@ironsource/shared-ui 2.1.9-test.0 → 2.1.9-test.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 (109) hide show
  1. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
  2. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
  3. package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
  4. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
  5. package/DropdownV4.vue_vue_type_style_index_0_scoped_cf64ca64_lang.css +1 -0
  6. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  7. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
  8. package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
  9. package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
  10. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
  11. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
  12. package/components/alert/Alert.vue2.js +3 -2
  13. package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
  14. package/components/autocomplete/index.d.ts +20 -20
  15. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
  16. package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
  17. package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
  18. package/components/button/v4/index.d.ts +170 -1
  19. package/components/button/v4/index.js +10 -3
  20. package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
  21. package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
  22. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  23. package/components/dialog/v3/index.d.ts +5 -5
  24. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  25. package/components/dialog/v4/DialogV4.vue2.js +6 -5
  26. package/components/dialog/v4/index.d.ts +5 -5
  27. package/components/dropdown/common/Dropdown.common.d.ts +1 -0
  28. package/components/dropdown/common/Dropdown.common.js +165 -158
  29. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  30. package/components/dropdown/v3/index.d.ts +51 -51
  31. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
  32. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  33. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
  34. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
  35. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  36. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
  37. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
  38. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  39. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
  40. package/components/dropdown/v4/DropdownV4.vue.d.ts +19 -7
  41. package/components/dropdown/v4/DropdownV4.vue.js +4 -4
  42. package/components/dropdown/v4/DropdownV4.vue2.js +165 -158
  43. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
  44. package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
  45. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  46. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  47. package/components/dropdown/v4/index.d.ts +196 -88
  48. package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
  49. package/components/forms/FormCard.vue2.js +13 -12
  50. package/components/includeExclude/index.d.ts +56 -56
  51. package/components/input/v3/Input.vue.d.ts +1 -1
  52. package/components/input/v3/index.d.ts +32 -32
  53. package/components/input/v4/TextField.vue.d.ts +1 -1
  54. package/components/input/v4/index.d.ts +20 -20
  55. package/components/menu/Menu.vue.d.ts +1 -1
  56. package/components/menu/index.d.ts +20 -20
  57. package/components/multibar/MultiBar.vue.d.ts +1 -1
  58. package/components/multibar/MultiBar.vue2.js +3 -2
  59. package/components/multibar/index.d.ts +9 -9
  60. package/components/popover/v3/Popover.vue.d.ts +1 -1
  61. package/components/popover/v3/index.d.ts +20 -20
  62. package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
  63. package/components/popover/v4/PopoverV4.vue.js +3 -3
  64. package/components/popover/v4/PopoverV4.vue2.js +23 -20
  65. package/components/popover/v4/index.d.ts +36 -24
  66. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  67. package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
  68. package/components/radioButton/v3/index.d.ts +6 -6
  69. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
  70. package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
  71. package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
  72. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
  73. package/components/radioButton/v4/index.d.ts +26 -7
  74. package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
  75. package/components/sortableList/SortableItem.vue.d.ts +1 -1
  76. package/components/switch/v3/index.d.ts +16 -16
  77. package/components/switch/v4/SwitchV4.vue2.js +6 -5
  78. package/components/switch/v4/index.d.ts +8 -8
  79. package/components/table/v4/DataGrid.vue.d.ts +5 -0
  80. package/components/table/v4/DataGrid.vue.js +4 -4
  81. package/components/table/v4/DataGrid.vue2.js +45 -44
  82. package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
  83. package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
  84. package/components/table/v4/MultipleDataGrid.vue.js +5 -5
  85. package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
  86. package/components/table/v4/index.d.ts +98 -2
  87. package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
  88. package/components/textArea/v4/index.d.ts +9 -9
  89. package/components/toggle/v3/index.d.ts +8 -8
  90. package/components/toggle/v4/index.d.ts +16 -16
  91. package/consts/configs.d.ts +1 -0
  92. package/consts/configs.js +4 -0
  93. package/index.d.ts +1614 -661
  94. package/index.js +1 -1
  95. package/mocks/options.d.ts +4 -0
  96. package/package.json +2 -2
  97. package/testids/index.d.ts +8 -1
  98. package/testids/index.js +14 -13
  99. package/utils/testIds.d.ts +1 -1
  100. package/utils/testIds.js +6 -6
  101. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
  102. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
  103. package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
  104. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
  105. package/DropdownV4.vue_vue_type_style_index_0_scoped_119e4bc3_lang.css +0 -1
  106. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
  107. package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
  108. package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
  109. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
@@ -1,21 +1,25 @@
1
- import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css"; import { defineComponent as O, computed as c, openBlock as a, createElementBlock as n, createBlock as k, createCommentVNode as d, createElementVNode as u, mergeProps as m, unref as l, renderSlot as i, createVNode as r, withCtx as I, createTextVNode as B, toDisplayString as w } from "vue";
2
- import V from "../../typography/v4/Typography.vue.js";
3
- import { DropdownTestIdModifiers as p } from "../../../testids/index.js";
4
- import h from "../../icon/v4/IconV4.vue.js";
1
+ import "../../../DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css"; import { defineComponent as I, computed as r, openBlock as a, createElementBlock as n, createBlock as O, createCommentVNode as s, createElementVNode as c, mergeProps as h, unref as l, renderSlot as i, createVNode as u, withCtx as $, createTextVNode as A, toDisplayString as B } from "vue";
2
+ import w from "../../typography/v4/Typography.vue.js";
3
+ import { DropdownTestIdModifiers as f } from "../../../testids/index.js";
4
+ import g from "../../icon/v4/IconV4.vue.js";
5
5
  import "../../icon/v4/IconFlag.vue.js";
6
- import A from "../../shared/FieldLabel.vue.js";
7
- import { useTestIdAttrs as $ } from "../../../utils/testIds.js";
8
- import x from "../../statusDot/StatusDot.vue.js";
9
- const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
6
+ import D from "../../shared/FieldLabel.vue.js";
7
+ import { useTestIdAttrs as S } from "../../../utils/testIds.js";
8
+ import K from "../../statusDot/StatusDot.vue.js";
9
+ import { SHARED_ASSETS_CDN_DOMAIN as V } from "../../../consts/configs.js";
10
+ const N = { class: "default-dropdown-wrapper" }, C = { class: "content" }, x = {
10
11
  key: 0,
11
12
  class: "image"
12
- }, C = ["src"], S = {
13
+ }, E = ["src"], F = {
13
14
  key: 1,
14
- class: "start-icon"
15
- }, P = {
15
+ class: "flag"
16
+ }, H = ["src"], P = {
16
17
  key: 2,
18
+ class: "start-icon"
19
+ }, z = {
20
+ key: 3,
17
21
  class: "status-dot"
18
- }, z = { key: 0 }, E = { class: "caret-down" }, G = /* @__PURE__ */ O({
22
+ }, R = { key: 0 }, U = { class: "caret-down" }, Z = /* @__PURE__ */ I({
19
23
  __name: "DefaultDropdownTrigger",
20
24
  props: {
21
25
  placeholder: { default: "Select" },
@@ -42,24 +46,26 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
42
46
  optionIconKey: { default: null },
43
47
  optionIconType: { default: null },
44
48
  showAllSelectedText: { type: Boolean, default: !0 },
49
+ allSelected: { type: Boolean, default: !1 },
50
+ optionFlagKey: { default: null },
45
51
  statusDotType: { default: null }
46
52
  },
47
53
  emits: ["click"],
48
- setup(t, { emit: T }) {
49
- const e = t, g = c(
54
+ setup(t, { emit: v }) {
55
+ const e = t, T = r(
50
56
  () => e.feedbackVariant ? `state-${e.feedbackVariant}` : ""
51
- ), v = () => {
52
- T("click");
53
- }, f = $(e.testId, p), b = c(() => e.multi ? !Array.isArray(e.selectedOption) || !e.selectedOption?.length ? e.placeholder : e.showAllSelectedText && e.options?.length === e.selectedOption.length ? `All selected (${e.selectedOption.length})` : e.selectedOption?.length === 1 && e.displayValue ? e.displayValue(e.selectedOption[0]) : `${e.selectedOption.length} selected` : e.selectedOption ? e.displayValue(e.selectedOption) : e.placeholder), s = c(() => {
57
+ ), b = () => {
58
+ v("click");
59
+ }, p = S(e.testId, f), k = r(() => e.multi ? !Array.isArray(e.selectedOption) || !e.selectedOption?.length ? e.placeholder : e.showAllSelectedText && e.allSelected ? `All selected (${e.selectedOption.length})` : e.selectedOption?.length === 1 && e.displayValue ? e.displayValue(e.selectedOption[0]) : `${e.selectedOption.length} selected` : e.selectedOption ? e.displayValue(e.selectedOption) : e.placeholder), d = r(() => {
54
60
  if (!e.selectedOption)
55
61
  return null;
56
62
  if (!e.multi)
57
63
  return e.selectedOption;
58
64
  if (Array.isArray(e.selectedOption))
59
65
  return e.selectedOption.length === 1 ? e.selectedOption[0] : null;
60
- });
61
- return (o, y) => (a(), n("div", D, [
62
- t.label ? (a(), k(A, {
66
+ }), y = r(() => e.optionFlagKey && d.value ? `${V}/assets/flags/v4/${d.value[e.optionFlagKey]?.toLowerCase()}.svg` : null);
67
+ return (o, m) => (a(), n("div", N, [
68
+ t.label ? (a(), O(D, {
63
69
  key: 0,
64
70
  label: t.label,
65
71
  mandatory: t.mandatory,
@@ -68,47 +74,55 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
68
74
  disabled: t.disabled,
69
75
  "test-id": t.testId,
70
76
  class: "dropdown-field-label"
71
- }, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : d("", !0),
72
- u("div", m({
73
- class: ["dropdown-trigger", [t.size, l(g), { open: t.open, disabled: t.disabled }]]
74
- }, l(f)[l(p).BUTTON_WRAPPER], {
75
- onClick: y[0] || (y[0] = (H) => v())
77
+ }, null, 8, ["label", "mandatory", "hover-help-text", "hover-help-text-placement", "disabled", "test-id"])) : s("", !0),
78
+ c("div", h({
79
+ class: ["dropdown-trigger", [t.size, l(T), { open: t.open, disabled: t.disabled }]]
80
+ }, l(p)[l(f).BUTTON_WRAPPER], {
81
+ onClick: m[0] || (m[0] = (L) => b())
76
82
  }), [
77
- u("div", N, [
78
- o.$slots.image || l(s) && t.optionImageKey ? (a(), n("div", K, [
83
+ c("div", C, [
84
+ o.$slots.image || l(d) && t.optionImageKey ? (a(), n("div", x, [
79
85
  i(o.$slots, "image", {}, () => [
80
86
  t.optionImageKey ? (a(), n("img", {
81
87
  key: 0,
82
- src: l(s)[t.optionImageKey]
83
- }, null, 8, C)) : d("", !0)
88
+ src: l(d)[t.optionImageKey]
89
+ }, null, 8, E)) : s("", !0)
90
+ ], !0)
91
+ ])) : s("", !0),
92
+ o.$slots.flag || l(d) && t.optionFlagKey ? (a(), n("div", F, [
93
+ i(o.$slots, "flag", {}, () => [
94
+ l(y) ? (a(), n("img", {
95
+ key: 0,
96
+ src: l(y)
97
+ }, null, 8, H)) : s("", !0)
84
98
  ], !0)
85
- ])) : d("", !0),
86
- o.$slots["icon-start"] || l(s) && t.optionIconKey ? (a(), n("div", S, [
99
+ ])) : s("", !0),
100
+ o.$slots["icon-start"] || l(d) && t.optionIconKey ? (a(), n("div", P, [
87
101
  i(o.$slots, "icon-start", {}, () => [
88
- r(l(h), {
102
+ u(l(g), {
89
103
  type: t.optionIconType,
90
- name: l(s)[t.optionIconKey],
104
+ name: l(d)[t.optionIconKey],
91
105
  size: "20px"
92
106
  }, null, 8, ["type", "name"])
93
107
  ], !0)
94
- ])) : d("", !0),
95
- t.statusDotType ? (a(), n("div", P, [
96
- r(l(x), { type: t.statusDotType }, null, 8, ["type"])
97
- ])) : d("", !0),
108
+ ])) : s("", !0),
109
+ t.statusDotType ? (a(), n("div", z, [
110
+ u(l(K), { type: t.statusDotType }, null, 8, ["type"])
111
+ ])) : s("", !0),
98
112
  i(o.$slots, "displayed-value", {}, () => [
99
- r(l(V), m({ variant: "body1" }, l(f)[l(p).BUTTON_CONTENT], { class: "displayed-value" }), {
100
- default: I(() => [
101
- B(w(l(b)), 1)
113
+ u(l(w), h({ variant: "body1" }, l(p)[l(f).BUTTON_CONTENT], { class: "displayed-value" }), {
114
+ default: $(() => [
115
+ A(B(l(k)), 1)
102
116
  ]),
103
117
  _: 1
104
118
  }, 16)
105
119
  ], !0)
106
120
  ]),
107
- o.$slots["end-icon"] ? (a(), n("div", z, [
121
+ o.$slots["end-icon"] ? (a(), n("div", R, [
108
122
  i(o.$slots, "end-icon", {}, void 0, !0)
109
- ])) : d("", !0),
110
- u("div", E, [
111
- r(l(h), {
123
+ ])) : s("", !0),
124
+ c("div", U, [
125
+ u(l(g), {
112
126
  name: "caret-down",
113
127
  size: "20px"
114
128
  })
@@ -118,5 +132,5 @@ const D = { class: "default-dropdown-wrapper" }, N = { class: "content" }, K = {
118
132
  }
119
133
  });
120
134
  export {
121
- G as default
135
+ Z as default
122
136
  };
@@ -43,18 +43,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
43
  optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
44
44
  optionEndIconKey?: string;
45
45
  optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
46
+ optionFlagKey?: string;
46
47
  valueToCopy?: string;
47
48
  disabledOptionKey?: string;
48
49
  optionTwoLinesVariant?: "horizontal" | "vertical";
49
50
  optionTwoLinesKey?: string;
50
51
  groupedOptions?: boolean;
52
+ comparingKey?: string;
53
+ withConditions: boolean;
51
54
  theme?: string;
52
55
  fullWidth?: boolean;
53
56
  optionsListWidth?: string;
54
57
  statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
55
58
  disableVirtualScroll?: boolean;
56
59
  overrideOptionCountCalculation?: (option: unknown) => number;
57
- withConditions: boolean;
58
60
  }>, {
59
61
  multi: boolean;
60
62
  inlineSearchPlaceholder: string;
@@ -97,17 +99,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
97
99
  optionIconType: any;
98
100
  optionEndIconKey: string;
99
101
  optionEndIconType: any;
102
+ optionFlagKey: any;
100
103
  valueToCopy: any;
101
104
  disabledOptionKey: string;
102
105
  optionTwoLinesVariant: any;
103
106
  optionTwoLinesKey: any;
104
107
  groupedOptions: boolean;
108
+ comparingKey: any;
109
+ withConditions: boolean;
105
110
  fullWidth: boolean;
106
111
  optionsListWidth: any;
107
112
  statusType: any;
108
113
  disableVirtualScroll: boolean;
109
114
  overrideOptionCountCalculation: any;
110
- withConditions: boolean;
111
115
  }>, {
112
116
  selectItem: (option: any, index?: number) => void;
113
117
  scrollTo: (index: number) => void;
@@ -165,18 +169,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
165
169
  optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
166
170
  optionEndIconKey?: string;
167
171
  optionEndIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
172
+ optionFlagKey?: string;
168
173
  valueToCopy?: string;
169
174
  disabledOptionKey?: string;
170
175
  optionTwoLinesVariant?: "horizontal" | "vertical";
171
176
  optionTwoLinesKey?: string;
172
177
  groupedOptions?: boolean;
178
+ comparingKey?: string;
179
+ withConditions: boolean;
173
180
  theme?: string;
174
181
  fullWidth?: boolean;
175
182
  optionsListWidth?: string;
176
183
  statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
177
184
  disableVirtualScroll?: boolean;
178
185
  overrideOptionCountCalculation?: (option: unknown) => number;
179
- withConditions: boolean;
180
186
  }>, {
181
187
  multi: boolean;
182
188
  inlineSearchPlaceholder: string;
@@ -219,17 +225,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
219
225
  optionIconType: any;
220
226
  optionEndIconKey: string;
221
227
  optionEndIconType: any;
228
+ optionFlagKey: any;
222
229
  valueToCopy: any;
223
230
  disabledOptionKey: string;
224
231
  optionTwoLinesVariant: any;
225
232
  optionTwoLinesKey: any;
226
233
  groupedOptions: boolean;
234
+ comparingKey: any;
235
+ withConditions: boolean;
227
236
  fullWidth: boolean;
228
237
  optionsListWidth: any;
229
238
  statusType: any;
230
239
  disableVirtualScroll: boolean;
231
240
  overrideOptionCountCalculation: any;
232
- withConditions: boolean;
233
241
  }>>> & {
234
242
  onCopyToClipboard?: () => any;
235
243
  onClear?: () => any;
@@ -251,9 +259,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
251
259
  size: "small" | "medium" | "large";
252
260
  flip: boolean;
253
261
  mandatory: boolean;
262
+ skidding: number;
263
+ modelValue: any;
254
264
  selected: any;
255
265
  onClear: () => void;
256
- modelValue: any;
257
266
  placeholder: string;
258
267
  multi: boolean;
259
268
  showSelectAll: boolean;
@@ -262,7 +271,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
262
271
  autoSize: boolean;
263
272
  disableKeyboardEvents: boolean;
264
273
  isOnTop: boolean;
265
- skidding: number;
266
274
  triggerLabel: string;
267
275
  triggerHelperText: string;
268
276
  triggerFeedbackText: string;
@@ -281,17 +289,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
281
289
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
282
290
  optionEndIconKey: string;
283
291
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
292
+ optionFlagKey: string;
284
293
  valueToCopy: string;
285
294
  disabledOptionKey: string;
286
295
  optionTwoLinesVariant: "horizontal" | "vertical";
287
296
  optionTwoLinesKey: string;
288
297
  groupedOptions: boolean;
298
+ comparingKey: string;
299
+ withConditions: boolean;
289
300
  fullWidth: boolean;
290
301
  optionsListWidth: string;
291
302
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
292
303
  disableVirtualScroll: boolean;
293
304
  overrideOptionCountCalculation: (option: unknown) => number;
294
- withConditions: boolean;
295
305
  }>, {
296
306
  label?(_: {}): any;
297
307
  "dropdown-trigger"?(_: {
@@ -319,11 +329,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
319
329
  optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
320
330
  optionAndIconKey: string;
321
331
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
332
+ optionFlagKey: string;
322
333
  feedbackVariant: "success" | "warning" | "error";
323
334
  valueToCopy: string;
324
335
  statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
325
336
  size: "small" | "medium" | "large";
326
337
  showAllSelectedText: boolean;
338
+ allSelected: boolean;
327
339
  onKeydown: (event: any) => void;
328
340
  onClick: () => void;
329
341
  };
@@ -1,8 +1,8 @@
1
1
  import o from "./DropdownV4.vue2.js";
2
- /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_119e4bc3_lang.css"; //*');
2
+ /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DropdownV4.vue_vue_type_style_index_0_scoped_cf64ca64_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-119e4bc3"]]);
5
+ const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-cf64ca64"]]);
6
6
  export {
7
- r as default
7
+ c as default
8
8
  };