carbon-components-svelte/types
Eric Liu 7cd3723960
Alignment with Carbon version 10.28 (#505)
* chore(deps-dev): remove @carbon/themes

* chore(deps-dev): bump devDependencies

* fix(tabs): forward click event to Tab

* feat(toggle): dispatch toggle event

* feat(tag): dispatch close event

* feat(tooltip-icon): make tooltipText slottable

* feat(dropdown): add hideLabel prop

* docs(select): add "Hidden label" example

* refactor(modal): use class directive

* feat(modal): dispatch transitionend event

* chore(deps-dev): upgrade carbon-components to 10.28.0-rc.0

* feat(date-picker): add warn state

* feat(tag): support small size variant

* fix(search): add semantic role

* feat(toolbar-search): add disabled state

* fix(composed-modal): add aria-label prop, update header semantic tags

* chore(deps-dev): upgrade carbon-components to v10.28

* docs(overflow-menu): add light variant example

* docs(link): document OutboundLink in Component API

* chore(tooltip-icon): rename slot to "tooltipText"

* docs(component-api): wrap code blocks to minimize width

* docs(aspect-ratio): remove inline outline style

* fix(tab): do not trigger focus when mounting

* docs(tabs): add reactive example

Closes #438
2021-02-05 05:59:10 -08:00
..
Accordion Reactive audit (#449) 2020-12-06 03:59:30 -08:00
AspectRatio refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Breadcrumb Reactive audit (#449) 2020-12-06 03:59:30 -08:00
Button Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Checkbox refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
CodeSnippet Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
ComboBox fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
ComposedModal Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
ContentSwitcher Reactive audit (#449) 2020-12-06 03:59:30 -08:00
Copy refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
CopyButton test: add TS types 2020-11-19 14:16:01 -08:00
DataTable Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
DatePicker Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
Dropdown Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
FileUploader fix FileUploader (#437) 2020-11-30 18:43:39 -08:00
FluidForm Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Form refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
FormGroup refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
FormItem refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
FormLabel refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Grid Add padding prop to Grid component (#420) 2020-11-27 04:08:30 -08:00
Icon test: add TS types 2020-11-19 14:16:01 -08:00
InlineLoading refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Link add OutboundLink (#504) 2021-02-03 05:27:24 -08:00
ListBox Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
ListItem refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Loading refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Modal Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
MultiSelect Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Notification feat: make renderIcon/icon prop consistent (#496) 2021-01-27 14:16:07 -08:00
NumberInput Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
OrderedList refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
OverflowMenu Reactive audit (#449) 2020-12-06 03:59:30 -08:00
Pagination Reactive audit (#449) 2020-12-06 03:59:30 -08:00
PaginationNav Reactive audit (#449) 2020-12-06 03:59:30 -08:00
ProgressIndicator fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
RadioButton refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
RadioButtonGroup refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Search feat(search): clear input on escape key (#448) 2020-12-05 14:27:59 -08:00
Select v0.26.0 2020-12-11 05:09:55 -08:00
SkeletonPlaceholder refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
SkeletonText refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Slider refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
StructuredList refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Tabs Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
Tag Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
TextArea v0.25.0 2020-11-27 06:16:59 -08:00
TextInput Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Tile Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
TimePicker v0.25.0 2020-11-27 06:16:59 -08:00
Toggle Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
ToggleSmall refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
Tooltip v0.26.0 2020-12-11 05:09:55 -08:00
TooltipDefinition refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
TooltipIcon Alignment with Carbon version 10.28 (#505) 2021-02-05 05:59:10 -08:00
UIShell feat: make renderIcon/icon prop consistent (#496) 2021-01-27 14:16:07 -08:00
UnorderedList refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
index.d.ts add OutboundLink (#504) 2021-02-03 05:27:24 -08:00
README.md chore(types): add readme [ci skip] 2020-11-20 10:18:33 -08:00

types

The TypeScript definitions in this folder are auto-generated by sveld.

Do not edit these types directly. To add or update property types or definitions, update the JSDoc annotations in the component source code in the src folder.

Tests are located in the tests folder.