Commit graph

514 commits

Author SHA1 Message Date
Eric Liu
f8d39f1db7 refactor(combo-box): resolve svelte imports 2020-12-05 17:13:21 -08:00
Eric Liu
95c5bd0ae3 refactor(composed-modal): resolve svelte icon imports 2020-12-05 17:13:04 -08:00
Eric Liu
b6d3d1774b refactor(inline-loading): use class name directive, resolve svelte imports 2020-12-05 17:10:18 -08:00
Eric Liu
69fa34dbff refactor(modal): use class name directive, resolve svelte imports 2020-12-05 17:07:01 -08:00
Eric Liu
34000a1166 fix(number-input): type dispatched change event 2020-12-05 17:04:13 -08:00
Eric Liu
4967d49b03 fix(overflow-menu): type dispatched close event 2020-12-05 17:00:29 -08:00
Eric Liu
ed8977beea fix(pagination): type dispatched update event 2020-12-05 16:56:33 -08:00
Eric Liu
317df90e6f refactor(pagination): resolve svelte imports 2020-12-05 16:54:15 -08:00
Eric Liu
95901c270f fix(pagination-nav): type dispatched events 2020-12-05 16:51:55 -08:00
Eric Liu
90bd2a10b7 feat(select-item): spread rest props, avoid $ variable name 2020-12-05 16:45:42 -08:00
Eric Liu
84c0ca536e refactor(select): resolve svelte icon import 2020-12-05 16:43:27 -08:00
Eric Liu
0c4c217f7a fix(select): type dispatched change event 2020-12-05 16:42:44 -08:00
Eric Liu
cadb600e5e refactor(tooltip): resolve svelte icon import 2020-12-05 16:39:14 -08:00
Eric Liu
466c8411d1 refactor(tooltip-icon): use class name directive 2020-12-05 16:38:53 -08:00
Eric Liu
d80ba5ebe5 refactor(tooltip-definition): use class name directive 2020-12-05 16:38:29 -08:00
Eric Liu
3d5eed849c refactor(content-switcher): use class name directive 2020-12-05 15:15:12 -08:00
Eric Liu
41cb74646b fix(code-snippet-skeleton): CodeSnippetSkeleton can only be single or multi 2020-12-05 15:13:00 -08:00
Eric Liu
e205043287 refactor(code-snippet): use class name directive, resolve svelte icon paths 2020-12-05 15:12:14 -08:00
Eric Liu
c401149b5a refactor(accordion): use the class name directive, resolve svelte icon paths 2020-12-05 15:05:40 -08:00
Eric Liu
9b74c55bf4 refactor(aspect-ratio): use class name directive 2020-12-05 14:59:56 -08:00
Eric Liu
1be9ea4b62 refactor(breadcrumb-skeleton): omit unused index 2020-12-05 14:56:26 -08:00
Eric Liu
5d7dc321f4 fix(breadcrumb-item): type default slot 2020-12-05 14:56:04 -08:00
Eric Liu
fc6c3267a6 chore(button-skeleton): deprecate small prop 2020-12-05 14:50:28 -08:00
Eric Liu
ea23277600 refactor(tag): use class name directive for tag types, resolve svelte icon path 2020-12-05 14:46:04 -08:00
Eric Liu
e0740a5f94 refactor(search): resolve svelte file paths 2020-12-05 14:40:19 -08:00
Eric Liu
61753b8b82
feat(search): clear input on escape key (#448) 2020-12-05 14:27:59 -08:00
Eric Liu
f6877f3809
Fix dropdown combobox focus (#447)
* fix(combo-box): selecting a different combobox should focus the input

* fix(dropdown): selecting a different dropdown should focus the button

* fix(combo-box): focus input if related target attribute is not "searchbox"
2020-12-05 11:36:41 -08:00
Eric Liu
222c7f2899
feat(tooltip): support align prop from carbon-components v10.25 (#446) 2020-12-05 09:04:53 -08:00
Richard O'flynn
1559d0f9d6
Move rest props to datatable container in DataTable Skeleton to align with DataTable usage (#441)
Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-12-01 10:11:13 -08:00
water_lift
495ae2780a
fix FileUploader (#437)
* fix FileUploader

* FileList -> File[]
2020-11-30 18:43:39 -08:00
Eric Liu
e9016a5f8d
fix(ui-shell): prevent default behavior for Arrow{Up|Down} in HeaderSearch (#432) 2020-11-28 12:01:21 -08:00
Eric Liu
03462e79a7
fix(ui-shell): set selectedResultIndex in HeaderSearch on click (#430) 2020-11-28 06:17:33 -08:00
Daniel Miedzik
c670964e93
fix types for FileUploader component (#422)
* fix types for FileUploader component

* correction of a mistaken change

Co-authored-by: Daniel Miedzik <dmiedzik@bethel.jw.org>
2020-11-27 04:15:01 -08:00
Richard O'flynn
b597a64131
Add padding prop to Grid component (#420)
* Add padding prop to Grid component

* Fix file name

* Build lib

* Typo

Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-11-27 04:08:30 -08:00
Eric Liu
f4c940d5ee
Make UI Shell HeaderAction panel transition configurable (#419)
* fix(ui-shell): remove fly transition from hamburger menu

* feat(header-action): make panel transition configurable

* chore: rebuild types, docs

* docs(ui-shell): document transition prop in Header app switcher example
2020-11-26 17:14:07 -08:00
Eric Liu
30cfc842d5
Refactor UI Shell global search component (#417)
* feat(ui-shell): refactor UI Shell search component

* fix(ui-shell): dispatched event is "select", not "search"

* test(header-search): validate HeaderSearch types

* fix(header-search): selecting a result should reset the search

* feat(header-search): deefault selectedResultIndex should be 0

Reset selectedResultIndex, value after dispatching.

* docs(header-search): demo basic filtering

* chore: rebuild types, docs

* feat(header-search): pass index as a slot prop
2020-11-26 15:42:15 -08:00
Eric Liu
71c15db2ca
expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415)
* feat(data-table-skeleton): support object type for headers

* fix(data-table): require "id" in DataTableRow interface
2020-11-26 10:28:07 -08:00
Eric Liu
0d8064043f
fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
weaseldotro
8e65d8e7a6
fix(RadioButtonGroup): trigger change event 2020-11-23 11:42:13 +02:00
weaseldotro
9e711abaa6
quickfix RadioButtonGroup selected prop reactivity 2020-11-22 17:28:34 +02:00
weaseldotro
109f71b5cf
fix(RadioButtonGroup): make selected prop reactive 2020-11-22 12:33:20 +02:00
Eric Liu
b6036f889d fix(list-box): remove stopPropagation clikc modifier 2020-11-21 06:06:50 -08:00
Eric Liu
0b306216ba
Merge pull request #404 from IBM/fix-progress-indicator
fix(progress-indicator): allow currentIndex to be programmatically updated
2020-11-20 09:35:32 -08:00
Eric Liu
c513279751 fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
Eric Liu
79d82da513 refactor(button): remove redundant if statement 2020-11-19 16:18:05 -08:00
Eric Liu
1e3eef992c feat(toggle): support small size, deprecate ToggleSmall 2020-11-19 15:20:01 -08:00
Eric Liu
eed617433b test: add TS types 2020-11-19 14:16:01 -08:00
Eric Liu
7a1480f0ed fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
Eric Liu
26ce330e1d fix(tag): define JSDoc restProps type 2020-11-19 09:10:30 -08:00
Eric Liu
56718c633d
Merge branch 'master' into rewrite-tyepscript-definitions 2020-11-19 06:16:50 -08:00