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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Button.vue_vue_type_style_index_0_scoped_35545b8c_lang.css +1 -0
  2. package/ButtonBase.vue_vue_type_style_index_0_scoped_9021cac4_lang.css +1 -0
  3. package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +1 -0
  4. package/CardPanel.vue_vue_type_style_index_0_scoped_3cda0f04_lang.css +1 -0
  5. package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +1 -0
  6. package/FilterDropdown.vue_vue_type_style_index_0_scoped_b42d8b45_lang.css +1 -0
  7. package/FoldableSection.vue_vue_type_style_index_0_scoped_51b5b56d_lang.css +1 -0
  8. package/FormCard.vue_vue_type_style_index_0_scoped_bb7d27f9_lang.css +1 -0
  9. package/IconButton.vue_vue_type_style_index_0_scoped_6dffd3f6_lang.css +1 -0
  10. package/MenuItem.vue_vue_type_style_index_0_scoped_67e53b85_lang.css +1 -0
  11. package/Popover.vue_vue_type_style_index_0_scoped_25eb53db_lang.css +1 -0
  12. package/ToggleV4.vue_vue_type_style_index_0_scoped_ef31fecc_lang.css +1 -0
  13. package/Tooltip.vue_vue_type_style_index_0_scoped_9020a179_lang.css +1 -0
  14. package/TooltipV4.vue_vue_type_style_index_0_scoped_21f12d1a_lang.css +1 -0
  15. package/components/appTrigger/AppTrigger.vue2.js +19 -20
  16. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
  17. package/components/autocompleteDropdown/index.d.ts +1 -1
  18. package/components/button/v3/Button.vue.d.ts +4 -27
  19. package/components/button/v3/Button.vue.js +2 -2
  20. package/components/button/v3/Button.vue2.js +43 -75
  21. package/components/button/{common → v3}/ButtonBase.vue.d.ts +9 -9
  22. package/components/button/{common → v3}/ButtonBase.vue.js +3 -3
  23. package/components/button/{common → v3}/ButtonBase.vue2.js +3 -3
  24. package/components/button/v3/IconButton.vue.js +2 -2
  25. package/components/button/v3/IconButton.vue2.js +4 -4
  26. package/components/button/v3/LoaderCircleIcon.vue2.js +0 -0
  27. package/components/button/v3/LoaderDotsIcon.vue2.js +0 -0
  28. package/components/button/v3/ScrollButton.vue2.js +4 -5
  29. package/components/button/v3/index.d.ts +130 -0
  30. package/components/button/v4/ButtonV4.vue.d.ts +16 -6
  31. package/components/button/v4/ButtonV4.vue.js +3 -3
  32. package/components/button/v4/ButtonV4.vue2.js +41 -38
  33. package/components/button/v4/index.d.ts +53 -15
  34. package/components/chip/v3/Chip.vue.d.ts +1 -1
  35. package/components/chip/v3/index.d.ts +20 -20
  36. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  37. package/components/chip/v4/index.d.ts +20 -20
  38. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  39. package/components/dialog/v3/index.d.ts +4 -4
  40. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  41. package/components/dialog/v4/index.d.ts +4 -4
  42. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  43. package/components/dropdown/v3/Dropdown.vue.js +2 -2
  44. package/components/dropdown/v3/Dropdown.vue2.js +4 -4
  45. package/components/dropdown/v3/index.d.ts +59 -59
  46. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  47. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +3 -3
  48. package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
  49. package/components/dropdown/v4/index.d.ts +111 -111
  50. package/components/filterDropdown/FilterDropdown.vue.js +2 -2
  51. package/components/filterDropdown/FilterDropdown.vue2.js +4 -4
  52. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  53. package/components/includeExclude/IncludeExclude.vue2.js +22 -23
  54. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  55. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +15 -16
  56. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
  57. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  58. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +31 -32
  59. package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -7
  60. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +16 -17
  61. package/components/includeExclude/index.d.ts +135 -135
  62. package/components/input/v3/Input.vue.d.ts +3 -3
  63. package/components/input/v3/Input.vue2.js +3 -4
  64. package/components/input/v3/index.d.ts +82 -82
  65. package/components/input/v4/TextField.vue.d.ts +6 -6
  66. package/components/input/v4/TextField.vue2.js +8 -8
  67. package/components/input/v4/index.d.ts +103 -103
  68. package/components/layout/CardPanel.vue.d.ts +36 -0
  69. package/components/layout/CardPanel.vue.js +7 -0
  70. package/components/layout/CardPanel.vue2.js +25 -0
  71. package/components/layout/FoldableSection.vue.d.ts +50 -0
  72. package/components/layout/FoldableSection.vue.js +7 -0
  73. package/components/layout/FoldableSection.vue2.js +57 -0
  74. package/components/layout/FormCard.vue.d.ts +74 -0
  75. package/components/layout/FormCard.vue.js +7 -0
  76. package/components/layout/FormCard.vue2.js +74 -0
  77. package/components/layout/index.d.ts +405 -0
  78. package/components/layout/index.js +10 -0
  79. package/components/menu/Menu.vue.d.ts +1 -1
  80. package/components/menu/index.d.ts +20 -20
  81. package/components/menuItem/MenuItem.vue.js +5 -24
  82. package/components/menuItem/MenuItem.vue2.js +23 -0
  83. package/components/multibar/MultiBar.vue.d.ts +1 -1
  84. package/components/multibar/index.d.ts +1 -1
  85. package/components/popover/Popover.vue.js +6 -36
  86. package/components/popover/Popover.vue2.js +36 -3
  87. package/components/popover/index.d.ts +16 -16
  88. package/components/popover/index.js +2 -3
  89. package/components/shared/FieldLabel.vue2.js +3 -3
  90. package/components/snackbar/v4/SnackbarV4.vue.d.ts +30 -10
  91. package/components/table/common/Table.common.js +20 -20
  92. package/components/table/v3/index.d.ts +16 -16
  93. package/components/table/v4/DataGrid.vue.d.ts +1 -1
  94. package/components/table/v4/index.d.ts +20 -20
  95. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  96. package/components/toggle/v3/index.d.ts +17 -17
  97. package/components/toggle/v4/ToggleV4.vue.d.ts +2 -2
  98. package/components/toggle/v4/ToggleV4.vue.js +7 -0
  99. package/components/toggle/v4/ToggleV4.vue2.js +95 -0
  100. package/components/toggle/v4/index.d.ts +313 -0
  101. package/components/toggle/v4/index.js +6 -0
  102. package/components/tooltip/v3/Tooltip.vue.js +6 -3
  103. package/components/tooltip/v3/Tooltip.vue2.js +3 -3
  104. package/components/tooltip/v3/index.js +3 -4
  105. package/components/tooltip/v4/TooltipV4.vue.js +6 -65
  106. package/components/tooltip/v4/TooltipV4.vue2.js +67 -0
  107. package/components/tooltip/v4/index.js +2 -2
  108. package/index.d.ts +1556 -858
  109. package/index.js +137 -129
  110. package/package.json +17 -5
  111. package/testids/index.d.ts +11 -0
  112. package/testids/index.js +16 -14
  113. package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +0 -1
  114. package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +0 -1
  115. package/ButtonV4.vue_vue_type_style_index_0_scoped_3fd2281b_lang.css +0 -1
  116. package/Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css +0 -1
  117. package/FilterDropdown.vue_vue_type_style_index_0_scoped_1320b13b_lang.css +0 -1
  118. package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +0 -1
  119. package/MenuItem.vue_vue_type_style_index_0_scoped_c7e837fa_lang.css +0 -1
  120. package/components/button/common/ButtonSuper.vue.d.ts +0 -52
  121. package/components/tooltip/v4/TooltipV4.vue3.js +0 -4
  122. /package/{Popover.vue_vue_type_style_index_0_lang.css → Popover.vue_vue_type_style_index_1_lang.css} +0 -0
  123. /package/{Tooltip.vue_vue_type_style_index_0_lang.css → Tooltip.vue_vue_type_style_index_1_lang.css} +0 -0
  124. /package/{TooltipV4.vue_vue_type_style_index_0_lang.css → TooltipV4.vue_vue_type_style_index_1_lang.css} +0 -0
  125. /package/components/button/{consts.d.ts → common/consts.d.ts} +0 -0
  126. /package/components/button/{consts.js → common/consts.js} +0 -0
  127. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.d.ts +0 -0
  128. /package/components/button/{icon → v3}/LoaderCircleIcon.vue.js +0 -0
  129. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.d.ts +0 -0
  130. /package/components/button/{icon → v3}/LoaderDotsIcon.vue.js +0 -0
@@ -75,8 +75,8 @@ declare const DialogTypes: () => ({
75
75
  default: boolean;
76
76
  };
77
77
  }>> & {
78
- onClose?: (reason: import("../v3").Reason) => any;
79
78
  "onUpdate:modelValue"?: (value: boolean) => any;
79
+ onClose?: (reason: import("../v3").Reason) => any;
80
80
  onOpen?: () => any;
81
81
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "size" | "testId" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton">;
82
82
  $attrs: {
@@ -150,8 +150,8 @@ declare const DialogTypes: () => ({
150
150
  default: boolean;
151
151
  };
152
152
  }>> & {
153
- onClose?: (reason: import("../v3").Reason) => any;
154
153
  "onUpdate:modelValue"?: (value: boolean) => any;
154
+ onClose?: (reason: import("../v3").Reason) => any;
155
155
  onOpen?: () => any;
156
156
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
157
157
  "update:modelValue": (value: boolean) => void;
@@ -249,8 +249,8 @@ declare const DialogTypes: () => ({
249
249
  default: boolean;
250
250
  };
251
251
  }>> & {
252
- onClose?: (reason: import("../v3").Reason) => any;
253
252
  "onUpdate:modelValue"?: (value: boolean) => any;
253
+ onClose?: (reason: import("../v3").Reason) => any;
254
254
  onOpen?: () => any;
255
255
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
256
256
  __isFragment?: never;
@@ -314,8 +314,8 @@ declare const DialogTypes: () => ({
314
314
  default: boolean;
315
315
  };
316
316
  }>> & {
317
- onClose?: (reason: import("../v3").Reason) => any;
318
317
  "onUpdate:modelValue"?: (value: boolean) => any;
318
+ onClose?: (reason: import("../v3").Reason) => any;
319
319
  onOpen?: () => any;
320
320
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
321
321
  "update:modelValue": (value: boolean) => void;
@@ -170,18 +170,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
170
170
  title: string;
171
171
  theme: string;
172
172
  size: "sm" | "lg";
173
- testId: string;
174
173
  error: string;
174
+ testId: string;
175
175
  placement: Placement;
176
176
  disabled: boolean;
177
177
  container: string;
178
178
  popperClass: string;
179
179
  selected: any;
180
- distance: number;
181
- mandatory: boolean;
182
180
  modelValue: any;
183
181
  placeholder: string;
184
- autoFocus: boolean;
182
+ mandatory: boolean;
185
183
  helperText: string;
186
184
  searchPlaceholder: string;
187
185
  isOnTop: boolean;
@@ -190,6 +188,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
190
188
  noResultsText: string;
191
189
  defaultOpen: boolean;
192
190
  showButtonOnOpen: boolean;
191
+ autoFocus: boolean;
192
+ distance: number;
193
193
  skidding: number;
194
194
  clearable: boolean;
195
195
  onSearch: (option: any, term: string) => boolean;
@@ -213,7 +213,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
213
213
  open: true;
214
214
  }): any;
215
215
  default?(_: {
216
- option: any;
216
+ option: unknown;
217
217
  selected: boolean;
218
218
  active: boolean;
219
219
  }): any;
@@ -1,8 +1,8 @@
1
1
  import o from "./Dropdown.vue2.js";
2
2
  /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css"; //*');
3
+ // import "../../../Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css"; //*');
4
4
  // import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-e8324d12"]]);
5
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d4f8e790"]]);
6
6
  export {
7
7
  r as default
8
8
  };
@@ -1,16 +1,16 @@
1
- import "../../../Dropdown.vue_vue_type_style_index_0_scoped_e8324d12_lang.css"; import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; import { defineComponent as le, openBlock as a, createElementBlock as i, normalizeClass as T, unref as e, renderSlot as b, createVNode as s, withCtx as n, Transition as ae, createTextVNode as r, toDisplayString as h, createCommentVNode as o, createBlock as I, isRef as de, createElementVNode as m, mergeProps as P, withModifiers as N, Fragment as oe, renderList as ie, toRaw as $, pushScopeId as ne, popScopeId as se } from "vue";
1
+ import "../../../Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css"; import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; import { defineComponent as le, openBlock as a, createElementBlock as i, normalizeClass as T, unref as e, renderSlot as b, createVNode as s, withCtx as n, Transition as ae, createTextVNode as r, toDisplayString as h, createCommentVNode as o, createBlock as I, isRef as de, createElementVNode as m, mergeProps as P, withModifiers as N, Fragment as oe, renderList as ie, toRaw as $, pushScopeId as ne, popScopeId as se } from "vue";
2
2
  import x from "../../button/v3/Button.vue.js";
3
3
  import "../../button/v3/IconButton.vue.js";
4
4
  import "../../button/v3/ScrollButton.vue.js";
5
5
  import re from "./Option.vue.js";
6
6
  import A from "../../icon/v3/Icon.vue.js";
7
- import ue from "../../search/v4/SearchV4.vue.js";
7
+ import ue from "../../search/v3/Search.vue.js";
8
8
  import "../../typography/Heading.vue.js";
9
9
  import y from "../../typography/Text.vue.js";
10
10
  import { Dropdown as fe } from "floating-vue";
11
11
  import { DropdownTestIdModifiers as u } from "../../../testids/index.js";
12
12
  import { dropdownCommon as ce } from "../common/Dropdown.common.js";
13
- const me = (t) => (ne("data-v-e8324d12"), t = t(), se(), t), ye = ["tabindex", "data-testid"], pe = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"], be = {
13
+ const me = (t) => (ne("data-v-d4f8e790"), t = t(), se(), t), ye = ["tabindex", "data-testid"], pe = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"], be = {
14
14
  key: 0,
15
15
  class: "image-slot"
16
16
  }, he = { class: "angle-down" }, ke = {
@@ -145,7 +145,7 @@ const me = (t) => (ne("data-v-e8324d12"), t = t(), se(), t), ye = ["tabindex", "
145
145
  theme: t.theme,
146
146
  "popper-class": [
147
147
  t.popperClass,
148
- t.autoSize ? "v-popper--theme-is-dropdown--auto-size" : null
148
+ t.autoSize ? "v-popper--theme-is-dropdown-v3--auto-size" : null
149
149
  ],
150
150
  placement: t.placement,
151
151
  skidding: t.isOnTop ? 0 : t.skidding,
@@ -10,18 +10,16 @@ declare const DropdownTypes: () => (({
10
10
  title: string;
11
11
  theme: string;
12
12
  size: "sm" | "lg";
13
- testId: string;
14
13
  error: string;
14
+ testId: string;
15
15
  placement: import("floating-vue").Placement;
16
16
  disabled: boolean;
17
17
  container: string;
18
18
  popperClass: string;
19
19
  selected: any;
20
- distance: number;
21
- mandatory: boolean;
22
20
  modelValue: any;
23
21
  placeholder: string;
24
- autoFocus: boolean;
22
+ mandatory: boolean;
25
23
  helperText: string;
26
24
  searchPlaceholder: string;
27
25
  isOnTop: boolean;
@@ -30,6 +28,8 @@ declare const DropdownTypes: () => (({
30
28
  noResultsText: string;
31
29
  defaultOpen: boolean;
32
30
  showButtonOnOpen: boolean;
31
+ autoFocus: boolean;
32
+ distance: number;
33
33
  skidding: number;
34
34
  clearable: boolean;
35
35
  onSearch: (option: any, term: string) => boolean;
@@ -54,11 +54,11 @@ declare const DropdownTypes: () => (({
54
54
  type: import("vue").PropType<"sm" | "lg">;
55
55
  default: string;
56
56
  };
57
- testId: {
57
+ error: {
58
58
  type: import("vue").PropType<string>;
59
59
  default: string;
60
60
  };
61
- error: {
61
+ testId: {
62
62
  type: import("vue").PropType<string>;
63
63
  default: string;
64
64
  };
@@ -89,14 +89,6 @@ declare const DropdownTypes: () => (({
89
89
  type: import("vue").PropType<any[]>;
90
90
  required: true;
91
91
  };
92
- distance: {
93
- type: import("vue").PropType<number>;
94
- default: number;
95
- };
96
- mandatory: {
97
- type: import("vue").PropType<boolean>;
98
- default: boolean;
99
- };
100
92
  modelValue: {
101
93
  type: import("vue").PropType<unknown>;
102
94
  default: any;
@@ -105,7 +97,7 @@ declare const DropdownTypes: () => (({
105
97
  type: import("vue").PropType<string>;
106
98
  default: string;
107
99
  };
108
- autoFocus: {
100
+ mandatory: {
109
101
  type: import("vue").PropType<boolean>;
110
102
  default: boolean;
111
103
  };
@@ -144,6 +136,14 @@ declare const DropdownTypes: () => (({
144
136
  type: import("vue").PropType<boolean>;
145
137
  default: boolean;
146
138
  };
139
+ autoFocus: {
140
+ type: import("vue").PropType<boolean>;
141
+ default: boolean;
142
+ };
143
+ distance: {
144
+ type: import("vue").PropType<number>;
145
+ default: number;
146
+ };
147
147
  isOpen: {
148
148
  type: import("vue").PropType<boolean>;
149
149
  };
@@ -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" | "size" | "testId" | "error" | "placement" | "disabled" | "container" | "popperClass" | "selected" | "distance" | "mandatory" | "modelValue" | "placeholder" | "autoFocus" | "helperText" | "searchPlaceholder" | "isOnTop" | "multi" | "inlineSearch" | "noResultsText" | "defaultOpen" | "showButtonOnOpen" | "skidding" | "clearable" | "onSearch" | "flip" | "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
  };
@@ -213,7 +213,7 @@ declare const DropdownTypes: () => (({
213
213
  }>;
214
214
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
215
215
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
216
- $emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
216
+ $emit: ((event: "update:selected", value: unknown) => void) & ((event: "apply", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
217
217
  $el: any;
218
218
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
219
219
  title: {
@@ -228,11 +228,11 @@ declare const DropdownTypes: () => (({
228
228
  type: import("vue").PropType<"sm" | "lg">;
229
229
  default: string;
230
230
  };
231
- testId: {
231
+ error: {
232
232
  type: import("vue").PropType<string>;
233
233
  default: string;
234
234
  };
235
- error: {
235
+ testId: {
236
236
  type: import("vue").PropType<string>;
237
237
  default: string;
238
238
  };
@@ -263,14 +263,6 @@ declare const DropdownTypes: () => (({
263
263
  type: import("vue").PropType<any[]>;
264
264
  required: true;
265
265
  };
266
- distance: {
267
- type: import("vue").PropType<number>;
268
- default: number;
269
- };
270
- mandatory: {
271
- type: import("vue").PropType<boolean>;
272
- default: boolean;
273
- };
274
266
  modelValue: {
275
267
  type: import("vue").PropType<unknown>;
276
268
  default: any;
@@ -279,7 +271,7 @@ declare const DropdownTypes: () => (({
279
271
  type: import("vue").PropType<string>;
280
272
  default: string;
281
273
  };
282
- autoFocus: {
274
+ mandatory: {
283
275
  type: import("vue").PropType<boolean>;
284
276
  default: boolean;
285
277
  };
@@ -318,6 +310,14 @@ declare const DropdownTypes: () => (({
318
310
  type: import("vue").PropType<boolean>;
319
311
  default: boolean;
320
312
  };
313
+ autoFocus: {
314
+ type: import("vue").PropType<boolean>;
315
+ default: boolean;
316
+ };
317
+ distance: {
318
+ type: import("vue").PropType<number>;
319
+ default: number;
320
+ };
321
321
  isOpen: {
322
322
  type: import("vue").PropType<boolean>;
323
323
  };
@@ -388,18 +388,16 @@ declare const DropdownTypes: () => (({
388
388
  title: string;
389
389
  theme: string;
390
390
  size: "sm" | "lg";
391
- testId: string;
392
391
  error: string;
392
+ testId: string;
393
393
  placement: import("floating-vue").Placement;
394
394
  disabled: boolean;
395
395
  container: string;
396
396
  popperClass: string;
397
397
  selected: any;
398
- distance: number;
399
- mandatory: boolean;
400
398
  modelValue: any;
401
399
  placeholder: string;
402
- autoFocus: boolean;
400
+ mandatory: boolean;
403
401
  helperText: string;
404
402
  searchPlaceholder: string;
405
403
  isOnTop: boolean;
@@ -408,6 +406,8 @@ declare const DropdownTypes: () => (({
408
406
  noResultsText: string;
409
407
  defaultOpen: boolean;
410
408
  showButtonOnOpen: boolean;
409
+ autoFocus: boolean;
410
+ distance: number;
411
411
  skidding: number;
412
412
  clearable: boolean;
413
413
  onSearch: (option: any, term: string) => boolean;
@@ -452,11 +452,11 @@ declare const DropdownTypes: () => (({
452
452
  type: import("vue").PropType<"sm" | "lg">;
453
453
  default: string;
454
454
  };
455
- testId: {
455
+ error: {
456
456
  type: import("vue").PropType<string>;
457
457
  default: string;
458
458
  };
459
- error: {
459
+ testId: {
460
460
  type: import("vue").PropType<string>;
461
461
  default: string;
462
462
  };
@@ -487,14 +487,6 @@ declare const DropdownTypes: () => (({
487
487
  type: import("vue").PropType<any[]>;
488
488
  required: true;
489
489
  };
490
- distance: {
491
- type: import("vue").PropType<number>;
492
- default: number;
493
- };
494
- mandatory: {
495
- type: import("vue").PropType<boolean>;
496
- default: boolean;
497
- };
498
490
  modelValue: {
499
491
  type: import("vue").PropType<unknown>;
500
492
  default: any;
@@ -503,7 +495,7 @@ declare const DropdownTypes: () => (({
503
495
  type: import("vue").PropType<string>;
504
496
  default: string;
505
497
  };
506
- autoFocus: {
498
+ mandatory: {
507
499
  type: import("vue").PropType<boolean>;
508
500
  default: boolean;
509
501
  };
@@ -542,6 +534,14 @@ declare const DropdownTypes: () => (({
542
534
  type: import("vue").PropType<boolean>;
543
535
  default: boolean;
544
536
  };
537
+ autoFocus: {
538
+ type: import("vue").PropType<boolean>;
539
+ default: boolean;
540
+ };
541
+ distance: {
542
+ type: import("vue").PropType<number>;
543
+ default: number;
544
+ };
545
545
  isOpen: {
546
546
  type: import("vue").PropType<boolean>;
547
547
  };
@@ -619,11 +619,11 @@ declare const DropdownTypes: () => (({
619
619
  type: import("vue").PropType<"sm" | "lg">;
620
620
  default: string;
621
621
  };
622
- testId: {
622
+ error: {
623
623
  type: import("vue").PropType<string>;
624
624
  default: string;
625
625
  };
626
- error: {
626
+ testId: {
627
627
  type: import("vue").PropType<string>;
628
628
  default: string;
629
629
  };
@@ -654,14 +654,6 @@ declare const DropdownTypes: () => (({
654
654
  type: import("vue").PropType<any[]>;
655
655
  required: true;
656
656
  };
657
- distance: {
658
- type: import("vue").PropType<number>;
659
- default: number;
660
- };
661
- mandatory: {
662
- type: import("vue").PropType<boolean>;
663
- default: boolean;
664
- };
665
657
  modelValue: {
666
658
  type: import("vue").PropType<unknown>;
667
659
  default: any;
@@ -670,7 +662,7 @@ declare const DropdownTypes: () => (({
670
662
  type: import("vue").PropType<string>;
671
663
  default: string;
672
664
  };
673
- autoFocus: {
665
+ mandatory: {
674
666
  type: import("vue").PropType<boolean>;
675
667
  default: boolean;
676
668
  };
@@ -709,6 +701,14 @@ declare const DropdownTypes: () => (({
709
701
  type: import("vue").PropType<boolean>;
710
702
  default: boolean;
711
703
  };
704
+ autoFocus: {
705
+ type: import("vue").PropType<boolean>;
706
+ default: boolean;
707
+ };
708
+ distance: {
709
+ type: import("vue").PropType<number>;
710
+ default: number;
711
+ };
712
712
  isOpen: {
713
713
  type: import("vue").PropType<boolean>;
714
714
  };
@@ -779,18 +779,16 @@ declare const DropdownTypes: () => (({
779
779
  title: string;
780
780
  theme: string;
781
781
  size: "sm" | "lg";
782
- testId: string;
783
782
  error: string;
783
+ testId: string;
784
784
  placement: import("floating-vue").Placement;
785
785
  disabled: boolean;
786
786
  container: string;
787
787
  popperClass: string;
788
788
  selected: any;
789
- distance: number;
790
- mandatory: boolean;
791
789
  modelValue: any;
792
790
  placeholder: string;
793
- autoFocus: boolean;
791
+ mandatory: boolean;
794
792
  helperText: string;
795
793
  searchPlaceholder: string;
796
794
  isOnTop: boolean;
@@ -799,6 +797,8 @@ declare const DropdownTypes: () => (({
799
797
  noResultsText: string;
800
798
  defaultOpen: boolean;
801
799
  showButtonOnOpen: boolean;
800
+ autoFocus: boolean;
801
+ distance: number;
802
802
  skidding: number;
803
803
  clearable: boolean;
804
804
  onSearch: (option: any, term: string) => boolean;
@@ -823,7 +823,7 @@ declare const DropdownTypes: () => (({
823
823
  open: true;
824
824
  }): any;
825
825
  default?(_: {
826
- option: any;
826
+ option: unknown;
827
827
  selected: boolean;
828
828
  active: boolean;
829
829
  }): any;
@@ -42,9 +42,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
42
42
  label: string;
43
43
  testId: string;
44
44
  disabled: boolean;
45
- feedbackVariant: string;
46
45
  open: boolean;
47
46
  displayedValue: any;
47
+ feedbackVariant: string;
48
48
  }>;
49
49
  export default _default;
50
50
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -79,13 +79,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
79
79
  selected: any;
80
80
  options: any;
81
81
  singleAppSelection: boolean;
82
+ placeholder: string;
83
+ open: boolean;
82
84
  mandatory: boolean;
85
+ feedbackVariant: "error" | "success" | "warning";
83
86
  hoverHelpText: string;
84
87
  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";
85
- placeholder: string;
86
88
  feedbackText: string;
87
- feedbackVariant: "error" | "success" | "warning";
88
- open: boolean;
89
89
  brandIconType: "android" | "ios";
90
90
  }>, {
91
91
  "brand-icon"?(_: {}): any;
@@ -169,15 +169,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
169
169
  container: string;
170
170
  popperClass: string;
171
171
  selected: any;
172
- distance: number;
173
- mandatory: boolean;
174
172
  modelValue: any;
175
173
  placeholder: string;
174
+ mandatory: boolean;
176
175
  isOnTop: boolean;
177
176
  multi: boolean;
178
177
  inlineSearch: boolean;
179
178
  noResultsText: string;
180
179
  defaultOpen: boolean;
180
+ distance: number;
181
181
  skidding: number;
182
182
  onSearch: (option: any, term: string) => boolean;
183
183
  flip: boolean;