vue2-client 1.2.13 → 1.2.16

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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **##1.2.9 - 1.2.13 -2022-03-24 @江超**
4
+ **##1.2.9 - 1.2.15 -2022-03-24 @江超**
5
5
  - 功能新增:
6
6
  - [查询配置生成]:下拉框表单选择业务逻辑作为数据源时,可以选择数据源加载方式
7
7
  - [XFormItem]:当数据源加载方式为懒加载搜索时,将渲染一个可以根据关键词实时查询的选择框
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "vue2-client",
3
- "version": "1.2.13",
4
- "private": false,
5
- "scripts": {
6
- "serve": "vue-cli-service serve",
7
- "build": "vue-cli-service build",
8
- "test:unit": "vue-cli-service test:unit",
9
- "lint": "vue-cli-service lint"
10
- },
11
- "dependencies": {
12
- "@antv/data-set": "^0.11.4",
13
- "@antv/f2": "^3.6.4",
14
- "@antv/g2plot": "^2.3.33",
15
- "@logicflow/core": "^1.1.7",
16
- "@logicflow/extension": "^1.1.7",
17
- "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
18
- "@vue/babel-preset-jsx": "^1.2.4",
19
- "animate.css": "^4.1.0",
20
- "ant-design-vue": "1.7.8",
21
- "axios": "^0.19.2",
22
- "clipboard": "^2.0.6",
23
- "core-js": "^3.6.5",
24
- "date-fns": "^2.14.0",
25
- "default-passive-events": "^2.0.0",
26
- "enquire.js": "^2.1.6",
27
- "file-saver": "^2.0.5",
28
- "highlight.js": "^10.2.1",
29
- "js-cookie": "^2.2.1",
30
- "jsencrypt": "^3.0.0-rc.1",
31
- "lodash.get": "^4.4.2",
32
- "mockjs": "^1.1.0",
33
- "nprogress": "^0.2.0",
34
- "viser-vue": "^2.4.8",
35
- "vue": "^2.6.11",
36
- "vue-i18n": "^8.18.2",
37
- "vue-json-viewer": "^2.2.15",
38
- "vue-router": "^3.3.4",
39
- "vuedraggable": "^2.23.2",
40
- "vuex": "^3.4.0",
41
- "xlsx": "0.17.5"
42
- },
43
- "devDependencies": {
44
- "@ant-design/colors": "^4.0.1",
45
- "@vue/cli-plugin-babel": "^4.4.0",
46
- "@vue/cli-plugin-eslint": "^4.4.0",
47
- "@vue/cli-plugin-router": "^4.4.0",
48
- "@vue/cli-plugin-unit-jest": "~5.0.0",
49
- "@vue/cli-plugin-vuex": "^4.4.0",
50
- "@vue/cli-service": "^4.4.0",
51
- "@vue/eslint-config-standard": "^4.0.0",
52
- "@vue/test-utils": "^1.1.3",
53
- "@vue/vue2-jest": "^27.0.0-alpha.2",
54
- "@vuepress/plugin-back-to-top": "^1.5.2",
55
- "babel-eslint": "^10.1.0",
56
- "babel-jest": "^27.0.6",
57
- "babel-plugin-transform-remove-console": "^6.9.4",
58
- "babel-polyfill": "^6.26.0",
59
- "compression-webpack-plugin": "^2.0.0",
60
- "deepmerge": "^4.2.2",
61
- "echarts": "^4.9.0",
62
- "eslint": "^6.7.2",
63
- "eslint-plugin-import": "^2.25.3",
64
- "eslint-plugin-node": "^11.1.0",
65
- "eslint-plugin-standard": "^5.0.0",
66
- "eslint-plugin-vue": "^6.2.2",
67
- "fast-deep-equal": "^3.1.3",
68
- "gh-pages": "^3.1.0",
69
- "jest": "^27.0.5",
70
- "less-loader": "^6.1.1",
71
- "react-bmap": "^1.0.121",
72
- "script-loader": "^0.7.2",
73
- "style-resources-loader": "^1.3.2",
74
- "vue-amap": "^0.5.10",
75
- "vue-baidu-map": "^0.21.22",
76
- "vue-bmap-gl": "0.0.29",
77
- "vue-cli-plugin-style-resources-loader": "^0.1.4",
78
- "vue-mapvgl": "0.0.28",
79
- "vue-template-compiler": "^2.6.11",
80
- "vuepress": "^1.5.2",
81
- "webpack-theme-color-replacer": "1.3.18",
82
- "whatwg-fetch": "^3.0.0"
83
- },
84
- "browserslist": [
85
- "> 1%",
86
- "last 2 versions",
87
- "not ie <= 10"
88
- ]
89
- }
1
+ {
2
+ "name": "vue2-client",
3
+ "version": "1.2.16",
4
+ "private": false,
5
+ "scripts": {
6
+ "serve": "vue-cli-service serve",
7
+ "build": "vue-cli-service build",
8
+ "test:unit": "vue-cli-service test:unit",
9
+ "lint": "vue-cli-service lint"
10
+ },
11
+ "dependencies": {
12
+ "@antv/data-set": "^0.11.4",
13
+ "@antv/f2": "^3.6.4",
14
+ "@antv/g2plot": "^2.3.33",
15
+ "@logicflow/core": "^1.1.7",
16
+ "@logicflow/extension": "^1.1.7",
17
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
18
+ "@vue/babel-preset-jsx": "^1.2.4",
19
+ "animate.css": "^4.1.0",
20
+ "ant-design-vue": "1.7.8",
21
+ "axios": "^0.19.2",
22
+ "clipboard": "^2.0.6",
23
+ "core-js": "^3.6.5",
24
+ "date-fns": "^2.14.0",
25
+ "default-passive-events": "^2.0.0",
26
+ "enquire.js": "^2.1.6",
27
+ "file-saver": "^2.0.5",
28
+ "highlight.js": "^10.2.1",
29
+ "js-cookie": "^2.2.1",
30
+ "jsencrypt": "^3.0.0-rc.1",
31
+ "lodash.get": "^4.4.2",
32
+ "mockjs": "^1.1.0",
33
+ "nprogress": "^0.2.0",
34
+ "viser-vue": "^2.4.8",
35
+ "vue": "^2.6.11",
36
+ "vue-i18n": "^8.18.2",
37
+ "vue-json-viewer": "^2.2.15",
38
+ "vue-router": "^3.3.4",
39
+ "vuedraggable": "^2.23.2",
40
+ "vuex": "^3.4.0",
41
+ "xlsx": "0.17.5"
42
+ },
43
+ "devDependencies": {
44
+ "@ant-design/colors": "^4.0.1",
45
+ "@vue/cli-plugin-babel": "^4.4.0",
46
+ "@vue/cli-plugin-eslint": "^4.4.0",
47
+ "@vue/cli-plugin-router": "^4.4.0",
48
+ "@vue/cli-plugin-unit-jest": "~5.0.0",
49
+ "@vue/cli-plugin-vuex": "^4.4.0",
50
+ "@vue/cli-service": "^4.4.0",
51
+ "@vue/eslint-config-standard": "^4.0.0",
52
+ "@vue/test-utils": "^1.1.3",
53
+ "@vue/vue2-jest": "^27.0.0-alpha.2",
54
+ "@vuepress/plugin-back-to-top": "^1.5.2",
55
+ "babel-eslint": "^10.1.0",
56
+ "babel-jest": "^27.0.6",
57
+ "babel-plugin-transform-remove-console": "^6.9.4",
58
+ "babel-polyfill": "^6.26.0",
59
+ "compression-webpack-plugin": "^2.0.0",
60
+ "deepmerge": "^4.2.2",
61
+ "echarts": "^4.9.0",
62
+ "eslint": "^6.7.2",
63
+ "eslint-plugin-import": "^2.25.3",
64
+ "eslint-plugin-node": "^11.1.0",
65
+ "eslint-plugin-standard": "^5.0.0",
66
+ "eslint-plugin-vue": "^6.2.2",
67
+ "fast-deep-equal": "^3.1.3",
68
+ "gh-pages": "^3.1.0",
69
+ "jest": "^27.0.5",
70
+ "less-loader": "^6.1.1",
71
+ "react-bmap": "^1.0.121",
72
+ "script-loader": "^0.7.2",
73
+ "style-resources-loader": "^1.3.2",
74
+ "vue-amap": "^0.5.10",
75
+ "vue-baidu-map": "^0.21.22",
76
+ "vue-bmap-gl": "0.0.29",
77
+ "vue-cli-plugin-style-resources-loader": "^0.1.4",
78
+ "vue-mapvgl": "0.0.28",
79
+ "vue-template-compiler": "^2.6.11",
80
+ "vuepress": "^1.5.2",
81
+ "webpack-theme-color-replacer": "1.3.18",
82
+ "whatwg-fetch": "^3.0.0"
83
+ },
84
+ "browserslist": [
85
+ "> 1%",
86
+ "last 2 versions",
87
+ "not ie <= 10"
88
+ ]
89
+ }