@knime/kds-components 0.23.0 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +183 -115
- package/dist/index.js +249 -95
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/DonutChart/KdsDonutChart.vue.d.ts +4 -0
- package/dist/src/accessories/DonutChart/KdsDonutChart.vue.d.ts.map +1 -0
- package/dist/src/accessories/DonutChart/index.d.ts +3 -0
- package/dist/src/accessories/DonutChart/index.d.ts.map +1 -0
- package/dist/src/accessories/DonutChart/types.d.ts +27 -0
- package/dist/src/accessories/DonutChart/types.d.ts.map +1 -0
- package/dist/src/accessories/index.d.ts +2 -0
- package/dist/src/accessories/index.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +6 -6
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -2
- package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +6 -6
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/linkUtils.d.ts +2 -0
- package/dist/src/buttons/links/linkUtils.d.ts.map +1 -0
- package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -0
- package/dist/src/containers/ListContainer/enums.d.ts.map +1 -0
- package/dist/src/containers/ListContainer/index.d.ts.map +1 -0
- package/dist/src/{forms/_helper/List → containers}/ListContainer/types.d.ts +3 -3
- package/dist/src/containers/ListContainer/types.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItem/demo-accessories.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItem/enums.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItem/index.d.ts.map +1 -0
- package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/types.d.ts +2 -2
- package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -0
- package/dist/src/containers/ListItem/KdsListItemButton/index.d.ts.map +1 -0
- package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/types.d.ts +1 -1
- package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemAccessory/ListItemAccessory.vue.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemAccessory/enums.d.ts.map +1 -0
- package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/types.d.ts +1 -1
- package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemDivider/ListItemDivider.vue.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemDivider/index.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +1 -0
- package/dist/src/containers/ListItem/ListItemSectionTitle/index.d.ts.map +1 -0
- package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/types.d.ts +1 -1
- package/dist/src/containers/ListItem/ListItemSectionTitle/types.d.ts.map +1 -0
- package/dist/src/{forms/_helper → containers}/MenuContainer/KdsMenuContainer.vue.d.ts +2 -2
- package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
- package/dist/src/containers/MenuContainer/index.d.ts +3 -0
- package/dist/src/containers/MenuContainer/index.d.ts.map +1 -0
- package/dist/src/{forms/_helper → containers}/MenuContainer/types.d.ts +2 -2
- package/dist/src/containers/MenuContainer/types.d.ts.map +1 -0
- package/dist/src/containers/index.d.ts +5 -0
- package/dist/src/containers/index.d.ts.map +1 -0
- package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts +1 -1
- package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +4 -4
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +4 -4
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -4
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +6 -6
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/types.d.ts +1 -1
- package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +6 -6
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +4 -4
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +6 -6
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +6 -6
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +4 -4
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/types.d.ts +1 -1
- package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
- package/dist/src/forms/selects/TwinList/types.d.ts +1 -1
- package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
- package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts +36 -3
- package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -1
- package/dist/src/layouts/EmptyState/types.d.ts +27 -2
- package/dist/src/layouts/EmptyState/types.d.ts.map +1 -1
- package/dist/src/overlays/Modal/useKdsDynamicModal.d.ts +3 -3
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +6 -6
- package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/src/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItem/demo-accessories.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItem/enums.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItem/index.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItem/types.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItemButton/KdsListItemButton.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItemButton/index.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/KdsListItemButton/types.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListContainer/enums.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListContainer/index.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemAccessory/ListItemAccessory.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemAccessory/enums.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemAccessory/types.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemDivider/ListItemDivider.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemDivider/index.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemSectionTitle/index.d.ts.map +0 -1
- package/dist/src/forms/_helper/List/ListItemSectionTitle/types.d.ts.map +0 -1
- package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +0 -1
- package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +0 -1
- /package/dist/src/{forms/_helper/List → containers}/ListContainer/KdsListContainer.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers}/ListContainer/enums.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers}/ListContainer/index.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/KdsListItem.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/demo-accessories.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/enums.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/index.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/KdsListItemButton.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/index.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/ListItemAccessory.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/enums.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemDivider/ListItemDivider.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemDivider/index.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts +0 -0
- /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/index.d.ts +0 -0
|
@@ -172,9 +172,9 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
172
172
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
173
173
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
174
174
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
175
|
-
}>, "focus"> &
|
|
175
|
+
}>, "focus"> & {
|
|
176
176
|
focus: () => void;
|
|
177
|
-
}
|
|
177
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
178
178
|
$slots: {
|
|
179
179
|
leading?(_: {}): any;
|
|
180
180
|
trailing?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyMohe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB1pe,wBAUG"}
|
|
@@ -259,9 +259,9 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
259
259
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
260
260
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
261
261
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
|
-
}>, "focus"> &
|
|
262
|
+
}>, "focus"> & {
|
|
263
263
|
focus: () => void;
|
|
264
|
-
}
|
|
264
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
265
265
|
$slots: {
|
|
266
266
|
leading?(_: {}): any;
|
|
267
267
|
trailing?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBAmMa,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBAmMa,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgM08c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBpld,wBAUG"}
|
|
@@ -259,9 +259,9 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
259
259
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
260
260
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
261
261
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
|
-
}>, "focus"> &
|
|
262
|
+
}>, "focus"> & {
|
|
263
263
|
focus: () => void;
|
|
264
|
-
}
|
|
264
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
265
265
|
$slots: {
|
|
266
266
|
leading?(_: {}): any;
|
|
267
267
|
trailing?(_: {}): any;
|
|
@@ -327,15 +327,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
327
327
|
modelValue?: boolean;
|
|
328
328
|
} & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
329
329
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
330
|
-
}>, "anchorStyle" | "popoverId"> &
|
|
330
|
+
}>, "anchorStyle" | "popoverId"> & {
|
|
331
331
|
anchorStyle: Record<string, string>;
|
|
332
332
|
popoverId: string;
|
|
333
|
-
}
|
|
333
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
334
334
|
$slots: {
|
|
335
335
|
default?(_: {}): any;
|
|
336
336
|
};
|
|
337
337
|
}) | null;
|
|
338
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
338
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers/ListContainer').KdsListContainerProps> & Readonly<{
|
|
339
339
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
340
340
|
}>, {
|
|
341
341
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -354,7 +354,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
354
354
|
C: {};
|
|
355
355
|
M: {};
|
|
356
356
|
Defaults: {};
|
|
357
|
-
}, Readonly<import('
|
|
357
|
+
}, Readonly<import('../../../containers/ListContainer').KdsListContainerProps> & Readonly<{
|
|
358
358
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
359
359
|
}>, {
|
|
360
360
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAsSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+
|
|
1
|
+
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAsSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+O8wS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBv5S,wBAUG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { KdsIconName } from '../../../accessories';
|
|
2
|
-
import { KdsIconAccessory } from '
|
|
2
|
+
import { KdsIconAccessory } from '../../../containers/ListItem/ListItemAccessory/types';
|
|
3
3
|
import { KdsInputFieldProps } from '../types';
|
|
4
4
|
export type KdsSearchResult = {
|
|
5
5
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mEAAmE;IACnE,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uEAAuE;IACvE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG;IACrD;;;;;OAKG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC"}
|
|
@@ -251,9 +251,9 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
251
251
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
252
252
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
253
253
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
254
|
-
}>, "focus"> &
|
|
254
|
+
}>, "focus"> & {
|
|
255
255
|
focus: () => void;
|
|
256
|
-
}
|
|
256
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
257
257
|
$slots: {
|
|
258
258
|
leading?(_: {}): any;
|
|
259
259
|
trailing?(_: {}): any;
|
|
@@ -319,15 +319,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
319
319
|
modelValue?: boolean;
|
|
320
320
|
} & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
321
321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
322
|
-
}>, "anchorStyle" | "popoverId"> &
|
|
322
|
+
}>, "anchorStyle" | "popoverId"> & {
|
|
323
323
|
anchorStyle: Record<string, string>;
|
|
324
324
|
popoverId: string;
|
|
325
|
-
}
|
|
325
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
326
326
|
$slots: {
|
|
327
327
|
default?(_: {}): any;
|
|
328
328
|
};
|
|
329
329
|
}) | null;
|
|
330
|
-
listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
330
|
+
listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers/ListContainer').KdsListContainerProps> & Readonly<{
|
|
331
331
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
332
332
|
}>, {
|
|
333
333
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -346,7 +346,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
346
346
|
C: {};
|
|
347
347
|
M: {};
|
|
348
348
|
Defaults: {};
|
|
349
|
-
}, Readonly<import('
|
|
349
|
+
}, Readonly<import('../../../containers/ListContainer').KdsListContainerProps> & Readonly<{
|
|
350
350
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
351
351
|
}>, {
|
|
352
352
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";iBAiUa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";iBAiUa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Ni7R,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB1jS,wBAUG"}
|
|
@@ -172,9 +172,9 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
172
172
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
173
173
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
174
174
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
175
|
-
}>, "focus"> &
|
|
175
|
+
}>, "focus"> & {
|
|
176
176
|
focus: () => void;
|
|
177
|
-
}
|
|
177
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
178
178
|
$slots: {
|
|
179
179
|
leading?(_: {}): any;
|
|
180
180
|
trailing?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsUsernameInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/UsernameInput/KdsUsernameInput.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAuBzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+
|
|
1
|
+
{"version":3,"file":"KdsUsernameInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/UsernameInput/KdsUsernameInput.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAuBzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+Gs/oB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB5npB,wBAUG"}
|
|
@@ -174,15 +174,15 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
174
174
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
175
175
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
176
176
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
177
|
-
}>, "focus"> &
|
|
177
|
+
}>, "focus"> & {
|
|
178
178
|
focus: () => void;
|
|
179
|
-
}
|
|
179
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
180
180
|
$slots: {
|
|
181
181
|
leading?(_: {}): any;
|
|
182
182
|
trailing?(_: {}): any;
|
|
183
183
|
};
|
|
184
184
|
}) | null;
|
|
185
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
185
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
186
186
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
187
187
|
}>, {
|
|
188
188
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -201,7 +201,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
201
201
|
C: {};
|
|
202
202
|
M: {};
|
|
203
203
|
Defaults: {};
|
|
204
|
-
}, Readonly<import('
|
|
204
|
+
}, Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
205
205
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
206
206
|
}>, {
|
|
207
207
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AAsG1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AAkKA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AAsG1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoK6/Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBnoa,wBAUG"}
|
|
@@ -140,10 +140,10 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
140
140
|
modelValue?: boolean;
|
|
141
141
|
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
142
142
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
143
|
-
}>, "anchorStyle" | "popoverId"> &
|
|
143
|
+
}>, "anchorStyle" | "popoverId"> & {
|
|
144
144
|
anchorStyle: Record<string, string>;
|
|
145
145
|
popoverId: string;
|
|
146
|
-
}
|
|
146
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
147
147
|
$slots: {
|
|
148
148
|
default?(_: {}): any;
|
|
149
149
|
};
|
|
@@ -321,15 +321,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
321
321
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
322
322
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
323
323
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
324
|
-
}>, "focus"> &
|
|
324
|
+
}>, "focus"> & {
|
|
325
325
|
focus: () => void;
|
|
326
|
-
}
|
|
326
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
327
327
|
$slots: {
|
|
328
328
|
leading?(_: {}): any;
|
|
329
329
|
trailing?(_: {}): any;
|
|
330
330
|
};
|
|
331
331
|
}) | null;
|
|
332
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
332
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers/index.ts').KdsListContainerProps> & Readonly<{
|
|
333
333
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
334
334
|
}>, {
|
|
335
335
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -348,7 +348,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
348
348
|
C: {};
|
|
349
349
|
M: {};
|
|
350
350
|
Defaults: {};
|
|
351
|
-
}, Readonly<import('
|
|
351
|
+
}, Readonly<import('../../../containers/index.ts').KdsListContainerProps> & Readonly<{
|
|
352
352
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
353
353
|
}>, {
|
|
354
354
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AA8FA,OAAO,EAAY,QAAQ,EAAoC,MAAM,KAAK,CAAC;;iBA+C9D,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AA8FA,OAAO,EAAY,QAAQ,EAAoC,MAAM,KAAK,CAAC;;iBA+C9D,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAiMi6e,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB1if,wBASG"}
|
|
@@ -149,10 +149,10 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
149
149
|
modelValue?: boolean;
|
|
150
150
|
} & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
151
151
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
152
|
-
}>, "anchorStyle" | "popoverId"> &
|
|
152
|
+
}>, "anchorStyle" | "popoverId"> & {
|
|
153
153
|
anchorStyle: Record<string, string>;
|
|
154
154
|
popoverId: string;
|
|
155
|
-
}
|
|
155
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
156
156
|
$slots: {
|
|
157
157
|
default?(_: {}): any;
|
|
158
158
|
};
|
|
@@ -335,15 +335,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
335
335
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
336
336
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
337
337
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
338
|
-
}>, "focus"> &
|
|
338
|
+
}>, "focus"> & {
|
|
339
339
|
focus: () => void;
|
|
340
|
-
}
|
|
340
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
341
341
|
$slots: {
|
|
342
342
|
leading?(_: {}): any;
|
|
343
343
|
trailing?(_: {}): any;
|
|
344
344
|
};
|
|
345
345
|
}) | null;
|
|
346
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
346
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
347
347
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
348
348
|
}>, {
|
|
349
349
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -362,7 +362,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
362
362
|
C: {};
|
|
363
363
|
M: {};
|
|
364
364
|
Defaults: {};
|
|
365
|
-
}, Readonly<import('
|
|
365
|
+
}, Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
366
366
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
367
367
|
}>, {
|
|
368
368
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AA0IA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBAiFjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AA0IA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBAiFjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Ly9Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBpma,wBASG"}
|
|
@@ -177,15 +177,15 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
177
177
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
178
178
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
179
179
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
180
|
-
}>, "focus"> &
|
|
180
|
+
}>, "focus"> & {
|
|
181
181
|
focus: () => void;
|
|
182
|
-
}
|
|
182
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
183
183
|
$slots: {
|
|
184
184
|
leading?(_: {}): any;
|
|
185
185
|
trailing?(_: {}): any;
|
|
186
186
|
};
|
|
187
187
|
}) | null;
|
|
188
|
-
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
188
|
+
listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
189
189
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
191
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -204,7 +204,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
204
204
|
C: {};
|
|
205
205
|
M: {};
|
|
206
206
|
Defaults: {};
|
|
207
|
-
}, Readonly<import('
|
|
207
|
+
}, Readonly<import('../../../containers').KdsListContainerProps> & Readonly<{
|
|
208
208
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
209
209
|
}>, {
|
|
210
210
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AAuKxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0MgzK,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBt7K,wBAUG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KdsListItemAccessory } from '
|
|
1
|
+
import { KdsListItemAccessory } from '../../../containers/ListItem/ListItemAccessory/types';
|
|
2
2
|
import { KdsFormFieldProps } from '../../types';
|
|
3
3
|
export type KdsDropdownOptionAccessory = KdsListItemAccessory;
|
|
4
4
|
export type KdsDropdownOption = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,CAAC;AAE9D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,uCAAuC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gFAAgF;IAChF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,0BAA0B,CAAC;IACvC,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,6CAA6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oDAAoD;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,cAAc,EAAE,iBAAiB,EAAE,CAAC;CACrC,GAAG,iBAAiB,CAAC;AAEtB,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,GAAG;IAC3D,mGAAmG;IACnG,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAIF,MAAM,MAAM,sBAAsB,GAAG;IACnC,0EAA0E;IAC1E,SAAS,EAAE,MAAM,CAAC;IAClB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,cAAc,EAAE,iBAAiB,EAAE,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,sBAAsB,GAAG;IAC1E,mGAAmG;IACnG,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,oDAAoD;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,WAAW,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gDAAgD;IAChD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iEAAiE;IACjE,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC,gEAAgE;IAChE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,gDAAgD;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iDAAiD;IACjD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wCAAwC;IACxC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4CAA4C;IAC5C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMultiSelectListBox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"KdsMultiSelectListBox.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue"],"names":[],"mappings":";iBA6lBa,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsVrB,wBASG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KdsListItemAccessory } from '
|
|
1
|
+
import { KdsListItemAccessory } from '../../../containers/ListItem/ListItemAccessory/types';
|
|
2
2
|
import { KdsFormFieldProps } from '../../types';
|
|
3
3
|
export type KdsMultiSelectListBoxOptionAccessory = KdsListItemAccessory;
|
|
4
4
|
export type KdsMultiSelectListBoxOption = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,MAAM,MAAM,oCAAoC,GAAG,oBAAoB,CAAC;AAExE,MAAM,MAAM,2BAA2B,GAAG;IACxC,uCAAuC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oCAAoC,CAAC;IACjD,8DAA8D;IAC9D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oHAAoH;IACpH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,iBAAiB,GAAG;IAC3D,mCAAmC;IACnC,cAAc,EAAE,2BAA2B,EAAE,CAAC;IAC9C,uCAAuC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kKAAkK;IAClK,WAAW,CAAC,EAAE,2BAA2B,CAAC;IAC1C,yCAAyC;IACzC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uFAAuF;IACvF,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { KdsListItemAccessory } from '
|
|
1
|
+
import { KdsListItemAccessory } from '../../../containers/ListItem/ListItemAccessory/types';
|
|
2
2
|
import { KdsFormFieldProps } from '../../types';
|
|
3
3
|
import { kdsTwinListSearchMode } from './enums';
|
|
4
4
|
export type KdsTwinListPossibleValue = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErE;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,oBAAoB,EAAE,OAAO,GAAG,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,WAAW,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACxC,oDAAoD;IACpD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wFAAwF;IACxF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,qCAAqC;IACrC,cAAc,EAAE,wBAAwB,EAAE,CAAC;IAC3C,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wFAAwF;AACxF,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG;IACjD,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,cAAc,EAAE,wBAAwB,EAAE,CAAC;IAC3C;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACxC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
|
|
@@ -1,8 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<({
|
|
2
|
+
headline: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
loadingSpinner?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
} & {
|
|
7
|
+
button?: never;
|
|
8
|
+
secondaryButton?: never;
|
|
9
|
+
}) | ({
|
|
10
|
+
headline: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
loadingSpinner?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
} & {
|
|
15
|
+
button: import('../..').KdsButtonProps | import('../..').KdsLinkButtonProps;
|
|
16
|
+
secondaryButton?: import('../..').KdsButtonProps | import('../..').KdsLinkButtonProps;
|
|
17
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
18
|
buttonClick: (event: MouseEvent) => any;
|
|
4
|
-
|
|
19
|
+
secondaryButtonClick: (event: MouseEvent) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<({
|
|
21
|
+
headline: string;
|
|
22
|
+
description?: string;
|
|
23
|
+
loadingSpinner?: boolean;
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
} & {
|
|
26
|
+
button?: never;
|
|
27
|
+
secondaryButton?: never;
|
|
28
|
+
}) | ({
|
|
29
|
+
headline: string;
|
|
30
|
+
description?: string;
|
|
31
|
+
loadingSpinner?: boolean;
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
} & {
|
|
34
|
+
button: import('../..').KdsButtonProps | import('../..').KdsLinkButtonProps;
|
|
35
|
+
secondaryButton?: import('../..').KdsButtonProps | import('../..').KdsLinkButtonProps;
|
|
36
|
+
})> & Readonly<{
|
|
5
37
|
onButtonClick?: ((event: MouseEvent) => any) | undefined;
|
|
38
|
+
onSecondaryButtonClick?: ((event: MouseEvent) => any) | undefined;
|
|
6
39
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
40
|
export default _default;
|
|
8
41
|
//# sourceMappingURL=KdsEmptyState.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsEmptyState.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/EmptyState/KdsEmptyState.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsEmptyState.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/EmptyState/KdsEmptyState.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8SA,wBAQG"}
|
|
@@ -1,8 +1,33 @@
|
|
|
1
1
|
import { KdsButtonProps, KdsLinkButtonProps } from '../../buttons';
|
|
2
|
-
|
|
2
|
+
type BaseKdsEmptyStateProps = {
|
|
3
|
+
/** Main headline text displayed in the empty state. */
|
|
3
4
|
headline: string;
|
|
5
|
+
/** Optional description text displayed below the headline. */
|
|
4
6
|
description?: string;
|
|
5
|
-
|
|
7
|
+
/** Shows a loading spinner above the headline to indicate loading state. */
|
|
6
8
|
loadingSpinner?: boolean;
|
|
9
|
+
/** Visually dims all content to indicate a disabled state. Also disables configured buttons. */
|
|
10
|
+
disabled?: boolean;
|
|
7
11
|
};
|
|
12
|
+
type KdsEmptyStatePropsWithoutButtons = BaseKdsEmptyStateProps & {
|
|
13
|
+
button?: never;
|
|
14
|
+
secondaryButton?: never;
|
|
15
|
+
};
|
|
16
|
+
type KdsEmptyStatePropsWithButtons = BaseKdsEmptyStateProps & {
|
|
17
|
+
/**
|
|
18
|
+
* Primary action button. Pass `KdsButtonProps` for an action button or
|
|
19
|
+
* `KdsLinkButtonProps` (with `to`) for a link button. When the object
|
|
20
|
+
* contains a `to` property, the component renders a link button; otherwise
|
|
21
|
+
* it renders an action button. Emits `buttonClick` when clicked.
|
|
22
|
+
*/
|
|
23
|
+
button: KdsButtonProps | KdsLinkButtonProps;
|
|
24
|
+
/**
|
|
25
|
+
* Optional secondary button. Pass `KdsButtonProps` for an action button or
|
|
26
|
+
* `KdsLinkButtonProps` (with `to`) for a link button. Only renders when
|
|
27
|
+
* `button` is also provided. Emits `secondaryButtonClick` when clicked.
|
|
28
|
+
*/
|
|
29
|
+
secondaryButton?: KdsButtonProps | KdsLinkButtonProps;
|
|
30
|
+
};
|
|
31
|
+
export type KdsEmptyStateProps = KdsEmptyStatePropsWithoutButtons | KdsEmptyStatePropsWithButtons;
|
|
32
|
+
export {};
|
|
8
33
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/layouts/EmptyState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/layouts/EmptyState/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAExE,KAAK,sBAAsB,GAAG;IAC5B,uDAAuD;IACvD,QAAQ,EAAE,MAAM,CAAC;IACjB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4EAA4E;IAC5E,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gGAAgG;IAChG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,gCAAgC,GAAG,sBAAsB,GAAG;IAC/D,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,eAAe,CAAC,EAAE,KAAK,CAAC;CACzB,CAAC;AAEF,KAAK,6BAA6B,GAAG,sBAAsB,GAAG;IAC5D;;;;;OAKG;IACH,MAAM,EAAE,cAAc,GAAG,kBAAkB,CAAC;IAC5C;;;;OAIG;IACH,eAAe,CAAC,EAAE,cAAc,GAAG,kBAAkB,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAC1B,gCAAgC,GAChC,6BAA6B,CAAC"}
|
|
@@ -90,8 +90,8 @@ export declare const useKdsDynamicModal: () => {
|
|
|
90
90
|
variant?: import('./types').KdsModalVariant | undefined;
|
|
91
91
|
leadingIcon?: import('../..').KdsIconName | undefined;
|
|
92
92
|
headline?: string | undefined;
|
|
93
|
-
width?: import('./types').KdsModalWidth | undefined;
|
|
94
93
|
height?: import('./types').KdsModalHeight | undefined;
|
|
94
|
+
width?: import('./types').KdsModalWidth | undefined;
|
|
95
95
|
overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
96
96
|
closedby?: import('./types').KdsModalClosedBy | undefined;
|
|
97
97
|
message: string;
|
|
@@ -124,8 +124,8 @@ export declare const useKdsDynamicModal: () => {
|
|
|
124
124
|
variant?: import('./types').KdsModalVariant | undefined;
|
|
125
125
|
leadingIcon?: import('../..').KdsIconName | undefined;
|
|
126
126
|
headline?: string | undefined;
|
|
127
|
-
width?: import('./types').KdsModalWidth | undefined;
|
|
128
127
|
height?: import('./types').KdsModalHeight | undefined;
|
|
128
|
+
width?: import('./types').KdsModalWidth | undefined;
|
|
129
129
|
overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
130
130
|
closedby?: import('./types').KdsModalClosedBy | undefined;
|
|
131
131
|
component: FunctionalComponent | ComponentPublicInstance | VNode;
|
|
@@ -157,8 +157,8 @@ export declare const useKdsDynamicModal: () => {
|
|
|
157
157
|
variant?: import('./types').KdsModalVariant | undefined;
|
|
158
158
|
leadingIcon?: import('../..').KdsIconName | undefined;
|
|
159
159
|
headline?: string | undefined;
|
|
160
|
-
width?: import('./types').KdsModalWidth | undefined;
|
|
161
160
|
height?: import('./types').KdsModalHeight | undefined;
|
|
161
|
+
width?: import('./types').KdsModalWidth | undefined;
|
|
162
162
|
overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
163
163
|
closedby?: import('./types').KdsModalClosedBy | undefined;
|
|
164
164
|
component: DynamicModalComponent<any> | FunctionalComponent<KdsDynamicModalPropsAPI<any>, {}, any, {}>;
|
|
@@ -206,22 +206,22 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
206
206
|
modelValue?: boolean;
|
|
207
207
|
} & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
208
208
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
209
|
-
}>, "anchorStyle" | "popoverId"> &
|
|
209
|
+
}>, "anchorStyle" | "popoverId"> & {
|
|
210
210
|
anchorStyle: Record<string, string>;
|
|
211
211
|
popoverId: string;
|
|
212
|
-
}
|
|
212
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
213
213
|
$slots: {
|
|
214
214
|
default?(_: {}): any;
|
|
215
215
|
};
|
|
216
216
|
}) | null;
|
|
217
|
-
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../
|
|
217
|
+
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
|
|
218
218
|
onItemClick?: ((id: string) => any) | undefined;
|
|
219
219
|
}>, {
|
|
220
220
|
focus: () => void;
|
|
221
221
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
222
222
|
itemClick: (id: string) => any;
|
|
223
223
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
224
|
-
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../
|
|
224
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
|
|
225
225
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
226
226
|
}>, {
|
|
227
227
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -240,7 +240,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
240
240
|
C: {};
|
|
241
241
|
M: {};
|
|
242
242
|
Defaults: {};
|
|
243
|
-
}, Readonly<import('../../
|
|
243
|
+
}, Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
|
|
244
244
|
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
245
245
|
}>, {
|
|
246
246
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -256,7 +256,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
256
256
|
C: {};
|
|
257
257
|
M: {};
|
|
258
258
|
Defaults: {};
|
|
259
|
-
}, Readonly<import('../../
|
|
259
|
+
}, Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
|
|
260
260
|
onItemClick?: ((id: string) => any) | undefined;
|
|
261
261
|
}>, {
|
|
262
262
|
focus: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AAqMA,OAAO,EAAY,QAAQ,EAAyC,MAAM,KAAK,CAAC;AAMhF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AAqMA,OAAO,EAAY,QAAQ,EAAyC,MAAM,KAAK,CAAC;AAMhF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsSy0X,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhB5/X,wBAQG"}
|