@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.
Files changed (90) hide show
  1. package/es/AMap/Map.js +3 -0
  2. package/es/AMap/index.js +3 -0
  3. package/es/BadgeStatus/Badge.js +3 -0
  4. package/es/BadgeStatus/index.js +3 -0
  5. package/es/CardSelect/CardSelect.js +4 -2
  6. package/es/CardSelect/index.js +3 -0
  7. package/es/CheckButton/CheckButton.js +4 -2
  8. package/es/CheckButton/index.js +3 -0
  9. package/es/CheckButton/style/index.css +37 -0
  10. package/es/CheckButton/style/index.less +40 -0
  11. package/es/ConfigProvider/index.js +3 -0
  12. package/es/Echarts/Echarts.js +3 -0
  13. package/es/Echarts/index.js +3 -0
  14. package/es/Ellipsis/Ellipsis.js +23 -15
  15. package/es/Ellipsis/index.js +3 -0
  16. package/es/Ellipsis/style/index.css +17 -0
  17. package/es/Ellipsis/style/index.less +20 -0
  18. package/es/Empty/Empty.js +3 -0
  19. package/es/Empty/index.js +3 -0
  20. package/es/FullPage/FullPage.js +4 -1
  21. package/es/FullPage/index.js +3 -0
  22. package/es/Icon/index.js +3 -0
  23. package/es/MonacoEditor/Monaco.js +4 -2
  24. package/es/MonacoEditor/index.js +3 -0
  25. package/es/PermissionButton/index.js +4 -1
  26. package/es/ProLayout/PageContainer/index.js +2 -1
  27. package/es/ProLayout/SiderMenu/BaseMenu.js +2 -3
  28. package/es/ProLayout/index.js +3 -0
  29. package/es/ProLayout/style/default.less +4 -4
  30. package/es/ProTable/index.js +4 -1
  31. package/es/Scrollbar/index.js +3 -0
  32. package/es/Search/Advanced/SaveHistory.js +1 -1
  33. package/es/Search/Advanced/index.js +3 -0
  34. package/es/Search/Item.js +1 -1
  35. package/es/Search/Search.js +4 -1
  36. package/es/Search/index.js +3 -0
  37. package/es/ValueItem/ValueItem.js +3 -0
  38. package/es/ValueItem/index.js +3 -0
  39. package/es/components.js +17 -0
  40. package/es/index.js +13 -22
  41. package/es/style/index.css +707 -0
  42. package/es/style/index.less +6 -0
  43. package/es/style.js +2 -0
  44. package/lib/AMap/Map.js +3 -0
  45. package/lib/AMap/index.js +3 -0
  46. package/lib/BadgeStatus/Badge.js +3 -0
  47. package/lib/BadgeStatus/index.js +3 -0
  48. package/lib/CardSelect/CardSelect.js +4 -2
  49. package/lib/CardSelect/index.js +3 -0
  50. package/lib/CheckButton/CheckButton.js +4 -2
  51. package/lib/CheckButton/index.js +3 -0
  52. package/lib/CheckButton/style/index.css +37 -0
  53. package/lib/CheckButton/style/index.less +40 -0
  54. package/lib/ConfigProvider/index.js +3 -0
  55. package/lib/Echarts/Echarts.js +3 -0
  56. package/lib/Echarts/index.js +3 -0
  57. package/lib/Ellipsis/Ellipsis.js +23 -15
  58. package/lib/Ellipsis/index.js +3 -0
  59. package/lib/Ellipsis/style/index.css +17 -0
  60. package/lib/Ellipsis/style/index.less +20 -0
  61. package/lib/Empty/Empty.js +3 -0
  62. package/lib/Empty/index.js +3 -0
  63. package/lib/FullPage/FullPage.js +4 -1
  64. package/lib/FullPage/index.js +3 -0
  65. package/lib/Icon/index.js +3 -0
  66. package/lib/MonacoEditor/Monaco.js +4 -2
  67. package/lib/MonacoEditor/index.js +3 -0
  68. package/lib/PermissionButton/index.js +4 -1
  69. package/lib/ProLayout/PageContainer/index.js +2 -1
  70. package/lib/ProLayout/SiderMenu/BaseMenu.js +2 -3
  71. package/lib/ProLayout/index.js +3 -0
  72. package/lib/ProLayout/style/default.less +4 -4
  73. package/lib/ProTable/index.js +4 -1
  74. package/lib/Scrollbar/index.js +3 -0
  75. package/lib/Search/Advanced/SaveHistory.js +1 -1
  76. package/lib/Search/Advanced/index.js +3 -0
  77. package/lib/Search/Item.js +1 -1
  78. package/lib/Search/Search.js +4 -1
  79. package/lib/Search/index.js +3 -0
  80. package/lib/ValueItem/ValueItem.js +3 -0
  81. package/lib/ValueItem/index.js +3 -0
  82. package/lib/components.js +134 -0
  83. package/lib/index.js +18 -138
  84. package/lib/style/index.css +707 -0
  85. package/lib/style/index.less +6 -0
  86. package/lib/style.js +2 -0
  87. package/package.json +8 -10
  88. package/es/ProTable/style/index.css +0 -65
  89. package/lib/ProTable/style/index.css +0 -65
  90. 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.4",
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";