@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
@@ -85,13 +85,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
85
85
  size: 'sm' | 'lg';
86
86
  mandatory: boolean;
87
87
  testId: string;
88
- modelValue: string | number;
89
- placeholder: string;
90
- autoFocus: boolean;
91
88
  hoverHelpText: string;
92
89
  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';
90
+ modelValue: string | number;
91
+ placeholder: string;
93
92
  viewOnly: boolean;
94
93
  labelDirection: 'inside' | 'top' | 'left';
94
+ autoFocus: boolean;
95
95
  hideNumberArrows: boolean;
96
96
  step: number;
97
97
  onlyDigits: boolean;
@@ -13,13 +13,13 @@ declare const InputTypes: () => (({
13
13
  size: "sm" | "lg";
14
14
  mandatory: boolean;
15
15
  testId: string;
16
- modelValue: string | number;
17
- placeholder: string;
18
- autoFocus: boolean;
19
16
  hoverHelpText: string;
20
17
  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";
18
+ modelValue: string | number;
19
+ placeholder: string;
21
20
  viewOnly: boolean;
22
21
  labelDirection: "left" | "top" | "inside";
22
+ autoFocus: boolean;
23
23
  hideNumberArrows: boolean;
24
24
  step: number;
25
25
  onlyDigits: boolean;
@@ -50,18 +50,6 @@ declare const InputTypes: () => (({
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
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
- };
61
- autoFocus: {
62
- type: import("vue").PropType<boolean>;
63
- default: boolean;
64
- };
65
53
  hoverHelpText: {
66
54
  type: import("vue").PropType<string>;
67
55
  default: string;
@@ -70,6 +58,14 @@ declare const InputTypes: () => (({
70
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">;
71
59
  default: string;
72
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
+ };
73
69
  viewOnly: {
74
70
  type: import("vue").PropType<boolean>;
75
71
  default: boolean;
@@ -78,6 +74,10 @@ declare const InputTypes: () => (({
78
74
  type: import("vue").PropType<"left" | "top" | "inside">;
79
75
  default: string;
80
76
  };
77
+ autoFocus: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
81
81
  hideNumberArrows: {
82
82
  type: import("vue").PropType<boolean>;
83
83
  default: boolean;
@@ -100,7 +100,7 @@ declare const InputTypes: () => (({
100
100
  };
101
101
  }>> & {
102
102
  "onUpdate:modelValue"?: (value: string | number) => any;
103
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "modelValue" | "placeholder" | "autoFocus" | "hoverHelpText" | "hoverHelpTextPlacement" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
103
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
104
104
  $attrs: {
105
105
  [x: string]: unknown;
106
106
  };
@@ -139,18 +139,6 @@ declare const InputTypes: () => (({
139
139
  type: import("vue").PropType<string>;
140
140
  default: string;
141
141
  };
142
- modelValue: {
143
- type: import("vue").PropType<string | number>;
144
- default: string;
145
- };
146
- placeholder: {
147
- type: import("vue").PropType<string>;
148
- default: string;
149
- };
150
- autoFocus: {
151
- type: import("vue").PropType<boolean>;
152
- default: boolean;
153
- };
154
142
  hoverHelpText: {
155
143
  type: import("vue").PropType<string>;
156
144
  default: string;
@@ -159,6 +147,14 @@ declare const InputTypes: () => (({
159
147
  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">;
160
148
  default: string;
161
149
  };
150
+ modelValue: {
151
+ type: import("vue").PropType<string | number>;
152
+ default: string;
153
+ };
154
+ placeholder: {
155
+ type: import("vue").PropType<string>;
156
+ default: string;
157
+ };
162
158
  viewOnly: {
163
159
  type: import("vue").PropType<boolean>;
164
160
  default: boolean;
@@ -167,6 +163,10 @@ declare const InputTypes: () => (({
167
163
  type: import("vue").PropType<"left" | "top" | "inside">;
168
164
  default: string;
169
165
  };
166
+ autoFocus: {
167
+ type: import("vue").PropType<boolean>;
168
+ default: boolean;
169
+ };
170
170
  hideNumberArrows: {
171
171
  type: import("vue").PropType<boolean>;
172
172
  default: boolean;
@@ -198,13 +198,13 @@ declare const InputTypes: () => (({
198
198
  size: "sm" | "lg";
199
199
  mandatory: boolean;
200
200
  testId: string;
201
- modelValue: string | number;
202
- placeholder: string;
203
- autoFocus: boolean;
204
201
  hoverHelpText: string;
205
202
  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";
203
+ modelValue: string | number;
204
+ placeholder: string;
206
205
  viewOnly: boolean;
207
206
  labelDirection: "left" | "top" | "inside";
207
+ autoFocus: boolean;
208
208
  hideNumberArrows: boolean;
209
209
  step: number;
210
210
  onlyDigits: boolean;
@@ -255,18 +255,6 @@ declare const InputTypes: () => (({
255
255
  type: import("vue").PropType<string>;
256
256
  default: string;
257
257
  };
258
- modelValue: {
259
- type: import("vue").PropType<string | number>;
260
- default: string;
261
- };
262
- placeholder: {
263
- type: import("vue").PropType<string>;
264
- default: string;
265
- };
266
- autoFocus: {
267
- type: import("vue").PropType<boolean>;
268
- default: boolean;
269
- };
270
258
  hoverHelpText: {
271
259
  type: import("vue").PropType<string>;
272
260
  default: string;
@@ -275,6 +263,14 @@ declare const InputTypes: () => (({
275
263
  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">;
276
264
  default: string;
277
265
  };
266
+ modelValue: {
267
+ type: import("vue").PropType<string | number>;
268
+ default: string;
269
+ };
270
+ placeholder: {
271
+ type: import("vue").PropType<string>;
272
+ default: string;
273
+ };
278
274
  viewOnly: {
279
275
  type: import("vue").PropType<boolean>;
280
276
  default: boolean;
@@ -283,6 +279,10 @@ declare const InputTypes: () => (({
283
279
  type: import("vue").PropType<"left" | "top" | "inside">;
284
280
  default: string;
285
281
  };
282
+ autoFocus: {
283
+ type: import("vue").PropType<boolean>;
284
+ default: boolean;
285
+ };
286
286
  hideNumberArrows: {
287
287
  type: import("vue").PropType<boolean>;
288
288
  default: boolean;
@@ -334,18 +334,6 @@ declare const InputTypes: () => (({
334
334
  type: import("vue").PropType<string>;
335
335
  default: string;
336
336
  };
337
- modelValue: {
338
- type: import("vue").PropType<string | number>;
339
- default: string;
340
- };
341
- placeholder: {
342
- type: import("vue").PropType<string>;
343
- default: string;
344
- };
345
- autoFocus: {
346
- type: import("vue").PropType<boolean>;
347
- default: boolean;
348
- };
349
337
  hoverHelpText: {
350
338
  type: import("vue").PropType<string>;
351
339
  default: string;
@@ -354,6 +342,14 @@ declare const InputTypes: () => (({
354
342
  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">;
355
343
  default: string;
356
344
  };
345
+ modelValue: {
346
+ type: import("vue").PropType<string | number>;
347
+ default: string;
348
+ };
349
+ placeholder: {
350
+ type: import("vue").PropType<string>;
351
+ default: string;
352
+ };
357
353
  viewOnly: {
358
354
  type: import("vue").PropType<boolean>;
359
355
  default: boolean;
@@ -362,6 +358,10 @@ declare const InputTypes: () => (({
362
358
  type: import("vue").PropType<"left" | "top" | "inside">;
363
359
  default: string;
364
360
  };
361
+ autoFocus: {
362
+ type: import("vue").PropType<boolean>;
363
+ default: boolean;
364
+ };
365
365
  hideNumberArrows: {
366
366
  type: import("vue").PropType<boolean>;
367
367
  default: boolean;
@@ -393,13 +393,13 @@ declare const InputTypes: () => (({
393
393
  size: "sm" | "lg";
394
394
  mandatory: boolean;
395
395
  testId: string;
396
- modelValue: string | number;
397
- placeholder: string;
398
- autoFocus: boolean;
399
396
  hoverHelpText: string;
400
397
  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";
398
+ modelValue: string | number;
399
+ placeholder: string;
401
400
  viewOnly: boolean;
402
401
  labelDirection: "left" | "top" | "inside";
402
+ autoFocus: boolean;
403
403
  hideNumberArrows: boolean;
404
404
  step: number;
405
405
  onlyDigits: boolean;
@@ -494,33 +494,33 @@ declare const InputTypes: () => (({
494
494
  testId: {
495
495
  type: import("vue").PropType<string>;
496
496
  };
497
- modelValue: {
498
- type: import("vue").PropType<string | number>;
499
- };
500
- placeholder: {
501
- type: import("vue").PropType<string>;
502
- };
503
- "onUpdate:modelValue": {
504
- type: import("vue").PropType<(value: string | number) => any>;
505
- };
506
- autoFocus: {
507
- type: import("vue").PropType<boolean>;
508
- };
509
497
  hoverHelpText: {
510
498
  type: import("vue").PropType<string>;
511
499
  };
512
500
  hoverHelpTextPlacement: {
513
501
  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">;
514
502
  };
503
+ modelValue: {
504
+ type: import("vue").PropType<string | number>;
505
+ };
506
+ placeholder: {
507
+ type: import("vue").PropType<string>;
508
+ };
515
509
  viewOnly: {
516
510
  type: import("vue").PropType<boolean>;
517
511
  };
518
512
  labelDirection: {
519
513
  type: import("vue").PropType<"left" | "top" | "inside">;
520
514
  };
515
+ autoFocus: {
516
+ type: import("vue").PropType<boolean>;
517
+ };
521
518
  onlyDigits: {
522
519
  type: import("vue").PropType<boolean>;
523
520
  };
521
+ "onUpdate:modelValue": {
522
+ type: import("vue").PropType<(value: string | number) => any>;
523
+ };
524
524
  feedbackHelpText: {
525
525
  type: import("vue").PropType<string>;
526
526
  };
@@ -613,33 +613,33 @@ declare const InputTypes: () => (({
613
613
  testId: {
614
614
  type: import("vue").PropType<string>;
615
615
  };
616
- modelValue: {
617
- type: import("vue").PropType<string | number>;
618
- };
619
- placeholder: {
620
- type: import("vue").PropType<string>;
621
- };
622
- "onUpdate:modelValue": {
623
- type: import("vue").PropType<(value: string | number) => any>;
624
- };
625
- autoFocus: {
626
- type: import("vue").PropType<boolean>;
627
- };
628
616
  hoverHelpText: {
629
617
  type: import("vue").PropType<string>;
630
618
  };
631
619
  hoverHelpTextPlacement: {
632
620
  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">;
633
621
  };
622
+ modelValue: {
623
+ type: import("vue").PropType<string | number>;
624
+ };
625
+ placeholder: {
626
+ type: import("vue").PropType<string>;
627
+ };
634
628
  viewOnly: {
635
629
  type: import("vue").PropType<boolean>;
636
630
  };
637
631
  labelDirection: {
638
632
  type: import("vue").PropType<"left" | "top" | "inside">;
639
633
  };
634
+ autoFocus: {
635
+ type: import("vue").PropType<boolean>;
636
+ };
640
637
  onlyDigits: {
641
638
  type: import("vue").PropType<boolean>;
642
639
  };
640
+ "onUpdate:modelValue": {
641
+ type: import("vue").PropType<(value: string | number) => any>;
642
+ };
643
643
  feedbackHelpText: {
644
644
  type: import("vue").PropType<string>;
645
645
  };
@@ -120,24 +120,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
120
120
  size: FieldSize;
121
121
  mandatory: boolean;
122
122
  testId: string;
123
- modelValue: string | number;
124
- placeholder: string;
125
- autoFocus: boolean;
126
- prefix: string;
127
123
  hoverHelpText: string;
128
124
  hoverHelpTextPlacement: TooltipPositions;
129
- feedbackText: string;
130
- feedbackVariant: FeedbackVariant;
131
125
  maxLength: number;
126
+ modelValue: string | number;
127
+ placeholder: string;
132
128
  viewOnly: boolean;
133
129
  labelDirection: LabelDirection;
130
+ autoFocus: boolean;
134
131
  hideNumberArrows: boolean;
135
132
  step: number;
136
133
  onlyDigits: boolean;
134
+ prefix: string;
137
135
  suffix: string;
138
136
  showApply: boolean;
139
137
  inlineError: boolean;
140
138
  inlineErrorText: string;
139
+ feedbackText: string;
140
+ feedbackVariant: FeedbackVariant;
141
141
  showFeedbackTextIcon: boolean;
142
142
  }>, {
143
143
  iconBefore?(_: {}): any;
@@ -1,7 +1,7 @@
1
1
  import e from "./TextField.vue2.js";
2
2
  /* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-dca4c102"]]);
3
+ // import "../../../TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css"; //*');
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-95e25718"]]);
5
5
  export {
6
- s as default
6
+ p as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css"; import { defineComponent as K, computed as h, ref as M, openBlock as l, createElementBlock as r, mergeProps as y, unref as t, createBlock as d, createCommentVNode as n, createElementVNode as L, normalizeClass as G, renderSlot as V, withCtx as b, createTextVNode as C, toDisplayString as E, withKeys as W, withModifiers as F, createVNode as p } from "vue";
1
+ import "../../../TextField.vue_vue_type_style_index_0_scoped_95e25718_lang.css"; import { defineComponent as K, computed as h, ref as M, openBlock as l, createElementBlock as r, mergeProps as y, unref as t, createBlock as d, createCommentVNode as n, createElementVNode as L, normalizeClass as G, renderSlot as V, withCtx as b, createTextVNode as C, toDisplayString as E, withKeys as W, withModifiers as F, createVNode as p } from "vue";
2
2
  import v from "../../icon/v4/IconV4.vue.js";
3
3
  import j from "../../tooltip/v4/TooltipV4.vue.js";
4
4
  import $ from "../../typography/v4/Typography.vue.js";
@@ -36,7 +36,7 @@ const Y = {
36
36
  mandatory: { type: Boolean, default: !1 },
37
37
  feedbackVariant: { default: null },
38
38
  feedbackText: { default: "" },
39
- showFeedbackTextIcon: { type: Boolean, default: !0 },
39
+ showFeedbackTextIcon: { type: Boolean, default: !1 },
40
40
  autoFocus: { type: Boolean, default: !1 },
41
41
  type: { default: "text" },
42
42
  hideNumberArrows: { type: Boolean, default: !1 },