iv-npm 1.5.12 → 1.5.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.5.12",
3
+ "version": "1.5.14",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -80,11 +80,11 @@ declare enum SignStatusEnum {
80
80
  }
81
81
 
82
82
  declare enum LineIDEnum {
83
- "1ef9a270-ed57-36cb-2722-3a0546282ae6" = 1,
84
- "4323bbbf-0b7b-bc62-0cc5-3a059327c0d1" = 2,
85
- "59f245e8-806b-453a-53eb-3a059327fc9d" = 4,
86
- "1b225aa4-a58e-147f-265a-3a0593282a0d" = 8,
87
- "afd2c30c-5ca3-f27d-3c5e-3a0593286d5e" = 16
83
+ "tx01" = 1,
84
+ "tx02" = 2,
85
+ "tx03" = 4,
86
+ "tx04" = 8,
87
+ "tx05" = 16
88
88
  }
89
89
 
90
90
  export { LineIDEnum, ProjectStausEnum, SignStatusEnum, apiConfiger, arrToTree, assign, buildURL as buildUrl, dateFormat, filterOptionHeadle, findTree, formatType, hostConfiger, isDate, isObject, isPlainObject, isURLSearchParams, tranListToTreeData, yearMonthDayFormat, yearMonthFormat };
@@ -306,11 +306,11 @@ var SignStatusEnum = /* @__PURE__ */ ((SignStatusEnum2) => {
306
306
 
307
307
  // utils/enum/lineId.ts
308
308
  var LineIDEnum = /* @__PURE__ */ ((LineIDEnum2) => {
309
- LineIDEnum2[LineIDEnum2["1ef9a270-ed57-36cb-2722-3a0546282ae6"] = 1] = "1ef9a270-ed57-36cb-2722-3a0546282ae6";
310
- LineIDEnum2[LineIDEnum2["4323bbbf-0b7b-bc62-0cc5-3a059327c0d1"] = 2] = "4323bbbf-0b7b-bc62-0cc5-3a059327c0d1";
311
- LineIDEnum2[LineIDEnum2["59f245e8-806b-453a-53eb-3a059327fc9d"] = 4] = "59f245e8-806b-453a-53eb-3a059327fc9d";
312
- LineIDEnum2[LineIDEnum2["1b225aa4-a58e-147f-265a-3a0593282a0d"] = 8] = "1b225aa4-a58e-147f-265a-3a0593282a0d";
313
- LineIDEnum2[LineIDEnum2["afd2c30c-5ca3-f27d-3c5e-3a0593286d5e"] = 16] = "afd2c30c-5ca3-f27d-3c5e-3a0593286d5e";
309
+ LineIDEnum2[LineIDEnum2["tx01"] = 1] = "tx01";
310
+ LineIDEnum2[LineIDEnum2["tx02"] = 2] = "tx02";
311
+ LineIDEnum2[LineIDEnum2["tx03"] = 4] = "tx03";
312
+ LineIDEnum2[LineIDEnum2["tx04"] = 8] = "tx04";
313
+ LineIDEnum2[LineIDEnum2["tx05"] = 16] = "tx05";
314
314
  return LineIDEnum2;
315
315
  })(LineIDEnum || {});
316
316
  export {
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  };
40
40
  lineEnum: {
41
41
  type: NumberConstructor;
42
- required: true;
42
+ required: false;
43
43
  };
44
44
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
45
  [key: string]: any;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  };
82
82
  lineEnum: {
83
83
  type: NumberConstructor;
84
- required: true;
84
+ required: false;
85
85
  };
86
86
  }>> & {
87
87
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;