@knime/kds-components 1.1.4 → 1.2.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/CHANGELOG.md +22 -0
- package/dist/index.css +840 -719
- package/dist/index.js +2663 -2011
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/Avatar/types.d.ts +1 -1
- package/dist/src/accessories/Avatar/types.d.ts.map +1 -1
- package/dist/src/accessories/ColorSwatch/types.d.ts +1 -1
- package/dist/src/accessories/ColorSwatch/types.d.ts.map +1 -1
- package/dist/src/accessories/DonutChart/types.d.ts +3 -3
- package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/KdsIcon.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/aliases.d.ts +18 -0
- package/dist/src/accessories/Icon/aliases.d.ts.map +1 -0
- package/dist/src/accessories/Icon/useIcon.d.ts +5 -0
- package/dist/src/accessories/Icon/useIcon.d.ts.map +1 -1
- package/dist/src/accessories/LiveStatus/types.d.ts +1 -1
- package/dist/src/accessories/LiveStatus/types.d.ts.map +1 -1
- package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts +4 -4
- package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts.map +1 -1
- package/dist/src/accessories/ProgressBar/types.d.ts +2 -2
- package/dist/src/accessories/ProgressBar/types.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts +8 -4
- package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsButton/KdsButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +12 -12
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +4 -4
- package/dist/src/buttons/KdsToggleButton/enums.d.ts +1 -1
- package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +16 -16
- package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +14 -14
- package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +1 -1
- package/dist/src/buttons/enums.d.ts +1 -1
- package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +4 -4
- package/dist/src/buttons/types.d.ts +1 -1
- package/dist/src/buttons/types.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts +3 -3
- package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts.map +1 -1
- package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts +4 -4
- package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +4 -4
- package/dist/src/forms/Checkbox/types.d.ts +2 -2
- package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts +4 -4
- package/dist/src/forms/RadioButton/types.d.ts +2 -2
- package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
- package/dist/src/layouts/Card/enums.d.ts +1 -1
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts +33 -0
- package/dist/src/layouts/Tree/BaseTree/BaseTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts +17 -0
- package/dist/src/layouts/Tree/BaseTree/TreeNode.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts +4 -0
- package/dist/src/layouts/Tree/BaseTree/context.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts +35 -0
- package/dist/src/layouts/Tree/BaseTree/renderNode.d.ts.map +1 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts +11 -0
- package/dist/src/layouts/Tree/BaseTree/useTreeData.d.ts.map +1 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts +159 -0
- package/dist/src/layouts/Tree/KdsTree.vue.d.ts.map +1 -0
- package/dist/src/layouts/Tree/index.d.ts +3 -0
- package/dist/src/layouts/Tree/index.d.ts.map +1 -0
- package/dist/src/layouts/Tree/types.d.ts +100 -0
- package/dist/src/layouts/Tree/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/Modal/enums.d.ts +2 -2
- package/dist/src/overlays/Modal/useKdsDynamicModal.d.ts +6 -6
- package/dist/src/{containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts → util/useKeyPressedUntilMouseClick.d.ts} +1 -1
- package/dist/src/util/useKeyPressedUntilMouseClick.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/containers/FileExplorer/useKeyPressedUntilMouseClick/index.d.ts.map +0 -1
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
11
11
|
} & import('../../types/testId').WithTestId & {
|
|
12
12
|
size?: import('..').KdsButtonSize;
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
|
|
14
|
+
tooltip?: string;
|
|
15
15
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
label: string;
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
27
27
|
} & import('../../types/testId').WithTestId & {
|
|
28
28
|
size?: import('..').KdsButtonSize;
|
|
29
29
|
disabled?: boolean;
|
|
30
|
-
|
|
30
|
+
tooltip?: string;
|
|
31
31
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
32
32
|
} & {
|
|
33
33
|
label?: never;
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
47
47
|
} & import('../../types/testId').WithTestId & {
|
|
48
48
|
size?: import('..').KdsButtonSize;
|
|
49
49
|
disabled?: boolean;
|
|
50
|
-
|
|
50
|
+
tooltip?: string;
|
|
51
51
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
52
52
|
} & {
|
|
53
53
|
label: string;
|
|
@@ -61,7 +61,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
61
61
|
} & import('../../types/testId').WithTestId & {
|
|
62
62
|
size?: import('..').KdsButtonSize;
|
|
63
63
|
disabled?: boolean;
|
|
64
|
-
|
|
64
|
+
tooltip?: string;
|
|
65
65
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
66
66
|
} & {
|
|
67
67
|
label?: never;
|
|
@@ -86,7 +86,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
86
86
|
} & import('../../types/testId').WithTestId & {
|
|
87
87
|
size?: import('..').KdsButtonSize;
|
|
88
88
|
disabled?: boolean;
|
|
89
|
-
|
|
89
|
+
tooltip?: string;
|
|
90
90
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
91
91
|
} & {
|
|
92
92
|
label: string;
|
|
@@ -100,7 +100,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
100
100
|
} & import('../../types/testId').WithTestId & {
|
|
101
101
|
size?: import('..').KdsButtonSize;
|
|
102
102
|
disabled?: boolean;
|
|
103
|
-
|
|
103
|
+
tooltip?: string;
|
|
104
104
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
105
105
|
} & {
|
|
106
106
|
label?: never;
|
|
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
121
121
|
} & import('../../types/testId').WithTestId & {
|
|
122
122
|
size?: import('..').KdsButtonSize;
|
|
123
123
|
disabled?: boolean;
|
|
124
|
-
|
|
124
|
+
tooltip?: string;
|
|
125
125
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
126
126
|
} & {
|
|
127
127
|
label: string;
|
|
@@ -135,7 +135,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
135
135
|
} & import('../../types/testId').WithTestId & {
|
|
136
136
|
size?: import('..').KdsButtonSize;
|
|
137
137
|
disabled?: boolean;
|
|
138
|
-
|
|
138
|
+
tooltip?: string;
|
|
139
139
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
140
140
|
} & {
|
|
141
141
|
label?: never;
|
|
@@ -160,7 +160,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
160
160
|
} & import('../../types/testId').WithTestId & {
|
|
161
161
|
size?: import('..').KdsButtonSize;
|
|
162
162
|
disabled?: boolean;
|
|
163
|
-
|
|
163
|
+
tooltip?: string;
|
|
164
164
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
165
165
|
} & {
|
|
166
166
|
label: string;
|
|
@@ -174,7 +174,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
174
174
|
} & import('../../types/testId').WithTestId & {
|
|
175
175
|
size?: import('..').KdsButtonSize;
|
|
176
176
|
disabled?: boolean;
|
|
177
|
-
|
|
177
|
+
tooltip?: string;
|
|
178
178
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
179
179
|
} & {
|
|
180
180
|
label?: never;
|
|
@@ -352,7 +352,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
352
352
|
} & import('../../types/testId').WithTestId & {
|
|
353
353
|
size?: import('..').KdsButtonSize;
|
|
354
354
|
disabled?: boolean;
|
|
355
|
-
|
|
355
|
+
tooltip?: string;
|
|
356
356
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
357
357
|
} & {
|
|
358
358
|
label: string;
|
|
@@ -368,7 +368,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
368
368
|
} & import('../../types/testId').WithTestId & {
|
|
369
369
|
size?: import('..').KdsButtonSize;
|
|
370
370
|
disabled?: boolean;
|
|
371
|
-
|
|
371
|
+
tooltip?: string;
|
|
372
372
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
373
373
|
} & {
|
|
374
374
|
label?: never;
|
|
@@ -388,7 +388,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
388
388
|
} & import('../../types/testId').WithTestId & {
|
|
389
389
|
size?: import('..').KdsButtonSize;
|
|
390
390
|
disabled?: boolean;
|
|
391
|
-
|
|
391
|
+
tooltip?: string;
|
|
392
392
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
393
393
|
} & {
|
|
394
394
|
label: string;
|
|
@@ -402,7 +402,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
402
402
|
} & import('../../types/testId').WithTestId & {
|
|
403
403
|
size?: import('..').KdsButtonSize;
|
|
404
404
|
disabled?: boolean;
|
|
405
|
-
|
|
405
|
+
tooltip?: string;
|
|
406
406
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
407
407
|
} & {
|
|
408
408
|
label?: never;
|
|
@@ -427,7 +427,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
427
427
|
} & import('../../types/testId').WithTestId & {
|
|
428
428
|
size?: import('..').KdsButtonSize;
|
|
429
429
|
disabled?: boolean;
|
|
430
|
-
|
|
430
|
+
tooltip?: string;
|
|
431
431
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
432
432
|
} & {
|
|
433
433
|
label: string;
|
|
@@ -441,7 +441,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
|
|
|
441
441
|
} & import('../../types/testId').WithTestId & {
|
|
442
442
|
size?: import('..').KdsButtonSize;
|
|
443
443
|
disabled?: boolean;
|
|
444
|
-
|
|
444
|
+
tooltip?: string;
|
|
445
445
|
variant?: import('..').KdsToggleButtonVariant | undefined;
|
|
446
446
|
} & {
|
|
447
447
|
label?: never;
|
|
@@ -10,7 +10,7 @@ export declare const typeToComponent: Record<KdsResponsiveButtonGroupButton["typ
|
|
|
10
10
|
/** Bindings for a full-width (label + icons) render. */
|
|
11
11
|
export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
12
12
|
label: string;
|
|
13
|
-
|
|
13
|
+
tooltip?: string | undefined;
|
|
14
14
|
ariaLabel?: never | undefined;
|
|
15
15
|
disabled?: boolean | undefined;
|
|
16
16
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -20,7 +20,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
20
20
|
leadingIcon: KdsIconName;
|
|
21
21
|
} | {
|
|
22
22
|
label: string;
|
|
23
|
-
|
|
23
|
+
tooltip?: string | undefined;
|
|
24
24
|
ariaLabel?: never | undefined;
|
|
25
25
|
disabled?: boolean | undefined;
|
|
26
26
|
target?: (import('../../types/linkTypes.ts').LiteralUnion<"_blank" | "_parent" | "_self" | "_top"> | null) | undefined;
|
|
@@ -34,7 +34,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
34
34
|
leadingIcon: KdsIconName;
|
|
35
35
|
} | {
|
|
36
36
|
label: string;
|
|
37
|
-
|
|
37
|
+
tooltip?: string | undefined;
|
|
38
38
|
ariaLabel?: never | undefined;
|
|
39
39
|
disabled?: boolean | undefined;
|
|
40
40
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -45,7 +45,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
45
45
|
leadingIcon: KdsIconName;
|
|
46
46
|
} | {
|
|
47
47
|
label: string;
|
|
48
|
-
|
|
48
|
+
tooltip?: string | undefined;
|
|
49
49
|
ariaLabel?: never | undefined;
|
|
50
50
|
disabled?: boolean | undefined;
|
|
51
51
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -57,7 +57,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
57
57
|
leadingIcon: KdsIconName;
|
|
58
58
|
} | {
|
|
59
59
|
label: string;
|
|
60
|
-
|
|
60
|
+
tooltip?: string | undefined;
|
|
61
61
|
ariaLabel?: never | undefined;
|
|
62
62
|
disabled?: boolean | undefined;
|
|
63
63
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -67,7 +67,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
67
67
|
leadingIcon: KdsIconName;
|
|
68
68
|
} | {
|
|
69
69
|
label: string;
|
|
70
|
-
|
|
70
|
+
tooltip?: string | undefined;
|
|
71
71
|
ariaLabel?: never | undefined;
|
|
72
72
|
disabled?: boolean | undefined;
|
|
73
73
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
77
77
|
leadingIcon?: never;
|
|
78
78
|
} | {
|
|
79
79
|
label: string;
|
|
80
|
-
|
|
80
|
+
tooltip?: string | undefined;
|
|
81
81
|
ariaLabel?: never | undefined;
|
|
82
82
|
disabled?: boolean | undefined;
|
|
83
83
|
target?: (import('../../types/linkTypes.ts').LiteralUnion<"_blank" | "_parent" | "_self" | "_top"> | null) | undefined;
|
|
@@ -91,7 +91,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
91
91
|
leadingIcon?: never;
|
|
92
92
|
} | {
|
|
93
93
|
label: string;
|
|
94
|
-
|
|
94
|
+
tooltip?: string | undefined;
|
|
95
95
|
ariaLabel?: never | undefined;
|
|
96
96
|
disabled?: boolean | undefined;
|
|
97
97
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -102,7 +102,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
102
102
|
leadingIcon?: never;
|
|
103
103
|
} | {
|
|
104
104
|
label: string;
|
|
105
|
-
|
|
105
|
+
tooltip?: string | undefined;
|
|
106
106
|
ariaLabel?: never | undefined;
|
|
107
107
|
disabled?: boolean | undefined;
|
|
108
108
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -114,16 +114,16 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
114
114
|
leadingIcon?: never;
|
|
115
115
|
} | {
|
|
116
116
|
label: string;
|
|
117
|
-
|
|
117
|
+
tooltip?: string | undefined;
|
|
118
118
|
ariaLabel?: never | undefined;
|
|
119
119
|
disabled?: boolean | undefined;
|
|
120
120
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
121
121
|
leadingIcon: KdsIconName;
|
|
122
|
-
dataTestId?: string | undefined;
|
|
123
122
|
state?: import('../index.ts').KdsProgressButtonState | undefined;
|
|
123
|
+
dataTestId?: string | undefined;
|
|
124
124
|
} | {
|
|
125
125
|
label: string;
|
|
126
|
-
|
|
126
|
+
tooltip?: string | undefined;
|
|
127
127
|
ariaLabel?: never | undefined;
|
|
128
128
|
disabled?: boolean | undefined;
|
|
129
129
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -135,12 +135,12 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
135
135
|
/**
|
|
136
136
|
* Bindings for the icon-only render of an icon-capable entry: drops `label`
|
|
137
137
|
* and `trailingIcon`, promotes the label to `ariaLabel` and (when no
|
|
138
|
-
* explicit `
|
|
138
|
+
* explicit `tooltip` is set) to `tooltip`.
|
|
139
139
|
*/
|
|
140
140
|
export declare const iconOnlyBindings: (entry: KdsResponsiveButtonGroupButton, leadingIcon: KdsIconName, ariaLabel: string) => {
|
|
141
141
|
leadingIcon: KdsIconName;
|
|
142
142
|
ariaLabel: string;
|
|
143
|
-
|
|
143
|
+
tooltip: string;
|
|
144
144
|
};
|
|
145
145
|
export declare const isIconCapable: (entry: KdsResponsiveButtonGroupButton) => boolean;
|
|
146
146
|
/**
|
|
@@ -32,7 +32,7 @@ type WithIconCollapse<TMeta> = {
|
|
|
32
32
|
/**
|
|
33
33
|
* If true (default), the entry drops its label and renders icon-only
|
|
34
34
|
* once the row needs to shrink. Only valid when `meta.leadingIcon` is
|
|
35
|
-
* set. The label is promoted to `
|
|
35
|
+
* set. The label is promoted to `tooltip` (unless `meta.tooltip` is set)
|
|
36
36
|
* and `ariaLabel`.
|
|
37
37
|
*/
|
|
38
38
|
canBeIconOnly?: boolean;
|
|
@@ -10,5 +10,5 @@ export declare const kdsButtonVariant: {
|
|
|
10
10
|
readonly OUTLINED: "outlined";
|
|
11
11
|
readonly TRANSPARENT: "transparent";
|
|
12
12
|
};
|
|
13
|
-
export declare const kdsButtonVariants: ("
|
|
13
|
+
export declare const kdsButtonVariants: ("filled" | "outlined" | "transparent")[];
|
|
14
14
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<(import('../../../types/testId').WithTestId & {
|
|
2
2
|
size?: import('../..').KdsButtonSize;
|
|
3
3
|
disabled?: boolean;
|
|
4
|
-
|
|
4
|
+
tooltip?: string;
|
|
5
5
|
variant?: import('../..').KdsButtonVariant | undefined;
|
|
6
6
|
} & {
|
|
7
7
|
label: string;
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<(import('../../../types/te
|
|
|
11
11
|
} & import('../../types').WithDestructive & import('../../../types/linkTypes').WithLinkNavigation & import('../../../types/linkTypes').WithAnchorElementAttributes) | (import('../../../types/testId').WithTestId & {
|
|
12
12
|
size?: import('../..').KdsButtonSize;
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
|
|
14
|
+
tooltip?: string;
|
|
15
15
|
variant?: import('../..').KdsButtonVariant | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
label?: never;
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<(import('../../../types/te
|
|
|
23
23
|
}, string, import('vue').PublicProps, Readonly<(import('../../../types/testId').WithTestId & {
|
|
24
24
|
size?: import('../..').KdsButtonSize;
|
|
25
25
|
disabled?: boolean;
|
|
26
|
-
|
|
26
|
+
tooltip?: string;
|
|
27
27
|
variant?: import('../..').KdsButtonVariant | undefined;
|
|
28
28
|
} & {
|
|
29
29
|
label: string;
|
|
@@ -33,7 +33,7 @@ declare const _default: import('vue').DefineComponent<(import('../../../types/te
|
|
|
33
33
|
} & import('../../types').WithDestructive & import('../../../types/linkTypes').WithLinkNavigation & import('../../../types/linkTypes').WithAnchorElementAttributes) | (import('../../../types/testId').WithTestId & {
|
|
34
34
|
size?: import('../..').KdsButtonSize;
|
|
35
35
|
disabled?: boolean;
|
|
36
|
-
|
|
36
|
+
tooltip?: string;
|
|
37
37
|
variant?: import('../..').KdsButtonVariant | undefined;
|
|
38
38
|
} & {
|
|
39
39
|
label?: never;
|
|
@@ -12,7 +12,7 @@ export type KdsButtonCommonProps<TVariant extends KdsButtonVariant = KdsButtonVa
|
|
|
12
12
|
/** Whether the button is disabled and non-interactive. */
|
|
13
13
|
disabled?: boolean;
|
|
14
14
|
/** Tooltip text shown on hover. */
|
|
15
|
-
|
|
15
|
+
tooltip?: string;
|
|
16
16
|
/** Visual style variant of the button. */
|
|
17
17
|
variant?: TVariant;
|
|
18
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,kCAAkC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,kCAAkC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0CAA0C;IAC1C,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,uCAAuC;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,sCAAsC;IACtC,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,wDAAwD;IACxD,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,0FAA0F;IAC1F,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"AAqtBA,OAAO,EAGL,QAAQ,EAMT,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"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"}
|
|
@@ -12,18 +12,18 @@ export type KdsDataTypeAccessory = {
|
|
|
12
12
|
export type KdsColorSwatchAccessory = {
|
|
13
13
|
type: "colorSwatch";
|
|
14
14
|
color: KdsColorSwatchColor;
|
|
15
|
-
|
|
15
|
+
tooltip?: string;
|
|
16
16
|
};
|
|
17
17
|
export type KdsLiveStatusAccessory = {
|
|
18
18
|
type: "liveStatus";
|
|
19
19
|
status: KdsLiveStatusStatus;
|
|
20
|
-
|
|
20
|
+
tooltip?: string;
|
|
21
21
|
};
|
|
22
22
|
export type KdsAvatarAccessory = {
|
|
23
23
|
type: "avatar";
|
|
24
24
|
initials: string;
|
|
25
25
|
src?: string;
|
|
26
|
-
|
|
26
|
+
tooltip?: string;
|
|
27
27
|
};
|
|
28
28
|
export type KdsListItemAccessory = KdsIconAccessory | KdsDataTypeAccessory | KdsColorSwatchAccessory | KdsLiveStatusAccessory | KdsAvatarAccessory;
|
|
29
29
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemAccessory/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACrB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEnD,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAE3E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemAccessory/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACrB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEnD,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAE3E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,mBAAmB,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAC5B,gBAAgB,GAChB,oBAAoB,GACpB,uBAAuB,GACvB,sBAAsB,GACtB,kBAAkB,CAAC"}
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
8
8
|
preserveSubTextSpace?: boolean;
|
|
9
9
|
} & {
|
|
10
10
|
label: string;
|
|
11
|
-
|
|
11
|
+
tooltip?: never;
|
|
12
12
|
} & {
|
|
13
13
|
helperText?: string;
|
|
14
14
|
}) | ({
|
|
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
20
20
|
preserveSubTextSpace?: boolean;
|
|
21
21
|
} & {
|
|
22
22
|
label?: never;
|
|
23
|
-
|
|
23
|
+
tooltip: string;
|
|
24
24
|
} & {
|
|
25
25
|
helperText?: string;
|
|
26
26
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -34,7 +34,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
34
34
|
preserveSubTextSpace?: boolean;
|
|
35
35
|
} & {
|
|
36
36
|
label: string;
|
|
37
|
-
|
|
37
|
+
tooltip?: never;
|
|
38
38
|
} & {
|
|
39
39
|
helperText?: string;
|
|
40
40
|
}) | ({
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
46
46
|
preserveSubTextSpace?: boolean;
|
|
47
47
|
} & {
|
|
48
48
|
label?: never;
|
|
49
|
-
|
|
49
|
+
tooltip: string;
|
|
50
50
|
} & {
|
|
51
51
|
helperText?: string;
|
|
52
52
|
})> & Readonly<{
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
8
8
|
preserveSubTextSpace?: boolean;
|
|
9
9
|
} & {
|
|
10
10
|
label: string;
|
|
11
|
-
|
|
11
|
+
tooltip?: never;
|
|
12
12
|
} & {
|
|
13
13
|
modelValue?: KdsCheckboxValue;
|
|
14
14
|
}) | ({
|
|
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
20
20
|
preserveSubTextSpace?: boolean;
|
|
21
21
|
} & {
|
|
22
22
|
label?: never;
|
|
23
|
-
|
|
23
|
+
tooltip: string;
|
|
24
24
|
} & {
|
|
25
25
|
modelValue?: KdsCheckboxValue;
|
|
26
26
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -34,7 +34,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
34
34
|
preserveSubTextSpace?: boolean;
|
|
35
35
|
} & {
|
|
36
36
|
label: string;
|
|
37
|
-
|
|
37
|
+
tooltip?: never;
|
|
38
38
|
} & {
|
|
39
39
|
modelValue?: KdsCheckboxValue;
|
|
40
40
|
}) | ({
|
|
@@ -46,7 +46,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
46
46
|
preserveSubTextSpace?: boolean;
|
|
47
47
|
} & {
|
|
48
48
|
label?: never;
|
|
49
|
-
|
|
49
|
+
tooltip: string;
|
|
50
50
|
} & {
|
|
51
51
|
modelValue?: KdsCheckboxValue;
|
|
52
52
|
})> & Readonly<{
|
|
@@ -23,13 +23,13 @@ type LabelOrTitle = {
|
|
|
23
23
|
* The label text for the checkbox
|
|
24
24
|
*/
|
|
25
25
|
label: string;
|
|
26
|
-
|
|
26
|
+
tooltip?: never;
|
|
27
27
|
} | {
|
|
28
28
|
label?: never;
|
|
29
29
|
/**
|
|
30
30
|
* Used when no visible label is provided (required for accessibility).
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
tooltip: string;
|
|
33
33
|
};
|
|
34
34
|
export type BaseCheckboxProps = BaseProps & LabelOrTitle & {
|
|
35
35
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/Checkbox/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,KAAK,YAAY,GACb;IACE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/Checkbox/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,KAAK,YAAY,GACb;IACE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEN,MAAM,MAAM,iBAAiB,GAAG,SAAS,GACvC,YAAY,GAAG;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEJ,MAAM,MAAM,gBAAgB,GAAG,SAAS,GACtC,YAAY,GAAG;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B,CAAC;AAEJ,MAAM,MAAM,sBAAsB,GAAG;IACnC,iCAAiC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oDAAoD;IACpD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,2CAA2C;AAC3C,MAAM,MAAM,yBAAyB,GACnC,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAE7E,MAAM,MAAM,qBAAqB,GAAG;IAClC,mBAAmB;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,cAAc,EAAE,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC,CAAC;IACvD,uCAAuC;IACvC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,GAAG,SAAS,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
9
9
|
text: string;
|
|
10
10
|
leadingIcon?: import('../..').KdsIconName;
|
|
11
11
|
trailingIcon?: import('../..').KdsIconName;
|
|
12
|
-
|
|
12
|
+
tooltip?: never;
|
|
13
13
|
}) | ({
|
|
14
14
|
selected: boolean;
|
|
15
15
|
disabled?: boolean;
|
|
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
20
20
|
} & {
|
|
21
21
|
text?: never;
|
|
22
22
|
leadingIcon: import('../..').KdsIconName;
|
|
23
|
-
|
|
23
|
+
tooltip: string;
|
|
24
24
|
trailingIcon?: never;
|
|
25
25
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<({
|
|
26
26
|
selected: boolean;
|
|
@@ -33,7 +33,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
33
33
|
text: string;
|
|
34
34
|
leadingIcon?: import('../..').KdsIconName;
|
|
35
35
|
trailingIcon?: import('../..').KdsIconName;
|
|
36
|
-
|
|
36
|
+
tooltip?: never;
|
|
37
37
|
}) | ({
|
|
38
38
|
selected: boolean;
|
|
39
39
|
disabled?: boolean;
|
|
@@ -44,7 +44,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
44
44
|
} & {
|
|
45
45
|
text?: never;
|
|
46
46
|
leadingIcon: import('../..').KdsIconName;
|
|
47
|
-
|
|
47
|
+
tooltip: string;
|
|
48
48
|
trailingIcon?: never;
|
|
49
49
|
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
50
50
|
export default _default;
|
|
@@ -65,11 +65,11 @@ type KdsValueSwitchItemContent = {
|
|
|
65
65
|
text: string;
|
|
66
66
|
leadingIcon?: KdsIconName;
|
|
67
67
|
trailingIcon?: KdsIconName;
|
|
68
|
-
|
|
68
|
+
tooltip?: never;
|
|
69
69
|
} | {
|
|
70
70
|
text?: never;
|
|
71
71
|
leadingIcon: KdsIconName;
|
|
72
|
-
|
|
72
|
+
tooltip: string;
|
|
73
73
|
trailingIcon?: never;
|
|
74
74
|
};
|
|
75
75
|
export type KdsValueSwitchOption = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,EACL,4BAA4B,EAC5B,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,6CAA6C;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qDAAqD;IACrD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF,MAAM,MAAM,yBAAyB,GAAG;IACtC,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;IACb,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oDAAoD;IACpD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,cAAc,EAAE,CAAC,MAAM,GAAG,yBAAyB,CAAC,EAAE,CAAC;IACvD,uCAAuC;IACvC,SAAS,CAAC,EAAE,4BAA4B,CAAC;IACzC,wCAAwC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0DAA0D;IAC1D,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAC/D,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErE,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,kBAAkB,CAAC;IAC1B,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,yBAAyB,CAAC;AAE9B,KAAK,yBAAyB,GAC1B;IACE,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6Mihd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB1pd,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAoNA,OAAO,EAAY,QAAQ,EAA8B,MAAM,KAAK,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAS7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAGpD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA6IrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACtC,GAAG,WAAW,CAAC;;mBA5JhB,CA/HsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAkhByrL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBr2L,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAuHa,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":";iBAuHa,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0Minf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB1vf,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsIntervalInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/KdsIntervalInput.vue"],"names":[],"mappings":"AAuQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;;iBAsMrC,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsIntervalInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/IntervalInput/KdsIntervalInput.vue"],"names":[],"mappings":"AAuQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;;iBAsMrC,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;iBAAxB,QAAQ,CAAC,QAAQ,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuPqsI,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBh2I,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAmGA,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":"AAmGA,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;;mBAjD8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwPihe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBtre,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBA6La,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;mBA1EpB,
|
|
1
|
+
{"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBA6La,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;mBA1EpB,CAvB2B;;;;;;;;iBA8Fd,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgM4hd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBtqd,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsTimeInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TimeInput/KdsTimeInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsTimeInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TimeInput/KdsTimeInput.vue"],"names":[],"mappings":"AA2LA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AACb,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AASlD,OAAO,KAAK,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAG7E,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA+GrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,uBAAuB,CAAC;CACvC,GAAG,WAAW,CAAC;;mBAtIhB,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4c6jR,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAvX3rR,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4c6jR,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAvX3rR,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAqFR,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4c6jR,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAvX3rR,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAqFR,CArFQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4c6jR,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAvX3rR,CArFQ;;;;;;;;;;;;;;;;;;;AA0bR,wBAUG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TimeInput/TimePicker.vue"],"names":[],"mappings":"AA0PA,OAAO,EAAY,QAAQ,EAAkB,MAAM,KAAK,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAM7C,OAAO,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxE,KAAK,WAAW,GAAG,eAAe,CAAC;AAoGnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,uBAAuB,CAAC;CACvC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1HhB,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TimeInput/TimePicker.vue"],"names":[],"mappings":"AA0PA,OAAO,EAAY,QAAQ,EAAkB,MAAM,KAAK,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAM7C,OAAO,KAAK,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAYxE,KAAK,WAAW,GAAG,eAAe,CAAC;AAoGnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,uBAAuB,CAAC;CACvC,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1HhB,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6lBm/J,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAxb1mK,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAqKD,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6lBm/J,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAxb1mK,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAqKD,CArKC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6lBm/J,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAxb1mK,CArKC;;;AA2kBD,wBAUG"}
|
|
@@ -3,5 +3,5 @@ export declare const kdsCardVariant: {
|
|
|
3
3
|
readonly OUTLINED: "outlined";
|
|
4
4
|
readonly TRANSPARENT: "transparent";
|
|
5
5
|
};
|
|
6
|
-
export declare const kdsCardVariants: ("
|
|
6
|
+
export declare const kdsCardVariants: ("filled" | "outlined" | "transparent")[];
|
|
7
7
|
//# sourceMappingURL=enums.d.ts.map
|