carbon-components-svelte/types
Eric Liu f2a3f8d2e1
Alignment with Carbon version 10.27 (#495)
* chore(deps-dev): bump devDependencies

* docs: update number of available carbon icons

* feat(notification): distinguish dispatched close event between click/timeout

* fix(notification): prevent class from being overriden by $$restProps

* docs(notification): improve example body copy

* fix(notification): remove notificationType prop

* refactor(notification): resolve svelte file in imports

* fix(notification): prevent class from being overridden by $$restProps

* feat(notification): update TS signature for dispatched close event

* docs: update contributing

* fix(loading): adjust spinner styles

* feat(tag): support custom icon variant

* feat(tile): add optional expand/collapse icon labels to ExpandableTile

* feat(code-snippet): support disabled state for single and multi-line types

* fix(code-snippet): remove impossible class directive

* fix(code-snippet): showMoreLess button size should be "field", not "small"

* fix(password-input): disable visibility button

- set default values for tooltipAlignment, tooltipPosition

* fix(text-input): add missing warning field wrapper class

* feat(button): infer hasIconOnly using $$slots API

- requires Svelte version >=3.25

* docs(button): add danger tertiary, icon-only example

* feat(button): set default values for tooltip alignment, position

* docs: document dynamic theming

* fix(modal): correctly set class props #482

* fix(form): forward submit event in FluidForm #487

* feat(dropdown): support warning state

* feat(multi-select): support warning state

* fix(multi-select): prevent dropdown from opening if disabled

* feat(number-input): support warning state

* chore(deps-dev): upgrade devDependencies

* docs:  bump @carbon/themes, carbon-components

* refactor(data-table): co-locate DataTableSkeleton with DataTable

* docs: update number of pictograms

* fix(password-input): add missing "bx--btn" class to visibility toggle

* docs: increase z-index for component preview
2021-01-27 13:29:20 -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 test: add TS types 2020-11-19 14:16:01 -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.27 (#495) 2021-01-27 13:29:20 -08:00
DatePicker test: add TS types 2020-11-19 14:16:01 -08:00
Dropdown Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -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 refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -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 v0.25.0 2020-11-27 06:16:59 -08:00
MultiSelect Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -08:00
Notification Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -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 Make UI Shell HeaderAction panel transition configurable (#419) 2020-11-26 17:14:07 -08:00
Tag Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -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 v0.25.0 2020-11-27 06:16:59 -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 refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
UIShell v0.25.0 2020-11-27 06:16:59 -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 Alignment with Carbon version 10.27 (#495) 2021-01-27 13:29:20 -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.