iv-npm 1.7.18 → 1.7.21

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 (25) hide show
  1. package/package.json +1 -1
  2. package/packages/ui/dist/business-ui/component/IVContractSelector.d.ts +12 -4
  3. package/packages/ui/dist/index.cjs.js +5 -5
  4. package/packages/ui/dist/index.cjs.js.map +1 -1
  5. package/packages/ui/dist/index.esm.js +6 -6
  6. package/packages/ui/dist/index.esm.js.map +1 -1
  7. package/packages/ui/dist/index.umd.js +5 -5
  8. package/packages/ui/dist/index.umd.js.map +1 -1
  9. package/packages/ui/dist/ui/src/business-ui/component/Altimeter.d.ts +20 -0
  10. package/packages/ui/dist/ui/src/business-ui/component/IVAccessoryTypeSelector.d.ts +169 -0
  11. package/packages/ui/dist/ui/src/business-ui/component/IVFileUpload.d.ts +122 -0
  12. package/packages/ui/dist/ui/src/business-ui/component/IVInnerContractSelector.d.ts +155 -0
  13. package/packages/ui/dist/ui/src/business-ui/component/IVMainContractSelector.d.ts +166 -0
  14. package/packages/ui/dist/ui/src/business-ui/component/IVMaterialTypeDropdown.d.ts +169 -0
  15. package/packages/ui/dist/ui/src/business-ui/component/IVMaterialTypeSelector.d.ts +171 -0
  16. package/packages/ui/dist/ui/src/business-ui/component/IVOrgDropdown.d.ts +152 -0
  17. package/packages/ui/dist/ui/src/business-ui/component/IVOuterContractSelector.d.ts +155 -0
  18. package/packages/ui/dist/ui/src/business-ui/component/IVProduceProjectSelector.d.ts +88 -0
  19. package/packages/ui/dist/ui/src/business-ui/component/IVProjectSelector.d.ts +104 -0
  20. package/packages/ui/dist/ui/src/business-ui/component/IVProjectsSelector.d.ts +104 -0
  21. package/packages/ui/dist/ui/src/business-ui/component/IVRateDropdown.d.ts +46 -0
  22. package/packages/ui/dist/ui/src/business-ui/component/IVUnitDropdown.d.ts +93 -0
  23. package/packages/ui/dist/ui/src/business-ui/component/IVVendorSelector.d.ts +46 -0
  24. package/packages/ui/package.json +77 -76
  25. package/pnpm-lock.yaml +6099 -6078
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.7.18",
3
+ "version": "1.7.21",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -32,8 +32,12 @@ declare const _default: import("vue").DefineComponent<{
32
32
  type: NumberConstructor;
33
33
  required: false;
34
34
  };
35
- businessTypeItem: {
36
- type: NumberConstructor;
35
+ businessTypeItems: {
36
+ type: ArrayConstructor;
37
+ required: false;
38
+ };
39
+ notInBusinessTypeItems: {
40
+ type: ArrayConstructor;
37
41
  required: false;
38
42
  };
39
43
  mainContractId: {
@@ -95,8 +99,12 @@ declare const _default: import("vue").DefineComponent<{
95
99
  type: NumberConstructor;
96
100
  required: false;
97
101
  };
98
- businessTypeItem: {
99
- type: NumberConstructor;
102
+ businessTypeItems: {
103
+ type: ArrayConstructor;
104
+ required: false;
105
+ };
106
+ notInBusinessTypeItems: {
107
+ type: ArrayConstructor;
100
108
  required: false;
101
109
  };
102
110
  mainContractId: {