@sarafapp/ant-design 1.0.25 → 1.0.26
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.
- package/dist/baseForm/SarafNumberFiled.vue.d.ts +2 -0
- package/dist/baseForm/SarafNumberFiled.vue.es.js +1 -1
- package/dist/baseForm/SarafNumberFiled.vue.es2.js +39 -33
- package/dist/baseForm/SarafSearchFiled.vue.es.js +13 -12
- package/dist/baseForm/SarafSelect.vue.d.ts +2 -0
- package/dist/baseForm/SarafSelect.vue.es.js +1 -1
- package/dist/baseForm/SarafSelect.vue.es2.js +73 -69
- package/dist/baseTable/SarafPriceTableCell.vue.es.js +3 -3
- package/dist/baseTable/SarafPriceTableCell.vue.es2.js +10 -10
- package/dist/baseTable/SarafTable.vue.es.js +4 -4
- package/dist/baseTable/SarafTable.vue.es2.js +165 -152
- package/dist/baseTable/SarafTableGenerator.vue.d.ts +4 -2
- package/dist/baseTable/SarafTableGenerator.vue.es.js +1 -1
- package/dist/baseTable/SarafTableGenerator.vue.es2.js +114 -106
- package/dist/baseTable/SarafTradeSymbolPriceCell.vue.es.js +1 -1
- package/dist/baseTable/SarafTradeSymbolPriceCell.vue.es2.js +25 -23
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,205 +1,218 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { SelectableTable as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
|
|
1
|
+
import { defineComponent as se, ref as h, computed as d, onBeforeMount as ue, onBeforeUpdate as de, onBeforeUnmount as pe, resolveComponent as y, createBlock as i, openBlock as n, createSlots as me, withCtx as s, createElementBlock as u, createCommentVNode as g, unref as a, toDisplayString as f, createVNode as S, createElementVNode as ye, mergeProps as fe, Fragment as k, renderList as B, withModifiers as Se, createTextVNode as A, renderSlot as Te } from "vue";
|
|
2
|
+
import { SelectableTable as he, TableConstants as w, CellType as r, HeaderType as _e, SortDetail as be, SortOrderTableHeader as ve, SortOrder as L, TABLE_ACTION_COLUMN as Ce, isOnlyOneItem as ge, isLastItem as ke } from "@sarafapp/iron_core";
|
|
3
|
+
import Ae from "../dataDisplay/tooltip/SarafTooltip.vue.es.js";
|
|
4
|
+
import we from "../dataDisplay/tag/SarafTag.vue.es.js";
|
|
5
|
+
import Ie from "./SarafBankCardTableCell.vue.es.js";
|
|
6
|
+
import Pe from "./SarafIbanTableCell.vue.es.js";
|
|
7
|
+
import De from "./SarafSymbolTableCell.vue.es.js";
|
|
8
|
+
import Oe from "./SarafTradeAmountTableCell.vue.es.js";
|
|
9
|
+
import Ne from "./SarafTradeSymbolPriceCell.vue.es.js";
|
|
10
|
+
import Re from "./SarafTradeSymbolCell.vue.es.js";
|
|
11
|
+
import xe from "./SarafTradeDateCell.vue.es.js";
|
|
12
|
+
import Ee from "./SarafPriceTableCell.vue.es.js";
|
|
13
|
+
import Be from "./SarafDynamicCurrencyPriceTableCell.vue.es.js";
|
|
14
|
+
const Le = { key: 0 }, Me = {
|
|
14
15
|
key: 11,
|
|
15
16
|
class: "saraf-image-cell-wrapper"
|
|
16
|
-
},
|
|
17
|
+
}, Ue = ["src", "alt"], He = { key: 1 }, Ke = {
|
|
18
|
+
key: 12,
|
|
19
|
+
class: "action-column"
|
|
20
|
+
}, tt = /* @__PURE__ */ se({
|
|
17
21
|
__name: "SarafTable",
|
|
18
22
|
props: {
|
|
19
23
|
dataSource: {}
|
|
20
24
|
},
|
|
21
|
-
setup(
|
|
22
|
-
const l =
|
|
23
|
-
total:
|
|
24
|
-
current:
|
|
25
|
+
setup(M) {
|
|
26
|
+
const l = M, I = h(""), p = h([]), P = h([]), T = h(), _ = d(() => l.dataSource instanceof he), U = d(() => l.dataSource.isLoading()), D = d(() => p.value.length > w.MINIMAL_LOADABLE_HEADER_COUNT), b = d(() => l.dataSource.getData()), H = d(() => ({
|
|
27
|
+
total: b.value.totalItems,
|
|
28
|
+
current: b.value.currentPage,
|
|
25
29
|
showLessItems: !0,
|
|
26
|
-
showTotal(
|
|
27
|
-
return "تعداد کل: " +
|
|
30
|
+
showTotal(e) {
|
|
31
|
+
return "تعداد کل: " + e;
|
|
28
32
|
},
|
|
29
33
|
defaultPageSize: w.DEFAULT_ITEM_COUNT_PER_PAGE,
|
|
30
34
|
pageSize: l.dataSource.getItemCountPerPage(),
|
|
31
35
|
position: [w.PAGINATION_POSITION]
|
|
32
|
-
})),
|
|
33
|
-
var
|
|
34
|
-
return ((
|
|
35
|
-
}),
|
|
36
|
-
onSelect:
|
|
37
|
-
onSelectAll:
|
|
38
|
-
selectedRowKeys:
|
|
39
|
-
} : null),
|
|
40
|
-
function
|
|
41
|
-
|
|
36
|
+
})), O = d(() => {
|
|
37
|
+
var e;
|
|
38
|
+
return ((e = p.value[p.value.length - 1]) == null ? void 0 : e.cellType) === r.ACTION;
|
|
39
|
+
}), K = d(() => _.value ? {
|
|
40
|
+
onSelect: $,
|
|
41
|
+
onSelectAll: F,
|
|
42
|
+
selectedRowKeys: P.value
|
|
43
|
+
} : null), V = d(() => !!T.value.summaryItems.length);
|
|
44
|
+
function z(e) {
|
|
45
|
+
const c = e.currentTarget;
|
|
46
|
+
I.value = c.scrollWidth > c.clientWidth ? c.innerText : "";
|
|
42
47
|
}
|
|
43
|
-
function
|
|
48
|
+
function $(e) {
|
|
49
|
+
l.dataSource.rowSelect(e);
|
|
50
|
+
}
|
|
51
|
+
function F() {
|
|
44
52
|
l.dataSource.selectAll();
|
|
45
53
|
}
|
|
46
|
-
function
|
|
47
|
-
|
|
54
|
+
function N() {
|
|
55
|
+
P.value = l.dataSource.getSelectedRowIds();
|
|
48
56
|
}
|
|
49
|
-
async function
|
|
50
|
-
if (
|
|
51
|
-
|
|
52
|
-
a.pageSize
|
|
53
|
-
), m != null && m.columnKey) {
|
|
54
|
-
const b = new he(
|
|
57
|
+
async function G(e, c, m) {
|
|
58
|
+
if (e && await l.dataSource.paginate(e.current, e.pageSize), m != null && m.columnKey) {
|
|
59
|
+
const v = new be(
|
|
55
60
|
m.columnKey,
|
|
56
|
-
|
|
61
|
+
W(m.order)
|
|
57
62
|
);
|
|
58
|
-
await l.dataSource.sort(
|
|
63
|
+
await l.dataSource.sort(v);
|
|
59
64
|
}
|
|
60
65
|
}
|
|
61
|
-
function
|
|
62
|
-
return
|
|
66
|
+
function W(e) {
|
|
67
|
+
return e === ve.ASC ? L.ASC : L.DESC;
|
|
63
68
|
}
|
|
64
|
-
async function
|
|
65
|
-
await l.dataSource.load(),
|
|
66
|
-
}
|
|
67
|
-
function N() {
|
|
68
|
-
d.value = l.dataSource.headerSchema;
|
|
69
|
-
const a = l.dataSource.hasAnyAction();
|
|
70
|
-
a && !D.value && j(), !a && D.value && q();
|
|
69
|
+
async function j() {
|
|
70
|
+
await l.dataSource.load(), R();
|
|
71
71
|
}
|
|
72
|
-
function
|
|
73
|
-
|
|
72
|
+
function R() {
|
|
73
|
+
p.value = l.dataSource.headerSchema;
|
|
74
|
+
const e = l.dataSource.hasAnyAction();
|
|
75
|
+
e && !O.value && q(), !e && O.value && J();
|
|
74
76
|
}
|
|
75
77
|
function q() {
|
|
76
|
-
|
|
78
|
+
p.value.push(Ce);
|
|
79
|
+
}
|
|
80
|
+
function J() {
|
|
81
|
+
p.value.pop();
|
|
77
82
|
}
|
|
78
|
-
function
|
|
79
|
-
l.dataSource.handleClick(
|
|
83
|
+
function Q(e) {
|
|
84
|
+
l.dataSource.handleClick(e);
|
|
80
85
|
}
|
|
81
|
-
function
|
|
82
|
-
l.dataSource.handleMetaClick(
|
|
86
|
+
function X(e) {
|
|
87
|
+
l.dataSource.handleMetaClick(e);
|
|
83
88
|
}
|
|
84
|
-
function
|
|
85
|
-
l.dataSource.handleDoubleClick(
|
|
89
|
+
function Y(e) {
|
|
90
|
+
l.dataSource.handleDoubleClick(e);
|
|
86
91
|
}
|
|
87
|
-
function
|
|
92
|
+
function Z(e) {
|
|
88
93
|
return {
|
|
89
|
-
onClick(
|
|
90
|
-
|
|
94
|
+
onClick(c) {
|
|
95
|
+
c.metaKey ? X(e) : Q(e);
|
|
91
96
|
},
|
|
92
97
|
onDblclick() {
|
|
93
|
-
|
|
98
|
+
Y(e);
|
|
94
99
|
}
|
|
95
100
|
};
|
|
96
101
|
}
|
|
97
|
-
function
|
|
98
|
-
return
|
|
102
|
+
function ee(e) {
|
|
103
|
+
return e.id;
|
|
99
104
|
}
|
|
100
|
-
function
|
|
101
|
-
return !
|
|
105
|
+
function te(e, c) {
|
|
106
|
+
return !ge(e) && !ke(e, c);
|
|
102
107
|
}
|
|
103
|
-
function
|
|
104
|
-
return
|
|
108
|
+
function ae(e, c) {
|
|
109
|
+
return e.getProps ? e.getProps(c) : null;
|
|
105
110
|
}
|
|
106
|
-
function
|
|
107
|
-
|
|
108
|
-
O
|
|
109
|
-
);
|
|
111
|
+
function le() {
|
|
112
|
+
_.value && l.dataSource.selectedRows.attach(N);
|
|
110
113
|
}
|
|
111
|
-
function
|
|
112
|
-
|
|
113
|
-
O
|
|
114
|
-
);
|
|
114
|
+
function ne() {
|
|
115
|
+
_.value && l.dataSource.selectedRows.detach(N);
|
|
115
116
|
}
|
|
116
|
-
function
|
|
117
|
-
|
|
117
|
+
function x() {
|
|
118
|
+
T.value = l.dataSource.loadSummarySchema();
|
|
118
119
|
}
|
|
119
|
-
return
|
|
120
|
-
|
|
121
|
-
}),
|
|
122
|
-
|
|
123
|
-
}),
|
|
124
|
-
l.dataSource.onDestroy(),
|
|
125
|
-
}), (
|
|
126
|
-
const m = y("a-button"),
|
|
127
|
-
return n(), i(
|
|
128
|
-
columns:
|
|
129
|
-
"data-source":
|
|
130
|
-
pagination:
|
|
131
|
-
"custom-row":
|
|
132
|
-
"row-key":
|
|
133
|
-
loading:
|
|
120
|
+
return ue(() => {
|
|
121
|
+
j(), le(), x();
|
|
122
|
+
}), de(() => {
|
|
123
|
+
R(), x();
|
|
124
|
+
}), pe(() => {
|
|
125
|
+
l.dataSource.onDestroy(), ne();
|
|
126
|
+
}), (e, c) => {
|
|
127
|
+
const m = y("a-button"), v = y("a-divider"), E = y("a-table-summary-cell"), oe = y("a-typography-text"), re = y("a-table-summary-row"), ie = y("a-table");
|
|
128
|
+
return n(), i(ie, {
|
|
129
|
+
columns: p.value,
|
|
130
|
+
"data-source": b.value.rows,
|
|
131
|
+
pagination: H.value,
|
|
132
|
+
"custom-row": Z,
|
|
133
|
+
"row-key": ee,
|
|
134
|
+
loading: U.value,
|
|
134
135
|
scroll: l.dataSource.getScrollDetail(),
|
|
135
|
-
"row-selection":
|
|
136
|
+
"row-selection": K.value,
|
|
136
137
|
class: "saraf-table",
|
|
137
|
-
onChange:
|
|
138
|
-
},
|
|
139
|
-
|
|
138
|
+
onChange: G
|
|
139
|
+
}, me({ _: 2 }, [
|
|
140
|
+
D.value ? {
|
|
140
141
|
name: "headerCell",
|
|
141
|
-
fn:
|
|
142
|
-
|
|
142
|
+
fn: s(({ column: t }) => [
|
|
143
|
+
t.headerType === a(_e).Text ? (n(), u("span", Le, f(t.title), 1)) : g("", !0)
|
|
143
144
|
]),
|
|
144
145
|
key: "0"
|
|
145
146
|
} : void 0,
|
|
146
|
-
|
|
147
|
+
D.value ? {
|
|
147
148
|
name: "bodyCell",
|
|
148
|
-
fn:
|
|
149
|
-
|
|
149
|
+
fn: s(({ column: t, record: o }) => [
|
|
150
|
+
t.cellType === a(r).Text ? (n(), u("div", {
|
|
151
|
+
key: 0,
|
|
152
|
+
ref: "tooltipTarget",
|
|
153
|
+
class: "ellipsis-cell",
|
|
154
|
+
onMouseenter: z
|
|
155
|
+
}, [
|
|
156
|
+
S(a(Ae), { title: I.value }, {
|
|
157
|
+
default: s(() => [
|
|
158
|
+
ye("span", null, f(o[t.path]), 1)
|
|
159
|
+
]),
|
|
160
|
+
_: 2
|
|
161
|
+
}, 1032, ["title"])
|
|
162
|
+
], 544)) : t.cellType === a(r).Tag ? (n(), i(a(we), fe({
|
|
150
163
|
key: 1,
|
|
151
|
-
content: o[
|
|
152
|
-
},
|
|
164
|
+
content: o[t.path]
|
|
165
|
+
}, ae(t, o)), null, 16, ["content"])) : t.cellType === a(r).BankCard ? (n(), i(a(Ie), {
|
|
153
166
|
key: 2,
|
|
154
|
-
"card-number": o[
|
|
155
|
-
}, null, 8, ["card-number"])) :
|
|
167
|
+
"card-number": o[t.path]
|
|
168
|
+
}, null, 8, ["card-number"])) : t.cellType === a(r).Iban ? (n(), i(a(Pe), {
|
|
156
169
|
key: 3,
|
|
157
|
-
iban: o[
|
|
158
|
-
}, null, 8, ["iban"])) :
|
|
170
|
+
iban: o[t.path]
|
|
171
|
+
}, null, 8, ["iban"])) : t.cellType === a(r).Symbol ? (n(), i(a(De), {
|
|
159
172
|
key: 4,
|
|
160
|
-
symbol: o[
|
|
161
|
-
}, null, 8, ["symbol"])) :
|
|
173
|
+
symbol: o[t.path]
|
|
174
|
+
}, null, 8, ["symbol"])) : t.cellType === a(r).TradeDetail ? (n(), i(a(Oe), {
|
|
162
175
|
key: 5,
|
|
163
|
-
"symbol-trade-amount-detail": o[
|
|
164
|
-
}, null, 8, ["symbol-trade-amount-detail"])) :
|
|
176
|
+
"symbol-trade-amount-detail": o[t.path]
|
|
177
|
+
}, null, 8, ["symbol-trade-amount-detail"])) : t.cellType === a(r).SymbolPrice ? (n(), i(a(Ne), {
|
|
165
178
|
key: 6,
|
|
166
|
-
"symbol-price-in-trade": o[
|
|
167
|
-
}, null, 8, ["symbol-price-in-trade"])) :
|
|
179
|
+
"symbol-price-in-trade": o[t.path]
|
|
180
|
+
}, null, 8, ["symbol-price-in-trade"])) : t.cellType === a(r).TradeSymbol ? (n(), i(a(Re), {
|
|
168
181
|
key: 7,
|
|
169
|
-
"symbol-in-trade": o[
|
|
170
|
-
}, null, 8, ["symbol-in-trade"])) :
|
|
182
|
+
"symbol-in-trade": o[t.path]
|
|
183
|
+
}, null, 8, ["symbol-in-trade"])) : t.cellType === a(r).TradeDate ? (n(), i(a(xe), {
|
|
171
184
|
key: 8,
|
|
172
|
-
"trade-date": o[
|
|
173
|
-
}, null, 8, ["trade-date"])) :
|
|
185
|
+
"trade-date": o[t.path]
|
|
186
|
+
}, null, 8, ["trade-date"])) : t.cellType === a(r).Price ? (n(), i(a(Ee), {
|
|
174
187
|
key: 9,
|
|
175
|
-
price: o[
|
|
176
|
-
}, null, 8, ["price"])) :
|
|
188
|
+
price: o[t.path]
|
|
189
|
+
}, null, 8, ["price"])) : t.cellType === a(r).DynamicCurrencyPrice ? (n(), i(a(Be), {
|
|
177
190
|
key: 10,
|
|
178
|
-
amount: o[
|
|
179
|
-
}, null, 8, ["amount"])) :
|
|
180
|
-
o[
|
|
191
|
+
amount: o[t.path]
|
|
192
|
+
}, null, 8, ["amount"])) : t.cellType === a(r).Image ? (n(), u("div", Me, [
|
|
193
|
+
o[t.path] ? (n(), u("img", {
|
|
181
194
|
key: 0,
|
|
182
195
|
class: "saraf-image-cell",
|
|
183
|
-
src: o[
|
|
184
|
-
alt: o[
|
|
185
|
-
}, null, 8,
|
|
186
|
-
])) :
|
|
187
|
-
(n(!0),
|
|
196
|
+
src: o[t.path],
|
|
197
|
+
alt: o[t.path]
|
|
198
|
+
}, null, 8, Ue)) : (n(), u("div", He, "--"))
|
|
199
|
+
])) : t.cellType === a(r).ACTION ? (n(), u("span", Ke, [
|
|
200
|
+
(n(!0), u(k, null, B(l.dataSource.getAccessedActions(o), (C, ce) => (n(), u(k, {
|
|
188
201
|
key: C.actionName
|
|
189
202
|
}, [
|
|
190
|
-
|
|
203
|
+
S(m, {
|
|
191
204
|
type: "link",
|
|
192
|
-
onClick:
|
|
205
|
+
onClick: Se((Ve) => C.handler(o), ["stop"])
|
|
193
206
|
}, {
|
|
194
|
-
default:
|
|
207
|
+
default: s(() => [
|
|
195
208
|
A(f(C.actionName), 1)
|
|
196
209
|
]),
|
|
197
210
|
_: 2
|
|
198
211
|
}, 1032, ["onClick"]),
|
|
199
|
-
|
|
212
|
+
te(
|
|
200
213
|
l.dataSource.getAccessedActions(o).length,
|
|
201
|
-
|
|
202
|
-
) ? (n(), i(
|
|
214
|
+
ce
|
|
215
|
+
) ? (n(), i(v, {
|
|
203
216
|
key: 0,
|
|
204
217
|
type: "vertical"
|
|
205
218
|
})) : g("", !0)
|
|
@@ -210,32 +223,32 @@ const Re = { key: 0 }, Ee = { key: 0 }, xe = {
|
|
|
210
223
|
} : void 0,
|
|
211
224
|
l.dataSource.isExpandable() ? {
|
|
212
225
|
name: "expandedRowRender",
|
|
213
|
-
fn:
|
|
214
|
-
|
|
215
|
-
row:
|
|
226
|
+
fn: s(({ record: t }) => [
|
|
227
|
+
Te(e.$slots, "expandedRowRender", {
|
|
228
|
+
row: t
|
|
216
229
|
}, void 0, !0)
|
|
217
230
|
]),
|
|
218
231
|
key: "2"
|
|
219
232
|
} : void 0,
|
|
220
|
-
|
|
233
|
+
V.value ? {
|
|
221
234
|
name: "summary",
|
|
222
|
-
fn:
|
|
223
|
-
|
|
224
|
-
default:
|
|
225
|
-
|
|
226
|
-
default:
|
|
227
|
-
A(f(
|
|
235
|
+
fn: s(() => [
|
|
236
|
+
S(re, null, {
|
|
237
|
+
default: s(() => [
|
|
238
|
+
S(E, null, {
|
|
239
|
+
default: s(() => [
|
|
240
|
+
A(f(T.value.summaryTitle), 1)
|
|
228
241
|
]),
|
|
229
242
|
_: 1
|
|
230
243
|
}),
|
|
231
|
-
(n(!0),
|
|
244
|
+
(n(!0), u(k, null, B(T.value.summaryItems, (t, o) => (n(), i(E, {
|
|
232
245
|
key: o,
|
|
233
|
-
align:
|
|
246
|
+
align: t.align
|
|
234
247
|
}, {
|
|
235
|
-
default:
|
|
236
|
-
|
|
237
|
-
default:
|
|
238
|
-
A(f(
|
|
248
|
+
default: s(() => [
|
|
249
|
+
S(oe, null, {
|
|
250
|
+
default: s(() => [
|
|
251
|
+
A(f(t.data), 1)
|
|
239
252
|
]),
|
|
240
253
|
_: 2
|
|
241
254
|
}, 1024)
|
|
@@ -253,5 +266,5 @@ const Re = { key: 0 }, Ee = { key: 0 }, xe = {
|
|
|
253
266
|
}
|
|
254
267
|
});
|
|
255
268
|
export {
|
|
256
|
-
|
|
269
|
+
tt as default
|
|
257
270
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { SelectableTableGenerator, TableConfig, TableGenerator } from '@sarafapp/iron_core';
|
|
2
2
|
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly onCopy?: ((value: string) => any) | undefined;
|
|
5
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onCopy"> & {
|
|
4
6
|
dataSource: TableGenerator<T> | SelectableTableGenerator<T>;
|
|
5
7
|
isLoading: boolean;
|
|
6
8
|
tableConfig: TableConfig;
|
|
@@ -13,7 +15,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
13
15
|
row: T;
|
|
14
16
|
}): any;
|
|
15
17
|
};
|
|
16
|
-
emit:
|
|
18
|
+
emit: (event: "copy", value: string) => void;
|
|
17
19
|
}>) => import('vue').VNode & {
|
|
18
20
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
21
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SarafTableGenerator.vue.es2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../_virtual/_plugin-vue_export-helper.es.js";
|
|
4
|
-
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0e014554"]]);
|
|
5
5
|
export {
|
|
6
6
|
f as default
|
|
7
7
|
};
|