ss-component-new 1.3.733 → 1.3.735

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 (39) hide show
  1. package/dist/index-8KTFGqOM.js +25 -0
  2. package/dist/index-A8OE-eSF.js +29 -0
  3. package/dist/index-B2xkIV6C.js +25 -0
  4. package/dist/{index-BAPgKrRK.js → index-B3v82KuY.js} +2 -2
  5. package/dist/{index-CZD0-vRv.js → index-BggN-zvK.js} +156 -253
  6. package/dist/index-C0U2Epeo.js +25 -0
  7. package/dist/{index-DT8qBAQm.js → index-C8GSZPvd.js} +1 -1
  8. package/dist/index-CA0CoKiz.js +25 -0
  9. package/dist/index-CHjBtkir.js +4 -0
  10. package/dist/{index-cTPuIxOi.js → index-COeMUCuq.js} +2 -2
  11. package/dist/index-COxVr3MC.js +4 -0
  12. package/dist/index-CXoQiaXz.js +27 -0
  13. package/dist/index-CdanNGTM.js +4 -0
  14. package/dist/index-CfwzR4gE.js +469 -0
  15. package/dist/index-Cqyl2URI.js +32 -0
  16. package/dist/{index-CnBzFXIo.js → index-CsdL6xGl.js} +1 -1
  17. package/dist/{index-DO--mIQ5.js → index-D1WMhpsE.js} +2 -1
  18. package/dist/index-D5oMkTBW.js +35 -0
  19. package/dist/index-DGogREB4.js +26 -0
  20. package/dist/index-DRqX_bCT.js +4 -0
  21. package/dist/{index-BrrailZr.js → index-DbUt70zC.js} +1 -1
  22. package/dist/index-JkTP1vyC.js +4 -0
  23. package/dist/index-boICNvPL.js +4 -0
  24. package/dist/{index-BT2z3qBw.js → index-qO33lx52.js} +10646 -10330
  25. package/dist/index-uriwf_fo.js +4 -0
  26. package/dist/{index.vue_vue_type_script_setup_true_lang-DJgUI7Bv.js → index.vue_vue_type_script_setup_true_lang-B-JCE78v.js} +2 -1
  27. package/dist/index.vue_vue_type_script_setup_true_lang-BSZB17y-.js +42 -0
  28. package/dist/index.vue_vue_type_script_setup_true_lang-Brir5Bym.js +41 -0
  29. package/dist/index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js +28 -0
  30. package/dist/index.vue_vue_type_script_setup_true_lang-CARZt7yC.js +25 -0
  31. package/dist/index.vue_vue_type_script_setup_true_lang-CVALRKBG.js +48 -0
  32. package/dist/index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js +28 -0
  33. package/dist/index.vue_vue_type_script_setup_true_lang-DimtrEJj.js +26 -0
  34. package/dist/{platform-jbHxUUqG.js → platform-CPTootse.js} +7 -7
  35. package/dist/ss-component.css +1 -1
  36. package/dist/ss-component.js +1 -1
  37. package/dist/ss-component2.js +2 -2
  38. package/package.json +1 -1
  39. package/dist/index-CZ471IAo.js +0 -577
@@ -0,0 +1,25 @@
1
+ import { defineComponent as n, resolveComponent as a, createBlock as c, openBlock as s, normalizeProps as d, guardReactiveProps as l, withCtx as p, renderSlot as _ } from "vue";
2
+ const f = /* @__PURE__ */ n({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ }
9
+ },
10
+ setup(t) {
11
+ const e = t;
12
+ return (o, m) => {
13
+ const r = a("vxe-card");
14
+ return s(), c(r, d(l(e == null ? void 0 : e.extra)), {
15
+ default: p(() => [
16
+ _(o.$slots, "default")
17
+ ]),
18
+ _: 3
19
+ }, 16);
20
+ };
21
+ }
22
+ });
23
+ export {
24
+ f as default
25
+ };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-DJgUI7Bv.js";
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-CARZt7yC.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -0,0 +1,25 @@
1
+ import { defineComponent as r, resolveComponent as a, createBlock as p, openBlock as s, normalizeProps as c, guardReactiveProps as l, withCtx as i, renderSlot as _ } from "vue";
2
+ const u = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ }
9
+ },
10
+ setup(e) {
11
+ const t = e;
12
+ return (o, d) => {
13
+ const n = a("vxe-link");
14
+ return s(), p(n, c(l(t.extra)), {
15
+ default: i(() => [
16
+ _(o.$slots, "default")
17
+ ]),
18
+ _: 3
19
+ }, 16);
20
+ };
21
+ }
22
+ });
23
+ export {
24
+ u as default
25
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as P, ref as R, computed as W, watch as m, nextTick as z, onMounted as I, onUnmounted as U, resolveComponent as N, createElementBlock as S, openBlock as g, createBlock as V } from "vue";
2
- import { u as G, g as $, v as q } from "./platform-jbHxUUqG.js";
2
+ import { u as G, g as $, v as q } from "./platform-CPTootse.js";
3
3
  import { p as k, s as _, u as J } from "./menu-ClNHLze7.js";
4
- import { l as Q } from "./index-BrrailZr.js";
4
+ import { l as Q } from "./index-DbUt70zC.js";
5
5
  import { useRouter as X } from "vue-router";
6
6
  import { _ as Y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
7
7
  const Z = { key: 0 }, p = /* @__PURE__ */ P({
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,27 @@
1
+ import { defineComponent as r, ref as u, resolveComponent as d, createBlock as m, openBlock as p, mergeProps as c } from "vue";
2
+ const f = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ type: String,
11
+ default: ""
12
+ }
13
+ },
14
+ setup(l) {
15
+ const e = l, t = u(e == null ? void 0 : e.modelValue);
16
+ return (s, o) => {
17
+ const a = d("vxe-date-picker");
18
+ return p(), m(a, c(e.extra, {
19
+ modelValue: t.value,
20
+ "onUpdate:modelValue": o[0] || (o[0] = (n) => t.value = n)
21
+ }), null, 16, ["modelValue"]);
22
+ };
23
+ }
24
+ });
25
+ export {
26
+ f as default
27
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-DimtrEJj.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,469 @@
1
+ import { defineComponent as _, createBlock as d, openBlock as p, resolveDynamicComponent as j, normalizeProps as s, guardReactiveProps as a, withCtx as r, renderSlot as l, resolveComponent as m, createSlots as v, ref as k, watch as E, createElementBlock as h, createCommentVNode as C, createVNode as T, mergeProps as b, Fragment as A, renderList as R } from "vue";
2
+ import { _ as P } from "./index.vue_vue_type_script_setup_true_lang-Brir5Bym.js";
3
+ import { _ as U } from "./index.vue_vue_type_script_setup_true_lang-BSZB17y-.js";
4
+ import { _ as L } from "./index.vue_vue_type_script_setup_true_lang-CsThRoDZ.js";
5
+ import { _ as S } from "./index.vue_vue_type_script_setup_true_lang-C7BgxSz4.js";
6
+ import { _ as B } from "./index.vue_vue_type_script_setup_true_lang-DAb-qhJ1.js";
7
+ const N = /* @__PURE__ */ _({
8
+ __name: "index",
9
+ props: {
10
+ componentName: {
11
+ type: String,
12
+ default: ""
13
+ },
14
+ extra: {
15
+ type: Object,
16
+ default: () => ({})
17
+ }
18
+ },
19
+ setup(n) {
20
+ const t = n;
21
+ return (e, f) => (p(), d(j(t.componentName), s(a(t.extra)), {
22
+ default: r(() => [
23
+ l(e.$slots, "default")
24
+ ]),
25
+ _: 3
26
+ }, 16));
27
+ }
28
+ }), w = /* @__PURE__ */ _({
29
+ __name: "index",
30
+ props: {
31
+ extra: {
32
+ type: Object,
33
+ default: () => ({})
34
+ }
35
+ },
36
+ setup(n) {
37
+ const t = n;
38
+ return (e, f) => {
39
+ const u = m("vxe-pager");
40
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
41
+ e.$slots.left ? {
42
+ name: "left",
43
+ fn: r((o) => [
44
+ l(e.$slots, "left", s(a(o)))
45
+ ]),
46
+ key: "0"
47
+ } : void 0,
48
+ e.$slots.right ? {
49
+ name: "right",
50
+ fn: r((o) => [
51
+ l(e.$slots, "right", s(a(o)))
52
+ ]),
53
+ key: "1"
54
+ } : void 0,
55
+ e.$slots.home ? {
56
+ name: "home",
57
+ fn: r((o) => [
58
+ l(e.$slots, "home", s(a(o)))
59
+ ]),
60
+ key: "2"
61
+ } : void 0,
62
+ e.$slots["prev-page"] ? {
63
+ name: "prev-page",
64
+ fn: r((o) => [
65
+ l(e.$slots, "prev-page", s(a(o)))
66
+ ]),
67
+ key: "3"
68
+ } : void 0,
69
+ e.$slots["prev-jump"] ? {
70
+ name: "prev-jump",
71
+ fn: r((o) => [
72
+ l(e.$slots, "prev-jump", s(a(o)))
73
+ ]),
74
+ key: "4"
75
+ } : void 0,
76
+ e.$slots["next-jump"] ? {
77
+ name: "next-jump",
78
+ fn: r((o) => [
79
+ l(e.$slots, "next-jump", s(a(o)))
80
+ ]),
81
+ key: "5"
82
+ } : void 0,
83
+ e.$slots["next-page"] ? {
84
+ name: "next-page",
85
+ fn: r((o) => [
86
+ l(e.$slots, "next-page", s(a(o)))
87
+ ]),
88
+ key: "6"
89
+ } : void 0,
90
+ e.$slots.end ? {
91
+ name: "end",
92
+ fn: r((o) => [
93
+ l(e.$slots, "end", s(a(o)))
94
+ ]),
95
+ key: "7"
96
+ } : void 0,
97
+ e.$slots.number ? {
98
+ name: "number",
99
+ fn: r((o) => [
100
+ l(e.$slots, "number", s(a(o)))
101
+ ]),
102
+ key: "8"
103
+ } : void 0,
104
+ e.$slots["number-jump"] ? {
105
+ name: "number-jump",
106
+ fn: r((o) => [
107
+ l(e.$slots, "number-jump", s(a(o)))
108
+ ]),
109
+ key: "9"
110
+ } : void 0,
111
+ e.$slots.sizes ? {
112
+ name: "sizes",
113
+ fn: r((o) => [
114
+ l(e.$slots, "sizes", s(a(o)))
115
+ ]),
116
+ key: "10"
117
+ } : void 0,
118
+ e.$slots["full-jump"] ? {
119
+ name: "full-jump",
120
+ fn: r((o) => [
121
+ l(e.$slots, "full-jump", s(a(o)))
122
+ ]),
123
+ key: "11"
124
+ } : void 0,
125
+ e.$slots["page-count"] ? {
126
+ name: "page-count",
127
+ fn: r((o) => [
128
+ l(e.$slots, "page-count", s(a(o)))
129
+ ]),
130
+ key: "12"
131
+ } : void 0,
132
+ e.$slots.total ? {
133
+ name: "total",
134
+ fn: r((o) => [
135
+ l(e.$slots, "total", s(a(o)))
136
+ ]),
137
+ key: "13"
138
+ } : void 0
139
+ ]), 1040);
140
+ };
141
+ }
142
+ }), D = /* @__PURE__ */ _({
143
+ __name: "index",
144
+ props: {
145
+ extra: {
146
+ type: Object,
147
+ default: () => ({})
148
+ }
149
+ },
150
+ setup(n) {
151
+ const t = n;
152
+ return (e, f) => {
153
+ const u = m("vxe-select");
154
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
155
+ e.$slots.default ? {
156
+ name: "default",
157
+ fn: r(() => [
158
+ l(e.$slots, "default")
159
+ ]),
160
+ key: "0"
161
+ } : void 0
162
+ ]), 1040);
163
+ };
164
+ }
165
+ }), V = /* @__PURE__ */ _({
166
+ __name: "index",
167
+ props: {
168
+ extra: {
169
+ type: Object,
170
+ default: () => ({})
171
+ }
172
+ },
173
+ setup(n) {
174
+ const t = n;
175
+ return (e, f) => {
176
+ const u = m("vxe-cascader");
177
+ return p(), d(u, s(a(t == null ? void 0 : t.extra)), v({ _: 2 }, [
178
+ e.$slots.default ? {
179
+ name: "default",
180
+ fn: r(() => [
181
+ l(e.$slots, "default")
182
+ ]),
183
+ key: "0"
184
+ } : void 0
185
+ ]), 1040);
186
+ };
187
+ }
188
+ }), z = /* @__PURE__ */ _({
189
+ __name: "index",
190
+ props: {
191
+ extra: {
192
+ type: Object,
193
+ default: () => ({})
194
+ }
195
+ },
196
+ setup(n) {
197
+ const t = n;
198
+ return (e, f) => {
199
+ const u = m("vxe-checkbox");
200
+ return p(), d(u, s(a(t == null ? void 0 : t.extra)), v({ _: 2 }, [
201
+ e.$slots.default ? {
202
+ name: "default",
203
+ fn: r(() => [
204
+ l(e.$slots, "default")
205
+ ]),
206
+ key: "0"
207
+ } : void 0
208
+ ]), 1040);
209
+ };
210
+ }
211
+ }), G = /* @__PURE__ */ _({
212
+ __name: "index",
213
+ props: {
214
+ extra: {
215
+ type: Object,
216
+ default: () => ({})
217
+ }
218
+ },
219
+ setup(n) {
220
+ const t = n;
221
+ return (e, f) => {
222
+ const u = m("vxe-checkbox-group");
223
+ return p(), d(u, s(a(t == null ? void 0 : t.extra)), v({ _: 2 }, [
224
+ e.$slots.default ? {
225
+ name: "default",
226
+ fn: r((o) => [
227
+ l(e.$slots, "default", s(a(o)))
228
+ ]),
229
+ key: "0"
230
+ } : void 0
231
+ ]), 1040);
232
+ };
233
+ }
234
+ }), I = /* @__PURE__ */ _({
235
+ __name: "index",
236
+ props: {
237
+ extra: {
238
+ type: Object,
239
+ default: () => ({})
240
+ }
241
+ },
242
+ setup(n) {
243
+ const t = n;
244
+ return (e, f) => {
245
+ const u = m("vxe-radio");
246
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
247
+ e.$slots.default ? {
248
+ name: "default",
249
+ fn: r(() => [
250
+ l(e.$slots, "default")
251
+ ]),
252
+ key: "0"
253
+ } : void 0
254
+ ]), 1040);
255
+ };
256
+ }
257
+ }), X = /* @__PURE__ */ _({
258
+ __name: "index",
259
+ props: {
260
+ extra: {
261
+ type: Object,
262
+ default: () => ({})
263
+ }
264
+ },
265
+ setup(n) {
266
+ const t = n;
267
+ return (e, f) => {
268
+ const u = m("vxe-radio-group");
269
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
270
+ e.$slots.default ? {
271
+ name: "default",
272
+ fn: r((o) => [
273
+ l(e.$slots, "default", s(a(o)))
274
+ ]),
275
+ key: "0"
276
+ } : void 0
277
+ ]), 1040);
278
+ };
279
+ }
280
+ }), H = /* @__PURE__ */ _({
281
+ __name: "index",
282
+ props: {
283
+ extra: {
284
+ type: Object,
285
+ default: () => ({})
286
+ }
287
+ },
288
+ setup(n) {
289
+ const t = n;
290
+ return (e, f) => {
291
+ const u = m("vxe-switch");
292
+ return p(), d(u, s(a(t == null ? void 0 : t.extra)), v({ _: 2 }, [
293
+ e.$slots.default ? {
294
+ name: "default",
295
+ fn: r(() => [
296
+ l(e.$slots, "default")
297
+ ]),
298
+ key: "0"
299
+ } : void 0
300
+ ]), 1040);
301
+ };
302
+ }
303
+ }), K = /* @__PURE__ */ _({
304
+ __name: "index",
305
+ props: {
306
+ extra: {
307
+ type: Object,
308
+ default: () => ({})
309
+ }
310
+ },
311
+ setup(n) {
312
+ const t = n;
313
+ return (e, f) => {
314
+ const u = m("vxe-table-select");
315
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
316
+ e.$slots.default ? {
317
+ name: "default",
318
+ fn: r(() => [
319
+ l(e.$slots, "default")
320
+ ]),
321
+ key: "0"
322
+ } : void 0
323
+ ]), 1040);
324
+ };
325
+ }
326
+ }), W = /* @__PURE__ */ _({
327
+ __name: "index",
328
+ props: {
329
+ extra: {
330
+ type: Object,
331
+ default: () => ({})
332
+ }
333
+ },
334
+ setup(n) {
335
+ const t = n;
336
+ return (e, f) => {
337
+ const u = m("vxe-textarea");
338
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
339
+ e.$slots.default ? {
340
+ name: "default",
341
+ fn: r(() => [
342
+ l(e.$slots, "default")
343
+ ]),
344
+ key: "0"
345
+ } : void 0
346
+ ]), 1040);
347
+ };
348
+ }
349
+ }), F = /* @__PURE__ */ _({
350
+ __name: "index",
351
+ props: {
352
+ extra: {
353
+ type: Object,
354
+ default: () => ({})
355
+ }
356
+ },
357
+ setup(n) {
358
+ const t = n;
359
+ return (e, f) => {
360
+ const u = m("vxe-tree-select");
361
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
362
+ e.$slots.default ? {
363
+ name: "default",
364
+ fn: r(() => [
365
+ l(e.$slots, "default")
366
+ ]),
367
+ key: "0"
368
+ } : void 0
369
+ ]), 1040);
370
+ };
371
+ }
372
+ }), Y = /* @__PURE__ */ _({
373
+ __name: "index",
374
+ props: {
375
+ extra: {
376
+ type: Object,
377
+ default: () => ({})
378
+ }
379
+ },
380
+ setup(n) {
381
+ const t = n;
382
+ return (e, f) => {
383
+ const u = m("vxe-upload");
384
+ return p(), d(u, s(a(t.extra)), v({ _: 2 }, [
385
+ e.$slots.default ? {
386
+ name: "default",
387
+ fn: r((o) => [
388
+ l(e.$slots, "default", s(a(o)))
389
+ ]),
390
+ key: "0"
391
+ } : void 0
392
+ ]), 1040);
393
+ };
394
+ }
395
+ }), q = {
396
+ INPUT: P,
397
+ SELECT: D,
398
+ CASCADER: V,
399
+ CHECKBOX: z,
400
+ CHECKBOXGROUP: G,
401
+ LAYOUT: N,
402
+ PAGER: w,
403
+ PULLDOWN: U,
404
+ RADIO: I,
405
+ RADIOGROUP: X,
406
+ SWITCH: H,
407
+ TABLESELECT: K,
408
+ TAG: L,
409
+ TEXT: S,
410
+ TEXTAREA: W,
411
+ TREESELECT: F,
412
+ UPLOAD: Y,
413
+ BUTTON: B
414
+ };
415
+ function J(n) {
416
+ return q[n == null ? void 0 : n.toUpperCase()] || null;
417
+ }
418
+ const M = { key: 0 }, se = /* @__PURE__ */ _({
419
+ __name: "index",
420
+ props: {
421
+ formElements: {
422
+ type: Object,
423
+ default: () => ({})
424
+ },
425
+ extra: {
426
+ type: Object,
427
+ default: () => ({})
428
+ }
429
+ },
430
+ setup(n) {
431
+ const t = n, e = k([]), f = k({}), u = (o) => J(o);
432
+ return E(
433
+ () => t == null ? void 0 : t.formElements,
434
+ () => {
435
+ var x, i;
436
+ let o = {};
437
+ e.value = (x = t == null ? void 0 : t.formElements) == null ? void 0 : x.rowElements, (i = e.value) == null || i.forEach(($) => {
438
+ o[$.prop] = $.value;
439
+ }), f.value = o;
440
+ },
441
+ { deep: !0, immediate: !0 }
442
+ ), (o, x) => {
443
+ var y;
444
+ const i = m("vxe-form-item"), $ = m("vxe-form");
445
+ return ((y = e.value) == null ? void 0 : y.length) > 0 ? (p(), h("div", M, [
446
+ T($, b({ ref: "formRef" }, t == null ? void 0 : t.extra), {
447
+ default: r(() => [
448
+ (p(!0), h(A, null, R(e.value, (c, g) => (p(), d(i, b({ ref_for: !0 }, c == null ? void 0 : c.extraProp, {
449
+ key: g,
450
+ title: c == null ? void 0 : c.prop
451
+ }), {
452
+ default: r(() => [
453
+ (p(), d(j(u(c == null ? void 0 : c.type)), {
454
+ modelValue: f.value[c == null ? void 0 : c.prop],
455
+ "onUpdate:modelValue": (O) => f.value[c == null ? void 0 : c.prop] = O
456
+ }, null, 8, ["modelValue", "onUpdate:modelValue"]))
457
+ ]),
458
+ _: 2
459
+ }, 1040, ["title"]))), 128))
460
+ ]),
461
+ _: 1
462
+ }, 16)
463
+ ])) : C("", !0);
464
+ };
465
+ }
466
+ });
467
+ export {
468
+ se as default
469
+ };
@@ -0,0 +1,32 @@
1
+ import { defineComponent as a, resolveComponent as r, createBlock as l, openBlock as c, normalizeProps as s, guardReactiveProps as m, withCtx as p, createElementVNode as d, renderSlot as u } from "vue";
2
+ const i = /* @__PURE__ */ a({
3
+ __name: "index",
4
+ props: {
5
+ itemElement: {
6
+ type: Object,
7
+ default: () => {
8
+ }
9
+ },
10
+ extra: {
11
+ type: Object,
12
+ default: () => ({})
13
+ }
14
+ },
15
+ setup(t) {
16
+ const e = t;
17
+ return (o, _) => {
18
+ const n = r("vxe-tabs");
19
+ return c(), l(n, s(m(e == null ? void 0 : e.extra)), {
20
+ default: p(() => [
21
+ d("template", null, [
22
+ u(o.$slots, "default")
23
+ ])
24
+ ]),
25
+ _: 3
26
+ }, 16);
27
+ };
28
+ }
29
+ });
30
+ export {
31
+ i as default
32
+ };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as q, resolveComponent as u, createElementBlock as k, openBlock as s, Fragment as y, renderList as C, createBlock as f, createCommentVNode as z, withCtx as o, createVNode as r, createSlots as O, renderSlot as d, mergeProps as P, computed as j, ref as D, normalizeStyle as g } from "vue";
2
2
  import { u as G, p as w, s as b, a as H } from "./menu-ClNHLze7.js";
3
- import { S as $ } from "./index-BT2z3qBw.js";
3
+ import { S as $ } from "./index-qO33lx52.js";
4
4
  import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  const K = /* @__PURE__ */ q({
6
6
  __name: "menuItem",
@@ -4,7 +4,8 @@ const f = /* @__PURE__ */ n({
4
4
  props: {
5
5
  extra: {
6
6
  type: Object,
7
- default: () => ({})
7
+ default: () => {
8
+ }
8
9
  }
9
10
  },
10
11
  setup(e) {
@@ -0,0 +1,35 @@
1
+ import { defineComponent as m, ref as r, resolveComponent as s, createBlock as f, openBlock as c, mergeProps as p, withCtx as x, renderSlot as _ } from "vue";
2
+ const i = /* @__PURE__ */ m({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => ({})
8
+ },
9
+ modelValue: {
10
+ type: Boolean,
11
+ default: ""
12
+ }
13
+ },
14
+ setup(t) {
15
+ const e = t, o = r(e == null ? void 0 : e.modelValue), a = () => {
16
+ o.value = !1;
17
+ };
18
+ return (n, l) => {
19
+ const d = s("vxe-modal");
20
+ return c(), f(d, p(e == null ? void 0 : e.extra, {
21
+ modelValue: o.value,
22
+ "onUpdate:modelValue": l[0] || (l[0] = (u) => o.value = u),
23
+ onClose: a
24
+ }), {
25
+ default: x(() => [
26
+ _(n.$slots, "default")
27
+ ]),
28
+ _: 3
29
+ }, 16, ["modelValue"]);
30
+ };
31
+ }
32
+ });
33
+ export {
34
+ i as default
35
+ };
@@ -0,0 +1,26 @@
1
+ import { defineComponent as r, resolveComponent as a, createBlock as p, openBlock as s, normalizeProps as c, guardReactiveProps as l, withCtx as d, renderSlot as m } from "vue";
2
+ const f = /* @__PURE__ */ r({
3
+ __name: "index",
4
+ props: {
5
+ extra: {
6
+ type: Object,
7
+ default: () => {
8
+ }
9
+ }
10
+ },
11
+ setup(e) {
12
+ const o = e;
13
+ return (t, _) => {
14
+ const n = a("n-modal");
15
+ return s(), p(n, c(l(o.extra)), {
16
+ default: d(() => [
17
+ m(t.$slots, "default")
18
+ ]),
19
+ _: 3
20
+ }, 16);
21
+ };
22
+ }
23
+ });
24
+ export {
25
+ f as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index.vue_vue_type_script_setup_true_lang-Brir5Bym.js";
2
+ export {
3
+ f as default
4
+ };