@cmstops/pro-compo 3.9.1-rc.10 → 3.9.1-rc.12
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/README.md +134 -134
- package/es/docHistory/style/index.less +37 -37
- package/es/index.js +1 -0
- package/es/selectAddTo/component.js +127 -0
- package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +169 -0
- package/es/selectAddTo/components/ViewAllColumn/index.js +211 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +195 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.js +30 -0
- package/es/selectAddTo/script/useSelectAddToState.js +106 -0
- package/es/selectAddTo/style/css.js +1 -0
- package/es/selectAddTo/style/index.css +3 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectResourceModal/components/List/ListLocal/index.js +1 -1
- package/es/selectResourceModal/style/index.less +55 -55
- package/es/selectResourceModal/style/list.less +203 -203
- package/es/style.css +57 -0
- package/es/typeIcons/component.js +1 -1
- package/lib/docHistory/style/index.less +37 -37
- package/lib/index.js +2 -0
- package/lib/selectAddTo/component.js +128 -0
- package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +170 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.js +212 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +197 -0
- package/lib/selectAddTo/index.js +8 -0
- package/lib/selectAddTo/script/api.js +35 -0
- package/lib/selectAddTo/script/useSelectAddToState.js +108 -0
- package/lib/selectAddTo/style/css.js +2 -0
- package/lib/selectAddTo/style/index.css +3 -0
- package/lib/selectAddTo/style/index.js +2 -0
- package/lib/selectAddTo/style/index.less +3 -0
- package/lib/selectResourceModal/components/List/ListLocal/index.js +1 -1
- package/lib/selectResourceModal/style/index.less +55 -55
- package/lib/selectResourceModal/style/list.less +203 -203
- package/lib/typeIcons/component.js +1 -1
- package/package.json +138 -138
package/package.json
CHANGED
|
@@ -1,138 +1,138 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@cmstops/pro-compo",
|
|
3
|
-
"version": "3.9.1-rc.
|
|
4
|
-
"description": "",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"vue",
|
|
7
|
-
"arco-design"
|
|
8
|
-
],
|
|
9
|
-
"author": "",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"main": "dist/index.cjs.js",
|
|
12
|
-
"module": "dist/index.esm.js",
|
|
13
|
-
"types": "dist/index.d.ts",
|
|
14
|
-
"umd": {
|
|
15
|
-
"file": "dist/index.min.js",
|
|
16
|
-
"style": "dist/index.min.css",
|
|
17
|
-
"module": "ArcoComponents"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"dev": "start-storybook STORYBOOK_ENV=dev -p 9528",
|
|
21
|
-
"build": "npm run build:component && npm run build:style && npm run dtsgen",
|
|
22
|
-
"build:component": "arco-vue-scripts build:material-library",
|
|
23
|
-
"build:style": "arco-vue-scripts build:style -M",
|
|
24
|
-
"dtsgen": "arco-vue-scripts dtsgen 'components/**/*.{ts,tsx,vue}'",
|
|
25
|
-
"docgen": "arco-vue-scripts docgen",
|
|
26
|
-
"build:doc": "npx storybook build",
|
|
27
|
-
"test": "arco-vue-scripts test",
|
|
28
|
-
"add:component": "node ./scripts/add-component.js",
|
|
29
|
-
"prepublishOnly": "npm run build"
|
|
30
|
-
},
|
|
31
|
-
"husky": {
|
|
32
|
-
"hooks": {
|
|
33
|
-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
34
|
-
"pre-commit": "lint-staged"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"lint-staged": {
|
|
38
|
-
"*.{js,ts,jsx,tsx,vue}": [
|
|
39
|
-
"eslint --fix",
|
|
40
|
-
"prettier --write"
|
|
41
|
-
],
|
|
42
|
-
"*.{less,css}": [
|
|
43
|
-
"stylelint --fix",
|
|
44
|
-
"prettier --write"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
"peerDependencies": {
|
|
48
|
-
"@arco-design/web-vue": "~2",
|
|
49
|
-
"@arco-iconbox/vue-cmstop-icons": "^0.0.34",
|
|
50
|
-
"@popperjs/core": "^2.11.8",
|
|
51
|
-
"colorthief": "^2.4.0",
|
|
52
|
-
"cropperjs": "^1.6.1",
|
|
53
|
-
"dayjs": "^1.11.9",
|
|
54
|
-
"diff": "^5.2.0",
|
|
55
|
-
"gif-to-canvas": "^1.0.0",
|
|
56
|
-
"gif.js": "^0.2.0",
|
|
57
|
-
"tus-js-client": "^3.1.1",
|
|
58
|
-
"vue": "^3.2.0",
|
|
59
|
-
"vuedraggable": "^4.1.0"
|
|
60
|
-
},
|
|
61
|
-
"devDependencies": {
|
|
62
|
-
"@arco-design/web-vue": "~2",
|
|
63
|
-
"@arco-iconbox/vue-cmstop-icons": "^0.0.34",
|
|
64
|
-
"@babel/core": "^7.14.6",
|
|
65
|
-
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
66
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
67
|
-
"@babel/preset-env": "^7.14.7",
|
|
68
|
-
"@babel/preset-typescript": "^7.14.5",
|
|
69
|
-
"@cmstops/arco-vue-scripts": "^0.2.11",
|
|
70
|
-
"@commitlint/cli": "^11.0.0",
|
|
71
|
-
"@commitlint/config-conventional": "^12.0.1",
|
|
72
|
-
"@popperjs/core": "^2.11.8",
|
|
73
|
-
"@storybook/addon-actions": "^6.3.0",
|
|
74
|
-
"@storybook/addon-docs": "^7.6.7",
|
|
75
|
-
"@storybook/addon-essentials": "^6.3.0",
|
|
76
|
-
"@storybook/addon-links": "^6.3.0",
|
|
77
|
-
"@storybook/builder-webpack5": "^6.5.9",
|
|
78
|
-
"@storybook/manager-webpack5": "^6.5.9",
|
|
79
|
-
"@storybook/vue3": "^6.3.0",
|
|
80
|
-
"@types/diff": "^5.2.1",
|
|
81
|
-
"@types/fs-extra": "^9.0.6",
|
|
82
|
-
"@types/jest": "^29.5.5",
|
|
83
|
-
"@types/node": "^20.6.2",
|
|
84
|
-
"@types/tus-js-client": "1.5.1",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
86
|
-
"@typescript-eslint/parser": "^4.12.0",
|
|
87
|
-
"@vue/babel-plugin-jsx": "^1.0.6",
|
|
88
|
-
"@vue/test-utils": "^2.0.0-beta.14",
|
|
89
|
-
"axios": "^1.7.7",
|
|
90
|
-
"babel-loader": "^8.2.2",
|
|
91
|
-
"colorthief": "^2.4.0",
|
|
92
|
-
"cropperjs": "^1.6.1",
|
|
93
|
-
"dayjs": "^1.11.9",
|
|
94
|
-
"diff": "^5.2.0",
|
|
95
|
-
"eslint": "^7.21.0",
|
|
96
|
-
"eslint-config-airbnb-base": "^14.2.1",
|
|
97
|
-
"eslint-config-prettier": "^8.3.0",
|
|
98
|
-
"eslint-import-resolver-typescript": "^2.4.0",
|
|
99
|
-
"eslint-plugin-import": "^2.22.1",
|
|
100
|
-
"eslint-plugin-prettier": "^3.3.1",
|
|
101
|
-
"eslint-plugin-vue": "^7.7.0",
|
|
102
|
-
"fast-glob": "^3.2.7",
|
|
103
|
-
"fs-extra": "^9.1.0",
|
|
104
|
-
"gif-to-canvas": "^1.0.0",
|
|
105
|
-
"gif.js": "^0.2.0",
|
|
106
|
-
"html2canvas": "^1.4.1",
|
|
107
|
-
"husky": "^4.3.7",
|
|
108
|
-
"jest": "^29.7.0",
|
|
109
|
-
"less": "^4.1.1",
|
|
110
|
-
"less-loader": "^7.3.0",
|
|
111
|
-
"lint-staged": "^10.5.3",
|
|
112
|
-
"prettier": "^2.2.1",
|
|
113
|
-
"qrcodejs2-fix": "^0.0.1",
|
|
114
|
-
"stylelint": "^13.8.0",
|
|
115
|
-
"stylelint-config-prettier": "^8.0.2",
|
|
116
|
-
"stylelint-config-rational-order": "^0.1.2",
|
|
117
|
-
"stylelint-config-standard": "^20.0.0",
|
|
118
|
-
"stylelint-order": "^4.1.0",
|
|
119
|
-
"tus-js-client": "^3.1.1",
|
|
120
|
-
"typescript": "^4.2.4",
|
|
121
|
-
"vue": "^3.2.0",
|
|
122
|
-
"vue-loader": "^16.2.0",
|
|
123
|
-
"vuedraggable": "^4.1.0",
|
|
124
|
-
"webpack": "^5.88.2"
|
|
125
|
-
},
|
|
126
|
-
"arcoMeta": {
|
|
127
|
-
"type": "vue-library",
|
|
128
|
-
"title": "@cmstops/pro-compo",
|
|
129
|
-
"category": [
|
|
130
|
-
"数据展示"
|
|
131
|
-
]
|
|
132
|
-
},
|
|
133
|
-
"files": [
|
|
134
|
-
"es",
|
|
135
|
-
"lib",
|
|
136
|
-
"dist"
|
|
137
|
-
]
|
|
138
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@cmstops/pro-compo",
|
|
3
|
+
"version": "3.9.1-rc.12",
|
|
4
|
+
"description": "",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"vue",
|
|
7
|
+
"arco-design"
|
|
8
|
+
],
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"main": "dist/index.cjs.js",
|
|
12
|
+
"module": "dist/index.esm.js",
|
|
13
|
+
"types": "dist/index.d.ts",
|
|
14
|
+
"umd": {
|
|
15
|
+
"file": "dist/index.min.js",
|
|
16
|
+
"style": "dist/index.min.css",
|
|
17
|
+
"module": "ArcoComponents"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "start-storybook STORYBOOK_ENV=dev -p 9528",
|
|
21
|
+
"build": "npm run build:component && npm run build:style && npm run dtsgen",
|
|
22
|
+
"build:component": "arco-vue-scripts build:material-library",
|
|
23
|
+
"build:style": "arco-vue-scripts build:style -M",
|
|
24
|
+
"dtsgen": "arco-vue-scripts dtsgen 'components/**/*.{ts,tsx,vue}'",
|
|
25
|
+
"docgen": "arco-vue-scripts docgen",
|
|
26
|
+
"build:doc": "npx storybook build",
|
|
27
|
+
"test": "arco-vue-scripts test",
|
|
28
|
+
"add:component": "node ./scripts/add-component.js",
|
|
29
|
+
"prepublishOnly": "npm run build"
|
|
30
|
+
},
|
|
31
|
+
"husky": {
|
|
32
|
+
"hooks": {
|
|
33
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
34
|
+
"pre-commit": "lint-staged"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"lint-staged": {
|
|
38
|
+
"*.{js,ts,jsx,tsx,vue}": [
|
|
39
|
+
"eslint --fix",
|
|
40
|
+
"prettier --write"
|
|
41
|
+
],
|
|
42
|
+
"*.{less,css}": [
|
|
43
|
+
"stylelint --fix",
|
|
44
|
+
"prettier --write"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"peerDependencies": {
|
|
48
|
+
"@arco-design/web-vue": "~2",
|
|
49
|
+
"@arco-iconbox/vue-cmstop-icons": "^0.0.34",
|
|
50
|
+
"@popperjs/core": "^2.11.8",
|
|
51
|
+
"colorthief": "^2.4.0",
|
|
52
|
+
"cropperjs": "^1.6.1",
|
|
53
|
+
"dayjs": "^1.11.9",
|
|
54
|
+
"diff": "^5.2.0",
|
|
55
|
+
"gif-to-canvas": "^1.0.0",
|
|
56
|
+
"gif.js": "^0.2.0",
|
|
57
|
+
"tus-js-client": "^3.1.1",
|
|
58
|
+
"vue": "^3.2.0",
|
|
59
|
+
"vuedraggable": "^4.1.0"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@arco-design/web-vue": "~2",
|
|
63
|
+
"@arco-iconbox/vue-cmstop-icons": "^0.0.34",
|
|
64
|
+
"@babel/core": "^7.14.6",
|
|
65
|
+
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
66
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
67
|
+
"@babel/preset-env": "^7.14.7",
|
|
68
|
+
"@babel/preset-typescript": "^7.14.5",
|
|
69
|
+
"@cmstops/arco-vue-scripts": "^0.2.11",
|
|
70
|
+
"@commitlint/cli": "^11.0.0",
|
|
71
|
+
"@commitlint/config-conventional": "^12.0.1",
|
|
72
|
+
"@popperjs/core": "^2.11.8",
|
|
73
|
+
"@storybook/addon-actions": "^6.3.0",
|
|
74
|
+
"@storybook/addon-docs": "^7.6.7",
|
|
75
|
+
"@storybook/addon-essentials": "^6.3.0",
|
|
76
|
+
"@storybook/addon-links": "^6.3.0",
|
|
77
|
+
"@storybook/builder-webpack5": "^6.5.9",
|
|
78
|
+
"@storybook/manager-webpack5": "^6.5.9",
|
|
79
|
+
"@storybook/vue3": "^6.3.0",
|
|
80
|
+
"@types/diff": "^5.2.1",
|
|
81
|
+
"@types/fs-extra": "^9.0.6",
|
|
82
|
+
"@types/jest": "^29.5.5",
|
|
83
|
+
"@types/node": "^20.6.2",
|
|
84
|
+
"@types/tus-js-client": "1.5.1",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
86
|
+
"@typescript-eslint/parser": "^4.12.0",
|
|
87
|
+
"@vue/babel-plugin-jsx": "^1.0.6",
|
|
88
|
+
"@vue/test-utils": "^2.0.0-beta.14",
|
|
89
|
+
"axios": "^1.7.7",
|
|
90
|
+
"babel-loader": "^8.2.2",
|
|
91
|
+
"colorthief": "^2.4.0",
|
|
92
|
+
"cropperjs": "^1.6.1",
|
|
93
|
+
"dayjs": "^1.11.9",
|
|
94
|
+
"diff": "^5.2.0",
|
|
95
|
+
"eslint": "^7.21.0",
|
|
96
|
+
"eslint-config-airbnb-base": "^14.2.1",
|
|
97
|
+
"eslint-config-prettier": "^8.3.0",
|
|
98
|
+
"eslint-import-resolver-typescript": "^2.4.0",
|
|
99
|
+
"eslint-plugin-import": "^2.22.1",
|
|
100
|
+
"eslint-plugin-prettier": "^3.3.1",
|
|
101
|
+
"eslint-plugin-vue": "^7.7.0",
|
|
102
|
+
"fast-glob": "^3.2.7",
|
|
103
|
+
"fs-extra": "^9.1.0",
|
|
104
|
+
"gif-to-canvas": "^1.0.0",
|
|
105
|
+
"gif.js": "^0.2.0",
|
|
106
|
+
"html2canvas": "^1.4.1",
|
|
107
|
+
"husky": "^4.3.7",
|
|
108
|
+
"jest": "^29.7.0",
|
|
109
|
+
"less": "^4.1.1",
|
|
110
|
+
"less-loader": "^7.3.0",
|
|
111
|
+
"lint-staged": "^10.5.3",
|
|
112
|
+
"prettier": "^2.2.1",
|
|
113
|
+
"qrcodejs2-fix": "^0.0.1",
|
|
114
|
+
"stylelint": "^13.8.0",
|
|
115
|
+
"stylelint-config-prettier": "^8.0.2",
|
|
116
|
+
"stylelint-config-rational-order": "^0.1.2",
|
|
117
|
+
"stylelint-config-standard": "^20.0.0",
|
|
118
|
+
"stylelint-order": "^4.1.0",
|
|
119
|
+
"tus-js-client": "^3.1.1",
|
|
120
|
+
"typescript": "^4.2.4",
|
|
121
|
+
"vue": "^3.2.0",
|
|
122
|
+
"vue-loader": "^16.2.0",
|
|
123
|
+
"vuedraggable": "^4.1.0",
|
|
124
|
+
"webpack": "^5.88.2"
|
|
125
|
+
},
|
|
126
|
+
"arcoMeta": {
|
|
127
|
+
"type": "vue-library",
|
|
128
|
+
"title": "@cmstops/pro-compo",
|
|
129
|
+
"category": [
|
|
130
|
+
"数据展示"
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"files": [
|
|
134
|
+
"es",
|
|
135
|
+
"lib",
|
|
136
|
+
"dist"
|
|
137
|
+
]
|
|
138
|
+
}
|