@done-coding/admin-core 0.6.0 → 0.6.1-alpha.0

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 (41) hide show
  1. package/es/components/app-layout/AppBody.vue.mjs +2 -2
  2. package/es/components/app-layout/AppBody.vue2.mjs +33 -35
  3. package/es/components/app-layout/AppBreadcrumb.vue.mjs +2 -2
  4. package/es/components/app-layout/AppBreadcrumb.vue2.mjs +6 -7
  5. package/es/components/app-layout/AppLayout.vue.mjs +1 -1
  6. package/es/components/app-layout/AppLayout.vue2.mjs +25 -28
  7. package/es/components/data-view/DataListView.vue.mjs +2 -2
  8. package/es/components/data-view/DataListView.vue2.mjs +19 -17
  9. package/es/components/display/BooleanTag.vue.mjs +30 -0
  10. package/es/components/display/BooleanTag.vue2.mjs +4 -0
  11. package/es/components/list-page/ListPage.vue.mjs +1 -1
  12. package/es/components/list-page/ListPage.vue2.mjs +101 -89
  13. package/es/components/misc/ActionBtn.vue.mjs +29 -29
  14. package/es/components/misc/AutoRefresh.vue.mjs +2 -2
  15. package/es/components/misc/AutoRefresh.vue2.mjs +50 -42
  16. package/es/components/misc/AutoRefreshGroup.vue.mjs +7 -0
  17. package/es/components/misc/AutoRefreshGroup.vue2.mjs +60 -0
  18. package/es/components/table/TableMain.vue.mjs +3 -3
  19. package/es/components/table/TableMain.vue2.mjs +177 -167
  20. package/es/components/table/TableToolbar.vue.mjs +2 -2
  21. package/es/components/table/TableToolbar.vue2.mjs +98 -109
  22. package/es/index.mjs +148 -144
  23. package/es/style.css +1 -1
  24. package/package.json +2 -2
  25. package/types/components/app-layout/AppBody.vue.d.ts +0 -2
  26. package/types/components/app-layout/AppBreadcrumb.vue.d.ts +0 -1
  27. package/types/components/data-view/DataListView.vue.d.ts +2 -2
  28. package/types/components/data-view/types.d.ts +4 -2
  29. package/types/components/display/BooleanTag.vue.d.ts +8 -0
  30. package/types/components/display/index.d.ts +7 -1
  31. package/types/components/display/types.d.ts +19 -0
  32. package/types/components/list-page/ListPage.vue.d.ts +9 -13
  33. package/types/components/list-page/types.d.ts +1 -1
  34. package/types/components/misc/AutoRefresh.vue.d.ts +3 -9
  35. package/types/components/misc/AutoRefreshGroup.vue.d.ts +17 -0
  36. package/types/components/misc/index.d.ts +2 -1
  37. package/types/components/misc/types.d.ts +15 -0
  38. package/types/components/table/TableMain.vue.d.ts +9 -13
  39. package/types/components/table/TableToolbar.vue.d.ts +6 -2
  40. package/types/components/table/types.d.ts +20 -19
  41. package/types/hooks/activated.d.ts +2 -0
@@ -1,25 +1,25 @@
1
- import { ElTableColumn as me, ElEmpty as de, ElPagination as he } from "element-plus/es";
1
+ import { ElTableColumn as ye, ElEmpty as we, ElPagination as Se } from "element-plus/es";
2
2
  import "element-plus/es/components/base/style/css";
3
3
  import "element-plus/es/components/pagination/style/css";
4
4
  import "element-plus/es/components/empty/style/css";
5
5
  import "element-plus/es/components/table-column/style/css";
6
- import { defineComponent as ve, useCssVars as ye, useModel as Ce, useAttrs as Se, ref as f, computed as p, markRaw as J, shallowRef as be, onMounted as we, onActivated as xe, watch as m, openBlock as s, createElementBlock as S, createBlock as d, unref as n, withCtx as h, createVNode as q, mergeProps as g, createCommentVNode as Ee, resolveDynamicComponent as I, Fragment as P, renderList as Pe, createSlots as Re, renderSlot as _, createTextVNode as k, toDisplayString as Y, normalizeProps as Te, guardReactiveProps as ze, withDirectives as Ie, createElementVNode as _e, isRef as D, vShow as ke, mergeModels as F } from "vue";
7
- import G from "lodash/cloneDeep";
8
- import U from "lodash/omit";
9
- import Z from "lodash/set";
10
- import Q from "lodash/get";
11
- import He from "./TableToolbar.vue.mjs";
12
- import Ae from "../display/WatchSize.vue.mjs";
13
- import Ve from "../data-view/DataListView.vue.mjs";
14
- import { ElTable as Ne } from "element-plus";
15
- import { pickExportColumns as Le } from "../../utils/export.mjs";
16
- import { useChannelViewportHeight as Me } from "../../hooks/use-channel-viewport-height.mjs";
6
+ import { defineComponent as Ce, useModel as z, useAttrs as be, ref as f, computed as c, markRaw as D, shallowRef as xe, onMounted as Ie, onActivated as Pe, watch as d, openBlock as l, createElementBlock as S, createBlock as h, unref as n, withCtx as v, createVNode as F, mergeProps as g, createCommentVNode as Ee, resolveDynamicComponent as k, Fragment as E, renderList as Re, createSlots as Ve, renderSlot as H, createTextVNode as A, toDisplayString as Y, normalizeProps as Te, guardReactiveProps as ze, withDirectives as ke, createElementVNode as He, isRef as G, vShow as Ae, mergeModels as Z } from "vue";
7
+ import Q from "lodash/cloneDeep";
8
+ import W from "lodash/omit";
9
+ import X from "lodash/set";
10
+ import ee from "lodash/get";
11
+ import Me from "./TableToolbar.vue.mjs";
12
+ import Ne from "../display/WatchSize.vue.mjs";
13
+ import Le from "../data-view/DataListView.vue.mjs";
14
+ import { ElTable as Oe } from "element-plus";
15
+ import { pickExportColumns as Ke } from "../../utils/export.mjs";
16
+ import { useChannelViewportHeight as je } from "../../hooks/use-channel-viewport-height.mjs";
17
17
  import { APP_API_LIST_MODEL_KEY_CONFIG as R } from "../../config/list-model.mjs";
18
- const Oe = { class: "table-main" }, Ke = { class: "table-main-pagination" }, ot = /* @__PURE__ */ ve({
18
+ const Be = { class: "table-main" }, _e = { class: "table-main-pagination" }, nt = /* @__PURE__ */ Ce({
19
19
  __name: "TableMain",
20
- props: /* @__PURE__ */ F({
20
+ props: /* @__PURE__ */ Z({
21
21
  showPager: { type: Boolean, default: !0 },
22
- customView: { type: Boolean, default: !1 },
22
+ showSwitchView: { type: Boolean },
23
23
  showToolbar: { type: Boolean, default: !0 },
24
24
  toolbar: {},
25
25
  query: {},
@@ -40,208 +40,218 @@ const Oe = { class: "table-main" }, Ke = { class: "table-main-pagination" }, ot
40
40
  parentChannel: {}
41
41
  }, {
42
42
  isAutoRefresh: { type: Boolean },
43
- isAutoRefreshModifiers: {}
43
+ isAutoRefreshModifiers: {},
44
+ refreshInterval: {},
45
+ refreshIntervalModifiers: {},
46
+ customView: { type: Boolean, default: !1 },
47
+ customViewModifiers: {}
44
48
  }),
45
- emits: /* @__PURE__ */ F(["pageChange", "pageSizeChange", "dataChange", "loadingChange", "pageInfoChange"], ["update:isAutoRefresh"]),
46
- setup(u, { expose: W, emit: X }) {
47
- ye((e) => ({
48
- v9176f014: e.headerColor
49
- }));
50
- const a = u, v = X, H = Ce(u, "isAutoRefresh"), ee = Se(), b = f([]), w = f(0), i = f(0), l = f(1), y = f(!1), T = f(!1), A = f([]), te = p(
49
+ emits: /* @__PURE__ */ Z(["pageChange", "pageSizeChange", "dataChange", "loadingChange", "pageInfoChange"], ["update:isAutoRefresh", "update:refreshInterval", "update:customView"]),
50
+ setup(i, { expose: te, emit: ae }) {
51
+ const o = i, y = ae, M = z(i, "isAutoRefresh"), N = z(i, "refreshInterval"), C = z(i, "customView"), oe = be(), b = f([]), x = f(0), u = f(0), s = f(1), w = f(!1), V = f(!1), L = f([]), re = c(
51
52
  () => ({
52
- columns: Le(a.columns),
53
- selectedList: A.value,
53
+ columns: Ke(o.columns),
54
+ selectedList: L.value,
54
55
  currentPageList: b.value,
55
- api: a.api,
56
- query: a.query,
57
- total: w.value,
58
- hasSelection: a.columns.some((e) => e.type === "selection")
56
+ api: o.api,
57
+ query: o.query,
58
+ total: x.value,
59
+ hasSelection: o.columns.some((e) => e.type === "selection")
59
60
  })
60
- ), V = f(0), ae = (e) => {
61
- V.value = e;
62
- }, oe = p(
63
- () => a.customView ? J(Ve) : J(Ne)
64
- ), z = be(), re = p(
65
- () => a.columns.some((e) => e.type === "selection")
66
- ), { viewportHeightFinal: ne } = Me(a, {
61
+ ), O = f(0), ne = (e) => {
62
+ O.value = e;
63
+ }, ie = c(
64
+ () => C.value ? D(Le) : D(Oe)
65
+ ), T = xe(), se = c(
66
+ () => o.columns.some((e) => e.type === "selection")
67
+ ), { viewportHeightFinal: le } = je(o, {
67
68
  fallback: 500
68
- }), N = p(() => a.showPager ? 35 : 0), L = p(
69
- () => a.showToolbar ? V.value : 0
70
- ), le = p(() => {
71
- const { maxHeight: e, refine: t, dataViewMaxHeightMinValue: r } = a;
69
+ }), K = c(() => o.showPager ? 35 : 0), j = c(
70
+ () => o.showToolbar ? O.value : 0
71
+ ), ue = c(() => {
72
+ const { maxHeight: e, refine: t, dataViewMaxHeightMinValue: r } = o;
72
73
  return e ? Math.max(
73
- e - N.value - L.value,
74
+ e - K.value - j.value,
74
75
  r
75
76
  ) : t ? Math.max(
76
- ne.value - N.value - L.value - a.refineReduceHeight,
77
+ le.value - K.value - j.value - o.refineReduceHeight,
77
78
  r
78
79
  ) : void 0;
79
- }), x = p(() => {
80
- const e = G(a.query || {});
81
- return Z(e, R.PAGE_SIZE_KEY, i.value), Z(
80
+ }), I = c(() => {
81
+ const e = Q(o.query || {});
82
+ return X(e, R.PAGE_SIZE_KEY, u.value), X(
82
83
  e,
83
84
  R.CURRENT_PAGE_KEY,
84
- l.value
85
+ s.value
85
86
  ), e;
86
- }), se = p(() => ({
87
- ...a.tableProps,
88
- ...ee,
87
+ }), fe = () => ({
88
+ injectInfo: o.injectInfo,
89
+ exposeInfo: m
90
+ }), ce = c(() => ({
91
+ ...o.tableProps,
92
+ ...oe,
89
93
  // customView 下,需要手动处理 selectable
90
- ...a.customView ? {
91
- selectable: re.value,
92
- columns: a.columns
94
+ ...C.value ? {
95
+ selectable: se.value,
96
+ columns: o.columns,
97
+ getRenderCtxParams: fe
93
98
  } : {}
94
- })), ie = (e) => {
99
+ })), pe = (e) => {
95
100
  var r;
96
- const t = (r = a.tableProps) == null ? void 0 : r.onSelectionChange;
97
- A.value = e, t == null || t(e);
98
- }, M = (e, t = !0) => {
99
- const r = JSON.stringify(e) === JSON.stringify(x.value);
101
+ const t = (r = o.tableProps) == null ? void 0 : r.onSelectionChange;
102
+ L.value = e, t == null || t(e);
103
+ }, B = (e, t = !0) => {
104
+ const r = JSON.stringify(e) === JSON.stringify(I.value);
100
105
  return !r && t && console.warn(
101
106
  `同一地方 并发请求 参数冰花 当前不是最新的参数 丢弃结果 ${JSON.stringify(
102
107
  e
103
- )} => ${JSON.stringify(x.value)}`
108
+ )} => ${JSON.stringify(I.value)}`
104
109
  ), r;
105
- }, O = (e = !1) => {
110
+ }, _ = (e = !1) => {
106
111
  var r;
107
- if (!i.value) return;
108
- y.value ? console.warn("请求并发") : y.value = !0, e || (T.value = !0), (r = z.value) == null || r.clearSelection();
109
- const t = G(x.value);
110
- return a.api(t).then((E) => {
111
- M(t, !1) && (b.value = Q(
112
- E,
112
+ if (!u.value) return;
113
+ w.value ? console.warn("请求并发") : w.value = !0, e || (V.value = !0), (r = T.value) == null || r.clearSelection();
114
+ const t = Q(I.value);
115
+ return o.api(t).then((P) => {
116
+ B(t, !1) && (b.value = ee(
117
+ P,
113
118
  R.LIST_KEY
114
- ), w.value = Q(
115
- E,
119
+ ), x.value = ee(
120
+ P,
116
121
  R.TOTAL_KEY
117
- ), v("pageInfoChange", {
118
- pageSize: i.value,
119
- currentPage: l.value,
120
- total: w.value
122
+ ), y("pageInfoChange", {
123
+ pageSize: u.value,
124
+ currentPage: s.value,
125
+ total: x.value
121
126
  }));
122
127
  }).finally(() => {
123
- M(t) && (y.value = !1, T.value = !1);
128
+ B(t) && (w.value = !1, V.value = !1);
124
129
  });
125
- }, K = async (e = !1) => {
130
+ }, $ = async (e = !1) => {
126
131
  var t;
127
- return (t = O(e)) == null ? void 0 : t.catch(() => {
132
+ return (t = _(e)) == null ? void 0 : t.catch(() => {
128
133
  });
129
- }, ue = async (e = !1) => {
130
- if (l.value === 1)
131
- return K(e);
132
- l.value = 1;
133
- }, fe = (e) => e, C = {
134
- refresh: K,
135
- reload: ue,
136
- getTableInstance: () => z.value
137
- }, B = (e, t = []) => ({
138
- ...U(e, ["render", "headerRender"].concat(t)),
139
- injectInfo: a.injectInfo || {},
140
- exposeInfo: C
141
- }), $ = (e) => ({
142
- ...U(e, ["render", "headerRender"]),
143
- injectInfo: a.injectInfo || {},
144
- exposeInfo: C
145
- }), pe = (e) => e;
146
- W(C);
147
- const ce = (e) => {
148
- i.value = e, l.value = 1;
149
- }, j = (e) => !e || e === "expand";
150
- return we(() => {
151
- i.value = a.pageSizeInit, xe(() => {
152
- C.refresh();
134
+ }, ge = async (e = !1) => {
135
+ if (s.value === 1)
136
+ return $(e);
137
+ s.value = 1;
138
+ }, me = (e) => e, m = {
139
+ refresh: $,
140
+ reload: ge,
141
+ getTableInstance: () => T.value
142
+ }, J = (e, t = []) => ({
143
+ ...W(e, ["render", "headerRender"].concat(t)),
144
+ injectInfo: o.injectInfo || {},
145
+ exposeInfo: m
146
+ }), U = (e) => ({
147
+ ...W(e, ["render", "headerRender"]),
148
+ injectInfo: o.injectInfo || {},
149
+ exposeInfo: m
150
+ }), de = (e) => e;
151
+ te(m);
152
+ const he = (e) => {
153
+ u.value = e, s.value = 1;
154
+ }, q = (e) => !e || e === "expand";
155
+ return Ie(() => {
156
+ u.value = o.pageSizeInit, Pe(() => {
157
+ m.refresh();
153
158
  });
154
- }), m(b, (e) => {
155
- v("dataChange", e);
156
- }), m(
157
- () => a.query,
159
+ }), d(b, (e) => {
160
+ y("dataChange", e);
161
+ }), d(
162
+ () => o.query,
158
163
  (e, t) => {
159
- JSON.stringify(e) !== JSON.stringify(t) && (l.value = 1);
164
+ JSON.stringify(e) !== JSON.stringify(t) && (s.value = 1);
160
165
  }
161
- ), m(
162
- x,
166
+ ), d(
167
+ I,
163
168
  (e, t) => {
164
- JSON.stringify(e) !== JSON.stringify(t) && O();
169
+ JSON.stringify(e) !== JSON.stringify(t) && _();
165
170
  },
166
171
  {
167
172
  immediate: !0
168
173
  }
169
- ), m(T, (e) => {
170
- v("loadingChange", e);
171
- }), m(i, (e) => {
172
- v("pageSizeChange", e);
173
- }), m(l, (e) => {
174
- v("pageChange", e);
174
+ ), d(V, (e) => {
175
+ y("loadingChange", e);
176
+ }), d(u, (e) => {
177
+ y("pageSizeChange", e);
178
+ }), d(s, (e) => {
179
+ y("pageChange", e);
175
180
  }), (e, t) => {
176
- const r = me, E = de, ge = he;
177
- return s(), S("div", Oe, [
178
- u.showToolbar ? (s(), d(n(Ae), {
181
+ const r = ye, P = we, ve = Se;
182
+ return l(), S("div", Be, [
183
+ i.showToolbar ? (l(), h(n(Ne), {
179
184
  key: 0,
180
- onHeightChange: ae
185
+ onHeightChange: ne
181
186
  }, {
182
- default: h(() => [
183
- q(He, g({
184
- "is-auto-refresh": H.value,
185
- "onUpdate:isAutoRefresh": t[0] || (t[0] = (o) => H.value = o),
186
- tableExpose: C,
187
- loading: n(y),
188
- exportContext: n(te),
189
- currentPage: n(l),
190
- pageSize: n(i)
191
- }, u.toolbar), null, 16, ["is-auto-refresh", "loading", "exportContext", "currentPage", "pageSize"])
187
+ default: v(() => [
188
+ F(Me, g({
189
+ "is-auto-refresh": M.value,
190
+ "onUpdate:isAutoRefresh": t[0] || (t[0] = (a) => M.value = a),
191
+ "refresh-interval": N.value,
192
+ "onUpdate:refreshInterval": t[1] || (t[1] = (a) => N.value = a),
193
+ "custom-view": C.value,
194
+ "onUpdate:customView": t[2] || (t[2] = (a) => C.value = a),
195
+ tableExpose: m,
196
+ loading: n(w),
197
+ exportContext: n(re),
198
+ showSwitchView: i.showSwitchView,
199
+ currentPage: n(s),
200
+ pageSize: n(u)
201
+ }, i.toolbar), null, 16, ["is-auto-refresh", "refresh-interval", "custom-view", "loading", "exportContext", "showSwitchView", "currentPage", "pageSize"])
192
202
  ]),
193
203
  _: 1
194
204
  })) : Ee("", !0),
195
- (s(), d(I(n(oe)), g({
205
+ (l(), h(k(n(ie)), g({
196
206
  ref_key: "elTable",
197
- ref: z,
207
+ ref: T,
198
208
  class: "table-main-table",
199
209
  stripe: "",
200
210
  border: "",
201
211
  highlightCurrentRow: ""
202
- }, n(se), {
203
- maxHeight: n(le),
212
+ }, n(ce), {
213
+ maxHeight: n(ue),
204
214
  data: n(b),
205
- rowKey: fe(u.rowKey),
206
- onSelectionChange: ie
215
+ rowKey: me(i.rowKey),
216
+ onSelectionChange: pe
207
217
  }), {
208
- item: h((o) => [
209
- _(e.$slots, "custom-view-item", Te(ze(pe(o))), void 0, !0)
218
+ item: v((a) => [
219
+ H(e.$slots, "custom-view-item", Te(ze(de(a))), void 0, !0)
210
220
  ]),
211
- empty: h(() => [
212
- n(y) ? (s(), S(P, { key: 0 }, [
213
- k("加载中...")
214
- ], 64)) : (s(), d(E, { key: 1 }))
221
+ empty: v(() => [
222
+ n(w) ? (l(), S(E, { key: 0 }, [
223
+ A("加载中...")
224
+ ], 64)) : (l(), h(P, { key: 1 }))
215
225
  ]),
216
- default: h(() => [
217
- (s(!0), S(P, null, Pe(u.columns, (o) => (s(), d(r, g({
218
- key: o.columnKey || o.prop
219
- }, { ref_for: !0 }, o), Re({ _: 2 }, [
220
- j(o.type) ? {
226
+ default: v(() => [
227
+ (l(!0), S(E, null, Re(i.columns, (a) => (l(), h(r, g({
228
+ key: a.columnKey || a.prop
229
+ }, { ref_for: !0 }, a), Ve({ _: 2 }, [
230
+ q(a.type) ? {
221
231
  name: "default",
222
- fn: h((c) => [
223
- _(e.$slots, o.prop, g({ ref_for: !0 }, B(c)), () => [
224
- o.render ? (s(), d(I(o.render), g({
232
+ fn: v((p) => [
233
+ H(e.$slots, a.prop, g({ ref_for: !0 }, J(p)), () => [
234
+ a.render ? (l(), h(k(a.render), g({
225
235
  key: 0,
226
236
  ref_for: !0
227
- }, B(c, ["$index"]), {
228
- _index: c.$index
229
- }), null, 16, ["_index"])) : (s(), S(P, { key: 1 }, [
230
- k(Y(c.row[o.prop]), 1)
237
+ }, J(p, ["$index"]), {
238
+ _index: p.$index
239
+ }), null, 16, ["_index"])) : (l(), S(E, { key: 1 }, [
240
+ A(Y(p.row[a.prop]), 1)
231
241
  ], 64))
232
242
  ], !0)
233
243
  ]),
234
244
  key: "0"
235
245
  } : void 0,
236
- j(o.type) ? {
246
+ q(a.type) ? {
237
247
  name: "header",
238
- fn: h((c) => [
239
- _(e.$slots, `header-${o.prop}`, g({ ref_for: !0 }, $(c)), () => [
240
- o.headerRender ? (s(), d(I(o.headerRender), g({
248
+ fn: v((p) => [
249
+ H(e.$slots, `header-${a.prop}`, g({ ref_for: !0 }, U(p)), () => [
250
+ a.headerRender ? (l(), h(k(a.headerRender), g({
241
251
  key: 0,
242
252
  ref_for: !0
243
- }, $(c)), null, 16)) : (s(), S(P, { key: 1 }, [
244
- k(Y(o.label), 1)
253
+ }, U(p)), null, 16)) : (l(), S(E, { key: 1 }, [
254
+ A(Y(a.label), 1)
245
255
  ], 64))
246
256
  ], !0)
247
257
  ]),
@@ -251,26 +261,26 @@ const Oe = { class: "table-main" }, Ke = { class: "table-main-pagination" }, ot
251
261
  ]),
252
262
  _: 3
253
263
  }, 16, ["maxHeight", "data", "rowKey"])),
254
- Ie(_e("div", Ke, [
255
- q(ge, {
256
- "current-page": n(l),
257
- "onUpdate:currentPage": t[1] || (t[1] = (o) => D(l) ? l.value = o : null),
258
- "page-size": n(i),
259
- "onUpdate:pageSize": t[2] || (t[2] = (o) => D(i) ? i.value = o : null),
260
- "page-sizes": u.pageSizeOptions,
264
+ ke(He("div", _e, [
265
+ F(ve, {
266
+ "current-page": n(s),
267
+ "onUpdate:currentPage": t[3] || (t[3] = (a) => G(s) ? s.value = a : null),
268
+ "page-size": n(u),
269
+ "onUpdate:pageSize": t[4] || (t[4] = (a) => G(u) ? u.value = a : null),
270
+ "page-sizes": i.pageSizeOptions,
261
271
  size: "small",
262
272
  background: "",
263
- layout: u.pageLayout,
264
- total: n(w),
265
- onSizeChange: ce
273
+ layout: i.pageLayout,
274
+ total: n(x),
275
+ onSizeChange: he
266
276
  }, null, 8, ["current-page", "page-size", "page-sizes", "layout", "total"])
267
277
  ], 512), [
268
- [ke, u.showPager]
278
+ [Ae, i.showPager]
269
279
  ])
270
280
  ]);
271
281
  };
272
282
  }
273
283
  });
274
284
  export {
275
- ot as default
285
+ nt as default
276
286
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./TableToolbar.vue2.mjs";
2
2
  /* empty css */
3
3
  import a from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const m = /* @__PURE__ */ a(o, [["__scopeId", "data-v-b028e7a1"]]);
4
+ const f = /* @__PURE__ */ a(o, [["__scopeId", "data-v-22ae8fa7"]]);
5
5
  export {
6
- m as default
6
+ f as default
7
7
  };