ele-admin-plus 1.2.1-beta.3 → 1.2.1-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 (400) hide show
  1. package/es/core-components.d.ts +1 -0
  2. package/es/core-components.js +60 -58
  3. package/es/ele-admin-layout/components/layout-tabs.d.ts +1 -6
  4. package/es/ele-admin-layout/components/layout-tabs.js +18 -76
  5. package/es/ele-admin-layout/index.js +7 -2
  6. package/es/ele-admin-layout/types.d.ts +2 -0
  7. package/es/ele-app/el.d.ts +3 -0
  8. package/es/ele-app/plus.d.ts +21 -0
  9. package/es/ele-app/style/overwrite/css-var.scss +0 -2
  10. package/es/ele-app/style/overwrite/date-picker/index.scss +13 -11
  11. package/es/ele-app/style/overwrite/index.js +0 -1
  12. package/es/ele-app/style/overwrite/index.scss +0 -1
  13. package/es/ele-app/style/scrollbar/css-var.scss +17 -16
  14. package/es/ele-app/types.d.ts +8 -1
  15. package/es/ele-basic-select/index.d.ts +2 -2
  16. package/es/ele-bottom-bar/index.d.ts +9 -2
  17. package/es/ele-bottom-bar/index.js +37 -15
  18. package/es/ele-bottom-bar/props.d.ts +2 -0
  19. package/es/ele-bottom-bar/props.js +3 -1
  20. package/es/ele-bottom-bar/style/index.scss +5 -0
  21. package/es/ele-check-card/index.d.ts +2 -2
  22. package/es/ele-cropper/components/cropper-tools.d.ts +9 -3
  23. package/es/ele-cropper/components/cropper-tools.js +42 -14
  24. package/es/ele-cropper/index.d.ts +3 -1
  25. package/es/ele-cropper/index.js +2 -1
  26. package/es/ele-cropper/props.d.ts +3 -1
  27. package/es/ele-cropper/props.js +2 -0
  28. package/es/ele-cropper/style/index.scss +3 -2
  29. package/es/ele-cropper/types.d.ts +16 -0
  30. package/es/ele-cropper-modal/index.d.ts +3 -1
  31. package/es/ele-cropper-modal/index.js +2 -1
  32. package/es/ele-cropper-modal/props.d.ts +1 -0
  33. package/es/ele-data-table/components/table-columns.d.ts +32 -0
  34. package/es/ele-data-table/components/table-columns.js +124 -0
  35. package/es/ele-data-table/index.d.ts +327 -23
  36. package/es/ele-data-table/index.js +202 -120
  37. package/es/ele-data-table/props.d.ts +14 -18
  38. package/es/ele-data-table/style/index.scss +0 -4
  39. package/es/ele-data-table/types.d.ts +5 -2
  40. package/es/ele-data-table/util.d.ts +1 -45
  41. package/es/ele-data-table/util.js +2 -110
  42. package/es/ele-drawer/index.d.ts +9 -8
  43. package/es/ele-drawer/index.js +8 -2
  44. package/es/ele-drawer/props.d.ts +2 -2
  45. package/es/ele-dropdown/components/dropdown-menu-item.d.ts +39 -0
  46. package/es/ele-dropdown/components/dropdown-menu-item.js +132 -0
  47. package/es/ele-dropdown/components/dropdown-menus.d.ts +44 -0
  48. package/es/ele-dropdown/components/dropdown-menus.js +111 -0
  49. package/es/ele-dropdown/components/pro-dropdown.d.ts +238 -0
  50. package/es/ele-dropdown/components/pro-dropdown.js +205 -0
  51. package/es/ele-dropdown/index.d.ts +521 -33
  52. package/es/ele-dropdown/index.js +147 -66
  53. package/es/ele-dropdown/props.d.ts +109 -15
  54. package/es/ele-dropdown/props.js +54 -7
  55. package/es/ele-dropdown/style/index.js +4 -1
  56. package/es/ele-dropdown/style/index.scss +226 -7
  57. package/es/ele-dropdown/types.d.ts +2 -2
  58. package/es/ele-edit-tag/index.d.ts +2 -2
  59. package/es/ele-file-list/components/file-grid-item.d.ts +11 -20
  60. package/es/ele-file-list/components/file-grid-item.js +19 -58
  61. package/es/ele-file-list/components/file-grid.d.ts +15 -19
  62. package/es/ele-file-list/components/file-grid.js +16 -39
  63. package/es/ele-file-list/components/file-table-item.d.ts +11 -20
  64. package/es/ele-file-list/components/file-table-item.js +19 -58
  65. package/es/ele-file-list/components/file-table.d.ts +15 -19
  66. package/es/ele-file-list/components/file-table.js +17 -37
  67. package/es/ele-file-list/index.d.ts +33 -12
  68. package/es/ele-file-list/index.js +118 -20
  69. package/es/ele-file-list/props.d.ts +4 -5
  70. package/es/ele-file-list/props.js +5 -8
  71. package/es/ele-file-list/style/index.scss +10 -5
  72. package/es/ele-file-list/types.d.ts +13 -1
  73. package/es/ele-icon-select/components/icon-grid.d.ts +1 -1
  74. package/es/ele-icon-select/index.d.ts +2 -2
  75. package/es/ele-image-viewer/index.d.ts +120 -0
  76. package/es/ele-image-viewer/index.js +88 -0
  77. package/es/ele-image-viewer/props.d.ts +58 -0
  78. package/es/ele-image-viewer/props.js +35 -0
  79. package/es/ele-image-viewer/style/css-var.scss +8 -0
  80. package/es/ele-image-viewer/style/index.js +2 -0
  81. package/es/ele-image-viewer/style/index.scss +117 -0
  82. package/es/ele-map-picker/components/map-view.d.ts +18 -18
  83. package/es/ele-menus/components/item-title.d.ts +48 -0
  84. package/es/ele-menus/components/item-title.js +108 -0
  85. package/es/ele-menus/components/menu-items.d.ts +78 -0
  86. package/es/ele-menus/components/menu-items.js +269 -0
  87. package/es/ele-menus/index.d.ts +77 -18
  88. package/es/ele-menus/index.js +280 -210
  89. package/es/ele-menus/props.d.ts +2 -2
  90. package/es/ele-menus/util.d.ts +1 -62
  91. package/es/ele-menus/util.js +3 -244
  92. package/es/ele-modal/index.d.ts +9 -9
  93. package/es/ele-modal/props.d.ts +2 -2
  94. package/es/ele-modal/util.d.ts +1 -1
  95. package/es/ele-modal/util.js +8 -4
  96. package/es/ele-pagination/index.d.ts +2 -2
  97. package/es/ele-pagination/props.d.ts +1 -1
  98. package/es/ele-popconfirm/index.d.ts +11 -14
  99. package/es/ele-popconfirm/index.js +31 -24
  100. package/es/ele-popconfirm/props.d.ts +3 -4
  101. package/es/ele-popover/index.d.ts +11 -14
  102. package/es/ele-popover/props.d.ts +0 -1
  103. package/es/ele-popover/props.js +1 -1
  104. package/es/ele-printer/util.js +1 -1
  105. package/es/ele-pro-layout/components/pro-iframe.d.ts +6 -6
  106. package/es/ele-pro-layout/components/pro-iframe.js +6 -4
  107. package/es/ele-pro-layout/index.d.ts +1 -1
  108. package/es/ele-pro-layout/index.js +20 -6
  109. package/es/ele-pro-layout/props.d.ts +3 -3
  110. package/es/ele-pro-layout/props.js +3 -3
  111. package/es/ele-pro-layout/types.d.ts +9 -5
  112. package/es/ele-pro-layout/util.d.ts +6 -0
  113. package/es/ele-pro-layout/util.js +12 -0
  114. package/es/ele-pro-table/components/table-tools.d.ts +25 -26
  115. package/es/ele-pro-table/components/table-tools.js +26 -18
  116. package/es/ele-pro-table/components/tool-column.d.ts +7 -7
  117. package/es/ele-pro-table/components/tool-column.js +4 -4
  118. package/es/ele-pro-table/components/tool-export.d.ts +5 -5
  119. package/es/ele-pro-table/components/tool-print-body-cell.js +1 -1
  120. package/es/ele-pro-table/components/tool-print-header-cell.js +3 -2
  121. package/es/ele-pro-table/components/tool-print.d.ts +5 -5
  122. package/es/ele-pro-table/index.d.ts +71 -85
  123. package/es/ele-pro-table/index.js +19 -23
  124. package/es/ele-pro-table/props.d.ts +9 -11
  125. package/es/ele-pro-table/props.js +1 -1
  126. package/es/ele-segmented/index.d.ts +3 -1
  127. package/es/ele-segmented/index.js +27 -3
  128. package/es/ele-segmented/style/index.scss +7 -1
  129. package/es/ele-steps/index.d.ts +12 -12
  130. package/es/ele-steps/props.d.ts +3 -3
  131. package/es/ele-tab-tool/index.d.ts +6 -1
  132. package/es/ele-tab-tool/index.js +44 -3
  133. package/es/ele-tab-tool/props.d.ts +2 -0
  134. package/es/ele-tab-tool/props.js +3 -1
  135. package/es/ele-tab-wrap/components/tab-dropdown.js +9 -26
  136. package/es/ele-tab-wrap/index.js +21 -2
  137. package/es/ele-table/style/index.scss +1 -2
  138. package/es/ele-table-select/index.d.ts +6 -6
  139. package/es/ele-tabs/index.d.ts +21 -19
  140. package/es/ele-tabs/index.js +240 -115
  141. package/es/ele-tabs/props.d.ts +1 -6
  142. package/es/ele-tabs/props.js +1 -1
  143. package/es/ele-tabs/style/index.scss +152 -176
  144. package/es/ele-tabs/types.d.ts +29 -6
  145. package/es/ele-tool/index.js +6 -1
  146. package/es/ele-toolbar/index.d.ts +9 -9
  147. package/es/ele-tooltip/index.d.ts +15 -15
  148. package/es/ele-tooltip/props.d.ts +2 -2
  149. package/es/ele-tooltip/style/css-var.scss +4 -0
  150. package/es/ele-tree-select/index.d.ts +5 -5
  151. package/es/ele-upload-list/components/list-item.d.ts +31 -5
  152. package/es/ele-upload-list/components/list-item.js +146 -66
  153. package/es/ele-upload-list/index.d.ts +55 -26
  154. package/es/ele-upload-list/index.js +180 -97
  155. package/es/ele-upload-list/props.d.ts +22 -9
  156. package/es/ele-upload-list/props.js +20 -8
  157. package/es/ele-upload-list/style/css-var.scss +8 -0
  158. package/es/ele-upload-list/style/index.js +1 -1
  159. package/es/ele-upload-list/style/index.scss +425 -135
  160. package/es/ele-upload-list/types.d.ts +35 -11
  161. package/es/ele-virtual-table/components/body-cell.d.ts +2 -2
  162. package/es/ele-virtual-table/components/header-cell.d.ts +1 -1
  163. package/es/ele-virtual-table/components/header-row.d.ts +1 -1
  164. package/es/ele-virtual-table/index.d.ts +14 -22
  165. package/es/ele-virtual-table/index.js +8 -6
  166. package/es/ele-virtual-table/props.d.ts +6 -8
  167. package/es/icons/CornerLeftFilled.d.ts +2 -0
  168. package/es/icons/CornerLeftFilled.js +26 -0
  169. package/es/icons/CornerRightFilled.d.ts +2 -0
  170. package/es/icons/CornerRightFilled.js +26 -0
  171. package/es/icons/EyeOutlined.d.ts +2 -0
  172. package/es/icons/EyeOutlined.js +30 -0
  173. package/es/icons/FileOutlined.js +4 -4
  174. package/es/icons/SizeCompactOutlined.js +4 -4
  175. package/es/icons/SizeMiddleOutlined.d.ts +2 -0
  176. package/es/icons/SizeMiddleOutlined.js +34 -0
  177. package/es/icons/SizeSlackOutlined.js +4 -4
  178. package/es/icons/index.d.ts +4 -0
  179. package/es/icons/index.js +162 -154
  180. package/es/lang/en_US.js +4 -1
  181. package/es/lang/zh_CN.js +4 -1
  182. package/es/lang/zh_TW.js +4 -1
  183. package/es/style/plus.scss +1 -0
  184. package/es/style/themes/default.scss +84 -6
  185. package/es/style/themes/rounded.scss +6 -3
  186. package/es/style/themes/theme-util.scss +4 -0
  187. package/es/style/util.scss +10 -3
  188. package/es/utils/core.d.ts +4 -2
  189. package/es/utils/hook.d.ts +2 -0
  190. package/es/utils/hook.js +5 -1
  191. package/es/utils/menu-util.js +11 -5
  192. package/es/utils/message-box.js +5 -1
  193. package/es/utils/message.js +2 -2
  194. package/lib/core-components.cjs +60 -58
  195. package/lib/core-components.d.ts +1 -0
  196. package/lib/ele-admin-layout/components/layout-tabs.cjs +17 -75
  197. package/lib/ele-admin-layout/components/layout-tabs.d.ts +1 -6
  198. package/lib/ele-admin-layout/index.cjs +7 -2
  199. package/lib/ele-admin-layout/types.d.ts +2 -0
  200. package/lib/ele-app/el.d.ts +3 -0
  201. package/lib/ele-app/plus.d.ts +21 -0
  202. package/lib/ele-app/style/overwrite/css-var.scss +0 -2
  203. package/lib/ele-app/style/overwrite/date-picker/index.scss +13 -11
  204. package/lib/ele-app/style/overwrite/index.cjs +0 -1
  205. package/lib/ele-app/style/overwrite/index.scss +0 -1
  206. package/lib/ele-app/style/scrollbar/css-var.scss +17 -16
  207. package/lib/ele-app/types.d.ts +8 -1
  208. package/lib/ele-basic-select/index.d.ts +2 -2
  209. package/lib/ele-bottom-bar/index.cjs +36 -14
  210. package/lib/ele-bottom-bar/index.d.ts +9 -2
  211. package/lib/ele-bottom-bar/props.cjs +3 -1
  212. package/lib/ele-bottom-bar/props.d.ts +2 -0
  213. package/lib/ele-bottom-bar/style/index.scss +5 -0
  214. package/lib/ele-check-card/index.d.ts +2 -2
  215. package/lib/ele-cropper/components/cropper-tools.cjs +41 -13
  216. package/lib/ele-cropper/components/cropper-tools.d.ts +9 -3
  217. package/lib/ele-cropper/index.cjs +2 -1
  218. package/lib/ele-cropper/index.d.ts +3 -1
  219. package/lib/ele-cropper/props.cjs +2 -0
  220. package/lib/ele-cropper/props.d.ts +3 -1
  221. package/lib/ele-cropper/style/index.scss +3 -2
  222. package/lib/ele-cropper/types.d.ts +16 -0
  223. package/lib/ele-cropper-modal/index.cjs +2 -1
  224. package/lib/ele-cropper-modal/index.d.ts +3 -1
  225. package/lib/ele-cropper-modal/props.d.ts +1 -0
  226. package/lib/ele-data-table/components/table-columns.cjs +123 -0
  227. package/lib/ele-data-table/components/table-columns.d.ts +32 -0
  228. package/lib/ele-data-table/index.cjs +199 -117
  229. package/lib/ele-data-table/index.d.ts +327 -23
  230. package/lib/ele-data-table/props.d.ts +14 -18
  231. package/lib/ele-data-table/style/index.scss +0 -4
  232. package/lib/ele-data-table/types.d.ts +5 -2
  233. package/lib/ele-data-table/util.cjs +0 -108
  234. package/lib/ele-data-table/util.d.ts +1 -45
  235. package/lib/ele-drawer/index.cjs +8 -2
  236. package/lib/ele-drawer/index.d.ts +9 -8
  237. package/lib/ele-drawer/props.d.ts +2 -2
  238. package/lib/ele-dropdown/components/dropdown-menu-item.cjs +131 -0
  239. package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +39 -0
  240. package/lib/ele-dropdown/components/dropdown-menus.cjs +110 -0
  241. package/lib/ele-dropdown/components/dropdown-menus.d.ts +44 -0
  242. package/lib/ele-dropdown/components/pro-dropdown.cjs +204 -0
  243. package/lib/ele-dropdown/components/pro-dropdown.d.ts +238 -0
  244. package/lib/ele-dropdown/index.cjs +149 -68
  245. package/lib/ele-dropdown/index.d.ts +521 -33
  246. package/lib/ele-dropdown/props.cjs +53 -6
  247. package/lib/ele-dropdown/props.d.ts +109 -15
  248. package/lib/ele-dropdown/style/index.cjs +4 -1
  249. package/lib/ele-dropdown/style/index.scss +226 -7
  250. package/lib/ele-dropdown/types.d.ts +2 -2
  251. package/lib/ele-edit-tag/index.d.ts +2 -2
  252. package/lib/ele-file-list/components/file-grid-item.cjs +18 -57
  253. package/lib/ele-file-list/components/file-grid-item.d.ts +11 -20
  254. package/lib/ele-file-list/components/file-grid.cjs +15 -38
  255. package/lib/ele-file-list/components/file-grid.d.ts +15 -19
  256. package/lib/ele-file-list/components/file-table-item.cjs +18 -57
  257. package/lib/ele-file-list/components/file-table-item.d.ts +11 -20
  258. package/lib/ele-file-list/components/file-table.cjs +16 -36
  259. package/lib/ele-file-list/components/file-table.d.ts +15 -19
  260. package/lib/ele-file-list/index.cjs +117 -19
  261. package/lib/ele-file-list/index.d.ts +33 -12
  262. package/lib/ele-file-list/props.cjs +4 -7
  263. package/lib/ele-file-list/props.d.ts +4 -5
  264. package/lib/ele-file-list/style/index.scss +10 -5
  265. package/lib/ele-file-list/types.d.ts +13 -1
  266. package/lib/ele-icon-select/components/icon-grid.d.ts +1 -1
  267. package/lib/ele-icon-select/index.d.ts +2 -2
  268. package/lib/ele-image-viewer/index.cjs +87 -0
  269. package/lib/ele-image-viewer/index.d.ts +120 -0
  270. package/lib/ele-image-viewer/props.cjs +35 -0
  271. package/lib/ele-image-viewer/props.d.ts +58 -0
  272. package/lib/ele-image-viewer/style/css-var.scss +8 -0
  273. package/lib/ele-image-viewer/style/index.cjs +3 -0
  274. package/lib/ele-image-viewer/style/index.scss +117 -0
  275. package/lib/ele-map-picker/components/map-view.d.ts +18 -18
  276. package/lib/ele-menus/components/item-title.cjs +107 -0
  277. package/lib/ele-menus/components/item-title.d.ts +48 -0
  278. package/lib/ele-menus/components/menu-items.cjs +268 -0
  279. package/lib/ele-menus/components/menu-items.d.ts +78 -0
  280. package/lib/ele-menus/index.cjs +278 -208
  281. package/lib/ele-menus/index.d.ts +77 -18
  282. package/lib/ele-menus/props.d.ts +2 -2
  283. package/lib/ele-menus/util.cjs +1 -242
  284. package/lib/ele-menus/util.d.ts +1 -62
  285. package/lib/ele-modal/index.d.ts +9 -9
  286. package/lib/ele-modal/props.d.ts +2 -2
  287. package/lib/ele-modal/util.cjs +8 -4
  288. package/lib/ele-modal/util.d.ts +1 -1
  289. package/lib/ele-pagination/index.d.ts +2 -2
  290. package/lib/ele-pagination/props.d.ts +1 -1
  291. package/lib/ele-popconfirm/index.cjs +31 -24
  292. package/lib/ele-popconfirm/index.d.ts +11 -14
  293. package/lib/ele-popconfirm/props.d.ts +3 -4
  294. package/lib/ele-popover/index.d.ts +11 -14
  295. package/lib/ele-popover/props.cjs +1 -1
  296. package/lib/ele-popover/props.d.ts +0 -1
  297. package/lib/ele-printer/util.cjs +1 -1
  298. package/lib/ele-pro-layout/components/pro-iframe.cjs +6 -4
  299. package/lib/ele-pro-layout/components/pro-iframe.d.ts +6 -6
  300. package/lib/ele-pro-layout/index.cjs +19 -5
  301. package/lib/ele-pro-layout/index.d.ts +1 -1
  302. package/lib/ele-pro-layout/props.cjs +3 -3
  303. package/lib/ele-pro-layout/props.d.ts +3 -3
  304. package/lib/ele-pro-layout/types.d.ts +9 -5
  305. package/lib/ele-pro-layout/util.cjs +12 -0
  306. package/lib/ele-pro-layout/util.d.ts +6 -0
  307. package/lib/ele-pro-table/components/table-tools.cjs +24 -16
  308. package/lib/ele-pro-table/components/table-tools.d.ts +25 -26
  309. package/lib/ele-pro-table/components/tool-column.cjs +4 -4
  310. package/lib/ele-pro-table/components/tool-column.d.ts +7 -7
  311. package/lib/ele-pro-table/components/tool-export.d.ts +5 -5
  312. package/lib/ele-pro-table/components/tool-print-body-cell.cjs +1 -1
  313. package/lib/ele-pro-table/components/tool-print-header-cell.cjs +3 -2
  314. package/lib/ele-pro-table/components/tool-print.d.ts +5 -5
  315. package/lib/ele-pro-table/index.cjs +17 -21
  316. package/lib/ele-pro-table/index.d.ts +71 -85
  317. package/lib/ele-pro-table/props.cjs +1 -1
  318. package/lib/ele-pro-table/props.d.ts +9 -11
  319. package/lib/ele-segmented/index.cjs +26 -2
  320. package/lib/ele-segmented/index.d.ts +3 -1
  321. package/lib/ele-segmented/style/index.scss +7 -1
  322. package/lib/ele-steps/index.d.ts +12 -12
  323. package/lib/ele-steps/props.d.ts +3 -3
  324. package/lib/ele-tab-tool/index.cjs +43 -2
  325. package/lib/ele-tab-tool/index.d.ts +6 -1
  326. package/lib/ele-tab-tool/props.cjs +3 -1
  327. package/lib/ele-tab-tool/props.d.ts +2 -0
  328. package/lib/ele-tab-wrap/components/tab-dropdown.cjs +8 -25
  329. package/lib/ele-tab-wrap/index.cjs +20 -1
  330. package/lib/ele-table/style/index.scss +1 -2
  331. package/lib/ele-table-select/index.d.ts +6 -6
  332. package/lib/ele-tabs/index.cjs +238 -113
  333. package/lib/ele-tabs/index.d.ts +21 -19
  334. package/lib/ele-tabs/props.cjs +1 -1
  335. package/lib/ele-tabs/props.d.ts +1 -6
  336. package/lib/ele-tabs/style/index.scss +152 -176
  337. package/lib/ele-tabs/types.d.ts +29 -6
  338. package/lib/ele-tool/index.cjs +6 -1
  339. package/lib/ele-toolbar/index.d.ts +9 -9
  340. package/lib/ele-tooltip/index.d.ts +15 -15
  341. package/lib/ele-tooltip/props.d.ts +2 -2
  342. package/lib/ele-tooltip/style/css-var.scss +4 -0
  343. package/lib/ele-tree-select/index.d.ts +5 -5
  344. package/lib/ele-upload-list/components/list-item.cjs +144 -64
  345. package/lib/ele-upload-list/components/list-item.d.ts +31 -5
  346. package/lib/ele-upload-list/index.cjs +178 -95
  347. package/lib/ele-upload-list/index.d.ts +55 -26
  348. package/lib/ele-upload-list/props.cjs +20 -8
  349. package/lib/ele-upload-list/props.d.ts +22 -9
  350. package/lib/ele-upload-list/style/css-var.scss +8 -0
  351. package/lib/ele-upload-list/style/index.cjs +1 -1
  352. package/lib/ele-upload-list/style/index.scss +425 -135
  353. package/lib/ele-upload-list/types.d.ts +35 -11
  354. package/lib/ele-virtual-table/components/body-cell.d.ts +2 -2
  355. package/lib/ele-virtual-table/components/header-cell.d.ts +1 -1
  356. package/lib/ele-virtual-table/components/header-row.d.ts +1 -1
  357. package/lib/ele-virtual-table/index.cjs +7 -5
  358. package/lib/ele-virtual-table/index.d.ts +14 -22
  359. package/lib/ele-virtual-table/props.d.ts +6 -8
  360. package/lib/icons/CornerLeftFilled.cjs +25 -0
  361. package/lib/icons/CornerLeftFilled.d.ts +2 -0
  362. package/lib/icons/CornerRightFilled.cjs +25 -0
  363. package/lib/icons/CornerRightFilled.d.ts +2 -0
  364. package/lib/icons/EyeOutlined.cjs +29 -0
  365. package/lib/icons/EyeOutlined.d.ts +2 -0
  366. package/lib/icons/FileOutlined.cjs +4 -4
  367. package/lib/icons/SizeCompactOutlined.cjs +4 -4
  368. package/lib/icons/SizeMiddleOutlined.cjs +33 -0
  369. package/lib/icons/SizeMiddleOutlined.d.ts +2 -0
  370. package/lib/icons/SizeSlackOutlined.cjs +4 -4
  371. package/lib/icons/index.cjs +8 -0
  372. package/lib/icons/index.d.ts +4 -0
  373. package/lib/lang/en_US.cjs +4 -1
  374. package/lib/lang/zh_CN.cjs +4 -1
  375. package/lib/lang/zh_TW.cjs +4 -1
  376. package/lib/style/plus.scss +1 -0
  377. package/lib/style/themes/default.scss +84 -6
  378. package/lib/style/themes/rounded.scss +6 -3
  379. package/lib/style/themes/theme-util.scss +4 -0
  380. package/lib/style/util.scss +10 -3
  381. package/lib/utils/core.d.ts +4 -2
  382. package/lib/utils/hook.cjs +5 -1
  383. package/lib/utils/hook.d.ts +2 -0
  384. package/lib/utils/menu-util.cjs +9 -3
  385. package/lib/utils/message-box.cjs +4 -0
  386. package/lib/utils/message.cjs +1 -1
  387. package/package.json +36 -36
  388. package/typings/global.d.ts +1 -0
  389. package/es/ele-app/style/overwrite/image-viewer/css-var.scss +0 -8
  390. package/es/ele-app/style/overwrite/image-viewer/index.js +0 -1
  391. package/es/ele-app/style/overwrite/image-viewer/index.scss +0 -10
  392. package/es/ele-tabs/components/tab-title.d.ts +0 -52
  393. package/es/ele-tabs/components/tab-title.js +0 -115
  394. package/lib/ele-app/style/overwrite/image-viewer/css-var.scss +0 -8
  395. package/lib/ele-app/style/overwrite/image-viewer/index.cjs +0 -2
  396. package/lib/ele-app/style/overwrite/image-viewer/index.scss +0 -10
  397. package/lib/ele-tabs/components/tab-title.cjs +0 -114
  398. package/lib/ele-tabs/components/tab-title.d.ts +0 -52
  399. /package/es/{ele-app/style/overwrite/image-viewer → ele-image-viewer/style}/index.d.ts +0 -0
  400. /package/lib/{ele-app/style/overwrite/image-viewer → ele-image-viewer/style}/index.d.ts +0 -0
@@ -82,9 +82,9 @@ declare const _default: import('vue').DefineComponent<{
82
82
  onCheckedChange?: ((_checked: boolean) => any) | undefined;
83
83
  onCellMouseenter?: ((_col: Column, _e: MouseEvent) => any) | undefined;
84
84
  }, {
85
- isIndeterminate: boolean;
86
85
  headerEllipsis: boolean;
87
86
  isCheckAll: boolean;
87
+ isIndeterminate: boolean;
88
88
  disabledCheckbox: boolean;
89
89
  }, {}>;
90
90
  export default _default;
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<{
45
45
  selectedRowKeys: import('vue').PropType<DataKey[]>;
46
46
  cacheData: import('vue').PropType<DataItem[]>;
47
47
  size: {
48
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
48
+ readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
49
49
  readonly required: false;
50
50
  readonly validator: ((val: unknown) => boolean) | undefined;
51
51
  __epPropKey: true;
@@ -84,11 +84,11 @@ declare const _default: import('vue').DefineComponent<{
84
84
  highlightCurrentRow: BooleanConstructor;
85
85
  currentRowKey: (NumberConstructor | StringConstructor)[];
86
86
  emptyText: StringConstructor;
87
- expandRowKeys: import('vue').PropType<any[] | undefined>;
87
+ expandRowKeys: import('vue').PropType<string[] | undefined>;
88
88
  defaultExpandAll: BooleanConstructor;
89
89
  defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
90
90
  tooltipEffect: StringConstructor;
91
- tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
91
+ tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
92
92
  spanMethod: import('vue').PropType<((data: {
93
93
  row: any;
94
94
  rowIndex: number;
@@ -107,13 +107,11 @@ declare const _default: import('vue').DefineComponent<{
107
107
  default: number;
108
108
  };
109
109
  treeProps: {
110
- type: import('vue').PropType<{
111
- hasChildren?: string | undefined;
112
- children?: string | undefined;
113
- } | undefined>;
110
+ type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
114
111
  default: () => {
115
112
  hasChildren: string;
116
113
  children: string;
114
+ checkStrictly: boolean;
117
115
  };
118
116
  };
119
117
  load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
@@ -123,7 +121,7 @@ declare const _default: import('vue').DefineComponent<{
123
121
  };
124
122
  scrollbarAlwaysOn: BooleanConstructor;
125
123
  flexible: BooleanConstructor;
126
- showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
124
+ showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
127
125
  }, {
128
126
  ownSlots: string[];
129
127
  rootRef: Ref<HTMLElement | null>;
@@ -155,7 +153,6 @@ declare const _default: import('vue').DefineComponent<{
155
153
  isPingRight: import('vue').ComputedRef<boolean>;
156
154
  tableSumText: import('vue').ComputedRef<string>;
157
155
  tableEmptyText: import('vue').ComputedRef<string>;
158
- tableEmptyProps: import('vue').ComputedRef<import('../ele-app/el').ElEmptyProps>;
159
156
  isLayoutFixedHead: import('vue').ComputedRef<boolean | undefined>;
160
157
  isLayoutMaximized: import('vue').ComputedRef<boolean | undefined>;
161
158
  handleTableFilterChange: (params: CellFilterChangeParams) => void;
@@ -259,7 +256,7 @@ declare const _default: import('vue').DefineComponent<{
259
256
  selectedRowKeys: import('vue').PropType<DataKey[]>;
260
257
  cacheData: import('vue').PropType<DataItem[]>;
261
258
  size: {
262
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
259
+ readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
263
260
  readonly required: false;
264
261
  readonly validator: ((val: unknown) => boolean) | undefined;
265
262
  __epPropKey: true;
@@ -298,11 +295,11 @@ declare const _default: import('vue').DefineComponent<{
298
295
  highlightCurrentRow: BooleanConstructor;
299
296
  currentRowKey: (NumberConstructor | StringConstructor)[];
300
297
  emptyText: StringConstructor;
301
- expandRowKeys: import('vue').PropType<any[] | undefined>;
298
+ expandRowKeys: import('vue').PropType<string[] | undefined>;
302
299
  defaultExpandAll: BooleanConstructor;
303
300
  defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
304
301
  tooltipEffect: StringConstructor;
305
- tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
302
+ tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
306
303
  spanMethod: import('vue').PropType<((data: {
307
304
  row: any;
308
305
  rowIndex: number;
@@ -321,13 +318,11 @@ declare const _default: import('vue').DefineComponent<{
321
318
  default: number;
322
319
  };
323
320
  treeProps: {
324
- type: import('vue').PropType<{
325
- hasChildren?: string | undefined;
326
- children?: string | undefined;
327
- } | undefined>;
321
+ type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
328
322
  default: () => {
329
323
  hasChildren: string;
330
324
  children: string;
325
+ checkStrictly: boolean;
331
326
  };
332
327
  };
333
328
  load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
@@ -337,7 +332,7 @@ declare const _default: import('vue').DefineComponent<{
337
332
  };
338
333
  scrollbarAlwaysOn: BooleanConstructor;
339
334
  flexible: BooleanConstructor;
340
- showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
335
+ showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
341
336
  }>> & {
342
337
  onSelect?: ((_selection: DataItem[], _row: DataItem) => any) | undefined;
343
338
  onExpandChange?: ((_row: DataItem, _expanded: boolean) => any) | undefined;
@@ -372,16 +367,13 @@ declare const _default: import('vue').DefineComponent<{
372
367
  defaultExpandAll: boolean;
373
368
  selectOnIndeterminate: boolean;
374
369
  indent: number;
375
- treeProps: {
376
- hasChildren?: string | undefined;
377
- children?: string | undefined;
378
- } | undefined;
370
+ treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
379
371
  tableLayout: "auto" | "fixed";
380
372
  scrollbarAlwaysOn: boolean;
381
373
  flexible: boolean;
382
374
  sticky: boolean;
383
- headerEllipsis: boolean;
384
375
  slotNormalize: boolean;
376
+ headerEllipsis: boolean;
385
377
  bottomLine: boolean;
386
378
  emptyProps: import('../ele-data-table/types').TableEmptyProps;
387
379
  reserveCurrent: boolean;
@@ -2,7 +2,7 @@ import { defineComponent, ref, reactive, computed, onActivated, onDeactivated, w
2
2
  import { ElTableV2, ElEmpty, useLocale } from "element-plus";
3
3
  import { eachTree, queryChild, findTree, getValue } from "../utils/core";
4
4
  import EleTooltip from "../ele-tooltip/index";
5
- import { useEmits, useStickyHeader, getEmptyProps, isReserveChecked, valueIsChanged, arrayIsChanged, getRowKeys, mergeTooltipProps, getGlobalTooltipProps } from "../ele-data-table/util";
5
+ import { useEmits, useStickyHeader, isReserveChecked, valueIsChanged, arrayIsChanged, getRowKeys, mergeTooltipProps, getGlobalTooltipProps } from "../ele-data-table/util";
6
6
  import { useAutoResize, getDefaultSort, getDefaultFiltered, getTreeProps, getRowHeight, isAutoRowHeight, getTableHeight, analyseColumns, getColKey, transformTableData, getSelectableFunction, getSortBy, getOrderValue, getRowByKey, getKeysAndList, computeColSizes, colSizesIsChanged, getTableColumns, getColumnByKey, getSortOrder, cellIsOverflow } from "./util";
7
7
  import HeaderRow from "./components/header-row";
8
8
  import BodyRow from "./components/body-row";
@@ -227,9 +227,6 @@ const _sfc_main = defineComponent({
227
227
  const tableEmptyText = computed(() => {
228
228
  return props.errorText || props.emptyText || t("el.table.emptyText");
229
229
  });
230
- const tableEmptyProps = computed(() => {
231
- return getEmptyProps(props.emptyProps, tableEmptyText.value);
232
- });
233
230
  const triggerTooltip = (cell, col) => {
234
231
  const cellText = cell.innerText;
235
232
  const tooltip = mergeTooltipProps(
@@ -927,7 +924,6 @@ const _sfc_main = defineComponent({
927
924
  isPingRight,
928
925
  tableSumText,
929
926
  tableEmptyText,
930
- tableEmptyProps,
931
927
  isLayoutFixedHead,
932
928
  isLayoutMaximized,
933
929
  handleTableFilterChange,
@@ -1118,7 +1114,13 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
1118
1114
  text: _ctx.emptyText,
1119
1115
  error: _ctx.errorText
1120
1116
  }, () => [
1121
- _ctx.emptyProps === false ? (openBlock(), createElementBlock("div", _hoisted_1, toDisplayString(_ctx.tableEmptyText), 1)) : (openBlock(), createBlock(_component_ElEmpty, normalizeProps(mergeProps({ key: 1 }, _ctx.tableEmptyProps)), null, 16))
1117
+ _ctx.emptyProps === false ? (openBlock(), createElementBlock("div", _hoisted_1, toDisplayString(_ctx.tableEmptyText), 1)) : (openBlock(), createBlock(_component_ElEmpty, mergeProps({
1118
+ key: 1,
1119
+ imageSize: 68
1120
+ }, !_ctx.emptyProps || _ctx.emptyProps === true ? {} : _ctx.emptyProps, {
1121
+ description: _ctx.tableEmptyText,
1122
+ class: "ele-table-empty"
1123
+ }), null, 16, ["description"]))
1122
1124
  ])
1123
1125
  ]),
1124
1126
  _: 2
@@ -52,7 +52,7 @@ export declare const virtualTableProps: {
52
52
  default: () => never[];
53
53
  };
54
54
  size: {
55
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
55
+ readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
56
56
  readonly required: false;
57
57
  readonly validator: ((val: unknown) => boolean) | undefined;
58
58
  __epPropKey: true;
@@ -85,11 +85,11 @@ export declare const virtualTableProps: {
85
85
  highlightCurrentRow: BooleanConstructor;
86
86
  currentRowKey: (NumberConstructor | StringConstructor)[];
87
87
  emptyText: StringConstructor;
88
- expandRowKeys: import('vue').PropType<any[] | undefined>;
88
+ expandRowKeys: import('vue').PropType<string[] | undefined>;
89
89
  defaultExpandAll: BooleanConstructor;
90
90
  defaultSort: import('vue').PropType<import('element-plus').Sort | undefined>;
91
91
  tooltipEffect: StringConstructor;
92
- tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
92
+ tooltipOptions: import('vue').PropType<Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
93
93
  spanMethod: import('vue').PropType<((data: {
94
94
  row: any;
95
95
  rowIndex: number;
@@ -108,13 +108,11 @@ export declare const virtualTableProps: {
108
108
  default: number;
109
109
  };
110
110
  treeProps: {
111
- type: import('vue').PropType<{
112
- hasChildren?: string | undefined;
113
- children?: string | undefined;
114
- } | undefined>;
111
+ type: import('vue').PropType<import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined>;
115
112
  default: () => {
116
113
  hasChildren: string;
117
114
  children: string;
115
+ checkStrictly: boolean;
118
116
  };
119
117
  };
120
118
  load: import('vue').PropType<((row: any, treeNode: import('element-plus').TreeNode, resolve: (data: any[]) => void) => void) | undefined>;
@@ -124,7 +122,7 @@ export declare const virtualTableProps: {
124
122
  };
125
123
  scrollbarAlwaysOn: BooleanConstructor;
126
124
  flexible: BooleanConstructor;
127
- showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "appendTo" | "transition" | "showArrow">> | undefined>;
125
+ showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined>;
128
126
  };
129
127
  export type VirtualTableProps = ExtractPropTypes<typeof virtualTableProps>;
130
128
  /**
@@ -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,26 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CornerLeftFilled"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "currentColor"
15
+ };
16
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M48 48H0C24 48 48 24 48 0Z" }, null, -1);
17
+ const _hoisted_3 = [
18
+ _hoisted_2
19
+ ];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
22
+ }
23
+ const CornerLeftFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
24
+ export {
25
+ CornerLeftFilled as default
26
+ };
@@ -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,26 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "CorneRightFilled"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "currentColor"
15
+ };
16
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M0 48H48C24 48 0 24 0 0Z" }, null, -1);
17
+ const _hoisted_3 = [
18
+ _hoisted_2
19
+ ];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
22
+ }
23
+ const CornerRightFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
24
+ export {
25
+ CornerRightFilled as default
26
+ };
@@ -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
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "EyeOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4"
17
+ };
18
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M24 40C38 40 45 28 45 24C45 20 38 8 24 8C10 8 3 20 3 24C3 28 10 40 24 40Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M24 32C28 32 32 28 32 24C32 20 28 16 24 16C20 16 16 20 16 24C16 28 20 32 24 32Z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_2,
22
+ _hoisted_3
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
26
+ }
27
+ const EyeOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
+ export {
29
+ EyeOutlined as default
30
+ };
@@ -16,10 +16,10 @@ const _hoisted_1 = {
16
16
  "stroke-width": "3.5",
17
17
  "stroke-linejoin": "round"
18
18
  };
19
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M29 3V16H42M29 3H6V45H42V16Z" }, null, -1);
20
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M14 15H22" }, null, -1);
21
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M14 25H34" }, null, -1);
22
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M14 35H34" }, null, -1);
19
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M28 2V16H41M28 2H7V45H41V16Z" }, null, -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M15 14H22" }, null, -1);
21
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M15 25H33" }, null, -1);
22
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M15 35H33" }, null, -1);
23
23
  const _hoisted_6 = [
24
24
  _hoisted_2,
25
25
  _hoisted_3,
@@ -15,10 +15,10 @@ const _hoisted_1 = {
15
15
  stroke: "currentColor",
16
16
  "stroke-width": "4"
17
17
  };
18
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M47 14L41 19L35 14M41 1V19M47 34L41 29L35 34M41 47V29" }, null, -1);
19
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 7H31" }, null, -1);
20
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H31" }, null, -1);
21
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 24H31" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M47 12 39 19 31 12M39 1V19M47 36 39 29 31 36M39 47V29" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 7H26" }, null, -1);
20
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M3 24H26" }, null, -1);
21
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H26" }, null, -1);
22
22
  const _hoisted_6 = [
23
23
  _hoisted_2,
24
24
  _hoisted_3,
@@ -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,34 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
2
+ const _sfc_main = defineComponent({
3
+ name: "SizeMiddleOutlined"
4
+ });
5
+ const _export_sfc = (sfc, props) => {
6
+ const target = sfc.__vccOpts || sfc;
7
+ for (const [key, val] of props) {
8
+ target[key] = val;
9
+ }
10
+ return target;
11
+ };
12
+ const _hoisted_1 = {
13
+ viewBox: "0 0 48 48",
14
+ fill: "none",
15
+ stroke: "currentColor",
16
+ "stroke-width": "4"
17
+ };
18
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M40 7V41M33 7H47M33 41H47" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 7H26" }, null, -1);
20
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M3 24H26" }, null, -1);
21
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H26" }, null, -1);
22
+ const _hoisted_6 = [
23
+ _hoisted_2,
24
+ _hoisted_3,
25
+ _hoisted_4,
26
+ _hoisted_5
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
30
+ }
31
+ const SizeMiddleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export {
33
+ SizeMiddleOutlined as default
34
+ };
@@ -15,10 +15,10 @@ const _hoisted_1 = {
15
15
  stroke: "currentColor",
16
16
  "stroke-width": "4"
17
17
  };
18
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M41 6V42M35 11L41 6L47 11M47 37L41 42L35 37" }, null, -1);
19
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 7H31" }, null, -1);
20
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H31" }, null, -1);
21
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 24H31" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M39 4V44M31 11 39 4 47 11M47 37 39 44 31 37" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 7H26" }, null, -1);
20
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M3 24H26" }, null, -1);
21
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H26" }, null, -1);
22
22
  const _hoisted_6 = [
23
23
  _hoisted_2,
24
24
  _hoisted_3,
@@ -32,6 +32,8 @@ export { default as CompressOutlined } from './CompressOutlined';
32
32
  export { default as ConnectionOutlined } from './ConnectionOutlined';
33
33
  export { default as ControlOutlined } from './ControlOutlined';
34
34
  export { default as CopyOutlined } from './CopyOutlined';
35
+ export { default as CornerRightFilled } from './CornerRightFilled';
36
+ export { default as CornerLeftFilled } from './CornerLeftFilled';
35
37
  export { default as CpuOutlined } from './CpuOutlined';
36
38
  export { default as DashboardOutlined } from './DashboardOutlined';
37
39
  export { default as DatabaseOutlined } from './DatabaseOutlined';
@@ -44,6 +46,7 @@ export { default as EllipsisOutlined } from './EllipsisOutlined';
44
46
  export { default as EnvironmentOutlined } from './EnvironmentOutlined';
45
47
  export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
46
48
  export { default as ExpandOutlined } from './ExpandOutlined';
49
+ export { default as EyeOutlined } from './EyeOutlined';
47
50
  export { default as FileOutlined } from './FileOutlined';
48
51
  export { default as FilterFilled } from './FilterFilled';
49
52
  export { default as FolderAddOutlined } from './FolderAddOutlined';
@@ -87,6 +90,7 @@ export { default as SearchOutlined } from './SearchOutlined';
87
90
  export { default as SettingOutlined } from './SettingOutlined';
88
91
  export { default as ShoppingOutlined } from './ShoppingOutlined';
89
92
  export { default as SizeCompactOutlined } from './SizeCompactOutlined';
93
+ export { default as SizeMiddleOutlined } from './SizeMiddleOutlined';
90
94
  export { default as SizeSlackOutlined } from './SizeSlackOutlined';
91
95
  export { default as SortOutlined } from './SortOutlined';
92
96
  export { default as StarFilled } from './StarFilled';