xyvcard-goods 0.0.32 → 0.0.34
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/README.md +51 -51
- package/dist/GoodsBaseForm-BSvXc_XA.mjs +4 -0
- package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-rsmqHXbJ.mjs +381 -0
- package/dist/GoodsLogisticsForm-1Bbd4Z52.mjs +4 -0
- package/dist/GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-PSnPNbmT.mjs +434 -0
- package/dist/GoodsSpecForm-Ddo1IZLZ.mjs +4 -0
- package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-CdWIufm4.mjs +338 -0
- package/dist/{ImageUpload-BMw9FVJL.mjs → ImageUpload-Bf2jhRs5.mjs} +1 -1
- package/dist/edit copy 2-Yzf_M31V.mjs +59 -0
- package/dist/edit copy-CCnzlrgL.mjs +526 -0
- package/dist/{edit-DvO1wYIL.mjs → edit-BgtwinSN.mjs} +1 -1
- package/dist/{edit-BlQj1xVR.mjs → edit-Dke5sWct.mjs} +4 -4
- package/dist/{edit-CuGiM5xu.mjs → edit-e5-aXV6K.mjs} +15 -15
- package/dist/{edit-Bh5jT6eo.mjs → edit-lfXK_dUp.mjs} +4 -4
- package/dist/{edit-CyhVo22f.mjs → edit-pUKONjxH.mjs} +7 -7
- package/dist/{edit.vue_vue_type_script_setup_true_lang-Bx32ZXck.mjs → edit.vue_vue_type_script_setup_true_lang-BtGT564r.mjs} +33 -33
- package/dist/el-message-BB2-39XJ.mjs +1221 -0
- package/dist/{index-BrBipAPq.mjs → index-BSzOTWcG.mjs} +1 -1
- package/dist/{index-CVM7nBhM.mjs → index-BpKiAhvt.mjs} +3 -3
- package/dist/{index-Dk9-_0Ir.mjs → index-ChQ-ZxD1.mjs} +2 -2
- package/dist/{index-Dz9NSJh1.mjs → index-CkJncbVf.mjs} +3 -3
- package/dist/{index-DzUSeIbT.mjs → index-CkMWas2b.mjs} +3 -3
- package/dist/index-Da2R0n8O.mjs +374 -0
- package/dist/{index-BlZupHNB.mjs → index-DhS4AuWf.mjs} +1593 -1554
- package/dist/{index-8JQB4NmH.mjs → index-DyLLV1NK.mjs} +281 -250
- package/dist/index-vHQhUQSO.mjs +95 -0
- package/dist/index.mjs +1 -1
- package/dist/{info-CLt9Ea38.mjs → info-DOKoSi7a.mjs} +34 -34
- package/dist/{info-NFU_3fNY.mjs → info-De_pBN6A.mjs} +19 -19
- package/dist/{skuForm-Dr6dKGa4.mjs → skuForm-DVGkw6rD.mjs} +71 -86
- package/dist/{skuForm-8WZm2j5V.mjs → skuForm-YXHrhyPI.mjs} +111 -110
- package/dist/{skuTable-BwIc5hr5.mjs → skuTable-DOIQ9kiV.mjs} +71 -71
- package/dist/style.css +1 -1
- package/dts/api/goods-base/index.d.ts +11 -0
- package/dts/api/goods-base/types.d.ts +33 -0
- package/dts/api/goods-logistics/index.d.ts +8 -0
- package/dts/api/goods-logistics/types.d.ts +16 -0
- package/dts/api/goods-spec/index.d.ts +8 -0
- package/dts/api/goods-spec/types.d.ts +15 -0
- package/dts/api/goods-spu/index.d.ts +3 -0
- package/dts/api/goods-stock/index.d.ts +8 -0
- package/dts/api/goods-stock/types.d.ts +32 -0
- package/dts/api/index.d.ts +3 -0
- package/dts/constant.d.ts +26 -0
- package/dts/lang/goods/zh-cn.d.ts +12 -0
- package/dts/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +7 -0
- package/dts/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +2 -0
- package/dts/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +7 -0
- package/dts/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
- package/dts/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/App.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/api/dict.d.ts +35 -0
- package/dts/xyvcard-goods/src/api/goods-base/index.d.ts +11 -0
- package/dts/xyvcard-goods/src/api/goods-base/types.d.ts +33 -0
- package/dts/xyvcard-goods/src/api/goods-brand-info/index.d.ts +20 -0
- package/dts/xyvcard-goods/src/api/goods-brand-info/types.d.ts +73 -0
- package/dts/xyvcard-goods/src/api/goods-category/index.d.ts +23 -0
- package/dts/xyvcard-goods/src/api/goods-category/types.d.ts +70 -0
- package/dts/xyvcard-goods/src/api/goods-ensure/index.d.ts +13 -0
- package/dts/xyvcard-goods/src/api/goods-ensure/types.d.ts +13 -0
- package/dts/xyvcard-goods/src/api/goods-label-info/index.d.ts +20 -0
- package/dts/xyvcard-goods/src/api/goods-label-info/types.d.ts +70 -0
- package/dts/xyvcard-goods/src/api/goods-logistics/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-logistics/types.d.ts +16 -0
- package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +18 -0
- package/dts/xyvcard-goods/src/api/goods-spec/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-spec/types.d.ts +15 -0
- package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +69 -0
- package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +245 -0
- package/dts/xyvcard-goods/src/api/goods-stock/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-stock/types.d.ts +32 -0
- package/dts/xyvcard-goods/src/api/index.d.ts +29 -0
- package/dts/xyvcard-goods/src/api/shop-branch/index.d.ts +9 -0
- package/dts/xyvcard-goods/src/api/shop-branch/types.d.ts +28 -0
- package/dts/xyvcard-goods/src/components/ImageUpload.vue.d.ts +36 -0
- package/dts/xyvcard-goods/src/constant.d.ts +107 -0
- package/dts/xyvcard-goods/src/index.d.ts +12 -0
- package/dts/xyvcard-goods/src/lang/goods/en.d.ts +2 -0
- package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +141 -0
- package/dts/xyvcard-goods/src/lang/index.d.ts +1 -0
- package/dts/xyvcard-goods/src/main.d.ts +7 -0
- package/dts/xyvcard-goods/src/permission.d.ts +1 -0
- package/dts/xyvcard-goods/src/router/index.d.ts +6 -0
- package/dts/xyvcard-goods/src/utils/momentPlugin.d.ts +5 -0
- package/dts/xyvcard-goods/src/utils/returnBizLay.d.ts +2 -0
- package/dts/xyvcard-goods/src/utils/sku.d.ts +19 -0
- package/dts/xyvcard-goods/src/views/goods/goods-brand-info/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-brand-info/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-category/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-category/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/edit.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/info.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/skuForm.vue.d.ts +20 -0
- package/dts/xyvcard-goods/src/views/goods/goods-label-info/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-label-info/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +34 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +42 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +42 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/info.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +29 -0
- package/dts/xyvcard-shop/src/api/shop-branch/index.d.ts +14 -0
- package/dts/xyvcard-shop/src/api/shop-branch/types.d.ts +76 -0
- package/package.json +63 -63
- package/dist/index-B7_M6fAN.mjs +0 -228
- package/dts/views/goods/goods-combination/goodsList.vue.d.ts +0 -14
- package/dts/views/goods/goods-spu/goodsList.vue.d.ts +0 -23
- /package/dts/{views/goods/goods-combination → xyvcard-goods/src/views/goods/goods-spu}/skuTable.vue.d.ts +0 -0
package/dist/index-B7_M6fAN.mjs
DELETED
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
var S = Object.defineProperty;
|
|
2
|
-
var E = (u, e, t) => e in u ? S(u, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : u[e] = t;
|
|
3
|
-
var s = (u, e, t) => E(u, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { BizDict as c, BizLayDict as _, EnumDict as n } from "jmash-core";
|
|
5
|
-
import { EntryDict as v } from "jmash-dict";
|
|
6
|
-
import { ref as h, reactive as L } from "vue";
|
|
7
|
-
import { specValueApi as y, infoApi as P, specInfoApi as A } from "xyvcard-shop";
|
|
8
|
-
import { g as O, b as g, a as f } from "./index-BlZupHNB.mjs";
|
|
9
|
-
import { g as m } from "./index-BrBipAPq.mjs";
|
|
10
|
-
class a {
|
|
11
|
-
}
|
|
12
|
-
// 模块
|
|
13
|
-
s(a, "MODULE_GOODS", "goods"), // 商品规格类型
|
|
14
|
-
s(a, "SPEC_TYPE", {
|
|
15
|
-
UNIFIED_SPEC: "UNIFIED_SPEC",
|
|
16
|
-
//统一规格
|
|
17
|
-
MULTI_SPEC: "MULTI_SPEC"
|
|
18
|
-
//多规格
|
|
19
|
-
}), // 启用禁用
|
|
20
|
-
s(a, "SHELF_VALUES", h([
|
|
21
|
-
{ key: !0, value: "上架" },
|
|
22
|
-
{ key: !1, value: "下架" }
|
|
23
|
-
])), // 运费类型
|
|
24
|
-
s(a, "ENUM_FREIGHT_TYPE", "xyvcard.goods.protobuf.FreightType"), // 保障服务
|
|
25
|
-
s(a, "DICT_GOODS_ENSURE", "goods_ensure"), // 规格类型
|
|
26
|
-
s(a, "ENUM_SPEC_TYPE", "xyvcard.goods.protobuf.SpecType"), // 商品查询枚举
|
|
27
|
-
s(a, "ENUM_GOODS_SPU_List_SORT", "xyvcard.goods.protobuf.GoodsSpuListSort"), s(a, "GOODS_SPU_VALUES", h([
|
|
28
|
-
{ key: "goods_all", value: "全部商品" },
|
|
29
|
-
{ key: "goods_sale", value: "已上架" },
|
|
30
|
-
{ key: "goods_shelf", value: "待上架" },
|
|
31
|
-
{ key: "goods_audit", value: "审核中" },
|
|
32
|
-
{ key: "goods_notpass", value: "审核驳回" }
|
|
33
|
-
])), // 审核状态
|
|
34
|
-
s(a, "ENUM_APPROVAL_STATUS", "xyvcard.goods.protobuf.ApprovalStatus"), // 审核状态常量
|
|
35
|
-
s(a, "APPROVAL_NOT_PASS", "APPROVAL_NOT_PASS"), s(a, "APPROVAL_PASS", "APPROVAL_PASS"), s(a, "APPROVALING", "APPROVALING"), // 启用禁用
|
|
36
|
-
s(a, "ENABLE_VALUES", h([
|
|
37
|
-
{ key: "true", value: "启用" },
|
|
38
|
-
{ key: "false", value: "禁用" }
|
|
39
|
-
])), // 商品类型
|
|
40
|
-
s(a, "GOODS_TYPE", {
|
|
41
|
-
NORMAL: "normal",
|
|
42
|
-
GROUP: "group"
|
|
43
|
-
});
|
|
44
|
-
function d(u, e, t) {
|
|
45
|
-
return !Array.isArray(u) || u.length === 0 ? [] : u.map((r) => {
|
|
46
|
-
let i = [];
|
|
47
|
-
return Array.isArray(r.children) && r.children.length > 0 && (i = d(r.children, e, t)), {
|
|
48
|
-
value: r[t],
|
|
49
|
-
label: r[e],
|
|
50
|
-
parentId: r.parentId,
|
|
51
|
-
children: i
|
|
52
|
-
};
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
class p {
|
|
56
|
-
constructor(e, t) {
|
|
57
|
-
s(this, "values", L([]));
|
|
58
|
-
// 查询条件
|
|
59
|
-
s(this, "query");
|
|
60
|
-
this.values.length = 0, this.values.push(...e.value), this.query = t;
|
|
61
|
-
}
|
|
62
|
-
// 根据给定键获取业务数据项的值的方法
|
|
63
|
-
getValue(e) {
|
|
64
|
-
for (const t of this.values)
|
|
65
|
-
if (t.key == e)
|
|
66
|
-
return t.value;
|
|
67
|
-
return "";
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
class U extends c {
|
|
71
|
-
// 实现 useValues 方法
|
|
72
|
-
useValues() {
|
|
73
|
-
return new Promise((e, t) => {
|
|
74
|
-
P.findList(this.query).then(({ data: o }) => {
|
|
75
|
-
const r = o.results;
|
|
76
|
-
this.values.length = 0, this.values.push(
|
|
77
|
-
...r.map(
|
|
78
|
-
(i) => ({
|
|
79
|
-
key: i.shopId,
|
|
80
|
-
value: i.shopName
|
|
81
|
-
})
|
|
82
|
-
)
|
|
83
|
-
), e(this.values);
|
|
84
|
-
}).catch(t);
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
class D extends _ {
|
|
89
|
-
// 实现 useValues 方法
|
|
90
|
-
useValues() {
|
|
91
|
-
return new Promise((e, t) => {
|
|
92
|
-
O.findTreeListApi(this.query).then(({ data: o }) => {
|
|
93
|
-
this.values.length = 0, this.values.push(...d(o.results, "label", "value")), e(this.values);
|
|
94
|
-
}).catch(t);
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
class I extends c {
|
|
99
|
-
// 实现 useValues 方法
|
|
100
|
-
useValues() {
|
|
101
|
-
return new Promise((e, t) => {
|
|
102
|
-
A.findList(this.query).then(({ data: o }) => {
|
|
103
|
-
const r = o.results;
|
|
104
|
-
this.values.length = 0, this.values.push(
|
|
105
|
-
...r.map(
|
|
106
|
-
(i) => ({
|
|
107
|
-
key: i.specId,
|
|
108
|
-
value: i.specName,
|
|
109
|
-
disabled: i.disabled
|
|
110
|
-
})
|
|
111
|
-
)
|
|
112
|
-
), e(this.values);
|
|
113
|
-
}).catch(t);
|
|
114
|
-
});
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
class V extends c {
|
|
118
|
-
// 实现 useValues 方法
|
|
119
|
-
useValues() {
|
|
120
|
-
return new Promise((e, t) => {
|
|
121
|
-
y.findList(this.query).then(({ data: o }) => {
|
|
122
|
-
const r = o.results;
|
|
123
|
-
this.values.length = 0, this.values.push(
|
|
124
|
-
...r.map(
|
|
125
|
-
(i) => ({
|
|
126
|
-
key: i.specValueId,
|
|
127
|
-
value: i.valueName
|
|
128
|
-
})
|
|
129
|
-
)
|
|
130
|
-
), e(this.values);
|
|
131
|
-
}).catch(t);
|
|
132
|
-
});
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
class N extends c {
|
|
136
|
-
// 实现 useValues 方法
|
|
137
|
-
useValues() {
|
|
138
|
-
return new Promise((e, t) => {
|
|
139
|
-
m.findList(this.query).then(({ data: o }) => {
|
|
140
|
-
const r = o.results;
|
|
141
|
-
this.values.length = 0, this.values.push(
|
|
142
|
-
...r.map(
|
|
143
|
-
(i) => ({
|
|
144
|
-
key: i.brandId,
|
|
145
|
-
value: i.brandName
|
|
146
|
-
})
|
|
147
|
-
)
|
|
148
|
-
), e(this.values);
|
|
149
|
-
}).catch(t);
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
class T extends c {
|
|
154
|
-
// 实现 useValues 方法
|
|
155
|
-
useValues() {
|
|
156
|
-
return new Promise((e, t) => {
|
|
157
|
-
g.findList(this.query).then(({ data: o }) => {
|
|
158
|
-
const r = o.results;
|
|
159
|
-
this.values.length = 0, this.values.push(
|
|
160
|
-
...r.map(
|
|
161
|
-
(i) => ({
|
|
162
|
-
key: i.labelId,
|
|
163
|
-
value: i.labelName
|
|
164
|
-
})
|
|
165
|
-
)
|
|
166
|
-
), e(this.values);
|
|
167
|
-
}).catch(t);
|
|
168
|
-
});
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
class w extends c {
|
|
172
|
-
// 实现 useValues 方法
|
|
173
|
-
useValues() {
|
|
174
|
-
return new Promise((e, t) => {
|
|
175
|
-
f.findList(this.query).then(({ data: o }) => {
|
|
176
|
-
const r = o.results;
|
|
177
|
-
this.values.length = 0, this.values.push(
|
|
178
|
-
...r.map(
|
|
179
|
-
(i) => ({
|
|
180
|
-
key: i.spuId,
|
|
181
|
-
value: i.spuName
|
|
182
|
-
})
|
|
183
|
-
)
|
|
184
|
-
), e(this.values);
|
|
185
|
-
}).catch(t);
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
class l {
|
|
190
|
-
}
|
|
191
|
-
// 店铺列表
|
|
192
|
-
s(l, "shopInfoBizDict", new U({})), // 规格列表
|
|
193
|
-
s(l, "specInfoDict", new I({})), // 规格值
|
|
194
|
-
s(l, "specValueDict", new V({})), // 上架下架
|
|
195
|
-
s(l, "shelfDict", new p(a.SHELF_VALUES, {})), // 运费类型
|
|
196
|
-
s(l, "freightTypeEnum", new n(
|
|
197
|
-
a.MODULE_GOODS,
|
|
198
|
-
a.ENUM_FREIGHT_TYPE
|
|
199
|
-
)), // 保障服务
|
|
200
|
-
s(l, "goodsEnsureDict", new v(a.DICT_GOODS_ENSURE)), // 规格类型
|
|
201
|
-
s(l, "specTypeEnum", new n(
|
|
202
|
-
a.MODULE_GOODS,
|
|
203
|
-
a.ENUM_SPEC_TYPE
|
|
204
|
-
)), // 商品查询枚举
|
|
205
|
-
s(l, "goodsSpuListSortEnum", new n(
|
|
206
|
-
a.MODULE_GOODS,
|
|
207
|
-
a.ENUM_GOODS_SPU_List_SORT
|
|
208
|
-
)), s(l, "goodsSpuListSortDict", new p(
|
|
209
|
-
a.GOODS_SPU_VALUES,
|
|
210
|
-
{}
|
|
211
|
-
)), // 审核状态
|
|
212
|
-
s(l, "approvalStatusEnum", new n(
|
|
213
|
-
a.MODULE_GOODS,
|
|
214
|
-
a.ENUM_APPROVAL_STATUS
|
|
215
|
-
)), // 启用禁用
|
|
216
|
-
s(l, "enableDict", new p(a.ENABLE_VALUES, {})), // 商品分类
|
|
217
|
-
s(l, "goodsCategoryListBizLayDict", new D(
|
|
218
|
-
{}
|
|
219
|
-
)), // 品牌列表
|
|
220
|
-
s(l, "brandListBizDict", new N({})), // 标签列表
|
|
221
|
-
s(l, "labelListBizDict", new T({})), // 商品列表
|
|
222
|
-
s(l, "goodsSpuBizDict", new w({}));
|
|
223
|
-
export {
|
|
224
|
-
a as C,
|
|
225
|
-
l as D,
|
|
226
|
-
V as S,
|
|
227
|
-
I as a
|
|
228
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
shelf: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: () => string;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
7
|
-
shelf: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: () => string;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {
|
|
12
|
-
shelf: string;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
shelf: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: () => string;
|
|
5
|
-
};
|
|
6
|
-
approvalStatus: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: () => string;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
11
|
-
shelf: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: () => string;
|
|
14
|
-
};
|
|
15
|
-
approvalStatus: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: () => string;
|
|
18
|
-
};
|
|
19
|
-
}>> & Readonly<{}>, {
|
|
20
|
-
approvalStatus: string;
|
|
21
|
-
shelf: string;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
-
export default _default;
|
|
File without changes
|