@knime/kds-components 0.17.0 → 0.17.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/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -2
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +8 -2
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -1
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/SearchInput/types.d.ts +31 -1
- package/dist/forms/inputs/SearchInput/types.d.ts.map +1 -1
- package/dist/forms/inputs/index.d.ts +2 -0
- package/dist/forms/inputs/index.d.ts.map +1 -1
- package/dist/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/index.css +1444 -7
- package/dist/index.js +10676 -391
- package/dist/index.js.map +1 -1
- package/dist/overlays/Popover/KdsPopover.vue.d.ts +1 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/overlays/Popover/enums.d.ts +5 -0
- package/dist/overlays/Popover/enums.d.ts.map +1 -1
- package/dist/overlays/Popover/index.d.ts +1 -1
- package/dist/overlays/Popover/index.d.ts.map +1 -1
- package/dist/overlays/Popover/types.d.ts +8 -1
- package/dist/overlays/Popover/types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -19,6 +19,7 @@ declare function __VLS_template(): {
|
|
|
19
19
|
readonly modelValue?: boolean | undefined;
|
|
20
20
|
readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
21
21
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
22
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
22
23
|
readonly fullWidth?: boolean | undefined;
|
|
23
24
|
readonly popoverAriaLabel: string;
|
|
24
25
|
readonly content?: string | undefined;
|
|
@@ -50,6 +51,7 @@ declare function __VLS_template(): {
|
|
|
50
51
|
}, string, {
|
|
51
52
|
role: import('../../../overlays/Popover').KdsPopoverRole;
|
|
52
53
|
placement: import('../../../overlays/Popover').KdsPopoverPlacement;
|
|
54
|
+
popoverType: import('../../../overlays/Popover').KdsPopoverType;
|
|
53
55
|
fullWidth: boolean;
|
|
54
56
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
55
57
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -74,12 +76,13 @@ declare function __VLS_template(): {
|
|
|
74
76
|
} & Readonly<{
|
|
75
77
|
role: import('../../../overlays/Popover').KdsPopoverRole;
|
|
76
78
|
placement: import('../../../overlays/Popover').KdsPopoverPlacement;
|
|
79
|
+
popoverType: import('../../../overlays/Popover').KdsPopoverType;
|
|
77
80
|
fullWidth: boolean;
|
|
78
81
|
}> & Omit<Readonly<{
|
|
79
82
|
modelValue?: boolean;
|
|
80
83
|
} & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
81
84
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
82
|
-
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
85
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
83
86
|
anchorStyle: Record<string, string>;
|
|
84
87
|
popoverId: string;
|
|
85
88
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -105,6 +108,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
105
108
|
readonly modelValue?: boolean | undefined;
|
|
106
109
|
readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
107
110
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
111
|
+
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
108
112
|
readonly fullWidth?: boolean | undefined;
|
|
109
113
|
readonly popoverAriaLabel: string;
|
|
110
114
|
readonly content?: string | undefined;
|
|
@@ -136,6 +140,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
136
140
|
}, string, {
|
|
137
141
|
role: import('../../../overlays/Popover').KdsPopoverRole;
|
|
138
142
|
placement: import('../../../overlays/Popover').KdsPopoverPlacement;
|
|
143
|
+
popoverType: import('../../../overlays/Popover').KdsPopoverType;
|
|
139
144
|
fullWidth: boolean;
|
|
140
145
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
141
146
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -160,12 +165,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
160
165
|
} & Readonly<{
|
|
161
166
|
role: import('../../../overlays/Popover').KdsPopoverRole;
|
|
162
167
|
placement: import('../../../overlays/Popover').KdsPopoverPlacement;
|
|
168
|
+
popoverType: import('../../../overlays/Popover').KdsPopoverType;
|
|
163
169
|
fullWidth: boolean;
|
|
164
170
|
}> & Omit<Readonly<{
|
|
165
171
|
modelValue?: boolean;
|
|
166
172
|
} & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
167
173
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
168
|
-
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
174
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
169
175
|
anchorStyle: Record<string, string>;
|
|
170
176
|
popoverId: string;
|
|
171
177
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAmB5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG
|
|
1
|
+
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAmB5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAiEwxhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAhD96hB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8BoyhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB76hB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -19,6 +19,7 @@ declare function __VLS_template(): {
|
|
|
19
19
|
readonly modelValue?: boolean | undefined;
|
|
20
20
|
readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
|
|
21
21
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
22
|
+
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
22
23
|
readonly fullWidth?: boolean | undefined;
|
|
23
24
|
readonly popoverAriaLabel: string;
|
|
24
25
|
readonly content?: string | undefined;
|
|
@@ -50,6 +51,7 @@ declare function __VLS_template(): {
|
|
|
50
51
|
}, string, {
|
|
51
52
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
52
53
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
54
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
53
55
|
fullWidth: boolean;
|
|
54
56
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
55
57
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -74,12 +76,13 @@ declare function __VLS_template(): {
|
|
|
74
76
|
} & Readonly<{
|
|
75
77
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
76
78
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
79
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
77
80
|
fullWidth: boolean;
|
|
78
81
|
}> & Omit<Readonly<{
|
|
79
82
|
modelValue?: boolean;
|
|
80
83
|
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
81
84
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
82
|
-
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
85
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
83
86
|
anchorStyle: Record<string, string>;
|
|
84
87
|
popoverId: string;
|
|
85
88
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -108,6 +111,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
108
111
|
readonly modelValue?: boolean | undefined;
|
|
109
112
|
readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
|
|
110
113
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
114
|
+
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
111
115
|
readonly fullWidth?: boolean | undefined;
|
|
112
116
|
readonly popoverAriaLabel: string;
|
|
113
117
|
readonly content?: string | undefined;
|
|
@@ -139,6 +143,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
139
143
|
}, string, {
|
|
140
144
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
141
145
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
146
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
142
147
|
fullWidth: boolean;
|
|
143
148
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
144
149
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -163,12 +168,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
163
168
|
} & Readonly<{
|
|
164
169
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
165
170
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
171
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
166
172
|
fullWidth: boolean;
|
|
167
173
|
}> & Omit<Readonly<{
|
|
168
174
|
modelValue?: boolean;
|
|
169
175
|
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
170
176
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
171
|
-
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
177
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
172
178
|
anchorStyle: Record<string, string>;
|
|
173
179
|
popoverId: string;
|
|
174
180
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AA0EhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG
|
|
1
|
+
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AA0EhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkE0wb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAjDh6b;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8Bsxb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB/5b,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -306,6 +306,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
306
306
|
readonly modelValue?: boolean | undefined;
|
|
307
307
|
readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
|
|
308
308
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
309
|
+
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
309
310
|
readonly fullWidth?: boolean | undefined;
|
|
310
311
|
readonly popoverAriaLabel: string;
|
|
311
312
|
readonly content?: string | undefined;
|
|
@@ -337,6 +338,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
337
338
|
}, string, {
|
|
338
339
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
339
340
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
341
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
340
342
|
fullWidth: boolean;
|
|
341
343
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
342
344
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -361,12 +363,13 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
361
363
|
} & Readonly<{
|
|
362
364
|
role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
|
|
363
365
|
placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
|
|
366
|
+
popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
|
|
364
367
|
fullWidth: boolean;
|
|
365
368
|
}> & Omit<Readonly<{
|
|
366
369
|
modelValue?: boolean;
|
|
367
370
|
} & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
|
|
368
371
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
369
|
-
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
372
|
+
}>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
|
|
370
373
|
anchorStyle: Record<string, string>;
|
|
371
374
|
popoverId: string;
|
|
372
375
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP0lL,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP0lL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;AAlBnuL,wBAUG"}
|
|
@@ -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":";AA8eA,wBAWG"}
|
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
import { KdsIconName } from '../../../accessories';
|
|
2
|
+
import { KdsIconAccessory } from '../../_helper/List/ListItemAccessory/types';
|
|
1
3
|
import { KdsInputFieldProps } from '../types';
|
|
2
|
-
export type
|
|
4
|
+
export type KdsSearchResult = {
|
|
5
|
+
id: string;
|
|
6
|
+
/** Optional leading icon shown before a section headline */
|
|
7
|
+
sectionHeadlineIcon?: KdsIconName;
|
|
8
|
+
/**
|
|
9
|
+
* When true, the item is rendered as a non-selectable section headline
|
|
10
|
+
* (styled as a section title row). Section headline items are skipped
|
|
11
|
+
* during keyboard navigation and cannot be clicked.
|
|
12
|
+
*/
|
|
13
|
+
sectionHeadline?: boolean;
|
|
14
|
+
/** Optional leading accessory (icon only) shown before the text */
|
|
15
|
+
accessory?: KdsIconAccessory;
|
|
16
|
+
text: string;
|
|
17
|
+
/** Optional subtext shown below the main label (multiline list item layout) */
|
|
18
|
+
subText?: string;
|
|
19
|
+
/** Show a separator below the item if it's not the last in the list */
|
|
20
|
+
separator?: boolean;
|
|
21
|
+
};
|
|
22
|
+
export type KdsSearchInputProps = KdsInputFieldProps & {
|
|
23
|
+
/**
|
|
24
|
+
* Results to show in the ListContainer rendered below the input field.
|
|
25
|
+
* If it's undefined, ListContainer is not loaded.
|
|
26
|
+
* Items with `sectionHeadline: true` are rendered as non-selectable
|
|
27
|
+
* section titles. Items with `separator: true` show a divider below them.
|
|
28
|
+
*/
|
|
29
|
+
results?: KdsSearchResult[];
|
|
30
|
+
/** Max height of the results container */
|
|
31
|
+
resultsMaxHeight?: string;
|
|
32
|
+
};
|
|
3
33
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC"}
|
|
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,4CAA4C,CAAC;AACnF,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,gBAAgB,CAAC;AAC/B,mBAAmB,gBAAgB,CAAC;AAEpC,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/inputs/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,gBAAgB,CAAC;AAC/B,mBAAmB,gBAAgB,CAAC;AAEpC,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":";AAgaA,wBAUG"}
|