@knime/kds-components 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/index.css +528 -528
- package/dist/index.js +16950 -16882
- 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/LiveStatus/KdsLiveStatus.vue.d.ts +1 -3
- 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/ActionButton/ActionButton.vue.d.ts.map +1 -1
- package/dist/src/buttons/ActionButton/types.d.ts +1 -0
- package/dist/src/buttons/ActionButton/types.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/ResponsiveButtonGroup/mapping.d.ts +11 -11
- package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/enums.d.ts +6 -0
- package/dist/src/buttons/links/KdsLink/enums.d.ts.map +1 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts +1 -0
- package/dist/src/buttons/links/KdsLink/index.d.ts.map +1 -1
- package/dist/src/buttons/links/KdsLink/types.d.ts +8 -0
- package/dist/src/buttons/links/KdsLink/types.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 +1 -4
- package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts +1 -3
- package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
- package/dist/src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts +1 -3
- 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/KdsValueSwitch.vue.d.ts +0 -2
- package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
- package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts +1 -3
- package/dist/src/forms/RadioButton/ValueSwitchItem.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts +2 -6
- 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 +1 -3
- package/dist/src/forms/_helper/KdsLabel.vue.d.ts.map +1 -1
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +30 -30
- package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/src/forms/inputs/BaseInput.vue.d.ts +3 -3
- package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
- 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 +5 -5
- 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.map +1 -1
- package/dist/src/layouts/InlineMessage/enums.d.ts +1 -1
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts +0 -1
- package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
- package/dist/src/layouts/Panel/enums.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 +1 -1
- package/dist/src/overlays/Popover/enums.d.ts +1 -1
- package/dist/src/overlays/Tooltip/vKdsTooltip.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -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":"AA+MA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;;AAwI9C,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: ("error" | "info" | "warning" | "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":"AAsJA,OAAO,KAAK,EAAE,mBAAmB,EAAsB,MAAM,SAAS,CAAC;;AAiJvE,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":"AAsIA,OAAO,KAAK,EACV,gBAAgB,EAIjB,MAAM,SAAS,CAAC;;;;AAsHjB,wBAQG"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { KdsLiveStatusProps } from './types';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<KdsLiveStatusProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsLiveStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
3
|
-
labelEl: HTMLSpanElement;
|
|
4
|
-
}, HTMLSpanElement>;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsLiveStatusProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsLiveStatusProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
5
3
|
export default _default;
|
|
6
4
|
//# sourceMappingURL=KdsLiveStatus.vue.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":"AA8HA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;;AA8ElD,wBAOG"}
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;AAkPA,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;;;YAFjD,CAlBkE;;;;UAyBhB,aAAa;;;;YAP/D,
|
|
1
|
+
{"version":3,"file":"ActionButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/ActionButton.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;;;YAFjD,CAlBkE;;;;UAyBhB,aAAa;;;;YAP/D,CAVe;;;UAiBmC,aAAa;;;;YAP/D,CAlBkE;;;;UAyBhB,aAAa;;;;YAP/D,CAVe;;;UAiBmC,aAAa;;AAyE/D,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAC5B;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,cAAc,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IACzC,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC,GACD;IACE,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,kBAAkB,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;CAC9C,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ActionButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,oBAAoB,GAC5B;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,cAAc,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;IACzC,qBAAqB;IACrB,OAAO,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACtC,GACD;IACE,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,kBAAkB,GAAG;QAAE,IAAI,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;CAC9C,CAAC"}
|
|
@@ -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":"AAgWA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAC;AA0D/C,iBAAS,cAAc;WAsGT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAcD,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" | "default" | "success")[];
|
|
8
8
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -9,8 +9,8 @@ import { KdsResponsiveButtonGroupButton } from './types';
|
|
|
9
9
|
export declare const typeToComponent: Record<KdsResponsiveButtonGroupButton["type"], Component>;
|
|
10
10
|
/** Bindings for a full-width (label + icons) render. */
|
|
11
11
|
export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
12
|
-
title?: string | undefined;
|
|
13
12
|
label: string;
|
|
13
|
+
title?: string | undefined;
|
|
14
14
|
ariaLabel?: never | undefined;
|
|
15
15
|
disabled?: boolean | undefined;
|
|
16
16
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -19,8 +19,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
19
19
|
destructive?: boolean | undefined;
|
|
20
20
|
leadingIcon: KdsIconName;
|
|
21
21
|
} | {
|
|
22
|
-
title?: string | undefined;
|
|
23
22
|
label: string;
|
|
23
|
+
title?: 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;
|
|
@@ -33,8 +33,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
33
33
|
rel?: (import('../../types/linkTypes.ts').LiteralUnion<"noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc"> | null) | undefined;
|
|
34
34
|
leadingIcon: KdsIconName;
|
|
35
35
|
} | {
|
|
36
|
-
title?: string | undefined;
|
|
37
36
|
label: string;
|
|
37
|
+
title?: string | undefined;
|
|
38
38
|
ariaLabel?: never | undefined;
|
|
39
39
|
disabled?: boolean | undefined;
|
|
40
40
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -44,8 +44,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
44
44
|
menuMaxHeight?: string | undefined;
|
|
45
45
|
leadingIcon: KdsIconName;
|
|
46
46
|
} | {
|
|
47
|
-
title?: string | undefined;
|
|
48
47
|
label: string;
|
|
48
|
+
title?: string | undefined;
|
|
49
49
|
ariaLabel?: never | undefined;
|
|
50
50
|
disabled?: boolean | undefined;
|
|
51
51
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -55,8 +55,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
55
55
|
menuMaxHeight?: string | undefined;
|
|
56
56
|
leadingIcon: KdsIconName;
|
|
57
57
|
} | {
|
|
58
|
-
title?: string | undefined;
|
|
59
58
|
label: string;
|
|
59
|
+
title?: string | undefined;
|
|
60
60
|
ariaLabel?: never | undefined;
|
|
61
61
|
disabled?: boolean | undefined;
|
|
62
62
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -65,8 +65,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
65
65
|
modelValue?: boolean | undefined;
|
|
66
66
|
leadingIcon: KdsIconName;
|
|
67
67
|
} | {
|
|
68
|
-
title?: string | undefined;
|
|
69
68
|
label: string;
|
|
69
|
+
title?: string | undefined;
|
|
70
70
|
ariaLabel?: never | undefined;
|
|
71
71
|
disabled?: boolean | undefined;
|
|
72
72
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -75,8 +75,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
75
75
|
destructive?: boolean | undefined;
|
|
76
76
|
leadingIcon?: never;
|
|
77
77
|
} | {
|
|
78
|
-
title?: string | undefined;
|
|
79
78
|
label: string;
|
|
79
|
+
title?: string | undefined;
|
|
80
80
|
ariaLabel?: never | undefined;
|
|
81
81
|
disabled?: boolean | undefined;
|
|
82
82
|
target?: (import('../../types/linkTypes.ts').LiteralUnion<"_blank" | "_parent" | "_self" | "_top"> | null) | undefined;
|
|
@@ -89,8 +89,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
89
89
|
rel?: (import('../../types/linkTypes.ts').LiteralUnion<"noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc"> | null) | undefined;
|
|
90
90
|
leadingIcon?: never;
|
|
91
91
|
} | {
|
|
92
|
-
title?: string | undefined;
|
|
93
92
|
label: string;
|
|
93
|
+
title?: string | undefined;
|
|
94
94
|
ariaLabel?: never | undefined;
|
|
95
95
|
disabled?: boolean | undefined;
|
|
96
96
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -100,8 +100,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
100
100
|
menuMaxHeight?: string | undefined;
|
|
101
101
|
leadingIcon?: never;
|
|
102
102
|
} | {
|
|
103
|
-
title?: string | undefined;
|
|
104
103
|
label: string;
|
|
104
|
+
title?: string | undefined;
|
|
105
105
|
ariaLabel?: never | undefined;
|
|
106
106
|
disabled?: boolean | undefined;
|
|
107
107
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -111,8 +111,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
111
111
|
menuMaxHeight?: string | undefined;
|
|
112
112
|
leadingIcon?: never;
|
|
113
113
|
} | {
|
|
114
|
-
title?: string | undefined;
|
|
115
114
|
label: string;
|
|
115
|
+
title?: string | undefined;
|
|
116
116
|
ariaLabel?: never | undefined;
|
|
117
117
|
disabled?: boolean | undefined;
|
|
118
118
|
variant?: import('../types.ts').KdsButtonVariant | undefined;
|
|
@@ -120,8 +120,8 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
|
|
|
120
120
|
dataTestId?: string | undefined;
|
|
121
121
|
state?: import('../index.ts').KdsProgressButtonState | undefined;
|
|
122
122
|
} | {
|
|
123
|
-
title?: string | undefined;
|
|
124
123
|
label: string;
|
|
124
|
+
title?: string | undefined;
|
|
125
125
|
ariaLabel?: never | undefined;
|
|
126
126
|
disabled?: boolean | undefined;
|
|
127
127
|
variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
|
|
@@ -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":"AAsOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AA0N5C,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,YAAY,wBAA6B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,mBAAmB,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { WithAnchorElementAttributes, WithLinkNavigation } from '../../../types/linkTypes';
|
|
2
|
+
import { kdsLinkSize } from './enums';
|
|
3
|
+
export type KdsLinkSize = (typeof kdsLinkSize)[keyof typeof kdsLinkSize];
|
|
2
4
|
type KdsLinkBaseProps = {
|
|
3
5
|
/**
|
|
4
6
|
* Label rendered as the clickable link text.
|
|
@@ -12,6 +14,12 @@ type KdsLinkBaseProps = {
|
|
|
12
14
|
* ` (opens in a new tab)` when their effective target is `_blank`.
|
|
13
15
|
*/
|
|
14
16
|
title?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Visual size of the link text.
|
|
19
|
+
*
|
|
20
|
+
* @default "medium"
|
|
21
|
+
*/
|
|
22
|
+
size?: KdsLinkSize;
|
|
15
23
|
/**
|
|
16
24
|
* If set to true, the link is visually disabled and non-interactive.
|
|
17
25
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEzE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -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 onClick?: ((event: MouseEvent) => any) | undefined;
|
|
147
146
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
147
|
+
readonly onClick?: ((event: MouseEvent) => 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: "blur", event: FocusEvent) => void) & ((event: "click", event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
203
202
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
203
|
+
onClick?: ((event: MouseEvent) => 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
|
-
click: (event: MouseEvent) => any;
|
|
213
212
|
blur: (event: FocusEvent) => any;
|
|
213
|
+
click: (event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
274
273
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
274
|
+
onClick?: ((event: MouseEvent) => 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 onClick?: ((event: MouseEvent) => any) | undefined;
|
|
663
662
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
663
|
+
readonly onClick?: ((event: MouseEvent) => 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: "blur", event: FocusEvent) => void) & ((event: "click", event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
719
718
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
719
|
+
onClick?: ((event: MouseEvent) => 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
|
-
click: (event: MouseEvent) => any;
|
|
729
728
|
blur: (event: FocusEvent) => any;
|
|
729
|
+
click: (event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
790
789
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
790
|
+
onClick?: ((event: MouseEvent) => 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;AASb,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;WA0OT,OAAO,IAA6B;;;;UAfqC,GAAG;6BAExD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAxWrC,CAlLsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAkmB8kJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAhb1tJ,CAlLsB;;;;EA4iBrB;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;gBA/VkB,MAAM;iBAAW,MAAM;;;;;;;;;;;;;;;gBAAvB,MAAM;iBAAW,MAAM;;;;uBAtBxC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA5B7B,CAlLsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkmB8kJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAhb1tJ,CAlLsB;;OA6kBpB,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":"AA4CA,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 onClick?: ((event: MouseEvent) => any) | undefined;
|
|
189
188
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
189
|
+
readonly onClick?: ((event: MouseEvent) => 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: "blur", event: FocusEvent) => void) & ((event: "click", event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
245
244
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
245
|
+
onClick?: ((event: MouseEvent) => 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
|
-
click: (event: MouseEvent) => any;
|
|
255
254
|
blur: (event: FocusEvent) => any;
|
|
255
|
+
click: (event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
316
315
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
316
|
+
onClick?: ((event: MouseEvent) => 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 onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1031
1030
|
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1031
|
+
readonly onClick?: ((event: MouseEvent) => 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: "blur", event: FocusEvent) => void) & ((event: "click", event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1087
1086
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1087
|
+
onClick?: ((event: MouseEvent) => 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
|
-
click: (event: MouseEvent) => any;
|
|
1097
1096
|
blur: (event: FocusEvent) => any;
|
|
1097
|
+
click: (event: MouseEvent) => 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
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1158
1157
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1158
|
+
onClick?: ((event: MouseEvent) => 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: ("manual" | "disabled" | "auto")[];
|
|
12
12
|
//# sourceMappingURL=enums.d.ts.map
|
|
@@ -3,9 +3,6 @@ declare const _default: import('vue').DefineComponent<KdsListItemProps, {}, {},
|
|
|
3
3
|
click: (event: MouseEvent) => any;
|
|
4
4
|
}, string, import('vue').PublicProps, Readonly<KdsListItemProps> & Readonly<{
|
|
5
5
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
7
|
-
labelEl: HTMLSpanElement;
|
|
8
|
-
subtextEl: HTMLSpanElement;
|
|
9
|
-
}, HTMLDivElement>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
7
|
export default _default;
|
|
11
8
|
//# sourceMappingURL=KdsListItem.vue.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":"AA8RA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;;;;;;AA2MnD,wBAQG"}
|
|
@@ -3,8 +3,6 @@ declare const _default: import('vue').DefineComponent<KdsListItemButtonProps, {}
|
|
|
3
3
|
click: (event: MouseEvent) => any;
|
|
4
4
|
}, string, import('vue').PublicProps, Readonly<KdsListItemButtonProps> & Readonly<{
|
|
5
5
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
7
|
-
labelEl: HTMLSpanElement;
|
|
8
|
-
}, HTMLButtonElement>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
9
7
|
export default _default;
|
|
10
8
|
//# sourceMappingURL=KdsListItemButton.vue.d.ts.map
|
|
@@ -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":"AAkFA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;;;;;;AAkFzD,wBAQG"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { KdsListItemSectionTitleProps } from './types.ts';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<KdsListItemSectionTitleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsListItemSectionTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
3
|
-
labelEl: HTMLSpanElement;
|
|
4
|
-
}, HTMLDivElement>;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<KdsListItemSectionTitleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsListItemSectionTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
3
|
export default _default;
|
|
6
4
|
//# sourceMappingURL=ListItemSectionTitle.vue.d.ts.map
|
|
@@ -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":"AAqDA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;;AAsE/D,wBAOG"}
|
|
@@ -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
|
-
click: (event: MouseEvent) => any;
|
|
28
27
|
mouseenter: (event: MouseEvent) => any;
|
|
28
|
+
click: (event: MouseEvent) => any;
|
|
29
29
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
-
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
31
30
|
onMouseenter?: ((event: MouseEvent) => any) | undefined;
|
|
31
|
+
onClick?: ((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":"AAwNA,OAAO,KAAK,EAAqB,gBAAgB,EAAE,MAAM,SAAS,CAAC;;iBA6DtD,gBAAgB;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;iBAAhB,gBAAgB;;;;;;;;;;;;;;AAyI7B,wBAQG"}
|
|
@@ -25,8 +25,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
25
25
|
$attrs: import('vue').Attrs;
|
|
26
26
|
$refs: {
|
|
27
27
|
[x: string]: unknown;
|
|
28
|
-
} & {
|
|
29
|
-
legendTextEl: HTMLSpanElement;
|
|
30
28
|
};
|
|
31
29
|
$slots: Readonly<{
|
|
32
30
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC
|
|
1
|
+
{"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2J+kgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;AAjBrtgB,wBASG"}
|
|
@@ -46,8 +46,6 @@ declare const _default: import('vue').DefineComponent<({
|
|
|
46
46
|
leadingIcon: import('../..').KdsIconName;
|
|
47
47
|
title: string;
|
|
48
48
|
trailingIcon?: never;
|
|
49
|
-
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
-
optionTextEl: HTMLSpanElement;
|
|
51
|
-
}, HTMLButtonElement>;
|
|
49
|
+
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
52
50
|
export default _default;
|
|
53
51
|
//# sourceMappingURL=ValueSwitchItem.vue.d.ts.map
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4PA,wBAOG"}
|
|
@@ -4,15 +4,11 @@ declare function __VLS_template(): {
|
|
|
4
4
|
slots: {
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
refs: {
|
|
8
|
-
legendTextEl: HTMLSpanElement;
|
|
9
|
-
};
|
|
7
|
+
refs: {};
|
|
10
8
|
rootEl: HTMLFieldSetElement;
|
|
11
9
|
};
|
|
12
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<KdsFieldsetProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsFieldsetProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14
|
-
legendTextEl: HTMLSpanElement;
|
|
15
|
-
}, HTMLFieldSetElement>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<KdsFieldsetProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsFieldsetProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
|
|
16
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
13
|
export default _default;
|
|
18
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -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":"AAkGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAoBjD,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4TAOnB,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"}
|