iv-npm 1.5.101 → 1.5.103

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 (27) hide show
  1. package/package.json +1 -1
  2. package/packages/shared/dist/utils/index.mjs +1 -1
  3. package/packages/shared/package.json +31 -31
  4. package/packages/ui/dist/business-ui/component/IVVendorSelector.d.ts +8 -0
  5. package/packages/ui/dist/index.cjs.js +1 -1
  6. package/packages/ui/dist/index.cjs.js.map +1 -1
  7. package/packages/ui/dist/index.esm.js +1 -1
  8. package/packages/ui/dist/index.esm.js.map +1 -1
  9. package/packages/ui/dist/index.umd.js +1 -1
  10. package/packages/ui/dist/index.umd.js.map +1 -1
  11. package/packages/ui/package.json +68 -68
  12. package/pnpm-lock.yaml +5758 -5758
  13. package/packages/ui/dist/business-ui/component/IVMrpLineDropdown.d.ts +0 -155
  14. package/packages/ui/dist/business-ui/component/IVMrpManagDropdown.d.ts +0 -141
  15. package/packages/ui/dist/business-ui/component/IVMrpMaterialSelector.d.ts +0 -20
  16. package/packages/ui/dist/business-ui/component/IVMrpMaterialTypeDropdown.d.ts +0 -158
  17. package/packages/ui/dist/business-ui/component/IVMrpOrgDropdown.d.ts +0 -152
  18. package/packages/ui/dist/business-ui/component/IVMrpPostDropdown.d.ts +0 -148
  19. package/packages/ui/dist/business-ui/component/IVMrpProdBaseDropdown.d.ts +0 -154
  20. package/packages/ui/dist/business-ui/component/IVMrpRateDropdown.d.ts +0 -46
  21. package/packages/ui/dist/business-ui/component/IVMrpSetofbookDropdown.d.ts +0 -158
  22. package/packages/ui/dist/business-ui/component/IVMrpUnitDropdown.d.ts +0 -64
  23. package/packages/ui/dist/business-ui/component/IVMrpUserSelector.d.ts +0 -20
  24. package/packages/ui/dist/business-ui/component/IVMrpVendorSelector.d.ts +0 -20
  25. package/packages/ui/dist/function-ui/component/IVMrpModal.d.ts +0 -41
  26. package/packages/ui/dist/function-ui/component/IVMrpTable.d.ts +0 -79
  27. package/packages/ui/dist/function-ui/component/IVMrpTableControl.d.ts +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.5.101",
3
+ "version": "1.5.103",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -310,7 +310,7 @@ function yearMonthDayFormat(data) {
310
310
  function onChangeTail(item) {
311
311
  return function baseTail(key, cb) {
312
312
  const temp = item.reduce((_p, _c) => {
313
- if (_c.isInput !== void 0 || _c.isInput)
313
+ if (_c.isInput === true)
314
314
  return _p + 0;
315
315
  _c = cb ? cb(_c) : _c;
316
316
  return _p + parseFloat(_c[key]);
@@ -1,31 +1,31 @@
1
- {
2
- "name": "@IVNPM/shared",
3
- "version": "1.0.0",
4
- "private": false,
5
- "description": "IVNPM/shared",
6
- "scripts": {
7
- "prepare": "npm run build",
8
- "dev": "tsup --watch",
9
- "build": "tsup"
10
- },
11
- "main": "dist/utils/index.mjs",
12
- "module": "dist/utils/index.mjs",
13
- "types": "dist/utils/index.d.ts",
14
- "files": [
15
- "index.js",
16
- "dist"
17
- ],
18
- "author": "Mr.Cong",
19
- "license": "ISC",
20
- "devDependencies": {
21
- "@types/node": "^18.6.4",
22
- "rollup-plugin-copy": "^3.4.0",
23
- "tsup": "^6.2.1"
24
- },
25
- "peerDependencies": {
26
- "ant-design-vue": "^3.2.5"
27
- },
28
- "dependencies": {
29
- "nanoid": "^4.0.0"
30
- }
31
- }
1
+ {
2
+ "name": "@IVNPM/shared",
3
+ "version": "1.0.0",
4
+ "private": false,
5
+ "description": "IVNPM/shared",
6
+ "scripts": {
7
+ "prepare": "npm run build",
8
+ "dev": "tsup --watch",
9
+ "build": "tsup"
10
+ },
11
+ "main": "dist/utils/index.mjs",
12
+ "module": "dist/utils/index.mjs",
13
+ "types": "dist/utils/index.d.ts",
14
+ "files": [
15
+ "index.js",
16
+ "dist"
17
+ ],
18
+ "author": "Mr.Cong",
19
+ "license": "ISC",
20
+ "devDependencies": {
21
+ "@types/node": "^18.6.4",
22
+ "rollup-plugin-copy": "^3.4.0",
23
+ "tsup": "^6.2.1"
24
+ },
25
+ "peerDependencies": {
26
+ "ant-design-vue": "^3.2.5"
27
+ },
28
+ "dependencies": {
29
+ "nanoid": "^4.0.0"
30
+ }
31
+ }
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: NumberConstructor;
16
16
  required: false;
17
17
  };
18
+ venders: {
19
+ type: ArrayConstructor;
20
+ required: false;
21
+ };
18
22
  }, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
23
  [key: string]: any;
20
24
  }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "getItem")[], "update:show" | "getItem", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -31,6 +35,10 @@ declare const _default: import("vue").DefineComponent<{
31
35
  type: NumberConstructor;
32
36
  required: false;
33
37
  };
38
+ venders: {
39
+ type: ArrayConstructor;
40
+ required: false;
41
+ };
34
42
  }>> & {
35
43
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
36
44
  onGetItem?: ((...args: any[]) => any) | undefined;