xyvcard-goods 0.0.33 → 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 (116) 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-6rzBkBTh.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-BqlwdGQ1.mjs +4 -0
  7. package/dist/GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-DJREiSkD.mjs +433 -0
  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-BqaN71rS.mjs → GoodsSpecForm-B4MtETRy.mjs} +1 -1
  11. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BbVK_KNz.mjs +347 -0
  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-DBTNknBy.mjs → edit-Br1Y569l.mjs} +8 -7
  16. package/dist/{edit-CZwlbL9o.mjs → edit-CET8Fr-t.mjs} +18 -18
  17. package/dist/{edit-1Lv_dvlq.mjs → edit-CagYTFKr.mjs} +1 -1
  18. package/dist/{edit-D2zcGl_U.mjs → edit-iJGrWlSv.mjs} +1 -1
  19. package/dist/{edit.vue_vue_type_script_setup_true_lang-BmOhw098.mjs → edit.vue_vue_type_script_setup_true_lang-D_0YivhL.mjs} +32 -32
  20. package/dist/{el-message-BB2-39XJ.mjs → el-message-Dj6aaz4G.mjs} +490 -373
  21. package/dist/{index-BhUD_X30.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-BpXZNA11.mjs → index-Cg6GUdSP.mjs} +3 -3
  25. package/dist/index-CyxnVWnL.mjs +182 -0
  26. package/dist/{index-DGYGNHfx.mjs → index-D9s8hsVw.mjs} +3 -3
  27. package/dist/{index-BXa-atkT.mjs → index-DbnKa_BJ.mjs} +1 -1
  28. package/dist/{index-DXIGHcIv.mjs → index-DoxTu4kg.mjs} +5 -4
  29. package/dist/{index-Cl4wz2yF.mjs → index-kw0UYOIu.mjs} +3 -3
  30. package/dist/{index-CRfiEzkA.mjs → index-xQgC-8Gd.mjs} +1237 -1141
  31. package/dist/index.mjs +1 -1
  32. package/dist/info-CTElDVo6.mjs +376 -0
  33. package/dist/{info-DfbU-CWk.mjs → info-DpGJgdac.mjs} +37 -36
  34. package/dist/{skuForm-DoIpxDvq.mjs → skuForm-C7w9YIDe.mjs} +40 -39
  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/App.vue.d.ts +2 -0
  40. package/dts/xyvcard-goods/src/api/dict.d.ts +36 -0
  41. package/dts/xyvcard-goods/src/api/goods-base/index.d.ts +11 -0
  42. package/dts/xyvcard-goods/src/api/goods-base/types.d.ts +33 -0
  43. package/dts/xyvcard-goods/src/api/goods-brand-info/index.d.ts +20 -0
  44. package/dts/xyvcard-goods/src/api/goods-brand-info/types.d.ts +73 -0
  45. package/dts/xyvcard-goods/src/api/goods-category/index.d.ts +23 -0
  46. package/dts/xyvcard-goods/src/api/goods-category/types.d.ts +70 -0
  47. package/dts/xyvcard-goods/src/api/goods-ensure/index.d.ts +13 -0
  48. package/dts/xyvcard-goods/src/api/goods-ensure/types.d.ts +13 -0
  49. package/dts/xyvcard-goods/src/api/goods-label-info/index.d.ts +20 -0
  50. package/dts/xyvcard-goods/src/api/goods-label-info/types.d.ts +70 -0
  51. package/dts/xyvcard-goods/src/api/goods-logistics/index.d.ts +8 -0
  52. package/dts/xyvcard-goods/src/api/goods-logistics/types.d.ts +16 -0
  53. package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +21 -0
  54. package/dts/xyvcard-goods/src/api/goods-spec/index.d.ts +8 -0
  55. package/dts/xyvcard-goods/src/api/goods-spec/types.d.ts +15 -0
  56. package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +72 -0
  57. package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +271 -0
  58. package/dts/xyvcard-goods/src/api/goods-stock/index.d.ts +8 -0
  59. package/dts/xyvcard-goods/src/api/goods-stock/types.d.ts +32 -0
  60. package/dts/xyvcard-goods/src/api/index.d.ts +29 -0
  61. package/dts/xyvcard-goods/src/api/shop-branch/index.d.ts +9 -0
  62. package/dts/xyvcard-goods/src/api/shop-branch/types.d.ts +28 -0
  63. package/dts/xyvcard-goods/src/api/types.d.ts +4 -0
  64. package/dts/xyvcard-goods/src/components/ImageUpload.vue.d.ts +36 -0
  65. package/dts/xyvcard-goods/src/constant.d.ts +107 -0
  66. package/dts/xyvcard-goods/src/index.d.ts +12 -0
  67. package/dts/xyvcard-goods/src/lang/goods/en.d.ts +2 -0
  68. package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +173 -0
  69. package/dts/xyvcard-goods/src/lang/index.d.ts +1 -0
  70. package/dts/xyvcard-goods/src/main.d.ts +7 -0
  71. package/dts/xyvcard-goods/src/permission.d.ts +1 -0
  72. package/dts/xyvcard-goods/src/router/index.d.ts +7 -0
  73. package/dts/xyvcard-goods/src/utils/momentPlugin.d.ts +5 -0
  74. package/dts/xyvcard-goods/src/utils/returnBizLay.d.ts +2 -0
  75. package/dts/xyvcard-goods/src/utils/sku.d.ts +19 -0
  76. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/edit.vue.d.ts +22 -0
  77. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/index.vue.d.ts +2 -0
  78. package/dts/xyvcard-goods/src/views/goods/goods-category/edit.vue.d.ts +22 -0
  79. package/dts/xyvcard-goods/src/views/goods/goods-category/index.vue.d.ts +2 -0
  80. package/dts/xyvcard-goods/src/views/goods/goods-combination/edit.vue.d.ts +2 -0
  81. package/dts/xyvcard-goods/src/views/goods/goods-combination/index.vue.d.ts +2 -0
  82. package/dts/xyvcard-goods/src/views/goods/goods-combination/info.vue.d.ts +2 -0
  83. package/dts/xyvcard-goods/src/views/goods/goods-combination/skuForm.vue.d.ts +20 -0
  84. package/dts/xyvcard-goods/src/views/goods/goods-label-info/edit.vue.d.ts +22 -0
  85. package/dts/xyvcard-goods/src/views/goods/goods-label-info/index.vue.d.ts +2 -0
  86. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/BatchSetting.vue.d.ts +35 -0
  87. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/ChannelProfit.vue.d.ts +22 -0
  88. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +34 -0
  89. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +42 -0
  90. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsProfitForm.vue.d.ts +34 -0
  91. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +42 -0
  92. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/SingleSku.vue.d.ts +23 -0
  93. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
  94. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
  95. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit.vue.d.ts +2 -0
  96. package/dts/xyvcard-goods/src/views/goods/goods-spu/index copy.vue.d.ts +2 -0
  97. package/dts/xyvcard-goods/src/views/goods/goods-spu/index.vue.d.ts +2 -0
  98. package/dts/xyvcard-goods/src/views/goods/goods-spu/info.vue.d.ts +2 -0
  99. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +42 -0
  100. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuTable.vue.d.ts +53 -0
  101. package/dts/xyvcard-goods/src/views/goods/goods-spu/spec.vue.d.ts +2 -0
  102. package/dts/xyvcard-shop/src/api/shop-branch/index.d.ts +14 -0
  103. package/dts/xyvcard-shop/src/api/shop-branch/types.d.ts +76 -0
  104. package/package.json +6 -5
  105. package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-BmIR352P.mjs +0 -374
  106. package/dist/GoodsLogisticsForm-CHyQ99Mt.mjs +0 -10
  107. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BTFKRiNW.mjs +0 -140
  108. package/dist/edit copy 2-DnKLaz3I.mjs +0 -45
  109. package/dist/edit copy-tfwJCdiV.mjs +0 -526
  110. package/dist/edit-Db2EJ9dq.mjs +0 -526
  111. package/dist/index-BHmGYIuc.mjs +0 -24
  112. package/dist/index-Df-F10aZ.mjs +0 -264
  113. package/dist/index-vHQhUQSO.mjs +0 -95
  114. package/dist/info-DDi6GKQH.mjs +0 -365
  115. package/dist/skuForm-DWIoveRP.mjs +0 -475
  116. package/dist/skuTable-BVBtWrf9.mjs +0 -639
@@ -0,0 +1,173 @@
1
+ declare const _default: {
2
+ goodsSpu: {
3
+ templateDownload: string;
4
+ name: string;
5
+ shopId: string;
6
+ categoryId: string;
7
+ freightType: string;
8
+ freightAmount: string;
9
+ spuCode: string;
10
+ spuName: string;
11
+ picUrls: string;
12
+ sellPoint: string;
13
+ ensureIds: string;
14
+ description: string;
15
+ shelf: string;
16
+ price: string;
17
+ salePrice: string;
18
+ salePriceV1: string;
19
+ salePriceV2: string;
20
+ salePriceV2Required: string;
21
+ salePriceV3: string;
22
+ salePriceV3Required: string;
23
+ marketPrice: string;
24
+ marketPriceRequired: string;
25
+ costPrice: string;
26
+ costPriceRequired: string;
27
+ stock: string;
28
+ stockRequired: string;
29
+ weight: string;
30
+ weightRequired: string;
31
+ volume: string;
32
+ volumeRequired: string;
33
+ saleNum: string;
34
+ saleNums: string;
35
+ specType: string;
36
+ approvalStatus: string;
37
+ batchShelf: string;
38
+ batchOffShelf: string;
39
+ batchApprovaled: string;
40
+ batchRejected: string;
41
+ batchApproval: string;
42
+ updateTime: string;
43
+ shopIdRequired: string;
44
+ spuNameRequired: string;
45
+ spuNameRequireds: string;
46
+ freightAmountRequired: string;
47
+ saleNumRequired: string;
48
+ saleNumRequireds: string;
49
+ sellPointRequired: string;
50
+ categoryIdRequired: string;
51
+ spuCodeRequired: string;
52
+ freightTypeRequired: string;
53
+ specRequired: string;
54
+ shelfRequired: string;
55
+ specTypeRequired: string;
56
+ picUrlsRequired: string;
57
+ imageListsErrors: string;
58
+ salePriceRequired: string;
59
+ salePriceV1Required: string;
60
+ specValueRequired: string;
61
+ chooseShelf: string;
62
+ successShelf: string;
63
+ successOffShelf: string;
64
+ successFilled: string;
65
+ successApproval: string;
66
+ brandId: string;
67
+ brandIdRequired: string;
68
+ labelIds: string;
69
+ labelIdsRequired: string;
70
+ minPrice: string;
71
+ minPriceRequired: string;
72
+ maxPrice: string;
73
+ maxPriceRequired: string;
74
+ supClass: string;
75
+ supClassRequired: string;
76
+ isBranchPickup: string;
77
+ isBranchPickupRequired: string;
78
+ isPointsGift: string;
79
+ isPointsGiftRequired: string;
80
+ isPointsDeduct: string;
81
+ isPointsDeductRequired: string;
82
+ presaleType: string;
83
+ presaleTypeRequired: string;
84
+ balancePaymentType: string;
85
+ balancePaymentTypeRequired: string;
86
+ balancePaymentDays: string;
87
+ balancePaymentDaysRequired: string;
88
+ balancePaymentDate: string;
89
+ balancePaymentDateRequired: string;
90
+ purchaseLimit: string;
91
+ purchaseLimitRequired: string;
92
+ deliveryType: string;
93
+ deliveryTypeRequired: string;
94
+ deliverySpotDate: string;
95
+ deliverySpotDateRequireds: string;
96
+ deliveryPresaleDate: string;
97
+ deliveryPresaleDateRequired: string;
98
+ useBranch: string;
99
+ useBranchRequired: string;
100
+ validityType: string;
101
+ validityTypeRequired: string;
102
+ validityDays: string;
103
+ validityDaysRequired: string;
104
+ validityDate: string;
105
+ validityDateRequired: string;
106
+ note: string;
107
+ noteRequired: string;
108
+ branchIds: string;
109
+ branchIdsRequired: string;
110
+ status: string;
111
+ earnestAmount: string;
112
+ earnestAmountRequired: string;
113
+ depositAmount: string;
114
+ depositAmountRequired: string;
115
+ pointsDeduct: string;
116
+ pointsDeductRequired: string;
117
+ UNIFIED_SPEC: string;
118
+ MULTI_SPEC: string;
119
+ picUrl: string;
120
+ picUrlRequired: string;
121
+ skuCode: string;
122
+ skuCodeRequired: string;
123
+ batchSetting: string;
124
+ index: string;
125
+ stockMax: string;
126
+ channelId: string;
127
+ channelIdRequired: string;
128
+ spec: string;
129
+ batchChannelProfit: string;
130
+ addChannel: string;
131
+ profitId: string;
132
+ profitIdRequired: string;
133
+ addProfit: string;
134
+ profitFirst: string;
135
+ profitFirstRequired: string;
136
+ profitSecond: string;
137
+ profitSecondRequired: string;
138
+ profitThird: string;
139
+ profitThirdRequired: string;
140
+ channelName: string;
141
+ profitName: string;
142
+ };
143
+ goodsBrandInfo: {
144
+ name: string;
145
+ brandId: string;
146
+ brandName: string;
147
+ brandNameRequired: string;
148
+ logoUrl: string;
149
+ logoUrlRequired: string;
150
+ description: string;
151
+ descriptionRequired: string;
152
+ orderBy: string;
153
+ status: string;
154
+ statusRequired: string;
155
+ likeBrandName: string;
156
+ likeBrandNameRequired: string;
157
+ };
158
+ goodsLabelInfo: {
159
+ name: string;
160
+ likeLableName: string;
161
+ likeLableNameRequired: string;
162
+ labelName: string;
163
+ labelCode: string;
164
+ orderBy: string;
165
+ status: string;
166
+ statusRequired: string;
167
+ note: string;
168
+ labelNameRequired: string;
169
+ labelCodeRequired: string;
170
+ noteRequired: string;
171
+ };
172
+ };
173
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare function loadLang(i18n: any): void;
@@ -0,0 +1,7 @@
1
+ import "@/permission";
2
+ import "jmash-core/dist/style.css";
3
+ import "jmash-dict/dist/style.css";
4
+ import "jmash-rbac/dist/style.css";
5
+ import "xyvcard-emall/dist/style.css";
6
+ import "xyvcard-shop/dist/style.css";
7
+ import "element-plus/dist/index.css";
@@ -0,0 +1 @@
1
+ import "nprogress/nprogress.css";
@@ -0,0 +1,7 @@
1
+ import type { RouteRecordRaw } from "vue-router";
2
+ export declare const goodsSpuEdit: () => Promise<typeof import("@/views/goods/goods-spu/edit.vue")>;
3
+ export declare const goodsSpuInfo: () => Promise<typeof import("@/views/goods/goods-spu/info.vue")>;
4
+ export declare const goodsSpuSpec: () => Promise<typeof import("@/views/goods/goods-spu/spec.vue")>;
5
+ export declare const goodsCombinationEdit: () => Promise<typeof import("@/views/goods/goods-combination/edit.vue")>;
6
+ export declare const goodsCombinationInfo: () => Promise<typeof import("@/views/goods/goods-combination/info.vue")>;
7
+ export declare const goodsRoutes: RouteRecordRaw[];
@@ -0,0 +1,5 @@
1
+ import type { App } from "vue";
2
+ declare const _default: {
3
+ install: (app: App) => void;
4
+ };
5
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import type { LayEntry } from 'jmash-core';
2
+ export declare function returnBizLay(list: any, label: string, value: string): LayEntry[];
@@ -0,0 +1,19 @@
1
+ /**
2
+ * 笛卡尔积运算
3
+ * @param {[type]} tree [description]
4
+ * @param {Array} stocks [description]
5
+ * @return {[type]} [description]
6
+ */
7
+ export declare function flatten(tree: any[], stocks: never[] | undefined, options: any): any[];
8
+ export declare function getLevels(tree: any[]): number[];
9
+ /**
10
+ * @param {Array} arr
11
+ * @returns {Array}
12
+ */
13
+ export declare function uniqueArr(arr: any[]): any[];
14
+ /**
15
+ * @param {Array} arr1
16
+ * @param {Array} arr2
17
+ * @returns {Array}
18
+ */
19
+ export declare function diffArary<T>(arr1: T[], arr2: T[]): T[];
@@ -0,0 +1,22 @@
1
+ import { type PropType } from "vue";
2
+ import type { GoodsBrandInfoKey } from "@/api/goods-brand-info/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ modelValue: PropType<boolean>;
5
+ entityKey: {
6
+ type: PropType<GoodsBrandInfoKey>;
7
+ default: () => void;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ refresh: (...args: any[]) => void;
11
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
+ modelValue: PropType<boolean>;
13
+ entityKey: {
14
+ type: PropType<GoodsBrandInfoKey>;
15
+ default: () => void;
16
+ };
17
+ }>> & Readonly<{
18
+ onRefresh?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ entityKey: GoodsBrandInfoKey;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { type PropType } from "vue";
2
+ import type { GoodsCategoryModel } from "@/api/goods-category/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ modelValue: PropType<boolean>;
5
+ entityKey: {
6
+ type: PropType<GoodsCategoryModel>;
7
+ default: () => void;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ refresh: (...args: any[]) => void;
11
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
+ modelValue: PropType<boolean>;
13
+ entityKey: {
14
+ type: PropType<GoodsCategoryModel>;
15
+ default: () => void;
16
+ };
17
+ }>> & Readonly<{
18
+ onRefresh?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ entityKey: GoodsCategoryModel;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,20 @@
1
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2
+ form: {
3
+ type: ObjectConstructor;
4
+ default: () => void;
5
+ };
6
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ getGoodsSku: (...args: any[]) => void;
8
+ getFormData: (...args: any[]) => void;
9
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
+ form: {
11
+ type: ObjectConstructor;
12
+ default: () => void;
13
+ };
14
+ }>> & Readonly<{
15
+ onGetGoodsSku?: ((...args: any[]) => any) | undefined;
16
+ onGetFormData?: ((...args: any[]) => any) | undefined;
17
+ }>, {
18
+ form: Record<string, any>;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { type PropType } from "vue";
2
+ import type { GoodsLabelInfoKey } from "@/api/goods-label-info/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ modelValue: PropType<boolean>;
5
+ entityKey: {
6
+ type: PropType<GoodsLabelInfoKey>;
7
+ default: () => void;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ refresh: (...args: any[]) => void;
11
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
+ modelValue: PropType<boolean>;
13
+ entityKey: {
14
+ type: PropType<GoodsLabelInfoKey>;
15
+ default: () => void;
16
+ };
17
+ }>> & Readonly<{
18
+ onRefresh?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ entityKey: GoodsLabelInfoKey;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
2
+ import type { GoodsSkuCreateReq } from "@/api/goods-spu/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ goodsSpecModel?: GoodsSpecCreateReq | undefined;
5
+ }>, {
6
+ goodsSpecModel: () => GoodsSpecCreateReq;
7
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ batchSetting: (model: GoodsSkuCreateReq) => void;
9
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ goodsSpecModel?: GoodsSpecCreateReq | undefined;
11
+ }>, {
12
+ goodsSpecModel: () => GoodsSpecCreateReq;
13
+ }>>> & Readonly<{
14
+ onBatchSetting?: ((model: GoodsSkuCreateReq) => any) | undefined;
15
+ }>, {
16
+ goodsSpecModel: GoodsSpecCreateReq;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToRuntimeProps<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ type __VLS_WithDefaults<P, D> = {
29
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
30
+ default: D[K];
31
+ }> : P[K];
32
+ };
33
+ type __VLS_Prettify<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
@@ -0,0 +1,22 @@
1
+ import { type PropType } from "vue";
2
+ import type { GoodsSpuProfitCreateReq } from "@/api/goods-spu/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ modelValue: PropType<boolean>;
5
+ entityKey: {
6
+ type: PropType<GoodsSpuProfitCreateReq>;
7
+ default: () => void;
8
+ };
9
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ refresh: (...args: any[]) => void;
11
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
12
+ modelValue: PropType<boolean>;
13
+ entityKey: {
14
+ type: PropType<GoodsSpuProfitCreateReq>;
15
+ default: () => void;
16
+ };
17
+ }>> & Readonly<{
18
+ onRefresh?: ((...args: any[]) => any) | undefined;
19
+ }>, {
20
+ entityKey: GoodsSpuProfitCreateReq;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
2
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ goodsSpuModel: GoodsSpuModel;
4
+ }>, {
5
+ goodsSpuModel: () => {};
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ submit: (model: GoodsSpuModel) => void;
8
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ goodsSpuModel: GoodsSpuModel;
10
+ }>, {
11
+ goodsSpuModel: () => {};
12
+ }>>> & Readonly<{
13
+ onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
14
+ }>, {
15
+ goodsSpuModel: GoodsSpuModel;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,42 @@
1
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
2
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ goodsSpuModel: GoodsSpuModel;
4
+ }>, {
5
+ goodsSpuModel: () => {
6
+ skuList: {
7
+ results: {}[];
8
+ };
9
+ };
10
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ submit: (model: GoodsSpuModel) => void;
12
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ goodsSpuModel: GoodsSpuModel;
14
+ }>, {
15
+ goodsSpuModel: () => {
16
+ skuList: {
17
+ results: {}[];
18
+ };
19
+ };
20
+ }>>> & Readonly<{
21
+ onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
22
+ }>, {
23
+ goodsSpuModel: GoodsSpuModel;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
@@ -0,0 +1,34 @@
1
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
2
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ goodsSpuModel: GoodsSpuModel;
4
+ }>, {
5
+ goodsSpuModel: () => {};
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ refresh: (...args: any[]) => void;
8
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ goodsSpuModel: GoodsSpuModel;
10
+ }>, {
11
+ goodsSpuModel: () => {};
12
+ }>>> & Readonly<{
13
+ onRefresh?: ((...args: any[]) => any) | undefined;
14
+ }>, {
15
+ goodsSpuModel: GoodsSpuModel;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,42 @@
1
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
2
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ goodsSpuModel: GoodsSpuModel;
4
+ }>, {
5
+ goodsSpuModel: () => {
6
+ skuList: {
7
+ results: {}[];
8
+ };
9
+ };
10
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ submit: (model: GoodsSpuModel) => void;
12
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
13
+ goodsSpuModel: GoodsSpuModel;
14
+ }>, {
15
+ goodsSpuModel: () => {
16
+ skuList: {
17
+ results: {}[];
18
+ };
19
+ };
20
+ }>>> & Readonly<{
21
+ onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
22
+ }>, {
23
+ goodsSpuModel: GoodsSpuModel;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
@@ -0,0 +1,23 @@
1
+ import type { FormInstance } from "element-plus";
2
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
3
+ import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
4
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
5
+ modelValue: globalThis.PropType<GoodsSpecCreateReq>;
6
+ goodsSpuModel: {
7
+ type: globalThis.PropType<GoodsSpuModel>;
8
+ required: true;
9
+ default: () => {};
10
+ };
11
+ }>, {
12
+ formRef: () => FormInstance | undefined;
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
+ modelValue: globalThis.PropType<GoodsSpecCreateReq>;
15
+ goodsSpuModel: {
16
+ type: globalThis.PropType<GoodsSpuModel>;
17
+ required: true;
18
+ default: () => {};
19
+ };
20
+ }>> & Readonly<{}>, {
21
+ goodsSpuModel: GoodsSpuModel;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,42 @@
1
+ import type { GoodsSpuModel } from "@/api/goods-spu/types";
2
+ import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
3
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
4
+ specType: {
5
+ type: StringConstructor;
6
+ default: () => string;
7
+ };
8
+ form: {
9
+ type: globalThis.PropType<GoodsSpecCreateReq>;
10
+ default: () => void;
11
+ };
12
+ goodsSpuModel: {
13
+ type: globalThis.PropType<GoodsSpuModel>;
14
+ default: () => void;
15
+ };
16
+ }>, {
17
+ formRef: () => any;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ getGoodsSku: (...args: any[]) => void;
20
+ getFormData: (...args: any[]) => void;
21
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
22
+ specType: {
23
+ type: StringConstructor;
24
+ default: () => string;
25
+ };
26
+ form: {
27
+ type: globalThis.PropType<GoodsSpecCreateReq>;
28
+ default: () => void;
29
+ };
30
+ goodsSpuModel: {
31
+ type: globalThis.PropType<GoodsSpuModel>;
32
+ default: () => void;
33
+ };
34
+ }>> & Readonly<{
35
+ onGetGoodsSku?: ((...args: any[]) => any) | undefined;
36
+ onGetFormData?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ form: GoodsSpecCreateReq;
39
+ specType: string;
40
+ goodsSpuModel: GoodsSpuModel;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
+ export default _default;