@ironsource/shared-ui 2.1.8-rc.1 → 2.1.8-rc.4

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 (125) hide show
  1. package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +1 -0
  2. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +1 -0
  3. package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +1 -0
  4. package/components/alert/Alert.vue.d.ts +1 -1
  5. package/components/alert/index.d.ts +20 -20
  6. package/components/appHeader/AppHeader.vue.d.ts +1 -1
  7. package/components/appHeader/index.d.ts +9 -9
  8. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  9. package/components/appTrigger/index.d.ts +20 -20
  10. package/components/autocomplete/Autocomplete.vue.d.ts +4 -4
  11. package/components/autocomplete/index.d.ts +27 -27
  12. package/components/button/v3/Button.vue.d.ts +1 -1
  13. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  14. package/components/button/v3/index.d.ts +28 -28
  15. package/components/button/v4/ButtonV4.vue.d.ts +1 -1
  16. package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
  17. package/components/button/v4/index.d.ts +40 -40
  18. package/components/checkbox/v3/Checkbox.vue.d.ts +1 -1
  19. package/components/checkbox/v3/index.d.ts +20 -20
  20. package/components/checkbox/v4/CheckboxV4.vue.d.ts +1 -1
  21. package/components/checkbox/v4/index.d.ts +20 -20
  22. package/components/chip/v3/Chip.vue.d.ts +1 -1
  23. package/components/chip/v3/index.d.ts +20 -20
  24. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  25. package/components/chip/v4/index.d.ts +9 -9
  26. package/components/dateRange/common/DateRange.common.d.ts +1 -1
  27. package/components/dateRange/v3/DateRange.vue.d.ts +1 -1
  28. package/components/dateRange/v3/DateRangePicker.vue.d.ts +1 -1
  29. package/components/dateRange/v3/index.d.ts +20 -20
  30. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +1 -1
  31. package/components/dateRange/v4/DateRangeV4.vue.d.ts +1 -1
  32. package/components/dateRange/v4/index.d.ts +20 -20
  33. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  34. package/components/dialog/v3/index.d.ts +20 -20
  35. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  36. package/components/dialog/v4/index.d.ts +20 -20
  37. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  38. package/components/dropdown/v3/index.d.ts +96 -96
  39. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  40. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  41. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +1 -1
  42. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  43. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +4 -4
  44. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
  45. package/components/dropdown/v4/OptionV4.vue.d.ts +3 -3
  46. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  47. package/components/dropdown/v4/index.d.ts +188 -188
  48. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  49. package/components/filterDropdown/index.d.ts +9 -9
  50. package/components/forms/CardPanel.vue.d.ts +3 -3
  51. package/components/forms/FormRow.vue.d.ts +4 -4
  52. package/components/forms/index.d.ts +34 -34
  53. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  54. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  55. package/components/includeExclude/index.d.ts +78 -78
  56. package/components/inlineCopy/InlineCopy.vue.d.ts +3 -3
  57. package/components/inlineCopy/index.d.ts +25 -25
  58. package/components/input/v3/Input.vue.d.ts +1 -1
  59. package/components/input/v3/index.d.ts +44 -44
  60. package/components/input/v4/TextField.vue.d.ts +1 -1
  61. package/components/input/v4/index.d.ts +34 -34
  62. package/components/layout/FoldableSection.vue.d.ts +1 -1
  63. package/components/layout/index.d.ts +20 -20
  64. package/components/menu/Menu.vue.d.ts +1 -1
  65. package/components/menu/index.d.ts +20 -20
  66. package/components/multibar/MultiBar.vue.d.ts +1 -1
  67. package/components/multibar/index.d.ts +12 -12
  68. package/components/popover/v3/Popover.vue.d.ts +4 -4
  69. package/components/popover/v3/index.d.ts +43 -43
  70. package/components/popover/v4/PopoverV4.vue.d.ts +4 -4
  71. package/components/popover/v4/index.d.ts +27 -27
  72. package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
  73. package/components/radioButton/v3/index.d.ts +20 -20
  74. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
  75. package/components/radioButton/v4/index.d.ts +20 -20
  76. package/components/search/v3/Search.vue.d.ts +1 -1
  77. package/components/search/v3/index.d.ts +9 -9
  78. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  79. package/components/search/v4/index.d.ts +9 -9
  80. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  81. package/components/shared/FieldLabel.vue.d.ts +1 -1
  82. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  83. package/components/snackbar/v4/SnackbarV4.vue.d.ts +13 -13
  84. package/components/switch/v3/Switch.vue.d.ts +1 -1
  85. package/components/switch/v3/index.d.ts +20 -20
  86. package/components/table/common/Table.common.js +71 -68
  87. package/components/table/v3/index.d.ts +16 -16
  88. package/components/table/v4/DataGrid.vue.d.ts +10 -4
  89. package/components/table/v4/DataGrid.vue.js +3 -3
  90. package/components/table/v4/DataGrid.vue2.js +130 -136
  91. package/components/table/v4/DataGridRowsCounter.vue.js +2 -2
  92. package/components/table/v4/DataGridRowsCounter.vue2.js +14 -13
  93. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  94. package/components/table/v4/index.d.ts +57 -23
  95. package/components/table/v4/storyUtils.d.ts +8 -0
  96. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  97. package/components/tabs/v3/index.d.ts +20 -20
  98. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  99. package/components/tabs/v4/index.d.ts +20 -20
  100. package/components/textArea/v3/TextArea.vue.d.ts +1 -1
  101. package/components/textArea/v3/index.d.ts +9 -9
  102. package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
  103. package/components/textArea/v4/index.d.ts +12 -12
  104. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  105. package/components/toggle/v3/index.d.ts +5 -5
  106. package/components/toggle/v4/ToggleV4.vue.d.ts +4 -4
  107. package/components/toggle/v4/index.d.ts +27 -27
  108. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  109. package/components/tooltip/v3/index.d.ts +34 -34
  110. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -5
  111. package/components/tooltip/v4/index.d.ts +53 -53
  112. package/components/typography/Text.vue.d.ts +1 -1
  113. package/components/typography/index.d.ts +32 -32
  114. package/components/typography/v4/Typography.vue.d.ts +20 -0
  115. package/components/typography/v4/Typography.vue.js +3 -3
  116. package/components/typography/v4/Typography.vue2.js +40 -13
  117. package/components/typography/v4/index.d.ts +89 -13
  118. package/index.d.ts +1343 -1275
  119. package/package.json +3 -2
  120. package/utils/formatNumbers.d.ts +4 -0
  121. package/utils/formatNumbers.js +11 -0
  122. package/utils/index.d.ts +1 -0
  123. package/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +0 -1
  124. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
  125. package/Typography.vue_vue_type_style_index_0_scoped_4c2254ef_lang.css +0 -1
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  testId: string;
26
26
  }>>>, {
27
27
  text: string;
28
- disabled: boolean;
29
28
  testId: string;
29
+ disabled: boolean;
30
30
  }>;
31
31
  export default _default;
32
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -102,14 +102,14 @@ declare const FilterDropdownTypes: () => (({
102
102
  type: import("vue").PropType<string>;
103
103
  default: string;
104
104
  };
105
- disabled: {
106
- type: import("vue").PropType<boolean>;
107
- default: boolean;
108
- };
109
105
  testId: {
110
106
  type: import("vue").PropType<string>;
111
107
  default: string;
112
108
  };
109
+ disabled: {
110
+ type: import("vue").PropType<boolean>;
111
+ default: boolean;
112
+ };
113
113
  options: {
114
114
  type: import("vue").PropType<any[]>;
115
115
  required: true;
@@ -131,14 +131,14 @@ declare const FilterDropdownTypes: () => (({
131
131
  type: import("vue").PropType<string>;
132
132
  default: string;
133
133
  };
134
- disabled: {
135
- type: import("vue").PropType<boolean>;
136
- default: boolean;
137
- };
138
134
  testId: {
139
135
  type: import("vue").PropType<string>;
140
136
  default: string;
141
137
  };
138
+ disabled: {
139
+ type: import("vue").PropType<boolean>;
140
+ default: boolean;
141
+ };
142
142
  options: {
143
143
  type: import("vue").PropType<any[]>;
144
144
  required: true;
@@ -157,8 +157,8 @@ declare const FilterDropdownTypes: () => (({
157
157
  };
158
158
  }>>, {
159
159
  text: string;
160
- disabled: boolean;
161
160
  testId: string;
161
+ disabled: boolean;
162
162
  }>)[];
163
163
  export { default as FilterDropdown } from './FilterDropdown.vue';
164
164
  export { FilterDropdownTypes, AddFilterButton };
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  label?: string;
4
4
  description?: string;
5
5
  hoverHelpText?: string;
6
- 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";
6
+ hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
7
7
  }>, {
8
8
  noPadding: boolean;
9
9
  label: string;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  label?: string;
16
16
  description?: string;
17
17
  hoverHelpText?: string;
18
- 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
+ hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19
19
  }>, {
20
20
  noPadding: boolean;
21
21
  label: string;
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  label: string;
27
27
  description: string;
28
28
  hoverHelpText: string;
29
- 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";
29
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
30
30
  noPadding: boolean;
31
31
  }>, {
32
32
  default?(_: {}): any;
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  mandatory?: boolean;
4
4
  testId?: string;
5
5
  hoverHelpText?: string;
6
- 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";
6
+ hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
7
7
  }>, {
8
8
  label: string;
9
9
  mandatory: boolean;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  mandatory?: boolean;
16
16
  testId?: string;
17
17
  hoverHelpText?: string;
18
- 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
+ hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
19
19
  }>, {
20
20
  label: string;
21
21
  mandatory: boolean;
@@ -24,10 +24,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
24
  hoverHelpTextPlacement: string;
25
25
  }>>>, {
26
26
  label: string;
27
- mandatory: boolean;
28
27
  testId: string;
28
+ mandatory: boolean;
29
29
  hoverHelpText: string;
30
- 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";
30
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
31
31
  }>, {
32
32
  default?(_: {}): any;
33
33
  }>;
@@ -10,7 +10,7 @@ declare const FormCardTypes: () => (({
10
10
  label: string;
11
11
  description: string;
12
12
  hoverHelpText: string;
13
- hoverHelpTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
13
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
14
14
  noPadding: boolean;
15
15
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16
16
  label: {
@@ -26,7 +26,7 @@ declare const FormCardTypes: () => (({
26
26
  default: string;
27
27
  };
28
28
  hoverHelpTextPlacement: {
29
- 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">;
29
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
30
30
  default: string;
31
31
  };
32
32
  noPadding: {
@@ -61,7 +61,7 @@ declare const FormCardTypes: () => (({
61
61
  default: string;
62
62
  };
63
63
  hoverHelpTextPlacement: {
64
- 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">;
64
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
65
65
  default: string;
66
66
  };
67
67
  noPadding: {
@@ -72,7 +72,7 @@ declare const FormCardTypes: () => (({
72
72
  label: string;
73
73
  description: string;
74
74
  hoverHelpText: string;
75
- 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";
75
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
76
76
  noPadding: boolean;
77
77
  }, {}, string> & {
78
78
  beforeCreate?: (() => void) | (() => void)[];
@@ -108,7 +108,7 @@ declare const FormCardTypes: () => (({
108
108
  default: string;
109
109
  };
110
110
  hoverHelpTextPlacement: {
111
- 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">;
111
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
112
112
  default: string;
113
113
  };
114
114
  noPadding: {
@@ -133,7 +133,7 @@ declare const FormCardTypes: () => (({
133
133
  default: string;
134
134
  };
135
135
  hoverHelpTextPlacement: {
136
- 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">;
136
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
137
137
  default: string;
138
138
  };
139
139
  noPadding: {
@@ -144,7 +144,7 @@ declare const FormCardTypes: () => (({
144
144
  label: string;
145
145
  description: string;
146
146
  hoverHelpText: string;
147
- 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";
147
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
148
148
  noPadding: boolean;
149
149
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
150
150
  $slots: {
@@ -400,33 +400,33 @@ declare const FormCardTypes: () => (({
400
400
  $data: {};
401
401
  $props: Partial<{
402
402
  label: string;
403
- mandatory: boolean;
404
403
  testId: string;
404
+ mandatory: boolean;
405
405
  hoverHelpText: string;
406
- 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";
406
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
407
407
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
408
408
  label: {
409
409
  type: import("vue").PropType<string>;
410
410
  required: true;
411
411
  default: string;
412
412
  };
413
- mandatory: {
414
- type: import("vue").PropType<boolean>;
415
- default: boolean;
416
- };
417
413
  testId: {
418
414
  type: import("vue").PropType<string>;
419
415
  default: string;
420
416
  };
417
+ mandatory: {
418
+ type: import("vue").PropType<boolean>;
419
+ default: boolean;
420
+ };
421
421
  hoverHelpText: {
422
422
  type: import("vue").PropType<string>;
423
423
  default: string;
424
424
  };
425
425
  hoverHelpTextPlacement: {
426
- 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">;
426
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
427
427
  default: string;
428
428
  };
429
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement">;
429
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement">;
430
430
  $attrs: {
431
431
  [x: string]: unknown;
432
432
  };
@@ -446,28 +446,28 @@ declare const FormCardTypes: () => (({
446
446
  required: true;
447
447
  default: string;
448
448
  };
449
- mandatory: {
450
- type: import("vue").PropType<boolean>;
451
- default: boolean;
452
- };
453
449
  testId: {
454
450
  type: import("vue").PropType<string>;
455
451
  default: string;
456
452
  };
453
+ mandatory: {
454
+ type: import("vue").PropType<boolean>;
455
+ default: boolean;
456
+ };
457
457
  hoverHelpText: {
458
458
  type: import("vue").PropType<string>;
459
459
  default: string;
460
460
  };
461
461
  hoverHelpTextPlacement: {
462
- 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
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
463
463
  default: string;
464
464
  };
465
465
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
466
466
  label: string;
467
- mandatory: boolean;
468
467
  testId: string;
468
+ mandatory: boolean;
469
469
  hoverHelpText: string;
470
- 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";
470
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
471
471
  }, {}, string> & {
472
472
  beforeCreate?: (() => void) | (() => void)[];
473
473
  created?: (() => void) | (() => void)[];
@@ -494,20 +494,20 @@ declare const FormCardTypes: () => (({
494
494
  required: true;
495
495
  default: string;
496
496
  };
497
- mandatory: {
498
- type: import("vue").PropType<boolean>;
499
- default: boolean;
500
- };
501
497
  testId: {
502
498
  type: import("vue").PropType<string>;
503
499
  default: string;
504
500
  };
501
+ mandatory: {
502
+ type: import("vue").PropType<boolean>;
503
+ default: boolean;
504
+ };
505
505
  hoverHelpText: {
506
506
  type: import("vue").PropType<string>;
507
507
  default: string;
508
508
  };
509
509
  hoverHelpTextPlacement: {
510
- 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">;
510
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
511
511
  default: string;
512
512
  };
513
513
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -520,28 +520,28 @@ declare const FormCardTypes: () => (({
520
520
  required: true;
521
521
  default: string;
522
522
  };
523
- mandatory: {
524
- type: import("vue").PropType<boolean>;
525
- default: boolean;
526
- };
527
523
  testId: {
528
524
  type: import("vue").PropType<string>;
529
525
  default: string;
530
526
  };
527
+ mandatory: {
528
+ type: import("vue").PropType<boolean>;
529
+ default: boolean;
530
+ };
531
531
  hoverHelpText: {
532
532
  type: import("vue").PropType<string>;
533
533
  default: string;
534
534
  };
535
535
  hoverHelpTextPlacement: {
536
- 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">;
536
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
537
537
  default: string;
538
538
  };
539
539
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
540
540
  label: string;
541
- mandatory: boolean;
542
541
  testId: string;
542
+ mandatory: boolean;
543
543
  hoverHelpText: string;
544
- 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";
544
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
545
545
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
546
546
  $slots: {
547
547
  default?(_: {}): any;
@@ -80,11 +80,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
80
80
  }>>> & {
81
81
  "onUpdate:modelValue"?: (value: unknown) => any;
82
82
  }, {
83
- disabled: boolean;
84
- loading: boolean;
85
83
  testId: string;
86
84
  placement: Placement;
85
+ disabled: boolean;
87
86
  distance: number;
87
+ loading: boolean;
88
88
  autoFocus: boolean;
89
89
  hasSubtitle: boolean;
90
90
  defaultOpen: boolean;
@@ -88,10 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
88
88
  onChangeDragDrop?: (value: unknown) => any;
89
89
  onClickOutside?: (value: unknown) => any;
90
90
  }, {
91
- disabled: boolean;
92
- loading: boolean;
93
91
  placement: Placement;
92
+ disabled: boolean;
94
93
  distance: number;
94
+ loading: boolean;
95
95
  autoFocus: boolean;
96
96
  hasSubtitle: boolean;
97
97
  defaultOpen: boolean;