@knime/kds-components 0.21.0 → 0.22.1
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 +353 -105
- package/dist/index.js +1353 -563
- 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/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 +5 -1
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +8 -2
- 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/Dropdown/constants.d.ts +3 -0
- package/dist/src/forms/selects/Dropdown/constants.d.ts.map +1 -0
- 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
|
@@ -19,6 +19,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
19
19
|
error?: boolean;
|
|
20
20
|
} & {
|
|
21
21
|
toggled?: boolean;
|
|
22
|
+
} & {
|
|
23
|
+
removeBorderRadius?: "left" | "right";
|
|
22
24
|
} & {
|
|
23
25
|
component?: string | Component;
|
|
24
26
|
}) | (import('./types').KdsButtonCommonProps<import('./types').KdsButtonVariant> & {
|
|
@@ -32,6 +34,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
32
34
|
error?: boolean;
|
|
33
35
|
} & {
|
|
34
36
|
toggled?: boolean;
|
|
37
|
+
} & {
|
|
38
|
+
removeBorderRadius?: "left" | "right";
|
|
35
39
|
} & {
|
|
36
40
|
component?: string | Component;
|
|
37
41
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -47,6 +51,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
47
51
|
error?: boolean;
|
|
48
52
|
} & {
|
|
49
53
|
toggled?: boolean;
|
|
54
|
+
} & {
|
|
55
|
+
removeBorderRadius?: "left" | "right";
|
|
50
56
|
} & {
|
|
51
57
|
component?: string | Component;
|
|
52
58
|
}) | (import('./types').KdsButtonCommonProps<import('./types').KdsButtonVariant> & {
|
|
@@ -60,6 +66,8 @@ declare const __VLS_component: import('vue').DefineComponent<(import('./types').
|
|
|
60
66
|
error?: boolean;
|
|
61
67
|
} & {
|
|
62
68
|
toggled?: boolean;
|
|
69
|
+
} & {
|
|
70
|
+
removeBorderRadius?: "left" | "right";
|
|
63
71
|
} & {
|
|
64
72
|
component?: string | Component;
|
|
65
73
|
})> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BaseButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/BaseButton.vue"],"names":[],"mappings":"AA8VA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AAyD/C,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;gBAxKP,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;kFAgL9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
1
2
|
declare const _default: import('vue').DefineComponent<(import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
2
3
|
label: string;
|
|
3
4
|
leadingIcon?: import('../..').KdsIconName;
|
|
@@ -15,7 +16,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
15
16
|
items: import('./types').KdsMenuItem[];
|
|
16
17
|
menuMaxHeight?: string;
|
|
17
18
|
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
-
itemClick: (id
|
|
19
|
+
itemClick: (id: string) => any;
|
|
19
20
|
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps<import('..').KdsToggleButtonVariant> & {
|
|
20
21
|
label: string;
|
|
21
22
|
leadingIcon?: import('../..').KdsIconName;
|
|
@@ -33,7 +34,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
33
34
|
items: import('./types').KdsMenuItem[];
|
|
34
35
|
menuMaxHeight?: string;
|
|
35
36
|
})> & Readonly<{
|
|
36
|
-
onItemClick?: ((id
|
|
37
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
37
38
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
39
|
popoverEl: ({
|
|
39
40
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -44,6 +45,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
44
45
|
readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
|
|
45
46
|
readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
|
|
46
47
|
readonly fullWidth?: boolean | undefined;
|
|
48
|
+
readonly maxInlineSize?: string | undefined;
|
|
47
49
|
readonly content?: string | undefined;
|
|
48
50
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49
51
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -88,7 +90,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
88
90
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
89
91
|
};
|
|
90
92
|
$forceUpdate: () => void;
|
|
91
|
-
$nextTick: typeof
|
|
93
|
+
$nextTick: typeof nextTick;
|
|
92
94
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
93
95
|
} & Readonly<{}> & Omit<Readonly<{
|
|
94
96
|
modelValue?: boolean;
|
|
@@ -102,17 +104,41 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
102
104
|
default?(_: {}): any;
|
|
103
105
|
};
|
|
104
106
|
}) | null;
|
|
105
|
-
|
|
106
|
-
onItemClick?: ((id
|
|
107
|
+
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
108
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
107
109
|
}>, {
|
|
108
|
-
|
|
109
|
-
handleFocus: () => void;
|
|
110
|
-
handleBlur: () => void;
|
|
111
|
-
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
110
|
+
focus: () => void;
|
|
112
111
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
113
|
-
itemClick: (id
|
|
112
|
+
itemClick: (id: string) => any;
|
|
114
113
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
115
|
-
|
|
114
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
115
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
116
|
+
}>, {
|
|
117
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
118
|
+
handleFocus: () => void;
|
|
119
|
+
handleBlur: () => void;
|
|
120
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
121
|
+
focus: () => void;
|
|
122
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
+
itemClick: (id?: string | undefined) => any;
|
|
124
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
125
|
+
containerEl: HTMLDivElement;
|
|
126
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
127
|
+
P: {};
|
|
128
|
+
B: {};
|
|
129
|
+
D: {};
|
|
130
|
+
C: {};
|
|
131
|
+
M: {};
|
|
132
|
+
Defaults: {};
|
|
133
|
+
}, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
134
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
135
|
+
}>, {
|
|
136
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
137
|
+
handleFocus: () => void;
|
|
138
|
+
handleBlur: () => void;
|
|
139
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
140
|
+
focus: () => void;
|
|
141
|
+
}, {}, {}, {}, {}> | null;
|
|
116
142
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
117
143
|
P: {};
|
|
118
144
|
B: {};
|
|
@@ -120,13 +146,10 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
|
|
|
120
146
|
C: {};
|
|
121
147
|
M: {};
|
|
122
148
|
Defaults: {};
|
|
123
|
-
}, Readonly<import('../../forms/_helper/
|
|
124
|
-
onItemClick?: ((id
|
|
149
|
+
}, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
150
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
125
151
|
}>, {
|
|
126
|
-
|
|
127
|
-
handleFocus: () => void;
|
|
128
|
-
handleBlur: () => void;
|
|
129
|
-
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
152
|
+
focus: () => void;
|
|
130
153
|
}, {}, {}, {}, {}> | null;
|
|
131
154
|
}, any>;
|
|
132
155
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"AA8FA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwLq+jB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhBxmkB,wBAQG"}
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../../forms/_helper/List/ListItemAccessory/types';
|
|
1
|
+
import { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
3
2
|
import { KdsToggleButtonProps } from '../KdsToggleButton';
|
|
4
|
-
type
|
|
5
|
-
export type KdsMenuItem = {
|
|
6
|
-
id: string;
|
|
7
|
-
/** Optional leading icon shown before a section headline */
|
|
8
|
-
sectionHeadlineIcon?: KdsIconName;
|
|
9
|
-
/**
|
|
10
|
-
* When true, the item is rendered as a non-selectable section headline
|
|
11
|
-
* (styled as a section title row). Section headline items are skipped
|
|
12
|
-
* during keyboard navigation and cannot be clicked.
|
|
13
|
-
*/
|
|
14
|
-
sectionHeadline?: boolean;
|
|
15
|
-
/** Disables the option in the list */
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
/** Optional leading accessory (icon, data type, or color swatch) shown before the text */
|
|
18
|
-
accessory?: KdsMenuItemAccessory;
|
|
19
|
-
text: string;
|
|
20
|
-
/** Optional subtext shown below the main label (multiline list item layout) */
|
|
21
|
-
subText?: string;
|
|
22
|
-
/** Show a separator below the item if it's not the last in the list */
|
|
23
|
-
separator?: boolean;
|
|
24
|
-
};
|
|
3
|
+
export type { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
|
|
25
4
|
export type KdsMenuButtonProps = KdsToggleButtonProps & {
|
|
26
5
|
items: KdsMenuItem[];
|
|
27
6
|
menuMaxHeight?: string;
|
|
28
7
|
};
|
|
29
|
-
export {};
|
|
30
8
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<(import('../types').KdsButtonCommonProps & {
|
|
3
|
+
label: string;
|
|
4
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
5
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
6
|
+
ariaLabel?: never;
|
|
7
|
+
} & {
|
|
8
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
9
|
+
menuMaxHeight?: string;
|
|
10
|
+
}) | (import('../types').KdsButtonCommonProps & {
|
|
11
|
+
label?: never;
|
|
12
|
+
leadingIcon: import('../..').KdsIconName;
|
|
13
|
+
trailingIcon?: never;
|
|
14
|
+
ariaLabel: string;
|
|
15
|
+
} & {
|
|
16
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
17
|
+
menuMaxHeight?: string;
|
|
18
|
+
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
click: (event: MouseEvent) => any;
|
|
20
|
+
clickItem: (id: string) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<(import('../types').KdsButtonCommonProps & {
|
|
22
|
+
label: string;
|
|
23
|
+
leadingIcon?: import('../..').KdsIconName;
|
|
24
|
+
trailingIcon?: import('../..').KdsIconName;
|
|
25
|
+
ariaLabel?: never;
|
|
26
|
+
} & {
|
|
27
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
28
|
+
menuMaxHeight?: string;
|
|
29
|
+
}) | (import('../types').KdsButtonCommonProps & {
|
|
30
|
+
label?: never;
|
|
31
|
+
leadingIcon: import('../..').KdsIconName;
|
|
32
|
+
trailingIcon?: never;
|
|
33
|
+
ariaLabel: string;
|
|
34
|
+
} & {
|
|
35
|
+
alternativeActions: import('..').KdsMenuItem[];
|
|
36
|
+
menuMaxHeight?: string;
|
|
37
|
+
})> & Readonly<{
|
|
38
|
+
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
39
|
+
onClickItem?: ((id: string) => any) | undefined;
|
|
40
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
+
popoverEl: ({
|
|
42
|
+
$: import('vue').ComponentInternalInstance;
|
|
43
|
+
$data: {};
|
|
44
|
+
$props: {
|
|
45
|
+
readonly modelValue?: boolean | undefined;
|
|
46
|
+
readonly placement?: import('../../overlays/Popover').KdsPopoverPlacement | undefined;
|
|
47
|
+
readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
|
|
48
|
+
readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
|
|
49
|
+
readonly fullWidth?: boolean | undefined;
|
|
50
|
+
readonly maxInlineSize?: string | undefined;
|
|
51
|
+
readonly content?: string | undefined;
|
|
52
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
54
|
+
$attrs: import('vue').Attrs;
|
|
55
|
+
$refs: {
|
|
56
|
+
[x: string]: unknown;
|
|
57
|
+
} & {
|
|
58
|
+
popoverEl: HTMLDivElement;
|
|
59
|
+
};
|
|
60
|
+
$slots: Readonly<{
|
|
61
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
62
|
+
}>;
|
|
63
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
64
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
65
|
+
$host: Element | null;
|
|
66
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
67
|
+
$el: HTMLDivElement;
|
|
68
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
69
|
+
modelValue?: boolean;
|
|
70
|
+
} & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
71
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
72
|
+
}>, {
|
|
73
|
+
anchorStyle: Record<string, string>;
|
|
74
|
+
popoverId: string;
|
|
75
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
|
+
"update:modelValue": (value: boolean) => any;
|
|
77
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
78
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
79
|
+
created?: (() => void) | (() => void)[];
|
|
80
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
81
|
+
mounted?: (() => void) | (() => void)[];
|
|
82
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
83
|
+
updated?: (() => void) | (() => void)[];
|
|
84
|
+
activated?: (() => void) | (() => void)[];
|
|
85
|
+
deactivated?: (() => void) | (() => void)[];
|
|
86
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
87
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
88
|
+
destroyed?: (() => void) | (() => void)[];
|
|
89
|
+
unmounted?: (() => void) | (() => void)[];
|
|
90
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
91
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
92
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
93
|
+
};
|
|
94
|
+
$forceUpdate: () => void;
|
|
95
|
+
$nextTick: typeof nextTick;
|
|
96
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
97
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
98
|
+
modelValue?: boolean;
|
|
99
|
+
} & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
|
|
100
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
101
|
+
}>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
|
|
102
|
+
anchorStyle: Record<string, string>;
|
|
103
|
+
popoverId: string;
|
|
104
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
105
|
+
$slots: {
|
|
106
|
+
default?(_: {}): any;
|
|
107
|
+
};
|
|
108
|
+
}) | null;
|
|
109
|
+
menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
110
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
111
|
+
}>, {
|
|
112
|
+
focus: () => void;
|
|
113
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
114
|
+
itemClick: (id: string) => any;
|
|
115
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
116
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
117
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
118
|
+
}>, {
|
|
119
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
120
|
+
handleFocus: () => void;
|
|
121
|
+
handleBlur: () => void;
|
|
122
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
123
|
+
focus: () => void;
|
|
124
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
125
|
+
itemClick: (id?: string | undefined) => any;
|
|
126
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
127
|
+
containerEl: HTMLDivElement;
|
|
128
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
129
|
+
P: {};
|
|
130
|
+
B: {};
|
|
131
|
+
D: {};
|
|
132
|
+
C: {};
|
|
133
|
+
M: {};
|
|
134
|
+
Defaults: {};
|
|
135
|
+
}, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
136
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
137
|
+
}>, {
|
|
138
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
139
|
+
handleFocus: () => void;
|
|
140
|
+
handleBlur: () => void;
|
|
141
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
142
|
+
focus: () => void;
|
|
143
|
+
}, {}, {}, {}, {}> | null;
|
|
144
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
145
|
+
P: {};
|
|
146
|
+
B: {};
|
|
147
|
+
D: {};
|
|
148
|
+
C: {};
|
|
149
|
+
M: {};
|
|
150
|
+
Defaults: {};
|
|
151
|
+
}, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
|
|
152
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
153
|
+
}>, {
|
|
154
|
+
focus: () => void;
|
|
155
|
+
}, {}, {}, {}, {}> | null;
|
|
156
|
+
}, HTMLDivElement>;
|
|
157
|
+
export default _default;
|
|
158
|
+
//# sourceMappingURL=KdsSplitButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2O2oe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBn0e,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,mBAAmB,SAAS,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { KdsMenuItem } from '../KdsMenuButton/types';
|
|
2
|
+
import { KdsButtonCommonProps, WithLabelAndIcons } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* KdsSplitButton component props
|
|
5
|
+
*/
|
|
6
|
+
export type KdsSplitButtonProps = KdsButtonCommonProps & WithLabelAndIcons & {
|
|
7
|
+
/**
|
|
8
|
+
* Alternative actions rendered in the context menu.
|
|
9
|
+
* Every action is dispatched through the `clickItem` event.
|
|
10
|
+
*/
|
|
11
|
+
alternativeActions: KdsMenuItem[];
|
|
12
|
+
/**
|
|
13
|
+
* Optional maximum height for the context menu dropdown (CSS value, e.g. "200px").
|
|
14
|
+
*/
|
|
15
|
+
menuMaxHeight?: string;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAExE;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,oBAAoB,GACpD,iBAAiB,GAAG;IAClB;;;OAGG;IACH,kBAAkB,EAAE,WAAW,EAAE,CAAC;IAElC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -10,6 +10,8 @@ export * from './KdsProgressButton';
|
|
|
10
10
|
export type * from './KdsProgressButton';
|
|
11
11
|
export * from './KdsMenuButton';
|
|
12
12
|
export type * from './KdsMenuButton';
|
|
13
|
+
export * from './KdsSplitButton';
|
|
14
|
+
export type * from './KdsSplitButton';
|
|
13
15
|
export { kdsButtonSize, kdsButtonSizes, kdsButtonVariant, kdsButtonVariants, } from './enums';
|
|
14
16
|
export type { KdsButtonSize, KdsButtonVariant } from './types';
|
|
15
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AACpC,mBAAmB,qBAAqB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/buttons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,mBAAmB,aAAa,CAAC;AAEjC,cAAc,uBAAuB,CAAC;AACtC,mBAAmB,uBAAuB,CAAC;AAE3C,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC;AAEvC,cAAc,qBAAqB,CAAC;AACpC,mBAAmB,qBAAqB,CAAC;AAEzC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,kBAAkB,CAAC;AACjC,mBAAmB,kBAAkB,CAAC;AAGtC,OAAO,EACL,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,iBAAiB,GAClB,MAAM,SAAS,CAAC;AAGjB,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -51,9 +51,15 @@ type WithToggled = {
|
|
|
51
51
|
*/
|
|
52
52
|
toggled?: boolean;
|
|
53
53
|
};
|
|
54
|
+
type WithCorners = {
|
|
55
|
+
/**
|
|
56
|
+
* If set to "left" or "right", the button will have sharp corners on the specified side.
|
|
57
|
+
*/
|
|
58
|
+
removeBorderRadius?: "left" | "right";
|
|
59
|
+
};
|
|
54
60
|
/**
|
|
55
61
|
* Type for BaseButton component which supports all behaviors
|
|
56
62
|
*/
|
|
57
|
-
export type BaseButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithSuccess & WithError & WithToggled;
|
|
63
|
+
export type BaseButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithSuccess & WithError & WithToggled & WithCorners;
|
|
58
64
|
export {};
|
|
59
65
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -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;AAE7D,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;IACF,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,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;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,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;IACF,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,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"}
|
|
@@ -21,6 +21,7 @@ declare function __VLS_template(): {
|
|
|
21
21
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
22
22
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
23
23
|
readonly fullWidth?: boolean | undefined;
|
|
24
|
+
readonly maxInlineSize?: string | undefined;
|
|
24
25
|
readonly content?: string | undefined;
|
|
25
26
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
27
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -97,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
97
98
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
98
99
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
99
100
|
readonly fullWidth?: boolean | undefined;
|
|
101
|
+
readonly maxInlineSize?: string | undefined;
|
|
100
102
|
readonly content?: string | undefined;
|
|
101
103
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
102
104
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,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":"AAqHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyDyyiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAxC/7iB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBqziB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAf97iB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -4,6 +4,7 @@ declare const _default: import('vue').DefineComponent<KdsListContainerProps, {
|
|
|
4
4
|
handleFocus: () => void;
|
|
5
5
|
handleBlur: () => void;
|
|
6
6
|
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
7
|
+
focus: () => void;
|
|
7
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
itemClick: (id?: string | undefined) => any;
|
|
9
10
|
}, string, import('vue').PublicProps, Readonly<KdsListContainerProps> & Readonly<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA4WA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAkbjB,wBAUG"}
|
|
@@ -61,5 +61,7 @@ export type KdsListContainerExpose = {
|
|
|
61
61
|
handleBlur: () => void;
|
|
62
62
|
/** The DOM id of the currently active (highlighted) option, or undefined. Prefixed to avoid DOM id collisions. */
|
|
63
63
|
activeDescendant: Readonly<Ref<string | undefined>>;
|
|
64
|
+
/** Moves focus to the list container element */
|
|
65
|
+
focus: () => void;
|
|
64
66
|
};
|
|
65
67
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,oBAAoB,GAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gFAAgF;IAChF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,uEAAuE;IACvE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;;OAIG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,kEAAkE;IAClE,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6MAA6M;IAC7M,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,+SAA+S;IAC/S,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6CAA6C;IAC7C,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,aAAa,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,kEAAkE;IAClE,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,8DAA8D;IAC9D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,kHAAkH;IAClH,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,oBAAoB,GAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gFAAgF;IAChF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,uEAAuE;IACvE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;;OAIG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,kEAAkE;IAClE,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6MAA6M;IAC7M,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,+SAA+S;IAC/S,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6CAA6C;IAC7C,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,aAAa,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,kEAAkE;IAClE,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,8DAA8D;IAC9D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,kHAAkH;IAClH,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACpD,gDAAgD;IAChD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { KdsMenuContainerProps } from './types';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsMenuContainerProps, {
|
|
3
|
+
focus: () => void;
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
itemClick: (id: string) => any;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<KdsMenuContainerProps> & Readonly<{
|
|
7
|
+
onItemClick?: ((id: string) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
+
listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
10
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
13
|
+
handleFocus: () => void;
|
|
14
|
+
handleBlur: () => void;
|
|
15
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
16
|
+
focus: () => void;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
itemClick: (id?: string | undefined) => any;
|
|
19
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
20
|
+
containerEl: HTMLDivElement;
|
|
21
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
22
|
+
P: {};
|
|
23
|
+
B: {};
|
|
24
|
+
D: {};
|
|
25
|
+
C: {};
|
|
26
|
+
M: {};
|
|
27
|
+
Defaults: {};
|
|
28
|
+
}, Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
|
|
29
|
+
onItemClick?: ((id?: string | undefined) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
handleKeydown: (event: KeyboardEvent) => void;
|
|
32
|
+
handleFocus: () => void;
|
|
33
|
+
handleBlur: () => void;
|
|
34
|
+
activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
|
|
35
|
+
focus: () => void;
|
|
36
|
+
}, {}, {}, {}, {}> | null;
|
|
37
|
+
}, HTMLDivElement>;
|
|
38
|
+
export default _default;
|
|
39
|
+
//# sourceMappingURL=KdsMenuContainer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdsMenuContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/MenuContainer/KdsMenuContainer.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAA0B,qBAAqB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2G7E,wBAUG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { KdsIconName } from '../../../accessories';
|
|
2
|
+
import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../List/ListItemAccessory/types';
|
|
3
|
+
type KdsMenuItemAccessory = KdsIconAccessory | KdsLiveStatusAccessory | KdsAvatarAccessory;
|
|
4
|
+
export type KdsMenuItem = {
|
|
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
|
+
/** Disables the option in the list */
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
/** Optional leading accessory (icon, data type, or color swatch) shown before the text */
|
|
17
|
+
accessory?: KdsMenuItemAccessory;
|
|
18
|
+
text: string;
|
|
19
|
+
/** Optional subtext shown below the main label (multiline list item layout) */
|
|
20
|
+
subText?: string;
|
|
21
|
+
/** Show a separator below the item if it's not the last in the list */
|
|
22
|
+
separator?: boolean;
|
|
23
|
+
};
|
|
24
|
+
export type KdsMenuContainerProps = {
|
|
25
|
+
/** id of the menu to be linked via aria-controls */
|
|
26
|
+
id: string;
|
|
27
|
+
/** Accessible label for the menu */
|
|
28
|
+
ariaLabel?: string;
|
|
29
|
+
/** Menu items rendered in the list */
|
|
30
|
+
items: KdsMenuItem[];
|
|
31
|
+
/** Limits the height of the menu container */
|
|
32
|
+
menuMaxHeight?: string;
|
|
33
|
+
};
|
|
34
|
+
export type KdsMenuContainerExpose = {
|
|
35
|
+
/** Moves focus to the menu list */
|
|
36
|
+
focus: () => void;
|
|
37
|
+
};
|
|
38
|
+
export {};
|
|
39
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/MenuContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EACV,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAEzC,KAAK,oBAAoB,GACrB,gBAAgB,GAChB,sBAAsB,GACtB,kBAAkB,CAAC;AAEvB,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,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,qBAAqB,GAAG;IAClC,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,mCAAmC;IACnC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC"}
|
|
@@ -21,6 +21,7 @@ declare function __VLS_template(): {
|
|
|
21
21
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
22
22
|
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
23
23
|
readonly fullWidth?: boolean | undefined;
|
|
24
|
+
readonly maxInlineSize?: string | undefined;
|
|
24
25
|
readonly content?: string | undefined;
|
|
25
26
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
26
27
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -97,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
97
98
|
readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
|
|
98
99
|
readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
|
|
99
100
|
readonly fullWidth?: boolean | undefined;
|
|
101
|
+
readonly maxInlineSize?: string | undefined;
|
|
100
102
|
readonly content?: string | undefined;
|
|
101
103
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
102
104
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAqLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AAsEhD,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":"AAqLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AAsEhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0Dq6c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAzC3jd;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBi7c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAf1jd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -84,6 +84,7 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
84
84
|
readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
|
|
85
85
|
readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
|
|
86
86
|
readonly fullWidth?: boolean | undefined;
|
|
87
|
+
readonly maxInlineSize?: string | undefined;
|
|
87
88
|
readonly content?: string | undefined;
|
|
88
89
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
89
90
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -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"}
|