@jetlinks-web/components 2.7.1 → 2.7.2

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 (169) hide show
  1. package/es/AMap/Map.js +2 -1
  2. package/es/AutoComplete/AutoComplete.js +1 -0
  3. package/es/BadgeStatus/Badge.js +2 -1
  4. package/es/CardSelect/CardSelect.js +2 -1
  5. package/es/CardSelect/style/index.css +24 -0
  6. package/es/CardSelect/style/index.less +26 -0
  7. package/es/CheckButton/CheckButton.js +2 -1
  8. package/es/CheckButton/style/index.css +37 -0
  9. package/es/CheckButton/style/index.less +40 -0
  10. package/es/DragModal/DragModal.js +1 -0
  11. package/es/DragModal/style/index.css +82 -0
  12. package/es/DragModal/style/index.less +97 -0
  13. package/es/Echarts/Echarts.js +2 -1
  14. package/es/EditTable/EditTable.js +6 -4
  15. package/es/EditTable/FormItem.js +1 -0
  16. package/es/EditTable/Header.js +3 -5
  17. package/es/EditTable/components/ContextMenu/Menu.js +2 -1
  18. package/es/EditTable/components/Search/search.js +2 -1
  19. package/es/EditTable/components/Search/sort.js +3 -1
  20. package/es/EditTable/group.js +10 -7
  21. package/es/EditTable/hooks/useValidate.js +1 -1
  22. package/es/EditTable/style/body.less +66 -0
  23. package/es/EditTable/style/form.less +33 -0
  24. package/es/EditTable/style/group.less +32 -0
  25. package/es/EditTable/style/header.less +77 -0
  26. package/es/EditTable/style/index.css +267 -0
  27. package/es/EditTable/style/index.less +41 -0
  28. package/es/EditTable/style/menu.less +25 -0
  29. package/es/EditTable/style/table.less +47 -0
  30. package/es/EditTable/utils.js +1 -1
  31. package/es/Ellipsis/style/index.css +17 -0
  32. package/es/Ellipsis/style/index.less +20 -0
  33. package/es/FullPage/FullPage.js +2 -1
  34. package/es/LocaleProvider/index.js +2 -1
  35. package/es/MonacoEditor/style/index.css +4 -0
  36. package/es/MonacoEditor/style/index.less +4 -0
  37. package/es/PermissionButton/index.js +7 -6
  38. package/es/ProLayout/Basic/BasicLayout.js +39 -34
  39. package/es/ProLayout/Basic/BasicLayout.less +66 -0
  40. package/es/ProLayout/Basic/Header.js +7 -3
  41. package/es/ProLayout/Basic/Header.less +8 -0
  42. package/es/ProLayout/PageContainer/index.js +12 -8
  43. package/es/ProLayout/PageContainer/index.less +103 -0
  44. package/es/ProLayout/SiderMenu/BaseMenu.js +39 -16
  45. package/es/ProLayout/SiderMenu/SiderMenu.js +34 -14
  46. package/es/ProLayout/SiderMenu/index.less +231 -0
  47. package/es/ProLayout/TopHeader/index.js +9 -1
  48. package/es/ProLayout/TopHeader/index.less +174 -0
  49. package/es/ProLayout/style/default.less +4 -0
  50. package/es/ProLayout/style/style.less +7 -0
  51. package/es/ProLayout/util.js +5 -5
  52. package/es/ProTable/Content.js +2 -2
  53. package/es/ProTable/style/ProTable.less +141 -0
  54. package/es/RadioButton/RadioButton.js +1 -0
  55. package/es/RadioButton/style/index.css +20 -0
  56. package/es/RadioButton/style/index.less +19 -0
  57. package/es/Scrollbar/style/index.css +65 -0
  58. package/es/Scrollbar/style/index.less +83 -0
  59. package/es/Search/Advanced/SaveHistory.js +2 -1
  60. package/es/Search/Item.js +2 -1
  61. package/es/Search/style/Item.less +33 -0
  62. package/es/Search/style/Search.less +179 -0
  63. package/es/Title/style/index.css +23 -0
  64. package/es/Title/style/index.less +25 -0
  65. package/es/Title/title.js +1 -0
  66. package/es/style/index.css +5197 -0
  67. package/es/style/index.less +13 -13
  68. package/es/style/variable.css +4 -0
  69. package/es/style/variable.less +4 -0
  70. package/lib/AMap/Map.js +2 -1
  71. package/lib/AutoComplete/AutoComplete.js +1 -0
  72. package/lib/BadgeStatus/Badge.js +2 -1
  73. package/lib/CardSelect/CardSelect.js +2 -1
  74. package/lib/CardSelect/style/index.css +24 -0
  75. package/lib/CardSelect/style/index.less +26 -0
  76. package/lib/CheckButton/CheckButton.js +2 -1
  77. package/lib/CheckButton/style/index.css +37 -0
  78. package/lib/CheckButton/style/index.less +40 -0
  79. package/lib/DragModal/DragModal.js +1 -0
  80. package/lib/DragModal/style/index.css +82 -0
  81. package/lib/DragModal/style/index.less +97 -0
  82. package/lib/Echarts/Echarts.js +2 -1
  83. package/lib/EditTable/EditTable.js +6 -4
  84. package/lib/EditTable/FormItem.js +1 -0
  85. package/lib/EditTable/Header.js +3 -5
  86. package/lib/EditTable/components/ContextMenu/Menu.js +2 -1
  87. package/lib/EditTable/components/Search/search.js +2 -1
  88. package/lib/EditTable/components/Search/sort.js +3 -1
  89. package/lib/EditTable/group.js +10 -7
  90. package/lib/EditTable/hooks/useValidate.js +1 -1
  91. package/lib/EditTable/style/body.less +66 -0
  92. package/lib/EditTable/style/form.less +33 -0
  93. package/lib/EditTable/style/group.less +32 -0
  94. package/lib/EditTable/style/header.less +77 -0
  95. package/lib/EditTable/style/index.css +267 -0
  96. package/lib/EditTable/style/index.less +41 -0
  97. package/lib/EditTable/style/menu.less +25 -0
  98. package/lib/EditTable/style/table.less +47 -0
  99. package/lib/EditTable/utils.js +1 -1
  100. package/lib/Ellipsis/style/index.css +17 -0
  101. package/lib/Ellipsis/style/index.less +20 -0
  102. package/lib/FullPage/FullPage.js +2 -1
  103. package/lib/Icon/icon.js +2 -1
  104. package/lib/LocaleProvider/index.js +2 -1
  105. package/lib/MonacoEditor/style/index.css +4 -0
  106. package/lib/MonacoEditor/style/index.less +4 -0
  107. package/lib/PermissionButton/index.js +7 -6
  108. package/lib/ProLayout/Basic/BasicLayout.js +40 -34
  109. package/lib/ProLayout/Basic/BasicLayout.less +66 -0
  110. package/lib/ProLayout/Basic/Header.js +6 -2
  111. package/lib/ProLayout/Basic/Header.less +8 -0
  112. package/lib/ProLayout/PageContainer/index.js +11 -7
  113. package/lib/ProLayout/PageContainer/index.less +103 -0
  114. package/lib/ProLayout/SiderMenu/BaseMenu.js +39 -17
  115. package/lib/ProLayout/SiderMenu/SiderMenu.js +35 -14
  116. package/lib/ProLayout/SiderMenu/index.less +231 -0
  117. package/lib/ProLayout/TopHeader/index.js +9 -2
  118. package/lib/ProLayout/TopHeader/index.less +174 -0
  119. package/lib/ProLayout/style/default.less +4 -0
  120. package/lib/ProLayout/style/style.less +7 -0
  121. package/lib/ProLayout/util.js +5 -5
  122. package/lib/ProTable/Content.js +2 -2
  123. package/lib/ProTable/style/ProTable.less +141 -0
  124. package/lib/RadioButton/RadioButton.js +1 -0
  125. package/lib/RadioButton/style/index.css +20 -0
  126. package/lib/RadioButton/style/index.less +19 -0
  127. package/lib/Scrollbar/style/index.css +65 -0
  128. package/lib/Scrollbar/style/index.less +83 -0
  129. package/lib/Search/Advanced/SaveHistory.js +2 -1
  130. package/lib/Search/Item.js +2 -1
  131. package/lib/Search/style/Item.less +33 -0
  132. package/lib/Search/style/Search.less +179 -0
  133. package/lib/Title/style/index.css +23 -0
  134. package/lib/Title/style/index.less +25 -0
  135. package/lib/Title/title.js +1 -0
  136. package/lib/components.js +2 -1
  137. package/lib/index.js +2 -1
  138. package/lib/style/components.less +9 -0
  139. package/lib/style/index.css +5197 -0
  140. package/lib/style/index.less +13 -13
  141. package/lib/style/variable.css +4 -0
  142. package/lib/style/variable.less +4 -0
  143. package/package.json +171 -171
  144. package/es/CardSelect/style/css.js +0 -1
  145. package/es/CheckButton/style/css.js +0 -1
  146. package/es/DragModal/style/css.js +0 -1
  147. package/es/EditTable/style/css.js +0 -1
  148. package/es/Ellipsis/style/css.js +0 -1
  149. package/es/MonacoEditor/style/css.js +0 -1
  150. package/es/ProLayout/style/css.js +0 -1
  151. package/es/ProTable/style/css.js +0 -1
  152. package/es/RadioButton/style/css.js +0 -1
  153. package/es/Scrollbar/style/css.js +0 -1
  154. package/es/Search/style/css.js +0 -2
  155. package/es/Title/style/css.js +0 -1
  156. package/es/style/css.js +0 -3
  157. package/lib/CardSelect/style/css.js +0 -3
  158. package/lib/CheckButton/style/css.js +0 -3
  159. package/lib/DragModal/style/css.js +0 -3
  160. package/lib/EditTable/style/css.js +0 -3
  161. package/lib/Ellipsis/style/css.js +0 -3
  162. package/lib/MonacoEditor/style/css.js +0 -3
  163. package/lib/ProLayout/style/css.js +0 -3
  164. package/lib/ProTable/style/css.js +0 -3
  165. package/lib/RadioButton/style/css.js +0 -3
  166. package/lib/Scrollbar/style/css.js +0 -3
  167. package/lib/Search/style/css.js +0 -4
  168. package/lib/Title/style/css.js +0 -3
  169. package/lib/style/css.js +0 -4
@@ -1,13 +1,13 @@
1
- @import '../Ellipsis/style/index.less';
2
- @import '../CheckButton/style/index.less';
3
- @import '../ProLayout/style/style.less';
4
- @import '../ProTable/style/ProTable.less';
5
- @import '../Search/style/Search.less';
6
- @import '../Search/style/Item.less';
7
- @import '../CardSelect/style/index.less';
8
- @import '../DragModal/style/index.less';
9
- @import "../EditTable/style/index.less";
10
- @import "../MonacoEditor/style/index.less";
11
- @import '../Scrollbar/style/index.less';
12
- @import '../Title/style/index.less';
13
- @import '../RadioButton/style/index.less';
1
+ @import '../Ellipsis/style/index.less';
2
+ @import '../CheckButton/style/index.less';
3
+ @import '../ProLayout/style/style.less';
4
+ @import '../ProTable/style/ProTable.less';
5
+ @import '../Search/style/Search.less';
6
+ @import '../Search/style/Item.less';
7
+ @import '../CardSelect/style/index.less';
8
+ @import '../DragModal/style/index.less';
9
+ @import "../EditTable/style/index.less";
10
+ @import "../MonacoEditor/style/index.less";
11
+ @import '../Scrollbar/style/index.less';
12
+ @import '../Title/style/index.less';
13
+ @import '../RadioButton/style/index.less';
@@ -0,0 +1,4 @@
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable no-duplicate-selectors */
3
+ /* stylelint-disable */
4
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@@ -0,0 +1,4 @@
1
+ @import 'ant-design-vue/lib/style/themes/index.less';
2
+
3
+ @text-color-title: #000;
4
+ @text-color-subtitle: #263237;
package/package.json CHANGED
@@ -1,171 +1,171 @@
1
- {
2
- "name": "@jetlinks-web/components",
3
- "version": "2.7.1",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
7
- "keywords": [
8
- "jetlinks",
9
- "jetlinks-web",
10
- "components",
11
- "jetlinks-web/components",
12
- "@jetlinks-web",
13
- "@jetlinks-web/components"
14
- ],
15
- "files": [
16
- "lib",
17
- "es"
18
- ],
19
- "private": false,
20
- "author": "",
21
- "license": "ISC",
22
- "dependencies": {
23
- "@ant-design/icons-vue": "^7.0.1",
24
- "@jetlinks-web/constants": "1.0.9",
25
- "@jetlinks-web/hooks": "1.0.31",
26
- "@jetlinks-web/utils": "1.2.14",
27
- "@vuemap/vue-amap": "^2.0.17",
28
- "@vueuse/core": "^10.2.1",
29
- "@vueuse/router": "^12.1.0",
30
- "async-validator": "^4.2.5",
31
- "echarts": "^5.4.3",
32
- "markdown-it": "^14.1.0",
33
- "markdown-it-abbr": "^2.0.0",
34
- "markdown-it-anchor": "^9.1.0",
35
- "markdown-it-deflist": "^3.0.0",
36
- "markdown-it-emoji": "^3.0.0",
37
- "markdown-it-footnote": "^4.0.0",
38
- "markdown-it-highlightjs": "^4.1.0",
39
- "markdown-it-ins": "^4.0.0",
40
- "markdown-it-mark": "^4.0.0",
41
- "markdown-it-sub": "^2.0.0",
42
- "markdown-it-sup": "^2.0.0",
43
- "markdown-it-task-lists": "^2.1.1",
44
- "markdown-it-toc-done-right": "^4.2.0",
45
- "monaco-editor": "^0.51.0",
46
- "resize-observer-polyfill": "^1.5.1",
47
- "sortablejs": "^1.15.2"
48
- },
49
- "devDependencies": {
50
- "@babel/cli": "^7.8.4",
51
- "@babel/core": "^7.10.5",
52
- "@babel/plugin-proposal-class-properties": "^7.8.3",
53
- "@babel/plugin-proposal-export-default-from": "^7.8.3",
54
- "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
55
- "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
56
- "@babel/plugin-proposal-optional-chaining": "^7.10.1",
57
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
58
- "@babel/plugin-transform-member-expression-literals": "^7.8.3",
59
- "@babel/plugin-transform-object-assign": "^7.8.3",
60
- "@babel/plugin-transform-property-literals": "^7.8.3",
61
- "@babel/plugin-transform-runtime": "^7.10.5",
62
- "@babel/plugin-transform-template-literals": "^7.8.3",
63
- "@babel/plugin-transform-typescript": "^7.12.1",
64
- "@babel/polyfill": "^7.8.7",
65
- "@babel/preset-env": "^7.9.6",
66
- "@babel/preset-typescript": "^7.10.4",
67
- "@babel/runtime": "^7.24.4",
68
- "@commitlint/cli": "^17.4.2",
69
- "@commitlint/config-conventional": "^17.4.2",
70
- "@rollup/plugin-commonjs": "^22.0.1",
71
- "@rollup/plugin-node-resolve": "^13.3.0",
72
- "@types/eslint": "^8.21.0",
73
- "@types/lodash-es": "^4.17.6",
74
- "@types/node": "^18.13.0",
75
- "@types/sortablejs": "^1.15.1",
76
- "@typescript-eslint/eslint-plugin": "^5.50.0",
77
- "@typescript-eslint/parser": "^5.50.0",
78
- "@vitejs/plugin-vue": "^2.3.3",
79
- "@vitejs/plugin-vue-jsx": "^1.3.10",
80
- "@vue/babel-plugin-jsx": "^1.0.0",
81
- "@vue/compiler-sfc": "^3.4.21",
82
- "ant-design-vue": "3.2.20",
83
- "autoprefixer": "^10.2.0",
84
- "babel-eslint": "^10.0.1",
85
- "babel-loader": "^8.0.0",
86
- "babel-plugin-import": "^1.1.1",
87
- "babel-plugin-inline-import-data-uri": "^1.0.1",
88
- "babel-plugin-istanbul": "^6.0.0",
89
- "babel-plugin-transform-require-context": "^0.1.1",
90
- "case-sensitive-paths-webpack-plugin": "^2.1.2",
91
- "child_process": "^1.0.2",
92
- "colorful": "^2.1.0",
93
- "commander": "^6.1.0",
94
- "commitlint": "^17.4.2",
95
- "compute-scroll-into-view": "^3.0.0",
96
- "css-loader": "^6.7.3",
97
- "css-minimizer-webpack-plugin": "^3.0.0",
98
- "dayjs": "^1.11.8",
99
- "duplicate-package-checker-webpack-plugin": "^3.0.0",
100
- "esbuild": "~0.12.29",
101
- "esbuild-loader": "^2.18.0",
102
- "escape-html": "^1.0.3",
103
- "eslint": "^8.33.0",
104
- "eslint-config-prettier": "^8.0.0",
105
- "eslint-plugin-html": "^6.0.0",
106
- "eslint-plugin-import": "^2.24.2",
107
- "eslint-plugin-markdown": "^2.0.0",
108
- "eslint-plugin-vue": "^8.1.1",
109
- "fast-glob": "^3.2.12",
110
- "globby": "^11.1.0",
111
- "gray-matter": "^4.0.3",
112
- "gulp": "^4.0.2",
113
- "gulp-babel": "^8.0.0",
114
- "gulp-strip-code": "^0.1.4",
115
- "gulp-typescript": "^6.0.0-alpha.1",
116
- "is-windows": "^1.0.2",
117
- "json5": "^2.2.3",
118
- "less": "^4.1.3",
119
- "less-loader": "^11.1.0",
120
- "less-plugin-npm-import": "^2.1.0",
121
- "less-vars-to-js": "^1.3.0",
122
- "lint-staged": "^13.1.0",
123
- "lru-cache": "^7.14.1",
124
- "marked": "0.3.18",
125
- "merge2": "^1.4.1",
126
- "mini-css-extract-plugin": "^2.4.5",
127
- "minimist": "^1.2.0",
128
- "mkdirp": "^0.5.1",
129
- "object-assign": "^4.1.1",
130
- "postcss": "^8.2.12",
131
- "postcss-loader": "^6.0.0",
132
- "prettier": "^2.8.3",
133
- "prismjs": "^1.29.0",
134
- "remove-files-webpack-plugin": "^1.5.0",
135
- "rollup-plugin-esbuild": "^4.9.1",
136
- "rollup-plugin-typescript2": "^0.34.1",
137
- "rollup-plugin-vue": "^6.0.0",
138
- "slash": "^3.0.0",
139
- "string-replace-loader": "^3.1.0",
140
- "style-loader": "^3.3.1",
141
- "sucrase": "^3.29.0",
142
- "terser-webpack-plugin": "^5.1.1",
143
- "through2": "^4.0.2",
144
- "ts-loader": "^9.1.0",
145
- "ts-morph": "^17.0.1",
146
- "typescript": "^4.9.3",
147
- "unplugin-vue-macros": "^0.11.2",
148
- "url": "^0.11.0",
149
- "url-loader": "^3.0.0",
150
- "vite": "^4.0.0",
151
- "vite-plugin-monaco-editor": "^1.1.0",
152
- "vite-plugin-vue-setup-extend": "^0.4.0",
153
- "vue": "^3.2.45",
154
- "vue-eslint-parser": "^9.1.0",
155
- "vue-tsc": "^1.0.11",
156
- "webpack": "^5.75.0",
157
- "webpack-bundle-analyzer": "^4.4.2",
158
- "webpack-cli": "^4.6.0",
159
- "webpack-dev-server": "^4.0.0",
160
- "webpack-merge": "^5.0.0",
161
- "webpackbar": "^5.0.2"
162
- },
163
- "publishConfig": {
164
- "registry": "https://registry.npmjs.org/",
165
- "access": "public"
166
- },
167
- "scripts": {
168
- "compile": "node tools/cli/run.js compile",
169
- "clean": "pnpm rimraf node_modules && pnpm rimraf .turbo"
170
- }
171
- }
1
+ {
2
+ "name": "@jetlinks-web/components",
3
+ "version": "2.7.2",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "module": "es/index.js",
7
+ "scripts": {
8
+ "compile": "node tools/cli/run.js compile",
9
+ "clean": "pnpm rimraf node_modules && pnpm rimraf .turbo"
10
+ },
11
+ "keywords": [
12
+ "jetlinks",
13
+ "jetlinks-web",
14
+ "components",
15
+ "jetlinks-web/components",
16
+ "@jetlinks-web",
17
+ "@jetlinks-web/components"
18
+ ],
19
+ "files": [
20
+ "lib",
21
+ "es"
22
+ ],
23
+ "private": false,
24
+ "author": "",
25
+ "license": "ISC",
26
+ "dependencies": {
27
+ "@ant-design/icons-vue": "^7.0.1",
28
+ "@jetlinks-web/constants": "workspace:*",
29
+ "@jetlinks-web/hooks": "workspace:*",
30
+ "@jetlinks-web/utils": "workspace:*",
31
+ "@vuemap/vue-amap": "^2.0.17",
32
+ "@vueuse/core": "^10.2.1",
33
+ "@vueuse/router": "^12.1.0",
34
+ "async-validator": "^4.2.5",
35
+ "echarts": "^5.4.3",
36
+ "markdown-it": "^14.1.0",
37
+ "markdown-it-abbr": "^2.0.0",
38
+ "markdown-it-anchor": "^9.1.0",
39
+ "markdown-it-deflist": "^3.0.0",
40
+ "markdown-it-emoji": "^3.0.0",
41
+ "markdown-it-footnote": "^4.0.0",
42
+ "markdown-it-highlightjs": "^4.1.0",
43
+ "markdown-it-ins": "^4.0.0",
44
+ "markdown-it-mark": "^4.0.0",
45
+ "markdown-it-sub": "^2.0.0",
46
+ "markdown-it-sup": "^2.0.0",
47
+ "markdown-it-task-lists": "^2.1.1",
48
+ "markdown-it-toc-done-right": "^4.2.0",
49
+ "monaco-editor": "^0.51.0",
50
+ "resize-observer-polyfill": "^1.5.1",
51
+ "sortablejs": "^1.15.2"
52
+ },
53
+ "devDependencies": {
54
+ "@babel/cli": "^7.8.4",
55
+ "@babel/core": "^7.10.5",
56
+ "@babel/plugin-proposal-class-properties": "^7.8.3",
57
+ "@babel/plugin-proposal-export-default-from": "^7.8.3",
58
+ "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
59
+ "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
60
+ "@babel/plugin-proposal-optional-chaining": "^7.10.1",
61
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
62
+ "@babel/plugin-transform-member-expression-literals": "^7.8.3",
63
+ "@babel/plugin-transform-object-assign": "^7.8.3",
64
+ "@babel/plugin-transform-property-literals": "^7.8.3",
65
+ "@babel/plugin-transform-runtime": "^7.10.5",
66
+ "@babel/plugin-transform-template-literals": "^7.8.3",
67
+ "@babel/plugin-transform-typescript": "^7.12.1",
68
+ "@babel/polyfill": "^7.8.7",
69
+ "@babel/preset-env": "^7.9.6",
70
+ "@babel/preset-typescript": "^7.10.4",
71
+ "@babel/runtime": "^7.24.4",
72
+ "@commitlint/cli": "^17.4.2",
73
+ "@commitlint/config-conventional": "^17.4.2",
74
+ "@rollup/plugin-commonjs": "^22.0.1",
75
+ "@rollup/plugin-node-resolve": "^13.3.0",
76
+ "@types/eslint": "^8.21.0",
77
+ "@types/lodash-es": "^4.17.6",
78
+ "@types/node": "^18.13.0",
79
+ "@types/sortablejs": "^1.15.1",
80
+ "@typescript-eslint/eslint-plugin": "^5.50.0",
81
+ "@typescript-eslint/parser": "^5.50.0",
82
+ "@vitejs/plugin-vue": "^2.3.3",
83
+ "@vitejs/plugin-vue-jsx": "^1.3.10",
84
+ "@vue/babel-plugin-jsx": "^1.0.0",
85
+ "@vue/compiler-sfc": "^3.4.21",
86
+ "ant-design-vue": "3.2.20",
87
+ "autoprefixer": "^10.2.0",
88
+ "babel-eslint": "^10.0.1",
89
+ "babel-loader": "^8.0.0",
90
+ "babel-plugin-import": "^1.1.1",
91
+ "babel-plugin-inline-import-data-uri": "^1.0.1",
92
+ "babel-plugin-istanbul": "^6.0.0",
93
+ "babel-plugin-transform-require-context": "^0.1.1",
94
+ "case-sensitive-paths-webpack-plugin": "^2.1.2",
95
+ "child_process": "^1.0.2",
96
+ "colorful": "^2.1.0",
97
+ "commander": "^6.1.0",
98
+ "commitlint": "^17.4.2",
99
+ "compute-scroll-into-view": "^3.0.0",
100
+ "css-loader": "^6.7.3",
101
+ "css-minimizer-webpack-plugin": "^3.0.0",
102
+ "dayjs": "^1.11.8",
103
+ "duplicate-package-checker-webpack-plugin": "^3.0.0",
104
+ "esbuild": "~0.12.29",
105
+ "esbuild-loader": "^2.18.0",
106
+ "escape-html": "^1.0.3",
107
+ "eslint": "^8.33.0",
108
+ "eslint-config-prettier": "^8.0.0",
109
+ "eslint-plugin-html": "^6.0.0",
110
+ "eslint-plugin-import": "^2.24.2",
111
+ "eslint-plugin-markdown": "^2.0.0",
112
+ "eslint-plugin-vue": "^8.1.1",
113
+ "fast-glob": "^3.2.12",
114
+ "globby": "^11.1.0",
115
+ "gray-matter": "^4.0.3",
116
+ "gulp": "^4.0.2",
117
+ "gulp-babel": "^8.0.0",
118
+ "gulp-strip-code": "^0.1.4",
119
+ "gulp-typescript": "^6.0.0-alpha.1",
120
+ "is-windows": "^1.0.2",
121
+ "json5": "^2.2.3",
122
+ "less": "^4.1.3",
123
+ "less-loader": "^11.1.0",
124
+ "less-plugin-npm-import": "^2.1.0",
125
+ "less-vars-to-js": "^1.3.0",
126
+ "lint-staged": "^13.1.0",
127
+ "lru-cache": "^7.14.1",
128
+ "marked": "0.3.18",
129
+ "merge2": "^1.4.1",
130
+ "mini-css-extract-plugin": "^2.4.5",
131
+ "minimist": "^1.2.0",
132
+ "mkdirp": "^0.5.1",
133
+ "object-assign": "^4.1.1",
134
+ "postcss": "^8.2.12",
135
+ "postcss-loader": "^6.0.0",
136
+ "prettier": "^2.8.3",
137
+ "prismjs": "^1.29.0",
138
+ "remove-files-webpack-plugin": "^1.5.0",
139
+ "rollup-plugin-esbuild": "^4.9.1",
140
+ "rollup-plugin-typescript2": "^0.34.1",
141
+ "rollup-plugin-vue": "^6.0.0",
142
+ "slash": "^3.0.0",
143
+ "string-replace-loader": "^3.1.0",
144
+ "style-loader": "^3.3.1",
145
+ "sucrase": "^3.29.0",
146
+ "terser-webpack-plugin": "^5.1.1",
147
+ "through2": "^4.0.2",
148
+ "ts-loader": "^9.1.0",
149
+ "ts-morph": "^17.0.1",
150
+ "typescript": "^4.9.3",
151
+ "unplugin-vue-macros": "^0.11.2",
152
+ "url": "^0.11.0",
153
+ "url-loader": "^3.0.0",
154
+ "vite": "^4.0.0",
155
+ "vite-plugin-monaco-editor": "^1.1.0",
156
+ "vite-plugin-vue-setup-extend": "^0.4.0",
157
+ "vue": "^3.2.45",
158
+ "vue-eslint-parser": "^9.1.0",
159
+ "vue-tsc": "^1.0.11",
160
+ "webpack": "^5.75.0",
161
+ "webpack-bundle-analyzer": "^4.4.2",
162
+ "webpack-cli": "^4.6.0",
163
+ "webpack-dev-server": "^4.0.0",
164
+ "webpack-merge": "^5.0.0",
165
+ "webpackbar": "^5.0.2"
166
+ },
167
+ "publishConfig": {
168
+ "registry": "https://registry.npmjs.org/",
169
+ "access": "public"
170
+ }
171
+ }
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import "./index.css";
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import './style.css';
@@ -1 +0,0 @@
1
- import './ProTable.css';
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1 +0,0 @@
1
- import './index.css';
@@ -1,2 +0,0 @@
1
- import './Search.css';
2
- import './Item.css';
@@ -1 +0,0 @@
1
- import './index.css';
package/es/style/css.js DELETED
@@ -1,3 +0,0 @@
1
- import '../ProLayout/style/css';
2
- import '../ProTable/style/css';
3
- import '../ProLayout/style/css';
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./style.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./ProTable.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- require("./Search.css");
4
- require("./Item.css");
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- require("./index.css");
package/lib/style/css.js DELETED
@@ -1,4 +0,0 @@
1
- "use strict";
2
-
3
- require("../ProLayout/style/css");
4
- require("../ProTable/style/css");