ele-admin-plus 1.1.8-beta.4 → 1.1.8-beta.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 (309) hide show
  1. package/es/components.d.ts +1 -49
  2. package/es/components.js +13 -110
  3. package/es/core-components.d.ts +49 -0
  4. package/es/core-components.js +100 -0
  5. package/es/core-export.d.ts +9 -0
  6. package/es/core-export.js +14 -0
  7. package/es/core-installer.d.ts +3 -0
  8. package/es/core-installer.js +11 -0
  9. package/es/core.d.ts +3 -0
  10. package/es/core.js +6 -0
  11. package/es/ele-alert/index.d.ts +4 -4
  12. package/es/ele-alert/index.js +13 -13
  13. package/es/ele-app/style/overwrite/input/index.scss +32 -39
  14. package/es/ele-app/style/overwrite/message-box/index.scss +6 -1
  15. package/es/ele-app/style/scrollbar/css-var.scss +20 -5
  16. package/es/ele-basic-select/index.d.ts +6 -6
  17. package/es/ele-basic-select/index.js +4 -4
  18. package/es/ele-basic-select/props.d.ts +1 -1
  19. package/es/ele-basic-select/style/index.scss +2 -9
  20. package/es/ele-copyable/index.d.ts +4 -2
  21. package/es/ele-copyable/index.js +6 -6
  22. package/es/ele-cropper/components/cropper-tools.js +14 -14
  23. package/es/ele-cropper/props.js +1 -1
  24. package/es/ele-cropper/style/index.scss +3 -3
  25. package/es/ele-cropper-modal/index.js +1 -1
  26. package/es/ele-data-table/style/index.scss +17 -6
  27. package/es/ele-drawer/index.d.ts +7 -7
  28. package/es/ele-drawer/index.js +4 -4
  29. package/es/ele-drawer/props.d.ts +1 -1
  30. package/es/ele-dropdown/index.d.ts +2 -0
  31. package/es/ele-dropdown/index.js +18 -8
  32. package/es/ele-dropdown/props.d.ts +3 -0
  33. package/es/ele-dropdown/props.js +3 -1
  34. package/es/ele-edit-tag/index.d.ts +4 -4
  35. package/es/ele-edit-tag/index.js +24 -23
  36. package/es/ele-edit-tag/props.d.ts +1 -1
  37. package/es/ele-edit-tag/style/index.scss +71 -74
  38. package/es/ele-ellipsis/index.d.ts +1 -1
  39. package/es/ele-map-picker/components/map-view.d.ts +10 -12
  40. package/es/ele-map-picker/components/map-view.js +30 -30
  41. package/es/ele-map-picker/style/index.scss +5 -5
  42. package/es/ele-menus/index.js +3 -1
  43. package/es/ele-menus/style/index.scss +14 -8
  44. package/es/ele-menus/util.js +5 -2
  45. package/es/ele-modal/index.d.ts +13 -13
  46. package/es/ele-modal/index.js +11 -6
  47. package/es/ele-modal/props.d.ts +1 -1
  48. package/es/ele-modal/style/index.scss +2 -1
  49. package/es/ele-popconfirm/index.d.ts +2 -2
  50. package/es/ele-popconfirm/index.js +4 -4
  51. package/es/ele-pro-layout/components/pro-header.js +2 -2
  52. package/es/ele-pro-layout/components/pro-tabs.js +1 -1
  53. package/es/ele-pro-layout/components/tab-dropdown.js +3 -3
  54. package/es/ele-pro-table/components/table-tools.js +4 -5
  55. package/es/ele-pro-table/components/tool-column.js +4 -4
  56. package/es/ele-pro-table/index.d.ts +1 -1
  57. package/es/ele-pro-table/index.js +4 -4
  58. package/es/ele-pro-table/style/index.scss +2 -2
  59. package/es/ele-split-panel/index.js +7 -1
  60. package/es/ele-split-panel/style/index.scss +5 -1
  61. package/es/ele-table-select/index.d.ts +3 -3
  62. package/es/ele-table-select/props.d.ts +1 -1
  63. package/es/ele-tabs/index.js +8 -1
  64. package/es/ele-tabs/style/index.scss +26 -0
  65. package/es/ele-toolbar/index.d.ts +4 -0
  66. package/es/ele-toolbar/index.js +7 -7
  67. package/es/ele-toolbar/props.d.ts +5 -0
  68. package/es/ele-toolbar/props.js +5 -1
  69. package/es/ele-tree-select/index.d.ts +13 -8
  70. package/es/ele-tree-select/index.js +49 -6
  71. package/es/ele-tree-select/props.d.ts +3 -1
  72. package/es/ele-tree-select/props.js +2 -0
  73. package/es/ele-tree-select/util.d.ts +7 -0
  74. package/es/ele-tree-select/util.js +13 -0
  75. package/es/ele-upload-list/components/list-item.js +10 -10
  76. package/es/ele-upload-list/index.js +4 -4
  77. package/es/ele-upload-list/style/index.scss +12 -4
  78. package/es/ele-virtual-table/components/body-cell.js +10 -5
  79. package/es/ele-virtual-table/style/index.scss +3 -2
  80. package/es/icons/ArrowDown.js +5 -7
  81. package/es/icons/ArrowDownOutlined.d.ts +2 -0
  82. package/es/icons/ArrowDownOutlined.js +30 -0
  83. package/es/icons/ArrowLeft.js +7 -6
  84. package/es/icons/ArrowLeftOutlined.d.ts +2 -0
  85. package/es/icons/ArrowLeftOutlined.js +30 -0
  86. package/es/icons/ArrowRight.js +6 -7
  87. package/es/icons/ArrowRightOutlined.d.ts +2 -0
  88. package/es/icons/ArrowRightOutlined.js +30 -0
  89. package/es/icons/ArrowUp.js +6 -6
  90. package/es/icons/ArrowUpOutlined.d.ts +2 -0
  91. package/es/icons/ArrowUpOutlined.js +30 -0
  92. package/es/icons/CheckCircleFilled.d.ts +2 -0
  93. package/es/icons/CheckCircleFilled.js +26 -0
  94. package/es/icons/CheckCircleOutlined.d.ts +2 -0
  95. package/es/icons/CheckCircleOutlined.js +32 -0
  96. package/es/icons/CheckOutlined.d.ts +2 -0
  97. package/es/icons/CheckOutlined.js +30 -0
  98. package/es/icons/CloseCircleFilled.d.ts +2 -0
  99. package/es/icons/CloseCircleFilled.js +26 -0
  100. package/es/icons/CloseOutlined.js +7 -17
  101. package/es/icons/ColumnHeightOutlined.js +17 -5
  102. package/es/icons/CompressOutlined.js +18 -5
  103. package/es/icons/CopyOutlined.d.ts +2 -0
  104. package/es/icons/CopyOutlined.js +35 -0
  105. package/es/icons/EllipsisOutlined.js +6 -9
  106. package/es/icons/EnvironmentOutlined.d.ts +2 -0
  107. package/es/icons/EnvironmentOutlined.js +31 -0
  108. package/es/icons/ExclamationCircleFilled.d.ts +2 -0
  109. package/es/icons/ExclamationCircleFilled.js +26 -0
  110. package/es/icons/ExpandOutlined.js +18 -5
  111. package/es/icons/FileOutlined.d.ts +2 -0
  112. package/es/icons/FileOutlined.js +35 -0
  113. package/es/icons/FilterFilled.js +5 -2
  114. package/es/icons/FullscreenExitOutlined.js +16 -5
  115. package/es/icons/FullscreenOutlined.js +16 -5
  116. package/es/icons/HolderOutlined.js +8 -5
  117. package/es/icons/HomeOutlined.js +5 -24
  118. package/es/icons/InfoCircleFilled.d.ts +2 -0
  119. package/es/icons/InfoCircleFilled.js +26 -0
  120. package/es/icons/LoadingDotOutlined.d.ts +2 -0
  121. package/es/icons/LoadingDotOutlined.js +29 -0
  122. package/es/icons/LoadingOutlined.js +8 -2
  123. package/es/icons/PlusOutlined.d.ts +2 -0
  124. package/es/icons/PlusOutlined.js +29 -0
  125. package/es/icons/QuestionCircleFilled.d.ts +2 -0
  126. package/es/icons/QuestionCircleFilled.js +26 -0
  127. package/es/icons/ReloadOutlined.d.ts +2 -0
  128. package/es/icons/ReloadOutlined.js +30 -0
  129. package/es/icons/SearchOutlined.d.ts +2 -0
  130. package/es/icons/SearchOutlined.js +29 -0
  131. package/es/icons/SettingOutlined.d.ts +2 -0
  132. package/es/icons/SettingOutlined.js +31 -0
  133. package/es/icons/SortOutlined.d.ts +2 -0
  134. package/es/icons/SortOutlined.js +32 -0
  135. package/es/icons/SwapOutlined.d.ts +2 -0
  136. package/es/icons/SwapOutlined.js +32 -0
  137. package/es/icons/SyncOutlined.d.ts +2 -0
  138. package/es/icons/SyncOutlined.js +32 -0
  139. package/es/icons/UndoOutlined.d.ts +2 -0
  140. package/es/icons/UndoOutlined.js +30 -0
  141. package/es/icons/UploadOutlined.d.ts +2 -0
  142. package/es/icons/UploadOutlined.js +32 -0
  143. package/es/icons/VerticalLeftOutlined.js +7 -2
  144. package/es/icons/VerticalRightOutlined.js +7 -2
  145. package/es/icons/ZoomInOutlined.d.ts +2 -0
  146. package/es/icons/ZoomInOutlined.js +31 -0
  147. package/es/icons/ZoomOutOutlined.d.ts +2 -0
  148. package/es/icons/ZoomOutOutlined.js +31 -0
  149. package/es/icons/index.d.ts +26 -0
  150. package/es/icons/index.js +84 -32
  151. package/es/index.d.ts +1 -9
  152. package/es/index.js +1 -12
  153. package/es/style/themes/default.scss +11 -11
  154. package/es/style/themes/rounded.scss +1 -2
  155. package/lib/components.cjs +20 -110
  156. package/lib/components.d.ts +1 -49
  157. package/lib/core-components.cjs +100 -0
  158. package/lib/core-components.d.ts +49 -0
  159. package/lib/core-export.cjs +56 -0
  160. package/lib/core-export.d.ts +9 -0
  161. package/lib/core-installer.cjs +28 -0
  162. package/lib/core-installer.d.ts +3 -0
  163. package/lib/core.cjs +23 -0
  164. package/lib/core.d.ts +3 -0
  165. package/lib/ele-alert/index.cjs +13 -13
  166. package/lib/ele-alert/index.d.ts +4 -4
  167. package/lib/ele-app/style/overwrite/input/index.scss +32 -39
  168. package/lib/ele-app/style/overwrite/message-box/index.scss +6 -1
  169. package/lib/ele-app/style/scrollbar/css-var.scss +20 -5
  170. package/lib/ele-basic-select/index.cjs +3 -3
  171. package/lib/ele-basic-select/index.d.ts +6 -6
  172. package/lib/ele-basic-select/props.d.ts +1 -1
  173. package/lib/ele-basic-select/style/index.scss +2 -9
  174. package/lib/ele-copyable/index.cjs +6 -6
  175. package/lib/ele-copyable/index.d.ts +4 -2
  176. package/lib/ele-cropper/components/cropper-tools.cjs +14 -14
  177. package/lib/ele-cropper/props.cjs +1 -1
  178. package/lib/ele-cropper/style/index.scss +3 -3
  179. package/lib/ele-cropper-modal/index.cjs +1 -1
  180. package/lib/ele-data-table/style/index.scss +17 -6
  181. package/lib/ele-drawer/index.cjs +4 -4
  182. package/lib/ele-drawer/index.d.ts +7 -7
  183. package/lib/ele-drawer/props.d.ts +1 -1
  184. package/lib/ele-dropdown/index.cjs +18 -8
  185. package/lib/ele-dropdown/index.d.ts +2 -0
  186. package/lib/ele-dropdown/props.cjs +3 -1
  187. package/lib/ele-dropdown/props.d.ts +3 -0
  188. package/lib/ele-edit-tag/index.cjs +23 -22
  189. package/lib/ele-edit-tag/index.d.ts +4 -4
  190. package/lib/ele-edit-tag/props.d.ts +1 -1
  191. package/lib/ele-edit-tag/style/index.scss +71 -74
  192. package/lib/ele-ellipsis/index.d.ts +1 -1
  193. package/lib/ele-map-picker/components/map-view.cjs +30 -30
  194. package/lib/ele-map-picker/components/map-view.d.ts +10 -12
  195. package/lib/ele-map-picker/style/index.scss +5 -5
  196. package/lib/ele-menus/index.cjs +3 -1
  197. package/lib/ele-menus/style/index.scss +14 -8
  198. package/lib/ele-menus/util.cjs +5 -2
  199. package/lib/ele-modal/index.cjs +10 -5
  200. package/lib/ele-modal/index.d.ts +13 -13
  201. package/lib/ele-modal/props.d.ts +1 -1
  202. package/lib/ele-modal/style/index.scss +2 -1
  203. package/lib/ele-popconfirm/index.cjs +4 -4
  204. package/lib/ele-popconfirm/index.d.ts +2 -2
  205. package/lib/ele-pro-layout/components/pro-header.cjs +2 -2
  206. package/lib/ele-pro-layout/components/pro-tabs.cjs +1 -1
  207. package/lib/ele-pro-layout/components/tab-dropdown.cjs +4 -4
  208. package/lib/ele-pro-table/components/table-tools.cjs +3 -4
  209. package/lib/ele-pro-table/components/tool-column.cjs +4 -4
  210. package/lib/ele-pro-table/index.cjs +4 -4
  211. package/lib/ele-pro-table/index.d.ts +1 -1
  212. package/lib/ele-pro-table/style/index.scss +2 -2
  213. package/lib/ele-split-panel/index.cjs +7 -1
  214. package/lib/ele-split-panel/style/index.scss +5 -1
  215. package/lib/ele-table-select/index.d.ts +3 -3
  216. package/lib/ele-table-select/props.d.ts +1 -1
  217. package/lib/ele-tabs/index.cjs +8 -1
  218. package/lib/ele-tabs/style/index.scss +26 -0
  219. package/lib/ele-toolbar/index.cjs +6 -6
  220. package/lib/ele-toolbar/index.d.ts +4 -0
  221. package/lib/ele-toolbar/props.cjs +5 -1
  222. package/lib/ele-toolbar/props.d.ts +5 -0
  223. package/lib/ele-tree-select/index.cjs +48 -5
  224. package/lib/ele-tree-select/index.d.ts +13 -8
  225. package/lib/ele-tree-select/props.cjs +2 -0
  226. package/lib/ele-tree-select/props.d.ts +3 -1
  227. package/lib/ele-tree-select/util.cjs +13 -0
  228. package/lib/ele-tree-select/util.d.ts +7 -0
  229. package/lib/ele-upload-list/components/list-item.cjs +10 -10
  230. package/lib/ele-upload-list/index.cjs +4 -4
  231. package/lib/ele-upload-list/style/index.scss +12 -4
  232. package/lib/ele-virtual-table/components/body-cell.cjs +9 -4
  233. package/lib/ele-virtual-table/style/index.scss +3 -2
  234. package/lib/icons/ArrowDown.cjs +5 -7
  235. package/lib/icons/ArrowDownOutlined.cjs +29 -0
  236. package/lib/icons/ArrowDownOutlined.d.ts +2 -0
  237. package/lib/icons/ArrowLeft.cjs +7 -6
  238. package/lib/icons/ArrowLeftOutlined.cjs +29 -0
  239. package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
  240. package/lib/icons/ArrowRight.cjs +6 -7
  241. package/lib/icons/ArrowRightOutlined.cjs +29 -0
  242. package/lib/icons/ArrowRightOutlined.d.ts +2 -0
  243. package/lib/icons/ArrowUp.cjs +6 -6
  244. package/lib/icons/ArrowUpOutlined.cjs +29 -0
  245. package/lib/icons/ArrowUpOutlined.d.ts +2 -0
  246. package/lib/icons/CheckCircleFilled.cjs +25 -0
  247. package/lib/icons/CheckCircleFilled.d.ts +2 -0
  248. package/lib/icons/CheckCircleOutlined.cjs +31 -0
  249. package/lib/icons/CheckCircleOutlined.d.ts +2 -0
  250. package/lib/icons/CheckOutlined.cjs +29 -0
  251. package/lib/icons/CheckOutlined.d.ts +2 -0
  252. package/lib/icons/CloseCircleFilled.cjs +25 -0
  253. package/lib/icons/CloseCircleFilled.d.ts +2 -0
  254. package/lib/icons/CloseOutlined.cjs +7 -17
  255. package/lib/icons/ColumnHeightOutlined.cjs +17 -5
  256. package/lib/icons/CompressOutlined.cjs +18 -5
  257. package/lib/icons/CopyOutlined.cjs +34 -0
  258. package/lib/icons/CopyOutlined.d.ts +2 -0
  259. package/lib/icons/EllipsisOutlined.cjs +6 -9
  260. package/lib/icons/EnvironmentOutlined.cjs +30 -0
  261. package/lib/icons/EnvironmentOutlined.d.ts +2 -0
  262. package/lib/icons/ExclamationCircleFilled.cjs +25 -0
  263. package/lib/icons/ExclamationCircleFilled.d.ts +2 -0
  264. package/lib/icons/ExpandOutlined.cjs +18 -5
  265. package/lib/icons/FileOutlined.cjs +34 -0
  266. package/lib/icons/FileOutlined.d.ts +2 -0
  267. package/lib/icons/FilterFilled.cjs +5 -2
  268. package/lib/icons/FullscreenExitOutlined.cjs +16 -5
  269. package/lib/icons/FullscreenOutlined.cjs +16 -5
  270. package/lib/icons/HolderOutlined.cjs +7 -4
  271. package/lib/icons/HomeOutlined.cjs +5 -24
  272. package/lib/icons/InfoCircleFilled.cjs +25 -0
  273. package/lib/icons/InfoCircleFilled.d.ts +2 -0
  274. package/lib/icons/LoadingDotOutlined.cjs +28 -0
  275. package/lib/icons/LoadingDotOutlined.d.ts +2 -0
  276. package/lib/icons/LoadingOutlined.cjs +8 -2
  277. package/lib/icons/PlusOutlined.cjs +28 -0
  278. package/lib/icons/PlusOutlined.d.ts +2 -0
  279. package/lib/icons/QuestionCircleFilled.cjs +25 -0
  280. package/lib/icons/QuestionCircleFilled.d.ts +2 -0
  281. package/lib/icons/ReloadOutlined.cjs +29 -0
  282. package/lib/icons/ReloadOutlined.d.ts +2 -0
  283. package/lib/icons/SearchOutlined.cjs +28 -0
  284. package/lib/icons/SearchOutlined.d.ts +2 -0
  285. package/lib/icons/SettingOutlined.cjs +30 -0
  286. package/lib/icons/SettingOutlined.d.ts +2 -0
  287. package/lib/icons/SortOutlined.cjs +31 -0
  288. package/lib/icons/SortOutlined.d.ts +2 -0
  289. package/lib/icons/SwapOutlined.cjs +31 -0
  290. package/lib/icons/SwapOutlined.d.ts +2 -0
  291. package/lib/icons/SyncOutlined.cjs +31 -0
  292. package/lib/icons/SyncOutlined.d.ts +2 -0
  293. package/lib/icons/UndoOutlined.cjs +29 -0
  294. package/lib/icons/UndoOutlined.d.ts +2 -0
  295. package/lib/icons/UploadOutlined.cjs +31 -0
  296. package/lib/icons/UploadOutlined.d.ts +2 -0
  297. package/lib/icons/VerticalLeftOutlined.cjs +7 -2
  298. package/lib/icons/VerticalRightOutlined.cjs +7 -2
  299. package/lib/icons/ZoomInOutlined.cjs +30 -0
  300. package/lib/icons/ZoomInOutlined.d.ts +2 -0
  301. package/lib/icons/ZoomOutOutlined.cjs +30 -0
  302. package/lib/icons/ZoomOutOutlined.d.ts +2 -0
  303. package/lib/icons/index.cjs +52 -0
  304. package/lib/icons/index.d.ts +26 -0
  305. package/lib/index.cjs +3 -49
  306. package/lib/index.d.ts +1 -9
  307. package/lib/style/themes/default.scss +11 -11
  308. package/lib/style/themes/rounded.scss +1 -2
  309. package/package.json +1 -1
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "SortOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M18 6V42L6 30" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M30 42V6L42 18" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ const SortOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = SortOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "SwapOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M42 18H6L18 6" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6 30H42L30 42" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ const SwapOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = SwapOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "SyncOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M42.7 21C42 14 34 5 24 5 17 5 12 9 8 14M8 6V14H16" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.3 27C6 34 14 43 24 43 31 43 36 39 40 34M40 42V34H32" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ const SyncOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = SyncOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "UndoOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6 30C8 35 14 43 24 43 34 43 43 34 43 24 43 14 34 5 24 5 17 5 12 9 9 13M9 5V13L17 13" }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
27
+ }
28
+ const UndoOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ module.exports = UndoOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "UploadOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ };
21
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6 24V42H42V24" }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M24 32V6M33 15L24 6L15 15" }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
26
+ ];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
29
+ }
30
+ const UploadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = UploadOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -10,8 +10,13 @@ const _export_sfc = (sfc, props) => {
10
10
  }
11
11
  return target;
12
12
  };
13
- const _hoisted_1 = { viewBox: "64 64 896 896" };
14
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 00254 164z" }, null, -1);
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "5"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M35 5 35 43M10 42 30 24 10 6" }, null, -1);
15
20
  const _hoisted_3 = [
16
21
  _hoisted_2
17
22
  ];
@@ -10,8 +10,13 @@ const _export_sfc = (sfc, props) => {
10
10
  }
11
11
  return target;
12
12
  };
13
- const _hoisted_1 = { viewBox: "64 64 896 896" };
14
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z" }, null, -1);
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "5"
18
+ };
19
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M13 5 13 43M38 42 18 24 38 6" }, null, -1);
15
20
  const _hoisted_3 = [
16
21
  _hoisted_2
17
22
  ];
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "ZoomInOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M36.3 36.3 45.5 45.5M23 42C33 42 42 33 42 23 42 13 33 4 23 4 13 4 4 13 4 23 4 33 13 42 23 42Z" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M16 23H30M23 16V30" }, null, -1);
22
+ const _hoisted_4 = [
23
+ _hoisted_2,
24
+ _hoisted_3
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
28
+ }
29
+ const ZoomInOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ module.exports = ZoomInOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "ZoomOutOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M36.3 36.3 45.5 45.5M23 42C33 42 42 33 42 23 42 13 33 4 23 4 13 4 4 13 4 23 4 33 13 42 23 42Z" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M16 23H30" }, null, -1);
22
+ const _hoisted_4 = [
23
+ _hoisted_2,
24
+ _hoisted_3
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_4);
28
+ }
29
+ const ZoomOutOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ module.exports = ZoomOutOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -1,36 +1,88 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const ArrowDown = require("./ArrowDown");
4
+ const ArrowDownOutlined = require("./ArrowDownOutlined");
4
5
  const ArrowLeft = require("./ArrowLeft");
6
+ const ArrowLeftOutlined = require("./ArrowLeftOutlined");
5
7
  const ArrowRight = require("./ArrowRight");
8
+ const ArrowRightOutlined = require("./ArrowRightOutlined");
6
9
  const ArrowUp = require("./ArrowUp");
10
+ const ArrowUpOutlined = require("./ArrowUpOutlined");
11
+ const CheckCircleFilled = require("./CheckCircleFilled");
12
+ const CheckCircleOutlined = require("./CheckCircleOutlined");
13
+ const CheckOutlined = require("./CheckOutlined");
14
+ const CloseCircleFilled = require("./CloseCircleFilled");
7
15
  const CloseOutlined = require("./CloseOutlined");
8
16
  const ColumnHeightOutlined = require("./ColumnHeightOutlined");
9
17
  const CompressOutlined = require("./CompressOutlined");
18
+ const CopyOutlined = require("./CopyOutlined");
10
19
  const EllipsisOutlined = require("./EllipsisOutlined");
20
+ const EnvironmentOutlined = require("./EnvironmentOutlined");
21
+ const ExclamationCircleFilled = require("./ExclamationCircleFilled");
11
22
  const ExpandOutlined = require("./ExpandOutlined");
23
+ const FileOutlined = require("./FileOutlined");
12
24
  const FilterFilled = require("./FilterFilled");
13
25
  const FullscreenOutlined = require("./FullscreenOutlined");
14
26
  const FullscreenExitOutlined = require("./FullscreenExitOutlined");
15
27
  const HolderOutlined = require("./HolderOutlined");
16
28
  const HomeOutlined = require("./HomeOutlined");
29
+ const InfoCircleFilled = require("./InfoCircleFilled");
30
+ const LoadingDotOutlined = require("./LoadingDotOutlined");
17
31
  const LoadingOutlined = require("./LoadingOutlined");
32
+ const PlusOutlined = require("./PlusOutlined");
33
+ const QuestionCircleFilled = require("./QuestionCircleFilled");
34
+ const ReloadOutlined = require("./ReloadOutlined");
35
+ const SearchOutlined = require("./SearchOutlined");
36
+ const SettingOutlined = require("./SettingOutlined");
37
+ const SortOutlined = require("./SortOutlined");
38
+ const SwapOutlined = require("./SwapOutlined");
39
+ const SyncOutlined = require("./SyncOutlined");
40
+ const UndoOutlined = require("./UndoOutlined");
41
+ const UploadOutlined = require("./UploadOutlined");
18
42
  const VerticalLeftOutlined = require("./VerticalLeftOutlined");
19
43
  const VerticalRightOutlined = require("./VerticalRightOutlined");
44
+ const ZoomInOutlined = require("./ZoomInOutlined");
45
+ const ZoomOutOutlined = require("./ZoomOutOutlined");
20
46
  exports.ArrowDown = ArrowDown;
47
+ exports.ArrowDownOutlined = ArrowDownOutlined;
21
48
  exports.ArrowLeft = ArrowLeft;
49
+ exports.ArrowLeftOutlined = ArrowLeftOutlined;
22
50
  exports.ArrowRight = ArrowRight;
51
+ exports.ArrowRightOutlined = ArrowRightOutlined;
23
52
  exports.ArrowUp = ArrowUp;
53
+ exports.ArrowUpOutlined = ArrowUpOutlined;
54
+ exports.CheckCircleFilled = CheckCircleFilled;
55
+ exports.CheckCircleOutlined = CheckCircleOutlined;
56
+ exports.CheckOutlined = CheckOutlined;
57
+ exports.CloseCircleFilled = CloseCircleFilled;
24
58
  exports.CloseOutlined = CloseOutlined;
25
59
  exports.ColumnHeightOutlined = ColumnHeightOutlined;
26
60
  exports.CompressOutlined = CompressOutlined;
61
+ exports.CopyOutlined = CopyOutlined;
27
62
  exports.EllipsisOutlined = EllipsisOutlined;
63
+ exports.EnvironmentOutlined = EnvironmentOutlined;
64
+ exports.ExclamationCircleFilled = ExclamationCircleFilled;
28
65
  exports.ExpandOutlined = ExpandOutlined;
66
+ exports.FileOutlined = FileOutlined;
29
67
  exports.FilterFilled = FilterFilled;
30
68
  exports.FullscreenOutlined = FullscreenOutlined;
31
69
  exports.FullscreenExitOutlined = FullscreenExitOutlined;
32
70
  exports.HolderOutlined = HolderOutlined;
33
71
  exports.HomeOutlined = HomeOutlined;
72
+ exports.InfoCircleFilled = InfoCircleFilled;
73
+ exports.LoadingDotOutlined = LoadingDotOutlined;
34
74
  exports.LoadingOutlined = LoadingOutlined;
75
+ exports.PlusOutlined = PlusOutlined;
76
+ exports.QuestionCircleFilled = QuestionCircleFilled;
77
+ exports.ReloadOutlined = ReloadOutlined;
78
+ exports.SearchOutlined = SearchOutlined;
79
+ exports.SettingOutlined = SettingOutlined;
80
+ exports.SortOutlined = SortOutlined;
81
+ exports.SwapOutlined = SwapOutlined;
82
+ exports.SyncOutlined = SyncOutlined;
83
+ exports.UndoOutlined = UndoOutlined;
84
+ exports.UploadOutlined = UploadOutlined;
35
85
  exports.VerticalLeftOutlined = VerticalLeftOutlined;
36
86
  exports.VerticalRightOutlined = VerticalRightOutlined;
87
+ exports.ZoomInOutlined = ZoomInOutlined;
88
+ exports.ZoomOutOutlined = ZoomOutOutlined;
@@ -1,17 +1,43 @@
1
1
  export { default as ArrowDown } from "./ArrowDown";
2
+ export { default as ArrowDownOutlined } from "./ArrowDownOutlined";
2
3
  export { default as ArrowLeft } from "./ArrowLeft";
4
+ export { default as ArrowLeftOutlined } from "./ArrowLeftOutlined";
3
5
  export { default as ArrowRight } from "./ArrowRight";
6
+ export { default as ArrowRightOutlined } from "./ArrowRightOutlined";
4
7
  export { default as ArrowUp } from "./ArrowUp";
8
+ export { default as ArrowUpOutlined } from "./ArrowUpOutlined";
9
+ export { default as CheckCircleFilled } from "./CheckCircleFilled";
10
+ export { default as CheckCircleOutlined } from "./CheckCircleOutlined";
11
+ export { default as CheckOutlined } from "./CheckOutlined";
12
+ export { default as CloseCircleFilled } from "./CloseCircleFilled";
5
13
  export { default as CloseOutlined } from "./CloseOutlined";
6
14
  export { default as ColumnHeightOutlined } from "./ColumnHeightOutlined";
7
15
  export { default as CompressOutlined } from "./CompressOutlined";
16
+ export { default as CopyOutlined } from "./CopyOutlined";
8
17
  export { default as EllipsisOutlined } from "./EllipsisOutlined";
18
+ export { default as EnvironmentOutlined } from "./EnvironmentOutlined";
19
+ export { default as ExclamationCircleFilled } from "./ExclamationCircleFilled";
9
20
  export { default as ExpandOutlined } from "./ExpandOutlined";
21
+ export { default as FileOutlined } from "./FileOutlined";
10
22
  export { default as FilterFilled } from "./FilterFilled";
11
23
  export { default as FullscreenOutlined } from "./FullscreenOutlined";
12
24
  export { default as FullscreenExitOutlined } from "./FullscreenExitOutlined";
13
25
  export { default as HolderOutlined } from "./HolderOutlined";
14
26
  export { default as HomeOutlined } from "./HomeOutlined";
27
+ export { default as InfoCircleFilled } from "./InfoCircleFilled";
28
+ export { default as LoadingDotOutlined } from "./LoadingDotOutlined";
15
29
  export { default as LoadingOutlined } from "./LoadingOutlined";
30
+ export { default as PlusOutlined } from "./PlusOutlined";
31
+ export { default as QuestionCircleFilled } from "./QuestionCircleFilled";
32
+ export { default as ReloadOutlined } from "./ReloadOutlined";
33
+ export { default as SearchOutlined } from "./SearchOutlined";
34
+ export { default as SettingOutlined } from "./SettingOutlined";
35
+ export { default as SortOutlined } from "./SortOutlined";
36
+ export { default as SwapOutlined } from "./SwapOutlined";
37
+ export { default as SyncOutlined } from "./SyncOutlined";
38
+ export { default as UndoOutlined } from "./UndoOutlined";
39
+ export { default as UploadOutlined } from "./UploadOutlined";
16
40
  export { default as VerticalLeftOutlined } from "./VerticalLeftOutlined";
17
41
  export { default as VerticalRightOutlined } from "./VerticalRightOutlined";
42
+ export { default as ZoomInOutlined } from "./ZoomInOutlined";
43
+ export { default as ZoomOutOutlined } from "./ZoomOutOutlined";
package/lib/index.cjs CHANGED
@@ -1,19 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const components = require("./components");
4
- const chartThemeDark = require("./utils/chart-theme-dark");
5
- const chartTheme = require("./utils/chart-theme");
6
- const core = require("./utils/core");
7
- const menuUtil = require("./utils/menu-util");
8
- const message = require("./utils/message");
9
- const validate = require("./utils/validate");
10
- const headerTool = require("./ele-pro-layout/components/header-tool");
11
- const sidebarTool = require("./ele-pro-layout/components/sidebar-tool");
12
- const tabDropdown = require("./ele-pro-layout/components/tab-dropdown");
4
+ const coreExport = require("./core-export");
13
5
  const installer = require("./installer");
14
- exports.HeaderTool = headerTool;
15
- exports.SidebarTool = sidebarTool;
16
- exports.TabDropdown = tabDropdown;
17
6
  Object.defineProperty(exports, "default", {
18
7
  enumerable: true,
19
8
  get: () => installer.installer
@@ -25,45 +14,10 @@ Object.keys(components).forEach((k) => {
25
14
  get: () => components[k]
26
15
  });
27
16
  });
28
- Object.keys(chartThemeDark).forEach((k) => {
17
+ Object.keys(coreExport).forEach((k) => {
29
18
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
30
19
  Object.defineProperty(exports, k, {
31
20
  enumerable: true,
32
- get: () => chartThemeDark[k]
33
- });
34
- });
35
- Object.keys(chartTheme).forEach((k) => {
36
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
37
- Object.defineProperty(exports, k, {
38
- enumerable: true,
39
- get: () => chartTheme[k]
40
- });
41
- });
42
- Object.keys(core).forEach((k) => {
43
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
44
- Object.defineProperty(exports, k, {
45
- enumerable: true,
46
- get: () => core[k]
47
- });
48
- });
49
- Object.keys(menuUtil).forEach((k) => {
50
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
51
- Object.defineProperty(exports, k, {
52
- enumerable: true,
53
- get: () => menuUtil[k]
54
- });
55
- });
56
- Object.keys(message).forEach((k) => {
57
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
58
- Object.defineProperty(exports, k, {
59
- enumerable: true,
60
- get: () => message[k]
61
- });
62
- });
63
- Object.keys(validate).forEach((k) => {
64
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k))
65
- Object.defineProperty(exports, k, {
66
- enumerable: true,
67
- get: () => validate[k]
21
+ get: () => coreExport[k]
68
22
  });
69
23
  });
package/lib/index.d.ts CHANGED
@@ -1,12 +1,4 @@
1
1
  /** https://eleadmin.com */
2
2
  export * from './components';
3
- export * from './utils/chart-theme-dark';
4
- export * from './utils/chart-theme';
5
- export * from './utils/core';
6
- export * from './utils/menu-util';
7
- export * from './utils/message';
8
- export * from './utils/validate';
9
- export { default as HeaderTool } from "./ele-pro-layout/components/header-tool";
10
- export { default as SidebarTool } from "./ele-pro-layout/components/sidebar-tool";
11
- export { default as TabDropdown } from "./ele-pro-layout/components/tab-dropdown";
3
+ export * from './core-export';
12
4
  export { installer as default } from './installer';
@@ -108,7 +108,7 @@ $ele: map.deep-merge(
108
108
  'close-size': 18px,
109
109
  'close-margin': 0 -4px 0 4px,
110
110
  'close-radius': elVar('border-radius', 'small'),
111
- 'close-font-size': elVar('font-size', 'base'),
111
+ 'close-font-size': 13px,
112
112
  'close-color': elVar('text-color', 'placeholder'),
113
113
  'close-hover-color': elVar('text-color', 'primary'),
114
114
  'close-hover-bg': transparent,
@@ -199,7 +199,7 @@ $ele: map.deep-merge(
199
199
  'header-padding': 14px 16px,
200
200
  'header-border': 1px solid elVar('border-color', 'light'),
201
201
  'icon-size': 22px,
202
- 'icon-font-size': 18px,
202
+ 'icon-font-size': 16px,
203
203
  'icon-color': elVar('text-color', 'secondary'),
204
204
  'icon-hover-color': elVar('text-color', 'primary'),
205
205
  'icon-hover-bg': transparent,
@@ -323,7 +323,7 @@ $ele: map.deep-merge(
323
323
  // 菜单
324
324
  'disabled-opacity': 0.46,
325
325
  'badge-margin': 0 -2px 0 6px,
326
- 'icon-font-size': 16px,
326
+ 'icon-font-size': 15px,
327
327
  'icon-margin': 0 8px 0 0,
328
328
  'arrow-size': 14px,
329
329
  'arrow-margin': 0 -4px 0 6px,
@@ -333,7 +333,7 @@ $ele: map.deep-merge(
333
333
  'base-level': 16px,
334
334
  'child-bg': rgba(0, 0, 0, 0.02),
335
335
  'collapse-width': 58px,
336
- 'collapse-icon-size': 18px,
336
+ 'collapse-icon-size': 16px,
337
337
  'item-height': 40px,
338
338
  'item-margin': 6px,
339
339
  'item-padding': 0,
@@ -400,7 +400,7 @@ $ele: map.deep-merge(
400
400
  'icon-radius': 50%,
401
401
  'icon-size': 24px,
402
402
  'icon-color': #fff,
403
- 'icon-font-size': 16px,
403
+ 'icon-font-size': 14px,
404
404
  'dot-size': 8px,
405
405
  'dot-margin': 0 8px 0 0,
406
406
  'dot-color': #d9d9d9,
@@ -427,7 +427,7 @@ $ele: map.deep-merge(
427
427
  'header-padding': 14px 20px,
428
428
  'header-border': 1px solid elVar('border-color', 'light'),
429
429
  'icon-size': 22px,
430
- 'icon-font-size': 18px,
430
+ 'icon-font-size': 16px,
431
431
  'icon-color': elVar('text-color', 'secondary'),
432
432
  'icon-hover-color': elVar('text-color', 'primary'),
433
433
  'icon-hover-bg': transparent,
@@ -450,8 +450,7 @@ $ele: map.deep-merge(
450
450
  transparent 0
451
451
  ),
452
452
  'fullscreen-border': 1px solid elVar('border-color', 'light'),
453
- 'mobile-space': 16px,
454
- 'index': elVar('index', 'popper')
453
+ 'mobile-space': 16px
455
454
  ),
456
455
  'page': (
457
456
  // 页面容器
@@ -573,6 +572,7 @@ $ele: map.deep-merge(
573
572
  'close-radius': 50%,
574
573
  'close-hover-color': #fff,
575
574
  'close-hover-bg': elVar('color-error'),
575
+ 'icon-font-size': 15px,
576
576
  'tool-color': elVar('text-color', 'secondary'),
577
577
  'tool-font-size': elVar('font-size', 'base'),
578
578
  'tool-hover-color': elVar('text-color', 'primary'),
@@ -589,6 +589,7 @@ $ele: map.deep-merge(
589
589
  'font-size': elVar('font-size', 'small'),
590
590
  'close-size': elVar('font-size', 'small'),
591
591
  'close-font-size': elVar('font-size', 'small'),
592
+ 'icon-font-size': 14px,
592
593
  'tool-font-size': elVar('font-size', 'small')
593
594
  ),
594
595
  'tab-lg': (
@@ -598,6 +599,7 @@ $ele: map.deep-merge(
598
599
  'font-size': elVar('font-size', 'medium'),
599
600
  'close-size': elVar('font-size', 'medium'),
600
601
  'close-font-size': elVar('font-size', 'medium'),
602
+ 'icon-font-size': 17px,
601
603
  'tool-font-size': elVar('font-size', 'medium')
602
604
  ),
603
605
  'tab-simple': (
@@ -858,7 +860,7 @@ $ele: map.deep-merge(
858
860
  'icon-hover-bg': transparent,
859
861
  'icon-radius': elVar('border-radius', 'small'),
860
862
  'body-padding': 12px 20px,
861
- 'input-padding': 8px,
863
+ 'input-margin': 8px 0 6px 0,
862
864
  'footer-padding': 8px 20px 18px 20px,
863
865
  'footer-border': none,
864
866
  'mobile-space': 16px
@@ -1203,11 +1205,9 @@ $ele: map.deep-merge(
1203
1205
  'icon-color': elVar('text-color', 'placeholder'),
1204
1206
  'icon-hover-color': elVar('text-color', 'secondary'),
1205
1207
  'eye-margin': 0 -2px 0 6px,
1206
- 'clear-size': 12px,
1207
1208
  'clear-margin': 0 -2px 0 6px,
1208
1209
  'clear-color': elVar('text-color', 'disabled'),
1209
1210
  'clear-hover-color': elVar('text-color', 'secondary'),
1210
- 'status-size': 13px,
1211
1211
  'status-margin': 0 -2px 0 6px,
1212
1212
  'status-color': elVar('color-success'),
1213
1213
  'count-size': elVar('font-size', 'small'),
@@ -94,8 +94,7 @@ $ele-rounded: map.deep-merge(
94
94
  ),
95
95
  'menu-colorful': (
96
96
  'icon-radius': elVar('border-radius', 'base'),
97
- 'icon-size': 22px,
98
- 'icon-font-size': 14px
97
+ 'icon-size': 22px
99
98
  ),
100
99
  'modal': (
101
100
  'radius': $radius-large,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ele-admin-plus",
3
- "version": "1.1.8-beta.4",
3
+ "version": "1.1.8-beta.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts",