jmash-region 0.0.3 → 0.0.5
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/{edit-BofAehfs.mjs → edit-DTkFVHk1.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DIB1Rij-.mjs → edit.vue_vue_type_script_setup_true_lang-70FNJkv4.mjs} +67 -66
- package/dist/index-CxRWNkUU.mjs +422 -0
- package/dist/{index-BT93ZnZ1.mjs → index-DQQestCN.mjs} +11 -11
- package/dist/index-NeklU2VV.mjs +1674 -0
- package/dist/index.mjs +1 -1
- package/dts/src/utils/index.d.ts +0 -1
- package/package.json +59 -58
- package/dist/index-C1Hml01a.mjs +0 -1602
- package/dist/index-Cm74yBxt.mjs +0 -550
- package/dts/src/components/JmashTable/index.vue.d.ts +0 -47
package/dist/index.mjs
CHANGED
package/dts/src/utils/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,58 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jmash-region",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dts/src/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"dts/src"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build": "vite build && pnpm build:dts",
|
|
14
|
-
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
|
|
15
|
-
"preview": "vite preview",
|
|
16
|
-
"build-only": "vite build",
|
|
17
|
-
"type-check": "vue-tsc --build --force",
|
|
18
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
19
|
-
"format": "prettier --write src/"
|
|
20
|
-
},
|
|
21
|
-
"peerDependencies": {
|
|
22
|
-
"axios": "^1.6.7",
|
|
23
|
-
"element-plus": "^2.7.5",
|
|
24
|
-
"jmash-core": "^0.0.
|
|
25
|
-
"jmash-dict": "^0.0.
|
|
26
|
-
"jmash-rbac": "^0.0.
|
|
27
|
-
"pinia": "^2.1.7",
|
|
28
|
-
"vue": "^3.4.21",
|
|
29
|
-
"vue-i18n": "^9.10.1",
|
|
30
|
-
"vue-router": "^4.3.0"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@eslint/js": "^9.14.0",
|
|
34
|
-
"@tsconfig/node20": "^20.1.2",
|
|
35
|
-
"@types/node": "^20.11.10",
|
|
36
|
-
"@vitejs/plugin-vue": "^5.0.3",
|
|
37
|
-
"@vue/tsconfig": "^0.5.1",
|
|
38
|
-
"eslint": "^9.14.0",
|
|
39
|
-
"eslint-plugin-vue": "^9.30.0",
|
|
40
|
-
"globals": "^15.12.0",
|
|
41
|
-
"npm-run-all2": "^6.1.1",
|
|
42
|
-
"prettier": "^3.0.3",
|
|
43
|
-
"sass": "^1.72.0",
|
|
44
|
-
"typescript": "~5.3.0",
|
|
45
|
-
"typescript-eslint": "^8.13.0",
|
|
46
|
-
"unplugin-auto-import": "^0.17.5",
|
|
47
|
-
"unplugin-vue-components": "^0.26.0",
|
|
48
|
-
"vite": "^5.0.11",
|
|
49
|
-
"vue-tsc": "^1.8.27"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@vueuse/core": "^10.9.0",
|
|
53
|
-
"file-saver": "^2.0.5",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jmash-region",
|
|
3
|
+
"version": "0.0.5",
|
|
4
|
+
"private": false,
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dts/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"dts/src"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"build": "vite build && pnpm build:dts",
|
|
14
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
|
|
15
|
+
"preview": "vite preview",
|
|
16
|
+
"build-only": "vite build",
|
|
17
|
+
"type-check": "vue-tsc --build --force",
|
|
18
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
19
|
+
"format": "prettier --write src/"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"axios": "^1.6.7",
|
|
23
|
+
"element-plus": "^2.7.5",
|
|
24
|
+
"jmash-core": "^0.0.133",
|
|
25
|
+
"jmash-dict": "^0.0.47",
|
|
26
|
+
"jmash-rbac": "^0.0.46",
|
|
27
|
+
"pinia": "^2.1.7",
|
|
28
|
+
"vue": "^3.4.21",
|
|
29
|
+
"vue-i18n": "^9.10.1",
|
|
30
|
+
"vue-router": "^4.3.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@eslint/js": "^9.14.0",
|
|
34
|
+
"@tsconfig/node20": "^20.1.2",
|
|
35
|
+
"@types/node": "^20.11.10",
|
|
36
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
37
|
+
"@vue/tsconfig": "^0.5.1",
|
|
38
|
+
"eslint": "^9.14.0",
|
|
39
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
40
|
+
"globals": "^15.12.0",
|
|
41
|
+
"npm-run-all2": "^6.1.1",
|
|
42
|
+
"prettier": "^3.0.3",
|
|
43
|
+
"sass": "^1.72.0",
|
|
44
|
+
"typescript": "~5.3.0",
|
|
45
|
+
"typescript-eslint": "^8.13.0",
|
|
46
|
+
"unplugin-auto-import": "^0.17.5",
|
|
47
|
+
"unplugin-vue-components": "^0.26.0",
|
|
48
|
+
"vite": "^5.0.11",
|
|
49
|
+
"vue-tsc": "^1.8.27"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@vueuse/core": "^10.9.0",
|
|
53
|
+
"file-saver": "^2.0.5",
|
|
54
|
+
"jmash-region": "link:",
|
|
55
|
+
"nprogress": "^0.2.0",
|
|
56
|
+
"pinyin-pro": "^3.25.0",
|
|
57
|
+
"qs": "^6.12.0"
|
|
58
|
+
}
|
|
59
|
+
}
|