@kmkf-fe-packages/basic-components 2.0.79-beta.87 → 2.0.79-beta.88

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/dist/index.esm.js CHANGED
@@ -21343,7 +21343,7 @@ var refundTypeOptions = Object.entries(refundTypeMap).map(function (_ref) {
21343
21343
  value = _ref2[1];
21344
21344
  return {
21345
21345
  label: value,
21346
- value: key
21346
+ value: Number(key)
21347
21347
  };
21348
21348
  });
21349
21349
  var onlineStatusMap = {
@@ -21365,7 +21365,7 @@ var onlineStatusOptions = Object.entries(onlineStatusMap).map(function (_ref3) {
21365
21365
  value = _ref4[1];
21366
21366
  return {
21367
21367
  label: value,
21368
- value: key
21368
+ value: Number(key)
21369
21369
  };
21370
21370
  });
21371
21371
  var consignTypeMap = {
@@ -21378,7 +21378,7 @@ var consignTypeOptions = Object.entries(consignTypeMap).map(function (_ref5) {
21378
21378
  value = _ref6[1];
21379
21379
  return {
21380
21380
  label: value,
21381
- value: key
21381
+ value: Number(key)
21382
21382
  };
21383
21383
  });
21384
21384
  var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
package/dist/index.js CHANGED
@@ -21356,7 +21356,7 @@ var refundTypeOptions = Object.entries(refundTypeMap).map(function (_ref) {
21356
21356
  value = _ref2[1];
21357
21357
  return {
21358
21358
  label: value,
21359
- value: key
21359
+ value: Number(key)
21360
21360
  };
21361
21361
  });
21362
21362
  var onlineStatusMap = {
@@ -21378,7 +21378,7 @@ var onlineStatusOptions = Object.entries(onlineStatusMap).map(function (_ref3) {
21378
21378
  value = _ref4[1];
21379
21379
  return {
21380
21380
  label: value,
21381
- value: key
21381
+ value: Number(key)
21382
21382
  };
21383
21383
  });
21384
21384
  var consignTypeMap = {
@@ -21391,7 +21391,7 @@ var consignTypeOptions = Object.entries(consignTypeMap).map(function (_ref5) {
21391
21391
  value = _ref6[1];
21392
21392
  return {
21393
21393
  label: value,
21394
- value: key
21394
+ value: Number(key)
21395
21395
  };
21396
21396
  });
21397
21397
  var getOrderSubformColumns = function getOrderSubformColumns(parmas) {
@@ -25,7 +25,7 @@ export declare const refundTypeMap: {
25
25
  };
26
26
  export declare const refundTypeOptions: {
27
27
  label: string;
28
- value: string;
28
+ value: number;
29
29
  }[];
30
30
  export declare const onlineStatusMap: {
31
31
  1: string;
@@ -42,7 +42,7 @@ export declare const onlineStatusMap: {
42
42
  };
43
43
  export declare const onlineStatusOptions: {
44
44
  label: string;
45
- value: string;
45
+ value: number;
46
46
  }[];
47
47
  export declare const consignTypeMap: {
48
48
  1: string;
@@ -50,7 +50,7 @@ export declare const consignTypeMap: {
50
50
  };
51
51
  export declare const consignTypeOptions: {
52
52
  label: string;
53
- value: string;
53
+ value: number;
54
54
  }[];
55
55
  type ParmasData = {
56
56
  expressData: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.79-beta.87",
3
+ "version": "2.0.79-beta.88",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "57ff0160e642956e47c7f730cbe835dad37a6ca5"
69
+ "gitHead": "f40e3b441ee92d0a876871b379618b0763d2f741"
70
70
  }