@jetlinks-web/components 2.0.4 → 2.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/es/AMap/Map.js +3 -0
- package/es/AMap/index.js +3 -0
- package/es/BadgeStatus/Badge.js +3 -0
- package/es/BadgeStatus/index.js +3 -0
- package/es/CardSelect/CardSelect.js +4 -2
- package/es/CardSelect/index.js +3 -0
- package/es/CheckButton/CheckButton.js +4 -2
- package/es/CheckButton/index.js +3 -0
- package/es/CheckButton/style/index.css +37 -0
- package/es/CheckButton/style/index.less +40 -0
- package/es/ConfigProvider/index.js +3 -0
- package/es/Echarts/Echarts.js +3 -0
- package/es/Echarts/index.js +3 -0
- package/es/Ellipsis/Ellipsis.js +23 -15
- package/es/Ellipsis/index.js +3 -0
- package/es/Ellipsis/style/index.css +17 -0
- package/es/Ellipsis/style/index.less +20 -0
- package/es/Empty/Empty.js +3 -0
- package/es/Empty/index.js +3 -0
- package/es/FullPage/FullPage.js +4 -1
- package/es/FullPage/index.js +3 -0
- package/es/Icon/index.js +3 -0
- package/es/MonacoEditor/Monaco.js +4 -2
- package/es/MonacoEditor/index.js +3 -0
- package/es/PermissionButton/index.js +4 -1
- package/es/ProLayout/PageContainer/index.js +2 -1
- package/es/ProLayout/SiderMenu/BaseMenu.js +2 -3
- package/es/ProLayout/index.js +3 -0
- package/es/ProLayout/style/default.less +4 -4
- package/es/ProTable/index.js +4 -1
- package/es/Scrollbar/index.js +3 -0
- package/es/Search/Advanced/SaveHistory.js +1 -1
- package/es/Search/Advanced/index.js +3 -0
- package/es/Search/Item.js +1 -1
- package/es/Search/Search.js +4 -1
- package/es/Search/index.js +3 -0
- package/es/ValueItem/ValueItem.js +3 -0
- package/es/ValueItem/index.js +3 -0
- package/es/components.js +17 -0
- package/es/index.js +13 -22
- package/es/style/index.css +707 -0
- package/es/style/index.less +6 -0
- package/es/style.js +2 -0
- package/lib/AMap/Map.js +3 -0
- package/lib/AMap/index.js +3 -0
- package/lib/BadgeStatus/Badge.js +3 -0
- package/lib/BadgeStatus/index.js +3 -0
- package/lib/CardSelect/CardSelect.js +4 -2
- package/lib/CardSelect/index.js +3 -0
- package/lib/CheckButton/CheckButton.js +4 -2
- package/lib/CheckButton/index.js +3 -0
- package/lib/CheckButton/style/index.css +37 -0
- package/lib/CheckButton/style/index.less +40 -0
- package/lib/ConfigProvider/index.js +3 -0
- package/lib/Echarts/Echarts.js +3 -0
- package/lib/Echarts/index.js +3 -0
- package/lib/Ellipsis/Ellipsis.js +23 -15
- package/lib/Ellipsis/index.js +3 -0
- package/lib/Ellipsis/style/index.css +17 -0
- package/lib/Ellipsis/style/index.less +20 -0
- package/lib/Empty/Empty.js +3 -0
- package/lib/Empty/index.js +3 -0
- package/lib/FullPage/FullPage.js +4 -1
- package/lib/FullPage/index.js +3 -0
- package/lib/Icon/index.js +3 -0
- package/lib/MonacoEditor/Monaco.js +4 -2
- package/lib/MonacoEditor/index.js +3 -0
- package/lib/PermissionButton/index.js +4 -1
- package/lib/ProLayout/PageContainer/index.js +2 -1
- package/lib/ProLayout/SiderMenu/BaseMenu.js +2 -3
- package/lib/ProLayout/index.js +3 -0
- package/lib/ProLayout/style/default.less +4 -4
- package/lib/ProTable/index.js +4 -1
- package/lib/Scrollbar/index.js +3 -0
- package/lib/Search/Advanced/SaveHistory.js +1 -1
- package/lib/Search/Advanced/index.js +3 -0
- package/lib/Search/Item.js +1 -1
- package/lib/Search/Search.js +4 -1
- package/lib/Search/index.js +3 -0
- package/lib/ValueItem/ValueItem.js +3 -0
- package/lib/ValueItem/index.js +3 -0
- package/lib/components.js +134 -0
- package/lib/index.js +18 -138
- package/lib/style/index.css +707 -0
- package/lib/style/index.less +6 -0
- package/lib/style.js +2 -0
- package/package.json +8 -10
- package/es/ProTable/style/index.css +0 -65
- package/lib/ProTable/style/index.css +0 -65
- package/lib/style/components.less +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -14,19 +14,15 @@
|
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@ant-design/icons-vue": "^7.0.1",
|
|
17
|
-
"@babel/runtime": "^7.24.4",
|
|
18
17
|
"@vuemap/vue-amap": "^2.0.17",
|
|
19
18
|
"@vueuse/core": "^10.2.1",
|
|
20
19
|
"@vueuse/router": "^10.9.0",
|
|
21
|
-
"ant-design-vue": "3.2.20",
|
|
22
20
|
"echarts": "^5.4.3",
|
|
23
21
|
"monaco-editor": "^0.40.0",
|
|
24
|
-
"sortablejs": "^1.15.2"
|
|
25
|
-
"@jetlinks-web/constants": "^1.0.2",
|
|
26
|
-
"@jetlinks-web/hooks": "^1.0.12",
|
|
27
|
-
"@jetlinks-web/utils": "^1.0.6"
|
|
22
|
+
"sortablejs": "^1.15.2"
|
|
28
23
|
},
|
|
29
24
|
"devDependencies": {
|
|
25
|
+
"ant-design-vue": "3.2.20",
|
|
30
26
|
"@babel/cli": "^7.8.4",
|
|
31
27
|
"@babel/core": "^7.10.5",
|
|
32
28
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
@@ -44,6 +40,7 @@
|
|
|
44
40
|
"@babel/polyfill": "^7.8.7",
|
|
45
41
|
"@babel/preset-env": "^7.9.6",
|
|
46
42
|
"@babel/preset-typescript": "^7.10.4",
|
|
43
|
+
"@babel/runtime": "^7.24.4",
|
|
47
44
|
"@commitlint/cli": "^17.4.2",
|
|
48
45
|
"@commitlint/config-conventional": "^17.4.2",
|
|
49
46
|
"@rollup/plugin-commonjs": "^22.0.1",
|
|
@@ -67,14 +64,12 @@
|
|
|
67
64
|
"babel-plugin-transform-require-context": "^0.1.1",
|
|
68
65
|
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
|
69
66
|
"child_process": "^1.0.2",
|
|
70
|
-
"codesandbox": "^2.2.3",
|
|
71
67
|
"colorful": "^2.1.0",
|
|
72
68
|
"commander": "^6.1.0",
|
|
73
69
|
"commitlint": "^17.4.2",
|
|
74
70
|
"compute-scroll-into-view": "^3.0.0",
|
|
75
71
|
"css-loader": "^6.7.3",
|
|
76
72
|
"css-minimizer-webpack-plugin": "^3.0.0",
|
|
77
|
-
"diacritics": "^1.3.0",
|
|
78
73
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
79
74
|
"esbuild": "~0.12.29",
|
|
80
75
|
"esbuild-loader": "^2.18.0",
|
|
@@ -137,7 +132,10 @@
|
|
|
137
132
|
"webpack-cli": "^4.6.0",
|
|
138
133
|
"webpack-dev-server": "^4.0.0",
|
|
139
134
|
"webpack-merge": "^5.0.0",
|
|
140
|
-
"webpackbar": "^5.0.2"
|
|
135
|
+
"webpackbar": "^5.0.2",
|
|
136
|
+
"@jetlinks-web/constants": "^1.0.2",
|
|
137
|
+
"@jetlinks-web/hooks": "^1.0.12",
|
|
138
|
+
"@jetlinks-web/utils": "^1.0.6"
|
|
141
139
|
},
|
|
142
140
|
"publishConfig": {
|
|
143
141
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
.jtable-body-spin {
|
|
2
|
-
min-height: 100%;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 16px 24px 24px;
|
|
5
|
-
background-color: #fff;
|
|
6
|
-
}
|
|
7
|
-
.jtable-body-spin .ant-spin-nested-loading {
|
|
8
|
-
height: 100%;
|
|
9
|
-
}
|
|
10
|
-
.jtable-body-spin .ant-spin-nested-loading .ant-spin-container {
|
|
11
|
-
height: 100%;
|
|
12
|
-
}
|
|
13
|
-
.jtable-body-spin .jtable-body {
|
|
14
|
-
width: 100%;
|
|
15
|
-
box-sizing: border-box;
|
|
16
|
-
height: 100%;
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-direction: column;
|
|
19
|
-
}
|
|
20
|
-
.jtable-body-spin .jtable-body .jtable-body-header {
|
|
21
|
-
display: flex;
|
|
22
|
-
justify-content: space-between;
|
|
23
|
-
align-items: center;
|
|
24
|
-
}
|
|
25
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right {
|
|
26
|
-
display: flex;
|
|
27
|
-
gap: 8px;
|
|
28
|
-
align-items: center;
|
|
29
|
-
}
|
|
30
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .right-button-icon {
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
color: #d9d9d9;
|
|
33
|
-
}
|
|
34
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper {
|
|
35
|
-
padding: 0 8px;
|
|
36
|
-
}
|
|
37
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper-checked .right-button-icon {
|
|
38
|
-
color: #315EFB;
|
|
39
|
-
}
|
|
40
|
-
.jtable-body-spin .jtable-body .jtable-content {
|
|
41
|
-
flex: 1;
|
|
42
|
-
padding: 16px 0;
|
|
43
|
-
}
|
|
44
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-alert {
|
|
45
|
-
margin-bottom: 16px;
|
|
46
|
-
}
|
|
47
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items {
|
|
48
|
-
display: grid;
|
|
49
|
-
grid-gap: 26px;
|
|
50
|
-
}
|
|
51
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items .jtable-card-item {
|
|
52
|
-
display: flex;
|
|
53
|
-
min-width: 0;
|
|
54
|
-
}
|
|
55
|
-
.jtable-body-spin .jtable-body .jtable-pagination {
|
|
56
|
-
width: 100%;
|
|
57
|
-
display: flex;
|
|
58
|
-
justify-content: flex-end;
|
|
59
|
-
}
|
|
60
|
-
.jtable-body-spin .jtable-body .j-table-empty {
|
|
61
|
-
display: flex;
|
|
62
|
-
justify-content: center;
|
|
63
|
-
align-items: center;
|
|
64
|
-
margin: 10% 0;
|
|
65
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
.jtable-body-spin {
|
|
2
|
-
min-height: 100%;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 16px 24px 24px;
|
|
5
|
-
background-color: #fff;
|
|
6
|
-
}
|
|
7
|
-
.jtable-body-spin .ant-spin-nested-loading {
|
|
8
|
-
height: 100%;
|
|
9
|
-
}
|
|
10
|
-
.jtable-body-spin .ant-spin-nested-loading .ant-spin-container {
|
|
11
|
-
height: 100%;
|
|
12
|
-
}
|
|
13
|
-
.jtable-body-spin .jtable-body {
|
|
14
|
-
width: 100%;
|
|
15
|
-
box-sizing: border-box;
|
|
16
|
-
height: 100%;
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-direction: column;
|
|
19
|
-
}
|
|
20
|
-
.jtable-body-spin .jtable-body .jtable-body-header {
|
|
21
|
-
display: flex;
|
|
22
|
-
justify-content: space-between;
|
|
23
|
-
align-items: center;
|
|
24
|
-
}
|
|
25
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right {
|
|
26
|
-
display: flex;
|
|
27
|
-
gap: 8px;
|
|
28
|
-
align-items: center;
|
|
29
|
-
}
|
|
30
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .right-button-icon {
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
color: #d9d9d9;
|
|
33
|
-
}
|
|
34
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper {
|
|
35
|
-
padding: 0 8px;
|
|
36
|
-
}
|
|
37
|
-
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper-checked .right-button-icon {
|
|
38
|
-
color: #315EFB;
|
|
39
|
-
}
|
|
40
|
-
.jtable-body-spin .jtable-body .jtable-content {
|
|
41
|
-
flex: 1;
|
|
42
|
-
padding: 16px 0;
|
|
43
|
-
}
|
|
44
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-alert {
|
|
45
|
-
margin-bottom: 16px;
|
|
46
|
-
}
|
|
47
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items {
|
|
48
|
-
display: grid;
|
|
49
|
-
grid-gap: 26px;
|
|
50
|
-
}
|
|
51
|
-
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items .jtable-card-item {
|
|
52
|
-
display: flex;
|
|
53
|
-
min-width: 0;
|
|
54
|
-
}
|
|
55
|
-
.jtable-body-spin .jtable-body .jtable-pagination {
|
|
56
|
-
width: 100%;
|
|
57
|
-
display: flex;
|
|
58
|
-
justify-content: flex-end;
|
|
59
|
-
}
|
|
60
|
-
.jtable-body-spin .jtable-body .j-table-empty {
|
|
61
|
-
display: flex;
|
|
62
|
-
justify-content: center;
|
|
63
|
-
align-items: center;
|
|
64
|
-
margin: 10% 0;
|
|
65
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import "../ProTable/style/index-pure.less";
|