carbon-components-svelte/types
metonym 45c272642f
fix(link): $$restProps should extend p, a HTML attributes (#1233)
* fix(link): restProps should extend `p` or `a` tag attributes

* Run "yarn build:docs"

* test(link): assert anchor link rest attributes
2022-04-09 11:24:25 -07:00
..
Accordion fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
AspectRatio Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Breadcrumb fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
Breakpoint build(types): copy .d.ts files from src to types (#1218) 2022-03-27 13:26:13 -07:00
Button breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
Checkbox fix(checkbox): fix two-way binding (#1042) 2022-01-26 19:04:32 -08:00
CodeSnippet fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
ComboBox feat(combo-box): make ComboBox slottable (#1181) 2022-03-19 09:15:41 -07:00
ComposedModal feat(modal): support primaryButtonIcon prop (#1047) 2022-01-29 09:35:08 -08:00
ContentSwitcher breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
ContextMenu feat: make icons slottable (#1186) 2022-03-19 11:37:20 -07:00
CopyButton refactor: inline Copy component (#1175) 2022-03-14 08:17:20 -07:00
DataTable breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
DatePicker fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
Dropdown feat(dropdown): make Dropdown slottable (#1182) 2022-03-19 09:15:52 -07:00
FileUploader fix(types): correctly type validateFiles in FileUploaderDropContainer (#1149) 2022-03-08 08:40:20 -08:00
FluidForm Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Form feat(form): add ref prop (#900) 2021-11-10 19:46:14 -08:00
FormGroup Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
FormItem Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
FormLabel Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Grid fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
icons refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
ImageLoader fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
InlineLoading fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
Link fix(link): $$restProps should extend p, a HTML attributes (#1233) 2022-04-09 11:24:25 -07:00
ListBox fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
ListItem Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Loading Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
LocalStorage fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Modal feat(modal): support primaryButtonIcon prop (#1047) 2022-01-29 09:35:08 -08:00
MultiSelect feat(multi-select): make MultiSelect slottable (#1183) 2022-03-19 09:15:58 -07:00
Notification breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
NumberInput breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
OrderedList Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
OverflowMenu refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
Pagination Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
PaginationNav Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Popover Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
ProgressBar feat: upgrade carbon-components to v10.56.0 (#1213) 2022-03-27 08:27:23 -07:00
ProgressIndicator Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
RadioButton Add required prop to RadioButton. (#1035) 2022-01-22 09:05:41 -08:00
RadioButtonGroup Align v10.54 (#1133) 2022-02-26 11:26:31 -08:00
RecursiveList Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Search refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
Select fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
SkeletonPlaceholder Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
SkeletonText Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Slider Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
StructuredList breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
Tabs Add autoWidth prop to Tabs (#901) 2021-11-10 19:46:20 -08:00
Tag feat: make icons slottable (#1186) 2022-03-19 11:37:20 -07:00
TextArea Align v10.53 (#1109) 2022-02-21 13:40:57 -08:00
TextInput breaking(text-input): use native bind:value, dispatch instead of forward change, input events (#1065) 2022-02-09 19:52:10 -08:00
Theme fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
Tile fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
TimePicker breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
Toggle fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
Tooltip refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
TooltipDefinition fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
TooltipIcon fix(types): include @default annotations for props that are undefined by default (#1020) 2022-01-20 19:29:06 -08:00
TreeView Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
Truncate breaking(actions): move truncate action to src/Truncate (#1224) 2022-04-02 12:04:33 -07:00
UIShell refactor: use icons from carbon-icons-svelte@11 (#1227) 2022-04-03 11:57:28 -07:00
UnorderedList Upgrade sveld to v0.10 (#856) 2021-10-16 12:34:29 -07:00
index.d.ts breaking(actions): move truncate action to src/Truncate (#1224) 2022-04-02 12:04:33 -07:00
README.md chore: change all ibm org references to carbon-design-system 2021-09-05 15:54:37 -07: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.