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
Eric Liu
cc01b0fb5b
feat(tooltip-definition): make tooltipText slottable
2020-10-20 11:46:30 -07:00
Eric Liu
6ae0e31011
refactor(tooltip-definition): remove hidden variable
2020-10-20 11:41:45 -07:00
weaseldotro
2afb888485
fix(ComposedModal): remove bx--body--with-modal-open from body classes after destroy
...
When onMount is async, the returned function is not executed: https://github.com/sveltejs/svelte/issues/4927
Because the class is not remove from the body, the code should be moved to a onDestroy function.
2020-10-20 11:09:33 +03:00
Eric Liu
c0fbd24e2a
feat(data-table): make cells slottable
2020-10-17 14:31:57 -07:00
Eric Liu
1a809c9c3a
fix(data-table): fix JSDoc type for expandableRowIds
2020-10-17 13:45:15 -07:00
Eric Liu
0a927ae512
feat(data-table): add expandable DataTable
...
#14
2020-10-17 13:33:26 -07:00
Eric Liu
410d2c8656
fix(data-table): fix misaligned tall row table headers
...
"bx--table-header-label" should be a div, not a span element
2020-10-16 11:28:12 -07:00
Eric Liu
ead27350ac
chore(deps-dev): bump prettier
2020-10-16 11:05:59 -07:00
Eric Liu
38cdd8907c
v0.17.0
2020-10-16 08:57:12 -07:00
weaseldotro
122d347492
DropDown: add select event, fix closing when click outside of body
2020-10-16 11:48:33 +03:00
Eric Liu
3dfbd6dfc9
feat(aspect-ratio): add AspectRatio component
2020-10-15 16:57:30 -07:00
Eric Liu
48bd19f75e
feat(code-snippet): add wrapText prop
2020-10-15 16:48:37 -07:00
Eric Liu
3edf9ea2a2
feat(content-switcher): add "sm", "xl" size variants
2020-10-15 16:31:07 -07:00
Eric Liu
f692403fcc
Merge pull request #333 from IBM/accordion
...
Accordion: add size variants, disabled prop; forward align prop to Skeleton
2020-10-15 16:26:15 -07:00
Eric Liu
ebf882cff4
feat(accordion): add disabled prop
2020-10-15 16:15:17 -07:00
Eric Liu
cb80c7d15b
feat(accordion): add "sm", "xl" size variants to Accordion and AccordionSkeleton
2020-10-15 15:48:48 -07:00
Eric Liu
933055c9ce
fix(accordion-skeleton): add align prop
2020-10-15 15:33:25 -07:00
Eric Liu
7b995db968
fix(skeleton-text): unkey paragraph rows
...
Chance of duplicate keys is high
2020-10-15 05:47:45 -07:00