@ironsource/shared-ui 2.1.3-rc.2 → 2.1.3-rc.21

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 (133) hide show
  1. package/Alert.vue_vue_type_style_index_0_scoped_72bcdcd0_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_f9d4e49d_lang.css +1 -0
  3. package/Autocomplete.vue_vue_type_style_index_0_scoped_429e5745_lang.css +1 -0
  4. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +1 -0
  5. package/ButtonFilterDropdownTrigger.vue_vue_type_style_index_0_scoped_7f750550_lang.css +1 -0
  6. package/DataGrid.vue_vue_type_style_index_0_scoped_9b108af3_lang.css +1 -0
  7. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c3033d90_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_24014c62_lang.css +1 -0
  9. package/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
  10. package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
  11. package/FormRow.vue_vue_type_style_index_0_scoped_fc3897fd_lang.css +1 -0
  12. package/HelpIcon.vue_vue_type_style_index_0_scoped_7a611779_lang.css +1 -0
  13. package/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
  14. package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
  15. package/TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css +1 -0
  16. package/components/alert/Alert.vue.d.ts +75 -0
  17. package/components/alert/Alert.vue.js +7 -0
  18. package/components/alert/Alert.vue2.js +87 -0
  19. package/components/alert/index.d.ts +220 -0
  20. package/components/alert/index.js +6 -0
  21. package/components/appHeader/AppHeader.vue.js +3 -3
  22. package/components/appHeader/AppHeader.vue2.js +29 -26
  23. package/components/autocomplete/Autocomplete.vue.d.ts +140 -0
  24. package/components/autocomplete/Autocomplete.vue.js +7 -0
  25. package/components/autocomplete/Autocomplete.vue2.js +99 -0
  26. package/components/autocomplete/index.d.ts +459 -0
  27. package/components/autocomplete/index.js +6 -0
  28. package/components/button/v3/Button.vue.d.ts +6 -6
  29. package/components/button/v3/ButtonBase.vue.d.ts +1 -1
  30. package/components/button/v3/IconButton.vue.d.ts +1 -1
  31. package/components/button/v3/index.d.ts +34 -34
  32. package/components/button/v4/ButtonV4.vue.d.ts +1 -1
  33. package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
  34. package/components/button/v4/index.d.ts +40 -40
  35. package/components/checkbox/v3/index.d.ts +12 -12
  36. package/components/checkbox/v4/index.d.ts +12 -12
  37. package/components/chip/v3/Chip.vue.d.ts +1 -1
  38. package/components/chip/v3/index.d.ts +20 -20
  39. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  40. package/components/chip/v4/index.d.ts +20 -20
  41. package/components/dialog/v4/index.d.ts +17 -17
  42. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  43. package/components/dropdown/common/Dropdown.common.js +34 -33
  44. package/components/dropdown/v3/Dropdown.vue.d.ts +11 -11
  45. package/components/dropdown/v3/index.d.ts +159 -159
  46. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +4 -4
  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/dropdownStoryArgs.d.ts +9 -0
  61. package/components/dropdown/v4/index.d.ts +705 -610
  62. package/components/dropdown/v4/index.js +16 -10
  63. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  64. package/components/emptyState/v3/index.d.ts +7 -7
  65. package/components/filterDropdown/index.d.ts +8 -8
  66. package/components/forms/FormCard.vue.d.ts +5 -0
  67. package/components/forms/FormCard.vue.js +3 -3
  68. package/components/forms/FormCard.vue2.js +62 -36
  69. package/components/forms/FormRow.vue.d.ts +10 -0
  70. package/components/forms/FormRow.vue.js +3 -3
  71. package/components/forms/FormRow.vue2.js +22 -29
  72. package/components/forms/index.d.ts +59 -2
  73. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  74. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  75. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +3 -3
  76. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +3 -3
  77. package/components/includeExclude/index.d.ts +168 -168
  78. package/components/input/v3/Input.vue.d.ts +3 -3
  79. package/components/input/v3/index.d.ts +82 -82
  80. package/components/input/v4/TextField.vue.d.ts +7 -7
  81. package/components/input/v4/TextField.vue.js +2 -2
  82. package/components/input/v4/TextField.vue2.js +84 -91
  83. package/components/input/v4/index.d.ts +122 -122
  84. package/components/multibar/MultiBarMenu.vue2.js +13 -11
  85. package/components/search/v3/Search.vue.d.ts +1 -1
  86. package/components/search/v3/index.d.ts +9 -9
  87. package/components/shared/FieldMaxLength.vue.d.ts +34 -0
  88. package/components/shared/FieldMaxLength.vue.js +7 -0
  89. package/components/shared/FieldMaxLength.vue2.js +24 -0
  90. package/components/skeleton/v4/index.d.ts +2 -2
  91. package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
  92. package/components/table/common/Table.types.d.ts +3 -0
  93. package/components/table/v4/DataGrid.vue.d.ts +2 -2
  94. package/components/table/v4/DataGrid.vue.js +3 -3
  95. package/components/table/v4/DataGrid.vue2.js +129 -123
  96. package/components/table/v4/DataGridMenu.vue2.js +13 -11
  97. package/components/table/v4/HelpIcon.vue.d.ts +40 -0
  98. package/components/table/v4/HelpIcon.vue.js +7 -0
  99. package/components/table/v4/HelpIcon.vue2.js +32 -0
  100. package/components/table/v4/index.d.ts +39 -39
  101. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  102. package/components/table-cells/v4/index.d.ts +20 -20
  103. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  104. package/components/tabs/v3/index.d.ts +20 -20
  105. package/components/textArea/v3/TextArea.vue.js +7 -0
  106. package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
  107. package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
  108. package/components/textArea/v4/TextAreaV4.vue.js +7 -0
  109. package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
  110. package/components/textArea/v4/index.d.ts +136 -0
  111. package/components/textArea/v4/index.js +6 -0
  112. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  113. package/components/toggle/v3/index.d.ts +9 -9
  114. package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
  115. package/components/toggle/v4/index.d.ts +28 -28
  116. package/components/typography/index.d.ts +12 -12
  117. package/index.d.ts +2479 -1935
  118. package/index.js +131 -123
  119. package/package.json +11 -2
  120. package/testids/index.d.ts +9 -1
  121. package/testids/index.js +25 -24
  122. package/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +0 -1
  123. package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +0 -1
  124. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_f0c4710f_lang.css +0 -1
  125. package/DropdownV4.vue_vue_type_style_index_0_scoped_78c1497e_lang.css +0 -1
  126. package/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_lang.css +0 -1
  127. package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +0 -1
  128. package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
  129. package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
  130. package/components/textArea/TextArea.vue.js +0 -7
  131. /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
  132. /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
  133. /package/components/textArea/{index.js → v3/index.js} +0 -0
@@ -10,24 +10,24 @@ declare const TextFieldTypes: () => ({
10
10
  size: "small" | "medium" | "large";
11
11
  mandatory: boolean;
12
12
  testId: string;
13
- modelValue: string | number;
14
- placeholder: string;
15
- autoFocus: boolean;
16
- prefix: string;
17
13
  hoverHelpText: string;
18
14
  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";
19
- feedbackText: string;
20
- feedbackVariant: "success" | "warning" | "error";
15
+ maxLength: number;
16
+ modelValue: string | number;
17
+ placeholder: string;
21
18
  viewOnly: boolean;
22
19
  labelDirection: "top" | "inside";
20
+ autoFocus: boolean;
23
21
  hideNumberArrows: boolean;
24
22
  step: number;
25
23
  onlyDigits: boolean;
24
+ prefix: string;
26
25
  suffix: string;
27
- maxLength: number;
28
26
  showApply: boolean;
29
27
  inlineError: boolean;
30
28
  inlineErrorText: string;
29
+ feedbackText: string;
30
+ feedbackVariant: "success" | "warning" | "error";
31
31
  showFeedbackTextIcon: boolean;
32
32
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
33
33
  type: {
@@ -54,22 +54,6 @@ declare const TextFieldTypes: () => ({
54
54
  type: import("vue").PropType<string>;
55
55
  default: string;
56
56
  };
57
- modelValue: {
58
- type: import("vue").PropType<string | number>;
59
- default: string;
60
- };
61
- placeholder: {
62
- type: import("vue").PropType<string>;
63
- default: string;
64
- };
65
- autoFocus: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- prefix: {
70
- type: import("vue").PropType<string>;
71
- default: string;
72
- };
73
57
  hoverHelpText: {
74
58
  type: import("vue").PropType<string>;
75
59
  default: string;
@@ -78,13 +62,17 @@ declare const TextFieldTypes: () => ({
78
62
  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">;
79
63
  default: string;
80
64
  };
81
- feedbackText: {
82
- type: import("vue").PropType<string>;
65
+ maxLength: {
66
+ type: import("vue").PropType<number>;
67
+ default: any;
68
+ };
69
+ modelValue: {
70
+ type: import("vue").PropType<string | number>;
83
71
  default: string;
84
72
  };
85
- feedbackVariant: {
86
- type: import("vue").PropType<"success" | "warning" | "error">;
87
- default: any;
73
+ placeholder: {
74
+ type: import("vue").PropType<string>;
75
+ default: string;
88
76
  };
89
77
  viewOnly: {
90
78
  type: import("vue").PropType<boolean>;
@@ -94,6 +82,10 @@ declare const TextFieldTypes: () => ({
94
82
  type: import("vue").PropType<"top" | "inside">;
95
83
  default: string;
96
84
  };
85
+ autoFocus: {
86
+ type: import("vue").PropType<boolean>;
87
+ default: boolean;
88
+ };
97
89
  hideNumberArrows: {
98
90
  type: import("vue").PropType<boolean>;
99
91
  default: boolean;
@@ -106,13 +98,13 @@ declare const TextFieldTypes: () => ({
106
98
  type: import("vue").PropType<boolean>;
107
99
  default: boolean;
108
100
  };
109
- suffix: {
101
+ prefix: {
110
102
  type: import("vue").PropType<string>;
111
103
  default: string;
112
104
  };
113
- maxLength: {
114
- type: import("vue").PropType<number>;
115
- default: any;
105
+ suffix: {
106
+ type: import("vue").PropType<string>;
107
+ default: string;
116
108
  };
117
109
  showApply: {
118
110
  type: import("vue").PropType<boolean>;
@@ -126,6 +118,14 @@ declare const TextFieldTypes: () => ({
126
118
  type: import("vue").PropType<string>;
127
119
  default: string;
128
120
  };
121
+ feedbackText: {
122
+ type: import("vue").PropType<string>;
123
+ default: string;
124
+ };
125
+ feedbackVariant: {
126
+ type: import("vue").PropType<"success" | "warning" | "error">;
127
+ default: any;
128
+ };
129
129
  showFeedbackTextIcon: {
130
130
  type: import("vue").PropType<boolean>;
131
131
  default: boolean;
@@ -133,7 +133,7 @@ declare const TextFieldTypes: () => ({
133
133
  }>> & {
134
134
  "onUpdate:modelValue"?: (value: string | number) => any;
135
135
  onApply?: () => any;
136
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "prefix" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
136
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon">;
137
137
  $attrs: {
138
138
  [x: string]: unknown;
139
139
  };
@@ -172,22 +172,6 @@ declare const TextFieldTypes: () => ({
172
172
  type: import("vue").PropType<string>;
173
173
  default: string;
174
174
  };
175
- modelValue: {
176
- type: import("vue").PropType<string | number>;
177
- default: string;
178
- };
179
- placeholder: {
180
- type: import("vue").PropType<string>;
181
- default: string;
182
- };
183
- autoFocus: {
184
- type: import("vue").PropType<boolean>;
185
- default: boolean;
186
- };
187
- prefix: {
188
- type: import("vue").PropType<string>;
189
- default: string;
190
- };
191
175
  hoverHelpText: {
192
176
  type: import("vue").PropType<string>;
193
177
  default: string;
@@ -196,13 +180,17 @@ declare const TextFieldTypes: () => ({
196
180
  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">;
197
181
  default: string;
198
182
  };
199
- feedbackText: {
200
- type: import("vue").PropType<string>;
183
+ maxLength: {
184
+ type: import("vue").PropType<number>;
185
+ default: any;
186
+ };
187
+ modelValue: {
188
+ type: import("vue").PropType<string | number>;
201
189
  default: string;
202
190
  };
203
- feedbackVariant: {
204
- type: import("vue").PropType<"success" | "warning" | "error">;
205
- default: any;
191
+ placeholder: {
192
+ type: import("vue").PropType<string>;
193
+ default: string;
206
194
  };
207
195
  viewOnly: {
208
196
  type: import("vue").PropType<boolean>;
@@ -212,6 +200,10 @@ declare const TextFieldTypes: () => ({
212
200
  type: import("vue").PropType<"top" | "inside">;
213
201
  default: string;
214
202
  };
203
+ autoFocus: {
204
+ type: import("vue").PropType<boolean>;
205
+ default: boolean;
206
+ };
215
207
  hideNumberArrows: {
216
208
  type: import("vue").PropType<boolean>;
217
209
  default: boolean;
@@ -224,13 +216,13 @@ declare const TextFieldTypes: () => ({
224
216
  type: import("vue").PropType<boolean>;
225
217
  default: boolean;
226
218
  };
227
- suffix: {
219
+ prefix: {
228
220
  type: import("vue").PropType<string>;
229
221
  default: string;
230
222
  };
231
- maxLength: {
232
- type: import("vue").PropType<number>;
233
- default: any;
223
+ suffix: {
224
+ type: import("vue").PropType<string>;
225
+ default: string;
234
226
  };
235
227
  showApply: {
236
228
  type: import("vue").PropType<boolean>;
@@ -244,6 +236,14 @@ declare const TextFieldTypes: () => ({
244
236
  type: import("vue").PropType<string>;
245
237
  default: string;
246
238
  };
239
+ feedbackText: {
240
+ type: import("vue").PropType<string>;
241
+ default: string;
242
+ };
243
+ feedbackVariant: {
244
+ type: import("vue").PropType<"success" | "warning" | "error">;
245
+ default: any;
246
+ };
247
247
  showFeedbackTextIcon: {
248
248
  type: import("vue").PropType<boolean>;
249
249
  default: boolean;
@@ -263,24 +263,24 @@ declare const TextFieldTypes: () => ({
263
263
  size: "small" | "medium" | "large";
264
264
  mandatory: boolean;
265
265
  testId: string;
266
- modelValue: string | number;
267
- placeholder: string;
268
- autoFocus: boolean;
269
- prefix: string;
270
266
  hoverHelpText: string;
271
267
  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";
272
- feedbackText: string;
273
- feedbackVariant: "success" | "warning" | "error";
268
+ maxLength: number;
269
+ modelValue: string | number;
270
+ placeholder: string;
274
271
  viewOnly: boolean;
275
272
  labelDirection: "top" | "inside";
273
+ autoFocus: boolean;
276
274
  hideNumberArrows: boolean;
277
275
  step: number;
278
276
  onlyDigits: boolean;
277
+ prefix: string;
279
278
  suffix: string;
280
- maxLength: number;
281
279
  showApply: boolean;
282
280
  inlineError: boolean;
283
281
  inlineErrorText: string;
282
+ feedbackText: string;
283
+ feedbackVariant: "success" | "warning" | "error";
284
284
  showFeedbackTextIcon: boolean;
285
285
  }, {}, string> & {
286
286
  beforeCreate?: (() => void) | (() => void)[];
@@ -327,22 +327,6 @@ declare const TextFieldTypes: () => ({
327
327
  type: import("vue").PropType<string>;
328
328
  default: string;
329
329
  };
330
- modelValue: {
331
- type: import("vue").PropType<string | number>;
332
- default: string;
333
- };
334
- placeholder: {
335
- type: import("vue").PropType<string>;
336
- default: string;
337
- };
338
- autoFocus: {
339
- type: import("vue").PropType<boolean>;
340
- default: boolean;
341
- };
342
- prefix: {
343
- type: import("vue").PropType<string>;
344
- default: string;
345
- };
346
330
  hoverHelpText: {
347
331
  type: import("vue").PropType<string>;
348
332
  default: string;
@@ -351,13 +335,17 @@ declare const TextFieldTypes: () => ({
351
335
  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">;
352
336
  default: string;
353
337
  };
354
- feedbackText: {
355
- type: import("vue").PropType<string>;
338
+ maxLength: {
339
+ type: import("vue").PropType<number>;
340
+ default: any;
341
+ };
342
+ modelValue: {
343
+ type: import("vue").PropType<string | number>;
356
344
  default: string;
357
345
  };
358
- feedbackVariant: {
359
- type: import("vue").PropType<"success" | "warning" | "error">;
360
- default: any;
346
+ placeholder: {
347
+ type: import("vue").PropType<string>;
348
+ default: string;
361
349
  };
362
350
  viewOnly: {
363
351
  type: import("vue").PropType<boolean>;
@@ -367,6 +355,10 @@ declare const TextFieldTypes: () => ({
367
355
  type: import("vue").PropType<"top" | "inside">;
368
356
  default: string;
369
357
  };
358
+ autoFocus: {
359
+ type: import("vue").PropType<boolean>;
360
+ default: boolean;
361
+ };
370
362
  hideNumberArrows: {
371
363
  type: import("vue").PropType<boolean>;
372
364
  default: boolean;
@@ -379,13 +371,13 @@ declare const TextFieldTypes: () => ({
379
371
  type: import("vue").PropType<boolean>;
380
372
  default: boolean;
381
373
  };
382
- suffix: {
374
+ prefix: {
383
375
  type: import("vue").PropType<string>;
384
376
  default: string;
385
377
  };
386
- maxLength: {
387
- type: import("vue").PropType<number>;
388
- default: any;
378
+ suffix: {
379
+ type: import("vue").PropType<string>;
380
+ default: string;
389
381
  };
390
382
  showApply: {
391
383
  type: import("vue").PropType<boolean>;
@@ -399,6 +391,14 @@ declare const TextFieldTypes: () => ({
399
391
  type: import("vue").PropType<string>;
400
392
  default: string;
401
393
  };
394
+ feedbackText: {
395
+ type: import("vue").PropType<string>;
396
+ default: string;
397
+ };
398
+ feedbackVariant: {
399
+ type: import("vue").PropType<"success" | "warning" | "error">;
400
+ default: any;
401
+ };
402
402
  showFeedbackTextIcon: {
403
403
  type: import("vue").PropType<boolean>;
404
404
  default: boolean;
@@ -437,22 +437,6 @@ declare const TextFieldTypes: () => ({
437
437
  type: import("vue").PropType<string>;
438
438
  default: string;
439
439
  };
440
- modelValue: {
441
- type: import("vue").PropType<string | number>;
442
- default: string;
443
- };
444
- placeholder: {
445
- type: import("vue").PropType<string>;
446
- default: string;
447
- };
448
- autoFocus: {
449
- type: import("vue").PropType<boolean>;
450
- default: boolean;
451
- };
452
- prefix: {
453
- type: import("vue").PropType<string>;
454
- default: string;
455
- };
456
440
  hoverHelpText: {
457
441
  type: import("vue").PropType<string>;
458
442
  default: string;
@@ -461,13 +445,17 @@ declare const TextFieldTypes: () => ({
461
445
  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">;
462
446
  default: string;
463
447
  };
464
- feedbackText: {
465
- type: import("vue").PropType<string>;
448
+ maxLength: {
449
+ type: import("vue").PropType<number>;
450
+ default: any;
451
+ };
452
+ modelValue: {
453
+ type: import("vue").PropType<string | number>;
466
454
  default: string;
467
455
  };
468
- feedbackVariant: {
469
- type: import("vue").PropType<"success" | "warning" | "error">;
470
- default: any;
456
+ placeholder: {
457
+ type: import("vue").PropType<string>;
458
+ default: string;
471
459
  };
472
460
  viewOnly: {
473
461
  type: import("vue").PropType<boolean>;
@@ -477,6 +465,10 @@ declare const TextFieldTypes: () => ({
477
465
  type: import("vue").PropType<"top" | "inside">;
478
466
  default: string;
479
467
  };
468
+ autoFocus: {
469
+ type: import("vue").PropType<boolean>;
470
+ default: boolean;
471
+ };
480
472
  hideNumberArrows: {
481
473
  type: import("vue").PropType<boolean>;
482
474
  default: boolean;
@@ -489,13 +481,13 @@ declare const TextFieldTypes: () => ({
489
481
  type: import("vue").PropType<boolean>;
490
482
  default: boolean;
491
483
  };
492
- suffix: {
484
+ prefix: {
493
485
  type: import("vue").PropType<string>;
494
486
  default: string;
495
487
  };
496
- maxLength: {
497
- type: import("vue").PropType<number>;
498
- default: any;
488
+ suffix: {
489
+ type: import("vue").PropType<string>;
490
+ default: string;
499
491
  };
500
492
  showApply: {
501
493
  type: import("vue").PropType<boolean>;
@@ -509,6 +501,14 @@ declare const TextFieldTypes: () => ({
509
501
  type: import("vue").PropType<string>;
510
502
  default: string;
511
503
  };
504
+ feedbackText: {
505
+ type: import("vue").PropType<string>;
506
+ default: string;
507
+ };
508
+ feedbackVariant: {
509
+ type: import("vue").PropType<"success" | "warning" | "error">;
510
+ default: any;
511
+ };
512
512
  showFeedbackTextIcon: {
513
513
  type: import("vue").PropType<boolean>;
514
514
  default: boolean;
@@ -528,24 +528,24 @@ declare const TextFieldTypes: () => ({
528
528
  size: "small" | "medium" | "large";
529
529
  mandatory: boolean;
530
530
  testId: string;
531
- modelValue: string | number;
532
- placeholder: string;
533
- autoFocus: boolean;
534
- prefix: string;
535
531
  hoverHelpText: string;
536
532
  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";
537
- feedbackText: string;
538
- feedbackVariant: "success" | "warning" | "error";
533
+ maxLength: number;
534
+ modelValue: string | number;
535
+ placeholder: string;
539
536
  viewOnly: boolean;
540
537
  labelDirection: "top" | "inside";
538
+ autoFocus: boolean;
541
539
  hideNumberArrows: boolean;
542
540
  step: number;
543
541
  onlyDigits: boolean;
542
+ prefix: string;
544
543
  suffix: string;
545
- maxLength: number;
546
544
  showApply: boolean;
547
545
  inlineError: boolean;
548
546
  inlineErrorText: string;
547
+ feedbackText: string;
548
+ feedbackVariant: "success" | "warning" | "error";
549
549
  showFeedbackTextIcon: boolean;
550
550
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
551
551
  $slots: {
@@ -1,29 +1,31 @@
1
- import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_e40e5dda_lang.css"; import { defineComponent as l, openBlock as m, createBlock as p, unref as t, withCtx as i, createVNode as s, createSlots as u, createTextVNode as c, toDisplayString as f } from "vue";
1
+ import "../../MultiBarMenu.vue_vue_type_style_index_0_scoped_e40e5dda_lang.css"; import { defineComponent as m, openBlock as l, createBlock as p, unref as t, withCtx as i, createVNode as s, createSlots as u, createTextVNode as c, toDisplayString as f } from "vue";
2
2
  import b from "../dropdown/v4/DropdownV4.vue.js";
3
3
  import "../dropdown/v4/DefaultDropdownTrigger.vue.js";
4
4
  import "../dropdown/v4/IconButtonDropdownTrigger.vue.js";
5
5
  import "../dropdown/v4/ChipDropdownTrigger.vue.js";
6
6
  import "../dropdown/v4/AppDropdownTrigger.vue.js";
7
+ import "../dropdown/v4/ButtonDropdownTrigger.vue.js";
8
+ import "../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
7
9
  import g from "../dropdown/v4/OptionV4.vue.js";
8
10
  import x from "../icon/v4/IconV4.vue.js";
9
- const C = /* @__PURE__ */ l({
11
+ const M = /* @__PURE__ */ m({
10
12
  __name: "MultiBarMenu",
11
13
  props: {
12
14
  menuItems: { default: () => [] },
13
15
  testId: { default: "" }
14
16
  },
15
17
  emits: ["selected"],
16
- setup(n, { emit: a }) {
17
- const o = (d) => d.title;
18
- return (d, r) => (m(), p(t(b), {
18
+ setup(o, { emit: a }) {
19
+ const n = (r) => r.title;
20
+ return (r, d) => (l(), p(t(b), {
19
21
  class: "multi-bar-menu",
20
- options: n.menuItems,
21
- "display-value": o,
22
+ options: o.menuItems,
23
+ "display-value": n,
22
24
  "predefined-trigger": "icon-button",
23
25
  placement: "right-end",
24
26
  skidding: -20,
25
- "test-id": n.testId,
26
- "onUpdate:selected": r[0] || (r[0] = (e) => a("selected", e))
27
+ "test-id": o.testId,
28
+ "onUpdate:selected": d[0] || (d[0] = (e) => a("selected", e))
27
29
  }, {
28
30
  default: i(({ option: e }) => [
29
31
  s(t(g), {
@@ -31,7 +33,7 @@ const C = /* @__PURE__ */ l({
31
33
  disabled: e.disabled
32
34
  }, u({
33
35
  default: i(() => [
34
- c(" " + f(o(e)), 1)
36
+ c(" " + f(n(e)), 1)
35
37
  ]),
36
38
  _: 2
37
39
  }, [
@@ -52,5 +54,5 @@ const C = /* @__PURE__ */ l({
52
54
  }
53
55
  });
54
56
  export {
55
- C as default
57
+ M as default
56
58
  };
@@ -29,9 +29,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
29
29
  }>>> & {
30
30
  "onUpdate:modelValue"?: (value: string) => any;
31
31
  }, {
32
+ variant: 'default' | 'inline-table' | 'transparent';
32
33
  disabled: boolean;
33
34
  size: 'sm' | 'md';
34
- variant: 'default' | 'inline-table' | 'transparent';
35
35
  testId: string;
36
36
  }>;
37
37
  export default _default;
@@ -1,4 +1,8 @@
1
1
  declare const SearchTypes: () => import("vue").DefineComponent<{
2
+ variant: {
3
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
4
+ default: string;
5
+ };
2
6
  disabled: {
3
7
  type: import("vue").PropType<boolean>;
4
8
  default: boolean;
@@ -7,10 +11,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
7
11
  type: import("vue").PropType<"sm" | "md">;
8
12
  default: string;
9
13
  };
10
- variant: {
11
- type: import("vue").PropType<"default" | "transparent" | "inline-table">;
12
- default: string;
13
- };
14
14
  testId: {
15
15
  type: import("vue").PropType<string>;
16
16
  default: string;
@@ -28,6 +28,10 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
28
28
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
29
  "update:modelValue": (value: string) => void;
30
30
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ variant: {
32
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
33
+ default: string;
34
+ };
31
35
  disabled: {
32
36
  type: import("vue").PropType<boolean>;
33
37
  default: boolean;
@@ -36,10 +40,6 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
36
40
  type: import("vue").PropType<"sm" | "md">;
37
41
  default: string;
38
42
  };
39
- variant: {
40
- type: import("vue").PropType<"default" | "transparent" | "inline-table">;
41
- default: string;
42
- };
43
43
  testId: {
44
44
  type: import("vue").PropType<string>;
45
45
  default: string;
@@ -55,9 +55,9 @@ declare const SearchTypes: () => import("vue").DefineComponent<{
55
55
  }>> & {
56
56
  "onUpdate:modelValue"?: (value: string) => any;
57
57
  }, {
58
+ variant: "default" | "transparent" | "inline-table";
58
59
  disabled: boolean;
59
60
  size: "sm" | "md";
60
- variant: "default" | "transparent" | "inline-table";
61
61
  testId: string;
62
62
  }>[];
63
63
  export { default as Search } from './Search.vue';
@@ -0,0 +1,34 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ currentLength: number;
3
+ maxLength?: number;
4
+ }>, {
5
+ currentLength: number;
6
+ maxLength: number;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
8
+ currentLength: number;
9
+ maxLength?: number;
10
+ }>, {
11
+ currentLength: number;
12
+ maxLength: number;
13
+ }>>>, {
14
+ currentLength: number;
15
+ maxLength: number;
16
+ }>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,7 @@
1
+ import e from "./FieldMaxLength.vue2.js";
2
+ /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css"; //*');
4
+ const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-f3c4001a"]]);
5
+ export {
6
+ a as default
7
+ };
@@ -0,0 +1,24 @@
1
+ import "../../FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css"; import { defineComponent as n, openBlock as o, createElementBlock as c, createVNode as r, unref as d, withCtx as p, createTextVNode as t, toDisplayString as a, pushScopeId as i, popScopeId as s, createElementVNode as h } from "vue";
2
+ import l from "../typography/v4/Typography.vue.js";
3
+ const m = (e) => (i("data-v-f3c4001a"), e = e(), s(), e), _ = { class: "max-length" }, u = /* @__PURE__ */ m(() => /* @__PURE__ */ h("span", { class: "max-length__divider" }, "/", -1)), v = /* @__PURE__ */ n({
4
+ __name: "FieldMaxLength",
5
+ props: {
6
+ currentLength: { default: 0 },
7
+ maxLength: { default: 100 }
8
+ },
9
+ setup(e) {
10
+ return (f, g) => (o(), c("div", _, [
11
+ r(d(l), { variant: "caption" }, {
12
+ default: p(() => [
13
+ t(a(e.currentLength) + " ", 1),
14
+ u,
15
+ t(" " + a(e.maxLength), 1)
16
+ ]),
17
+ _: 1
18
+ })
19
+ ]));
20
+ }
21
+ });
22
+ export {
23
+ v as default
24
+ };
@@ -1,3 +1,4 @@
1
+ import Skeleton from './SkeletonV4.vue';
1
2
  declare const SkeletonTypes: () => ({
2
3
  new (...args: any[]): {
3
4
  $: import("vue").ComponentInternalInstance;
@@ -90,5 +91,4 @@ declare const SkeletonTypes: () => ({
90
91
  default?(_: {}): any;
91
92
  };
92
93
  }))[];
93
- export { default as Skeleton } from './SkeletonV4.vue';
94
- export { SkeletonTypes };
94
+ export { SkeletonTypes, Skeleton };