iv-npm 1.1.74 → 1.2.0

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.1.74",
3
+ "version": "1.2.0",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -1,31 +1,30 @@
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
- "rollup-plugin-copy": "^3.4.0",
22
- "tsup": "^6.2.1"
23
- },
24
- "peerDependencies": {
25
- "ant-design-vue": "^3.2.5"
26
- },
27
- "dependencies": {
28
- "moment": "^2.29.4",
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
+ "rollup-plugin-copy": "^3.4.0",
22
+ "tsup": "^6.2.1"
23
+ },
24
+ "peerDependencies": {
25
+ "ant-design-vue": "^3.2.5"
26
+ },
27
+ "dependencies": {
28
+ "nanoid": "^4.0.0"
29
+ }
30
+ }
@@ -2324,7 +2324,7 @@ var script$i = /*#__PURE__*/vue.defineComponent({
2324
2324
  )) : vue.createCommentVNode("v-if", true)];
2325
2325
  }),
2326
2326
  "default": vue.withCtx(function () {
2327
- return [vue.createVNode(_component_a_tree_select, {
2327
+ return [vue.createVNode(_component_a_tree_select, vue.mergeProps(_ctx.$attrs, {
2328
2328
  value: vue.unref(inputV),
2329
2329
  "onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
2330
2330
  return vue.isRef(inputV) ? inputV.value = $event : null;
@@ -2340,13 +2340,13 @@ var script$i = /*#__PURE__*/vue.defineComponent({
2340
2340
  "filter-option": vue.unref(filterOptionHeadle),
2341
2341
  multiple: __props.multiple,
2342
2342
  treeDefaultExpandAll: "",
2343
- style: vue.normalizeStyle(__props.inputStyle),
2343
+ style: __props.inputStyle,
2344
2344
  onChange: _cache[1] || (_cache[1] = function ($event) {
2345
2345
  return _ctx.$emit('change', $event);
2346
2346
  }),
2347
2347
  replaceFields: __props.replaceFields
2348
- }, null, 8
2349
- /* PROPS */
2348
+ }), null, 16
2349
+ /* FULL_PROPS */
2350
2350
  , ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
2351
2351
  }),
2352
2352
  _: 1
@@ -1,4 +1,4 @@
1
- import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, renderSlot, ref, onMounted, onBeforeUnmount, Fragment, createCommentVNode, createElementVNode, normalizeStyle, renderList, normalizeClass, createTextVNode, toDisplayString, createBlock, createStaticVNode, reactive, watch, pushScopeId, popScopeId, watchEffect, toRefs, onBeforeMount, withKeys, withModifiers } from 'vue';
1
+ import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, renderSlot, ref, onMounted, onBeforeUnmount, Fragment, createCommentVNode, createElementVNode, normalizeStyle, renderList, normalizeClass, createTextVNode, toDisplayString, createBlock, createStaticVNode, reactive, watch, pushScopeId, popScopeId, watchEffect, mergeProps, toRefs, onBeforeMount, withKeys, withModifiers } from 'vue';
2
2
 
3
3
  var _hoisted_1$m = {
4
4
  id: "IVModal"
@@ -2320,7 +2320,7 @@ var script$i = /*#__PURE__*/defineComponent({
2320
2320
  )) : createCommentVNode("v-if", true)];
2321
2321
  }),
2322
2322
  "default": withCtx(function () {
2323
- return [createVNode(_component_a_tree_select, {
2323
+ return [createVNode(_component_a_tree_select, mergeProps(_ctx.$attrs, {
2324
2324
  value: unref(inputV),
2325
2325
  "onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
2326
2326
  return isRef(inputV) ? inputV.value = $event : null;
@@ -2336,13 +2336,13 @@ var script$i = /*#__PURE__*/defineComponent({
2336
2336
  "filter-option": unref(filterOptionHeadle),
2337
2337
  multiple: __props.multiple,
2338
2338
  treeDefaultExpandAll: "",
2339
- style: normalizeStyle(__props.inputStyle),
2339
+ style: __props.inputStyle,
2340
2340
  onChange: _cache[1] || (_cache[1] = function ($event) {
2341
2341
  return _ctx.$emit('change', $event);
2342
2342
  }),
2343
2343
  replaceFields: __props.replaceFields
2344
- }, null, 8
2345
- /* PROPS */
2344
+ }), null, 16
2345
+ /* FULL_PROPS */
2346
2346
  , ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
2347
2347
  }),
2348
2348
  _: 1
@@ -2324,7 +2324,7 @@
2324
2324
  )) : vue.createCommentVNode("v-if", true)];
2325
2325
  }),
2326
2326
  "default": vue.withCtx(function () {
2327
- return [vue.createVNode(_component_a_tree_select, {
2327
+ return [vue.createVNode(_component_a_tree_select, vue.mergeProps(_ctx.$attrs, {
2328
2328
  value: vue.unref(inputV),
2329
2329
  "onUpdate:value": _cache[0] || (_cache[0] = function ($event) {
2330
2330
  return vue.isRef(inputV) ? inputV.value = $event : null;
@@ -2340,13 +2340,13 @@
2340
2340
  "filter-option": vue.unref(filterOptionHeadle),
2341
2341
  multiple: __props.multiple,
2342
2342
  treeDefaultExpandAll: "",
2343
- style: vue.normalizeStyle(__props.inputStyle),
2343
+ style: __props.inputStyle,
2344
2344
  onChange: _cache[1] || (_cache[1] = function ($event) {
2345
2345
  return _ctx.$emit('change', $event);
2346
2346
  }),
2347
2347
  replaceFields: __props.replaceFields
2348
- }, null, 8
2349
- /* PROPS */
2348
+ }), null, 16
2349
+ /* FULL_PROPS */
2350
2350
  , ["value", "tree-data", "getPopupContainer", "placeholder", "allowClear", "filter-option", "multiple", "style", "replaceFields"])];
2351
2351
  }),
2352
2352
  _: 1
@@ -1,60 +1,60 @@
1
- {
2
- "name": "@IVNPM/ui",
3
- "version": "1.0.0",
4
- "description": "IVNPM/ui",
5
- "scripts": {
6
- "start": "npm run dev",
7
- "dev": "rollup --config rollup.config.js --watch",
8
- "build": "rollup --config rollup.config.js",
9
- "prepare": "npm run build"
10
- },
11
- "main": "dist/index.esm.js",
12
- "module": "dist/index.esm.js",
13
- "types": "dist/index.d.ts",
14
- "files": [
15
- "index.js",
16
- "dist"
17
- ],
18
- "publishConfig": {
19
- "access": "public",
20
- "registry": "https://registry.npmjs.org/"
21
- },
22
- "peerDependencies": {
23
- "ant-design-vue": "^3.2.5",
24
- "typescript": "^4.7.4",
25
- "vue": "^3.2.25"
26
- },
27
- "devDependencies": {
28
- "@IVNPM/shared": "workspace:*",
29
- "@babel/core": "^7.18.10",
30
- "@babel/node": "^7.18.10",
31
- "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
32
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
33
- "@babel/plugin-transform-runtime": "^7.18.10",
34
- "@babel/preset-env": "^7.18.10",
35
- "@babel/runtime": "^7.18.9",
36
- "@rollup/plugin-babel": "^5.3.1",
37
- "@rollup/plugin-commonjs": "^22.0.2",
38
- "@rollup/plugin-json": "^4.1.0",
39
- "@rollup/plugin-node-resolve": "^13.3.0",
40
- "@types/node": "^18.6.4",
41
- "@vue/compiler-sfc": "^3.2.37",
42
- "ant-design-vue": "^3.2.11",
43
- "node-sass": "^7.0.1",
44
- "postcss": "^8.4.16",
45
- "rollup": "^2.77.2",
46
- "rollup-plugin-cleanup": "^3.2.1",
47
- "rollup-plugin-postcss": "^4.0.2",
48
- "rollup-plugin-sourcemaps": "^0.6.3",
49
- "rollup-plugin-terser": "^7.0.2",
50
- "rollup-plugin-typescript2": "^0.32.1",
51
- "rollup-plugin-vue": "^6.0.0",
52
- "sass": "^1.54.3",
53
- "tslib": "^2.4.0",
54
- "typescript": "^4.7.4",
55
- "vue": "^3.2.37"
56
- },
57
- "keywords": [],
58
- "author": "",
59
- "license": "ISC"
60
- }
1
+ {
2
+ "name": "@IVNPM/ui",
3
+ "version": "1.0.0",
4
+ "description": "IVNPM/ui",
5
+ "scripts": {
6
+ "start": "npm run dev",
7
+ "dev": "rollup --config rollup.config.js --watch",
8
+ "build": "rollup --config rollup.config.js",
9
+ "prepare": "npm run build"
10
+ },
11
+ "main": "dist/index.esm.js",
12
+ "module": "dist/index.esm.js",
13
+ "types": "dist/index.d.ts",
14
+ "files": [
15
+ "index.js",
16
+ "dist"
17
+ ],
18
+ "publishConfig": {
19
+ "access": "public",
20
+ "registry": "https://registry.npmjs.org/"
21
+ },
22
+ "peerDependencies": {
23
+ "ant-design-vue": "^3.2.5",
24
+ "typescript": "^4.7.4",
25
+ "vue": "^3.2.25"
26
+ },
27
+ "devDependencies": {
28
+ "@IVNPM/shared": "workspace:*",
29
+ "@babel/core": "^7.18.10",
30
+ "@babel/node": "^7.18.10",
31
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
32
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
33
+ "@babel/plugin-transform-runtime": "^7.18.10",
34
+ "@babel/preset-env": "^7.18.10",
35
+ "@babel/runtime": "^7.18.9",
36
+ "@rollup/plugin-babel": "^5.3.1",
37
+ "@rollup/plugin-commonjs": "^22.0.2",
38
+ "@rollup/plugin-json": "^4.1.0",
39
+ "@rollup/plugin-node-resolve": "^13.3.0",
40
+ "@types/node": "^18.6.4",
41
+ "@vue/compiler-sfc": "^3.2.37",
42
+ "ant-design-vue": "^3.2.11",
43
+ "node-sass": "^7.0.1",
44
+ "postcss": "^8.4.16",
45
+ "rollup": "^2.77.2",
46
+ "rollup-plugin-cleanup": "^3.2.1",
47
+ "rollup-plugin-postcss": "^4.0.2",
48
+ "rollup-plugin-sourcemaps": "^0.6.3",
49
+ "rollup-plugin-terser": "^7.0.2",
50
+ "rollup-plugin-typescript2": "^0.32.1",
51
+ "rollup-plugin-vue": "^6.0.0",
52
+ "sass": "^1.54.3",
53
+ "tslib": "^2.4.0",
54
+ "typescript": "^4.7.4",
55
+ "vue": "^3.2.37"
56
+ },
57
+ "keywords": [],
58
+ "author": "",
59
+ "license": "ISC"
60
+ }
package/pnpm-lock.yaml CHANGED
@@ -1,4 +1,4 @@
1
- lockfileVersion: 5.3
1
+ lockfileVersion: 5.4
2
2
 
3
3
  importers:
4
4
 
@@ -21,6 +21,7 @@ importers:
21
21
 
22
22
  packages/ui:
23
23
  specifiers:
24
+ '@IVNPM/shared': workspace:*
24
25
  '@babel/core': ^7.18.10
25
26
  '@babel/node': ^7.18.10
26
27
  '@babel/plugin-proposal-object-rest-spread': ^7.18.9
@@ -28,7 +29,6 @@ importers:
28
29
  '@babel/plugin-transform-runtime': ^7.18.10
29
30
  '@babel/preset-env': ^7.18.10
30
31
  '@babel/runtime': ^7.18.9
31
- '@IVNPM/shared': workspace:*
32
32
  '@rollup/plugin-babel': ^5.3.1
33
33
  '@rollup/plugin-commonjs': ^22.0.2
34
34
  '@rollup/plugin-json': ^4.1.0
@@ -50,6 +50,7 @@ importers:
50
50
  typescript: ^4.7.4
51
51
  vue: ^3.2.37
52
52
  devDependencies:
53
+ '@IVNPM/shared': link:../shared
53
54
  '@babel/core': 7.18.10
54
55
  '@babel/node': 7.18.10_@babel+core@7.18.10
55
56
  '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.10
@@ -57,8 +58,7 @@ importers:
57
58
  '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10
58
59
  '@babel/preset-env': 7.18.10_@babel+core@7.18.10
59
60
  '@babel/runtime': 7.18.9
60
- '@IVNPM/shared': link:../shared
61
- '@rollup/plugin-babel': 5.3.1_9d11e5a304bd379c719d8ea3898be8bd
61
+ '@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu
62
62
  '@rollup/plugin-commonjs': 22.0.2_rollup@2.77.2
63
63
  '@rollup/plugin-json': 4.1.0_rollup@2.77.2
64
64
  '@rollup/plugin-node-resolve': 13.3.0_rollup@2.77.2
@@ -70,9 +70,9 @@ importers:
70
70
  rollup: 2.77.2
71
71
  rollup-plugin-cleanup: 3.2.1_rollup@2.77.2
72
72
  rollup-plugin-postcss: 4.0.2_postcss@8.4.16
73
- rollup-plugin-sourcemaps: 0.6.3_@types+node@18.6.4+rollup@2.77.2
73
+ rollup-plugin-sourcemaps: 0.6.3_sjeba4rp2lyovjwtw5dvzx32ne
74
74
  rollup-plugin-terser: 7.0.2_rollup@2.77.2
75
- rollup-plugin-typescript2: 0.32.1_rollup@2.77.2+typescript@4.7.4
75
+ rollup-plugin-typescript2: 0.32.1_oo3i3f3qmqiztdz5qgxrrjmd5e
76
76
  rollup-plugin-vue: 6.0.0_@vue+compiler-sfc@3.2.37
77
77
  sass: 1.54.3
78
78
  tslib: 2.4.0
@@ -1394,7 +1394,7 @@ packages:
1394
1394
  rimraf: 3.0.2
1395
1395
  dev: true
1396
1396
 
1397
- /@rollup/plugin-babel/5.3.1_9d11e5a304bd379c719d8ea3898be8bd:
1397
+ /@rollup/plugin-babel/5.3.1_tui6liyexu3zy4m5r2rytc7ixu:
1398
1398
  resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
1399
1399
  engines: {node: '>= 10.0.0'}
1400
1400
  peerDependencies:
@@ -1932,6 +1932,8 @@ packages:
1932
1932
  ssri: 8.0.1
1933
1933
  tar: 6.1.11
1934
1934
  unique-filename: 1.1.1
1935
+ transitivePeerDependencies:
1936
+ - bluebird
1935
1937
  dev: true
1936
1938
 
1937
1939
  /call-bind/1.0.2:
@@ -3589,6 +3591,7 @@ packages:
3589
3591
  socks-proxy-agent: 6.2.1
3590
3592
  ssri: 8.0.1
3591
3593
  transitivePeerDependencies:
3594
+ - bluebird
3592
3595
  - supports-color
3593
3596
  dev: true
3594
3597
 
@@ -3804,6 +3807,7 @@ packages:
3804
3807
  tar: 6.1.11
3805
3808
  which: 2.0.2
3806
3809
  transitivePeerDependencies:
3810
+ - bluebird
3807
3811
  - supports-color
3808
3812
  dev: true
3809
3813
 
@@ -3833,6 +3837,7 @@ packages:
3833
3837
  stdout-stream: 1.4.1
3834
3838
  true-case-path: 1.0.3
3835
3839
  transitivePeerDependencies:
3840
+ - bluebird
3836
3841
  - supports-color
3837
3842
  dev: true
3838
3843
 
@@ -4499,6 +4504,11 @@ packages:
4499
4504
 
4500
4505
  /promise-inflight/1.0.1:
4501
4506
  resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
4507
+ peerDependencies:
4508
+ bluebird: '*'
4509
+ peerDependenciesMeta:
4510
+ bluebird:
4511
+ optional: true
4502
4512
  dev: true
4503
4513
 
4504
4514
  /promise-retry/2.0.1:
@@ -4764,7 +4774,7 @@ packages:
4764
4774
  - ts-node
4765
4775
  dev: true
4766
4776
 
4767
- /rollup-plugin-sourcemaps/0.6.3_@types+node@18.6.4+rollup@2.77.2:
4777
+ /rollup-plugin-sourcemaps/0.6.3_sjeba4rp2lyovjwtw5dvzx32ne:
4768
4778
  resolution: {integrity: sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==}
4769
4779
  engines: {node: '>=10.0.0'}
4770
4780
  peerDependencies:
@@ -4792,7 +4802,7 @@ packages:
4792
4802
  terser: 5.14.2
4793
4803
  dev: true
4794
4804
 
4795
- /rollup-plugin-typescript2/0.32.1_rollup@2.77.2+typescript@4.7.4:
4805
+ /rollup-plugin-typescript2/0.32.1_oo3i3f3qmqiztdz5qgxrrjmd5e:
4796
4806
  resolution: {integrity: sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==}
4797
4807
  peerDependencies:
4798
4808
  rollup: '>=1.26.3'