@baosight/er4j 0.1.6 → 0.1.8
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/er4j-dist/{ErAdvanceFilter-DBA74a0e.js → ErAdvanceFilter-rZtw2N-M.js} +2 -2
- package/er4j-dist/{ErAdvanceFilter-DBA74a0e.js.map → ErAdvanceFilter-rZtw2N-M.js.map} +1 -1
- package/er4j-dist/{ErLayoutDesign-DoGlr7Bx.js → ErLayoutDesign-B73sqkh4.js} +2 -2
- package/er4j-dist/{ErLayoutDesign-DoGlr7Bx.js.map → ErLayoutDesign-B73sqkh4.js.map} +1 -1
- package/er4j-dist/ErPopFree-CC10aAXl.js +5 -0
- package/er4j-dist/ErPopFree-CC10aAXl.js.map +1 -0
- package/er4j-dist/ErPopQuery-BjEVWa4v.js +5 -0
- package/er4j-dist/ErPopQuery-BjEVWa4v.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-T1gcpOuO.js +5 -0
- package/er4j-dist/ErPopRichEditor-T1gcpOuO.js.map +1 -0
- package/er4j-dist/ErPopTree-DK8IdR5v.js +5 -0
- package/er4j-dist/ErPopTree-DK8IdR5v.js.map +1 -0
- package/er4j-dist/er4j.es.js +1 -1
- package/er4j-dist/er4j.umd.js +1 -1
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/{index-WpY1KcvQ.js → index-BvuKEz8K.js} +1091 -1091
- package/er4j-dist/{index-WpY1KcvQ.js.map → index-BvuKEz8K.js.map} +1 -1
- package/package.json +10 -16
- package/er4j-dist/ErPopFree-DULsimT7.js +0 -5
- package/er4j-dist/ErPopFree-DULsimT7.js.map +0 -1
- package/er4j-dist/ErPopQuery-B-vqN8up.js +0 -5
- package/er4j-dist/ErPopQuery-B-vqN8up.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-D5IjjMUP.js +0 -5
- package/er4j-dist/ErPopRichEditor-D5IjjMUP.js.map +0 -1
- package/er4j-dist/ErPopTree-CBTictI3.js +0 -5
- package/er4j-dist/ErPopTree-CBTictI3.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baosight/er4j",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "er4j 辅助开发",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -26,22 +26,9 @@
|
|
|
26
26
|
],
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@eplat/ei": ">=1.2.0",
|
|
29
|
-
"@vue/cli-plugin-babel": "5.0.1",
|
|
30
|
-
"@vue/cli-plugin-router": "5.0.1",
|
|
31
|
-
"@vue/cli-plugin-typescript": "5.0.1",
|
|
32
|
-
"@vue/cli-plugin-vuex": "5.0.1",
|
|
33
|
-
"@vue/cli-service": "5.0.1",
|
|
34
|
-
"@vue/compiler-sfc": "3.5.13",
|
|
35
29
|
"@xr/core": ">=1.2.5",
|
|
36
30
|
"@xr/theme3-default": ">=1.2.0",
|
|
37
|
-
"@xr/ui": ">=1.2.5"
|
|
38
|
-
"dayjs": "1.11.19",
|
|
39
|
-
"@codemirror/lang-javascript": "^6.2.4",
|
|
40
|
-
"@codemirror/lang-json": "^6.0.2",
|
|
41
|
-
"@codemirror/lang-sql": "^6.10.0",
|
|
42
|
-
"codemirror": "^6.0.2",
|
|
43
|
-
"vue": "^3.5.6",
|
|
44
|
-
"vue-codemirror": "^6.1.1"
|
|
31
|
+
"@xr/ui": ">=1.2.5"
|
|
45
32
|
},
|
|
46
33
|
"devDependencies": {
|
|
47
34
|
"@ag-grid-community/client-side-row-model": "30.2.1",
|
|
@@ -129,7 +116,14 @@
|
|
|
129
116
|
"vue-clipboard3": "2.0.0",
|
|
130
117
|
"vue-i18n": "9.2.2",
|
|
131
118
|
"vue-router": "4.0.16",
|
|
132
|
-
"xlsx": "0.18.5"
|
|
119
|
+
"xlsx": "0.18.5",
|
|
120
|
+
"dayjs": "1.11.19",
|
|
121
|
+
"@codemirror/lang-javascript": "^6.2.4",
|
|
122
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
123
|
+
"@codemirror/lang-sql": "^6.10.0",
|
|
124
|
+
"codemirror": "^6.0.2",
|
|
125
|
+
"vue": "^3.5.6",
|
|
126
|
+
"vue-codemirror": "^6.1.1"
|
|
133
127
|
},
|
|
134
128
|
"dependencies": {}
|
|
135
129
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopFree-DULsimT7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopQuery-B-vqN8up.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopRichEditor-D5IjjMUP.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopTree-CBTictI3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|