cnhis-design-vue 2.1.17 → 2.1.18
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 +2219 -2219
- package/es/affix/index.js +8 -8
- package/es/age/index.js +10 -10
- package/es/alert/index.js +8 -8
- package/es/anchor/index.js +8 -8
- package/es/auto-complete/index.js +8 -8
- package/es/avatar/index.js +8 -8
- package/es/back-top/index.js +8 -8
- package/es/badge/index.js +8 -8
- package/es/base/index.js +8 -8
- package/es/big-table/index.js +164 -164
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +32 -32
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +3 -3
- package/es/card/index.js +8 -8
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +9 -9
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +1 -1
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +8 -8
- package/es/descriptions/index.js +8 -8
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +3 -3
- package/es/drawer/index.js +8 -8
- package/es/dropdown/index.js +8 -8
- package/es/editor/index.js +1 -1
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +34 -34
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/form-table/index.js +62 -62
- package/es/index/index.js +672 -657
- package/es/index/style.css +1 -1
- package/es/input/index.js +9 -9
- package/es/input-number/index.js +8 -8
- package/es/layout/index.js +8 -8
- package/es/list/index.js +8 -8
- package/es/locale-provider/index.js +8 -8
- package/es/map/index.js +9 -9
- package/es/mentions/index.js +8 -8
- package/es/menu/index.js +8 -8
- package/es/message/index.js +8 -8
- package/es/multi-chat/index.js +92 -92
- package/es/multi-chat-client/index.js +86 -86
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +14 -14
- package/es/multi-chat-setting/index.js +81 -66
- package/es/multi-chat-setting/style.css +1 -1
- package/es/multi-chat-sip/index.js +1 -1
- package/es/notification/index.js +8 -8
- package/es/page-header/index.js +8 -8
- package/es/pagination/index.js +8 -8
- package/es/popconfirm/index.js +8 -8
- package/es/popover/index.js +8 -8
- package/es/progress/index.js +8 -8
- package/es/radio/index.js +9 -9
- package/es/rate/index.js +8 -8
- package/es/result/index.js +8 -8
- package/es/row/index.js +8 -8
- package/es/scale-view/index.js +33 -33
- package/es/select/index.js +11 -11
- package/es/select-label/index.js +11 -11
- package/es/select-person/index.js +20 -20
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/space/index.js +8 -8
- package/es/spin/index.js +8 -8
- package/es/statistic/index.js +8 -8
- package/es/steps/index.js +8 -8
- package/es/switch/index.js +8 -8
- package/es/table-filter/index.js +118 -118
- package/es/tabs/index.js +8 -8
- package/es/tag/index.js +9 -9
- package/es/time-picker/index.js +8 -8
- package/es/timeline/index.js +8 -8
- package/es/tooltip/index.js +8 -8
- package/es/transfer/index.js +8 -8
- package/es/tree/index.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/upload/index.js +8 -8
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +620 -605
- package/lib/cui.umd.js +620 -605
- package/lib/cui.umd.min.js +71 -71
- package/package.json +106 -106
- package/packages/big-table/src/BigTable.vue +3038 -3038
- package/packages/big-table/src/assets/style/table-base.less +370 -370
- package/packages/big-table/src/components/AutoLayoutButton.vue +270 -270
- package/packages/big-table/src/utils/batchEditing.js +610 -610
- package/packages/big-table/src/utils/bigTableProps.js +95 -95
- package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +181 -181
- package/packages/button/src/ButtonPrint/index.vue +728 -728
- package/packages/button/src/ButtonPrint/js/print.es.min.js +1 -1
- package/packages/fabric-chart/src/components/TimeScaleValue.vue +117 -117
- package/packages/fabric-chart/src/const/defaultVaule.js +59 -59
- package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +960 -960
- package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +135 -135
- package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +558 -558
- package/packages/fabric-chart/src/fabric-chart2/FabricTop.vue +172 -172
- package/packages/multi-chat/chat/chatFooter.vue +1598 -1598
- package/packages/multi-chat/chat/chatMain.vue +1442 -1442
- package/packages/multi-chat/chat/quickReply.vue +439 -439
- package/packages/multi-chat/chat/scrollList.vue +1232 -1232
- package/packages/multi-chat/setting/baseInfo/index.vue +1316 -1302
- package/packages/multi-chat/store/actions.js +448 -448
- package/packages/multi-chat/store/state.js +112 -112
- package/packages/scale-view/formitem/r-choice.vue +714 -714
- package/packages/scale-view/scaleView.vue +2010 -2010
- package/packages/select-person/select-person.vue +1658 -1658
- package/packages/table-filter/src/base-search-com/BaseSearch.vue +2462 -2462
- package/packages/table-filter/src/components/c-tree-select/tree-select.vue +336 -336
- package/packages/table-filter/src/components/multi-select/multi-select.vue +219 -219
- package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +340 -340
- package/packages/table-filter/src/const/dataOptions.js +43 -43
- package/packages/table-filter/src/mixins/mixins.js +695 -695
- package/packages/table-filter/src/quick-search/QuickSearch.vue +2083 -2083
- package/src/directive/preventReClick.js +12 -12
package/package.json
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cnhis-design-vue",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"description": "前端业务UI库",
|
|
5
|
-
"keyword": "cnhis-design-vue vue cnhis",
|
|
6
|
-
"homepage": "http://dv.cnhis.com/",
|
|
7
|
-
"author": "ruanlin",
|
|
8
|
-
"contributors": [
|
|
9
|
-
"lujiafu",
|
|
10
|
-
"lizhuosheng",
|
|
11
|
-
"pengpeng",
|
|
12
|
-
"wenhonglin",
|
|
13
|
-
"zhouzhiliang",
|
|
14
|
-
"chenshaohong",
|
|
15
|
-
"chenzheng"
|
|
16
|
-
],
|
|
17
|
-
"license": "ISC",
|
|
18
|
-
"private": false,
|
|
19
|
-
"main": "lib/cui.umd.js",
|
|
20
|
-
"module": "es/index/index.js",
|
|
21
|
-
"scripts": {
|
|
22
|
-
"serve": "vue-cli-service serve",
|
|
23
|
-
"build:utils": "cross-env BABEL_ENV=utils babel src/utils --config-file ./build/babel.component.js --out-dir es/utils",
|
|
24
|
-
"build:docs": "vue-cli-service build --mode docs",
|
|
25
|
-
"build:es": "vue-cli-service build --mode component && npm run build:utils",
|
|
26
|
-
"postbuild:es": "node ./build/build.component.js",
|
|
27
|
-
"build:umd": "vue-cli-service build --mode library --target lib --name cui --dest lib packages/index.js",
|
|
28
|
-
"build:lib": "npm run build:es && npm run build:umd",
|
|
29
|
-
"release": "standard-version",
|
|
30
|
-
"lint": "vue-cli-service lint"
|
|
31
|
-
},
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"ant-design-vue": "^1.5.4",
|
|
34
|
-
"axios": "^0.18.1",
|
|
35
|
-
"qs": "^6.10.1"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"core-js": "^3.6.5",
|
|
39
|
-
"crypto-js": "^4.0.0",
|
|
40
|
-
"fabric": "^4.4.0",
|
|
41
|
-
"moment": "^2.29.1",
|
|
42
|
-
"recorder-core": "^1.1.21080800",
|
|
43
|
-
"socket.io-client": "^2.4.0",
|
|
44
|
-
"spark-md5": "^3.0.1",
|
|
45
|
-
"stompjs": "^2.3.3",
|
|
46
|
-
"text-security": "^3.2.1",
|
|
47
|
-
"trtc-js-sdk": "4.11.4",
|
|
48
|
-
"v-viewer": "^1.6.4",
|
|
49
|
-
"video.js": "^7.8.4",
|
|
50
|
-
"vue-dom-portal": "^0.1.6",
|
|
51
|
-
"vue-highlightjs": "^1.3.3",
|
|
52
|
-
"vue-infinite-scroll": "^2.0.2",
|
|
53
|
-
"vue-resize-directive": "^1.2.0",
|
|
54
|
-
"vue-simple-uploader": "^0.7.6",
|
|
55
|
-
"vue-xss": "^1.0.4",
|
|
56
|
-
"vuedraggable": "^2.24.3",
|
|
57
|
-
"vxe-table": "^3.4.1",
|
|
58
|
-
"vxe-table-plugin-antd": "^1.11.3",
|
|
59
|
-
"wangeditor": "^4.7.5",
|
|
60
|
-
"xe-utils": "^3.4.0"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@babel/cli": "^7.15.7",
|
|
64
|
-
"@commitlint/cli": "^11.0.0",
|
|
65
|
-
"@commitlint/config-angular": "^11.0.0",
|
|
66
|
-
"@vue/cli-plugin-babel": "~4.5.0",
|
|
67
|
-
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
68
|
-
"@vue/cli-service": "~4.5.0",
|
|
69
|
-
"ant-design-vue": "^1.5.4",
|
|
70
|
-
"axios": "^0.26.1",
|
|
71
|
-
"babel-eslint": "^10.1.0",
|
|
72
|
-
"babel-plugin-import": "^1.13.3",
|
|
73
|
-
"commitizen": "^4.2.3",
|
|
74
|
-
"cross-env": "^7.0.3",
|
|
75
|
-
"cz-conventional-changelog": "^3.3.0",
|
|
76
|
-
"eslint": "^6.8.0",
|
|
77
|
-
"eslint-plugin-vue": "^6.2.2",
|
|
78
|
-
"filemanager-webpack-plugin": "^2.0.5",
|
|
79
|
-
"highlight.js": "^10.7.2",
|
|
80
|
-
"husky": "^4.3.7",
|
|
81
|
-
"less": "^3.9.0",
|
|
82
|
-
"less-loader": "^4.1.0",
|
|
83
|
-
"prettier": "^1.19.1",
|
|
84
|
-
"qs": "^6.10.3",
|
|
85
|
-
"standard-version": "^9.3.2",
|
|
86
|
-
"vue": "^2.6.14",
|
|
87
|
-
"vue-router": "^3.5.1",
|
|
88
|
-
"vue-template-compiler": "^2.6.14",
|
|
89
|
-
"webpack-node-externals": "^3.0.0",
|
|
90
|
-
"webpack-ssh-deploy": "^1.2.3"
|
|
91
|
-
},
|
|
92
|
-
"browserslist": [
|
|
93
|
-
"> 1%",
|
|
94
|
-
"last 2 versions",
|
|
95
|
-
"not dead"
|
|
96
|
-
],
|
|
97
|
-
"config": {
|
|
98
|
-
"commitizen": {
|
|
99
|
-
"path": "cz-conventional-changelog"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"husky": {
|
|
103
|
-
"hooks": {
|
|
104
|
-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "cnhis-design-vue",
|
|
3
|
+
"version": "2.1.18",
|
|
4
|
+
"description": "前端业务UI库",
|
|
5
|
+
"keyword": "cnhis-design-vue vue cnhis",
|
|
6
|
+
"homepage": "http://dv.cnhis.com/",
|
|
7
|
+
"author": "ruanlin",
|
|
8
|
+
"contributors": [
|
|
9
|
+
"lujiafu",
|
|
10
|
+
"lizhuosheng",
|
|
11
|
+
"pengpeng",
|
|
12
|
+
"wenhonglin",
|
|
13
|
+
"zhouzhiliang",
|
|
14
|
+
"chenshaohong",
|
|
15
|
+
"chenzheng"
|
|
16
|
+
],
|
|
17
|
+
"license": "ISC",
|
|
18
|
+
"private": false,
|
|
19
|
+
"main": "lib/cui.umd.js",
|
|
20
|
+
"module": "es/index/index.js",
|
|
21
|
+
"scripts": {
|
|
22
|
+
"serve": "vue-cli-service serve",
|
|
23
|
+
"build:utils": "cross-env BABEL_ENV=utils babel src/utils --config-file ./build/babel.component.js --out-dir es/utils",
|
|
24
|
+
"build:docs": "vue-cli-service build --mode docs",
|
|
25
|
+
"build:es": "vue-cli-service build --mode component && npm run build:utils",
|
|
26
|
+
"postbuild:es": "node ./build/build.component.js",
|
|
27
|
+
"build:umd": "vue-cli-service build --mode library --target lib --name cui --dest lib packages/index.js",
|
|
28
|
+
"build:lib": "npm run build:es && npm run build:umd",
|
|
29
|
+
"release": "standard-version",
|
|
30
|
+
"lint": "vue-cli-service lint"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"ant-design-vue": "^1.5.4",
|
|
34
|
+
"axios": "^0.18.1",
|
|
35
|
+
"qs": "^6.10.1"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"core-js": "^3.6.5",
|
|
39
|
+
"crypto-js": "^4.0.0",
|
|
40
|
+
"fabric": "^4.4.0",
|
|
41
|
+
"moment": "^2.29.1",
|
|
42
|
+
"recorder-core": "^1.1.21080800",
|
|
43
|
+
"socket.io-client": "^2.4.0",
|
|
44
|
+
"spark-md5": "^3.0.1",
|
|
45
|
+
"stompjs": "^2.3.3",
|
|
46
|
+
"text-security": "^3.2.1",
|
|
47
|
+
"trtc-js-sdk": "4.11.4",
|
|
48
|
+
"v-viewer": "^1.6.4",
|
|
49
|
+
"video.js": "^7.8.4",
|
|
50
|
+
"vue-dom-portal": "^0.1.6",
|
|
51
|
+
"vue-highlightjs": "^1.3.3",
|
|
52
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
53
|
+
"vue-resize-directive": "^1.2.0",
|
|
54
|
+
"vue-simple-uploader": "^0.7.6",
|
|
55
|
+
"vue-xss": "^1.0.4",
|
|
56
|
+
"vuedraggable": "^2.24.3",
|
|
57
|
+
"vxe-table": "^3.4.1",
|
|
58
|
+
"vxe-table-plugin-antd": "^1.11.3",
|
|
59
|
+
"wangeditor": "^4.7.5",
|
|
60
|
+
"xe-utils": "^3.4.0"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@babel/cli": "^7.15.7",
|
|
64
|
+
"@commitlint/cli": "^11.0.0",
|
|
65
|
+
"@commitlint/config-angular": "^11.0.0",
|
|
66
|
+
"@vue/cli-plugin-babel": "~4.5.0",
|
|
67
|
+
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
68
|
+
"@vue/cli-service": "~4.5.0",
|
|
69
|
+
"ant-design-vue": "^1.5.4",
|
|
70
|
+
"axios": "^0.26.1",
|
|
71
|
+
"babel-eslint": "^10.1.0",
|
|
72
|
+
"babel-plugin-import": "^1.13.3",
|
|
73
|
+
"commitizen": "^4.2.3",
|
|
74
|
+
"cross-env": "^7.0.3",
|
|
75
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
76
|
+
"eslint": "^6.8.0",
|
|
77
|
+
"eslint-plugin-vue": "^6.2.2",
|
|
78
|
+
"filemanager-webpack-plugin": "^2.0.5",
|
|
79
|
+
"highlight.js": "^10.7.2",
|
|
80
|
+
"husky": "^4.3.7",
|
|
81
|
+
"less": "^3.9.0",
|
|
82
|
+
"less-loader": "^4.1.0",
|
|
83
|
+
"prettier": "^1.19.1",
|
|
84
|
+
"qs": "^6.10.3",
|
|
85
|
+
"standard-version": "^9.3.2",
|
|
86
|
+
"vue": "^2.6.14",
|
|
87
|
+
"vue-router": "^3.5.1",
|
|
88
|
+
"vue-template-compiler": "^2.6.14",
|
|
89
|
+
"webpack-node-externals": "^3.0.0",
|
|
90
|
+
"webpack-ssh-deploy": "^1.2.3"
|
|
91
|
+
},
|
|
92
|
+
"browserslist": [
|
|
93
|
+
"> 1%",
|
|
94
|
+
"last 2 versions",
|
|
95
|
+
"not dead"
|
|
96
|
+
],
|
|
97
|
+
"config": {
|
|
98
|
+
"commitizen": {
|
|
99
|
+
"path": "cz-conventional-changelog"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"husky": {
|
|
103
|
+
"hooks": {
|
|
104
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
107
|
}
|