@knime/kds-components 0.31.2 → 0.31.4
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 +19 -0
- package/dist/index.css +362 -358
- package/dist/index.js +546 -578
- package/dist/index.js.map +1 -1
- package/dist/src/accessories/Avatar/KdsAvatar.vue.d.ts.map +1 -1
- package/dist/src/accessories/Badge/enums.d.ts +1 -1
- package/dist/src/accessories/ColorSwatch/KdsColorSwatch.vue.d.ts.map +1 -1
- package/dist/src/accessories/Icon/KdsDataType.vue.d.ts.map +1 -1
- package/dist/src/accessories/InlineMessage/KdsInlineMessage.vue.d.ts +16 -1
- package/dist/src/accessories/InlineMessage/KdsInlineMessage.vue.d.ts.map +1 -1
- package/dist/src/accessories/InlineMessage/enums.d.ts +1 -1
- package/dist/src/accessories/LiveStatus/KdsLiveStatus.vue.d.ts.map +1 -1
- package/dist/src/accessories/ProgressBar/KdsProgressBar.vue.d.ts.map +1 -1
- package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/KdsProgressButton/enums.d.ts +1 -1
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +10 -10
- package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/FileExplorerItemBack.vue.d.ts.map +1 -1
- package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +10 -10
- package/dist/src/containers/FileExplorer/enums.d.ts +1 -1
- package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +1 -1
- package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +2 -2
- package/dist/src/forms/Checkbox/BaseCheckbox.vue.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/KdsLabel.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/BaseInput.vue.d.ts +2 -2
- package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +25 -25
- package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +9 -5
- package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/SearchInput/types.d.ts +9 -3
- package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
- package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +20 -20
- package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +15 -15
- package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +5 -5
- package/dist/src/forms/inputs/UsernameInput/enums.d.ts +1 -1
- package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +25 -25
- package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +5 -5
- package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +5 -5
- package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +5 -5
- package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +5 -5
- package/dist/src/forms/selects/TwinList/enums.d.ts +1 -1
- package/dist/src/layouts/Breadcrumb/BreadcrumbItem.vue.d.ts +1 -3
- package/dist/src/layouts/Breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -1
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts +4 -3
- package/dist/src/layouts/LoadingSkeleton/enums.d.ts.map +1 -1
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
- package/dist/src/layouts/Panel/KdsPanel.vue.d.ts.map +1 -1
- package/dist/src/layouts/Panel/enums.d.ts +2 -1
- package/dist/src/layouts/Panel/enums.d.ts.map +1 -1
- package/dist/src/layouts/Panel/types.d.ts +1 -1
- package/dist/src/layouts/TabBar/KdsTabBar.vue.d.ts.map +1 -1
- package/dist/src/overlays/Modal/KdsModal.vue.d.ts +2 -2
- package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -1
- package/dist/src/overlays/Popover/enums.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Avatar/KdsAvatar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsAvatar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Avatar/KdsAvatar.vue"],"names":[],"mappings":"AA2MA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAuI9C,wBAOG"}
|
|
@@ -6,7 +6,7 @@ export declare const kdsBadgeVariant: {
|
|
|
6
6
|
readonly ERROR: "error";
|
|
7
7
|
readonly GHOST: "ghost";
|
|
8
8
|
};
|
|
9
|
-
export declare const kdsBadgeVariants: ("
|
|
9
|
+
export declare const kdsBadgeVariants: ("info" | "warning" | "error" | "neutral" | "success" | "ghost")[];
|
|
10
10
|
export declare const kdsBadgeSize: {
|
|
11
11
|
readonly XXSMALL: "xxsmall";
|
|
12
12
|
readonly XSMALL: "xsmall";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsColorSwatch.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ColorSwatch/KdsColorSwatch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsColorSwatch.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ColorSwatch/KdsColorSwatch.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAE,mBAAmB,EAAsB,MAAM,SAAS,CAAC;;AAgJvE,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsDataType.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsDataType.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsDataType.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/Icon/KdsDataType.vue"],"names":[],"mappings":"AAkIA,OAAO,KAAK,EACV,gBAAgB,EAIjB,MAAM,SAAS,CAAC;;;;AAqHjB,wBAQG"}
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
import { KdsInlineMessageProps } from './types';
|
|
2
|
-
declare
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<KdsInlineMessageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsInlineMessageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
3
13
|
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
4
19
|
//# sourceMappingURL=KdsInlineMessage.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInlineMessage.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/InlineMessage/KdsInlineMessage.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsInlineMessage.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/InlineMessage/KdsInlineMessage.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA4BrD,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,iUAOnB,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,5 +4,5 @@ export declare const kdsInlineMessageVariant: {
|
|
|
4
4
|
readonly SUCCESS: "success";
|
|
5
5
|
readonly WARNING: "warning";
|
|
6
6
|
};
|
|
7
|
-
export declare const kdsInlineMessageVariants: ("
|
|
7
|
+
export declare const kdsInlineMessageVariants: ("info" | "warning" | "error" | "success")[];
|
|
8
8
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLiveStatus.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/LiveStatus/KdsLiveStatus.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsLiveStatus.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/LiveStatus/KdsLiveStatus.vue"],"names":[],"mappings":"AAsIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;;;;AAqFlD,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/KdsProgressBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"KdsProgressBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/ProgressBar/KdsProgressBar.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA6OA,wBAOG"}
|
|
@@ -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":"AA+VA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AAyD/C,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;gBA5KP,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;gBAAlB,MAAM,GAAG,SAAS;;;kFAoL9B,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,5 +4,5 @@ export declare const kdsProgressButtonState: {
|
|
|
4
4
|
readonly SUCCESS: "success";
|
|
5
5
|
readonly ERROR: "error";
|
|
6
6
|
};
|
|
7
|
-
export declare const kdsProgressButtonStates: ("progress" | "error" | "
|
|
7
|
+
export declare const kdsProgressButtonStates: ("progress" | "error" | "success" | "default")[];
|
|
8
8
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"AA+NA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AAwN5C,wBAQG"}
|
|
@@ -143,8 +143,8 @@ declare function __VLS_template(): {
|
|
|
143
143
|
readonly pattern?: string | undefined;
|
|
144
144
|
readonly segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig | undefined;
|
|
145
145
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
146
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
147
146
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
147
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
148
148
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
149
149
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
150
150
|
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -162,7 +162,7 @@ declare function __VLS_template(): {
|
|
|
162
162
|
$root: import('vue').ComponentPublicInstance | null;
|
|
163
163
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
164
164
|
$host: Element | null;
|
|
165
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "
|
|
165
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
166
166
|
$el: HTMLDivElement;
|
|
167
167
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
168
168
|
modelValue?: string;
|
|
@@ -199,8 +199,8 @@ declare function __VLS_template(): {
|
|
|
199
199
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
200
200
|
}> & Readonly<{
|
|
201
201
|
onInput?: ((event: Event) => any) | undefined;
|
|
202
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
203
202
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
203
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
204
204
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
205
205
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
206
206
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -209,8 +209,8 @@ declare function __VLS_template(): {
|
|
|
209
209
|
focus: (options?: FocusOptions) => void;
|
|
210
210
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
211
211
|
input: (event: Event) => any;
|
|
212
|
-
blur: (event: FocusEvent) => any;
|
|
213
212
|
click: (event: MouseEvent) => any;
|
|
213
|
+
blur: (event: FocusEvent) => any;
|
|
214
214
|
focus: (event: FocusEvent) => any;
|
|
215
215
|
keydown: (event: KeyboardEvent) => any;
|
|
216
216
|
paste: (event: ClipboardEvent) => any;
|
|
@@ -270,8 +270,8 @@ declare function __VLS_template(): {
|
|
|
270
270
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
271
271
|
}> & Readonly<{
|
|
272
272
|
onInput?: ((event: Event) => any) | undefined;
|
|
273
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
274
273
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
274
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
275
275
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
276
276
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
277
277
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -659,8 +659,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
659
659
|
readonly pattern?: string | undefined;
|
|
660
660
|
readonly segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig | undefined;
|
|
661
661
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
662
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
663
662
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
663
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
664
664
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
665
665
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
666
666
|
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -678,7 +678,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
678
678
|
$root: import('vue').ComponentPublicInstance | null;
|
|
679
679
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
680
680
|
$host: Element | null;
|
|
681
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "
|
|
681
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
682
682
|
$el: HTMLDivElement;
|
|
683
683
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
684
684
|
modelValue?: string;
|
|
@@ -715,8 +715,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
715
715
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
716
716
|
}> & Readonly<{
|
|
717
717
|
onInput?: ((event: Event) => any) | undefined;
|
|
718
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
719
718
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
719
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
720
720
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
721
721
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
722
722
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -725,8 +725,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
725
725
|
focus: (options?: FocusOptions) => void;
|
|
726
726
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
727
727
|
input: (event: Event) => any;
|
|
728
|
-
blur: (event: FocusEvent) => any;
|
|
729
728
|
click: (event: MouseEvent) => any;
|
|
729
|
+
blur: (event: FocusEvent) => any;
|
|
730
730
|
focus: (event: FocusEvent) => any;
|
|
731
731
|
keydown: (event: KeyboardEvent) => any;
|
|
732
732
|
paste: (event: ClipboardEvent) => any;
|
|
@@ -786,8 +786,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
786
786
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
787
787
|
}> & Readonly<{
|
|
788
788
|
onInput?: ((event: Event) => any) | undefined;
|
|
789
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
790
789
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
790
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
791
791
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
792
792
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
793
793
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"AACA;AA+RA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"AACA;AA+RA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;AAQb,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AA6GF,iBAAS,cAAc;WA4OT,OAAO,IAA6B;;;;UAfqC,GAAG;6BAExD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAzWrC,CA/KiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+lB4xJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAhbn7J,CA/KiC;;;;EA0iBhC;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;gBAhWkB,MAAM;iBAAW,MAAM;;;;;;;;;;;;;;;gBAAvB,MAAM;iBAAW,MAAM;;;;uBAtBxC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA3B7B,CA/KiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA+lB4xJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAhbn7J,CA/KiC;;OA0kB/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileExplorerItemBack.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItemBack.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileExplorerItemBack.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItemBack.vue"],"names":[],"mappings":"AA0CA,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC;;AA+EF,wBAOG"}
|
|
@@ -185,8 +185,8 @@ declare function __VLS_template(): {
|
|
|
185
185
|
readonly pattern?: string | undefined;
|
|
186
186
|
readonly segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig | undefined;
|
|
187
187
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
188
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
189
188
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
189
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
190
190
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
191
191
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
192
192
|
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -204,7 +204,7 @@ declare function __VLS_template(): {
|
|
|
204
204
|
$root: import('vue').ComponentPublicInstance | null;
|
|
205
205
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
206
206
|
$host: Element | null;
|
|
207
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "
|
|
207
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
208
208
|
$el: HTMLDivElement;
|
|
209
209
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
210
210
|
modelValue?: string;
|
|
@@ -241,8 +241,8 @@ declare function __VLS_template(): {
|
|
|
241
241
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
242
242
|
}> & Readonly<{
|
|
243
243
|
onInput?: ((event: Event) => any) | undefined;
|
|
244
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
245
244
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
245
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
246
246
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
247
247
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
248
248
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -251,8 +251,8 @@ declare function __VLS_template(): {
|
|
|
251
251
|
focus: (options?: FocusOptions) => void;
|
|
252
252
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
253
253
|
input: (event: Event) => any;
|
|
254
|
-
blur: (event: FocusEvent) => any;
|
|
255
254
|
click: (event: MouseEvent) => any;
|
|
255
|
+
blur: (event: FocusEvent) => any;
|
|
256
256
|
focus: (event: FocusEvent) => any;
|
|
257
257
|
keydown: (event: KeyboardEvent) => any;
|
|
258
258
|
paste: (event: ClipboardEvent) => any;
|
|
@@ -312,8 +312,8 @@ declare function __VLS_template(): {
|
|
|
312
312
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
313
313
|
}> & Readonly<{
|
|
314
314
|
onInput?: ((event: Event) => any) | undefined;
|
|
315
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
316
315
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
316
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
317
317
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
318
318
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
319
319
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -1027,8 +1027,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1027
1027
|
readonly pattern?: string | undefined;
|
|
1028
1028
|
readonly segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig | undefined;
|
|
1029
1029
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
1030
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1031
1030
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1031
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1032
1032
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
1033
1033
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1034
1034
|
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -1046,7 +1046,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1046
1046
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1047
1047
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1048
1048
|
$host: Element | null;
|
|
1049
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "
|
|
1049
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
1050
1050
|
$el: HTMLDivElement;
|
|
1051
1051
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1052
1052
|
modelValue?: string;
|
|
@@ -1083,8 +1083,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1083
1083
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
1084
1084
|
}> & Readonly<{
|
|
1085
1085
|
onInput?: ((event: Event) => any) | undefined;
|
|
1086
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1087
1086
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1087
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1088
1088
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
1089
1089
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1090
1090
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -1093,8 +1093,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1093
1093
|
focus: (options?: FocusOptions) => void;
|
|
1094
1094
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1095
1095
|
input: (event: Event) => any;
|
|
1096
|
-
blur: (event: FocusEvent) => any;
|
|
1097
1096
|
click: (event: MouseEvent) => any;
|
|
1097
|
+
blur: (event: FocusEvent) => any;
|
|
1098
1098
|
focus: (event: FocusEvent) => any;
|
|
1099
1099
|
keydown: (event: KeyboardEvent) => any;
|
|
1100
1100
|
paste: (event: ClipboardEvent) => any;
|
|
@@ -1154,8 +1154,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1154
1154
|
segments?: import('../../forms/inputs/useInputSegments.helpers').KdsInputSegmentsConfig;
|
|
1155
1155
|
}> & Readonly<{
|
|
1156
1156
|
onInput?: ((event: Event) => any) | undefined;
|
|
1157
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1158
1157
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1158
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1159
1159
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
1160
1160
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1161
1161
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -8,5 +8,5 @@ export declare const kdsFileExplorerDraggingAnimationMode: {
|
|
|
8
8
|
readonly MANUAL: "manual";
|
|
9
9
|
readonly DISABLED: "disabled";
|
|
10
10
|
};
|
|
11
|
-
export declare const kdsFileExplorerDraggingAnimationModes: ("
|
|
11
|
+
export declare const kdsFileExplorerDraggingAnimationModes: ("disabled" | "auto" | "manual")[];
|
|
12
12
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsListItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/KdsListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsListItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/KdsListItem.vue"],"names":[],"mappings":"AAySA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;;;;;;;;;AA0NnD,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsListItemButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsListItemButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;;;;;;;;AAyFzD,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemSectionTitle.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListItemSectionTitle.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;;;;AA6E/D,wBAQG"}
|
|
@@ -24,11 +24,11 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
24
24
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
25
25
|
clickLink: () => void;
|
|
26
26
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
-
mouseenter: (event: MouseEvent) => any;
|
|
28
27
|
click: (event: MouseEvent) => any;
|
|
28
|
+
mouseenter: (event: MouseEvent) => any;
|
|
29
29
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
-
onMouseenter?: ((event: MouseEvent) => any) | undefined;
|
|
31
30
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
31
|
+
onMouseenter?: ((event: MouseEvent) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
33
|
linkEl: unknown;
|
|
34
34
|
}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/Checkbox/BaseCheckbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BaseCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/Checkbox/BaseCheckbox.vue"],"names":[],"mappings":"AAsNA,OAAO,KAAK,EAAqB,gBAAgB,EAAE,MAAM,SAAS,CAAC;;iBA6DtD,gBAAgB;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;;;AAwI7B,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValueSwitchItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/ValueSwitchItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ValueSwitchItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/ValueSwitchItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqQA,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseFieldsetWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFieldsetWrapper.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BaseFieldsetWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/BaseFieldsetWrapper.vue"],"names":[],"mappings":"AAoHA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAuBjD,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;uBAQnB,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"
|
|
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;WAuGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyDgsjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAxCt1jB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuB4sjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfr1jB,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/KdsLabel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsLabel.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/KdsLabel.vue"],"names":[],"mappings":"AAkEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;;;;AAiF9C,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0D42d,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAzClge;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBw3d,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfjge,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"}
|
|
@@ -152,16 +152,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
152
152
|
focus: (options?: FocusOptions) => void;
|
|
153
153
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
154
154
|
input: (event: Event) => any;
|
|
155
|
-
blur: (event: FocusEvent) => any;
|
|
156
155
|
click: (event: MouseEvent) => any;
|
|
156
|
+
blur: (event: FocusEvent) => any;
|
|
157
157
|
focus: (event: FocusEvent) => any;
|
|
158
158
|
keydown: (event: KeyboardEvent) => any;
|
|
159
159
|
paste: (event: ClipboardEvent) => any;
|
|
160
160
|
"update:modelValue": (value: string) => any;
|
|
161
161
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
162
162
|
onInput?: ((event: Event) => any) | undefined;
|
|
163
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
164
163
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
164
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
165
165
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
166
166
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
167
167
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -48,8 +48,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
48
48
|
readonly pattern?: string | undefined;
|
|
49
49
|
readonly segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig | undefined;
|
|
50
50
|
readonly onInput?: ((event: Event) => any) | undefined;
|
|
51
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
52
51
|
readonly onClick?: ((event: MouseEvent) => any) | undefined;
|
|
52
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
53
53
|
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
54
54
|
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
55
55
|
readonly onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -67,7 +67,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
67
67
|
$root: import('vue').ComponentPublicInstance | null;
|
|
68
68
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
69
69
|
$host: Element | null;
|
|
70
|
-
$emit: ((event: "input", event: Event) => void) & ((event: "
|
|
70
|
+
$emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "paste", event: ClipboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
|
|
71
71
|
$el: HTMLDivElement;
|
|
72
72
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
73
73
|
modelValue?: string;
|
|
@@ -104,8 +104,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
104
104
|
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
105
105
|
}> & Readonly<{
|
|
106
106
|
onInput?: ((event: Event) => any) | undefined;
|
|
107
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
108
107
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
108
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
109
109
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
110
110
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
111
111
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|
|
@@ -114,8 +114,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
114
114
|
focus: (options?: FocusOptions) => void;
|
|
115
115
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
116
116
|
input: (event: Event) => any;
|
|
117
|
-
blur: (event: FocusEvent) => any;
|
|
118
117
|
click: (event: MouseEvent) => any;
|
|
118
|
+
blur: (event: FocusEvent) => any;
|
|
119
119
|
focus: (event: FocusEvent) => any;
|
|
120
120
|
keydown: (event: KeyboardEvent) => any;
|
|
121
121
|
paste: (event: ClipboardEvent) => any;
|
|
@@ -175,8 +175,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
175
175
|
segments?: import('../useInputSegments.helpers.ts').KdsInputSegmentsConfig;
|
|
176
176
|
}> & Readonly<{
|
|
177
177
|
onInput?: ((event: Event) => any) | undefined;
|
|
178
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
179
178
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
179
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
180
180
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
181
181
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
182
182
|
onPaste?: ((event: ClipboardEvent) => any) | undefined;
|