Commit graph

970 commits

Author SHA1 Message Date
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
Eric Liu
d38e6d8be6 refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
Eric Liu
0f6d42eb42 fix(code-snippet): showMoreLess should update if code changes 2020-10-30 10:14:08 -07:00
Eric Liu
2140eebb33 feat(multi-select): dispatch "select" event 2020-10-29 18:39:41 -07:00
Eric Liu
a016bf897c feat(multi-select): forward "on:clear" event 2020-10-29 18:23:19 -07:00
Eric Liu
87b8de1159 fix(overflow-menu): remove button tabindex 2020-10-29 13:49:40 -07:00
Eric Liu
095173a574 feat(ordered-list): support native list styles 2020-10-29 13:45:25 -07:00
Eric Liu
55214aa38b feat(button): add "danger-tertiary", "danger-ghost" kinds 2020-10-29 13:31:18 -07:00
Eric Liu
6dd363c2a9 feat(link): support "sm", "lg" size variants 2020-10-29 13:10:42 -07:00
Eric Liu
5a5587c115 feat(timepicker): support "sm", "xl" size variants 2020-10-29 13:05:36 -07:00
Eric Liu
b4caea5f62 feat(overflow-menu): support "sm", "xl" size variants 2020-10-29 13:02:18 -07:00
Eric Liu
7e2ab46e6a feat(dropdown): support "sm", "xl" sizes 2020-10-26 14:31:11 -07:00
Eric Liu
3c02829e73 feat(data-table): support empty table body columns 2020-10-26 11:55:58 -07:00
Eric Liu
a0caa12a27 fix(data-table): cancelling selection should uncheck batch selection checkbox 2020-10-26 08:24:20 -07:00
Eric Liu
a2b375f32e feat(data-table): hide batch actions if overflow visible 2020-10-26 08:15:31 -07:00
Eric Liu
425a259e65 fix(data-table): remove redundant bx--toolbar-content element 2020-10-26 07:57:47 -07:00
Eric Liu
c39427670a feat(data-table): add ToolbarMenu
Requires menuRef from OverflowMenu to be exported.
2020-10-26 07:43:54 -07:00
weaseldotro
d436e5928e
Use HTMLDivElement instead of HTMLElement in ComboBox
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2020-10-25 15:35:50 +02:00
weaseldotro
0b21a6d3f3
feat(ComboBox): add a reference to the list HTML element, forward scroll event 2020-10-25 11:18:19 +02:00
weaseldotro
8dfa86ee71
Forward scroll event on ListBoxMenu 2020-10-25 11:14:57 +02:00
Eric Liu
a58be75648
Merge pull request #363 from IBM/fixes
Fixes
2020-10-24 15:22:09 -07:00
Eric Liu
f22dfd52a6
Merge pull request #356 from albertms10/datatable-sort-fix
fix(datatable): fix sort parameters
2020-10-24 15:03:09 -07:00
Eric Liu
392fc452e2 fix: allow numbers as item ids for ComboBox, Dropdown, MultiSelect 2020-10-24 14:43:57 -07:00
Eric Liu
8a07f833fd feat(search): dispatch clear event 2020-10-24 14:37:04 -07:00
Eric Liu
8950920a10 fix(ui-shell): initialize platformName as empty string
Prevents "undefined" from being rendered.
2020-10-24 14:31:40 -07:00
Eric Liu
cf2dc12546 refactor(ui-shell): remove redundant conditional in HeaderGlobalAction 2020-10-24 14:24:30 -07:00
Eric Liu
d8104d9c48 refactor(table-row): remove unused prop 2020-10-24 13:59:30 -07:00
Eric Liu
73036aea4a feat(data-table): dispatch row mouseenter, mouseleave events
Add a row id for easier querying.
Add missing selected row class.
2020-10-24 13:58:49 -07:00
Eric Liu
f43b132088 feat(data-table): support radio, selectable variants with batch actions 2020-10-24 13:37:00 -07:00
Eric Liu
611d72bcf3 feat(data-table): add toolbar, toolbar search 2020-10-24 11:10:31 -07:00
albert
d0750d1fa2 fix(datatable): fix sort parameters 2020-10-23 16:08:02 +02:00
Eric Liu
6fc073c932 fix(search): forward size prop to Search skeleton
Add deprecation notice for the `small` prop.
2020-10-22 18:55:57 -07:00
albert
2ad9072abd feat: add display and sort methods in header object 2020-10-21 23:39:25 +02:00
Eric Liu
b7dfcecd1d Merge branch 'tooltip-definition' 2020-10-21 06:30:01 -07:00
Eric Liu
05932065dc fix(composed-modal): perform null check before focusing element
Fixes error in Sapper
2020-10-21 06:19:23 -07:00
Eric Liu
4113ae95da refactor(progress-indicator): make currentIndex reactive, add preventChangeOnClick 2020-10-20 18:21:36 -07:00