@ironsource/shared-ui 2.0.2-rc.1 → 2.0.2-rc.2

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 (110) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_44158e5f_lang.css +1 -0
  2. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +1 -0
  3. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +1 -0
  4. package/components/ThemeWrapper/index.d.ts +2 -2
  5. package/components/ThemeWrapper/index.js +4 -4
  6. package/components/appHeader/AppHeader.vue.d.ts +49 -0
  7. package/components/appHeader/AppHeader.vue.js +7 -0
  8. package/components/appHeader/AppHeader.vue2.js +58 -0
  9. package/components/appHeader/index.d.ts +61 -0
  10. package/components/appHeader/index.js +6 -0
  11. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  12. package/components/appTrigger/index.d.ts +20 -20
  13. package/components/banner/Banner.vue.d.ts +3 -3
  14. package/components/banner/index.d.ts +7 -7
  15. package/components/button/v3/Button.vue.d.ts +6 -6
  16. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  17. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  18. package/components/button/v3/index.d.ts +23 -23
  19. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  20. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  21. package/components/button/v4/index.d.ts +116 -116
  22. package/components/checkbox/v3/index.d.ts +12 -12
  23. package/components/checkbox/v4/index.d.ts +12 -12
  24. package/components/chip/v3/Chip.vue.d.ts +1 -1
  25. package/components/chip/v3/index.d.ts +20 -20
  26. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  27. package/components/chip/v4/index.d.ts +20 -20
  28. package/components/dateRange/DateRange.vue.d.ts +1 -1
  29. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  30. package/components/dateRange/index.d.ts +20 -20
  31. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  32. package/components/dialog/v3/index.d.ts +25 -25
  33. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  34. package/components/dialog/v4/index.d.ts +25 -25
  35. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  36. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  37. package/components/dropdown/v3/index.d.ts +111 -111
  38. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  39. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  40. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +6 -6
  41. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  42. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  43. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  44. package/components/dropdown/v4/OptionV4.vue.d.ts +4 -4
  45. package/components/dropdown/v4/index.d.ts +324 -324
  46. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  47. package/components/emptyState/v3/index.d.ts +7 -7
  48. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  49. package/components/filterDropdown/index.d.ts +9 -9
  50. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  51. package/components/icon/v4/index.d.ts +7 -7
  52. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  53. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  54. package/components/includeExclude/index.d.ts +101 -101
  55. package/components/inlineCopy/InlineCopy.vue.d.ts +39 -0
  56. package/components/inlineCopy/InlineCopy.vue.js +7 -0
  57. package/components/inlineCopy/InlineCopy.vue2.js +60 -0
  58. package/components/inlineCopy/index.d.ts +39 -0
  59. package/components/inlineCopy/index.js +6 -0
  60. package/components/input/v3/Input.vue.d.ts +2 -2
  61. package/components/input/v3/index.d.ts +69 -69
  62. package/components/input/v4/TextField.vue.d.ts +2 -2
  63. package/components/input/v4/index.d.ts +53 -53
  64. package/components/layout/FoldableSection.vue.d.ts +1 -1
  65. package/components/layout/index.d.ts +20 -20
  66. package/components/menu/Menu.vue.d.ts +1 -1
  67. package/components/menu/index.d.ts +20 -20
  68. package/components/multibar/MultiBar.vue.d.ts +1 -1
  69. package/components/multibar/index.d.ts +12 -12
  70. package/components/popover/Popover.vue.d.ts +5 -5
  71. package/components/popover/index.d.ts +58 -58
  72. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  73. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  74. package/components/radioButton/v3/index.d.ts +42 -42
  75. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  76. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  77. package/components/radioButton/v4/index.d.ts +42 -42
  78. package/components/search/v3/Search.vue.d.ts +2 -2
  79. package/components/search/v3/index.d.ts +16 -16
  80. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  81. package/components/search/v4/index.d.ts +9 -9
  82. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  83. package/components/shared/FieldLabel.vue.d.ts +1 -1
  84. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  85. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  86. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  87. package/components/table/v3/index.d.ts +16 -16
  88. package/components/table/v4/index.d.ts +16 -16
  89. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  90. package/components/tabs/v3/index.d.ts +20 -20
  91. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  92. package/components/tabs/v4/index.d.ts +20 -20
  93. package/components/textArea/TextArea.vue.d.ts +1 -1
  94. package/components/textArea/index.d.ts +9 -9
  95. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  96. package/components/toggle/v3/index.d.ts +9 -9
  97. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  98. package/components/toggle/v4/index.d.ts +34 -34
  99. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  100. package/components/tooltip/v3/index.d.ts +34 -34
  101. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  102. package/components/tooltip/v4/index.d.ts +34 -34
  103. package/components/typography/Heading.vue.d.ts +1 -1
  104. package/components/typography/index.d.ts +20 -20
  105. package/index.d.ts +1832 -1640
  106. package/index.js +109 -105
  107. package/package.json +10 -2
  108. package/testids/index.d.ts +8 -0
  109. package/testids/index.js +13 -11
  110. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +0 -1
@@ -81,12 +81,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
81
81
  }, {
82
82
  type: 'text' | 'number' | 'password';
83
83
  label: string;
84
+ disabled: boolean;
84
85
  size: 'sm' | 'lg';
86
+ mandatory: boolean;
85
87
  testId: string;
86
- disabled: boolean;
87
88
  modelValue: string | number;
88
89
  placeholder: string;
89
- mandatory: boolean;
90
90
  autoFocus: boolean;
91
91
  hoverHelpText: string;
92
92
  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';
@@ -9,17 +9,17 @@ declare const InputTypes: () => (({
9
9
  $props: Partial<{
10
10
  type: "number" | "text" | "password";
11
11
  label: string;
12
+ disabled: boolean;
12
13
  size: "sm" | "lg";
14
+ mandatory: boolean;
13
15
  testId: string;
14
- disabled: boolean;
15
16
  modelValue: string | number;
16
17
  placeholder: string;
17
- mandatory: boolean;
18
18
  autoFocus: boolean;
19
19
  hoverHelpText: string;
20
- 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";
20
+ 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";
21
21
  viewOnly: boolean;
22
- labelDirection: "top" | "left" | "inside";
22
+ labelDirection: "left" | "top" | "inside";
23
23
  hideNumberArrows: boolean;
24
24
  step: number;
25
25
  onlyDigits: boolean;
@@ -34,18 +34,22 @@ declare const InputTypes: () => (({
34
34
  type: import("vue").PropType<string>;
35
35
  default: string;
36
36
  };
37
+ disabled: {
38
+ type: import("vue").PropType<boolean>;
39
+ default: boolean;
40
+ };
37
41
  size: {
38
42
  type: import("vue").PropType<"sm" | "lg">;
39
43
  default: string;
40
44
  };
45
+ mandatory: {
46
+ type: import("vue").PropType<boolean>;
47
+ default: boolean;
48
+ };
41
49
  testId: {
42
50
  type: import("vue").PropType<string>;
43
51
  default: string;
44
52
  };
45
- disabled: {
46
- type: import("vue").PropType<boolean>;
47
- default: boolean;
48
- };
49
53
  modelValue: {
50
54
  type: import("vue").PropType<string | number>;
51
55
  default: string;
@@ -54,10 +58,6 @@ declare const InputTypes: () => (({
54
58
  type: import("vue").PropType<string>;
55
59
  default: string;
56
60
  };
57
- mandatory: {
58
- type: import("vue").PropType<boolean>;
59
- default: boolean;
60
- };
61
61
  autoFocus: {
62
62
  type: import("vue").PropType<boolean>;
63
63
  default: boolean;
@@ -67,7 +67,7 @@ declare const InputTypes: () => (({
67
67
  default: string;
68
68
  };
69
69
  hoverHelpTextPlacement: {
70
- 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">;
70
+ 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
71
  default: string;
72
72
  };
73
73
  viewOnly: {
@@ -75,7 +75,7 @@ declare const InputTypes: () => (({
75
75
  default: boolean;
76
76
  };
77
77
  labelDirection: {
78
- type: import("vue").PropType<"top" | "left" | "inside">;
78
+ type: import("vue").PropType<"left" | "top" | "inside">;
79
79
  default: string;
80
80
  };
81
81
  hideNumberArrows: {
@@ -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" | "size" | "testId" | "disabled" | "modelValue" | "placeholder" | "mandatory" | "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" | "modelValue" | "placeholder" | "autoFocus" | "hoverHelpText" | "hoverHelpTextPlacement" | "viewOnly" | "labelDirection" | "hideNumberArrows" | "step" | "onlyDigits" | "feedbackHelpText" | "feedbackErrorText">;
104
104
  $attrs: {
105
105
  [x: string]: unknown;
106
106
  };
@@ -123,18 +123,22 @@ declare const InputTypes: () => (({
123
123
  type: import("vue").PropType<string>;
124
124
  default: string;
125
125
  };
126
+ disabled: {
127
+ type: import("vue").PropType<boolean>;
128
+ default: boolean;
129
+ };
126
130
  size: {
127
131
  type: import("vue").PropType<"sm" | "lg">;
128
132
  default: string;
129
133
  };
134
+ mandatory: {
135
+ type: import("vue").PropType<boolean>;
136
+ default: boolean;
137
+ };
130
138
  testId: {
131
139
  type: import("vue").PropType<string>;
132
140
  default: string;
133
141
  };
134
- disabled: {
135
- type: import("vue").PropType<boolean>;
136
- default: boolean;
137
- };
138
142
  modelValue: {
139
143
  type: import("vue").PropType<string | number>;
140
144
  default: string;
@@ -143,10 +147,6 @@ declare const InputTypes: () => (({
143
147
  type: import("vue").PropType<string>;
144
148
  default: string;
145
149
  };
146
- mandatory: {
147
- type: import("vue").PropType<boolean>;
148
- default: boolean;
149
- };
150
150
  autoFocus: {
151
151
  type: import("vue").PropType<boolean>;
152
152
  default: boolean;
@@ -156,7 +156,7 @@ declare const InputTypes: () => (({
156
156
  default: string;
157
157
  };
158
158
  hoverHelpTextPlacement: {
159
- 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">;
159
+ 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
160
  default: string;
161
161
  };
162
162
  viewOnly: {
@@ -164,7 +164,7 @@ declare const InputTypes: () => (({
164
164
  default: boolean;
165
165
  };
166
166
  labelDirection: {
167
- type: import("vue").PropType<"top" | "left" | "inside">;
167
+ type: import("vue").PropType<"left" | "top" | "inside">;
168
168
  default: string;
169
169
  };
170
170
  hideNumberArrows: {
@@ -194,17 +194,17 @@ declare const InputTypes: () => (({
194
194
  }, string, {
195
195
  type: "number" | "text" | "password";
196
196
  label: string;
197
+ disabled: boolean;
197
198
  size: "sm" | "lg";
199
+ mandatory: boolean;
198
200
  testId: string;
199
- disabled: boolean;
200
201
  modelValue: string | number;
201
202
  placeholder: string;
202
- mandatory: boolean;
203
203
  autoFocus: boolean;
204
204
  hoverHelpText: string;
205
- 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";
205
+ 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";
206
206
  viewOnly: boolean;
207
- labelDirection: "top" | "left" | "inside";
207
+ labelDirection: "left" | "top" | "inside";
208
208
  hideNumberArrows: boolean;
209
209
  step: number;
210
210
  onlyDigits: boolean;
@@ -239,18 +239,22 @@ declare const InputTypes: () => (({
239
239
  type: import("vue").PropType<string>;
240
240
  default: string;
241
241
  };
242
+ disabled: {
243
+ type: import("vue").PropType<boolean>;
244
+ default: boolean;
245
+ };
242
246
  size: {
243
247
  type: import("vue").PropType<"sm" | "lg">;
244
248
  default: string;
245
249
  };
250
+ mandatory: {
251
+ type: import("vue").PropType<boolean>;
252
+ default: boolean;
253
+ };
246
254
  testId: {
247
255
  type: import("vue").PropType<string>;
248
256
  default: string;
249
257
  };
250
- disabled: {
251
- type: import("vue").PropType<boolean>;
252
- default: boolean;
253
- };
254
258
  modelValue: {
255
259
  type: import("vue").PropType<string | number>;
256
260
  default: string;
@@ -259,10 +263,6 @@ declare const InputTypes: () => (({
259
263
  type: import("vue").PropType<string>;
260
264
  default: string;
261
265
  };
262
- mandatory: {
263
- type: import("vue").PropType<boolean>;
264
- default: boolean;
265
- };
266
266
  autoFocus: {
267
267
  type: import("vue").PropType<boolean>;
268
268
  default: boolean;
@@ -272,7 +272,7 @@ declare const InputTypes: () => (({
272
272
  default: string;
273
273
  };
274
274
  hoverHelpTextPlacement: {
275
- 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">;
275
+ 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
276
  default: string;
277
277
  };
278
278
  viewOnly: {
@@ -280,7 +280,7 @@ declare const InputTypes: () => (({
280
280
  default: boolean;
281
281
  };
282
282
  labelDirection: {
283
- type: import("vue").PropType<"top" | "left" | "inside">;
283
+ type: import("vue").PropType<"left" | "top" | "inside">;
284
284
  default: string;
285
285
  };
286
286
  hideNumberArrows: {
@@ -318,18 +318,22 @@ declare const InputTypes: () => (({
318
318
  type: import("vue").PropType<string>;
319
319
  default: string;
320
320
  };
321
+ disabled: {
322
+ type: import("vue").PropType<boolean>;
323
+ default: boolean;
324
+ };
321
325
  size: {
322
326
  type: import("vue").PropType<"sm" | "lg">;
323
327
  default: string;
324
328
  };
329
+ mandatory: {
330
+ type: import("vue").PropType<boolean>;
331
+ default: boolean;
332
+ };
325
333
  testId: {
326
334
  type: import("vue").PropType<string>;
327
335
  default: string;
328
336
  };
329
- disabled: {
330
- type: import("vue").PropType<boolean>;
331
- default: boolean;
332
- };
333
337
  modelValue: {
334
338
  type: import("vue").PropType<string | number>;
335
339
  default: string;
@@ -338,10 +342,6 @@ declare const InputTypes: () => (({
338
342
  type: import("vue").PropType<string>;
339
343
  default: string;
340
344
  };
341
- mandatory: {
342
- type: import("vue").PropType<boolean>;
343
- default: boolean;
344
- };
345
345
  autoFocus: {
346
346
  type: import("vue").PropType<boolean>;
347
347
  default: boolean;
@@ -351,7 +351,7 @@ declare const InputTypes: () => (({
351
351
  default: string;
352
352
  };
353
353
  hoverHelpTextPlacement: {
354
- 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">;
354
+ 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
355
  default: string;
356
356
  };
357
357
  viewOnly: {
@@ -359,7 +359,7 @@ declare const InputTypes: () => (({
359
359
  default: boolean;
360
360
  };
361
361
  labelDirection: {
362
- type: import("vue").PropType<"top" | "left" | "inside">;
362
+ type: import("vue").PropType<"left" | "top" | "inside">;
363
363
  default: string;
364
364
  };
365
365
  hideNumberArrows: {
@@ -389,17 +389,17 @@ declare const InputTypes: () => (({
389
389
  }, string, {
390
390
  type: "number" | "text" | "password";
391
391
  label: string;
392
+ disabled: boolean;
392
393
  size: "sm" | "lg";
394
+ mandatory: boolean;
393
395
  testId: string;
394
- disabled: boolean;
395
396
  modelValue: string | number;
396
397
  placeholder: string;
397
- mandatory: boolean;
398
398
  autoFocus: boolean;
399
399
  hoverHelpText: string;
400
- 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";
400
+ 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";
401
401
  viewOnly: boolean;
402
- labelDirection: "top" | "left" | "inside";
402
+ labelDirection: "left" | "top" | "inside";
403
403
  hideNumberArrows: boolean;
404
404
  step: number;
405
405
  onlyDigits: boolean;
@@ -482,15 +482,18 @@ declare const InputTypes: () => (({
482
482
  [key: string]: any;
483
483
  }>) => void)[]>;
484
484
  };
485
+ disabled: {
486
+ type: import("vue").PropType<boolean>;
487
+ };
485
488
  size: {
486
489
  type: import("vue").PropType<"sm" | "lg">;
487
490
  };
491
+ mandatory: {
492
+ type: import("vue").PropType<boolean>;
493
+ };
488
494
  testId: {
489
495
  type: import("vue").PropType<string>;
490
496
  };
491
- disabled: {
492
- type: import("vue").PropType<boolean>;
493
- };
494
497
  modelValue: {
495
498
  type: import("vue").PropType<string | number>;
496
499
  };
@@ -500,9 +503,6 @@ declare const InputTypes: () => (({
500
503
  "onUpdate:modelValue": {
501
504
  type: import("vue").PropType<(value: string | number) => any>;
502
505
  };
503
- mandatory: {
504
- type: import("vue").PropType<boolean>;
505
- };
506
506
  autoFocus: {
507
507
  type: import("vue").PropType<boolean>;
508
508
  };
@@ -510,13 +510,13 @@ declare const InputTypes: () => (({
510
510
  type: import("vue").PropType<string>;
511
511
  };
512
512
  hoverHelpTextPlacement: {
513
- 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">;
513
+ 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
514
  };
515
515
  viewOnly: {
516
516
  type: import("vue").PropType<boolean>;
517
517
  };
518
518
  labelDirection: {
519
- type: import("vue").PropType<"top" | "left" | "inside">;
519
+ type: import("vue").PropType<"left" | "top" | "inside">;
520
520
  };
521
521
  onlyDigits: {
522
522
  type: import("vue").PropType<boolean>;
@@ -601,15 +601,18 @@ declare const InputTypes: () => (({
601
601
  [key: string]: any;
602
602
  }>) => void)[]>;
603
603
  };
604
+ disabled: {
605
+ type: import("vue").PropType<boolean>;
606
+ };
604
607
  size: {
605
608
  type: import("vue").PropType<"sm" | "lg">;
606
609
  };
610
+ mandatory: {
611
+ type: import("vue").PropType<boolean>;
612
+ };
607
613
  testId: {
608
614
  type: import("vue").PropType<string>;
609
615
  };
610
- disabled: {
611
- type: import("vue").PropType<boolean>;
612
- };
613
616
  modelValue: {
614
617
  type: import("vue").PropType<string | number>;
615
618
  };
@@ -619,9 +622,6 @@ declare const InputTypes: () => (({
619
622
  "onUpdate:modelValue": {
620
623
  type: import("vue").PropType<(value: string | number) => any>;
621
624
  };
622
- mandatory: {
623
- type: import("vue").PropType<boolean>;
624
- };
625
625
  autoFocus: {
626
626
  type: import("vue").PropType<boolean>;
627
627
  };
@@ -629,13 +629,13 @@ declare const InputTypes: () => (({
629
629
  type: import("vue").PropType<string>;
630
630
  };
631
631
  hoverHelpTextPlacement: {
632
- 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">;
632
+ 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
633
  };
634
634
  viewOnly: {
635
635
  type: import("vue").PropType<boolean>;
636
636
  };
637
637
  labelDirection: {
638
- type: import("vue").PropType<"top" | "left" | "inside">;
638
+ type: import("vue").PropType<"left" | "top" | "inside">;
639
639
  };
640
640
  onlyDigits: {
641
641
  type: import("vue").PropType<boolean>;
@@ -116,12 +116,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
116
116
  }, {
117
117
  type: FieldType;
118
118
  label: string;
119
+ disabled: boolean;
119
120
  size: FieldSize;
121
+ mandatory: boolean;
120
122
  testId: string;
121
- disabled: boolean;
122
123
  modelValue: string | number;
123
124
  placeholder: string;
124
- mandatory: boolean;
125
125
  autoFocus: boolean;
126
126
  prefix: string;
127
127
  hoverHelpText: string;