Commit graph

505 commits

Author SHA1 Message Date
Richard O'flynn
b83d6ad930 update fix required for both branches of the if statement! - may as well have kept my original :) git push ispyinternet 2020-12-01 00:44:10 +00:00
Richard O'flynn
c37d7b3760 Strip out RadioTileGroup 2020-12-01 00:40:10 +00:00
Richard O'flynn
480337f9af implement change requests 2020-12-01 00:34:41 +00:00
Richard O'flynn
746ce9278b implement change requests 2020-12-01 00:20:23 +00:00
Richard O'flynn
5ef181d693 Remove light prop from SelectableTileGroup 2020-11-30 23:19:17 +00:00
Richard O'flynn
5b9bc98cb0 Some fixes 2020-11-30 23:00:08 +00:00
Richard O'flynn
4c3ea78895 Some fixes 2020-11-30 22:48:32 +00:00
Richard O'flynn
98cee82769 Some fixes 2020-11-30 22:36:44 +00:00
Richard O'flynn
1d1fe47c0b Some fixes 2020-11-30 22:36:20 +00:00
Richard O'flynn
060b53bde0 Some fixes 2020-11-30 22:35:53 +00:00
Richard O'flynn
a249b6183b Some fixes 2020-11-30 22:14:59 +00:00
Richard O'flynn
d8741808e5 Some fixes 2020-11-30 22:02:44 +00:00
Richard O'flynn
184c3d9219 Some fixes 2020-11-30 21:38:52 +00:00
Richard O'flynn
fe5c571b13 WIP: SelectableTileGroup 2020-11-30 21:06:05 +00:00
Richard O'flynn
626fd99e55 Merge branch 'master' of github.com:IBM/carbon-components-svelte 2020-11-30 14:22:05 +00: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
Richard O'flynn
36987b202f Merge branch 'master' of github.com:IBM/carbon-components-svelte 2020-11-27 17:05:37 +00:00
Richard O'flynn
3c59a6cff0 Move DataTableSkelton 3119restProps to container 2020-11-27 17:01:02 +00: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
Richard O'flynn
f17b35d848 Typo 2020-11-27 09:14:34 +00:00
Richard O'flynn
47f6292320 Merge master 2020-11-27 09:02:08 +00:00
Richard O'flynn
585341dd9c Build lib 2020-11-27 08:56:44 +00:00
Richard O'flynn
9af756bd4b Add padding prop to Grid component 2020-11-27 01:24:07 +00: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
Eric Liu
d9e14b2561
Merge pull request #396 from IBM/374-header-hamburger-persistence
feat(UIShell): add persistentHamburgerMenu prop to Header
2020-11-18 08:26:29 -08:00
josefaidt
fd56f67705 refactor(SideNav): simplify collapsed logic 2020-11-18 08:42:37 -06:00
weaseldotro
c95e1fe994
Use loose equal in ComposedModal
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2020-11-17 09:28:53 +02:00
Eric Liu
380a780b65 chore: use sveld to generate types, component docs 2020-11-16 11:13:18 -08:00
josefaidt
07ce05e344 refactor(SideNav): simplify collapsed logic 2020-11-13 12:43:10 -06:00
josefaidt
4e88bcc5b8 refactor(SideNav): collapse logic should differ from fixed variants 2020-11-12 08:07:28 -06:00
josefaidt
9d0a0b00b7 feat(UIShell): add persistentHamburgerMenu prop to header 2020-11-12 08:03:20 -06:00
weaseldotro
b754e0cf79
feat(ComposedModal): allow using null for selectorPrimaryFocus to disable auto focus 2020-11-09 11:14:56 +02:00
Eric Liu
75d4b4cf03 refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00