@knime/kds-components 0.21.0 → 0.22.0
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 +348 -101
- package/dist/index.js +1319 -549
- package/dist/index.js.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts +8 -0
- package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +40 -17
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -24
- package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +158 -0
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -0
- package/dist/src/buttons/KdsSplitButton/index.d.ts +3 -0
- package/dist/src/buttons/KdsSplitButton/index.d.ts.map +1 -0
- package/dist/src/buttons/KdsSplitButton/types.d.ts +17 -0
- package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -0
- package/dist/src/buttons/index.d.ts +2 -0
- package/dist/src/buttons/index.d.ts.map +1 -1
- package/dist/src/buttons/types.d.ts +7 -1
- package/dist/src/buttons/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +2 -0
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts +1 -0
- package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/List/ListContainer/types.d.ts +2 -0
- package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +1 -1
- package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts +39 -0
- package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
- package/dist/src/forms/_helper/MenuContainer/types.d.ts +39 -0
- package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +1 -0
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +2 -0
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +1 -0
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts +0 -3
- package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +3 -0
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +3 -0
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +2 -0
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +3 -0
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +3 -0
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +2 -0
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +22 -14
- package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +6 -2
- package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
- package/dist/src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.d.ts.map +1 -1
- package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts +26 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +152 -0
- package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts +12 -0
- package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts +32 -0
- package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/enums.d.ts +7 -0
- package/dist/src/forms/selects/TwinList/enums.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/index.d.ts +4 -0
- package/dist/src/forms/selects/TwinList/index.d.ts.map +1 -0
- package/dist/src/forms/selects/TwinList/types.d.ts +94 -0
- package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -0
- package/dist/src/forms/selects/index.d.ts +2 -0
- package/dist/src/forms/selects/index.d.ts.map +1 -1
- package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +19 -0
- package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts +4 -0
- package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts +33 -0
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/index.d.ts +4 -0
- package/dist/src/layouts/LoadingSkeleton/index.d.ts.map +1 -0
- package/dist/src/layouts/LoadingSkeleton/types.d.ts +18 -0
- package/dist/src/layouts/LoadingSkeleton/types.d.ts.map +1 -0
- package/dist/src/layouts/index.d.ts +2 -0
- package/dist/src/layouts/index.d.ts.map +1 -1
- package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/types.d.ts +5 -0
- package/dist/src/overlays/Popover/types.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM
|
|
1
|
+
{"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2M4oc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjBrxc,wBASG"}
|
|
@@ -268,6 +268,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
268
268
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
269
269
|
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
270
270
|
readonly fullWidth?: boolean | undefined;
|
|
271
|
+
readonly maxInlineSize?: string | undefined;
|
|
271
272
|
readonly content?: string | undefined;
|
|
272
273
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
273
274
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAoTA,OAAO,2BAA2B,CAAC;;iBAsFtB,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqPinL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAoTA,OAAO,2BAA2B,CAAC;;iBAsFtB,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqPinL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAlB1vL,wBAUG"}
|
|
@@ -96,6 +96,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
96
96
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
97
97
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
98
98
|
readonly fullWidth?: boolean | undefined;
|
|
99
|
+
readonly maxInlineSize?: string | undefined;
|
|
99
100
|
readonly content?: string | undefined;
|
|
100
101
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
101
102
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM
|
|
1
|
+
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuMiwe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjB14e,wBASG"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<({
|
|
2
2
|
modelValue?: string;
|
|
3
|
+
caseSensitive?: boolean;
|
|
4
|
+
excludeMatches?: boolean;
|
|
5
|
+
useRegex?: boolean;
|
|
3
6
|
} & {
|
|
4
7
|
description?: string;
|
|
5
8
|
} & {
|
|
@@ -18,6 +21,9 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
18
21
|
autocomplete?: string;
|
|
19
22
|
}) | ({
|
|
20
23
|
modelValue?: string;
|
|
24
|
+
caseSensitive?: boolean;
|
|
25
|
+
excludeMatches?: boolean;
|
|
26
|
+
useRegex?: boolean;
|
|
21
27
|
} & {
|
|
22
28
|
description?: string;
|
|
23
29
|
} & {
|
|
@@ -38,8 +44,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
38
44
|
focus: () => void;
|
|
39
45
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
46
|
"update:modelValue": (value: string) => any;
|
|
47
|
+
"update:regex": (value: string) => any;
|
|
48
|
+
"update:caseSensitive": (value: boolean) => any;
|
|
49
|
+
"update:excludeMatches": (value: boolean) => any;
|
|
50
|
+
"update:useRegex": (value: boolean) => any;
|
|
41
51
|
}, string, import('vue').PublicProps, Readonly<({
|
|
42
52
|
modelValue?: string;
|
|
53
|
+
caseSensitive?: boolean;
|
|
54
|
+
excludeMatches?: boolean;
|
|
55
|
+
useRegex?: boolean;
|
|
43
56
|
} & {
|
|
44
57
|
description?: string;
|
|
45
58
|
} & {
|
|
@@ -58,6 +71,9 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
58
71
|
autocomplete?: string;
|
|
59
72
|
}) | ({
|
|
60
73
|
modelValue?: string;
|
|
74
|
+
caseSensitive?: boolean;
|
|
75
|
+
excludeMatches?: boolean;
|
|
76
|
+
useRegex?: boolean;
|
|
61
77
|
} & {
|
|
62
78
|
description?: string;
|
|
63
79
|
} & {
|
|
@@ -76,6 +92,10 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
76
92
|
autocomplete?: string;
|
|
77
93
|
})> & Readonly<{
|
|
78
94
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
95
|
+
"onUpdate:regex"?: ((value: string) => any) | undefined;
|
|
96
|
+
"onUpdate:caseSensitive"?: ((value: boolean) => any) | undefined;
|
|
97
|
+
"onUpdate:excludeMatches"?: ((value: boolean) => any) | undefined;
|
|
98
|
+
"onUpdate:useRegex"?: ((value: boolean) => any) | undefined;
|
|
79
99
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
80
100
|
baseInput: ({
|
|
81
101
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgMmgc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB7oc,wBAUG"}
|
|
@@ -4,7 +4,4 @@ export type KdsPatternInputOptions = {
|
|
|
4
4
|
useRegex: boolean;
|
|
5
5
|
};
|
|
6
6
|
export declare const buildRegexFromPatternInput: (input: string, options: KdsPatternInputOptions) => string;
|
|
7
|
-
export declare const parseRegexToPatternInputValue: (regex: string, options: Pick<KdsPatternInputOptions, "useRegex" | "excludeMatches"> & {
|
|
8
|
-
caseSensitive?: boolean;
|
|
9
|
-
}) => string;
|
|
10
7
|
//# sourceMappingURL=patternRegex.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patternRegex.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/patternRegex.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;
|
|
1
|
+
{"version":3,"file":"patternRegex.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/patternRegex.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AA4BF,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,EACb,SAAS,sBAAsB,KAC9B,MAUF,CAAC"}
|
|
@@ -276,6 +276,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
276
276
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
277
277
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
278
278
|
readonly fullWidth?: boolean | undefined;
|
|
279
|
+
readonly maxInlineSize?: string | undefined;
|
|
279
280
|
readonly content?: string | undefined;
|
|
280
281
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
281
282
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -341,6 +342,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
341
342
|
handleFocus: () => void;
|
|
342
343
|
handleBlur: () => void;
|
|
343
344
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
345
|
+
focus: () => void;
|
|
344
346
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
345
347
|
itemClick: (id?: string | undefined) => any;
|
|
346
348
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -359,6 +361,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
359
361
|
handleFocus: () => void;
|
|
360
362
|
handleBlur: () => void;
|
|
361
363
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
364
|
+
focus: () => void;
|
|
362
365
|
}, {}, {}, {}, {}> | null;
|
|
363
366
|
}, HTMLDivElement>;
|
|
364
367
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";
|
|
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+O20R,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBp9R,wBAUG"}
|
|
@@ -268,6 +268,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
268
268
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
269
269
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
270
270
|
readonly fullWidth?: boolean | undefined;
|
|
271
|
+
readonly maxInlineSize?: string | undefined;
|
|
271
272
|
readonly content?: string | undefined;
|
|
272
273
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
273
274
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -333,6 +334,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
333
334
|
handleFocus: () => void;
|
|
334
335
|
handleBlur: () => void;
|
|
335
336
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
337
|
+
focus: () => void;
|
|
336
338
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
337
339
|
itemClick: (id?: string | undefined) => any;
|
|
338
340
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -351,6 +353,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
351
353
|
handleFocus: () => void;
|
|
352
354
|
handleBlur: () => void;
|
|
353
355
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
356
|
+
focus: () => void;
|
|
354
357
|
}, {}, {}, {}, {}> | null;
|
|
355
358
|
}, HTMLDivElement>;
|
|
356
359
|
export default _default;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2N8+Q,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2N8+Q,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBvnR,wBAUG"}
|
|
@@ -187,6 +187,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
187
187
|
handleFocus: () => void;
|
|
188
188
|
handleBlur: () => void;
|
|
189
189
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
190
|
+
focus: () => void;
|
|
190
191
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
191
192
|
itemClick: (id?: string | undefined) => any;
|
|
192
193
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -205,6 +206,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
205
206
|
handleFocus: () => void;
|
|
206
207
|
handleBlur: () => void;
|
|
207
208
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
209
|
+
focus: () => void;
|
|
208
210
|
}, {}, {}, {}, {}> | null;
|
|
209
211
|
}, HTMLDivElement>;
|
|
210
212
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AA6E1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKsub,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AA6E1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKsub,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB52b,wBAUG"}
|
|
@@ -89,6 +89,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
89
89
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
90
90
|
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
91
91
|
readonly fullWidth?: boolean | undefined;
|
|
92
|
+
readonly maxInlineSize?: string | undefined;
|
|
92
93
|
readonly content?: string | undefined;
|
|
93
94
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
94
95
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -333,6 +334,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
333
334
|
handleFocus: () => void;
|
|
334
335
|
handleBlur: () => void;
|
|
335
336
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
337
|
+
focus: () => void;
|
|
336
338
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
337
339
|
itemClick: (id?: string | undefined) => any;
|
|
338
340
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -351,6 +353,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
351
353
|
handleFocus: () => void;
|
|
352
354
|
handleBlur: () => void;
|
|
353
355
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
356
|
+
focus: () => void;
|
|
354
357
|
}, {}, {}, {}, {}> | null;
|
|
355
358
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
356
359
|
P: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AAuGA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;;iBAkDA,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":"AAuGA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;;iBAkDA,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyLkue,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB32e,wBASG"}
|
|
@@ -98,6 +98,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
98
98
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
99
99
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
100
100
|
readonly fullWidth?: boolean | undefined;
|
|
101
|
+
readonly maxInlineSize?: string | undefined;
|
|
101
102
|
readonly content?: string | undefined;
|
|
102
103
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
103
104
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -349,6 +350,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
349
350
|
handleFocus: () => void;
|
|
350
351
|
handleBlur: () => void;
|
|
351
352
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
353
|
+
focus: () => void;
|
|
352
354
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
353
355
|
itemClick: (id?: string | undefined) => any;
|
|
354
356
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -367,6 +369,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
367
369
|
handleFocus: () => void;
|
|
368
370
|
handleBlur: () => void;
|
|
369
371
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
372
|
+
focus: () => void;
|
|
370
373
|
}, {}, {}, {}, {}> | null;
|
|
371
374
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
372
375
|
P: {};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2LkhZ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7pZ,wBASG"}
|
|
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
192
192
|
handleFocus: () => void;
|
|
193
193
|
handleBlur: () => void;
|
|
194
194
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
195
|
+
focus: () => void;
|
|
195
196
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
196
197
|
itemClick: (id?: string | undefined) => any;
|
|
197
198
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -210,6 +211,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
210
211
|
handleFocus: () => void;
|
|
211
212
|
handleBlur: () => void;
|
|
212
213
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
214
|
+
focus: () => void;
|
|
213
215
|
}, {}, {}, {}, {}> | null;
|
|
214
216
|
}, HTMLDivElement>;
|
|
215
217
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AA8OA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AAyJxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoM24L,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AA8OA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AAyJxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoM24L,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBjhM,wBAUG"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<({
|
|
2
2
|
modelValue?: string[];
|
|
3
|
-
} & {
|
|
4
|
-
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
useResizeHandle?: boolean;
|
|
7
|
-
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
8
3
|
} & {
|
|
9
4
|
description?: string;
|
|
10
5
|
} & {
|
|
@@ -17,13 +12,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
17
12
|
subText?: string | undefined;
|
|
18
13
|
validating?: boolean | undefined;
|
|
19
14
|
preserveSubTextSpace?: boolean | undefined;
|
|
20
|
-
}) | ({
|
|
21
|
-
modelValue?: string[];
|
|
22
15
|
} & {
|
|
23
16
|
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
24
17
|
disabled?: boolean;
|
|
25
18
|
useResizeHandle?: boolean;
|
|
26
19
|
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
20
|
+
emptyStateLabel?: string;
|
|
21
|
+
loading?: boolean;
|
|
22
|
+
}) | ({
|
|
23
|
+
modelValue?: string[];
|
|
27
24
|
} & {
|
|
28
25
|
description?: string;
|
|
29
26
|
} & {
|
|
@@ -36,6 +33,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
36
33
|
subText?: string | undefined;
|
|
37
34
|
validating?: boolean | undefined;
|
|
38
35
|
preserveSubTextSpace?: boolean | undefined;
|
|
36
|
+
} & {
|
|
37
|
+
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
38
|
+
disabled?: boolean;
|
|
39
|
+
useResizeHandle?: boolean;
|
|
40
|
+
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
41
|
+
emptyStateLabel?: string;
|
|
42
|
+
loading?: boolean;
|
|
39
43
|
}), {
|
|
40
44
|
focus: () => void;
|
|
41
45
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -47,11 +51,6 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
47
51
|
keyEnter: (ids: string[]) => any;
|
|
48
52
|
}, string, import('vue').PublicProps, Readonly<({
|
|
49
53
|
modelValue?: string[];
|
|
50
|
-
} & {
|
|
51
|
-
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
52
|
-
disabled?: boolean;
|
|
53
|
-
useResizeHandle?: boolean;
|
|
54
|
-
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
55
54
|
} & {
|
|
56
55
|
description?: string;
|
|
57
56
|
} & {
|
|
@@ -64,13 +63,15 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
64
63
|
subText?: string | undefined;
|
|
65
64
|
validating?: boolean | undefined;
|
|
66
65
|
preserveSubTextSpace?: boolean | undefined;
|
|
67
|
-
}) | ({
|
|
68
|
-
modelValue?: string[];
|
|
69
66
|
} & {
|
|
70
67
|
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
71
68
|
disabled?: boolean;
|
|
72
69
|
useResizeHandle?: boolean;
|
|
73
70
|
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
71
|
+
emptyStateLabel?: string;
|
|
72
|
+
loading?: boolean;
|
|
73
|
+
}) | ({
|
|
74
|
+
modelValue?: string[];
|
|
74
75
|
} & {
|
|
75
76
|
description?: string;
|
|
76
77
|
} & {
|
|
@@ -83,6 +84,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
83
84
|
subText?: string | undefined;
|
|
84
85
|
validating?: boolean | undefined;
|
|
85
86
|
preserveSubTextSpace?: boolean | undefined;
|
|
87
|
+
} & {
|
|
88
|
+
possibleValues: import('./types').KdsMultiSelectListBoxOption[];
|
|
89
|
+
disabled?: boolean;
|
|
90
|
+
useResizeHandle?: boolean;
|
|
91
|
+
bottomValue?: import('./types').KdsMultiSelectListBoxOption;
|
|
92
|
+
emptyStateLabel?: string;
|
|
93
|
+
loading?: boolean;
|
|
86
94
|
})> & Readonly<{
|
|
87
95
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
88
96
|
onDoubleClickOnItem?: ((id: string, index: number) => any) | undefined;
|
|
@@ -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":";iBAmlBa,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyVrB,wBASG"}
|
|
@@ -11,7 +11,7 @@ export type KdsMultiSelectListBoxOption = {
|
|
|
11
11
|
/** Applies missing/error styling and prepends "(Missing)". Shows a trash icon as trailing icon. */
|
|
12
12
|
missing?: boolean;
|
|
13
13
|
};
|
|
14
|
-
export type KdsMultiSelectListBoxProps = {
|
|
14
|
+
export type KdsMultiSelectListBoxProps = KdsFormFieldProps & {
|
|
15
15
|
/** Values shown in the list box */
|
|
16
16
|
possibleValues: KdsMultiSelectListBoxOption[];
|
|
17
17
|
/** Whether the list box is disabled */
|
|
@@ -20,5 +20,9 @@ export type KdsMultiSelectListBoxProps = {
|
|
|
20
20
|
useResizeHandle?: boolean;
|
|
21
21
|
/** Optional item pinned to the bottom of the list, always visible while scrolling. Interacts like a regular item for selection, keyboard navigation, and drag. */
|
|
22
22
|
bottomValue?: KdsMultiSelectListBoxOption;
|
|
23
|
-
|
|
23
|
+
/** Text shown when the list is empty. */
|
|
24
|
+
emptyStateLabel?: string;
|
|
25
|
+
/** Whether the list is in a loading state. Shows a spinner in the empty state area. */
|
|
26
|
+
loading?: boolean;
|
|
27
|
+
};
|
|
24
28
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -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,4CAA4C,CAAC;AACvF,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,mGAAmG;IACnG,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,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,mGAAmG;IACnG,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMultiSelectListBoxSelection.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAMT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAI3D,KAAK,qCAAqC,GAAG;IAC3C,8CAA8C;IAC9C,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;IAC1B,kEAAkE;IAClE,SAAS,EAAE,GAAG,CAAC,2BAA2B,EAAE,CAAC,CAAC;IAC9C,wCAAwC;IACxC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,0EAA0E;IAC1E,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7C,qEAAqE;IACrE,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,uEAM5C,qCAAqC;;;
|
|
1
|
+
{"version":3,"file":"useMultiSelectListBoxSelection.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,GAAG,EAMT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAI3D,KAAK,qCAAqC,GAAG;IAC3C,8CAA8C;IAC9C,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,CAAC;IAC1B,kEAAkE;IAClE,SAAS,EAAE,GAAG,CAAC,2BAA2B,EAAE,CAAC,CAAC;IAC9C,wCAAwC;IACxC,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IACvB,0EAA0E;IAC1E,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7C,qEAAqE;IACrE,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,uEAM5C,qCAAqC;;;yBAWV,MAAM;;yBAsFN,UAAU,SAAS,MAAM,SAAS,MAAM;qBA8B5C,UAAU;gBAmBf,UAAU;;;;;;;;;;;;CAsL9B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { UserEventObject } from 'storybook/test';
|
|
2
|
+
/**
|
|
3
|
+
* Page object encapsulating element queries and assertions for the TwinList.
|
|
4
|
+
*/
|
|
5
|
+
export declare class TwinListPage {
|
|
6
|
+
private readonly canvas;
|
|
7
|
+
readonly user: UserEventObject;
|
|
8
|
+
constructor(canvasElement: HTMLElement);
|
|
9
|
+
get excludeList(): any;
|
|
10
|
+
get includeList(): any;
|
|
11
|
+
get modeSwitch(): any;
|
|
12
|
+
get moveRightBtn(): any;
|
|
13
|
+
get moveAllRightBtn(): any;
|
|
14
|
+
get moveLeftBtn(): any;
|
|
15
|
+
get moveAllLeftBtn(): any;
|
|
16
|
+
modeRadio(name: string): HTMLElement;
|
|
17
|
+
optionIn(listbox: HTMLElement, name: string): HTMLElement;
|
|
18
|
+
expectOptionIn(listbox: HTMLElement, name: string, selected?: boolean): Promise<HTMLElement>;
|
|
19
|
+
/**
|
|
20
|
+
* Like expectOptionIn but uses findByRole (auto-waits) for elements that
|
|
21
|
+
* appear after an async state change (e.g. mode switch).
|
|
22
|
+
*/
|
|
23
|
+
findOptionIn(listbox: HTMLElement, name: string): Promise<HTMLElement>;
|
|
24
|
+
expectOptionNotIn(listbox: HTMLElement, name: string): Promise<void>;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=KdsTwinList.pageobject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsTwinList.pageobject.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/KdsTwinList.pageobject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD;;GAEG;AACH,qBAAa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD,QAAQ,CAAC,IAAI,EAAE,eAAe,CAAqB;gBAEvC,aAAa,EAAE,WAAW;IAItC,IAAI,WAAW,QAEd;IAED,IAAI,WAAW,QAEd;IAED,IAAI,UAAU,QAEb;IAED,IAAI,YAAY,QAIf;IAED,IAAI,eAAe,QAIlB;IAED,IAAI,WAAW,QAId;IAED,IAAI,cAAc,QAIjB;IAED,SAAS,CAAC,IAAI,EAAE,MAAM;IAKtB,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM;IAKrC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,UAAQ;IASzE;;;OAGG;IAEG,YAAY,CAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM;IAO/C,iBAAiB,CAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM;CAK3D"}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { KdsTwinListSearchMode } from './types.ts';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<({
|
|
3
|
+
mode?: KdsTwinListSearchMode;
|
|
4
|
+
manuallyIncluded?: string[];
|
|
5
|
+
manuallyExcluded?: string[];
|
|
6
|
+
includeUnknownValues?: boolean | null;
|
|
7
|
+
pattern?: string;
|
|
8
|
+
selectedTypes?: string[];
|
|
9
|
+
caseSensitive?: boolean;
|
|
10
|
+
excludeMatches?: boolean;
|
|
11
|
+
useRegex?: boolean;
|
|
12
|
+
} & {
|
|
13
|
+
description?: string;
|
|
14
|
+
} & {
|
|
15
|
+
label: string;
|
|
16
|
+
ariaLabel?: never;
|
|
17
|
+
} & {
|
|
18
|
+
id?: string;
|
|
19
|
+
} & {
|
|
20
|
+
error?: boolean | undefined;
|
|
21
|
+
subText?: string | undefined;
|
|
22
|
+
validating?: boolean | undefined;
|
|
23
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
24
|
+
} & {
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
|
|
27
|
+
filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
|
|
28
|
+
enablePatternFilter?: boolean;
|
|
29
|
+
excludeLabel?: string;
|
|
30
|
+
includeLabel?: string;
|
|
31
|
+
unknownValuesText?: string;
|
|
32
|
+
emptyStateLabel?: string;
|
|
33
|
+
loading?: boolean;
|
|
34
|
+
}) | ({
|
|
35
|
+
mode?: KdsTwinListSearchMode;
|
|
36
|
+
manuallyIncluded?: string[];
|
|
37
|
+
manuallyExcluded?: string[];
|
|
38
|
+
includeUnknownValues?: boolean | null;
|
|
39
|
+
pattern?: string;
|
|
40
|
+
selectedTypes?: string[];
|
|
41
|
+
caseSensitive?: boolean;
|
|
42
|
+
excludeMatches?: boolean;
|
|
43
|
+
useRegex?: boolean;
|
|
44
|
+
} & {
|
|
45
|
+
description?: string;
|
|
46
|
+
} & {
|
|
47
|
+
label?: never;
|
|
48
|
+
ariaLabel: string;
|
|
49
|
+
} & {
|
|
50
|
+
id?: string;
|
|
51
|
+
} & {
|
|
52
|
+
error?: boolean | undefined;
|
|
53
|
+
subText?: string | undefined;
|
|
54
|
+
validating?: boolean | undefined;
|
|
55
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
56
|
+
} & {
|
|
57
|
+
disabled?: boolean;
|
|
58
|
+
possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
|
|
59
|
+
filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
|
|
60
|
+
enablePatternFilter?: boolean;
|
|
61
|
+
excludeLabel?: string;
|
|
62
|
+
includeLabel?: string;
|
|
63
|
+
unknownValuesText?: string;
|
|
64
|
+
emptyStateLabel?: string;
|
|
65
|
+
loading?: boolean;
|
|
66
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
+
"update:caseSensitive": (value: boolean) => any;
|
|
68
|
+
"update:excludeMatches": (value: boolean) => any;
|
|
69
|
+
"update:useRegex": (value: boolean) => any;
|
|
70
|
+
"update:mode": (value: KdsTwinListSearchMode) => any;
|
|
71
|
+
"update:pattern": (value: string) => any;
|
|
72
|
+
"update:selectedTypes": (value: string[]) => any;
|
|
73
|
+
"update:manuallyIncluded": (value: string[]) => any;
|
|
74
|
+
"update:manuallyExcluded": (value: string[]) => any;
|
|
75
|
+
"update:includeUnknownValues": (value: boolean | null) => any;
|
|
76
|
+
}, string, import('vue').PublicProps, Readonly<({
|
|
77
|
+
mode?: KdsTwinListSearchMode;
|
|
78
|
+
manuallyIncluded?: string[];
|
|
79
|
+
manuallyExcluded?: string[];
|
|
80
|
+
includeUnknownValues?: boolean | null;
|
|
81
|
+
pattern?: string;
|
|
82
|
+
selectedTypes?: string[];
|
|
83
|
+
caseSensitive?: boolean;
|
|
84
|
+
excludeMatches?: boolean;
|
|
85
|
+
useRegex?: boolean;
|
|
86
|
+
} & {
|
|
87
|
+
description?: string;
|
|
88
|
+
} & {
|
|
89
|
+
label: string;
|
|
90
|
+
ariaLabel?: never;
|
|
91
|
+
} & {
|
|
92
|
+
id?: string;
|
|
93
|
+
} & {
|
|
94
|
+
error?: boolean | undefined;
|
|
95
|
+
subText?: string | undefined;
|
|
96
|
+
validating?: boolean | undefined;
|
|
97
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
98
|
+
} & {
|
|
99
|
+
disabled?: boolean;
|
|
100
|
+
possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
|
|
101
|
+
filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
|
|
102
|
+
enablePatternFilter?: boolean;
|
|
103
|
+
excludeLabel?: string;
|
|
104
|
+
includeLabel?: string;
|
|
105
|
+
unknownValuesText?: string;
|
|
106
|
+
emptyStateLabel?: string;
|
|
107
|
+
loading?: boolean;
|
|
108
|
+
}) | ({
|
|
109
|
+
mode?: KdsTwinListSearchMode;
|
|
110
|
+
manuallyIncluded?: string[];
|
|
111
|
+
manuallyExcluded?: string[];
|
|
112
|
+
includeUnknownValues?: boolean | null;
|
|
113
|
+
pattern?: string;
|
|
114
|
+
selectedTypes?: string[];
|
|
115
|
+
caseSensitive?: boolean;
|
|
116
|
+
excludeMatches?: boolean;
|
|
117
|
+
useRegex?: boolean;
|
|
118
|
+
} & {
|
|
119
|
+
description?: string;
|
|
120
|
+
} & {
|
|
121
|
+
label?: never;
|
|
122
|
+
ariaLabel: string;
|
|
123
|
+
} & {
|
|
124
|
+
id?: string;
|
|
125
|
+
} & {
|
|
126
|
+
error?: boolean | undefined;
|
|
127
|
+
subText?: string | undefined;
|
|
128
|
+
validating?: boolean | undefined;
|
|
129
|
+
preserveSubTextSpace?: boolean | undefined;
|
|
130
|
+
} & {
|
|
131
|
+
disabled?: boolean;
|
|
132
|
+
possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
|
|
133
|
+
filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
|
|
134
|
+
enablePatternFilter?: boolean;
|
|
135
|
+
excludeLabel?: string;
|
|
136
|
+
includeLabel?: string;
|
|
137
|
+
unknownValuesText?: string;
|
|
138
|
+
emptyStateLabel?: string;
|
|
139
|
+
loading?: boolean;
|
|
140
|
+
})> & Readonly<{
|
|
141
|
+
"onUpdate:caseSensitive"?: ((value: boolean) => any) | undefined;
|
|
142
|
+
"onUpdate:excludeMatches"?: ((value: boolean) => any) | undefined;
|
|
143
|
+
"onUpdate:useRegex"?: ((value: boolean) => any) | undefined;
|
|
144
|
+
"onUpdate:mode"?: ((value: KdsTwinListSearchMode) => any) | undefined;
|
|
145
|
+
"onUpdate:pattern"?: ((value: string) => any) | undefined;
|
|
146
|
+
"onUpdate:selectedTypes"?: ((value: string[]) => any) | undefined;
|
|
147
|
+
"onUpdate:manuallyIncluded"?: ((value: string[]) => any) | undefined;
|
|
148
|
+
"onUpdate:manuallyExcluded"?: ((value: string[]) => any) | undefined;
|
|
149
|
+
"onUpdate:includeUnknownValues"?: ((value: boolean | null) => any) | undefined;
|
|
150
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
151
|
+
export default _default;
|
|
152
|
+
//# sourceMappingURL=KdsTwinList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsTwinList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/KdsTwinList.vue"],"names":[],"mappings":"AA2KA,OAAO,KAAK,EAGV,qBAAqB,EACtB,MAAM,YAAY,CAAC;;WAqHX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0JpB,wBAQG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { KdsTwinListModelValue, TwinListBodyProps } from './types';
|
|
2
|
+
type __VLS_Props = TwinListBodyProps;
|
|
3
|
+
type __VLS_PublicProps = {
|
|
4
|
+
modelValue: KdsTwinListModelValue;
|
|
5
|
+
} & __VLS_Props;
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: KdsTwinListModelValue) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: KdsTwinListModelValue) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=TwinListBody.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TwinListBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/TwinListBody.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EACV,qBAAqB,EAErB,iBAAiB,EAClB,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAiMrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,qBAAqB,CAAC;CACjC,GAAG,WAAW,CAAC;;;;;;AAiYhB,wBAQG"}
|