@ironsource/shared-ui 2.1.8 → 2.1.9-test.1

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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
  2. package/Chart.vue_vue_type_style_index_0_scoped_ea1e5c3e_lang.css +1 -0
  3. package/ChartHeader.vue_vue_type_style_index_0_scoped_4c37736e_lang.css +1 -0
  4. package/ChartLegend.vue_vue_type_style_index_0_scoped_c0f71a49_lang.css +1 -0
  5. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +1 -0
  6. package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
  7. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +1 -0
  8. package/DropdownV4.vue_vue_type_style_index_0_scoped_360883b1_lang.css +1 -0
  9. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  10. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
  11. package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
  12. package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
  13. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +1 -0
  14. package/SettingsHeader.vue_vue_type_style_index_0_scoped_9b6cd9d9_lang.css +1 -0
  15. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
  16. package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +1 -0
  17. package/components/alert/Alert.vue2.js +3 -2
  18. package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
  19. package/components/autocomplete/index.d.ts +20 -20
  20. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
  21. package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
  22. package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
  23. package/components/button/v4/index.d.ts +170 -1
  24. package/components/button/v4/index.js +10 -3
  25. package/components/chart/Chart.vue.d.ts +5 -0
  26. package/components/chart/Chart.vue.js +4 -4
  27. package/components/chart/Chart.vue2.js +51 -49
  28. package/components/chart/ChartHeader.vue.d.ts +5 -0
  29. package/components/chart/ChartHeader.vue.js +2 -2
  30. package/components/chart/ChartHeader.vue2.js +35 -22
  31. package/components/chart/ChartLegend.vue.js +3 -3
  32. package/components/chart/ChartLegend.vue2.js +35 -28
  33. package/components/chart/SettingsHeader.vue.js +3 -3
  34. package/components/chart/SettingsHeader.vue2.js +33 -26
  35. package/components/chart/index.d.ts +20 -1
  36. package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
  37. package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
  38. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  39. package/components/dialog/v3/index.d.ts +5 -5
  40. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  41. package/components/dialog/v4/DialogV4.vue2.js +6 -5
  42. package/components/dialog/v4/index.d.ts +5 -5
  43. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  44. package/components/dropdown/v3/index.d.ts +51 -51
  45. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
  46. package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
  47. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
  48. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +5 -0
  49. package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
  50. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +23 -22
  51. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +11 -0
  52. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
  53. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +59 -45
  54. package/components/dropdown/v4/DropdownV4.vue.d.ts +8 -2
  55. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  56. package/components/dropdown/v4/DropdownV4.vue2.js +121 -109
  57. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
  58. package/components/dropdown/v4/OptionV4.vue.d.ts +6 -0
  59. package/components/dropdown/v4/OptionV4.vue.js +3 -3
  60. package/components/dropdown/v4/OptionV4.vue2.js +83 -70
  61. package/components/dropdown/v4/index.d.ts +157 -65
  62. package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
  63. package/components/forms/FormCard.vue2.js +13 -12
  64. package/components/includeExclude/index.d.ts +56 -56
  65. package/components/input/v3/Input.vue.d.ts +1 -1
  66. package/components/input/v3/index.d.ts +32 -32
  67. package/components/input/v4/TextField.vue.d.ts +1 -1
  68. package/components/input/v4/index.d.ts +20 -20
  69. package/components/menu/Menu.vue.d.ts +1 -1
  70. package/components/menu/index.d.ts +20 -20
  71. package/components/multibar/MultiBar.vue.d.ts +1 -1
  72. package/components/multibar/MultiBar.vue2.js +3 -2
  73. package/components/multibar/index.d.ts +9 -9
  74. package/components/popover/v3/Popover.vue.d.ts +1 -1
  75. package/components/popover/v3/index.d.ts +20 -20
  76. package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
  77. package/components/popover/v4/PopoverV4.vue.js +3 -3
  78. package/components/popover/v4/PopoverV4.vue2.js +23 -20
  79. package/components/popover/v4/index.d.ts +36 -24
  80. package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
  81. package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
  82. package/components/radioButton/v3/index.d.ts +6 -6
  83. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +6 -1
  84. package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
  85. package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
  86. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
  87. package/components/radioButton/v4/index.d.ts +26 -7
  88. package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
  89. package/components/sortableList/SortableItem.vue.d.ts +1 -1
  90. package/components/switch/v3/index.d.ts +16 -16
  91. package/components/switch/v4/SwitchV4.vue2.js +6 -5
  92. package/components/switch/v4/index.d.ts +8 -8
  93. package/components/table/v4/DataGrid.vue.d.ts +5 -0
  94. package/components/table/v4/DataGrid.vue.js +4 -4
  95. package/components/table/v4/DataGrid.vue2.js +45 -44
  96. package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
  97. package/components/table/v4/MultipleDataGrid.vue.d.ts +23 -2
  98. package/components/table/v4/MultipleDataGrid.vue.js +5 -5
  99. package/components/table/v4/MultipleDataGrid.vue2.js +82 -73
  100. package/components/table/v4/index.d.ts +98 -2
  101. package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
  102. package/components/textArea/v4/index.d.ts +9 -9
  103. package/components/toggle/v3/index.d.ts +8 -8
  104. package/components/toggle/v4/index.d.ts +16 -16
  105. package/components/typography/v4/Typography.vue.js +2 -2
  106. package/components/typography/v4/Typography.vue2.js +1 -1
  107. package/consts/configs.d.ts +1 -0
  108. package/consts/configs.js +4 -0
  109. package/index.d.ts +1392 -471
  110. package/index.js +1 -1
  111. package/mocks/options.d.ts +4 -0
  112. package/package.json +2 -2
  113. package/testids/index.d.ts +8 -1
  114. package/testids/index.js +14 -13
  115. package/utils/testIds.d.ts +1 -1
  116. package/utils/testIds.js +6 -6
  117. package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
  118. package/Chart.vue_vue_type_style_index_0_scoped_df85e0af_lang.css +0 -1
  119. package/ChartHeader.vue_vue_type_style_index_0_scoped_2e3de9c5_lang.css +0 -1
  120. package/ChartLegend.vue_vue_type_style_index_0_scoped_efc608f9_lang.css +0 -1
  121. package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +0 -1
  122. package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
  123. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_fd7a490e_lang.css +0 -1
  124. package/DropdownV4.vue_vue_type_style_index_0_scoped_62a620ee_lang.css +0 -1
  125. package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
  126. package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +0 -1
  127. package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
  128. package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
  129. package/SettingsHeader.vue_vue_type_style_index_0_scoped_1791e4fe_lang.css +0 -1
  130. package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_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
  };
@@ -54,6 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
54
  statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
55
55
  disableVirtualScroll?: boolean;
56
56
  overrideOptionCountCalculation?: (option: unknown) => number;
57
+ withConditions: boolean;
57
58
  }>, {
58
59
  multi: boolean;
59
60
  inlineSearchPlaceholder: string;
@@ -106,6 +107,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
106
107
  statusType: any;
107
108
  disableVirtualScroll: boolean;
108
109
  overrideOptionCountCalculation: any;
110
+ withConditions: boolean;
109
111
  }>, {
110
112
  selectItem: (option: any, index?: number) => void;
111
113
  scrollTo: (index: number) => void;
@@ -174,6 +176,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
174
176
  statusType?: "default" | "disabled" | "success" | "warning" | "error" | "archive";
175
177
  disableVirtualScroll?: boolean;
176
178
  overrideOptionCountCalculation?: (option: unknown) => number;
179
+ withConditions: boolean;
177
180
  }>, {
178
181
  multi: boolean;
179
182
  inlineSearchPlaceholder: string;
@@ -226,6 +229,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
226
229
  statusType: any;
227
230
  disableVirtualScroll: boolean;
228
231
  overrideOptionCountCalculation: any;
232
+ withConditions: boolean;
229
233
  }>>> & {
230
234
  onCopyToClipboard?: () => any;
231
235
  onClear?: () => any;
@@ -247,9 +251,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
247
251
  size: "small" | "medium" | "large";
248
252
  flip: boolean;
249
253
  mandatory: boolean;
254
+ skidding: number;
255
+ modelValue: any;
250
256
  selected: any;
251
257
  onClear: () => void;
252
- modelValue: any;
253
258
  placeholder: string;
254
259
  multi: boolean;
255
260
  showSelectAll: boolean;
@@ -258,7 +263,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
258
263
  autoSize: boolean;
259
264
  disableKeyboardEvents: boolean;
260
265
  isOnTop: boolean;
261
- skidding: number;
262
266
  triggerLabel: string;
263
267
  triggerHelperText: string;
264
268
  triggerFeedbackText: string;
@@ -287,6 +291,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
287
291
  statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
288
292
  disableVirtualScroll: boolean;
289
293
  overrideOptionCountCalculation: (option: unknown) => number;
294
+ withConditions: boolean;
290
295
  }>, {
291
296
  label?(_: {}): any;
292
297
  "dropdown-trigger"?(_: {
@@ -323,6 +328,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
323
328
  onClick: () => void;
324
329
  };
325
330
  }): any;
331
+ "dropdown-conditions"?(_: {}): any;
326
332
  "inline-search"?(_: {}): any;
327
333
  "input-list"?(_: {
328
334
  open: true;
@@ -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_62a620ee_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_360883b1_lang.css"; //*');
4
4
  // import "../../../DropdownV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-62a620ee"]]);
5
+ const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-360883b1"]]);
6
6
  export {
7
7
  r as default
8
8
  };