xyvcard-goods 0.0.33 → 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.
Files changed (92) hide show
  1. package/dist/{GoodsBaseForm-6rzBkBTh.mjs → GoodsBaseForm-BSvXc_XA.mjs} +1 -1
  2. package/dist/{GoodsBaseForm.vue_vue_type_script_setup_true_lang-BmIR352P.mjs → GoodsBaseForm.vue_vue_type_script_setup_true_lang-rsmqHXbJ.mjs} +60 -53
  3. package/dist/GoodsLogisticsForm-1Bbd4Z52.mjs +4 -0
  4. package/dist/GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-PSnPNbmT.mjs +434 -0
  5. package/dist/{GoodsSpecForm-BqaN71rS.mjs → GoodsSpecForm-Ddo1IZLZ.mjs} +1 -1
  6. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-CdWIufm4.mjs +338 -0
  7. package/dist/edit copy 2-Yzf_M31V.mjs +59 -0
  8. package/dist/{edit copy-tfwJCdiV.mjs → edit copy-CCnzlrgL.mjs } +3 -3
  9. package/dist/{edit-D2zcGl_U.mjs → edit-BgtwinSN.mjs} +1 -1
  10. package/dist/{edit-Db2EJ9dq.mjs → edit-Dke5sWct.mjs} +3 -3
  11. package/dist/{edit-CZwlbL9o.mjs → edit-e5-aXV6K.mjs} +18 -18
  12. package/dist/{edit-DBTNknBy.mjs → edit-lfXK_dUp.mjs} +3 -3
  13. package/dist/{edit-1Lv_dvlq.mjs → edit-pUKONjxH.mjs} +1 -1
  14. package/dist/{edit.vue_vue_type_script_setup_true_lang-BmOhw098.mjs → edit.vue_vue_type_script_setup_true_lang-BtGT564r.mjs} +32 -32
  15. package/dist/{index-BXa-atkT.mjs → index-BSzOTWcG.mjs} +1 -1
  16. package/dist/{index-Cl4wz2yF.mjs → index-BpKiAhvt.mjs} +3 -3
  17. package/dist/{index-DXIGHcIv.mjs → index-ChQ-ZxD1.mjs} +2 -2
  18. package/dist/{index-BpXZNA11.mjs → index-CkJncbVf.mjs} +3 -3
  19. package/dist/{index-DGYGNHfx.mjs → index-CkMWas2b.mjs} +3 -3
  20. package/dist/index-Da2R0n8O.mjs +374 -0
  21. package/dist/{index-CRfiEzkA.mjs → index-DhS4AuWf.mjs} +509 -481
  22. package/dist/{index-BhUD_X30.mjs → index-DyLLV1NK.mjs} +2 -2
  23. package/dist/index.mjs +1 -1
  24. package/dist/{info-DfbU-CWk.mjs → info-DOKoSi7a.mjs} +34 -34
  25. package/dist/{info-DDi6GKQH.mjs → info-De_pBN6A.mjs} +19 -19
  26. package/dist/{skuForm-DoIpxDvq.mjs → skuForm-DVGkw6rD.mjs} +21 -21
  27. package/dist/{skuForm-DWIoveRP.mjs → skuForm-YXHrhyPI.mjs} +110 -109
  28. package/dist/{skuTable-BVBtWrf9.mjs → skuTable-DOIQ9kiV.mjs} +62 -62
  29. package/dist/style.css +1 -1
  30. package/dts/xyvcard-goods/src/App.vue.d.ts +2 -0
  31. package/dts/xyvcard-goods/src/api/dict.d.ts +35 -0
  32. package/dts/xyvcard-goods/src/api/goods-base/index.d.ts +11 -0
  33. package/dts/xyvcard-goods/src/api/goods-base/types.d.ts +33 -0
  34. package/dts/xyvcard-goods/src/api/goods-brand-info/index.d.ts +20 -0
  35. package/dts/xyvcard-goods/src/api/goods-brand-info/types.d.ts +73 -0
  36. package/dts/xyvcard-goods/src/api/goods-category/index.d.ts +23 -0
  37. package/dts/xyvcard-goods/src/api/goods-category/types.d.ts +70 -0
  38. package/dts/xyvcard-goods/src/api/goods-ensure/index.d.ts +13 -0
  39. package/dts/xyvcard-goods/src/api/goods-ensure/types.d.ts +13 -0
  40. package/dts/xyvcard-goods/src/api/goods-label-info/index.d.ts +20 -0
  41. package/dts/xyvcard-goods/src/api/goods-label-info/types.d.ts +70 -0
  42. package/dts/xyvcard-goods/src/api/goods-logistics/index.d.ts +8 -0
  43. package/dts/xyvcard-goods/src/api/goods-logistics/types.d.ts +16 -0
  44. package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +18 -0
  45. package/dts/xyvcard-goods/src/api/goods-spec/index.d.ts +8 -0
  46. package/dts/xyvcard-goods/src/api/goods-spec/types.d.ts +15 -0
  47. package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +69 -0
  48. package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +245 -0
  49. package/dts/xyvcard-goods/src/api/goods-stock/index.d.ts +8 -0
  50. package/dts/xyvcard-goods/src/api/goods-stock/types.d.ts +32 -0
  51. package/dts/xyvcard-goods/src/api/index.d.ts +29 -0
  52. package/dts/xyvcard-goods/src/api/shop-branch/index.d.ts +9 -0
  53. package/dts/xyvcard-goods/src/api/shop-branch/types.d.ts +28 -0
  54. package/dts/xyvcard-goods/src/components/ImageUpload.vue.d.ts +36 -0
  55. package/dts/xyvcard-goods/src/constant.d.ts +107 -0
  56. package/dts/xyvcard-goods/src/index.d.ts +12 -0
  57. package/dts/xyvcard-goods/src/lang/goods/en.d.ts +2 -0
  58. package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +141 -0
  59. package/dts/xyvcard-goods/src/lang/index.d.ts +1 -0
  60. package/dts/xyvcard-goods/src/main.d.ts +7 -0
  61. package/dts/xyvcard-goods/src/permission.d.ts +1 -0
  62. package/dts/xyvcard-goods/src/router/index.d.ts +6 -0
  63. package/dts/xyvcard-goods/src/utils/momentPlugin.d.ts +5 -0
  64. package/dts/xyvcard-goods/src/utils/returnBizLay.d.ts +2 -0
  65. package/dts/xyvcard-goods/src/utils/sku.d.ts +19 -0
  66. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/edit.vue.d.ts +22 -0
  67. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/index.vue.d.ts +2 -0
  68. package/dts/xyvcard-goods/src/views/goods/goods-category/edit.vue.d.ts +22 -0
  69. package/dts/xyvcard-goods/src/views/goods/goods-category/index.vue.d.ts +2 -0
  70. package/dts/xyvcard-goods/src/views/goods/goods-combination/edit.vue.d.ts +2 -0
  71. package/dts/xyvcard-goods/src/views/goods/goods-combination/index.vue.d.ts +2 -0
  72. package/dts/xyvcard-goods/src/views/goods/goods-combination/info.vue.d.ts +2 -0
  73. package/dts/xyvcard-goods/src/views/goods/goods-combination/skuForm.vue.d.ts +20 -0
  74. package/dts/xyvcard-goods/src/views/goods/goods-label-info/edit.vue.d.ts +22 -0
  75. package/dts/xyvcard-goods/src/views/goods/goods-label-info/index.vue.d.ts +2 -0
  76. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +34 -0
  77. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +42 -0
  78. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +42 -0
  79. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
  80. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
  81. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit.vue.d.ts +2 -0
  82. package/dts/xyvcard-goods/src/views/goods/goods-spu/index.vue.d.ts +2 -0
  83. package/dts/xyvcard-goods/src/views/goods/goods-spu/info.vue.d.ts +2 -0
  84. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +29 -0
  85. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuTable.vue.d.ts +40 -0
  86. package/dts/xyvcard-shop/src/api/shop-branch/index.d.ts +14 -0
  87. package/dts/xyvcard-shop/src/api/shop-branch/types.d.ts +76 -0
  88. package/package.json +4 -4
  89. package/dist/GoodsLogisticsForm-CHyQ99Mt.mjs +0 -10
  90. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BTFKRiNW.mjs +0 -140
  91. package/dist/edit copy 2-DnKLaz3I.mjs +0 -45
  92. package/dist/index-Df-F10aZ.mjs +0 -264
@@ -0,0 +1,36 @@
1
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ default: () => string;
5
+ };
6
+ listType: {
7
+ type: () => "text" | "picture" | "picture-card";
8
+ default: string;
9
+ };
10
+ limit: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ "update:modelValue": (...args: any[]) => void;
16
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
+ modelValue: {
18
+ type: StringConstructor;
19
+ default: () => string;
20
+ };
21
+ listType: {
22
+ type: () => "text" | "picture" | "picture-card";
23
+ default: string;
24
+ };
25
+ limit: {
26
+ type: NumberConstructor;
27
+ default: number;
28
+ };
29
+ }>> & Readonly<{
30
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
+ }>, {
32
+ listType: "picture" | "text" | "picture-card";
33
+ limit: number;
34
+ modelValue: string;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ export default _default;
@@ -0,0 +1,107 @@
1
+ export declare class Constant {
2
+ static readonly MODULE_GOODS = "goods";
3
+ static readonly SHELF_VALUES: globalThis.Ref<{
4
+ key: boolean;
5
+ value: string;
6
+ }[], {
7
+ key: boolean;
8
+ value: string;
9
+ }[] | {
10
+ key: boolean;
11
+ value: string;
12
+ }[]>;
13
+ static readonly ENUM_FREIGHT_TYPE = "xyvcard.goods.protobuf.FreightType";
14
+ static readonly FREIGHT_TYPE_VALUES: {
15
+ FREIGHT_FREE: string;
16
+ FREIGHT_FIXED: string;
17
+ FREIGHT_TEMPLATE: string;
18
+ };
19
+ static readonly DICT_GOODS_ENSURE = "goods_ensure";
20
+ static readonly ENUM_GOODS_SPU_List_SORT = "xyvcard.goods.protobuf.GoodsSpuListSort";
21
+ static readonly GOODS_SPU_VALUES: globalThis.Ref<{
22
+ key: string;
23
+ value: string;
24
+ }[], {
25
+ key: string;
26
+ value: string;
27
+ }[] | {
28
+ key: string;
29
+ value: string;
30
+ }[]>;
31
+ static readonly ENUM_APPROVAL_STATUS = "xyvcard.goods.protobuf.ApprovalStatus";
32
+ static readonly APPROVAL_NOT_PASS = "APPROVAL_NOT_PASS";
33
+ static readonly APPROVAL_PASS = "APPROVAL_PASS";
34
+ static readonly APPROVALING = "APPROVALING";
35
+ static readonly ENABLE_VALUES: globalThis.Ref<{
36
+ key: string;
37
+ value: string;
38
+ }[], {
39
+ key: string;
40
+ value: string;
41
+ }[] | {
42
+ key: string;
43
+ value: string;
44
+ }[]>;
45
+ static readonly GOODS_TYPE: {
46
+ NORMAL: string;
47
+ GROUP: string;
48
+ };
49
+ static readonly GOODS_SUP_CLASS = "xyvcard.goods.protobuf.SupClass";
50
+ static readonly GOODS_SUP_CLASS_VALUES: {
51
+ GOODS_TYPE_REAL: string;
52
+ GOODS_TYPE_VIRTUAL: string;
53
+ GOODS_TYPE_LIFE: string;
54
+ };
55
+ static readonly YES_OR_NO: globalThis.Ref<{
56
+ key: boolean;
57
+ value: string;
58
+ }[], {
59
+ key: boolean;
60
+ value: string;
61
+ }[] | {
62
+ key: boolean;
63
+ value: string;
64
+ }[]>;
65
+ static readonly TAB_ENUM: import("vue").Reactive<{
66
+ key: string;
67
+ value: string;
68
+ }[]>;
69
+ static readonly GOODS_PRESALE_TYPE = "xyvcard.goods.protobuf.PresaleType";
70
+ static readonly GOODS_PRESALE_TYPE_VALUES: {
71
+ NONE: string;
72
+ DEPOSIT: string;
73
+ DEPOSIT_RETURN: string;
74
+ };
75
+ static readonly BALANCE_PAYMENT_TYPE = "xyvcard.goods.protobuf.BalancePaymentType";
76
+ static readonly BALANCE_PAYMENT_TYPE_VALUES: {
77
+ DYNAMIC_DATE: string;
78
+ FIXED_DATE: string;
79
+ };
80
+ static readonly SPEC_TYPE = "xyvcard.goods.protobuf.SpecType";
81
+ static readonly SPEC_TYPE_VALUES: {
82
+ UNIFIED_SPEC: string;
83
+ MULTI_SPEC: string;
84
+ };
85
+ static readonly DELIVERY_TYPE = "xyvcard.goods.protobuf.DeliveryType";
86
+ static readonly DELIVERY_TYPE_VALUES: {
87
+ SPOT_ONLY: string;
88
+ PRESALE: string;
89
+ };
90
+ static readonly DELIVERY_SPOT_TYPE = "xyvcard.goods.protobuf.DeliverySpotType";
91
+ static readonly DELIVERY_SPOT_TYPE_VALUES: {
92
+ SPOT_24: string;
93
+ SPOT_48: string;
94
+ SPOT_72: string;
95
+ };
96
+ static readonly VALIDITY_TYPE = "xyvcard.goods.protobuf.ValidityType";
97
+ static readonly VALIDITY_TYPE_VALUES: {
98
+ DYNAMIC_TIME: string;
99
+ FIXED_TIME: string;
100
+ UNLIMITED_TIME: string;
101
+ };
102
+ static readonly USE_BRANCH = "xyvcard.goods.protobuf.UseBranch";
103
+ static readonly USE_BRANCH_VALUES: {
104
+ USE_BRANCH_ALL: string;
105
+ USE_BRANCH_PART: string;
106
+ };
107
+ }
@@ -0,0 +1,12 @@
1
+ import type { App } from "vue";
2
+ import "./styles/index.scss";
3
+ export { goodsSpuApi } from "./api/goods-spu/index";
4
+ export type { GoodsSpuReq, GoodsSpuModel, GoodsSpuPage, } from "./api/goods-spu/types";
5
+ export { goodsCategoryApi } from "./api/goods-category/index";
6
+ export type { GoodsCategoryReq, GoodsCategoryModel, } from "./api/goods-category/types";
7
+ export { goodsLabelInfoApi } from "./api/goods-label-info/index";
8
+ export type { GoodsLabelInfoReq, GoodsLabelInfoModel, } from "./api/goods-label-info/types";
9
+ declare const goods: {
10
+ install(app: App): void;
11
+ };
12
+ export default goods;
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,141 @@
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
+ };
111
+ goodsBrandInfo: {
112
+ name: string;
113
+ brandId: string;
114
+ brandName: string;
115
+ brandNameRequired: string;
116
+ logoUrl: string;
117
+ logoUrlRequired: string;
118
+ description: string;
119
+ descriptionRequired: string;
120
+ orderBy: string;
121
+ status: string;
122
+ statusRequired: string;
123
+ likeBrandName: string;
124
+ likeBrandNameRequired: string;
125
+ };
126
+ goodsLabelInfo: {
127
+ name: string;
128
+ likeLableName: string;
129
+ likeLableNameRequired: string;
130
+ labelName: string;
131
+ labelCode: string;
132
+ orderBy: string;
133
+ status: string;
134
+ statusRequired: string;
135
+ note: string;
136
+ labelNameRequired: string;
137
+ labelCodeRequired: string;
138
+ noteRequired: string;
139
+ };
140
+ };
141
+ 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,6 @@
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 goodsCombinationEdit: () => Promise<typeof import("@/views/goods/goods-combination/edit.vue")>;
5
+ export declare const goodsCombinationInfo: () => Promise<typeof import("@/views/goods/goods-combination/info.vue")>;
6
+ 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,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,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,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,29 @@
1
+ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
2
+ specType: {
3
+ type: StringConstructor;
4
+ default: () => string;
5
+ };
6
+ form: {
7
+ type: ObjectConstructor;
8
+ default: () => void;
9
+ };
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ getGoodsSku: (...args: any[]) => void;
12
+ getFormData: (...args: any[]) => void;
13
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
+ specType: {
15
+ type: StringConstructor;
16
+ default: () => string;
17
+ };
18
+ form: {
19
+ type: ObjectConstructor;
20
+ default: () => void;
21
+ };
22
+ }>> & Readonly<{
23
+ onGetGoodsSku?: ((...args: any[]) => any) | undefined;
24
+ onGetFormData?: ((...args: any[]) => any) | undefined;
25
+ }>, {
26
+ form: Record<string, any>;
27
+ specType: string;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ export default _default;