@ironsource/shared-ui 2.1.3-rc.8 → 2.1.3

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 (122) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_d6680a72_lang.css +1 -0
  2. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_2e91704b_lang.css +1 -0
  3. package/AppHeader.vue_vue_type_style_index_0_scoped_8ffac784_lang.css +1 -0
  4. package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
  5. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
  6. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
  7. package/DataGrid.vue_vue_type_style_index_0_scoped_bddb537c_lang.css +1 -0
  8. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
  9. package/DialogV4.vue_vue_type_style_index_0_scoped_ea9275e6_lang.css +1 -0
  10. package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
  11. package/FormCard.vue_vue_type_style_index_0_scoped_fa761e4d_lang.css +1 -0
  12. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
  13. package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
  14. package/OptionV4.vue_vue_type_style_index_0_scoped_cae6bfd4_lang.css +1 -0
  15. package/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_lang.css +1 -0
  16. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
  17. package/TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css +1 -0
  18. package/components/alert/Alert.vue.d.ts +14 -7
  19. package/components/alert/Alert.vue.js +2 -2
  20. package/components/alert/Alert.vue2.js +30 -29
  21. package/components/alert/index.d.ts +176 -38
  22. package/components/appHeader/AppHeader.vue.d.ts +5 -0
  23. package/components/appHeader/AppHeader.vue.js +2 -2
  24. package/components/appHeader/AppHeader.vue2.js +49 -37
  25. package/components/appHeader/index.d.ts +9 -0
  26. package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
  27. package/components/autocomplete/Autocomplete.vue.js +7 -0
  28. package/components/autocomplete/Autocomplete.vue2.js +99 -0
  29. package/components/autocomplete/index.d.ts +459 -0
  30. package/components/autocomplete/index.js +6 -0
  31. package/components/checkbox/v3/index.d.ts +12 -12
  32. package/components/checkbox/v4/index.d.ts +12 -12
  33. package/components/chip/v3/Chip.vue.d.ts +1 -1
  34. package/components/chip/v3/index.d.ts +20 -20
  35. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  36. package/components/chip/v4/index.d.ts +20 -20
  37. package/components/dialog/v4/DialogV4.vue.js +4 -4
  38. package/components/dialog/v4/DialogV4.vue2.js +2 -2
  39. package/components/dialog/v4/index.d.ts +16 -16
  40. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  41. package/components/dropdown/common/Dropdown.common.js +34 -33
  42. package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
  43. package/components/dropdown/v3/index.d.ts +159 -159
  44. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
  45. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  46. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +31 -31
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +71 -0
  48. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +7 -0
  49. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +36 -0
  50. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +66 -0
  51. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.js +7 -0
  52. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +50 -0
  53. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  54. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +7 -7
  55. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  56. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
  57. package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -22
  58. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  59. package/components/dropdown/v4/DropdownV4.vue2.js +143 -130
  60. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  61. package/components/dropdown/v4/OptionV4.vue2.js +96 -86
  62. package/components/dropdown/v4/dropdownStoryArgs.d.ts +9 -0
  63. package/components/dropdown/v4/index.d.ts +705 -610
  64. package/components/dropdown/v4/index.js +16 -10
  65. package/components/filterDropdown/index.d.ts +8 -8
  66. package/components/forms/FormCard.vue.js +3 -3
  67. package/components/forms/FormCard.vue2.js +1 -1
  68. package/components/forms/FormRow.vue.d.ts +10 -0
  69. package/components/forms/FormRow.vue.js +3 -3
  70. package/components/forms/FormRow.vue2.js +22 -29
  71. package/components/forms/index.d.ts +39 -1
  72. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  73. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  74. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
  75. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
  76. package/components/includeExclude/index.d.ts +168 -168
  77. package/components/input/v3/Input.vue.d.ts +3 -3
  78. package/components/input/v3/index.d.ts +82 -82
  79. package/components/input/v4/TextField.vue.d.ts +6 -6
  80. package/components/input/v4/TextField.vue.js +3 -3
  81. package/components/input/v4/TextField.vue2.js +2 -2
  82. package/components/input/v4/index.d.ts +115 -115
  83. package/components/multibar/MultiBarMenu.vue2.js +13 -11
  84. package/components/table/common/Table.types.d.ts +3 -0
  85. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  86. package/components/table/v4/DataGrid.vue.js +3 -3
  87. package/components/table/v4/DataGrid.vue2.js +147 -137
  88. package/components/table/v4/DataGridMenu.vue2.js +13 -11
  89. package/components/table/v4/HelpIcon.vue.d.ts +40 -0
  90. package/components/table/v4/HelpIcon.vue.js +7 -0
  91. package/components/table/v4/HelpIcon.vue2.js +32 -0
  92. package/components/table/v4/index.d.ts +39 -39
  93. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  94. package/components/table-cells/v4/index.d.ts +20 -20
  95. package/components/tabs/v4/TabsV4.vue.js +4 -4
  96. package/components/tabs/v4/TabsV4.vue2.js +4 -4
  97. package/components/textArea/v4/TextAreaV4.vue.d.ts +13 -3
  98. package/components/textArea/v4/TextAreaV4.vue.js +2 -2
  99. package/components/textArea/v4/TextAreaV4.vue2.js +25 -25
  100. package/components/textArea/v4/index.d.ts +41 -23
  101. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  102. package/components/toggle/v3/index.d.ts +9 -9
  103. package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
  104. package/components/toggle/v4/index.d.ts +28 -28
  105. package/index.d.ts +2242 -1912
  106. package/index.js +74 -70
  107. package/package.json +5 -3
  108. package/testids/index.d.ts +3 -1
  109. package/testids/index.js +10 -10
  110. package/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +0 -1
  111. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_5d9c6052_lang.css +0 -1
  112. package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
  113. package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
  114. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
  115. package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +0 -1
  116. package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
  117. package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +0 -1
  118. package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
  119. package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
  120. package/TabsV4.vue_vue_type_style_index_0_scoped_bab86b0a_lang.css +0 -1
  121. package/TextAreaV4.vue_vue_type_style_index_0_scoped_6e91a617_lang.css +0 -1
  122. package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +0 -1
@@ -0,0 +1,459 @@
1
+ import Autocomplete from './Autocomplete.vue';
2
+ declare const AutocompleteTypes: () => ({
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ label: string;
8
+ disabled: boolean;
9
+ size: "small" | "medium" | "large";
10
+ mandatory: boolean;
11
+ testId: string;
12
+ hoverHelpText: string;
13
+ hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
14
+ modelValue: string | number;
15
+ placeholder: string;
16
+ labelDirection: "top" | "inside";
17
+ inlineError: boolean;
18
+ inlineErrorText: string;
19
+ feedbackText: string;
20
+ feedbackVariant: "success" | "warning" | "error";
21
+ showFeedbackTextIcon: boolean;
22
+ onSearch: (option: any, term: string) => boolean;
23
+ optionNameKey: string;
24
+ optionsListWidth: string;
25
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
26
+ label: {
27
+ type: import("vue").PropType<string>;
28
+ default: string;
29
+ };
30
+ disabled: {
31
+ type: import("vue").PropType<boolean>;
32
+ default: boolean;
33
+ };
34
+ size: {
35
+ type: import("vue").PropType<"small" | "medium" | "large">;
36
+ default: string;
37
+ };
38
+ mandatory: {
39
+ type: import("vue").PropType<boolean>;
40
+ default: boolean;
41
+ };
42
+ testId: {
43
+ type: import("vue").PropType<string>;
44
+ default: string;
45
+ };
46
+ options: {
47
+ type: import("vue").PropType<unknown[] | {
48
+ id: string;
49
+ text: string;
50
+ }[]>;
51
+ required: true;
52
+ };
53
+ hoverHelpText: {
54
+ type: import("vue").PropType<string>;
55
+ default: string;
56
+ };
57
+ hoverHelpTextPlacement: {
58
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
59
+ default: string;
60
+ };
61
+ modelValue: {
62
+ type: import("vue").PropType<string | number>;
63
+ default: string;
64
+ };
65
+ placeholder: {
66
+ type: import("vue").PropType<string>;
67
+ default: string;
68
+ };
69
+ labelDirection: {
70
+ type: import("vue").PropType<"top" | "inside">;
71
+ default: string;
72
+ };
73
+ inlineError: {
74
+ type: import("vue").PropType<boolean>;
75
+ default: boolean;
76
+ };
77
+ inlineErrorText: {
78
+ type: import("vue").PropType<string>;
79
+ default: string;
80
+ };
81
+ feedbackText: {
82
+ type: import("vue").PropType<string>;
83
+ default: string;
84
+ };
85
+ feedbackVariant: {
86
+ type: import("vue").PropType<"success" | "warning" | "error">;
87
+ default: any;
88
+ };
89
+ showFeedbackTextIcon: {
90
+ type: import("vue").PropType<boolean>;
91
+ default: boolean;
92
+ };
93
+ onSearch: {
94
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
95
+ default: any;
96
+ };
97
+ displayValue: {
98
+ type: import("vue").PropType<(option: unknown) => string>;
99
+ required: true;
100
+ };
101
+ optionNameKey: {
102
+ type: import("vue").PropType<string>;
103
+ default: string;
104
+ };
105
+ optionsListWidth: {
106
+ type: import("vue").PropType<string>;
107
+ default: any;
108
+ };
109
+ }>> & {
110
+ "onUpdate:modelValue"?: (value: string | number) => any;
111
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "labelDirection" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "onSearch" | "optionNameKey" | "optionsListWidth">;
112
+ $attrs: {
113
+ [x: string]: unknown;
114
+ };
115
+ $refs: {
116
+ [x: string]: unknown;
117
+ };
118
+ $slots: Readonly<{
119
+ [name: string]: import("vue").Slot;
120
+ }>;
121
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
122
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
123
+ $emit: (event: "update:modelValue", value: string | number) => void;
124
+ $el: any;
125
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
126
+ label: {
127
+ type: import("vue").PropType<string>;
128
+ default: string;
129
+ };
130
+ disabled: {
131
+ type: import("vue").PropType<boolean>;
132
+ default: boolean;
133
+ };
134
+ size: {
135
+ type: import("vue").PropType<"small" | "medium" | "large">;
136
+ default: string;
137
+ };
138
+ mandatory: {
139
+ type: import("vue").PropType<boolean>;
140
+ default: boolean;
141
+ };
142
+ testId: {
143
+ type: import("vue").PropType<string>;
144
+ default: string;
145
+ };
146
+ options: {
147
+ type: import("vue").PropType<unknown[] | {
148
+ id: string;
149
+ text: string;
150
+ }[]>;
151
+ required: true;
152
+ };
153
+ hoverHelpText: {
154
+ type: import("vue").PropType<string>;
155
+ default: string;
156
+ };
157
+ hoverHelpTextPlacement: {
158
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
159
+ default: string;
160
+ };
161
+ modelValue: {
162
+ type: import("vue").PropType<string | number>;
163
+ default: string;
164
+ };
165
+ placeholder: {
166
+ type: import("vue").PropType<string>;
167
+ default: string;
168
+ };
169
+ labelDirection: {
170
+ type: import("vue").PropType<"top" | "inside">;
171
+ default: string;
172
+ };
173
+ inlineError: {
174
+ type: import("vue").PropType<boolean>;
175
+ default: boolean;
176
+ };
177
+ inlineErrorText: {
178
+ type: import("vue").PropType<string>;
179
+ default: string;
180
+ };
181
+ feedbackText: {
182
+ type: import("vue").PropType<string>;
183
+ default: string;
184
+ };
185
+ feedbackVariant: {
186
+ type: import("vue").PropType<"success" | "warning" | "error">;
187
+ default: any;
188
+ };
189
+ showFeedbackTextIcon: {
190
+ type: import("vue").PropType<boolean>;
191
+ default: boolean;
192
+ };
193
+ onSearch: {
194
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
195
+ default: any;
196
+ };
197
+ displayValue: {
198
+ type: import("vue").PropType<(option: unknown) => string>;
199
+ required: true;
200
+ };
201
+ optionNameKey: {
202
+ type: import("vue").PropType<string>;
203
+ default: string;
204
+ };
205
+ optionsListWidth: {
206
+ type: import("vue").PropType<string>;
207
+ default: any;
208
+ };
209
+ }>> & {
210
+ "onUpdate:modelValue"?: (value: string | number) => any;
211
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
212
+ "update:modelValue": (value: string | number) => void;
213
+ }, string, {
214
+ label: string;
215
+ disabled: boolean;
216
+ size: "small" | "medium" | "large";
217
+ mandatory: boolean;
218
+ testId: string;
219
+ hoverHelpText: string;
220
+ hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
221
+ modelValue: string | number;
222
+ placeholder: string;
223
+ labelDirection: "top" | "inside";
224
+ inlineError: boolean;
225
+ inlineErrorText: string;
226
+ feedbackText: string;
227
+ feedbackVariant: "success" | "warning" | "error";
228
+ showFeedbackTextIcon: boolean;
229
+ onSearch: (option: any, term: string) => boolean;
230
+ optionNameKey: string;
231
+ optionsListWidth: string;
232
+ }, {}, string> & {
233
+ beforeCreate?: (() => void) | (() => void)[];
234
+ created?: (() => void) | (() => void)[];
235
+ beforeMount?: (() => void) | (() => void)[];
236
+ mounted?: (() => void) | (() => void)[];
237
+ beforeUpdate?: (() => void) | (() => void)[];
238
+ updated?: (() => void) | (() => void)[];
239
+ activated?: (() => void) | (() => void)[];
240
+ deactivated?: (() => void) | (() => void)[];
241
+ beforeDestroy?: (() => void) | (() => void)[];
242
+ beforeUnmount?: (() => void) | (() => void)[];
243
+ destroyed?: (() => void) | (() => void)[];
244
+ unmounted?: (() => void) | (() => void)[];
245
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
246
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
247
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
248
+ };
249
+ $forceUpdate: () => void;
250
+ $nextTick: typeof import("vue").nextTick;
251
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
252
+ } & Readonly<import("vue").ExtractPropTypes<{
253
+ label: {
254
+ type: import("vue").PropType<string>;
255
+ default: string;
256
+ };
257
+ disabled: {
258
+ type: import("vue").PropType<boolean>;
259
+ default: boolean;
260
+ };
261
+ size: {
262
+ type: import("vue").PropType<"small" | "medium" | "large">;
263
+ default: string;
264
+ };
265
+ mandatory: {
266
+ type: import("vue").PropType<boolean>;
267
+ default: boolean;
268
+ };
269
+ testId: {
270
+ type: import("vue").PropType<string>;
271
+ default: string;
272
+ };
273
+ options: {
274
+ type: import("vue").PropType<unknown[] | {
275
+ id: string;
276
+ text: string;
277
+ }[]>;
278
+ required: true;
279
+ };
280
+ hoverHelpText: {
281
+ type: import("vue").PropType<string>;
282
+ default: string;
283
+ };
284
+ hoverHelpTextPlacement: {
285
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
286
+ default: string;
287
+ };
288
+ modelValue: {
289
+ type: import("vue").PropType<string | number>;
290
+ default: string;
291
+ };
292
+ placeholder: {
293
+ type: import("vue").PropType<string>;
294
+ default: string;
295
+ };
296
+ labelDirection: {
297
+ type: import("vue").PropType<"top" | "inside">;
298
+ default: string;
299
+ };
300
+ inlineError: {
301
+ type: import("vue").PropType<boolean>;
302
+ default: boolean;
303
+ };
304
+ inlineErrorText: {
305
+ type: import("vue").PropType<string>;
306
+ default: string;
307
+ };
308
+ feedbackText: {
309
+ type: import("vue").PropType<string>;
310
+ default: string;
311
+ };
312
+ feedbackVariant: {
313
+ type: import("vue").PropType<"success" | "warning" | "error">;
314
+ default: any;
315
+ };
316
+ showFeedbackTextIcon: {
317
+ type: import("vue").PropType<boolean>;
318
+ default: boolean;
319
+ };
320
+ onSearch: {
321
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
322
+ default: any;
323
+ };
324
+ displayValue: {
325
+ type: import("vue").PropType<(option: unknown) => string>;
326
+ required: true;
327
+ };
328
+ optionNameKey: {
329
+ type: import("vue").PropType<string>;
330
+ default: string;
331
+ };
332
+ optionsListWidth: {
333
+ type: import("vue").PropType<string>;
334
+ default: any;
335
+ };
336
+ }>> & {
337
+ "onUpdate:modelValue"?: (value: string | number) => any;
338
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
339
+ __isFragment?: never;
340
+ __isTeleport?: never;
341
+ __isSuspense?: never;
342
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
343
+ label: {
344
+ type: import("vue").PropType<string>;
345
+ default: string;
346
+ };
347
+ disabled: {
348
+ type: import("vue").PropType<boolean>;
349
+ default: boolean;
350
+ };
351
+ size: {
352
+ type: import("vue").PropType<"small" | "medium" | "large">;
353
+ default: string;
354
+ };
355
+ mandatory: {
356
+ type: import("vue").PropType<boolean>;
357
+ default: boolean;
358
+ };
359
+ testId: {
360
+ type: import("vue").PropType<string>;
361
+ default: string;
362
+ };
363
+ options: {
364
+ type: import("vue").PropType<unknown[] | {
365
+ id: string;
366
+ text: string;
367
+ }[]>;
368
+ required: true;
369
+ };
370
+ hoverHelpText: {
371
+ type: import("vue").PropType<string>;
372
+ default: string;
373
+ };
374
+ hoverHelpTextPlacement: {
375
+ type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
376
+ default: string;
377
+ };
378
+ modelValue: {
379
+ type: import("vue").PropType<string | number>;
380
+ default: string;
381
+ };
382
+ placeholder: {
383
+ type: import("vue").PropType<string>;
384
+ default: string;
385
+ };
386
+ labelDirection: {
387
+ type: import("vue").PropType<"top" | "inside">;
388
+ default: string;
389
+ };
390
+ inlineError: {
391
+ type: import("vue").PropType<boolean>;
392
+ default: boolean;
393
+ };
394
+ inlineErrorText: {
395
+ type: import("vue").PropType<string>;
396
+ default: string;
397
+ };
398
+ feedbackText: {
399
+ type: import("vue").PropType<string>;
400
+ default: string;
401
+ };
402
+ feedbackVariant: {
403
+ type: import("vue").PropType<"success" | "warning" | "error">;
404
+ default: any;
405
+ };
406
+ showFeedbackTextIcon: {
407
+ type: import("vue").PropType<boolean>;
408
+ default: boolean;
409
+ };
410
+ onSearch: {
411
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
412
+ default: any;
413
+ };
414
+ displayValue: {
415
+ type: import("vue").PropType<(option: unknown) => string>;
416
+ required: true;
417
+ };
418
+ optionNameKey: {
419
+ type: import("vue").PropType<string>;
420
+ default: string;
421
+ };
422
+ optionsListWidth: {
423
+ type: import("vue").PropType<string>;
424
+ default: any;
425
+ };
426
+ }>> & {
427
+ "onUpdate:modelValue"?: (value: string | number) => any;
428
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
429
+ "update:modelValue": (value: string | number) => void;
430
+ }, string, {
431
+ label: string;
432
+ disabled: boolean;
433
+ size: "small" | "medium" | "large";
434
+ mandatory: boolean;
435
+ testId: string;
436
+ hoverHelpText: string;
437
+ hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
438
+ modelValue: string | number;
439
+ placeholder: string;
440
+ labelDirection: "top" | "inside";
441
+ inlineError: boolean;
442
+ inlineErrorText: string;
443
+ feedbackText: string;
444
+ feedbackVariant: "success" | "warning" | "error";
445
+ showFeedbackTextIcon: boolean;
446
+ onSearch: (option: any, term: string) => boolean;
447
+ optionNameKey: string;
448
+ optionsListWidth: string;
449
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
450
+ $slots: {
451
+ default?(_: {
452
+ option: unknown;
453
+ selected: boolean;
454
+ active: boolean;
455
+ disabled: any;
456
+ }): any;
457
+ };
458
+ }))[];
459
+ export { Autocomplete, AutocompleteTypes };
@@ -0,0 +1,6 @@
1
+ import o from "./Autocomplete.vue.js";
2
+ const e = () => [o];
3
+ export {
4
+ o as Autocomplete,
5
+ e as AutocompleteTypes
6
+ };
@@ -22,12 +22,12 @@ declare const CheckboxTypes: () => ({
22
22
  type: import("vue").PropType<string>;
23
23
  default: string;
24
24
  };
25
- isChecked: {
25
+ isIndeterminate: {
26
26
  type: import("vue").PropType<boolean>;
27
- required: true;
28
27
  };
29
- isIndeterminate: {
28
+ isChecked: {
30
29
  type: import("vue").PropType<boolean>;
30
+ required: true;
31
31
  };
32
32
  }>> & {
33
33
  onClick?: (event: MouseEvent) => any;
@@ -62,12 +62,12 @@ declare const CheckboxTypes: () => ({
62
62
  type: import("vue").PropType<string>;
63
63
  default: string;
64
64
  };
65
- isChecked: {
65
+ isIndeterminate: {
66
66
  type: import("vue").PropType<boolean>;
67
- required: true;
68
67
  };
69
- isIndeterminate: {
68
+ isChecked: {
70
69
  type: import("vue").PropType<boolean>;
70
+ required: true;
71
71
  };
72
72
  }>> & {
73
73
  onClick?: (event: MouseEvent) => any;
@@ -115,12 +115,12 @@ declare const CheckboxTypes: () => ({
115
115
  type: import("vue").PropType<string>;
116
116
  default: string;
117
117
  };
118
- isChecked: {
118
+ isIndeterminate: {
119
119
  type: import("vue").PropType<boolean>;
120
- required: true;
121
120
  };
122
- isIndeterminate: {
121
+ isChecked: {
123
122
  type: import("vue").PropType<boolean>;
123
+ required: true;
124
124
  };
125
125
  }>> & {
126
126
  onClick?: (event: MouseEvent) => any;
@@ -145,12 +145,12 @@ declare const CheckboxTypes: () => ({
145
145
  type: import("vue").PropType<string>;
146
146
  default: string;
147
147
  };
148
- isChecked: {
148
+ isIndeterminate: {
149
149
  type: import("vue").PropType<boolean>;
150
- required: true;
151
150
  };
152
- isIndeterminate: {
151
+ isChecked: {
153
152
  type: import("vue").PropType<boolean>;
153
+ required: true;
154
154
  };
155
155
  }>> & {
156
156
  onClick?: (event: MouseEvent) => any;
@@ -17,12 +17,12 @@ declare const CheckboxTypes: () => ({
17
17
  type: import("vue").PropType<string>;
18
18
  default: string;
19
19
  };
20
- isChecked: {
20
+ isIndeterminate: {
21
21
  type: import("vue").PropType<boolean>;
22
- required: true;
23
22
  };
24
- isIndeterminate: {
23
+ isChecked: {
25
24
  type: import("vue").PropType<boolean>;
25
+ required: true;
26
26
  };
27
27
  }>> & {
28
28
  onClick?: (event: MouseEvent) => any;
@@ -53,12 +53,12 @@ declare const CheckboxTypes: () => ({
53
53
  type: import("vue").PropType<string>;
54
54
  default: string;
55
55
  };
56
- isChecked: {
56
+ isIndeterminate: {
57
57
  type: import("vue").PropType<boolean>;
58
- required: true;
59
58
  };
60
- isIndeterminate: {
59
+ isChecked: {
61
60
  type: import("vue").PropType<boolean>;
61
+ required: true;
62
62
  };
63
63
  }>> & {
64
64
  onClick?: (event: MouseEvent) => any;
@@ -101,12 +101,12 @@ declare const CheckboxTypes: () => ({
101
101
  type: import("vue").PropType<string>;
102
102
  default: string;
103
103
  };
104
- isChecked: {
104
+ isIndeterminate: {
105
105
  type: import("vue").PropType<boolean>;
106
- required: true;
107
106
  };
108
- isIndeterminate: {
107
+ isChecked: {
109
108
  type: import("vue").PropType<boolean>;
109
+ required: true;
110
110
  };
111
111
  }>> & {
112
112
  onClick?: (event: MouseEvent) => any;
@@ -127,12 +127,12 @@ declare const CheckboxTypes: () => ({
127
127
  type: import("vue").PropType<string>;
128
128
  default: string;
129
129
  };
130
- isChecked: {
130
+ isIndeterminate: {
131
131
  type: import("vue").PropType<boolean>;
132
- required: true;
133
132
  };
134
- isIndeterminate: {
133
+ isChecked: {
135
134
  type: import("vue").PropType<boolean>;
135
+ required: true;
136
136
  };
137
137
  }>> & {
138
138
  onClick?: (event: MouseEvent) => any;
@@ -30,8 +30,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
30
30
  disabled: boolean;
31
31
  testId: string;
32
32
  selected: boolean;
33
- clearable: boolean;
34
33
  prefix: string;
34
+ clearable: boolean;
35
35
  }>, {
36
36
  "icon-start"?(_: {}): any;
37
37
  default?(_: {}): any;