@ironsource/shared-ui 2.0.0-rc.7 → 2.0.0-rc.9

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 (130) hide show
  1. package/Button.vue_vue_type_style_index_0_scoped_35545b8c_lang.css +1 -0
  2. package/ButtonBase.vue_vue_type_style_index_0_scoped_9021cac4_lang.css +1 -0
  3. package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +1 -0
  4. package/CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css +1 -0
  5. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +1 -0
  6. package/FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css +1 -0
  7. package/FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css +1 -0
  8. package/FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css +1 -0
  9. package/IconButton.vue_vue_type_style_index_0_scoped_6dffd3f6_lang.css +1 -0
  10. package/MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css +1 -0
  11. package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
  12. package/ToggleV4.vue_vue_type_style_index_0_scoped_ef31fecc_lang.css +1 -0
  13. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +1 -0
  14. package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +1 -0
  15. package/components/appTrigger/AppTrigger.vue2.js +19 -20
  16. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
  17. package/components/autocompleteDropdown/index.d.ts +1 -1
  18. package/components/button/v3/Button.vue.d.ts +4 -27
  19. package/components/button/v3/Button.vue.js +2 -2
  20. package/components/button/v3/Button.vue2.js +43 -75
  21. package/components/button/{common → v3}/ButtonBase.vue.d.ts +9 -9
  22. package/components/button/{common → v3}/ButtonBase.vue.js +3 -3
  23. package/components/button/{common → v3}/ButtonBase.vue2.js +3 -3
  24. package/components/button/v3/IconButton.vue.js +2 -2
  25. package/components/button/v3/IconButton.vue2.js +4 -4
  26. package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
  27. package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
  28. package/components/button/v3/ScrollButton.vue2.js +4 -5
  29. package/components/button/v3/index.d.ts +130 -0
  30. package/components/button/v4/ButtonV4.vue.d.ts +16 -6
  31. package/components/button/v4/ButtonV4.vue.js +3 -3
  32. package/components/button/v4/ButtonV4.vue2.js +41 -38
  33. package/components/button/v4/index.d.ts +53 -15
  34. package/components/chip/v3/Chip.vue.d.ts +1 -1
  35. package/components/chip/v3/index.d.ts +20 -20
  36. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  37. package/components/chip/v4/index.d.ts +20 -20
  38. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  39. package/components/dialog/v3/index.d.ts +4 -4
  40. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  41. package/components/dialog/v4/index.d.ts +4 -4
  42. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  43. package/components/dropdown/v3/Dropdown.vue.js +2 -2
  44. package/components/dropdown/v3/Dropdown.vue2.js +4 -4
  45. package/components/dropdown/v3/index.d.ts +59 -59
  46. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
  48. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
  49. package/components/dropdown/v4/index.d.ts +111 -111
  50. package/components/filterDropdown/FilterDropdown.vue.js +2 -2
  51. package/components/filterDropdown/FilterDropdown.vue2.js +4 -4
  52. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  53. package/components/includeExclude/IncludeExclude.vue2.js +22 -23
  54. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  55. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +15 -16
  56. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
  57. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  58. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +31 -32
  59. package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -7
  60. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +16 -17
  61. package/components/includeExclude/index.d.ts +135 -135
  62. package/components/input/v3/Input.vue.d.ts +3 -3
  63. package/components/input/v3/Input.vue2.js +3 -4
  64. package/components/input/v3/index.d.ts +82 -82
  65. package/components/input/v4/TextField.vue.d.ts +6 -6
  66. package/components/input/v4/TextField.vue2.js +8 -8
  67. package/components/input/v4/index.d.ts +103 -103
  68. package/components/layout/CardPanel.vue.d.ts +36 -0
  69. package/components/layout/CardPanel.vue.js +7 -0
  70. package/components/layout/CardPanel.vue2.js +25 -0
  71. package/components/layout/FoldableSection.vue.d.ts +50 -0
  72. package/components/layout/FoldableSection.vue.js +7 -0
  73. package/components/layout/FoldableSection.vue2.js +57 -0
  74. package/components/layout/FormCard.vue.d.ts +74 -0
  75. package/components/layout/FormCard.vue.js +7 -0
  76. package/components/layout/FormCard.vue2.js +74 -0
  77. package/components/layout/index.d.ts +405 -0
  78. package/components/layout/index.js +10 -0
  79. package/components/menu/Menu.vue.d.ts +1 -1
  80. package/components/menu/index.d.ts +20 -20
  81. package/components/menuItem/MenuItem.vue.js +5 -24
  82. package/components/menuItem/MenuItem.vue2.js +23 -0
  83. package/components/multibar/MultiBar.vue.d.ts +1 -1
  84. package/components/multibar/index.d.ts +1 -1
  85. package/components/popover/Popover.vue.js +6 -36
  86. package/components/popover/Popover.vue2.js +36 -3
  87. package/components/popover/index.d.ts +16 -16
  88. package/components/popover/index.js +2 -3
  89. package/components/shared/FieldLabel.vue2.js +3 -3
  90. package/components/snackbar/v4/SnackbarV4.vue.d.ts +30 -10
  91. package/components/table/common/Table.common.js +20 -20
  92. package/components/table/v3/index.d.ts +16 -16
  93. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  94. package/components/table/v4/index.d.ts +20 -20
  95. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  96. package/components/toggle/v3/index.d.ts +17 -17
  97. package/components/toggle/v4/ToggleV4.vue.d.ts +2 -2
  98. package/components/toggle/v4/ToggleV4.vue.js +7 -0
  99. package/components/toggle/v4/ToggleV4.vue2.js +95 -0
  100. package/components/toggle/v4/index.d.ts +313 -0
  101. package/components/toggle/v4/index.js +6 -0
  102. package/components/tooltip/v3/Tooltip.vue.js +6 -3
  103. package/components/tooltip/v3/Tooltip.vue2.js +3 -3
  104. package/components/tooltip/v3/index.js +3 -4
  105. package/components/tooltip/v4/TooltipV4.vue.js +6 -65
  106. package/components/tooltip/v4/TooltipV4.vue2.js +67 -0
  107. package/components/tooltip/v4/index.js +2 -2
  108. package/index.d.ts +1556 -858
  109. package/index.js +137 -129
  110. package/package.json +17 -5
  111. package/testids/index.d.ts +11 -0
  112. package/testids/index.js +16 -14
  113. package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +0 -1
  114. package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +0 -1
  115. package/ButtonV4.vue_vue_type_style_index_0_scoped_3fd2281b_lang.css +0 -1
  116. package/Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css +0 -1
  117. package/FilterDropdown.vue_vue_type_style_index_0_scoped_1320b13b_lang.css +0 -1
  118. package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +0 -1
  119. package/MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css +0 -1
  120. package/components/button/common/ButtonSuper.vue.d.ts +0 -52
  121. package/components/tooltip/v4/TooltipV4.vue3.js +0 -4
  122. /package/{Popover.vue_vue_type_style_index_0_lang.css → Popover.vue_vue_type_style_index_1_lang.css} +0 -0
  123. /package/{Tooltip.vue_vue_type_style_index_0_lang.css → Tooltip.vue_vue_type_style_index_1_lang.css} +0 -0
  124. /package/{TooltipV4.vue_vue_type_style_index_0_lang.css → TooltipV4.vue_vue_type_style_index_1_lang.css} +0 -0
  125. /package/components/button/{consts.d.ts → common/consts.d.ts} +0 -0
  126. /package/components/button/{consts.js → common/consts.js} +0 -0
  127. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.d.ts +0 -0
  128. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.js +0 -0
  129. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.d.ts +0 -0
  130. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.js +0 -0
@@ -9,25 +9,25 @@ declare const TextFieldTypes: () => ({
9
9
  size: "small" | "medium" | "large";
10
10
  testId: string;
11
11
  disabled: boolean;
12
+ modelValue: string | number;
13
+ placeholder: string;
12
14
  mandatory: boolean;
15
+ autoFocus: boolean;
16
+ prefix: string;
17
+ feedbackVariant: "error" | "success" | "warning";
13
18
  hoverHelpText: string;
14
19
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
15
- modelValue: string | number;
16
- placeholder: string;
20
+ feedbackText: string;
17
21
  viewOnly: boolean;
18
22
  labelDirection: "top" | "inside";
19
- autoFocus: boolean;
20
23
  hideNumberArrows: boolean;
21
24
  step: number;
22
25
  onlyDigits: boolean;
23
- prefix: string;
24
26
  suffix: string;
25
27
  maxLength: number;
26
28
  showApply: boolean;
27
29
  inlineError: boolean;
28
30
  inlineErrorText: string;
29
- feedbackText: string;
30
- feedbackVariant: "error" | "success" | "warning";
31
31
  showFeedbackTextIcon: boolean;
32
32
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
33
33
  type: {
@@ -50,10 +50,30 @@ declare const TextFieldTypes: () => ({
50
50
  type: import("vue").PropType<boolean>;
51
51
  default: boolean;
52
52
  };
53
+ modelValue: {
54
+ type: import("vue").PropType<string | number>;
55
+ default: string;
56
+ };
57
+ placeholder: {
58
+ type: import("vue").PropType<string>;
59
+ default: string;
60
+ };
53
61
  mandatory: {
54
62
  type: import("vue").PropType<boolean>;
55
63
  default: boolean;
56
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
+ feedbackVariant: {
74
+ type: import("vue").PropType<"error" | "success" | "warning">;
75
+ default: any;
76
+ };
57
77
  hoverHelpText: {
58
78
  type: import("vue").PropType<string>;
59
79
  default: string;
@@ -62,11 +82,7 @@ declare const TextFieldTypes: () => ({
62
82
  type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
63
83
  default: string;
64
84
  };
65
- modelValue: {
66
- type: import("vue").PropType<string | number>;
67
- default: string;
68
- };
69
- placeholder: {
85
+ feedbackText: {
70
86
  type: import("vue").PropType<string>;
71
87
  default: string;
72
88
  };
@@ -78,10 +94,6 @@ declare const TextFieldTypes: () => ({
78
94
  type: import("vue").PropType<"top" | "inside">;
79
95
  default: string;
80
96
  };
81
- autoFocus: {
82
- type: import("vue").PropType<boolean>;
83
- default: boolean;
84
- };
85
97
  hideNumberArrows: {
86
98
  type: import("vue").PropType<boolean>;
87
99
  default: boolean;
@@ -94,10 +106,6 @@ declare const TextFieldTypes: () => ({
94
106
  type: import("vue").PropType<boolean>;
95
107
  default: boolean;
96
108
  };
97
- prefix: {
98
- type: import("vue").PropType<string>;
99
- default: string;
100
- };
101
109
  suffix: {
102
110
  type: import("vue").PropType<string>;
103
111
  default: string;
@@ -118,14 +126,6 @@ declare const TextFieldTypes: () => ({
118
126
  type: import("vue").PropType<string>;
119
127
  default: string;
120
128
  };
121
- feedbackText: {
122
- type: import("vue").PropType<string>;
123
- default: string;
124
- };
125
- feedbackVariant: {
126
- type: import("vue").PropType<"error" | "success" | "warning">;
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" | "size" | "testId" | "disabled" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon">;
136
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "autoFocus" | "prefix" | "feedbackVariant" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "suffix" | "maxLength" | "showApply" | "inlineError" | "inlineErrorText" | "showFeedbackTextIcon">;
137
137
  $attrs: {
138
138
  [x: string]: unknown;
139
139
  };
@@ -168,10 +168,30 @@ declare const TextFieldTypes: () => ({
168
168
  type: import("vue").PropType<boolean>;
169
169
  default: boolean;
170
170
  };
171
+ modelValue: {
172
+ type: import("vue").PropType<string | number>;
173
+ default: string;
174
+ };
175
+ placeholder: {
176
+ type: import("vue").PropType<string>;
177
+ default: string;
178
+ };
171
179
  mandatory: {
172
180
  type: import("vue").PropType<boolean>;
173
181
  default: boolean;
174
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
+ feedbackVariant: {
192
+ type: import("vue").PropType<"error" | "success" | "warning">;
193
+ default: any;
194
+ };
175
195
  hoverHelpText: {
176
196
  type: import("vue").PropType<string>;
177
197
  default: string;
@@ -180,11 +200,7 @@ declare const TextFieldTypes: () => ({
180
200
  type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
181
201
  default: string;
182
202
  };
183
- modelValue: {
184
- type: import("vue").PropType<string | number>;
185
- default: string;
186
- };
187
- placeholder: {
203
+ feedbackText: {
188
204
  type: import("vue").PropType<string>;
189
205
  default: string;
190
206
  };
@@ -196,10 +212,6 @@ declare const TextFieldTypes: () => ({
196
212
  type: import("vue").PropType<"top" | "inside">;
197
213
  default: string;
198
214
  };
199
- autoFocus: {
200
- type: import("vue").PropType<boolean>;
201
- default: boolean;
202
- };
203
215
  hideNumberArrows: {
204
216
  type: import("vue").PropType<boolean>;
205
217
  default: boolean;
@@ -212,10 +224,6 @@ declare const TextFieldTypes: () => ({
212
224
  type: import("vue").PropType<boolean>;
213
225
  default: boolean;
214
226
  };
215
- prefix: {
216
- type: import("vue").PropType<string>;
217
- default: string;
218
- };
219
227
  suffix: {
220
228
  type: import("vue").PropType<string>;
221
229
  default: string;
@@ -236,14 +244,6 @@ declare const TextFieldTypes: () => ({
236
244
  type: import("vue").PropType<string>;
237
245
  default: string;
238
246
  };
239
- feedbackText: {
240
- type: import("vue").PropType<string>;
241
- default: string;
242
- };
243
- feedbackVariant: {
244
- type: import("vue").PropType<"error" | "success" | "warning">;
245
- default: any;
246
- };
247
247
  showFeedbackTextIcon: {
248
248
  type: import("vue").PropType<boolean>;
249
249
  default: boolean;
@@ -262,25 +262,25 @@ declare const TextFieldTypes: () => ({
262
262
  size: "small" | "medium" | "large";
263
263
  testId: string;
264
264
  disabled: boolean;
265
+ modelValue: string | number;
266
+ placeholder: string;
265
267
  mandatory: boolean;
268
+ autoFocus: boolean;
269
+ prefix: string;
270
+ feedbackVariant: "error" | "success" | "warning";
266
271
  hoverHelpText: string;
267
272
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
268
- modelValue: string | number;
269
- placeholder: string;
273
+ feedbackText: string;
270
274
  viewOnly: boolean;
271
275
  labelDirection: "top" | "inside";
272
- autoFocus: boolean;
273
276
  hideNumberArrows: boolean;
274
277
  step: number;
275
278
  onlyDigits: boolean;
276
- prefix: string;
277
279
  suffix: string;
278
280
  maxLength: number;
279
281
  showApply: boolean;
280
282
  inlineError: boolean;
281
283
  inlineErrorText: string;
282
- feedbackText: string;
283
- feedbackVariant: "error" | "success" | "warning";
284
284
  showFeedbackTextIcon: boolean;
285
285
  }, {}, string> & {
286
286
  beforeCreate?: (() => void) | (() => void)[];
@@ -323,10 +323,30 @@ declare const TextFieldTypes: () => ({
323
323
  type: import("vue").PropType<boolean>;
324
324
  default: boolean;
325
325
  };
326
+ modelValue: {
327
+ type: import("vue").PropType<string | number>;
328
+ default: string;
329
+ };
330
+ placeholder: {
331
+ type: import("vue").PropType<string>;
332
+ default: string;
333
+ };
326
334
  mandatory: {
327
335
  type: import("vue").PropType<boolean>;
328
336
  default: boolean;
329
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
+ feedbackVariant: {
347
+ type: import("vue").PropType<"error" | "success" | "warning">;
348
+ default: any;
349
+ };
330
350
  hoverHelpText: {
331
351
  type: import("vue").PropType<string>;
332
352
  default: string;
@@ -335,11 +355,7 @@ declare const TextFieldTypes: () => ({
335
355
  type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
336
356
  default: string;
337
357
  };
338
- modelValue: {
339
- type: import("vue").PropType<string | number>;
340
- default: string;
341
- };
342
- placeholder: {
358
+ feedbackText: {
343
359
  type: import("vue").PropType<string>;
344
360
  default: string;
345
361
  };
@@ -351,10 +367,6 @@ declare const TextFieldTypes: () => ({
351
367
  type: import("vue").PropType<"top" | "inside">;
352
368
  default: string;
353
369
  };
354
- autoFocus: {
355
- type: import("vue").PropType<boolean>;
356
- default: boolean;
357
- };
358
370
  hideNumberArrows: {
359
371
  type: import("vue").PropType<boolean>;
360
372
  default: boolean;
@@ -367,10 +379,6 @@ declare const TextFieldTypes: () => ({
367
379
  type: import("vue").PropType<boolean>;
368
380
  default: boolean;
369
381
  };
370
- prefix: {
371
- type: import("vue").PropType<string>;
372
- default: string;
373
- };
374
382
  suffix: {
375
383
  type: import("vue").PropType<string>;
376
384
  default: string;
@@ -391,14 +399,6 @@ declare const TextFieldTypes: () => ({
391
399
  type: import("vue").PropType<string>;
392
400
  default: string;
393
401
  };
394
- feedbackText: {
395
- type: import("vue").PropType<string>;
396
- default: string;
397
- };
398
- feedbackVariant: {
399
- type: import("vue").PropType<"error" | "success" | "warning">;
400
- default: any;
401
- };
402
402
  showFeedbackTextIcon: {
403
403
  type: import("vue").PropType<boolean>;
404
404
  default: boolean;
@@ -433,10 +433,30 @@ declare const TextFieldTypes: () => ({
433
433
  type: import("vue").PropType<boolean>;
434
434
  default: boolean;
435
435
  };
436
+ modelValue: {
437
+ type: import("vue").PropType<string | number>;
438
+ default: string;
439
+ };
440
+ placeholder: {
441
+ type: import("vue").PropType<string>;
442
+ default: string;
443
+ };
436
444
  mandatory: {
437
445
  type: import("vue").PropType<boolean>;
438
446
  default: boolean;
439
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
+ feedbackVariant: {
457
+ type: import("vue").PropType<"error" | "success" | "warning">;
458
+ default: any;
459
+ };
440
460
  hoverHelpText: {
441
461
  type: import("vue").PropType<string>;
442
462
  default: string;
@@ -445,11 +465,7 @@ declare const TextFieldTypes: () => ({
445
465
  type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
446
466
  default: string;
447
467
  };
448
- modelValue: {
449
- type: import("vue").PropType<string | number>;
450
- default: string;
451
- };
452
- placeholder: {
468
+ feedbackText: {
453
469
  type: import("vue").PropType<string>;
454
470
  default: string;
455
471
  };
@@ -461,10 +477,6 @@ declare const TextFieldTypes: () => ({
461
477
  type: import("vue").PropType<"top" | "inside">;
462
478
  default: string;
463
479
  };
464
- autoFocus: {
465
- type: import("vue").PropType<boolean>;
466
- default: boolean;
467
- };
468
480
  hideNumberArrows: {
469
481
  type: import("vue").PropType<boolean>;
470
482
  default: boolean;
@@ -477,10 +489,6 @@ declare const TextFieldTypes: () => ({
477
489
  type: import("vue").PropType<boolean>;
478
490
  default: boolean;
479
491
  };
480
- prefix: {
481
- type: import("vue").PropType<string>;
482
- default: string;
483
- };
484
492
  suffix: {
485
493
  type: import("vue").PropType<string>;
486
494
  default: string;
@@ -501,14 +509,6 @@ declare const TextFieldTypes: () => ({
501
509
  type: import("vue").PropType<string>;
502
510
  default: string;
503
511
  };
504
- feedbackText: {
505
- type: import("vue").PropType<string>;
506
- default: string;
507
- };
508
- feedbackVariant: {
509
- type: import("vue").PropType<"error" | "success" | "warning">;
510
- default: any;
511
- };
512
512
  showFeedbackTextIcon: {
513
513
  type: import("vue").PropType<boolean>;
514
514
  default: boolean;
@@ -527,25 +527,25 @@ declare const TextFieldTypes: () => ({
527
527
  size: "small" | "medium" | "large";
528
528
  testId: string;
529
529
  disabled: boolean;
530
+ modelValue: string | number;
531
+ placeholder: string;
530
532
  mandatory: boolean;
533
+ autoFocus: boolean;
534
+ prefix: string;
535
+ feedbackVariant: "error" | "success" | "warning";
531
536
  hoverHelpText: string;
532
537
  hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
533
- modelValue: string | number;
534
- placeholder: string;
538
+ feedbackText: string;
535
539
  viewOnly: boolean;
536
540
  labelDirection: "top" | "inside";
537
- autoFocus: boolean;
538
541
  hideNumberArrows: boolean;
539
542
  step: number;
540
543
  onlyDigits: boolean;
541
- prefix: string;
542
544
  suffix: string;
543
545
  maxLength: number;
544
546
  showApply: boolean;
545
547
  inlineError: boolean;
546
548
  inlineErrorText: string;
547
- feedbackText: string;
548
- feedbackVariant: "error" | "success" | "warning";
549
549
  showFeedbackTextIcon: boolean;
550
550
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
551
551
  $slots: {
@@ -0,0 +1,36 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ noPadding?: boolean;
3
+ }>, {
4
+ noPadding: boolean;
5
+ }>, {}, 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<{
6
+ noPadding?: boolean;
7
+ }>, {
8
+ noPadding: boolean;
9
+ }>>>, {
10
+ noPadding: boolean;
11
+ }>, {
12
+ default?(_: {}): any;
13
+ }>;
14
+ export default _default;
15
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
+ type __VLS_TypePropsToRuntimeProps<T> = {
17
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
18
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
+ } : {
20
+ type: import('vue').PropType<T[K]>;
21
+ required: true;
22
+ };
23
+ };
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
32
+ type __VLS_WithTemplateSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./CardPanel.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css"; //*');
4
+ const t = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3cda0f04"]]);
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,25 @@
1
+ import "../../CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css"; import { defineComponent as t, ref as a, onMounted as r, openBlock as s, createElementBlock as d, normalizeClass as c, renderSlot as f } from "vue";
2
+ const u = /* @__PURE__ */ t({
3
+ __name: "CardPanel",
4
+ props: {
5
+ noPadding: { type: Boolean, default: !1 }
6
+ },
7
+ setup(l) {
8
+ const e = a(null), n = a(!1);
9
+ return r(() => {
10
+ n.value = e.value?.nextSibling?.classList?.contains("card-panel") || null;
11
+ }), (o, i) => (s(), d("div", {
12
+ ref_key: "rootRef",
13
+ ref: e,
14
+ class: c(["card-panel", {
15
+ "card-panel--no-padding": l.noPadding,
16
+ "card-panel--has-next": n.value
17
+ }])
18
+ }, [
19
+ f(o.$slots, "default", {}, void 0, !0)
20
+ ], 2));
21
+ }
22
+ });
23
+ export {
24
+ u as default
25
+ };
@@ -0,0 +1,50 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ title?: string;
3
+ open?: boolean;
4
+ testId?: string;
5
+ }>, {
6
+ title: string;
7
+ open: boolean;
8
+ testId: string;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:open": (value: boolean) => void;
11
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ title?: string;
13
+ open?: boolean;
14
+ testId?: string;
15
+ }>, {
16
+ title: string;
17
+ open: boolean;
18
+ testId: string;
19
+ }>>> & {
20
+ "onUpdate:open"?: (value: boolean) => any;
21
+ }, {
22
+ title: string;
23
+ testId: string;
24
+ open: boolean;
25
+ }>, {
26
+ default?(_: {}): any;
27
+ }>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -0,0 +1,7 @@
1
+ import o from "./FoldableSection.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css"; //*');
4
+ const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-51b5b56d"]]);
5
+ export {
6
+ c as default
7
+ };
@@ -0,0 +1,57 @@
1
+ import "../../FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css"; import { defineComponent as f, ref as v, watch as T, openBlock as s, createElementBlock as i, createElementVNode as g, mergeProps as d, unref as t, createVNode as a, withCtx as p, createTextVNode as h, toDisplayString as I, Transition as _, normalizeProps as y, renderSlot as N, createCommentVNode as C } from "vue";
2
+ import k from "../typography/v4/Typography.vue.js";
3
+ import w from "../icon/v4/IconV4.vue.js";
4
+ import { useTestIdAttrs as x } from "../../utils/testIds.js";
5
+ import { FoldableSectionTestIdModifiers as l } from "../../testids/index.js";
6
+ const E = { class: "foldable-section" }, A = /* @__PURE__ */ f({
7
+ __name: "FoldableSection",
8
+ props: {
9
+ title: { default: "" },
10
+ open: { type: Boolean, default: !1 },
11
+ testId: { default: "" }
12
+ },
13
+ emits: ["update:open"],
14
+ setup(r, { emit: c }) {
15
+ const o = r, n = x(
16
+ o.testId,
17
+ l
18
+ ), e = v(!1), u = () => {
19
+ e.value = !e.value, c("update:open", e.value);
20
+ };
21
+ return T(
22
+ () => o.open,
23
+ () => {
24
+ e.value = o.open;
25
+ },
26
+ {
27
+ immediate: !0
28
+ }
29
+ ), (m, S) => (s(), i("div", E, [
30
+ g("div", d({ class: "title-wrapper" }, t(n)[t(l).TITLE], { onClick: u }), [
31
+ a(t(k), { variant: "h4" }, {
32
+ default: p(() => [
33
+ h(I(r.title), 1)
34
+ ]),
35
+ _: 1
36
+ }),
37
+ a(t(w), {
38
+ class: "toggle-icon",
39
+ name: e.value ? "caret-down" : "caret-right",
40
+ type: "fill",
41
+ size: "12px"
42
+ }, null, 8, ["name"])
43
+ ], 16),
44
+ a(_, null, {
45
+ default: p(() => [
46
+ e.value ? (s(), i("div", y(d({ key: 0 }, t(n)[t(l).CONTENT])), [
47
+ N(m.$slots, "default", {}, void 0, !0)
48
+ ], 16)) : C("", !0)
49
+ ]),
50
+ _: 3
51
+ })
52
+ ]));
53
+ }
54
+ });
55
+ export {
56
+ A as default
57
+ };
@@ -0,0 +1,74 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ title?: string;
3
+ noPadding?: boolean;
4
+ actionButtons?: boolean;
5
+ saveLabel?: string;
6
+ cancelLabel?: string;
7
+ saveLoading?: boolean;
8
+ testId?: string;
9
+ }>, {
10
+ title: string;
11
+ noPadding: boolean;
12
+ actionButtons: boolean;
13
+ cancelLabel: string;
14
+ saveLabel: string;
15
+ saveLoading: boolean;
16
+ testId: string;
17
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ save: () => void;
19
+ cancel: () => void;
20
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
+ title?: string;
22
+ noPadding?: boolean;
23
+ actionButtons?: boolean;
24
+ saveLabel?: string;
25
+ cancelLabel?: string;
26
+ saveLoading?: boolean;
27
+ testId?: string;
28
+ }>, {
29
+ title: string;
30
+ noPadding: boolean;
31
+ actionButtons: boolean;
32
+ cancelLabel: string;
33
+ saveLabel: string;
34
+ saveLoading: boolean;
35
+ testId: string;
36
+ }>>> & {
37
+ onCancel?: () => any;
38
+ onSave?: () => any;
39
+ }, {
40
+ title: string;
41
+ testId: string;
42
+ noPadding: boolean;
43
+ actionButtons: boolean;
44
+ saveLabel: string;
45
+ cancelLabel: string;
46
+ saveLoading: boolean;
47
+ }>, {
48
+ header?(_: {}): any;
49
+ default?(_: {}): any;
50
+ footer?(_: {}): any;
51
+ }>;
52
+ export default _default;
53
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: import('vue').PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };
62
+ type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
70
+ type __VLS_WithTemplateSlots<T, S> = T & {
71
+ new (): {
72
+ $slots: S;
73
+ };
74
+ };