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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +1 -0
  2. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +1 -0
  3. package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +1 -0
  4. package/components/alert/Alert.vue.d.ts +1 -1
  5. package/components/alert/index.d.ts +20 -20
  6. package/components/appHeader/AppHeader.vue.d.ts +1 -1
  7. package/components/appHeader/index.d.ts +9 -9
  8. package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
  9. package/components/appTrigger/index.d.ts +20 -20
  10. package/components/autocomplete/Autocomplete.vue.d.ts +4 -4
  11. package/components/autocomplete/index.d.ts +27 -27
  12. package/components/button/v3/Button.vue.d.ts +1 -1
  13. package/components/button/v3/ScrollButton.vue.d.ts +1 -1
  14. package/components/button/v3/index.d.ts +28 -28
  15. package/components/button/v4/ButtonV4.vue.d.ts +1 -1
  16. package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
  17. package/components/button/v4/index.d.ts +40 -40
  18. package/components/checkbox/v3/Checkbox.vue.d.ts +1 -1
  19. package/components/checkbox/v3/index.d.ts +20 -20
  20. package/components/checkbox/v4/CheckboxV4.vue.d.ts +1 -1
  21. package/components/checkbox/v4/index.d.ts +20 -20
  22. package/components/chip/v3/Chip.vue.d.ts +1 -1
  23. package/components/chip/v3/index.d.ts +20 -20
  24. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  25. package/components/chip/v4/index.d.ts +9 -9
  26. package/components/dateRange/common/DateRange.common.d.ts +1 -1
  27. package/components/dateRange/v3/DateRange.vue.d.ts +1 -1
  28. package/components/dateRange/v3/DateRangePicker.vue.d.ts +1 -1
  29. package/components/dateRange/v3/index.d.ts +20 -20
  30. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +1 -1
  31. package/components/dateRange/v4/DateRangeV4.vue.d.ts +1 -1
  32. package/components/dateRange/v4/index.d.ts +20 -20
  33. package/components/dialog/v3/Dialog.vue.d.ts +1 -1
  34. package/components/dialog/v3/index.d.ts +20 -20
  35. package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
  36. package/components/dialog/v4/index.d.ts +20 -20
  37. package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
  38. package/components/dropdown/v3/index.d.ts +96 -96
  39. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
  40. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  41. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +1 -1
  42. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
  43. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +4 -4
  44. package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
  45. package/components/dropdown/v4/OptionV4.vue.d.ts +3 -3
  46. package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
  47. package/components/dropdown/v4/index.d.ts +188 -188
  48. package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
  49. package/components/filterDropdown/index.d.ts +9 -9
  50. package/components/forms/CardPanel.vue.d.ts +3 -3
  51. package/components/forms/FormRow.vue.d.ts +4 -4
  52. package/components/forms/index.d.ts +34 -34
  53. package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
  54. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
  55. package/components/includeExclude/index.d.ts +78 -78
  56. package/components/inlineCopy/InlineCopy.vue.d.ts +3 -3
  57. package/components/inlineCopy/index.d.ts +25 -25
  58. package/components/input/v3/Input.vue.d.ts +1 -1
  59. package/components/input/v3/index.d.ts +44 -44
  60. package/components/input/v4/TextField.vue.d.ts +1 -1
  61. package/components/input/v4/index.d.ts +34 -34
  62. package/components/layout/FoldableSection.vue.d.ts +1 -1
  63. package/components/layout/index.d.ts +20 -20
  64. package/components/menu/Menu.vue.d.ts +1 -1
  65. package/components/menu/index.d.ts +20 -20
  66. package/components/multibar/MultiBar.vue.d.ts +1 -1
  67. package/components/multibar/index.d.ts +12 -12
  68. package/components/popover/v3/Popover.vue.d.ts +4 -4
  69. package/components/popover/v3/index.d.ts +43 -43
  70. package/components/popover/v4/PopoverV4.vue.d.ts +4 -4
  71. package/components/popover/v4/index.d.ts +27 -27
  72. package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
  73. package/components/radioButton/v3/index.d.ts +20 -20
  74. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
  75. package/components/radioButton/v4/index.d.ts +20 -20
  76. package/components/search/v3/Search.vue.d.ts +1 -1
  77. package/components/search/v3/index.d.ts +9 -9
  78. package/components/search/v4/SearchV4.vue.d.ts +1 -1
  79. package/components/search/v4/index.d.ts +9 -9
  80. package/components/shared/FieldHelpText.vue.d.ts +1 -1
  81. package/components/shared/FieldLabel.vue.d.ts +1 -1
  82. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  83. package/components/snackbar/v4/SnackbarV4.vue.d.ts +13 -13
  84. package/components/switch/v3/Switch.vue.d.ts +1 -1
  85. package/components/switch/v3/index.d.ts +20 -20
  86. package/components/table/common/Table.common.js +71 -68
  87. package/components/table/v3/index.d.ts +16 -16
  88. package/components/table/v4/DataGrid.vue.d.ts +10 -4
  89. package/components/table/v4/DataGrid.vue.js +3 -3
  90. package/components/table/v4/DataGrid.vue2.js +130 -136
  91. package/components/table/v4/DataGridRowsCounter.vue.js +2 -2
  92. package/components/table/v4/DataGridRowsCounter.vue2.js +14 -13
  93. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  94. package/components/table/v4/index.d.ts +57 -23
  95. package/components/table/v4/storyUtils.d.ts +8 -0
  96. package/components/tabs/v3/Tabs.vue.d.ts +1 -1
  97. package/components/tabs/v3/index.d.ts +20 -20
  98. package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
  99. package/components/tabs/v4/index.d.ts +20 -20
  100. package/components/textArea/v3/TextArea.vue.d.ts +1 -1
  101. package/components/textArea/v3/index.d.ts +9 -9
  102. package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
  103. package/components/textArea/v4/index.d.ts +12 -12
  104. package/components/toggle/v3/Toggle.vue.d.ts +1 -1
  105. package/components/toggle/v3/index.d.ts +5 -5
  106. package/components/toggle/v4/ToggleV4.vue.d.ts +4 -4
  107. package/components/toggle/v4/index.d.ts +27 -27
  108. package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
  109. package/components/tooltip/v3/index.d.ts +34 -34
  110. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -5
  111. package/components/tooltip/v4/index.d.ts +53 -53
  112. package/components/typography/Text.vue.d.ts +1 -1
  113. package/components/typography/index.d.ts +32 -32
  114. package/components/typography/v4/Typography.vue.d.ts +20 -0
  115. package/components/typography/v4/Typography.vue.js +3 -3
  116. package/components/typography/v4/Typography.vue2.js +40 -13
  117. package/components/typography/v4/index.d.ts +89 -13
  118. package/index.d.ts +1343 -1275
  119. package/package.json +3 -2
  120. package/utils/formatNumbers.d.ts +4 -0
  121. package/utils/formatNumbers.js +11 -0
  122. package/utils/index.d.ts +1 -0
  123. package/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +0 -1
  124. package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_0ce71f73_lang.css +0 -1
  125. package/Typography.vue_vue_type_style_index_0_scoped_4c2254ef_lang.css +0 -1
@@ -1,120 +1,123 @@
1
- import { useSlots as K, ref as c, provide as N, computed as s, onMounted as V, nextTick as j } from "vue";
1
+ import { useSlots as G, ref as c, provide as N, computed as s, onMounted as V, nextTick as j } from "vue";
2
2
  import { useVirtualList as q, useInfiniteScroll as F } from "@vueuse/core";
3
3
  import { TableContext as J } from "./TableContext.js";
4
- const Q = 46, U = 46, tt = (o, a) => {
5
- const m = K(), u = c([]);
4
+ const Q = 46, U = 46, tt = (e, u) => {
5
+ const S = G(), a = c([]);
6
6
  N(J, {
7
- onClose({ rowIndex: t, cellIndex: e, value: n } = {}) {
8
- n && (u.value = [...u.value, t], a("saveRow", {
7
+ onClose({ rowIndex: t, cellIndex: o, value: n } = {}) {
8
+ n && (a.value = [...a.value, t], u("saveRow", {
9
9
  rowIndex: t,
10
- cellIndex: e,
10
+ cellIndex: o,
11
11
  value: n,
12
12
  confirm: () => {
13
- u.value = u.value.filter(
14
- (l) => l !== t
13
+ a.value = a.value.filter(
14
+ (i) => i !== t
15
15
  );
16
16
  }
17
17
  }));
18
18
  },
19
19
  setActiveMenuRow(t) {
20
- C.value = t;
20
+ x.value = t;
21
21
  }
22
22
  });
23
- const x = s(() => !!o.selection), T = s(() => {
24
- const t = (x.value ? `${U}px ` : "") + (g.value ? `${Q}px ` : "");
25
- return o.columns.reduce((e, n) => {
26
- const l = n.width ? `${n.width}px` : `${n.colSpan || 1}fr`;
27
- return `${e} ${l}`;
23
+ const y = s(() => !!e.selection), C = s(() => {
24
+ const t = (y.value ? `${U}px ` : "") + (g.value ? `${Q}px ` : "");
25
+ return e.columns.reduce((o, n) => {
26
+ const i = n.width ? `${n.width}px` : `${n.colSpan || 1}fr`;
27
+ return `${o} ${i}`;
28
28
  }, t);
29
- }), g = s(() => !!m.expanded), y = c(null), C = c(null), H = s(() => Array(o.loadingRowCount).fill(
30
- Array(o.columns.length).fill("")
31
- )), $ = s(() => o.isLoading ? [...o.rows, ...H.value] : o.rows), { list: R, containerProps: i, wrapperProps: b, scrollTo: k } = q(
32
- $,
29
+ }), g = s(() => !!S.expanded), A = c(null), x = c(null), R = s(() => Array(e.loadingRowCount).fill(
30
+ Array(e.columns.length).fill("")
31
+ )), H = s(() => e.rows.length && Array.isArray(e.rows[0]) ? e.isLoading ? [...e.rows, ...R.value] : e.rows : e.isLoading ? [
32
+ ...e.rows.map((o) => o[e.rowDataKey]),
33
+ ...R.value
34
+ ] : e.rows.map((o) => o[e.rowDataKey])), { list: T, containerProps: l, wrapperProps: $, scrollTo: b } = q(
35
+ H,
33
36
  {
34
- itemHeight: g.value ? (t) => w[t] ?? o.rowHeight : o.rowHeight
37
+ itemHeight: g.value ? (t) => w[t] ?? e.rowHeight : e.rowHeight
35
38
  }
36
- ), B = c(null), h = c(0), I = s(() => !!m.search), O = (t) => {
37
- i.onScroll(), h.value = t.target.scrollLeft + t.target.getBoundingClientRect().width, a("onScroll", t.target.scrollTop);
39
+ ), k = c(null), h = c(0), B = s(() => !!S.search), I = (t) => {
40
+ l.onScroll(), h.value = t.target.scrollLeft + t.target.getBoundingClientRect().width, u("onScroll", t.target.scrollTop);
38
41
  };
39
42
  V(() => {
40
- h.value = i.ref.value?.getBoundingClientRect().width, o.defaultScrollPosition && setTimeout(() => {
41
- i.ref.value?.scrollTo({
42
- top: o.defaultScrollPosition,
43
+ h.value = l.ref.value?.getBoundingClientRect().width, e.defaultScrollPosition && setTimeout(() => {
44
+ l.ref.value?.scrollTo({
45
+ top: e.defaultScrollPosition,
43
46
  behavior: "smooth"
44
47
  });
45
48
  }, 300);
46
49
  });
47
- const P = s(() => {
48
- const [t] = R.value;
50
+ const O = s(() => {
51
+ const [t] = T.value;
49
52
  return t && t.index > 0;
50
- }), A = s(() => i.style), E = s(() => o.columns.reduce((t, e) => (e.isSticky && (t[e.id] = _(e)), t), {}));
53
+ }), P = s(() => l.style), L = s(() => e.columns.reduce((t, o) => (o.isSticky && (t[o.id] = M(o)), t), {}));
51
54
  F(
52
- i.ref,
55
+ l.ref,
53
56
  () => {
54
- o.isInfiniteScroll && a("loadMore");
57
+ e.isInfiniteScroll && u("loadMore");
55
58
  },
56
- { distance: o.infiniteScrollThreshold }
59
+ { distance: e.infiniteScrollThreshold }
57
60
  );
58
- function L() {
59
- i.ref.value?.scrollTo({
61
+ function E() {
62
+ l.ref.value?.scrollTo({
60
63
  top: 0,
61
64
  behavior: "smooth"
62
65
  });
63
66
  }
64
- function M(t) {
65
- if (!o.sort)
67
+ function D(t) {
68
+ if (!e.sort)
66
69
  return;
67
- const e = o.sort.sortBy === t.id;
70
+ const o = e.sort.sortBy === t.id;
68
71
  if (!(t.isSortable || t.isSortable === void 0))
69
72
  return;
70
- let l = o.sort.sortOrder, f = o.sort.sortBy;
71
- e ? l = o.sort.sortOrder === "asc" ? "desc" : "asc" : f = t.id, a("update:sort", { sortBy: f, sortOrder: l });
73
+ let i = e.sort.sortOrder, f = e.sort.sortBy;
74
+ o ? i = e.sort.sortOrder === "asc" ? "desc" : "asc" : f = t.id, u("update:sort", { sortBy: f, sortOrder: i });
72
75
  }
73
- function _(t) {
74
- const { isSticky: e, width: n } = t;
75
- if (!e || !n)
76
+ function M(t) {
77
+ const { isSticky: o, width: n } = t;
78
+ if (!o || !n)
76
79
  return null;
77
- const l = o.columns.findIndex((r) => r.id === t.id), f = o.columns.reduce((r, v, S) => S < l ? r + v.width : r, 0), G = o.columns.reduce((r, v, S) => S > l ? r + v.width : r, 0);
80
+ const i = e.columns.findIndex((r) => r.id === t.id), f = e.columns.reduce((r, v, m) => m < i ? r + v.width : r, 0), z = e.columns.reduce((r, v, m) => m > i ? r + v.width : r, 0);
78
81
  return {
79
- ...t.isStickyRight ? { right: `${G}px` } : { left: `${f}px` },
82
+ ...t.isStickyRight ? { right: `${z}px` } : { left: `${f}px` },
80
83
  zIndex: 1
81
84
  };
82
85
  }
83
- const d = c([]), w = {}, D = (t) => d.value.includes(t), W = async (t, e) => {
86
+ const d = c([]), w = {}, _ = (t) => d.value.includes(t), K = async (t, o) => {
84
87
  const n = d.value.indexOf(t);
85
88
  if (n === -1) {
86
89
  d.value.push(t);
87
- const l = e.target.closest("tr");
88
- await j(), l && (w[t] = l.offsetHeight);
90
+ const i = o.target.closest("tr");
91
+ await j(), i && (w[t] = i.offsetHeight);
89
92
  } else
90
93
  d.value.splice(n, 1), delete w[t];
91
- }, X = s(() => `${o.rowHeight}px`), z = s(
92
- () => `1 / span ${o.columns.length + 1}`
94
+ }, W = s(() => `${e.rowHeight}px`), X = s(
95
+ () => `1 / span ${e.columns.length + 1}`
93
96
  );
94
97
  return {
95
- list: R,
96
- containerProps: i,
97
- wrapperProps: b,
98
- activeRow: y,
99
- gridColumnTemplate: T,
100
- floatingActionRef: B,
101
- scrollToTop: L,
102
- toggleSortOrder: M,
103
- columnsStickyPositions: E,
104
- hasSearchSlot: I,
105
- showBackToTopButton: P,
106
- containerStyle: A,
107
- onScroll: O,
108
- scrollTo: k,
109
- savingRows: u,
98
+ list: T,
99
+ containerProps: l,
100
+ wrapperProps: $,
101
+ activeRow: A,
102
+ gridColumnTemplate: C,
103
+ floatingActionRef: k,
104
+ scrollToTop: E,
105
+ toggleSortOrder: D,
106
+ columnsStickyPositions: L,
107
+ hasSearchSlot: B,
108
+ showBackToTopButton: O,
109
+ containerStyle: P,
110
+ onScroll: I,
111
+ scrollTo: b,
112
+ savingRows: a,
110
113
  floatingActionPosition: h,
111
114
  hasExpandSlot: g,
112
- hasCheckboxes: x,
113
- toggleExpandRow: W,
114
- isRowExpanded: D,
115
- cssRowHeight: X,
116
- cssExpandGridCol: z,
117
- activeMenuRow: C
115
+ hasCheckboxes: y,
116
+ toggleExpandRow: K,
117
+ isRowExpanded: _,
118
+ cssRowHeight: W,
119
+ cssExpandGridCol: X,
120
+ activeMenuRow: x
118
121
  };
119
122
  };
120
123
  export {
@@ -24,14 +24,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
24
24
  type: import("vue").PropType<string>;
25
25
  required: true;
26
26
  };
27
- columns: {
28
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
29
- required: true;
30
- };
31
27
  testId: {
32
28
  type: import("vue").PropType<string>;
33
29
  default: string;
34
30
  };
31
+ columns: {
32
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
33
+ required: true;
34
+ };
35
35
  isLoading: {
36
36
  type: import("vue").PropType<boolean>;
37
37
  default: boolean;
@@ -118,14 +118,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
118
118
  type: import("vue").PropType<string>;
119
119
  required: true;
120
120
  };
121
- columns: {
122
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
123
- required: true;
124
- };
125
121
  testId: {
126
122
  type: import("vue").PropType<string>;
127
123
  default: string;
128
124
  };
125
+ columns: {
126
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
127
+ required: true;
128
+ };
129
129
  isLoading: {
130
130
  type: import("vue").PropType<boolean>;
131
131
  default: boolean;
@@ -236,14 +236,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
236
236
  type: import("vue").PropType<string>;
237
237
  required: true;
238
238
  };
239
- columns: {
240
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
241
- required: true;
242
- };
243
239
  testId: {
244
240
  type: import("vue").PropType<string>;
245
241
  default: string;
246
242
  };
243
+ columns: {
244
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
245
+ required: true;
246
+ };
247
247
  isLoading: {
248
248
  type: import("vue").PropType<boolean>;
249
249
  default: boolean;
@@ -315,14 +315,14 @@ declare const TableTypes: () => (import("vue").InjectionKey<import("../common/Ta
315
315
  type: import("vue").PropType<string>;
316
316
  required: true;
317
317
  };
318
- columns: {
319
- type: import("vue").PropType<import("../common/Table.types").Column[]>;
320
- required: true;
321
- };
322
318
  testId: {
323
319
  type: import("vue").PropType<string>;
324
320
  default: string;
325
321
  };
322
+ columns: {
323
+ type: import("vue").PropType<import("../common/Table.types").Column[]>;
324
+ required: true;
325
+ };
326
326
  isLoading: {
327
327
  type: import("vue").PropType<boolean>;
328
328
  default: boolean;
@@ -25,6 +25,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
25
  searchPlaceholder?: string;
26
26
  searchAutoFocus?: boolean;
27
27
  zIndexBase?: number;
28
+ rowCustomClassKey?: string;
29
+ rowDataKey?: string;
28
30
  }>, {
29
31
  title: string;
30
32
  sort: any;
@@ -49,6 +51,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
49
51
  searchPlaceholder: string;
50
52
  searchAutoFocus: boolean;
51
53
  zIndexBase: number;
54
+ rowCustomClassKey: string;
55
+ rowDataKey: string;
52
56
  }>, {
53
57
  scrollTo: (index: number) => void;
54
58
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -93,6 +97,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
93
97
  searchPlaceholder?: string;
94
98
  searchAutoFocus?: boolean;
95
99
  zIndexBase?: number;
100
+ rowCustomClassKey?: string;
101
+ rowDataKey?: string;
96
102
  }>, {
97
103
  title: string;
98
104
  sort: any;
@@ -117,6 +123,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
117
123
  searchPlaceholder: string;
118
124
  searchAutoFocus: boolean;
119
125
  zIndexBase: number;
126
+ rowCustomClassKey: string;
127
+ rowDataKey: string;
120
128
  }>>> & {
121
129
  onSelectAll?: (value: boolean) => any;
122
130
  "onUpdate:search"?: (query: string) => any;
@@ -157,6 +165,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
157
165
  selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
158
166
  emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
159
167
  zIndexBase: number;
168
+ rowCustomClassKey: string;
169
+ rowDataKey: string;
160
170
  }>, Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
161
171
  column: Column;
162
172
  }) => any>> & Partial<Record<`cell-${string}`, (_: {
@@ -175,10 +185,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
175
185
  row: import("@vueuse/core").UseVirtualListItem<Row>;
176
186
  gridColumnTemplate: any;
177
187
  }): any;
178
- "floating-row"?(_: {
179
- row: import("@vueuse/core").UseVirtualListItem<Row>;
180
- rowIndex: number;
181
- }): any;
182
188
  "empty-state"?(_: {}): any;
183
189
  footer?(_: {}): any;
184
190
  }>;
@@ -1,7 +1,7 @@
1
1
  import o from "./DataGrid.vue2.js";
2
- /* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css"; //*');
4
- const a = /* @__PURE__ */ e(o, [["__scopeId", "data-v-706b324e"]]);
2
+ /* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css"; //*');
4
+ const a = /* @__PURE__ */ _(o, [["__scopeId", "data-v-46d53424"]]);
5
5
  export {
6
6
  a as default
7
7
  };