xyvcard-goods 0.0.34 → 0.0.35

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 (64) hide show
  1. package/dist/BatchSetting-B1LcBFPD.mjs +333 -0
  2. package/dist/ChannelProfit-CNSIK87d.mjs +4 -0
  3. package/dist/ChannelProfit.vue_vue_type_script_setup_true_lang-BVTifRY8.mjs +320 -0
  4. package/dist/{GoodsBaseForm-BSvXc_XA.mjs → GoodsBaseForm-BZ2fZmmp.mjs} +1 -1
  5. package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-BxBTTLdA.mjs +407 -0
  6. package/dist/{GoodsLogisticsForm-1Bbd4Z52.mjs → GoodsLogisticsForm-BqlwdGQ1.mjs} +1 -1
  7. package/dist/{GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-PSnPNbmT.mjs → GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-DJREiSkD.mjs} +56 -57
  8. package/dist/GoodsProfitForm-COYRi8sx.mjs +4 -0
  9. package/dist/GoodsProfitForm.vue_vue_type_script_setup_true_lang-BYPWP95J.mjs +2550 -0
  10. package/dist/{GoodsSpecForm-Ddo1IZLZ.mjs → GoodsSpecForm-B4MtETRy.mjs} +1 -1
  11. package/dist/{GoodsSpecForm.vue_vue_type_script_setup_true_lang-CdWIufm4.mjs → GoodsSpecForm.vue_vue_type_script_setup_true_lang-BbVK_KNz.mjs} +130 -121
  12. package/dist/SingleSku-rWv9vVhv.mjs +351 -0
  13. package/dist/constant-sVd2JbJt.mjs +115 -0
  14. package/dist/edit-B1cmsJpy.mjs +70 -0
  15. package/dist/{edit-lfXK_dUp.mjs → edit-Br1Y569l.mjs} +8 -7
  16. package/dist/{edit-e5-aXV6K.mjs → edit-CET8Fr-t.mjs} +1 -1
  17. package/dist/{edit-pUKONjxH.mjs → edit-CagYTFKr.mjs} +1 -1
  18. package/dist/{edit-BgtwinSN.mjs → edit-iJGrWlSv.mjs} +1 -1
  19. package/dist/{edit.vue_vue_type_script_setup_true_lang-BtGT564r.mjs → edit.vue_vue_type_script_setup_true_lang-D_0YivhL.mjs} +2 -2
  20. package/dist/{el-message-BB2-39XJ.mjs → el-message-Dj6aaz4G.mjs} +490 -373
  21. package/dist/{index-DyLLV1NK.mjs → index copy-kNLE7fPg.mjs } +6 -5
  22. package/dist/index-C61SQFSx.mjs +264 -0
  23. package/dist/index-CeWPdEJD.mjs +713 -0
  24. package/dist/{index-CkJncbVf.mjs → index-Cg6GUdSP.mjs} +3 -3
  25. package/dist/index-CyxnVWnL.mjs +182 -0
  26. package/dist/{index-CkMWas2b.mjs → index-D9s8hsVw.mjs} +3 -3
  27. package/dist/{index-BSzOTWcG.mjs → index-DbnKa_BJ.mjs} +1 -1
  28. package/dist/{index-ChQ-ZxD1.mjs → index-DoxTu4kg.mjs} +5 -4
  29. package/dist/{index-BpKiAhvt.mjs → index-kw0UYOIu.mjs} +3 -3
  30. package/dist/{index-DhS4AuWf.mjs → index-xQgC-8Gd.mjs} +1106 -1038
  31. package/dist/index.mjs +1 -1
  32. package/dist/info-CTElDVo6.mjs +376 -0
  33. package/dist/{info-DOKoSi7a.mjs → info-DpGJgdac.mjs} +5 -4
  34. package/dist/{skuForm-DVGkw6rD.mjs → skuForm-C7w9YIDe.mjs} +24 -23
  35. package/dist/skuForm-CPlnCToi.mjs +279 -0
  36. package/dist/skuTable-C-LcASbX.mjs +594 -0
  37. package/dist/spec-DkiGCkuM.mjs +44 -0
  38. package/dist/style.css +1 -1
  39. package/dts/xyvcard-goods/src/api/dict.d.ts +5 -4
  40. package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +3 -0
  41. package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +4 -1
  42. package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +35 -9
  43. package/dts/xyvcard-goods/src/api/types.d.ts +4 -0
  44. package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +32 -0
  45. package/dts/xyvcard-goods/src/router/index.d.ts +1 -0
  46. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/BatchSetting.vue.d.ts +35 -0
  47. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/ChannelProfit.vue.d.ts +22 -0
  48. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsProfitForm.vue.d.ts +34 -0
  49. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/SingleSku.vue.d.ts +23 -0
  50. package/dts/xyvcard-goods/src/views/goods/goods-spu/index copy.vue.d.ts +2 -0
  51. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +17 -4
  52. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuTable.vue.d.ts +14 -1
  53. package/dts/xyvcard-goods/src/views/goods/goods-spu/spec.vue.d.ts +2 -0
  54. package/package.json +4 -3
  55. package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-rsmqHXbJ.mjs +0 -381
  56. package/dist/edit copy 2-Yzf_M31V.mjs +0 -59
  57. package/dist/edit copy-CCnzlrgL.mjs +0 -526
  58. package/dist/edit-Dke5sWct.mjs +0 -526
  59. package/dist/index-BHmGYIuc.mjs +0 -24
  60. package/dist/index-Da2R0n8O.mjs +0 -374
  61. package/dist/index-vHQhUQSO.mjs +0 -95
  62. package/dist/info-De_pBN6A.mjs +0 -365
  63. package/dist/skuForm-YXHrhyPI.mjs +0 -476
  64. package/dist/skuTable-DOIQ9kiV.mjs +0 -639
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as x, ref as $, reactive as S, onActivated as ee, resolveComponent as r, resolveDirective as oe, createElementBlock as w, openBlock as d, createElementVNode as U, createVNode as l, createBlock as _, createCommentVNode as T, withCtx as t, withKeys as te, unref as n, createTextVNode as p, toDisplayString as c, withDirectives as k, isRef as D } from "vue";
2
2
  import { useI18n as le } from "vue-i18n";
3
3
  import { useTableHooks as ae, fileApi as j } from "jmash-core";
4
- import { D as ne } from "./index-Da2R0n8O.mjs";
5
- import { g as re } from "./index-DhS4AuWf.mjs";
6
- import { _ as se } from "./edit.vue_vue_type_script_setup_true_lang-BtGT564r.mjs";
4
+ import { D as ne } from "./index-C61SQFSx.mjs";
5
+ import { g as re } from "./index-xQgC-8Gd.mjs";
6
+ import { _ as se } from "./edit.vue_vue_type_script_setup_true_lang-D_0YivhL.mjs";
7
7
  const ie = { class: "app-container" }, de = { class: "search-container" }, ue = { key: 1 }, me = ["onClick"], pe = ["onClick"], Ce = /* @__PURE__ */ x({
8
8
  __name: "index",
9
9
  setup(ce) {
@@ -0,0 +1,182 @@
1
+ import { defineComponent as e, createElementBlock as l, openBlock as c, createElementVNode as a } from "vue";
2
+ /*! Element Plus Icons Vue v2.3.2 */
3
+ var t = /* @__PURE__ */ e({
4
+ name: "CircleCheck",
5
+ __name: "circle-check",
6
+ setup(r) {
7
+ return (s, _) => (c(), l("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ viewBox: "0 0 1024 1024"
10
+ }, [
11
+ a("path", {
12
+ fill: "currentColor",
13
+ d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
14
+ }),
15
+ a("path", {
16
+ fill: "currentColor",
17
+ d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"
18
+ })
19
+ ]));
20
+ }
21
+ }), g = t, n = /* @__PURE__ */ e({
22
+ name: "CircleCloseFilled",
23
+ __name: "circle-close-filled",
24
+ setup(r) {
25
+ return (s, _) => (c(), l("svg", {
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 1024 1024"
28
+ }, [
29
+ a("path", {
30
+ fill: "currentColor",
31
+ d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
32
+ })
33
+ ]));
34
+ }
35
+ }), x = n, o = /* @__PURE__ */ e({
36
+ name: "CircleClose",
37
+ __name: "circle-close",
38
+ setup(r) {
39
+ return (s, _) => (c(), l("svg", {
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ viewBox: "0 0 1024 1024"
42
+ }, [
43
+ a("path", {
44
+ fill: "currentColor",
45
+ d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"
46
+ }),
47
+ a("path", {
48
+ fill: "currentColor",
49
+ d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
50
+ })
51
+ ]));
52
+ }
53
+ }), C = o, i = /* @__PURE__ */ e({
54
+ name: "Close",
55
+ __name: "close",
56
+ setup(r) {
57
+ return (s, _) => (c(), l("svg", {
58
+ xmlns: "http://www.w3.org/2000/svg",
59
+ viewBox: "0 0 1024 1024"
60
+ }, [
61
+ a("path", {
62
+ fill: "currentColor",
63
+ d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
64
+ })
65
+ ]));
66
+ }
67
+ }), L = i, m = /* @__PURE__ */ e({
68
+ name: "Hide",
69
+ __name: "hide",
70
+ setup(r) {
71
+ return (s, _) => (c(), l("svg", {
72
+ xmlns: "http://www.w3.org/2000/svg",
73
+ viewBox: "0 0 1024 1024"
74
+ }, [
75
+ a("path", {
76
+ fill: "currentColor",
77
+ d: "M876.8 156.8c0-9.6-3.2-16-9.6-22.4s-12.8-9.6-22.4-9.6-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176S0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4 12.8 9.6 22.4 9.6 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4m-646.4 528Q115.2 579.2 76.8 512q43.2-72 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4m140.8-96Q352 555.2 352 512c0-44.8 16-83.2 48-112s67.2-48 112-48c28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6q-43.2 72-153.6 172.8c-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176S1024 528 1024 512s-48.001-73.6-134.401-176"
78
+ }),
79
+ a("path", {
80
+ fill: "currentColor",
81
+ d: "M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112s-67.2 48-112 48"
82
+ })
83
+ ]));
84
+ }
85
+ }), M = m, p = /* @__PURE__ */ e({
86
+ name: "InfoFilled",
87
+ __name: "info-filled",
88
+ setup(r) {
89
+ return (s, _) => (c(), l("svg", {
90
+ xmlns: "http://www.w3.org/2000/svg",
91
+ viewBox: "0 0 1024 1024"
92
+ }, [
93
+ a("path", {
94
+ fill: "currentColor",
95
+ d: "M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.99 12.99 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"
96
+ })
97
+ ]));
98
+ }
99
+ }), B = p, w = /* @__PURE__ */ e({
100
+ name: "Loading",
101
+ __name: "loading",
102
+ setup(r) {
103
+ return (s, _) => (c(), l("svg", {
104
+ xmlns: "http://www.w3.org/2000/svg",
105
+ viewBox: "0 0 1024 1024"
106
+ }, [
107
+ a("path", {
108
+ fill: "currentColor",
109
+ d: "M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248m452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248M828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0"
110
+ })
111
+ ]));
112
+ }
113
+ }), z = w, u = /* @__PURE__ */ e({
114
+ name: "Plus",
115
+ __name: "plus",
116
+ setup(r) {
117
+ return (s, _) => (c(), l("svg", {
118
+ xmlns: "http://www.w3.org/2000/svg",
119
+ viewBox: "0 0 1024 1024"
120
+ }, [
121
+ a("path", {
122
+ fill: "currentColor",
123
+ d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
124
+ })
125
+ ]));
126
+ }
127
+ }), V = u, v = /* @__PURE__ */ e({
128
+ name: "SuccessFilled",
129
+ __name: "success-filled",
130
+ setup(r) {
131
+ return (s, _) => (c(), l("svg", {
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ viewBox: "0 0 1024 1024"
134
+ }, [
135
+ a("path", {
136
+ fill: "currentColor",
137
+ d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
138
+ })
139
+ ]));
140
+ }
141
+ }), k = v, f = /* @__PURE__ */ e({
142
+ name: "View",
143
+ __name: "view",
144
+ setup(r) {
145
+ return (s, _) => (c(), l("svg", {
146
+ xmlns: "http://www.w3.org/2000/svg",
147
+ viewBox: "0 0 1024 1024"
148
+ }, [
149
+ a("path", {
150
+ fill: "currentColor",
151
+ d: "M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288m0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.19 160.19 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"
152
+ })
153
+ ]));
154
+ }
155
+ }), H = f, d = /* @__PURE__ */ e({
156
+ name: "WarningFilled",
157
+ __name: "warning-filled",
158
+ setup(r) {
159
+ return (s, _) => (c(), l("svg", {
160
+ xmlns: "http://www.w3.org/2000/svg",
161
+ viewBox: "0 0 1024 1024"
162
+ }, [
163
+ a("path", {
164
+ fill: "currentColor",
165
+ d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.43 58.43 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.43 58.43 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"
166
+ })
167
+ ]));
168
+ }
169
+ }), F = d;
170
+ export {
171
+ x as a,
172
+ L as b,
173
+ C as c,
174
+ g as d,
175
+ M as h,
176
+ B as i,
177
+ z as l,
178
+ V as p,
179
+ k as s,
180
+ H as v,
181
+ F as w
182
+ };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as x, ref as B, reactive as N, onActivated as ee, resolveComponent as d, resolveDirective as oe, createElementBlock as V, openBlock as u, createElementVNode as I, createVNode as t, createBlock as h, createCommentVNode as R, withCtx as l, withKeys as te, unref as a, createTextVNode as p, toDisplayString as c, withDirectives as k, isRef as S } from "vue";
2
2
  import { useTableHooks as le, fileApi as T } from "jmash-core";
3
3
  import { useI18n as ne } from "vue-i18n";
4
- import { g as ae } from "./index-BSzOTWcG.mjs";
5
- import de from "./edit-e5-aXV6K.mjs";
6
- import { D as re } from "./index-Da2R0n8O.mjs";
4
+ import { g as ae } from "./index-DbnKa_BJ.mjs";
5
+ import de from "./edit-CET8Fr-t.mjs";
6
+ import { D as re } from "./index-C61SQFSx.mjs";
7
7
  const se = { class: "app-container" }, ie = { class: "search-container" }, ue = ["onClick"], me = ["onClick"], ye = /* @__PURE__ */ x({
8
8
  __name: "index",
9
9
  setup(pe) {
@@ -1,5 +1,5 @@
1
1
  import { useUserStore as e, clearEmpty as s, request as r } from "jmash-core";
2
- import { q as d } from "./index-DhS4AuWf.mjs";
2
+ import { q as d } from "./index-xQgC-8Gd.mjs";
3
3
  class u {
4
4
  getKey(t) {
5
5
  return {
@@ -3,12 +3,13 @@ import { useRoute as he, useRouter as _e } from "vue-router";
3
3
  import { ElMessage as U } from "element-plus";
4
4
  import { useI18n as we } from "vue-i18n";
5
5
  import { useTableHooks as Se, fileApi as F } from "jmash-core";
6
- import { D as c, C as Ce } from "./index-Da2R0n8O.mjs";
7
- import { a as E } from "./index-DhS4AuWf.mjs";
6
+ import { D as c } from "./index-C61SQFSx.mjs";
7
+ import { C as Ce } from "./constant-sVd2JbJt.mjs";
8
+ import { a as E } from "./index-xQgC-8Gd.mjs";
8
9
  const ke = { class: "app-container" }, Ve = {
9
10
  key: 0,
10
11
  class: "app-container"
11
- }, Ie = { class: "search-container" }, $e = ["onClick"], Te = ["onClick"], De = ["onClick"], Ee = /* @__PURE__ */ ge({
12
+ }, Ie = { class: "search-container" }, $e = ["onClick"], Te = ["onClick"], De = ["onClick"], je = /* @__PURE__ */ ge({
12
13
  __name: "index",
13
14
  setup(Re) {
14
15
  c.goodsCategoryListBizLayDict.useValues(), c.brandListBizDict.useValues(), c.labelListBizDict.useValues(), c.shopInfoBizDict.useValues();
@@ -565,5 +566,5 @@ const ke = { class: "app-container" }, Ve = {
565
566
  }
566
567
  });
567
568
  export {
568
- Ee as default
569
+ je as default
569
570
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as Y, ref as L, reactive as R, onActivated as Z, resolveComponent as s, resolveDirective as x, createElementBlock as V, openBlock as u, createElementVNode as $, createVNode as l, createBlock as k, createCommentVNode as S, withCtx as t, withKeys as ee, unref as n, createTextVNode as p, toDisplayString as c, withDirectives as C, isRef as D } from "vue";
2
2
  import { useTableHooks as oe } from "jmash-core";
3
3
  import { useI18n as le } from "vue-i18n";
4
- import { b as te } from "./index-DhS4AuWf.mjs";
5
- import ae from "./edit-pUKONjxH.mjs";
6
- import { D as ne } from "./index-Da2R0n8O.mjs";
4
+ import { b as te } from "./index-xQgC-8Gd.mjs";
5
+ import ae from "./edit-CagYTFKr.mjs";
6
+ import { D as ne } from "./index-C61SQFSx.mjs";
7
7
  const se = { class: "app-container" }, de = { class: "search-container" }, ie = ["onClick"], re = ["onClick"], ve = /* @__PURE__ */ Y({
8
8
  __name: "index",
9
9
  setup(ue) {