@ironsource/shared-ui 2.0.2-rc.4 → 2.0.2-rc.5

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 (147) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_28bb325a_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
  3. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
  4. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
  5. package/OptionV4.vue_vue_type_style_index_0_scoped_17d78416_lang.css +1 -0
  6. package/SearchV4.vue_vue_type_style_index_0_scoped_215f0f29_lang.css +1 -0
  7. package/SnackbarV4.vue_vue_type_style_index_0_scoped_48311746_lang.css +1 -0
  8. package/TooltipV4.vue_vue_type_style_index_0_scoped_cde15298_lang.css +1 -0
  9. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/components/ThemeWrapper/index.d.ts +2 -2
  11. package/components/ThemeWrapper/index.js +4 -4
  12. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  13. package/components/appTrigger/index.d.ts +20 -20
  14. package/components/banner/Banner.vue.d.ts +3 -3
  15. package/components/banner/index.d.ts +7 -7
  16. package/components/button/v3/Button.vue.d.ts +6 -6
  17. package/components/button/v3/ButtonBase.vue.d.ts +3 -3
  18. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  19. package/components/button/v3/index.d.ts +23 -23
  20. package/components/button/v4/ButtonV4.vue.d.ts +12 -12
  21. package/components/button/v4/ButtonV4.vue.js +3 -3
  22. package/components/button/v4/ButtonV4.vue2.js +1 -1
  23. package/components/button/v4/IconButtonV4.vue.d.ts +8 -8
  24. package/components/button/v4/index.d.ts +116 -116
  25. package/components/checkbox/v3/index.d.ts +12 -12
  26. package/components/checkbox/v4/index.d.ts +12 -12
  27. package/components/chip/v3/Chip.vue.d.ts +1 -1
  28. package/components/chip/v3/index.d.ts +20 -20
  29. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  30. package/components/chip/v4/index.d.ts +20 -20
  31. package/components/dateRange/DateRange.vue.d.ts +1 -1
  32. package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
  33. package/components/dateRange/index.d.ts +20 -20
  34. package/components/dialog/v3/Dialog.vue.d.ts +2 -2
  35. package/components/dialog/v3/index.d.ts +25 -25
  36. package/components/dialog/v4/DialogV4.vue.d.ts +2 -2
  37. package/components/dialog/v4/index.d.ts +25 -25
  38. package/components/dropdown/v3/Dropdown.vue.d.ts +6 -6
  39. package/components/dropdown/v3/Option.vue.d.ts +1 -1
  40. package/components/dropdown/v3/index.d.ts +111 -111
  41. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +7 -7
  42. package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
  43. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +22 -25
  44. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  45. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  46. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +13 -13
  48. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
  49. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +20 -22
  50. package/components/dropdown/v4/DropdownV4.vue.d.ts +11 -11
  51. package/components/dropdown/v4/OptionV4.vue.d.ts +6 -6
  52. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  53. package/components/dropdown/v4/OptionV4.vue2.js +17 -17
  54. package/components/dropdown/v4/index.d.ts +331 -331
  55. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  56. package/components/emptyState/v3/index.d.ts +7 -7
  57. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  58. package/components/filterDropdown/index.d.ts +9 -9
  59. package/components/icon/v4/IconV4.vue.d.ts +3 -3
  60. package/components/icon/v4/index.d.ts +7 -7
  61. package/components/includeExclude/IncludeExclude.vue.d.ts +3 -3
  62. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  63. package/components/includeExclude/index.d.ts +101 -101
  64. package/components/input/v3/Input.vue.d.ts +2 -2
  65. package/components/input/v3/index.d.ts +69 -69
  66. package/components/input/v4/TextField.vue.d.ts +2 -2
  67. package/components/input/v4/index.d.ts +53 -53
  68. package/components/layout/FoldableSection.vue.d.ts +1 -1
  69. package/components/layout/index.d.ts +21 -136
  70. package/components/layout/index.js +2 -4
  71. package/components/menu/Menu.vue.d.ts +1 -1
  72. package/components/menu/index.d.ts +20 -20
  73. package/components/multibar/MultiBar.vue.d.ts +1 -1
  74. package/components/multibar/index.d.ts +12 -12
  75. package/components/popover/Popover.vue.d.ts +5 -5
  76. package/components/popover/index.d.ts +58 -58
  77. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  78. package/components/radioButton/v3/RadioGroup.vue.d.ts +2 -2
  79. package/components/radioButton/v3/index.d.ts +42 -42
  80. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
  81. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +2 -2
  82. package/components/radioButton/v4/index.d.ts +42 -42
  83. package/components/search/v3/Search.vue.d.ts +2 -2
  84. package/components/search/v3/index.d.ts +16 -16
  85. package/components/search/v4/SearchV4.vue.d.ts +1 -4
  86. package/components/search/v4/SearchV4.vue.js +5 -5
  87. package/components/search/v4/SearchV4.vue2.js +14 -15
  88. package/components/search/v4/index.d.ts +9 -12
  89. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  90. package/components/shared/FieldLabel.vue.d.ts +1 -1
  91. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  92. package/components/snackbar/v3/Snackbar.vue.d.ts +6 -6
  93. package/components/snackbar/v4/SnackbarV4.vue.d.ts +43 -43
  94. package/components/snackbar/v4/SnackbarV4.vue.js +5 -5
  95. package/components/snackbar/v4/SnackbarV4.vue2.js +6 -7
  96. package/components/table/common/Table.common.js +31 -31
  97. package/components/table/v3/index.d.ts +16 -16
  98. package/components/table/v4/index.d.ts +16 -16
  99. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  100. package/components/tabs/v3/index.d.ts +20 -20
  101. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  102. package/components/tabs/v4/index.d.ts +20 -20
  103. package/components/textArea/TextArea.vue.d.ts +1 -1
  104. package/components/textArea/index.d.ts +9 -9
  105. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  106. package/components/toggle/v3/index.d.ts +9 -9
  107. package/components/toggle/v4/ToggleV4.vue.d.ts +7 -7
  108. package/components/toggle/v4/index.d.ts +34 -34
  109. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  110. package/components/tooltip/v3/index.d.ts +34 -34
  111. package/components/tooltip/v4/TooltipV4.vue.d.ts +4 -4
  112. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  113. package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
  114. package/components/tooltip/v4/index.d.ts +34 -34
  115. package/components/typography/Heading.vue.d.ts +1 -1
  116. package/components/typography/index.d.ts +20 -20
  117. package/composables/useStorage.js +9 -10
  118. package/index.d.ts +1650 -1848
  119. package/index.js +112 -118
  120. package/package.json +2 -10
  121. package/testids/index.d.ts +0 -8
  122. package/testids/index.js +11 -13
  123. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_a64a46d0_lang.css +0 -1
  124. package/AppHeader.vue_vue_type_style_index_0_scoped_5afbd3dd_lang.css +0 -1
  125. package/ButtonV4.vue_vue_type_style_index_0_scoped_38c0ed72_lang.css +0 -1
  126. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_c38e97df_lang.css +0 -1
  127. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_06dcfe6d_lang.css +0 -1
  128. package/FormRow.vue_vue_type_style_index_0_scoped_54a11bf8_lang.css +0 -1
  129. package/InlineCopy.vue_vue_type_style_index_0_scoped_39577dfc_lang.css +0 -1
  130. package/OptionV4.vue_vue_type_style_index_0_scoped_d2743070_lang.css +0 -1
  131. package/SearchV4.vue_vue_type_style_index_0_scoped_1330ea8b_lang.css +0 -1
  132. package/SnackbarV4.vue_vue_type_style_index_0_scoped_49c5ccea_lang.css +0 -1
  133. package/TooltipV4.vue_vue_type_style_index_0_scoped_58a19def_lang.css +0 -1
  134. package/components/appHeader/AppHeader.vue.d.ts +0 -49
  135. package/components/appHeader/AppHeader.vue.js +0 -7
  136. package/components/appHeader/AppHeader.vue2.js +0 -58
  137. package/components/appHeader/index.d.ts +0 -61
  138. package/components/appHeader/index.js +0 -6
  139. package/components/inlineCopy/InlineCopy.vue.d.ts +0 -39
  140. package/components/inlineCopy/InlineCopy.vue.js +0 -7
  141. package/components/inlineCopy/InlineCopy.vue2.js +0 -60
  142. package/components/inlineCopy/index.d.ts +0 -39
  143. package/components/inlineCopy/index.js +0 -6
  144. package/components/layout/FormRow.vue.d.ts +0 -46
  145. package/components/layout/FormRow.vue.js +0 -7
  146. package/components/layout/FormRow.vue2.js +0 -43
  147. package/mocks/optionsWithIcons.d.ts +0 -5
@@ -6,8 +6,8 @@ declare const DialogTypes: () => ({
6
6
  $props: Partial<{
7
7
  title: string;
8
8
  size: "small" | "medium" | "extraSmall";
9
- content: string;
10
9
  testId: string;
10
+ content: string;
11
11
  subtitle: string;
12
12
  appendToBody: boolean;
13
13
  closeDelay: number;
@@ -32,14 +32,14 @@ declare const DialogTypes: () => ({
32
32
  type: import("vue").PropType<"small" | "medium" | "extraSmall">;
33
33
  default: string;
34
34
  };
35
- content: {
36
- type: import("vue").PropType<string>;
37
- default: any;
38
- };
39
35
  testId: {
40
36
  type: import("vue").PropType<string>;
41
37
  default: string;
42
38
  };
39
+ content: {
40
+ type: import("vue").PropType<string>;
41
+ default: any;
42
+ };
43
43
  subtitle: {
44
44
  type: import("vue").PropType<string>;
45
45
  default: string;
@@ -105,12 +105,12 @@ declare const DialogTypes: () => ({
105
105
  default: string;
106
106
  };
107
107
  }>> & {
108
- onClose?: (reason: import("../v3").Reason) => any;
109
108
  "onUpdate:modelValue"?: (value: boolean) => any;
110
109
  onCancel?: () => any;
110
+ onClose?: (reason: import("../v3").Reason) => any;
111
111
  onOpen?: () => any;
112
112
  onSave?: () => any;
113
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "size" | "content" | "testId" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
113
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "size" | "testId" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
114
114
  $attrs: {
115
115
  [x: string]: unknown;
116
116
  };
@@ -122,7 +122,7 @@ declare const DialogTypes: () => ({
122
122
  }>;
123
123
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
124
124
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
125
- $emit: ((event: "open") => void) & ((event: "cancel") => void) & ((event: "close", reason: import("../v3").Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "save") => void);
125
+ $emit: ((event: "cancel") => void) & ((event: "close", reason: import("../v3").Reason) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "open") => void) & ((event: "save") => void);
126
126
  $el: any;
127
127
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
128
128
  title: {
@@ -133,14 +133,14 @@ declare const DialogTypes: () => ({
133
133
  type: import("vue").PropType<"small" | "medium" | "extraSmall">;
134
134
  default: string;
135
135
  };
136
- content: {
137
- type: import("vue").PropType<string>;
138
- default: any;
139
- };
140
136
  testId: {
141
137
  type: import("vue").PropType<string>;
142
138
  default: string;
143
139
  };
140
+ content: {
141
+ type: import("vue").PropType<string>;
142
+ default: any;
143
+ };
144
144
  subtitle: {
145
145
  type: import("vue").PropType<string>;
146
146
  default: string;
@@ -206,9 +206,9 @@ declare const DialogTypes: () => ({
206
206
  default: string;
207
207
  };
208
208
  }>> & {
209
- onClose?: (reason: import("../v3").Reason) => any;
210
209
  "onUpdate:modelValue"?: (value: boolean) => any;
211
210
  onCancel?: () => any;
211
+ onClose?: (reason: import("../v3").Reason) => any;
212
212
  onOpen?: () => any;
213
213
  onSave?: () => any;
214
214
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -220,8 +220,8 @@ declare const DialogTypes: () => ({
220
220
  }, string, {
221
221
  title: string;
222
222
  size: "small" | "medium" | "extraSmall";
223
- content: string;
224
223
  testId: string;
224
+ content: string;
225
225
  subtitle: string;
226
226
  appendToBody: boolean;
227
227
  closeDelay: number;
@@ -266,14 +266,14 @@ declare const DialogTypes: () => ({
266
266
  type: import("vue").PropType<"small" | "medium" | "extraSmall">;
267
267
  default: string;
268
268
  };
269
- content: {
270
- type: import("vue").PropType<string>;
271
- default: any;
272
- };
273
269
  testId: {
274
270
  type: import("vue").PropType<string>;
275
271
  default: string;
276
272
  };
273
+ content: {
274
+ type: import("vue").PropType<string>;
275
+ default: any;
276
+ };
277
277
  subtitle: {
278
278
  type: import("vue").PropType<string>;
279
279
  default: string;
@@ -339,9 +339,9 @@ declare const DialogTypes: () => ({
339
339
  default: string;
340
340
  };
341
341
  }>> & {
342
- onClose?: (reason: import("../v3").Reason) => any;
343
342
  "onUpdate:modelValue"?: (value: boolean) => any;
344
343
  onCancel?: () => any;
344
+ onClose?: (reason: import("../v3").Reason) => any;
345
345
  onOpen?: () => any;
346
346
  onSave?: () => any;
347
347
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -357,14 +357,14 @@ declare const DialogTypes: () => ({
357
357
  type: import("vue").PropType<"small" | "medium" | "extraSmall">;
358
358
  default: string;
359
359
  };
360
- content: {
361
- type: import("vue").PropType<string>;
362
- default: any;
363
- };
364
360
  testId: {
365
361
  type: import("vue").PropType<string>;
366
362
  default: string;
367
363
  };
364
+ content: {
365
+ type: import("vue").PropType<string>;
366
+ default: any;
367
+ };
368
368
  subtitle: {
369
369
  type: import("vue").PropType<string>;
370
370
  default: string;
@@ -430,9 +430,9 @@ declare const DialogTypes: () => ({
430
430
  default: string;
431
431
  };
432
432
  }>> & {
433
- onClose?: (reason: import("../v3").Reason) => any;
434
433
  "onUpdate:modelValue"?: (value: boolean) => any;
435
434
  onCancel?: () => any;
435
+ onClose?: (reason: import("../v3").Reason) => any;
436
436
  onOpen?: () => any;
437
437
  onSave?: () => any;
438
438
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -444,8 +444,8 @@ declare const DialogTypes: () => ({
444
444
  }, string, {
445
445
  title: string;
446
446
  size: "small" | "medium" | "extraSmall";
447
- content: string;
448
447
  testId: string;
448
+ content: string;
449
449
  subtitle: string;
450
450
  appendToBody: boolean;
451
451
  closeDelay: number;
@@ -169,19 +169,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
169
169
  }, {
170
170
  title: string;
171
171
  theme: string;
172
- disabled: boolean;
173
172
  size: "sm" | "lg";
174
- flip: boolean;
175
- mandatory: boolean;
176
- testId: string;
177
173
  error: string;
178
- container: string;
174
+ testId: string;
179
175
  placement: Placement;
180
- distance: number;
176
+ disabled: boolean;
177
+ container: string;
181
178
  popperClass: string;
182
179
  selected: any;
183
180
  modelValue: any;
184
181
  placeholder: string;
182
+ mandatory: boolean;
185
183
  helperText: string;
186
184
  searchPlaceholder: string;
187
185
  isOnTop: boolean;
@@ -191,9 +189,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
191
189
  defaultOpen: boolean;
192
190
  showButtonOnOpen: boolean;
193
191
  autoFocus: boolean;
192
+ distance: number;
194
193
  skidding: number;
195
194
  clearable: boolean;
196
195
  onSearch: (option: any, term: string) => boolean;
196
+ flip: boolean;
197
197
  keepOpen: boolean;
198
198
  autoSize: boolean;
199
199
  disableKeyboardEvents: boolean;
@@ -31,10 +31,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
31
31
  }>>>, {
32
32
  option: any;
33
33
  disabled: boolean;
34
- active: boolean;
35
34
  isIndeterminate: boolean;
36
35
  subtitle: string;
37
36
  selectAllOption: boolean;
37
+ active: boolean;
38
38
  }>, {
39
39
  image?(_: {}): any;
40
40
  "icon-start"?(_: {}): any;
@@ -9,19 +9,17 @@ declare const DropdownTypes: () => (({
9
9
  $props: Partial<{
10
10
  title: string;
11
11
  theme: string;
12
- disabled: boolean;
13
12
  size: "sm" | "lg";
14
- flip: boolean;
15
- mandatory: boolean;
16
- testId: string;
17
13
  error: string;
18
- container: string;
14
+ testId: string;
19
15
  placement: import("floating-vue").Placement;
20
- distance: number;
16
+ disabled: boolean;
17
+ container: string;
21
18
  popperClass: string;
22
19
  selected: any;
23
20
  modelValue: any;
24
21
  placeholder: string;
22
+ mandatory: boolean;
25
23
  helperText: string;
26
24
  searchPlaceholder: string;
27
25
  isOnTop: boolean;
@@ -31,9 +29,11 @@ declare const DropdownTypes: () => (({
31
29
  defaultOpen: boolean;
32
30
  showButtonOnOpen: boolean;
33
31
  autoFocus: boolean;
32
+ distance: number;
34
33
  skidding: number;
35
34
  clearable: boolean;
36
35
  onSearch: (option: any, term: string) => boolean;
36
+ flip: boolean;
37
37
  keepOpen: boolean;
38
38
  autoSize: boolean;
39
39
  disableKeyboardEvents: boolean;
@@ -50,44 +50,32 @@ declare const DropdownTypes: () => (({
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
52
52
  };
53
- disabled: {
54
- type: import("vue").PropType<boolean>;
55
- default: boolean;
56
- };
57
53
  size: {
58
54
  type: import("vue").PropType<"sm" | "lg">;
59
55
  default: string;
60
56
  };
61
- flip: {
62
- type: import("vue").PropType<boolean>;
63
- default: boolean;
64
- };
65
- mandatory: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- loading: {
70
- type: import("vue").PropType<boolean>;
71
- };
72
- testId: {
73
- type: import("vue").PropType<string>;
74
- default: string;
75
- };
76
57
  error: {
77
58
  type: import("vue").PropType<string>;
78
59
  default: string;
79
60
  };
80
- container: {
61
+ testId: {
81
62
  type: import("vue").PropType<string>;
82
63
  default: string;
83
64
  };
65
+ loading: {
66
+ type: import("vue").PropType<boolean>;
67
+ };
84
68
  placement: {
85
69
  type: import("vue").PropType<import("floating-vue").Placement>;
86
70
  default: string;
87
71
  };
88
- distance: {
89
- type: import("vue").PropType<number>;
90
- default: number;
72
+ disabled: {
73
+ type: import("vue").PropType<boolean>;
74
+ default: boolean;
75
+ };
76
+ container: {
77
+ type: import("vue").PropType<string>;
78
+ default: string;
91
79
  };
92
80
  popperClass: {
93
81
  type: import("vue").PropType<string>;
@@ -109,6 +97,10 @@ declare const DropdownTypes: () => (({
109
97
  type: import("vue").PropType<string>;
110
98
  default: string;
111
99
  };
100
+ mandatory: {
101
+ type: import("vue").PropType<boolean>;
102
+ default: boolean;
103
+ };
112
104
  helperText: {
113
105
  type: import("vue").PropType<string>;
114
106
  default: string;
@@ -148,6 +140,10 @@ declare const DropdownTypes: () => (({
148
140
  type: import("vue").PropType<boolean>;
149
141
  default: boolean;
150
142
  };
143
+ distance: {
144
+ type: import("vue").PropType<number>;
145
+ default: number;
146
+ };
151
147
  isOpen: {
152
148
  type: import("vue").PropType<boolean>;
153
149
  };
@@ -167,6 +163,10 @@ declare const DropdownTypes: () => (({
167
163
  type: import("vue").PropType<(option: any, term: string) => boolean>;
168
164
  default: () => true;
169
165
  };
166
+ flip: {
167
+ type: import("vue").PropType<boolean>;
168
+ default: boolean;
169
+ };
170
170
  keepOpen: {
171
171
  type: import("vue").PropType<boolean>;
172
172
  default: boolean;
@@ -201,7 +201,7 @@ declare const DropdownTypes: () => (({
201
201
  "onUpdate:isOpen"?: (value: unknown) => any;
202
202
  onOpened?: () => any;
203
203
  onClosed?: () => any;
204
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "error" | "container" | "placement" | "distance" | "popperClass" | "selected" | "modelValue" | "placeholder" | "helperText" | "searchPlaceholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "showButtonOnOpen" | "autoFocus" | "skidding" | "clearable" | "onSearch" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme" | "valueToCopy">;
204
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "size" | "error" | "testId" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "modelValue" | "placeholder" | "mandatory" | "helperText" | "searchPlaceholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "showButtonOnOpen" | "autoFocus" | "distance" | "skidding" | "clearable" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme" | "valueToCopy">;
205
205
  $attrs: {
206
206
  [x: string]: unknown;
207
207
  };
@@ -224,44 +224,32 @@ declare const DropdownTypes: () => (({
224
224
  type: import("vue").PropType<string>;
225
225
  default: string;
226
226
  };
227
- disabled: {
228
- type: import("vue").PropType<boolean>;
229
- default: boolean;
230
- };
231
227
  size: {
232
228
  type: import("vue").PropType<"sm" | "lg">;
233
229
  default: string;
234
230
  };
235
- flip: {
236
- type: import("vue").PropType<boolean>;
237
- default: boolean;
238
- };
239
- mandatory: {
240
- type: import("vue").PropType<boolean>;
241
- default: boolean;
242
- };
243
- loading: {
244
- type: import("vue").PropType<boolean>;
245
- };
246
- testId: {
247
- type: import("vue").PropType<string>;
248
- default: string;
249
- };
250
231
  error: {
251
232
  type: import("vue").PropType<string>;
252
233
  default: string;
253
234
  };
254
- container: {
235
+ testId: {
255
236
  type: import("vue").PropType<string>;
256
237
  default: string;
257
238
  };
239
+ loading: {
240
+ type: import("vue").PropType<boolean>;
241
+ };
258
242
  placement: {
259
243
  type: import("vue").PropType<import("floating-vue").Placement>;
260
244
  default: string;
261
245
  };
262
- distance: {
263
- type: import("vue").PropType<number>;
264
- default: number;
246
+ disabled: {
247
+ type: import("vue").PropType<boolean>;
248
+ default: boolean;
249
+ };
250
+ container: {
251
+ type: import("vue").PropType<string>;
252
+ default: string;
265
253
  };
266
254
  popperClass: {
267
255
  type: import("vue").PropType<string>;
@@ -283,6 +271,10 @@ declare const DropdownTypes: () => (({
283
271
  type: import("vue").PropType<string>;
284
272
  default: string;
285
273
  };
274
+ mandatory: {
275
+ type: import("vue").PropType<boolean>;
276
+ default: boolean;
277
+ };
286
278
  helperText: {
287
279
  type: import("vue").PropType<string>;
288
280
  default: string;
@@ -322,6 +314,10 @@ declare const DropdownTypes: () => (({
322
314
  type: import("vue").PropType<boolean>;
323
315
  default: boolean;
324
316
  };
317
+ distance: {
318
+ type: import("vue").PropType<number>;
319
+ default: number;
320
+ };
325
321
  isOpen: {
326
322
  type: import("vue").PropType<boolean>;
327
323
  };
@@ -341,6 +337,10 @@ declare const DropdownTypes: () => (({
341
337
  type: import("vue").PropType<(option: any, term: string) => boolean>;
342
338
  default: () => true;
343
339
  };
340
+ flip: {
341
+ type: import("vue").PropType<boolean>;
342
+ default: boolean;
343
+ };
344
344
  keepOpen: {
345
345
  type: import("vue").PropType<boolean>;
346
346
  default: boolean;
@@ -387,19 +387,17 @@ declare const DropdownTypes: () => (({
387
387
  }, string, {
388
388
  title: string;
389
389
  theme: string;
390
- disabled: boolean;
391
390
  size: "sm" | "lg";
392
- flip: boolean;
393
- mandatory: boolean;
394
- testId: string;
395
391
  error: string;
396
- container: string;
392
+ testId: string;
397
393
  placement: import("floating-vue").Placement;
398
- distance: number;
394
+ disabled: boolean;
395
+ container: string;
399
396
  popperClass: string;
400
397
  selected: any;
401
398
  modelValue: any;
402
399
  placeholder: string;
400
+ mandatory: boolean;
403
401
  helperText: string;
404
402
  searchPlaceholder: string;
405
403
  isOnTop: boolean;
@@ -409,9 +407,11 @@ declare const DropdownTypes: () => (({
409
407
  defaultOpen: boolean;
410
408
  showButtonOnOpen: boolean;
411
409
  autoFocus: boolean;
410
+ distance: number;
412
411
  skidding: number;
413
412
  clearable: boolean;
414
413
  onSearch: (option: any, term: string) => boolean;
414
+ flip: boolean;
415
415
  keepOpen: boolean;
416
416
  autoSize: boolean;
417
417
  disableKeyboardEvents: boolean;
@@ -448,44 +448,32 @@ declare const DropdownTypes: () => (({
448
448
  type: import("vue").PropType<string>;
449
449
  default: string;
450
450
  };
451
- disabled: {
452
- type: import("vue").PropType<boolean>;
453
- default: boolean;
454
- };
455
451
  size: {
456
452
  type: import("vue").PropType<"sm" | "lg">;
457
453
  default: string;
458
454
  };
459
- flip: {
460
- type: import("vue").PropType<boolean>;
461
- default: boolean;
462
- };
463
- mandatory: {
464
- type: import("vue").PropType<boolean>;
465
- default: boolean;
466
- };
467
- loading: {
468
- type: import("vue").PropType<boolean>;
469
- };
470
- testId: {
471
- type: import("vue").PropType<string>;
472
- default: string;
473
- };
474
455
  error: {
475
456
  type: import("vue").PropType<string>;
476
457
  default: string;
477
458
  };
478
- container: {
459
+ testId: {
479
460
  type: import("vue").PropType<string>;
480
461
  default: string;
481
462
  };
463
+ loading: {
464
+ type: import("vue").PropType<boolean>;
465
+ };
482
466
  placement: {
483
467
  type: import("vue").PropType<import("floating-vue").Placement>;
484
468
  default: string;
485
469
  };
486
- distance: {
487
- type: import("vue").PropType<number>;
488
- default: number;
470
+ disabled: {
471
+ type: import("vue").PropType<boolean>;
472
+ default: boolean;
473
+ };
474
+ container: {
475
+ type: import("vue").PropType<string>;
476
+ default: string;
489
477
  };
490
478
  popperClass: {
491
479
  type: import("vue").PropType<string>;
@@ -507,6 +495,10 @@ declare const DropdownTypes: () => (({
507
495
  type: import("vue").PropType<string>;
508
496
  default: string;
509
497
  };
498
+ mandatory: {
499
+ type: import("vue").PropType<boolean>;
500
+ default: boolean;
501
+ };
510
502
  helperText: {
511
503
  type: import("vue").PropType<string>;
512
504
  default: string;
@@ -546,6 +538,10 @@ declare const DropdownTypes: () => (({
546
538
  type: import("vue").PropType<boolean>;
547
539
  default: boolean;
548
540
  };
541
+ distance: {
542
+ type: import("vue").PropType<number>;
543
+ default: number;
544
+ };
549
545
  isOpen: {
550
546
  type: import("vue").PropType<boolean>;
551
547
  };
@@ -565,6 +561,10 @@ declare const DropdownTypes: () => (({
565
561
  type: import("vue").PropType<(option: any, term: string) => boolean>;
566
562
  default: () => true;
567
563
  };
564
+ flip: {
565
+ type: import("vue").PropType<boolean>;
566
+ default: boolean;
567
+ };
568
568
  keepOpen: {
569
569
  type: import("vue").PropType<boolean>;
570
570
  default: boolean;
@@ -615,44 +615,32 @@ declare const DropdownTypes: () => (({
615
615
  type: import("vue").PropType<string>;
616
616
  default: string;
617
617
  };
618
- disabled: {
619
- type: import("vue").PropType<boolean>;
620
- default: boolean;
621
- };
622
618
  size: {
623
619
  type: import("vue").PropType<"sm" | "lg">;
624
620
  default: string;
625
621
  };
626
- flip: {
627
- type: import("vue").PropType<boolean>;
628
- default: boolean;
629
- };
630
- mandatory: {
631
- type: import("vue").PropType<boolean>;
632
- default: boolean;
633
- };
634
- loading: {
635
- type: import("vue").PropType<boolean>;
636
- };
637
- testId: {
638
- type: import("vue").PropType<string>;
639
- default: string;
640
- };
641
622
  error: {
642
623
  type: import("vue").PropType<string>;
643
624
  default: string;
644
625
  };
645
- container: {
626
+ testId: {
646
627
  type: import("vue").PropType<string>;
647
628
  default: string;
648
629
  };
630
+ loading: {
631
+ type: import("vue").PropType<boolean>;
632
+ };
649
633
  placement: {
650
634
  type: import("vue").PropType<import("floating-vue").Placement>;
651
635
  default: string;
652
636
  };
653
- distance: {
654
- type: import("vue").PropType<number>;
655
- default: number;
637
+ disabled: {
638
+ type: import("vue").PropType<boolean>;
639
+ default: boolean;
640
+ };
641
+ container: {
642
+ type: import("vue").PropType<string>;
643
+ default: string;
656
644
  };
657
645
  popperClass: {
658
646
  type: import("vue").PropType<string>;
@@ -674,6 +662,10 @@ declare const DropdownTypes: () => (({
674
662
  type: import("vue").PropType<string>;
675
663
  default: string;
676
664
  };
665
+ mandatory: {
666
+ type: import("vue").PropType<boolean>;
667
+ default: boolean;
668
+ };
677
669
  helperText: {
678
670
  type: import("vue").PropType<string>;
679
671
  default: string;
@@ -713,6 +705,10 @@ declare const DropdownTypes: () => (({
713
705
  type: import("vue").PropType<boolean>;
714
706
  default: boolean;
715
707
  };
708
+ distance: {
709
+ type: import("vue").PropType<number>;
710
+ default: number;
711
+ };
716
712
  isOpen: {
717
713
  type: import("vue").PropType<boolean>;
718
714
  };
@@ -732,6 +728,10 @@ declare const DropdownTypes: () => (({
732
728
  type: import("vue").PropType<(option: any, term: string) => boolean>;
733
729
  default: () => true;
734
730
  };
731
+ flip: {
732
+ type: import("vue").PropType<boolean>;
733
+ default: boolean;
734
+ };
735
735
  keepOpen: {
736
736
  type: import("vue").PropType<boolean>;
737
737
  default: boolean;
@@ -778,19 +778,17 @@ declare const DropdownTypes: () => (({
778
778
  }, string, {
779
779
  title: string;
780
780
  theme: string;
781
- disabled: boolean;
782
781
  size: "sm" | "lg";
783
- flip: boolean;
784
- mandatory: boolean;
785
- testId: string;
786
782
  error: string;
787
- container: string;
783
+ testId: string;
788
784
  placement: import("floating-vue").Placement;
789
- distance: number;
785
+ disabled: boolean;
786
+ container: string;
790
787
  popperClass: string;
791
788
  selected: any;
792
789
  modelValue: any;
793
790
  placeholder: string;
791
+ mandatory: boolean;
794
792
  helperText: string;
795
793
  searchPlaceholder: string;
796
794
  isOnTop: boolean;
@@ -800,9 +798,11 @@ declare const DropdownTypes: () => (({
800
798
  defaultOpen: boolean;
801
799
  showButtonOnOpen: boolean;
802
800
  autoFocus: boolean;
801
+ distance: number;
803
802
  skidding: number;
804
803
  clearable: boolean;
805
804
  onSearch: (option: any, term: string) => boolean;
805
+ flip: boolean;
806
806
  keepOpen: boolean;
807
807
  autoSize: boolean;
808
808
  disableKeyboardEvents: boolean;