@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.
Files changed (92) hide show
  1. package/dist/index.css +353 -105
  2. package/dist/index.js +1353 -563
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/buttons/BaseButton.vue.d.ts +8 -0
  5. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  6. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +40 -17
  7. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  8. package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -24
  9. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +158 -0
  11. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -0
  12. package/dist/src/buttons/KdsSplitButton/index.d.ts +3 -0
  13. package/dist/src/buttons/KdsSplitButton/index.d.ts.map +1 -0
  14. package/dist/src/buttons/KdsSplitButton/types.d.ts +17 -0
  15. package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -0
  16. package/dist/src/buttons/index.d.ts +2 -0
  17. package/dist/src/buttons/index.d.ts.map +1 -1
  18. package/dist/src/buttons/types.d.ts +7 -1
  19. package/dist/src/buttons/types.d.ts.map +1 -1
  20. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +2 -0
  21. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  22. package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts +1 -0
  23. package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  24. package/dist/src/forms/_helper/List/ListContainer/types.d.ts +2 -0
  25. package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +1 -1
  26. package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts +39 -0
  27. package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
  28. package/dist/src/forms/_helper/MenuContainer/types.d.ts +39 -0
  29. package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +1 -0
  30. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +2 -0
  31. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  32. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +1 -0
  33. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  34. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +1 -0
  35. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  36. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +1 -0
  37. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  38. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
  39. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  40. package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts +0 -3
  41. package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts.map +1 -1
  42. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +3 -0
  43. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  44. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +3 -0
  45. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  46. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +5 -1
  47. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  48. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +8 -2
  49. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  50. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +3 -0
  51. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  52. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +2 -0
  53. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  54. package/dist/src/forms/selects/Dropdown/constants.d.ts +3 -0
  55. package/dist/src/forms/selects/Dropdown/constants.d.ts.map +1 -0
  56. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +22 -14
  57. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
  58. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +6 -2
  59. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  60. package/dist/src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.d.ts.map +1 -1
  61. package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts +26 -0
  62. package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts.map +1 -0
  63. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +152 -0
  64. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -0
  65. package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts +12 -0
  66. package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts.map +1 -0
  67. package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts +32 -0
  68. package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts.map +1 -0
  69. package/dist/src/forms/selects/TwinList/enums.d.ts +7 -0
  70. package/dist/src/forms/selects/TwinList/enums.d.ts.map +1 -0
  71. package/dist/src/forms/selects/TwinList/index.d.ts +4 -0
  72. package/dist/src/forms/selects/TwinList/index.d.ts.map +1 -0
  73. package/dist/src/forms/selects/TwinList/types.d.ts +94 -0
  74. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -0
  75. package/dist/src/forms/selects/index.d.ts +2 -0
  76. package/dist/src/forms/selects/index.d.ts.map +1 -1
  77. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +19 -0
  78. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -0
  79. package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts +4 -0
  80. package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts.map +1 -0
  81. package/dist/src/layouts/LoadingSkeleton/enums.d.ts +33 -0
  82. package/dist/src/layouts/LoadingSkeleton/enums.d.ts.map +1 -0
  83. package/dist/src/layouts/LoadingSkeleton/index.d.ts +4 -0
  84. package/dist/src/layouts/LoadingSkeleton/index.d.ts.map +1 -0
  85. package/dist/src/layouts/LoadingSkeleton/types.d.ts +18 -0
  86. package/dist/src/layouts/LoadingSkeleton/types.d.ts.map +1 -0
  87. package/dist/src/layouts/index.d.ts +2 -0
  88. package/dist/src/layouts/index.d.ts.map +1 -1
  89. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  90. package/dist/src/overlays/Popover/types.d.ts +5 -0
  91. package/dist/src/overlays/Popover/types.d.ts.map +1 -1
  92. package/package.json +4 -4
@@ -0,0 +1,152 @@
1
+ import { KdsTwinListSearchMode } from './types.ts';
2
+ declare const _default: import('vue').DefineComponent<({
3
+ mode?: KdsTwinListSearchMode;
4
+ manuallyIncluded?: string[];
5
+ manuallyExcluded?: string[];
6
+ includeUnknownValues?: boolean | null;
7
+ pattern?: string;
8
+ selectedTypes?: string[];
9
+ caseSensitive?: boolean;
10
+ excludeMatches?: boolean;
11
+ useRegex?: boolean;
12
+ } & {
13
+ description?: string;
14
+ } & {
15
+ label: string;
16
+ ariaLabel?: never;
17
+ } & {
18
+ id?: string;
19
+ } & {
20
+ error?: boolean | undefined;
21
+ subText?: string | undefined;
22
+ validating?: boolean | undefined;
23
+ preserveSubTextSpace?: boolean | undefined;
24
+ } & {
25
+ disabled?: boolean;
26
+ possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
27
+ filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
28
+ enablePatternFilter?: boolean;
29
+ excludeLabel?: string;
30
+ includeLabel?: string;
31
+ unknownValuesText?: string;
32
+ emptyStateLabel?: string;
33
+ loading?: boolean;
34
+ }) | ({
35
+ mode?: KdsTwinListSearchMode;
36
+ manuallyIncluded?: string[];
37
+ manuallyExcluded?: string[];
38
+ includeUnknownValues?: boolean | null;
39
+ pattern?: string;
40
+ selectedTypes?: string[];
41
+ caseSensitive?: boolean;
42
+ excludeMatches?: boolean;
43
+ useRegex?: boolean;
44
+ } & {
45
+ description?: string;
46
+ } & {
47
+ label?: never;
48
+ ariaLabel: string;
49
+ } & {
50
+ id?: string;
51
+ } & {
52
+ error?: boolean | undefined;
53
+ subText?: string | undefined;
54
+ validating?: boolean | undefined;
55
+ preserveSubTextSpace?: boolean | undefined;
56
+ } & {
57
+ disabled?: boolean;
58
+ possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
59
+ filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
60
+ enablePatternFilter?: boolean;
61
+ excludeLabel?: string;
62
+ includeLabel?: string;
63
+ unknownValuesText?: string;
64
+ emptyStateLabel?: string;
65
+ loading?: boolean;
66
+ }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
67
+ "update:caseSensitive": (value: boolean) => any;
68
+ "update:excludeMatches": (value: boolean) => any;
69
+ "update:useRegex": (value: boolean) => any;
70
+ "update:mode": (value: KdsTwinListSearchMode) => any;
71
+ "update:pattern": (value: string) => any;
72
+ "update:selectedTypes": (value: string[]) => any;
73
+ "update:manuallyIncluded": (value: string[]) => any;
74
+ "update:manuallyExcluded": (value: string[]) => any;
75
+ "update:includeUnknownValues": (value: boolean | null) => any;
76
+ }, string, import('vue').PublicProps, Readonly<({
77
+ mode?: KdsTwinListSearchMode;
78
+ manuallyIncluded?: string[];
79
+ manuallyExcluded?: string[];
80
+ includeUnknownValues?: boolean | null;
81
+ pattern?: string;
82
+ selectedTypes?: string[];
83
+ caseSensitive?: boolean;
84
+ excludeMatches?: boolean;
85
+ useRegex?: boolean;
86
+ } & {
87
+ description?: string;
88
+ } & {
89
+ label: string;
90
+ ariaLabel?: never;
91
+ } & {
92
+ id?: string;
93
+ } & {
94
+ error?: boolean | undefined;
95
+ subText?: string | undefined;
96
+ validating?: boolean | undefined;
97
+ preserveSubTextSpace?: boolean | undefined;
98
+ } & {
99
+ disabled?: boolean;
100
+ possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
101
+ filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
102
+ enablePatternFilter?: boolean;
103
+ excludeLabel?: string;
104
+ includeLabel?: string;
105
+ unknownValuesText?: string;
106
+ emptyStateLabel?: string;
107
+ loading?: boolean;
108
+ }) | ({
109
+ mode?: KdsTwinListSearchMode;
110
+ manuallyIncluded?: string[];
111
+ manuallyExcluded?: string[];
112
+ includeUnknownValues?: boolean | null;
113
+ pattern?: string;
114
+ selectedTypes?: string[];
115
+ caseSensitive?: boolean;
116
+ excludeMatches?: boolean;
117
+ useRegex?: boolean;
118
+ } & {
119
+ description?: string;
120
+ } & {
121
+ label?: never;
122
+ ariaLabel: string;
123
+ } & {
124
+ id?: string;
125
+ } & {
126
+ error?: boolean | undefined;
127
+ subText?: string | undefined;
128
+ validating?: boolean | undefined;
129
+ preserveSubTextSpace?: boolean | undefined;
130
+ } & {
131
+ disabled?: boolean;
132
+ possibleValues: import('./types.ts').KdsTwinListPossibleValue[];
133
+ filterTypes?: import('./types.ts').KdsTwinListPossibleType[];
134
+ enablePatternFilter?: boolean;
135
+ excludeLabel?: string;
136
+ includeLabel?: string;
137
+ unknownValuesText?: string;
138
+ emptyStateLabel?: string;
139
+ loading?: boolean;
140
+ })> & Readonly<{
141
+ "onUpdate:caseSensitive"?: ((value: boolean) => any) | undefined;
142
+ "onUpdate:excludeMatches"?: ((value: boolean) => any) | undefined;
143
+ "onUpdate:useRegex"?: ((value: boolean) => any) | undefined;
144
+ "onUpdate:mode"?: ((value: KdsTwinListSearchMode) => any) | undefined;
145
+ "onUpdate:pattern"?: ((value: string) => any) | undefined;
146
+ "onUpdate:selectedTypes"?: ((value: string[]) => any) | undefined;
147
+ "onUpdate:manuallyIncluded"?: ((value: string[]) => any) | undefined;
148
+ "onUpdate:manuallyExcluded"?: ((value: string[]) => any) | undefined;
149
+ "onUpdate:includeUnknownValues"?: ((value: boolean | null) => any) | undefined;
150
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFieldSetElement>;
151
+ export default _default;
152
+ //# sourceMappingURL=KdsTwinList.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsTwinList.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/KdsTwinList.vue"],"names":[],"mappings":"AA2KA,OAAO,KAAK,EAGV,qBAAqB,EACtB,MAAM,YAAY,CAAC;;WAqHX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;WARX,qBAAqB;uBACT,MAAM,EAAE;uBACR,MAAM,EAAE;2BACJ,OAAO,GAAG,IAAI;cAC3B,MAAM;oBACA,MAAM,EAAE;oBACR,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0JpB,wBAQG"}
@@ -0,0 +1,12 @@
1
+ import { KdsTwinListModelValue, TwinListBodyProps } from './types';
2
+ type __VLS_Props = TwinListBodyProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue: KdsTwinListModelValue;
5
+ } & __VLS_Props;
6
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (value: KdsTwinListModelValue) => any;
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
+ "onUpdate:modelValue"?: ((value: KdsTwinListModelValue) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
12
+ //# sourceMappingURL=TwinListBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwinListBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/TwinListBody.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EACV,qBAAqB,EAErB,iBAAiB,EAClB,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG,iBAAiB,CAAC;AAiMrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,qBAAqB,CAAC;CACjC,GAAG,WAAW,CAAC;;;;;;AAiYhB,wBAQG"}
@@ -0,0 +1,32 @@
1
+ import { KdsTwinListSearchMode, TwinListHeaderProps } from './types';
2
+ type __VLS_Props = TwinListHeaderProps;
3
+ type __VLS_PublicProps = {
4
+ "mode"?: KdsTwinListSearchMode;
5
+ "pattern"?: string;
6
+ "searchTerm"?: string;
7
+ "selectedTypes"?: string[];
8
+ "caseSensitive"?: boolean;
9
+ "excludeMatches"?: boolean;
10
+ "useRegex"?: boolean;
11
+ } & __VLS_Props;
12
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ "update:regex": (value: string) => any;
14
+ "update:caseSensitive": (value: boolean) => any;
15
+ "update:excludeMatches": (value: boolean) => any;
16
+ "update:useRegex": (value: boolean) => any;
17
+ "update:mode": (value: KdsTwinListSearchMode) => any;
18
+ "update:pattern": (value: string) => any;
19
+ "update:searchTerm": (value: string) => any;
20
+ "update:selectedTypes": (value: string[]) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:regex"?: ((value: string) => any) | undefined;
23
+ "onUpdate:caseSensitive"?: ((value: boolean) => any) | undefined;
24
+ "onUpdate:excludeMatches"?: ((value: boolean) => any) | undefined;
25
+ "onUpdate:useRegex"?: ((value: boolean) => any) | undefined;
26
+ "onUpdate:mode"?: ((value: KdsTwinListSearchMode) => any) | undefined;
27
+ "onUpdate:pattern"?: ((value: string) => any) | undefined;
28
+ "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
29
+ "onUpdate:selectedTypes"?: ((value: string[]) => any) | undefined;
30
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ export default _default;
32
+ //# sourceMappingURL=TwinListHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TwinListHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/TwinListHeader.vue"],"names":[],"mappings":"AAiHA,OAAO,KAAK,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE1E,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAgEvC,KAAK,iBAAiB,GAAG;IACzB,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;AAqJhB,wBAOG"}
@@ -0,0 +1,7 @@
1
+ export declare const kdsTwinListSearchMode: {
2
+ readonly MANUAL: "manual";
3
+ readonly PATTERN: "pattern";
4
+ readonly TYPE: "type";
5
+ };
6
+ export declare const kdsTwinListSearchModes: ("pattern" | "type" | "manual")[];
7
+ //# sourceMappingURL=enums.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;CAIxB,CAAC;AAEX,eAAO,MAAM,sBAAsB,mCAAuC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as KdsTwinList } from './KdsTwinList.vue';
2
+ export * from './enums';
3
+ export type { KdsTwinListPossibleType, KdsTwinListPossibleValue, KdsTwinListProps, KdsTwinListSearchMode, } from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,cAAc,SAAS,CAAC;AACxB,YAAY,EACV,uBAAuB,EACvB,wBAAwB,EACxB,gBAAgB,EAChB,qBAAqB,GACtB,MAAM,SAAS,CAAC"}
@@ -0,0 +1,94 @@
1
+ import { KdsListItemAccessory } from '../../_helper/List/ListItemAccessory/types';
2
+ import { KdsFormFieldProps } from '../../types';
3
+ import { kdsTwinListSearchMode } from './enums';
4
+ export type KdsTwinListPossibleValue = {
5
+ /** Unique identifier of the value. */
6
+ id: string;
7
+ /** Main text shown in the list. */
8
+ text: string;
9
+ /** Optional accessory rendered before the label. */
10
+ accessory?: KdsListItemAccessory;
11
+ /** Optional type id used by the type filter mode. */
12
+ type?: string;
13
+ };
14
+ export type KdsTwinListPossibleType = {
15
+ id: string;
16
+ text: string;
17
+ accessory?: KdsListItemAccessory;
18
+ };
19
+ export type KdsTwinListSearchMode = (typeof kdsTwinListSearchMode)[keyof typeof kdsTwinListSearchMode];
20
+ /**
21
+ * Combined model value used internally by TwinListBody.
22
+ * `includeUnknownValues` being `null` hides the unknown-values option entirely.
23
+ */
24
+ export type KdsTwinListModelValue = {
25
+ includedValues: string[];
26
+ excludedValues: string[];
27
+ includeUnknownValues: boolean | null;
28
+ };
29
+ export type TwinListHeaderProps = {
30
+ /**
31
+ * Types available in the type-filter mode. When provided, the "Type" tab is
32
+ * shown. `undefined` hides it.
33
+ */
34
+ filterTypes?: KdsTwinListPossibleType[];
35
+ /** Whether the pattern filter mode is available. */
36
+ enablePatternFilter?: boolean;
37
+ disabled?: boolean;
38
+ };
39
+ export type TwinListBodyProps = {
40
+ /** Disables moving items between the lists. */
41
+ disabled?: boolean;
42
+ /** Values shown in the two lists. */
43
+ possibleValues: KdsTwinListPossibleValue[];
44
+ /** Current search term used to filter items in both lists. */
45
+ searchTerm?: string;
46
+ /** Label for the left (excluded) column. */
47
+ excludeLabel?: string;
48
+ /** Label for the right (included) column. */
49
+ includeLabel?: string;
50
+ /** Text shown for the unknown-values option. */
51
+ unknownValuesText?: string;
52
+ /** Text shown when a list is empty. */
53
+ emptyStateLabel?: string;
54
+ /**
55
+ * Whether the twinlist is in a loading state. When true, a loading
56
+ * indicator is shown and the lists are non-interactive.
57
+ */
58
+ loading?: boolean;
59
+ };
60
+ /** Props passed to defineProps (excludes model-bound fields handled by defineModel). */
61
+ export type KdsTwinListProps = KdsFormFieldProps & {
62
+ /** Disables moving items between the lists. */
63
+ disabled?: boolean;
64
+ /** Values shown in the two lists. */
65
+ possibleValues: KdsTwinListPossibleValue[];
66
+ /**
67
+ * Types available in the type-filter mode. When provided (even if empty
68
+ * array), the "Type" tab is shown in the mode switcher. The caller is
69
+ * responsible for merging types extracted from `possibleValues` with any
70
+ * additional/previously-selected types before passing them here.
71
+ *
72
+ * `undefined` (default) hides the type-filter mode entirely.
73
+ */
74
+ filterTypes?: KdsTwinListPossibleType[];
75
+ /**
76
+ * Whether the pattern filter mode is available. Defaults to `false`.
77
+ */
78
+ enablePatternFilter?: boolean;
79
+ /** Label for the left (excluded) column. */
80
+ excludeLabel?: string;
81
+ /** Label for the right (included) column. */
82
+ includeLabel?: string;
83
+ /** Text shown for the unknown-values option. */
84
+ unknownValuesText?: string;
85
+ /** Text shown when a list is empty. */
86
+ emptyStateLabel?: string;
87
+ /**
88
+ * Whether the twinlist is in a loading state. When true, a loading
89
+ * indicator is shown instead of the list contents while the header and mode
90
+ * switcher remain visible.
91
+ */
92
+ loading?: boolean;
93
+ };
94
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/TwinList/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC,sCAAsC;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,oDAAoD;IACpD,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErE;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,oBAAoB,EAAE,OAAO,GAAG,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,WAAW,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACxC,oDAAoD;IACpD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,cAAc,EAAE,wBAAwB,EAAE,CAAC;IAC3C,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wFAAwF;AACxF,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG;IACjD,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,qCAAqC;IACrC,cAAc,EAAE,wBAAwB,EAAE,CAAC;IAC3C;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACxC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gDAAgD;IAChD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,uCAAuC;IACvC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
@@ -2,4 +2,6 @@ export * from './Dropdown';
2
2
  export type * from './Dropdown';
3
3
  export * from './MultiSelectListBox';
4
4
  export type * from './MultiSelectListBox';
5
+ export * from './TwinList';
6
+ export type * from './TwinList';
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAEhC,cAAc,sBAAsB,CAAC;AACrC,mBAAmB,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC;AAEhC,cAAc,sBAAsB,CAAC;AACrC,mBAAmB,sBAAsB,CAAC;AAE1C,cAAc,YAAY,CAAC;AAC3B,mBAAmB,YAAY,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { KdsLoadingSkeletonProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<KdsLoadingSkeletonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsLoadingSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=KdsLoadingSkeleton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsLoadingSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue"],"names":[],"mappings":"AAsKA,OAAO,KAAK,EACV,uBAAuB,EAExB,MAAM,SAAS,CAAC;AAajB,iBAAS,cAAc;WA4LT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0TAMnB,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"}
@@ -0,0 +1,4 @@
1
+ import { LoadingSkeletonItemProps } from './types';
2
+ declare const _default: import('vue').DefineComponent<LoadingSkeletonItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LoadingSkeletonItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
3
+ export default _default;
4
+ //# sourceMappingURL=LoadingSkeletonItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingSkeletonItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;;AA0DxD,wBAOG"}
@@ -0,0 +1,33 @@
1
+ export declare const loadingSkeletonItemShape: {
2
+ readonly TEXT: "text";
3
+ readonly LABEL: "label";
4
+ readonly ICON_LARGE: "icon-large";
5
+ readonly ICON_MEDIUM: "icon-medium";
6
+ readonly ICON_SMALL: "icon-small";
7
+ readonly BUTTON_LARGE: "button-large";
8
+ readonly BUTTON_MEDIUM: "button-medium";
9
+ readonly BUTTON_SMALL: "button-small";
10
+ readonly BUTTON_XSMALL: "button-xsmall";
11
+ readonly CARD: "card";
12
+ readonly INPUT_WITH_LABEL: "input-with-label";
13
+ };
14
+ export declare const kdsLoadingSkeletonVariant: {
15
+ readonly HEADLINE_WITH_PARAGRAPH: "headline-with-paragraph";
16
+ readonly LIST_ITEM_LARGE: "list-item-large";
17
+ readonly LIST_ITEM_LARGE_WITH_SUBTEXT: "list-item-large-with-subtext";
18
+ readonly LIST_ITEM_SMALL: "list-item-small";
19
+ readonly LIST_ITEM_SMALL_WITH_SUBTEXT: "list-item-small-with-subtext";
20
+ readonly TEXT: "text";
21
+ readonly LABEL: "label";
22
+ readonly ICON_LARGE: "icon-large";
23
+ readonly ICON_MEDIUM: "icon-medium";
24
+ readonly ICON_SMALL: "icon-small";
25
+ readonly BUTTON_LARGE: "button-large";
26
+ readonly BUTTON_MEDIUM: "button-medium";
27
+ readonly BUTTON_SMALL: "button-small";
28
+ readonly BUTTON_XSMALL: "button-xsmall";
29
+ readonly CARD: "card";
30
+ readonly INPUT_WITH_LABEL: "input-with-label";
31
+ };
32
+ export declare const kdsLoadingSkeletonVariants: ("label" | "text" | "icon-large" | "icon-medium" | "icon-small" | "button-large" | "button-medium" | "button-small" | "button-xsmall" | "card" | "input-with-label" | "headline-with-paragraph" | "list-item-large" | "list-item-large-with-subtext" | "list-item-small" | "list-item-small-with-subtext")[];
33
+ //# sourceMappingURL=enums.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../src/layouts/LoadingSkeleton/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;CAY3B,CAAC;AAEX,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;CAO5B,CAAC;AAEX,eAAO,MAAM,0BAA0B,8SAEtC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as KdsLoadingSkeleton } from './KdsLoadingSkeleton.vue';
2
+ export { kdsLoadingSkeletonVariant, kdsLoadingSkeletonVariants } from './enums';
3
+ export type { KdsLoadingSkeletonProps, KdsLoadingSkeletonVariant, } from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layouts/LoadingSkeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAChF,YAAY,EACV,uBAAuB,EACvB,yBAAyB,GAC1B,MAAM,SAAS,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { kdsLoadingSkeletonVariant, loadingSkeletonItemShape } from './enums';
2
+ export type KdsLoadingSkeletonVariant = (typeof kdsLoadingSkeletonVariant)[keyof typeof kdsLoadingSkeletonVariant];
3
+ export type LoadingSkeletonItemShape = (typeof loadingSkeletonItemShape)[keyof typeof loadingSkeletonItemShape];
4
+ export type LoadingSkeletonItemProps = {
5
+ /** Selects the rendered skeleton shape */
6
+ shape?: LoadingSkeletonItemShape;
7
+ };
8
+ export type KdsLoadingSkeletonProps = {
9
+ /** Selects the rendered skeleton shapes/combined layout. */
10
+ variant?: KdsLoadingSkeletonVariant;
11
+ /** Whether to render skeletons (true) or slot content (false). */
12
+ loading?: boolean;
13
+ /** Number of skeletons to render. Defaults to 1. */
14
+ repeat?: number;
15
+ /** Gap between repeated skeletons as CSS token variable. Defaults to `var(--kds-spacing-container-1x)`. */
16
+ repeatGap?: `var(--${string})`;
17
+ };
18
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/layouts/LoadingSkeleton/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAE9E,MAAM,MAAM,yBAAyB,GACnC,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAC;AAE7E,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAE3E,MAAM,MAAM,wBAAwB,GAAG;IACrC,0CAA0C;IAC1C,KAAK,CAAC,EAAE,wBAAwB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,4DAA4D;IAC5D,OAAO,CAAC,EAAE,yBAAyB,CAAC;IAEpC,kEAAkE;IAClE,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,2GAA2G;IAC3G,SAAS,CAAC,EAAE,SAAS,MAAM,GAAG,CAAC;CAChC,CAAC"}
@@ -4,4 +4,6 @@ export * from './KdsCardClickable';
4
4
  export type * from './KdsCardClickable';
5
5
  export * from './TabBar';
6
6
  export type * from './TabBar';
7
+ export * from './LoadingSkeleton';
8
+ export type * from './LoadingSkeleton';
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,oBAAoB,CAAC;AACnC,mBAAmB,oBAAoB,CAAC;AAExC,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,mBAAmB,CAAC;AAClC,mBAAmB,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsPopover.vue.d.ts","sourceRoot":"","sources":["../../../../src/overlays/Popover/KdsPopover.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAoB,eAAe,EAAE,MAAM,SAAS,CAAC;AAEjE,KAAK,WAAW,GAAG,eAAe,CAAC;AAqCnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;kBAUnB,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
+ {"version":3,"file":"KdsPopover.vue.d.ts","sourceRoot":"","sources":["../../../../src/overlays/Popover/KdsPopover.vue"],"names":[],"mappings":"AA8JA,OAAO,KAAK,EAAoB,eAAe,EAAE,MAAM,SAAS,CAAC;AAEjE,KAAK,WAAW,GAAG,eAAe,CAAC;AAsCnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;kBAUnB,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"}
@@ -29,6 +29,11 @@ export type KdsPopoverProps = {
29
29
  * When true, enforces the popover's minimum width to match the anchor element's width.
30
30
  */
31
31
  fullWidth?: boolean;
32
+ /**
33
+ * Maximum inline size as a CSS value. The container cannot grow above this value.
34
+ * When not set, there is no upper limit.
35
+ */
36
+ maxInlineSize?: string;
32
37
  /**
33
38
  * Optional content rendered when no default slot is provided.
34
39
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/overlays/Popover/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9E,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAEvD,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG;IAC5B;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAEhC;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC;IAE7B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEpC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/overlays/Popover/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9E,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAEvD,MAAM,MAAM,cAAc,GACxB,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG;IAC5B;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,mBAAmB,CAAC;IAEhC;;;;OAIG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC;IAE7B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEpC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-components",
3
- "version": "0.21.0",
3
+ "version": "0.22.1",
4
4
  "description": "Package containing basic Vue components of the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,17 +37,17 @@
37
37
  "@knime/utils": "^1.9.2",
38
38
  "consola": "^3.4.2",
39
39
  "pretty-bytes": "^7.1.0",
40
- "@knime/kds-styles": "^0.21.0"
40
+ "@knime/kds-styles": "^0.22.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@storybook/vue3-vite": "^10.3.1",
43
+ "@storybook/vue3-vite": "^10.3.3",
44
44
  "@vitejs/plugin-vue": "^6.0.4",
45
45
  "@vue/test-utils": "^2.4.6",
46
46
  "@vue/tsconfig": "^0.9.1",
47
47
  "@vueuse/core": "^14.2.1",
48
48
  "prettier": "3.8.1",
49
49
  "prettier-plugin-vue": "^1.1.6",
50
- "storybook": "^10.3.1",
50
+ "storybook": "^10.3.3",
51
51
  "ts-morph": "^27.0.2",
52
52
  "vite": "^7.1.11",
53
53
  "vite-plugin-dts": "^4.5.4",