ele-admin-plus 1.1.9-beta.8 → 1.1.9

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 (753) hide show
  1. package/es/core-installer.d.ts +2 -2
  2. package/es/ele-alert/index.d.ts +23 -23
  3. package/es/ele-alert/index.js +2 -2
  4. package/es/ele-alert/props.d.ts +10 -9
  5. package/es/ele-app/el.d.ts +7 -1
  6. package/es/ele-app/index.d.ts +2 -2
  7. package/es/ele-app/plus.d.ts +9 -0
  8. package/es/ele-app/style/overwrite/date-picker/index.scss +32 -5
  9. package/es/ele-avatar-group/index.d.ts +29 -28
  10. package/es/ele-avatar-group/props.d.ts +10 -9
  11. package/es/ele-bar-code/index.d.ts +11 -10
  12. package/es/ele-bar-code/props.d.ts +4 -3
  13. package/es/ele-basic-select/index.d.ts +37 -35
  14. package/es/ele-basic-select/index.js +24 -7
  15. package/es/ele-basic-select/props.d.ts +9 -8
  16. package/es/ele-basic-select/util.d.ts +2 -1
  17. package/es/ele-bottom-bar/index.d.ts +6 -6
  18. package/es/ele-bottom-bar/props.d.ts +4 -3
  19. package/es/ele-breadcrumb/index.d.ts +11 -10
  20. package/es/ele-breadcrumb/props.d.ts +5 -4
  21. package/es/ele-card/index.d.ts +12 -12
  22. package/es/ele-card/props.d.ts +7 -6
  23. package/es/ele-check-card/components/card-item.d.ts +7 -6
  24. package/es/ele-check-card/index.d.ts +15 -14
  25. package/es/ele-check-card/props.d.ts +6 -5
  26. package/es/ele-config-provider/components/receiver-view.d.ts +3 -3
  27. package/es/ele-config-provider/components/receiver-view.js +119 -30
  28. package/es/ele-config-provider/index.d.ts +7 -7
  29. package/es/ele-config-provider/props.d.ts +6 -5
  30. package/es/ele-config-provider/props.js +2 -2
  31. package/es/ele-config-provider/receiver.d.ts +6 -10
  32. package/es/ele-config-provider/receiver.js +32 -117
  33. package/es/ele-config-provider/types.d.ts +5 -29
  34. package/es/ele-copyable/index.d.ts +32 -31
  35. package/es/ele-copyable/props.d.ts +9 -8
  36. package/es/ele-count-up/index.d.ts +8 -7
  37. package/es/ele-count-up/props.d.ts +3 -2
  38. package/es/ele-cropper/components/cropper-preview.d.ts +3 -3
  39. package/es/ele-cropper/components/cropper-tools.d.ts +12 -11
  40. package/es/ele-cropper/index.d.ts +16 -15
  41. package/es/ele-cropper/props.d.ts +4 -3
  42. package/es/ele-cropper-modal/index.d.ts +16 -15
  43. package/es/ele-cropper-modal/index.js +1 -1
  44. package/es/ele-cropper-modal/props.d.ts +7 -6
  45. package/es/ele-dashboard/index.d.ts +5 -5
  46. package/es/ele-dashboard/props.d.ts +3 -2
  47. package/es/ele-data-table/index.d.ts +65 -70
  48. package/es/ele-data-table/index.js +8 -0
  49. package/es/ele-data-table/props.d.ts +36 -41
  50. package/es/ele-data-table/style/index.scss +4 -0
  51. package/es/ele-data-table/types.d.ts +18 -16
  52. package/es/ele-data-table/util.d.ts +15 -9
  53. package/es/ele-data-table/util.js +14 -0
  54. package/es/ele-dot/index.d.ts +4 -4
  55. package/es/ele-dot/props.d.ts +3 -2
  56. package/es/ele-drawer/index.d.ts +75 -71
  57. package/es/ele-drawer/index.js +107 -113
  58. package/es/ele-drawer/props.d.ts +26 -25
  59. package/es/ele-drawer/style/index.scss +48 -105
  60. package/es/ele-dropdown/index.d.ts +66 -65
  61. package/es/ele-dropdown/props.d.ts +22 -21
  62. package/es/ele-edit-tag/index.d.ts +33 -32
  63. package/es/ele-edit-tag/index.js +1 -1
  64. package/es/ele-edit-tag/props.d.ts +10 -9
  65. package/es/ele-ellipsis/index.d.ts +23 -22
  66. package/es/ele-ellipsis/props.d.ts +8 -7
  67. package/es/ele-file-list/components/file-grid-item.d.ts +13 -12
  68. package/es/ele-file-list/components/file-grid-item.js +1 -1
  69. package/es/ele-file-list/components/file-grid.d.ts +10 -9
  70. package/es/ele-file-list/components/file-sort.d.ts +2 -2
  71. package/es/ele-file-list/components/file-table-item.d.ts +13 -12
  72. package/es/ele-file-list/components/file-table-item.js +1 -1
  73. package/es/ele-file-list/components/file-table.d.ts +10 -9
  74. package/es/ele-file-list/icons.d.ts +2 -1
  75. package/es/ele-file-list/index.d.ts +36 -35
  76. package/es/ele-file-list/props.d.ts +6 -5
  77. package/es/ele-file-list-tool/index.d.ts +3 -3
  78. package/es/ele-icon-select/components/icon-grid.d.ts +15 -14
  79. package/es/ele-icon-select/components/icon-grid.js +1 -1
  80. package/es/ele-icon-select/index.d.ts +49 -48
  81. package/es/ele-icon-select/props.d.ts +17 -16
  82. package/es/ele-loading/index.d.ts +12 -15
  83. package/es/ele-loading/index.js +10 -16
  84. package/es/ele-loading/props.d.ts +5 -4
  85. package/es/ele-map-picker/components/map-view.d.ts +29 -28
  86. package/es/ele-map-picker/components/map-view.js +1 -1
  87. package/es/ele-map-picker/index.d.ts +27 -26
  88. package/es/ele-map-picker/index.js +1 -1
  89. package/es/ele-map-picker/props.d.ts +8 -7
  90. package/es/ele-menus/index.d.ts +61 -62
  91. package/es/ele-menus/index.js +1 -1
  92. package/es/ele-menus/props.d.ts +16 -17
  93. package/es/ele-menus/props.js +1 -3
  94. package/es/ele-menus/style/css-var.scss +1 -5
  95. package/es/ele-menus/util.d.ts +3 -2
  96. package/es/ele-modal/index.d.ts +75 -68
  97. package/es/ele-modal/index.js +164 -186
  98. package/es/ele-modal/props.d.ts +26 -23
  99. package/es/ele-modal/props.js +2 -0
  100. package/es/ele-modal/style/index.scss +103 -175
  101. package/es/ele-modal/util.d.ts +20 -45
  102. package/es/ele-modal/util.js +55 -179
  103. package/es/ele-page/index.d.ts +2 -2
  104. package/es/ele-page/props.d.ts +2 -1
  105. package/es/ele-pagination/index.d.ts +40 -29
  106. package/es/ele-pagination/index.js +20 -5
  107. package/es/ele-pagination/props.d.ts +19 -12
  108. package/es/ele-pagination/props.js +7 -0
  109. package/es/ele-pagination/style/index.scss +9 -0
  110. package/es/ele-pagination/types.d.ts +6 -1
  111. package/es/ele-popconfirm/index.d.ts +90 -89
  112. package/es/ele-popconfirm/index.js +6 -28
  113. package/es/ele-popconfirm/props.d.ts +32 -31
  114. package/es/ele-popover/index.d.ts +69 -68
  115. package/es/ele-popover/index.js +6 -14
  116. package/es/ele-popover/props.d.ts +26 -25
  117. package/es/ele-printer/index.d.ts +18 -18
  118. package/es/ele-printer/props.d.ts +6 -5
  119. package/es/ele-printer/util.d.ts +2 -1
  120. package/es/ele-printer/util.js +1 -1
  121. package/es/ele-pro-layout/components/header-tool.d.ts +1 -1
  122. package/es/ele-pro-layout/components/pro-header.d.ts +84 -28
  123. package/es/ele-pro-layout/components/pro-header.js +110 -20
  124. package/es/ele-pro-layout/components/pro-iframe.d.ts +7 -7
  125. package/es/ele-pro-layout/components/pro-iframe.js +31 -41
  126. package/es/ele-pro-layout/components/pro-sidebar.d.ts +14 -18
  127. package/es/ele-pro-layout/components/pro-sidebar.js +2 -5
  128. package/es/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
  129. package/es/ele-pro-layout/components/pro-sidebox.js +2 -5
  130. package/es/ele-pro-layout/components/pro-tabs.d.ts +12 -11
  131. package/es/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
  132. package/es/ele-pro-layout/components/tab-dropdown.d.ts +8 -7
  133. package/es/ele-pro-layout/components/tab-dropdown.js +1 -1
  134. package/es/ele-pro-layout/index.d.ts +97 -97
  135. package/es/ele-pro-layout/index.js +62 -47
  136. package/es/ele-pro-layout/props.d.ts +11 -13
  137. package/es/ele-pro-layout/props.js +2 -4
  138. package/es/ele-pro-layout/style/css-var.scss +3 -18
  139. package/es/ele-pro-layout/style/header.scss +74 -9
  140. package/es/ele-pro-layout/style/layout-mobile.scss +2 -2
  141. package/es/ele-pro-layout/style/layout-style.scss +8 -3
  142. package/es/ele-pro-layout/style/layout-theme.scss +48 -23
  143. package/es/ele-pro-layout/style/layout.scss +38 -8
  144. package/es/ele-pro-layout/style/sidebar.scss +0 -1
  145. package/es/ele-pro-layout/style/tabs.scss +19 -11
  146. package/es/ele-pro-layout/types.d.ts +1 -1
  147. package/es/ele-pro-layout/util.d.ts +6 -6
  148. package/es/ele-pro-layout/util.js +2 -3
  149. package/es/ele-pro-table/components/table-tools.d.ts +107 -15
  150. package/es/ele-pro-table/components/table-tools.js +125 -8
  151. package/es/ele-pro-table/components/tool-column-list.d.ts +6 -5
  152. package/es/ele-pro-table/components/tool-column-list.js +4 -7
  153. package/es/ele-pro-table/components/tool-column.d.ts +14 -13
  154. package/es/ele-pro-table/components/tool-column.js +9 -9
  155. package/es/ele-pro-table/components/tool-export.d.ts +179 -0
  156. package/es/ele-pro-table/components/tool-export.js +449 -0
  157. package/es/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
  158. package/es/ele-pro-table/components/tool-print-body-cell.js +88 -0
  159. package/es/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
  160. package/es/ele-pro-table/components/tool-print-header-cell.js +88 -0
  161. package/es/ele-pro-table/components/tool-print.d.ts +182 -0
  162. package/es/ele-pro-table/components/tool-print.js +555 -0
  163. package/es/ele-pro-table/index.d.ts +138 -131
  164. package/es/ele-pro-table/index.js +107 -37
  165. package/es/ele-pro-table/props.d.ts +52 -48
  166. package/es/ele-pro-table/props.js +6 -2
  167. package/es/ele-pro-table/style/index.js +9 -0
  168. package/es/ele-pro-table/style/index.scss +33 -5
  169. package/es/ele-pro-table/types.d.ts +160 -5
  170. package/es/ele-pro-table/util.d.ts +64 -16
  171. package/es/ele-pro-table/util.js +155 -28
  172. package/es/ele-qr-code/index.d.ts +16 -15
  173. package/es/ele-qr-code/props.d.ts +4 -3
  174. package/es/ele-qr-code/util.d.ts +3 -2
  175. package/es/ele-qr-code-svg/index.d.ts +18 -18
  176. package/es/ele-segmented/index.d.ts +10 -9
  177. package/es/ele-segmented/props.d.ts +3 -2
  178. package/es/ele-split-panel/index.d.ts +18 -17
  179. package/es/ele-split-panel/props.d.ts +5 -4
  180. package/es/ele-steps/index.d.ts +33 -33
  181. package/es/ele-steps/props.d.ts +10 -9
  182. package/es/ele-tab-tool/index.d.ts +2 -2
  183. package/es/ele-tab-tool/props.d.ts +2 -1
  184. package/es/ele-tab-wrap/index.d.ts +6 -6
  185. package/es/ele-tab-wrap/index.js +2 -1
  186. package/es/ele-tab-wrap/props.d.ts +3 -2
  187. package/es/ele-table/index.d.ts +7 -4
  188. package/es/ele-table/index.js +2 -1
  189. package/es/ele-table/props.d.ts +5 -2
  190. package/es/ele-table/props.js +3 -1
  191. package/es/ele-table/style/index.scss +35 -0
  192. package/es/ele-table-select/index.d.ts +45 -43
  193. package/es/ele-table-select/index.js +29 -27
  194. package/es/ele-table-select/props.d.ts +11 -10
  195. package/es/ele-tabs/components/tab-title.d.ts +9 -8
  196. package/es/ele-tabs/index.d.ts +43 -55
  197. package/es/ele-tabs/index.js +1 -0
  198. package/es/ele-tabs/props.d.ts +17 -23
  199. package/es/ele-tabs/style/css-var.scss +1 -30
  200. package/es/ele-tabs/style/index.scss +372 -241
  201. package/es/ele-tabs/types.d.ts +2 -1
  202. package/es/ele-text/index.d.ts +12 -12
  203. package/es/ele-text/props.d.ts +5 -4
  204. package/es/ele-tool/index.d.ts +8 -8
  205. package/es/ele-tool/index.js +2 -4
  206. package/es/ele-tool/props.d.ts +10 -2
  207. package/es/ele-tool/props.js +5 -0
  208. package/es/ele-toolbar/index.d.ts +15 -15
  209. package/es/ele-toolbar/props.d.ts +7 -6
  210. package/es/ele-tooltip/index.d.ts +59 -58
  211. package/es/ele-tooltip/index.js +3 -0
  212. package/es/ele-tooltip/props.d.ts +28 -22
  213. package/es/ele-tooltip/props.js +2 -0
  214. package/es/ele-tour/index.d.ts +15 -14
  215. package/es/ele-tour/props.d.ts +3 -2
  216. package/es/ele-tour/util.d.ts +3 -2
  217. package/es/ele-tree-select/index.d.ts +37 -36
  218. package/es/ele-tree-select/props.d.ts +12 -11
  219. package/es/ele-tree-select/util.d.ts +3 -2
  220. package/es/ele-upload-list/components/list-item.d.ts +7 -6
  221. package/es/ele-upload-list/index.d.ts +26 -25
  222. package/es/ele-upload-list/props.d.ts +6 -5
  223. package/es/ele-virtual-table/components/body-cell.d.ts +100 -65
  224. package/es/ele-virtual-table/components/body-cell.js +79 -112
  225. package/es/ele-virtual-table/components/body-row.d.ts +89 -65
  226. package/es/ele-virtual-table/components/body-row.js +57 -52
  227. package/es/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
  228. package/es/ele-virtual-table/components/cell-filter.d.ts +18 -17
  229. package/es/ele-virtual-table/components/cell-filter.js +8 -12
  230. package/es/ele-virtual-table/components/expand-row.d.ts +11 -10
  231. package/es/ele-virtual-table/components/expand-row.js +3 -3
  232. package/es/ele-virtual-table/components/footer-row.d.ts +36 -17
  233. package/es/ele-virtual-table/components/footer-row.js +29 -19
  234. package/es/ele-virtual-table/components/header-cell.d.ts +16 -15
  235. package/es/ele-virtual-table/components/header-row.d.ts +12 -11
  236. package/es/ele-virtual-table/index.d.ts +91 -100
  237. package/es/ele-virtual-table/index.js +134 -136
  238. package/es/ele-virtual-table/props.d.ts +49 -51
  239. package/es/ele-virtual-table/style/index.scss +1 -1
  240. package/es/ele-virtual-table/types.d.ts +103 -69
  241. package/es/ele-virtual-table/util.d.ts +35 -10
  242. package/es/ele-virtual-table/util.js +64 -17
  243. package/es/ele-watermark/index.d.ts +15 -14
  244. package/es/ele-watermark/props.d.ts +4 -3
  245. package/es/ele-watermark/util.d.ts +3 -2
  246. package/es/ele-xg-player/index.d.ts +10 -10
  247. package/es/icons/AnalysisOutlined.d.ts +1 -1
  248. package/es/icons/ApplicationOutlined.d.ts +1 -1
  249. package/es/icons/AppstoreAddOutlined.d.ts +1 -1
  250. package/es/icons/AppstoreOutlined.d.ts +1 -1
  251. package/es/icons/ArrowDown.d.ts +1 -1
  252. package/es/icons/ArrowDownOutlined.d.ts +1 -1
  253. package/es/icons/ArrowLeft.d.ts +1 -1
  254. package/es/icons/ArrowLeftOutlined.d.ts +1 -1
  255. package/es/icons/ArrowRight.d.ts +1 -1
  256. package/es/icons/ArrowRightOutlined.d.ts +1 -1
  257. package/es/icons/ArrowUp.d.ts +1 -1
  258. package/es/icons/ArrowUpOutlined.d.ts +1 -1
  259. package/es/icons/BellOutlined.d.ts +1 -1
  260. package/es/icons/BookOutlined.d.ts +1 -1
  261. package/es/icons/CalendarOutlined.d.ts +1 -1
  262. package/es/icons/CaretDownFilled.d.ts +1 -1
  263. package/es/icons/CaretUpFilled.d.ts +1 -1
  264. package/es/icons/CheckCircleFilled.d.ts +1 -1
  265. package/es/icons/CheckCircleOutlined.d.ts +1 -1
  266. package/es/icons/CheckOutlined.d.ts +1 -1
  267. package/es/icons/CityOutlined.d.ts +1 -1
  268. package/es/icons/ClockCircleOutlined.d.ts +1 -1
  269. package/es/icons/CloseCircleFilled.d.ts +1 -1
  270. package/es/icons/CloseCircleOutlined.d.ts +1 -1
  271. package/es/icons/CloseOutlined.d.ts +1 -1
  272. package/es/icons/CloudUploadOutlined.d.ts +1 -1
  273. package/es/icons/ClusterOutlined.d.ts +1 -1
  274. package/es/icons/CodeOutlined.d.ts +1 -1
  275. package/es/icons/ColumnHeightOutlined.d.ts +1 -1
  276. package/es/icons/CompassOutlined.d.ts +1 -1
  277. package/es/icons/CompressOutlined.d.ts +1 -1
  278. package/es/icons/ConnectionOutlined.d.ts +1 -1
  279. package/es/icons/ControlOutlined.d.ts +1 -1
  280. package/es/icons/CopyOutlined.d.ts +1 -1
  281. package/es/icons/CpuOutlined.d.ts +1 -1
  282. package/es/icons/DashboardOutlined.d.ts +1 -1
  283. package/es/icons/DatabaseOutlined.d.ts +1 -1
  284. package/es/icons/DeleteOutlined.d.ts +1 -1
  285. package/es/icons/DesktopOutlined.d.ts +1 -1
  286. package/es/icons/DownloadOutlined.d.ts +1 -1
  287. package/es/icons/DragOutlined.d.ts +1 -1
  288. package/es/icons/EditOutlined.d.ts +1 -1
  289. package/es/icons/EllipsisOutlined.d.ts +1 -1
  290. package/es/icons/EnvironmentOutlined.d.ts +1 -1
  291. package/es/icons/ExclamationCircleFilled.d.ts +1 -1
  292. package/es/icons/ExpandOutlined.d.ts +1 -1
  293. package/es/icons/FileOutlined.d.ts +1 -1
  294. package/es/icons/FilterFilled.d.ts +1 -1
  295. package/es/icons/FolderAddOutlined.d.ts +1 -1
  296. package/es/icons/FolderOutlined.d.ts +1 -1
  297. package/es/icons/FormOutlined.d.ts +1 -1
  298. package/es/icons/FullscreenExitOutlined.d.ts +1 -1
  299. package/es/icons/FullscreenOutlined.d.ts +1 -1
  300. package/es/icons/FundOutlined.d.ts +1 -1
  301. package/es/icons/GlobalOutlined.d.ts +1 -1
  302. package/es/icons/HolderOutlined.d.ts +1 -1
  303. package/es/icons/HomeOutlined.d.ts +1 -1
  304. package/es/icons/IdcardOutlined.d.ts +1 -1
  305. package/es/icons/InfoCircleFilled.d.ts +1 -1
  306. package/es/icons/LinkOutlined.d.ts +1 -1
  307. package/es/icons/LoadingDotOutlined.d.ts +1 -1
  308. package/es/icons/LoadingOutlined.d.ts +1 -1
  309. package/es/icons/LockOutlined.d.ts +1 -1
  310. package/es/icons/LogOutlined.d.ts +1 -1
  311. package/es/icons/LogoutOutlined.d.ts +1 -1
  312. package/es/icons/MailOutlined.d.ts +1 -1
  313. package/es/icons/MenuFoldOutlined.d.ts +1 -1
  314. package/es/icons/MenuUnfoldOutlined.d.ts +1 -1
  315. package/es/icons/MessageOutlined.d.ts +1 -1
  316. package/es/icons/MinusCircleOutlined.d.ts +1 -1
  317. package/es/icons/MobileOutlined.d.ts +1 -1
  318. package/es/icons/MoonOutlined.d.ts +1 -1
  319. package/es/icons/MoreOutlined.d.ts +1 -1
  320. package/es/icons/PauseFilled.d.ts +1 -1
  321. package/es/icons/PieChartOutlined.d.ts +1 -1
  322. package/es/icons/PlayFilled.d.ts +1 -1
  323. package/es/icons/PlusCircleOutlined.d.ts +1 -1
  324. package/es/icons/PlusOutlined.d.ts +1 -1
  325. package/es/icons/PrinterOutlined.d.ts +2 -0
  326. package/es/icons/PrinterOutlined.js +29 -0
  327. package/es/icons/ProtectOutlined.d.ts +1 -1
  328. package/es/icons/QuestionCircleFilled.d.ts +1 -1
  329. package/es/icons/QuestionCircleOutlined.d.ts +1 -1
  330. package/es/icons/ReloadOutlined.d.ts +1 -1
  331. package/es/icons/ResizeOutlined.d.ts +2 -0
  332. package/es/icons/ResizeOutlined.js +30 -0
  333. package/es/icons/SearchOutlined.d.ts +1 -1
  334. package/es/icons/SettingOutlined.d.ts +1 -1
  335. package/es/icons/ShoppingOutlined.d.ts +1 -1
  336. package/es/icons/SortOutlined.d.ts +1 -1
  337. package/es/icons/StarFilled.d.ts +1 -1
  338. package/es/icons/StepBackwardFilled.d.ts +1 -1
  339. package/es/icons/StepForwardFilled.d.ts +1 -1
  340. package/es/icons/SuitcaseOutlined.d.ts +1 -1
  341. package/es/icons/SunOutlined.d.ts +1 -1
  342. package/es/icons/SwapOutlined.d.ts +1 -1
  343. package/es/icons/SyncOutlined.d.ts +1 -1
  344. package/es/icons/TableOutlined.d.ts +1 -1
  345. package/es/icons/TagOutlined.d.ts +1 -1
  346. package/es/icons/TimerOutlined.d.ts +1 -1
  347. package/es/icons/UndoOutlined.d.ts +1 -1
  348. package/es/icons/UnlockOutlined.d.ts +1 -1
  349. package/es/icons/UploadOutlined.d.ts +1 -1
  350. package/es/icons/UserOutlined.d.ts +1 -1
  351. package/es/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
  352. package/es/icons/VerticalLeftOutlined.d.ts +1 -1
  353. package/es/icons/VerticalLeftOutlined.js +2 -2
  354. package/es/icons/VerticalRightOutlined.d.ts +1 -1
  355. package/es/icons/VerticalRightOutlined.js +2 -2
  356. package/es/icons/WarningOutlined.d.ts +1 -1
  357. package/es/icons/ZoomInOutlined.d.ts +1 -1
  358. package/es/icons/ZoomOutOutlined.d.ts +1 -1
  359. package/es/icons/index.d.ts +2 -0
  360. package/es/icons/index.js +60 -56
  361. package/es/installer.d.ts +2 -2
  362. package/es/lang/en_US.d.ts +2 -2
  363. package/es/lang/en_US.js +13 -2
  364. package/es/lang/zh_CN.d.ts +2 -2
  365. package/es/lang/zh_CN.js +13 -2
  366. package/es/lang/zh_TW.d.ts +2 -2
  367. package/es/lang/zh_TW.js +12 -1
  368. package/es/style/nprogress.scss +1 -0
  369. package/es/style/themes/dark.scss +9 -15
  370. package/es/style/themes/default.scss +58 -81
  371. package/es/style/themes/rounded.scss +16 -30
  372. package/es/utils/menu-util.d.ts +3 -2
  373. package/es/utils/menu-util.js +2 -5
  374. package/es/utils/message.d.ts +4 -3
  375. package/es/utils/resolvers.d.ts +2 -2
  376. package/es/utils/resolvers.js +2 -2
  377. package/lib/core-installer.d.ts +2 -2
  378. package/lib/ele-alert/index.cjs +2 -2
  379. package/lib/ele-alert/index.d.ts +23 -23
  380. package/lib/ele-alert/props.d.ts +10 -9
  381. package/lib/ele-app/el.d.ts +7 -1
  382. package/lib/ele-app/index.d.ts +2 -2
  383. package/lib/ele-app/plus.d.ts +9 -0
  384. package/lib/ele-app/style/overwrite/date-picker/index.scss +32 -5
  385. package/lib/ele-avatar-group/index.d.ts +29 -28
  386. package/lib/ele-avatar-group/props.d.ts +10 -9
  387. package/lib/ele-bar-code/index.d.ts +11 -10
  388. package/lib/ele-bar-code/props.d.ts +4 -3
  389. package/lib/ele-basic-select/index.cjs +23 -6
  390. package/lib/ele-basic-select/index.d.ts +37 -35
  391. package/lib/ele-basic-select/props.d.ts +9 -8
  392. package/lib/ele-basic-select/util.d.ts +2 -1
  393. package/lib/ele-bottom-bar/index.d.ts +6 -6
  394. package/lib/ele-bottom-bar/props.d.ts +4 -3
  395. package/lib/ele-breadcrumb/index.d.ts +11 -10
  396. package/lib/ele-breadcrumb/props.d.ts +5 -4
  397. package/lib/ele-card/index.d.ts +12 -12
  398. package/lib/ele-card/props.d.ts +7 -6
  399. package/lib/ele-check-card/components/card-item.d.ts +7 -6
  400. package/lib/ele-check-card/index.d.ts +15 -14
  401. package/lib/ele-check-card/props.d.ts +6 -5
  402. package/lib/ele-config-provider/components/receiver-view.cjs +2 -44
  403. package/lib/ele-config-provider/components/receiver-view.d.ts +3 -3
  404. package/lib/ele-config-provider/index.d.ts +7 -7
  405. package/lib/ele-config-provider/props.cjs +2 -2
  406. package/lib/ele-config-provider/props.d.ts +6 -5
  407. package/lib/ele-config-provider/receiver.cjs +41 -2
  408. package/lib/ele-config-provider/receiver.d.ts +6 -10
  409. package/lib/ele-config-provider/types.d.ts +5 -29
  410. package/lib/ele-copyable/index.d.ts +32 -31
  411. package/lib/ele-copyable/props.d.ts +9 -8
  412. package/lib/ele-count-up/index.d.ts +8 -7
  413. package/lib/ele-count-up/props.d.ts +3 -2
  414. package/lib/ele-cropper/components/cropper-preview.d.ts +3 -3
  415. package/lib/ele-cropper/components/cropper-tools.d.ts +12 -11
  416. package/lib/ele-cropper/index.d.ts +16 -15
  417. package/lib/ele-cropper/props.d.ts +4 -3
  418. package/lib/ele-cropper-modal/index.cjs +1 -1
  419. package/lib/ele-cropper-modal/index.d.ts +16 -15
  420. package/lib/ele-cropper-modal/props.d.ts +7 -6
  421. package/lib/ele-dashboard/index.d.ts +5 -5
  422. package/lib/ele-dashboard/props.d.ts +3 -2
  423. package/lib/ele-data-table/index.cjs +8 -0
  424. package/lib/ele-data-table/index.d.ts +65 -70
  425. package/lib/ele-data-table/props.d.ts +36 -41
  426. package/lib/ele-data-table/style/index.scss +4 -0
  427. package/lib/ele-data-table/types.d.ts +18 -16
  428. package/lib/ele-data-table/util.cjs +14 -0
  429. package/lib/ele-data-table/util.d.ts +15 -9
  430. package/lib/ele-dot/index.d.ts +4 -4
  431. package/lib/ele-dot/props.d.ts +3 -2
  432. package/lib/ele-drawer/index.cjs +105 -111
  433. package/lib/ele-drawer/index.d.ts +75 -71
  434. package/lib/ele-drawer/props.d.ts +26 -25
  435. package/lib/ele-drawer/style/index.scss +48 -105
  436. package/lib/ele-dropdown/index.d.ts +66 -65
  437. package/lib/ele-dropdown/props.d.ts +22 -21
  438. package/lib/ele-edit-tag/index.cjs +1 -1
  439. package/lib/ele-edit-tag/index.d.ts +33 -32
  440. package/lib/ele-edit-tag/props.d.ts +10 -9
  441. package/lib/ele-ellipsis/index.d.ts +23 -22
  442. package/lib/ele-ellipsis/props.d.ts +8 -7
  443. package/lib/ele-file-list/components/file-grid-item.cjs +1 -1
  444. package/lib/ele-file-list/components/file-grid-item.d.ts +13 -12
  445. package/lib/ele-file-list/components/file-grid.d.ts +10 -9
  446. package/lib/ele-file-list/components/file-sort.d.ts +2 -2
  447. package/lib/ele-file-list/components/file-table-item.cjs +1 -1
  448. package/lib/ele-file-list/components/file-table-item.d.ts +13 -12
  449. package/lib/ele-file-list/components/file-table.d.ts +10 -9
  450. package/lib/ele-file-list/icons.d.ts +2 -1
  451. package/lib/ele-file-list/index.d.ts +36 -35
  452. package/lib/ele-file-list/props.d.ts +6 -5
  453. package/lib/ele-file-list-tool/index.d.ts +3 -3
  454. package/lib/ele-icon-select/components/icon-grid.cjs +1 -1
  455. package/lib/ele-icon-select/components/icon-grid.d.ts +15 -14
  456. package/lib/ele-icon-select/index.d.ts +49 -48
  457. package/lib/ele-icon-select/props.d.ts +17 -16
  458. package/lib/ele-loading/index.cjs +9 -15
  459. package/lib/ele-loading/index.d.ts +12 -15
  460. package/lib/ele-loading/props.d.ts +5 -4
  461. package/lib/ele-map-picker/components/map-view.cjs +1 -1
  462. package/lib/ele-map-picker/components/map-view.d.ts +29 -28
  463. package/lib/ele-map-picker/index.cjs +1 -1
  464. package/lib/ele-map-picker/index.d.ts +27 -26
  465. package/lib/ele-map-picker/props.d.ts +8 -7
  466. package/lib/ele-menus/index.cjs +1 -1
  467. package/lib/ele-menus/index.d.ts +61 -62
  468. package/lib/ele-menus/props.cjs +1 -3
  469. package/lib/ele-menus/props.d.ts +16 -17
  470. package/lib/ele-menus/style/css-var.scss +1 -5
  471. package/lib/ele-menus/util.d.ts +3 -2
  472. package/lib/ele-modal/index.cjs +176 -198
  473. package/lib/ele-modal/index.d.ts +75 -68
  474. package/lib/ele-modal/props.cjs +2 -0
  475. package/lib/ele-modal/props.d.ts +26 -23
  476. package/lib/ele-modal/style/index.scss +103 -175
  477. package/lib/ele-modal/util.cjs +55 -179
  478. package/lib/ele-modal/util.d.ts +20 -45
  479. package/lib/ele-page/index.d.ts +2 -2
  480. package/lib/ele-page/props.d.ts +2 -1
  481. package/lib/ele-pagination/index.cjs +19 -4
  482. package/lib/ele-pagination/index.d.ts +40 -29
  483. package/lib/ele-pagination/props.cjs +7 -0
  484. package/lib/ele-pagination/props.d.ts +19 -12
  485. package/lib/ele-pagination/style/index.scss +9 -0
  486. package/lib/ele-pagination/types.d.ts +6 -1
  487. package/lib/ele-popconfirm/index.cjs +5 -27
  488. package/lib/ele-popconfirm/index.d.ts +90 -89
  489. package/lib/ele-popconfirm/props.d.ts +32 -31
  490. package/lib/ele-popover/index.cjs +5 -13
  491. package/lib/ele-popover/index.d.ts +69 -68
  492. package/lib/ele-popover/props.d.ts +26 -25
  493. package/lib/ele-printer/index.d.ts +18 -18
  494. package/lib/ele-printer/props.d.ts +6 -5
  495. package/lib/ele-printer/util.cjs +1 -1
  496. package/lib/ele-printer/util.d.ts +2 -1
  497. package/lib/ele-pro-layout/components/header-tool.d.ts +1 -1
  498. package/lib/ele-pro-layout/components/pro-header.cjs +109 -19
  499. package/lib/ele-pro-layout/components/pro-header.d.ts +84 -28
  500. package/lib/ele-pro-layout/components/pro-iframe.cjs +30 -40
  501. package/lib/ele-pro-layout/components/pro-iframe.d.ts +7 -7
  502. package/lib/ele-pro-layout/components/pro-sidebar.cjs +2 -5
  503. package/lib/ele-pro-layout/components/pro-sidebar.d.ts +14 -18
  504. package/lib/ele-pro-layout/components/pro-sidebox.cjs +2 -5
  505. package/lib/ele-pro-layout/components/pro-sidebox.d.ts +16 -20
  506. package/lib/ele-pro-layout/components/pro-tabs.d.ts +12 -11
  507. package/lib/ele-pro-layout/components/sidebar-tool.d.ts +1 -1
  508. package/lib/ele-pro-layout/components/tab-dropdown.cjs +1 -1
  509. package/lib/ele-pro-layout/components/tab-dropdown.d.ts +8 -7
  510. package/lib/ele-pro-layout/index.cjs +61 -46
  511. package/lib/ele-pro-layout/index.d.ts +97 -97
  512. package/lib/ele-pro-layout/props.cjs +2 -4
  513. package/lib/ele-pro-layout/props.d.ts +11 -13
  514. package/lib/ele-pro-layout/style/css-var.scss +3 -18
  515. package/lib/ele-pro-layout/style/header.scss +74 -9
  516. package/lib/ele-pro-layout/style/layout-mobile.scss +2 -2
  517. package/lib/ele-pro-layout/style/layout-style.scss +8 -3
  518. package/lib/ele-pro-layout/style/layout-theme.scss +48 -23
  519. package/lib/ele-pro-layout/style/layout.scss +38 -8
  520. package/lib/ele-pro-layout/style/sidebar.scss +0 -1
  521. package/lib/ele-pro-layout/style/tabs.scss +19 -11
  522. package/lib/ele-pro-layout/types.d.ts +1 -1
  523. package/lib/ele-pro-layout/util.cjs +2 -3
  524. package/lib/ele-pro-layout/util.d.ts +6 -6
  525. package/lib/ele-pro-table/components/table-tools.cjs +124 -7
  526. package/lib/ele-pro-table/components/table-tools.d.ts +107 -15
  527. package/lib/ele-pro-table/components/tool-column-list.cjs +3 -6
  528. package/lib/ele-pro-table/components/tool-column-list.d.ts +6 -5
  529. package/lib/ele-pro-table/components/tool-column.cjs +8 -8
  530. package/lib/ele-pro-table/components/tool-column.d.ts +14 -13
  531. package/lib/ele-pro-table/components/tool-export.cjs +448 -0
  532. package/lib/ele-pro-table/components/tool-export.d.ts +179 -0
  533. package/lib/ele-pro-table/components/tool-print-body-cell.cjs +87 -0
  534. package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +35 -0
  535. package/lib/ele-pro-table/components/tool-print-header-cell.cjs +87 -0
  536. package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +35 -0
  537. package/lib/ele-pro-table/components/tool-print.cjs +554 -0
  538. package/lib/ele-pro-table/components/tool-print.d.ts +182 -0
  539. package/lib/ele-pro-table/index.cjs +105 -35
  540. package/lib/ele-pro-table/index.d.ts +138 -131
  541. package/lib/ele-pro-table/props.cjs +6 -2
  542. package/lib/ele-pro-table/props.d.ts +52 -48
  543. package/lib/ele-pro-table/style/index.cjs +9 -0
  544. package/lib/ele-pro-table/style/index.scss +33 -5
  545. package/lib/ele-pro-table/types.d.ts +160 -5
  546. package/lib/ele-pro-table/util.cjs +154 -27
  547. package/lib/ele-pro-table/util.d.ts +64 -16
  548. package/lib/ele-qr-code/index.d.ts +16 -15
  549. package/lib/ele-qr-code/props.d.ts +4 -3
  550. package/lib/ele-qr-code/util.d.ts +3 -2
  551. package/lib/ele-qr-code-svg/index.d.ts +18 -18
  552. package/lib/ele-segmented/index.d.ts +10 -9
  553. package/lib/ele-segmented/props.d.ts +3 -2
  554. package/lib/ele-split-panel/index.d.ts +18 -17
  555. package/lib/ele-split-panel/props.d.ts +5 -4
  556. package/lib/ele-steps/index.d.ts +33 -33
  557. package/lib/ele-steps/props.d.ts +10 -9
  558. package/lib/ele-tab-tool/index.d.ts +2 -2
  559. package/lib/ele-tab-tool/props.d.ts +2 -1
  560. package/lib/ele-tab-wrap/index.cjs +2 -1
  561. package/lib/ele-tab-wrap/index.d.ts +6 -6
  562. package/lib/ele-tab-wrap/props.d.ts +3 -2
  563. package/lib/ele-table/index.cjs +2 -1
  564. package/lib/ele-table/index.d.ts +7 -4
  565. package/lib/ele-table/props.cjs +3 -1
  566. package/lib/ele-table/props.d.ts +5 -2
  567. package/lib/ele-table/style/index.scss +35 -0
  568. package/lib/ele-table-select/index.cjs +29 -27
  569. package/lib/ele-table-select/index.d.ts +45 -43
  570. package/lib/ele-table-select/props.d.ts +11 -10
  571. package/lib/ele-tabs/components/tab-title.d.ts +9 -8
  572. package/lib/ele-tabs/index.cjs +1 -0
  573. package/lib/ele-tabs/index.d.ts +43 -55
  574. package/lib/ele-tabs/props.d.ts +17 -23
  575. package/lib/ele-tabs/style/css-var.scss +1 -30
  576. package/lib/ele-tabs/style/index.scss +372 -241
  577. package/lib/ele-tabs/types.d.ts +2 -1
  578. package/lib/ele-text/index.d.ts +12 -12
  579. package/lib/ele-text/props.d.ts +5 -4
  580. package/lib/ele-tool/index.cjs +1 -3
  581. package/lib/ele-tool/index.d.ts +8 -8
  582. package/lib/ele-tool/props.cjs +5 -0
  583. package/lib/ele-tool/props.d.ts +10 -2
  584. package/lib/ele-toolbar/index.d.ts +15 -15
  585. package/lib/ele-toolbar/props.d.ts +7 -6
  586. package/lib/ele-tooltip/index.cjs +3 -0
  587. package/lib/ele-tooltip/index.d.ts +59 -58
  588. package/lib/ele-tooltip/props.cjs +2 -0
  589. package/lib/ele-tooltip/props.d.ts +28 -22
  590. package/lib/ele-tour/index.d.ts +15 -14
  591. package/lib/ele-tour/props.d.ts +3 -2
  592. package/lib/ele-tour/util.d.ts +3 -2
  593. package/lib/ele-tree-select/index.d.ts +37 -36
  594. package/lib/ele-tree-select/props.d.ts +12 -11
  595. package/lib/ele-tree-select/util.d.ts +3 -2
  596. package/lib/ele-upload-list/components/list-item.d.ts +7 -6
  597. package/lib/ele-upload-list/index.d.ts +26 -25
  598. package/lib/ele-upload-list/props.d.ts +6 -5
  599. package/lib/ele-virtual-table/components/body-cell.cjs +78 -111
  600. package/lib/ele-virtual-table/components/body-cell.d.ts +100 -65
  601. package/lib/ele-virtual-table/components/body-row.cjs +57 -52
  602. package/lib/ele-virtual-table/components/body-row.d.ts +89 -65
  603. package/lib/ele-virtual-table/components/cell-checkbox.d.ts +5 -4
  604. package/lib/ele-virtual-table/components/cell-filter.cjs +7 -11
  605. package/lib/ele-virtual-table/components/cell-filter.d.ts +18 -17
  606. package/lib/ele-virtual-table/components/expand-row.cjs +3 -3
  607. package/lib/ele-virtual-table/components/expand-row.d.ts +11 -10
  608. package/lib/ele-virtual-table/components/footer-row.cjs +27 -17
  609. package/lib/ele-virtual-table/components/footer-row.d.ts +36 -17
  610. package/lib/ele-virtual-table/components/header-cell.d.ts +16 -15
  611. package/lib/ele-virtual-table/components/header-row.d.ts +12 -11
  612. package/lib/ele-virtual-table/index.cjs +132 -134
  613. package/lib/ele-virtual-table/index.d.ts +91 -100
  614. package/lib/ele-virtual-table/props.d.ts +49 -51
  615. package/lib/ele-virtual-table/style/index.scss +1 -1
  616. package/lib/ele-virtual-table/types.d.ts +103 -69
  617. package/lib/ele-virtual-table/util.cjs +64 -17
  618. package/lib/ele-virtual-table/util.d.ts +35 -10
  619. package/lib/ele-watermark/index.d.ts +15 -14
  620. package/lib/ele-watermark/props.d.ts +4 -3
  621. package/lib/ele-watermark/util.d.ts +3 -2
  622. package/lib/ele-xg-player/index.d.ts +10 -10
  623. package/lib/icons/AnalysisOutlined.d.ts +1 -1
  624. package/lib/icons/ApplicationOutlined.d.ts +1 -1
  625. package/lib/icons/AppstoreAddOutlined.d.ts +1 -1
  626. package/lib/icons/AppstoreOutlined.d.ts +1 -1
  627. package/lib/icons/ArrowDown.d.ts +1 -1
  628. package/lib/icons/ArrowDownOutlined.d.ts +1 -1
  629. package/lib/icons/ArrowLeft.d.ts +1 -1
  630. package/lib/icons/ArrowLeftOutlined.d.ts +1 -1
  631. package/lib/icons/ArrowRight.d.ts +1 -1
  632. package/lib/icons/ArrowRightOutlined.d.ts +1 -1
  633. package/lib/icons/ArrowUp.d.ts +1 -1
  634. package/lib/icons/ArrowUpOutlined.d.ts +1 -1
  635. package/lib/icons/BellOutlined.d.ts +1 -1
  636. package/lib/icons/BookOutlined.d.ts +1 -1
  637. package/lib/icons/CalendarOutlined.d.ts +1 -1
  638. package/lib/icons/CaretDownFilled.d.ts +1 -1
  639. package/lib/icons/CaretUpFilled.d.ts +1 -1
  640. package/lib/icons/CheckCircleFilled.d.ts +1 -1
  641. package/lib/icons/CheckCircleOutlined.d.ts +1 -1
  642. package/lib/icons/CheckOutlined.d.ts +1 -1
  643. package/lib/icons/CityOutlined.d.ts +1 -1
  644. package/lib/icons/ClockCircleOutlined.d.ts +1 -1
  645. package/lib/icons/CloseCircleFilled.d.ts +1 -1
  646. package/lib/icons/CloseCircleOutlined.d.ts +1 -1
  647. package/lib/icons/CloseOutlined.d.ts +1 -1
  648. package/lib/icons/CloudUploadOutlined.d.ts +1 -1
  649. package/lib/icons/ClusterOutlined.d.ts +1 -1
  650. package/lib/icons/CodeOutlined.d.ts +1 -1
  651. package/lib/icons/ColumnHeightOutlined.d.ts +1 -1
  652. package/lib/icons/CompassOutlined.d.ts +1 -1
  653. package/lib/icons/CompressOutlined.d.ts +1 -1
  654. package/lib/icons/ConnectionOutlined.d.ts +1 -1
  655. package/lib/icons/ControlOutlined.d.ts +1 -1
  656. package/lib/icons/CopyOutlined.d.ts +1 -1
  657. package/lib/icons/CpuOutlined.d.ts +1 -1
  658. package/lib/icons/DashboardOutlined.d.ts +1 -1
  659. package/lib/icons/DatabaseOutlined.d.ts +1 -1
  660. package/lib/icons/DeleteOutlined.d.ts +1 -1
  661. package/lib/icons/DesktopOutlined.d.ts +1 -1
  662. package/lib/icons/DownloadOutlined.d.ts +1 -1
  663. package/lib/icons/DragOutlined.d.ts +1 -1
  664. package/lib/icons/EditOutlined.d.ts +1 -1
  665. package/lib/icons/EllipsisOutlined.d.ts +1 -1
  666. package/lib/icons/EnvironmentOutlined.d.ts +1 -1
  667. package/lib/icons/ExclamationCircleFilled.d.ts +1 -1
  668. package/lib/icons/ExpandOutlined.d.ts +1 -1
  669. package/lib/icons/FileOutlined.d.ts +1 -1
  670. package/lib/icons/FilterFilled.d.ts +1 -1
  671. package/lib/icons/FolderAddOutlined.d.ts +1 -1
  672. package/lib/icons/FolderOutlined.d.ts +1 -1
  673. package/lib/icons/FormOutlined.d.ts +1 -1
  674. package/lib/icons/FullscreenExitOutlined.d.ts +1 -1
  675. package/lib/icons/FullscreenOutlined.d.ts +1 -1
  676. package/lib/icons/FundOutlined.d.ts +1 -1
  677. package/lib/icons/GlobalOutlined.d.ts +1 -1
  678. package/lib/icons/HolderOutlined.d.ts +1 -1
  679. package/lib/icons/HomeOutlined.d.ts +1 -1
  680. package/lib/icons/IdcardOutlined.d.ts +1 -1
  681. package/lib/icons/InfoCircleFilled.d.ts +1 -1
  682. package/lib/icons/LinkOutlined.d.ts +1 -1
  683. package/lib/icons/LoadingDotOutlined.d.ts +1 -1
  684. package/lib/icons/LoadingOutlined.d.ts +1 -1
  685. package/lib/icons/LockOutlined.d.ts +1 -1
  686. package/lib/icons/LogOutlined.d.ts +1 -1
  687. package/lib/icons/LogoutOutlined.d.ts +1 -1
  688. package/lib/icons/MailOutlined.d.ts +1 -1
  689. package/lib/icons/MenuFoldOutlined.d.ts +1 -1
  690. package/lib/icons/MenuUnfoldOutlined.d.ts +1 -1
  691. package/lib/icons/MessageOutlined.d.ts +1 -1
  692. package/lib/icons/MinusCircleOutlined.d.ts +1 -1
  693. package/lib/icons/MobileOutlined.d.ts +1 -1
  694. package/lib/icons/MoonOutlined.d.ts +1 -1
  695. package/lib/icons/MoreOutlined.d.ts +1 -1
  696. package/lib/icons/PauseFilled.d.ts +1 -1
  697. package/lib/icons/PieChartOutlined.d.ts +1 -1
  698. package/lib/icons/PlayFilled.d.ts +1 -1
  699. package/lib/icons/PlusCircleOutlined.d.ts +1 -1
  700. package/lib/icons/PlusOutlined.d.ts +1 -1
  701. package/lib/icons/PrinterOutlined.cjs +28 -0
  702. package/lib/icons/PrinterOutlined.d.ts +2 -0
  703. package/lib/icons/ProtectOutlined.d.ts +1 -1
  704. package/lib/icons/QuestionCircleFilled.d.ts +1 -1
  705. package/lib/icons/QuestionCircleOutlined.d.ts +1 -1
  706. package/lib/icons/ReloadOutlined.d.ts +1 -1
  707. package/lib/icons/ResizeOutlined.cjs +29 -0
  708. package/lib/icons/ResizeOutlined.d.ts +2 -0
  709. package/lib/icons/SearchOutlined.d.ts +1 -1
  710. package/lib/icons/SettingOutlined.d.ts +1 -1
  711. package/lib/icons/ShoppingOutlined.d.ts +1 -1
  712. package/lib/icons/SortOutlined.d.ts +1 -1
  713. package/lib/icons/StarFilled.d.ts +1 -1
  714. package/lib/icons/StepBackwardFilled.d.ts +1 -1
  715. package/lib/icons/StepForwardFilled.d.ts +1 -1
  716. package/lib/icons/SuitcaseOutlined.d.ts +1 -1
  717. package/lib/icons/SunOutlined.d.ts +1 -1
  718. package/lib/icons/SwapOutlined.d.ts +1 -1
  719. package/lib/icons/SyncOutlined.d.ts +1 -1
  720. package/lib/icons/TableOutlined.d.ts +1 -1
  721. package/lib/icons/TagOutlined.d.ts +1 -1
  722. package/lib/icons/TimerOutlined.d.ts +1 -1
  723. package/lib/icons/UndoOutlined.d.ts +1 -1
  724. package/lib/icons/UnlockOutlined.d.ts +1 -1
  725. package/lib/icons/UploadOutlined.d.ts +1 -1
  726. package/lib/icons/UserOutlined.d.ts +1 -1
  727. package/lib/icons/VerticalAlignMiddleOutlined.d.ts +1 -1
  728. package/lib/icons/VerticalLeftOutlined.cjs +2 -2
  729. package/lib/icons/VerticalLeftOutlined.d.ts +1 -1
  730. package/lib/icons/VerticalRightOutlined.cjs +2 -2
  731. package/lib/icons/VerticalRightOutlined.d.ts +1 -1
  732. package/lib/icons/WarningOutlined.d.ts +1 -1
  733. package/lib/icons/ZoomInOutlined.d.ts +1 -1
  734. package/lib/icons/ZoomOutOutlined.d.ts +1 -1
  735. package/lib/icons/index.cjs +4 -0
  736. package/lib/icons/index.d.ts +2 -0
  737. package/lib/installer.d.ts +2 -2
  738. package/lib/lang/en_US.cjs +13 -2
  739. package/lib/lang/en_US.d.ts +2 -2
  740. package/lib/lang/zh_CN.cjs +13 -2
  741. package/lib/lang/zh_CN.d.ts +2 -2
  742. package/lib/lang/zh_TW.cjs +12 -1
  743. package/lib/lang/zh_TW.d.ts +2 -2
  744. package/lib/style/nprogress.scss +1 -0
  745. package/lib/style/themes/dark.scss +9 -15
  746. package/lib/style/themes/default.scss +58 -81
  747. package/lib/style/themes/rounded.scss +16 -30
  748. package/lib/utils/menu-util.cjs +1 -4
  749. package/lib/utils/menu-util.d.ts +3 -2
  750. package/lib/utils/message.d.ts +4 -3
  751. package/lib/utils/resolvers.cjs +2 -2
  752. package/lib/utils/resolvers.d.ts +2 -2
  753. package/package.json +23 -22
@@ -1,11 +1,10 @@
1
- import { defineComponent, ref, computed, unref, watch, onActivated, onDeactivated, nextTick, resolveComponent, openBlock, createBlock, Teleport, createVNode, mergeProps, createSlots, withCtx, createElementVNode, normalizeStyle, createElementBlock, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from "vue";
1
+ import { defineComponent, ref, computed, watch, onMounted, onActivated, onDeactivated, nextTick, unref, resolveComponent, openBlock, createBlock, Teleport, createVNode, mergeProps, createSlots, withCtx, createElementVNode, normalizeStyle, renderSlot, createTextVNode, toDisplayString, createElementBlock, withModifiers, createCommentVNode, resolveDynamicComponent, normalizeClass } from "vue";
2
2
  import { ElDialog, ElIcon } from "element-plus";
3
- import { CloseOutlined, CompressOutlined, ExpandOutlined } from "../icons";
4
- import { pick } from "../utils/core";
3
+ import { CloseOutlined, CompressOutlined, ExpandOutlined, ResizeOutlined } from "../icons";
5
4
  import { useLayoutState } from "../ele-config-provider/receiver";
6
5
  import ReceiverView from "../ele-config-provider/components/receiver-view";
7
- import { getModalContainer, resizableClass, multipleClass, fullscreenClass, closedClass, hideClass, innerClass, collapseClass, compactClass, maximizedClass, hasTabClass, mixSidebarClass, singleSidebarClass, topLayoutClass, expandedClass, mobileClass, setInitPosition, wrapperClass, responsiveClass, movableClass, setModalTop, resetModalStyle, handleMovable, handleResizable } from "./util";
8
- import { modalProps, modalEmits, dialogPropKeys } from "./props";
6
+ import { getModalContainer, wrapperClass, closedClass, getPositionMargin, handleMove, handleResize, topModal, resetModalStyle } from "./util";
7
+ import { modalProps, modalEmits } from "./props";
9
8
  const _sfc_main = defineComponent({
10
9
  name: "EleModal",
11
10
  components: {
@@ -14,129 +13,80 @@ const _sfc_main = defineComponent({
14
13
  CloseOutlined,
15
14
  CompressOutlined,
16
15
  ExpandOutlined,
16
+ ResizeOutlined,
17
17
  ReceiverView
18
18
  },
19
19
  inheritAttrs: false,
20
20
  props: modalProps,
21
21
  emits: modalEmits,
22
- setup(props, { emit, attrs }) {
22
+ setup(props, { emit }) {
23
+ const state = { isInit: true };
23
24
  const layoutProvide = useLayoutState();
24
25
  const dialogRef = ref(null);
25
- const teleportTo = ref(
26
- getModalContainer(props.multiple, props.appendTo)
27
- );
28
26
  const isFullscreen = ref(props.fullscreen ?? false);
29
27
  const isActivated = ref(true);
30
- const dialogEnable = ref(
31
- props.destroyOnClose && !props.modelValue ? false : true
32
- );
33
28
  const dialogClass = computed(() => {
34
- const layoutState = unref(layoutProvide);
35
29
  const classes = [wrapperClass];
36
- if (props.responsive ?? (layoutState == null ? void 0 : layoutState.responsive) ?? true) {
37
- classes.push(responsiveClass);
30
+ if (props.responsive ?? layoutProvide.responsive ?? true) {
31
+ classes.push("ele-modal-responsive");
38
32
  }
39
- if (props.form) {
40
- classes.push("ele-modal-form");
41
- }
42
- if (props.position) {
43
- if (props.position === "top") {
44
- classes.push("ele-modal-top");
45
- } else if (props.position === "bottom") {
46
- classes.push("ele-modal-bottom");
47
- } else if (props.position === "left") {
48
- classes.push("ele-modal-left");
49
- } else if (props.position === "right") {
50
- classes.push("ele-modal-right");
51
- } else if (props.position === "leftTop") {
52
- classes.push("ele-modal-left-top");
53
- } else if (props.position === "leftBottom") {
54
- classes.push("ele-modal-left-bottom");
55
- } else if (props.position === "rightTop") {
56
- classes.push("ele-modal-right-top");
57
- } else if (props.position === "rightBottom") {
58
- classes.push("ele-modal-right-bottom");
59
- } else if (props.position === "center") {
60
- classes.push("ele-modal-center");
61
- }
62
- } else if (props.alignCenter) {
33
+ if (props.alignCenter || props.position === "center") {
63
34
  classes.push("ele-modal-center");
35
+ } else if (props.position === "top") {
36
+ classes.push("ele-modal-top");
37
+ } else if (props.position === "bottom") {
38
+ classes.push("ele-modal-bottom");
39
+ } else if (props.position === "left") {
40
+ classes.push("ele-modal-left");
41
+ } else if (props.position === "right") {
42
+ classes.push("ele-modal-right");
43
+ } else if (props.position === "leftTop") {
44
+ classes.push("ele-modal-left-top");
45
+ } else if (props.position === "leftBottom") {
46
+ classes.push("ele-modal-left-bottom");
47
+ } else if (props.position === "rightTop") {
48
+ classes.push("ele-modal-right-top");
49
+ } else if (props.position === "rightBottom") {
50
+ classes.push("ele-modal-right-bottom");
64
51
  }
65
52
  if (props.draggable) {
66
- classes.push(movableClass);
53
+ classes.push("ele-modal-movable");
67
54
  }
68
55
  if (props.resizable) {
69
- classes.push(resizableClass);
70
- if (typeof props.resizable === "string") {
71
- classes.push(resizableClass + "-" + props.resizable);
72
- }
56
+ classes.push("ele-modal-resizable");
73
57
  }
74
58
  if (props.multiple) {
75
- classes.push(multipleClass);
59
+ classes.push("ele-modal-multiple");
76
60
  }
77
61
  if (isFullscreen.value) {
78
- classes.push(fullscreenClass);
62
+ classes.push("ele-modal-fullscreen");
79
63
  }
80
64
  if (!props.modelValue) {
81
65
  classes.push(closedClass);
82
66
  }
83
67
  if (!isActivated.value && props.modelValue) {
84
- classes.push(hideClass);
68
+ classes.push("ele-modal-hide");
85
69
  }
86
70
  if (props.inner) {
87
- classes.push(innerClass);
88
- if (layoutState && layoutState.sidebar != null) {
89
- if (layoutState.collapse && !layoutState.topLayout) {
90
- classes.push(collapseClass);
91
- }
92
- if (layoutState.compact && layoutState.mixSidebar && !layoutState.topLayout) {
93
- classes.push(compactClass);
94
- }
95
- if (layoutState.maximized) {
96
- classes.push(maximizedClass);
97
- }
98
- if (layoutState.tabBar) {
99
- classes.push(hasTabClass);
100
- }
101
- if (layoutState.mixSidebar && !layoutState.topLayout) {
102
- classes.push(mixSidebarClass);
103
- if (!layoutState.sidebar) {
104
- classes.push(singleSidebarClass);
105
- }
106
- }
107
- if (layoutState.topLayout) {
108
- classes.push(topLayoutClass);
109
- }
110
- if (layoutState.maximized && layoutState.expanded) {
111
- classes.push(expandedClass);
112
- }
113
- if (layoutState.mobile) {
114
- classes.push(mobileClass);
115
- }
116
- }
71
+ classes.push("ele-modal-inner");
117
72
  }
118
73
  if (props.modalClass) {
119
74
  classes.push(props.modalClass);
120
75
  }
121
76
  return classes.join(" ");
122
77
  });
123
- const dialogProps = computed(() => {
124
- const option = {
125
- fullscreen: false,
126
- modal: props.multiple ? false : props.modal,
127
- appendToBody: false,
128
- showClose: false,
129
- draggable: false,
130
- alignCenter: false,
131
- destroyOnClose: false,
132
- modalClass: dialogClass.value
133
- };
134
- return Object.assign({}, attrs, pick(props, dialogPropKeys), option);
78
+ const teleportTo = computed(() => {
79
+ return getModalContainer(
80
+ props.inner,
81
+ props.multiple,
82
+ props.appendTo,
83
+ layoutProvide.modalsEl
84
+ );
135
85
  });
136
86
  const teleportDisabled = computed(() => {
137
87
  const appendTo = props.appendTo || "body";
138
88
  const disabled = appendTo === "body" ? !props.appendToBody : false;
139
- return props.multiple ? false : disabled;
89
+ return props.multiple || props.inner ? false : disabled;
140
90
  });
141
91
  const getModalEl = () => {
142
92
  var _a, _b;
@@ -145,64 +95,84 @@ const _sfc_main = defineComponent({
145
95
  const getZIndex = () => {
146
96
  return props.zIndex ?? 2e3;
147
97
  };
98
+ const getPosition = () => {
99
+ if (props.alignCenter) {
100
+ return "center";
101
+ }
102
+ if (props.top != null && props.top !== "") {
103
+ return { top: props.top };
104
+ }
105
+ return props.position;
106
+ };
107
+ const setInitPosition = () => {
108
+ if (state.isInit) {
109
+ state.isInit = false;
110
+ const modalEl = getModalEl();
111
+ const margin = getPositionMargin(getPosition());
112
+ if (modalEl && margin != null) {
113
+ modalEl.style.margin = margin;
114
+ }
115
+ }
116
+ };
117
+ const mousedownListener = (event) => {
118
+ if (props.multiple) {
119
+ topModal(event.currentTarget, getZIndex());
120
+ }
121
+ };
122
+ const handleHeaderMousedown = (event) => {
123
+ const modalEl = getModalEl();
124
+ if (!modalEl || !props.draggable || isFullscreen.value) {
125
+ return;
126
+ }
127
+ handleMove(modalEl, event, props);
128
+ };
129
+ const handleResizeMousedown = (event) => {
130
+ const modalEl = getModalEl();
131
+ if (!modalEl || !props.resizable || isFullscreen.value) {
132
+ return;
133
+ }
134
+ handleResize(modalEl, event, props);
135
+ };
148
136
  const updateModelValue = (modelValue) => {
149
137
  emit("update:modelValue", modelValue);
150
138
  };
151
139
  const toggleFullscreen = (fullscreen) => {
152
- isFullscreen.value = fullscreen == null ? !isFullscreen.value : fullscreen;
140
+ isFullscreen.value = fullscreen ?? !isFullscreen.value;
153
141
  nextTick(() => {
154
- setModalTop(getModalEl(), getZIndex());
142
+ topModal(getModalEl(), getZIndex());
155
143
  });
156
144
  emit("update:fullscreen", isFullscreen.value);
157
145
  };
158
- const mousedownListener = (event) => {
159
- handleMovable(event, props);
160
- handleResizable(event, props);
161
- setModalTop(event.currentTarget, getZIndex());
162
- };
163
146
  const onOpen = () => {
164
147
  if (props.resetOnClose || props.destroyOnClose) {
165
148
  isFullscreen.value = props.fullscreen ?? false;
166
149
  }
167
- if (!dialogEnable.value) {
168
- dialogEnable.value = true;
169
- }
170
150
  nextTick(() => {
171
151
  const modalEl = getModalEl();
172
152
  if (props.resetOnClose) {
173
- resetModalStyle(modalEl, props.width, props.top);
174
- }
175
- if (props.position && typeof props.position === "object") {
176
- setInitPosition(
177
- modalEl,
178
- props.resizable,
179
- props.position,
180
- props.moveOut,
181
- props.resetOnClose
182
- );
153
+ resetModalStyle(modalEl, props.width, getPosition());
154
+ } else {
155
+ setInitPosition();
183
156
  }
184
- setModalTop(modalEl, getZIndex());
157
+ topModal(modalEl, getZIndex());
185
158
  });
186
159
  emit("open");
187
160
  };
188
161
  const onOpened = () => {
189
- const el = getModalEl();
190
- if (el) {
191
- el.addEventListener("mousedown", mousedownListener);
162
+ const modalEl = getModalEl();
163
+ if (modalEl) {
164
+ modalEl.addEventListener("mousedown", mousedownListener);
192
165
  }
193
166
  emit("opened");
194
167
  };
195
168
  const onClose = () => {
196
- const el = getModalEl();
197
- if (el) {
198
- el.removeEventListener("mousedown", mousedownListener);
169
+ const modalEl = getModalEl();
170
+ if (modalEl) {
171
+ modalEl.removeEventListener("mousedown", mousedownListener);
199
172
  }
200
173
  emit("close");
201
174
  };
202
175
  const onClosed = () => {
203
- if (props.destroyOnClose && dialogEnable.value) {
204
- dialogEnable.value = false;
205
- }
206
176
  emit("closed");
207
177
  };
208
178
  const onOpenAutoFocus = () => {
@@ -211,52 +181,17 @@ const _sfc_main = defineComponent({
211
181
  const onCloseAutoFocus = () => {
212
182
  emit("closeAutoFocus");
213
183
  };
214
- watch(
215
- () => props.multiple,
216
- (multiple) => {
217
- teleportTo.value = getModalContainer(multiple, props.appendTo);
218
- }
219
- );
220
- watch(
221
- () => props.appendTo,
222
- (appendTo) => {
223
- if (!props.multiple) {
224
- teleportTo.value = getModalContainer(false, appendTo);
225
- }
226
- }
227
- );
228
184
  watch(
229
185
  () => props.fullscreen,
230
186
  (fullscreen) => {
231
187
  isFullscreen.value = fullscreen ?? false;
232
188
  }
233
189
  );
234
- watch(
235
- () => props.position,
236
- (position) => {
237
- if (props.modelValue && position && typeof position === "object") {
238
- setInitPosition(
239
- getModalEl(),
240
- props.resizable,
241
- position,
242
- props.moveOut,
243
- true
244
- );
245
- }
246
- }
247
- );
248
- watch(
249
- () => props.destroyOnClose,
250
- (destroyOnClose) => {
251
- if (destroyOnClose) {
252
- if (!props.modelValue && dialogEnable.value) {
253
- dialogEnable.value = false;
254
- }
255
- } else if (!dialogEnable.value) {
256
- dialogEnable.value = true;
257
- }
190
+ onMounted(() => {
191
+ if (props.modelValue) {
192
+ setInitPosition();
258
193
  }
259
- );
194
+ });
260
195
  onActivated(() => {
261
196
  isActivated.value = true;
262
197
  });
@@ -265,11 +200,12 @@ const _sfc_main = defineComponent({
265
200
  });
266
201
  return {
267
202
  dialogRef,
268
- teleportTo,
269
203
  isFullscreen,
270
- dialogEnable,
271
- dialogProps,
204
+ dialogClass,
205
+ teleportTo,
272
206
  teleportDisabled,
207
+ handleHeaderMousedown,
208
+ handleResizeMousedown,
273
209
  updateModelValue,
274
210
  toggleFullscreen,
275
211
  onOpen,
@@ -288,20 +224,41 @@ const _export_sfc = (sfc, props) => {
288
224
  }
289
225
  return target;
290
226
  };
291
- const _hoisted_1 = ["onClick"];
292
227
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
293
228
  const _component_CompressOutlined = resolveComponent("CompressOutlined");
294
229
  const _component_ExpandOutlined = resolveComponent("ExpandOutlined");
295
230
  const _component_ElIcon = resolveComponent("ElIcon");
296
231
  const _component_CloseOutlined = resolveComponent("CloseOutlined");
232
+ const _component_ResizeOutlined = resolveComponent("ResizeOutlined");
297
233
  const _component_ReceiverView = resolveComponent("ReceiverView");
298
234
  const _component_ElDialog = resolveComponent("ElDialog");
299
235
  return openBlock(), createBlock(Teleport, {
300
236
  to: _ctx.teleportTo,
301
237
  disabled: _ctx.teleportDisabled
302
238
  }, [
303
- createVNode(_component_ElDialog, mergeProps(_ctx.dialogProps, {
239
+ createVNode(_component_ElDialog, mergeProps(_ctx.$attrs, {
304
240
  ref: "dialogRef",
241
+ modelValue: _ctx.modelValue,
242
+ title: _ctx.title,
243
+ width: _ctx.width,
244
+ fullscreen: false,
245
+ modal: _ctx.multiple ? false : _ctx.modal,
246
+ modalClass: _ctx.dialogClass,
247
+ appendToBody: false,
248
+ lockScroll: _ctx.inner || _ctx.multiple ? false : _ctx.lockScroll,
249
+ openDelay: _ctx.openDelay,
250
+ closeDelay: _ctx.closeDelay,
251
+ closeOnClickModal: _ctx.closeOnClickModal,
252
+ closeOnPressEscape: _ctx.closeOnPressEscape,
253
+ showClose: false,
254
+ beforeClose: _ctx.beforeClose,
255
+ draggable: false,
256
+ overflow: false,
257
+ center: _ctx.center,
258
+ alignCenter: false,
259
+ destroyOnClose: _ctx.destroyOnClose,
260
+ zIndex: _ctx.zIndex,
261
+ headerAriaLevel: _ctx.headerAriaLevel,
305
262
  "onUpdate:modelValue": _ctx.updateModelValue,
306
263
  onOpen: _ctx.onOpen,
307
264
  onOpened: _ctx.onOpened,
@@ -312,11 +269,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
312
269
  }), createSlots({
313
270
  header: withCtx(({ close, titleId, titleClass }) => [
314
271
  createElementVNode("div", {
272
+ style: normalizeStyle(_ctx.headerStyle),
315
273
  class: "ele-modal-header",
316
- style: normalizeStyle(_ctx.headerStyle)
274
+ onMousedown: _cache[4] || (_cache[4] = (...args) => _ctx.handleHeaderMousedown && _ctx.handleHeaderMousedown(...args))
317
275
  }, [
318
- _ctx.dialogEnable ? (openBlock(), createElementBlock("div", {
319
- key: 0,
276
+ createElementVNode("div", {
320
277
  class: "ele-modal-title",
321
278
  style: normalizeStyle(_ctx.titleStyle)
322
279
  }, [
@@ -327,12 +284,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
327
284
  }, () => [
328
285
  createTextVNode(toDisplayString(_ctx.title), 1)
329
286
  ])
330
- ], 4)) : createCommentVNode("", true),
331
- _ctx.dialogEnable && _ctx.maxable ? (openBlock(), createElementBlock("div", {
332
- key: 1,
287
+ ], 4),
288
+ _ctx.maxable ? (openBlock(), createElementBlock("div", {
289
+ key: 0,
333
290
  class: "ele-modal-tool",
334
291
  style: normalizeStyle(_ctx.fullscreenBtnStyle),
335
- onClick: _cache[0] || (_cache[0] = ($event) => _ctx.toggleFullscreen())
292
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.toggleFullscreen()),
293
+ onMousedown: _cache[1] || (_cache[1] = withModifiers(() => {
294
+ }, ["stop"]))
336
295
  }, [
337
296
  renderSlot(_ctx.$slots, "maxIcon", { fullscreen: _ctx.isFullscreen }, () => [
338
297
  createVNode(_component_ElIcon, null, {
@@ -342,53 +301,72 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
342
301
  _: 1
343
302
  })
344
303
  ])
345
- ], 4)) : createCommentVNode("", true),
346
- _ctx.dialogEnable && _ctx.showClose ? (openBlock(), createElementBlock("div", {
347
- key: 2,
304
+ ], 36)) : createCommentVNode("", true),
305
+ _ctx.showClose ? (openBlock(), createElementBlock("div", {
306
+ key: 1,
348
307
  class: "ele-modal-tool",
349
308
  style: normalizeStyle(_ctx.closeBtnStyle),
350
- onClick: close
309
+ onClick: _cache[2] || (_cache[2] = ($event) => _ctx.updateModelValue(false)),
310
+ onMousedown: _cache[3] || (_cache[3] = withModifiers(() => {
311
+ }, ["stop"]))
351
312
  }, [
352
313
  renderSlot(_ctx.$slots, "closeIcon", {}, () => [
353
314
  createVNode(_component_ElIcon, null, {
354
315
  default: withCtx(() => [
355
- createVNode(_component_CloseOutlined)
316
+ _ctx.closeIcon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.closeIcon), { key: 0 })) : (openBlock(), createBlock(_component_CloseOutlined, { key: 1 }))
356
317
  ]),
357
318
  _: 1
358
319
  })
359
320
  ])
360
- ], 12, _hoisted_1)) : createCommentVNode("", true)
361
- ], 4)
321
+ ], 36)) : createCommentVNode("", true)
322
+ ], 36),
323
+ _ctx.resizable ? (openBlock(), createElementBlock("div", {
324
+ key: 0,
325
+ class: normalizeClass([
326
+ "ele-modal-resize-icon",
327
+ { "is-horizontal": _ctx.resizable === "horizontal" },
328
+ { "is-vertical": _ctx.resizable === "vertical" }
329
+ ]),
330
+ style: normalizeStyle(_ctx.resizeIconStyle),
331
+ onMousedown: _cache[5] || (_cache[5] = (...args) => _ctx.handleResizeMousedown && _ctx.handleResizeMousedown(...args))
332
+ }, [
333
+ renderSlot(_ctx.$slots, "resizeIcon", {}, () => [
334
+ createVNode(_component_ElIcon, null, {
335
+ default: withCtx(() => [
336
+ createVNode(_component_ResizeOutlined)
337
+ ]),
338
+ _: 1
339
+ })
340
+ ])
341
+ ], 38)) : createCommentVNode("", true)
362
342
  ]),
363
343
  default: withCtx(() => [
364
- _ctx.dialogEnable ? (openBlock(), createBlock(_component_ReceiverView, {
365
- key: 0,
344
+ createVNode(_component_ReceiverView, {
366
345
  wrapPosition: false,
367
- class: "ele-modal-body",
346
+ class: normalizeClass(["ele-modal-body", { "is-form": _ctx.form }]),
368
347
  style: normalizeStyle(_ctx.bodyStyle)
369
348
  }, {
370
349
  default: withCtx(() => [
371
350
  renderSlot(_ctx.$slots, "default")
372
351
  ]),
373
352
  _: 3
374
- }, 8, ["style"])) : createCommentVNode("", true)
353
+ }, 8, ["class", "style"])
375
354
  ]),
376
355
  _: 2
377
356
  }, [
378
357
  _ctx.$slots.footer ? {
379
358
  name: "footer",
380
359
  fn: withCtx(() => [
381
- _ctx.dialogEnable ? (openBlock(), createElementBlock("div", {
382
- key: 0,
360
+ createElementVNode("div", {
383
361
  class: "ele-modal-footer",
384
362
  style: normalizeStyle(_ctx.footerStyle)
385
363
  }, [
386
364
  renderSlot(_ctx.$slots, "footer")
387
- ], 4)) : createCommentVNode("", true)
365
+ ], 4)
388
366
  ]),
389
367
  key: "0"
390
368
  } : void 0
391
- ]), 1040, ["onUpdate:modelValue", "onOpen", "onOpened", "onClose", "onClosed", "onOpenAutoFocus", "onCloseAutoFocus"])
369
+ ]), 1040, ["modelValue", "title", "width", "modal", "modalClass", "lockScroll", "openDelay", "closeDelay", "closeOnClickModal", "closeOnPressEscape", "beforeClose", "center", "destroyOnClose", "zIndex", "headerAriaLevel", "onUpdate:modelValue", "onOpen", "onOpened", "onClose", "onClosed", "onOpenAutoFocus", "onCloseAutoFocus"])
392
370
  ], 8, ["to", "disabled"]);
393
371
  }
394
372
  const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
@@ -1,6 +1,7 @@
1
- import type { PropType, ExtractPropTypes } from 'vue';
1
+ import { Resizable, MoveOut, Position } from './types';
2
2
  import { dialogProps } from 'element-plus';
3
- import type { Resizable, MoveOut, Position } from './types';
3
+ import { PropType, ExtractPropTypes } from 'vue';
4
+
4
5
  /**
5
6
  * 属性
6
7
  */
@@ -41,17 +42,19 @@ export declare const modalProps: {
41
42
  default: number;
42
43
  };
43
44
  /** 标题栏样式 */
44
- headerStyle: PropType<Partial<import("vue").CSSProperties>>;
45
+ headerStyle: PropType<Partial<import('vue').CSSProperties>>;
45
46
  /** 标题样式 */
46
- titleStyle: PropType<Partial<import("vue").CSSProperties>>;
47
+ titleStyle: PropType<Partial<import('vue').CSSProperties>>;
47
48
  /** 主体样式 */
48
- bodyStyle: PropType<Partial<import("vue").CSSProperties>>;
49
+ bodyStyle: PropType<Partial<import('vue').CSSProperties>>;
49
50
  /** 底栏样式 */
50
- footerStyle: PropType<Partial<import("vue").CSSProperties>>;
51
+ footerStyle: PropType<Partial<import('vue').CSSProperties>>;
51
52
  /** 自定义关闭按钮样式 */
52
- closeBtnStyle: PropType<Partial<import("vue").CSSProperties>>;
53
+ closeBtnStyle: PropType<Partial<import('vue').CSSProperties>>;
53
54
  /** 自定义全屏按钮样式 */
54
- fullscreenBtnStyle: PropType<Partial<import("vue").CSSProperties>>;
55
+ fullscreenBtnStyle: PropType<Partial<import('vue').CSSProperties>>;
56
+ /** 拉伸图标样式 */
57
+ resizeIconStyle: PropType<Partial<import('vue').CSSProperties>>;
55
58
  /** 是否开启响应式 */
56
59
  responsive: {
57
60
  type: BooleanConstructor;
@@ -59,20 +62,20 @@ export declare const modalProps: {
59
62
  };
60
63
  /** 是否是表单弹窗 */
61
64
  form: BooleanConstructor;
62
- appendTo: import("element-plus/es/utils/index").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
65
+ appendTo: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "body", boolean>;
63
66
  beforeClose: {
64
- readonly type: PropType<import("element-plus").DialogBeforeCloseFn>;
67
+ readonly type: PropType<import('element-plus').DialogBeforeCloseFn>;
65
68
  readonly required: false;
66
69
  readonly validator: ((val: unknown) => boolean) | undefined;
67
70
  __epPropKey: true; /** 是否显示最大化切换按钮 */
68
71
  };
69
72
  destroyOnClose: BooleanConstructor;
70
- closeOnClickModal: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
71
- closeOnPressEscape: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
72
- lockScroll: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
73
- modal: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
74
- openDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
75
- closeDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
73
+ closeOnClickModal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
74
+ closeOnPressEscape: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
75
+ lockScroll: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
76
+ modal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
77
+ openDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
78
+ closeDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
76
79
  top: {
77
80
  readonly type: PropType<string>;
78
81
  readonly required: false;
@@ -82,7 +85,7 @@ export declare const modalProps: {
82
85
  modelValue: BooleanConstructor;
83
86
  modalClass: StringConstructor;
84
87
  width: {
85
- readonly type: PropType<import("element-plus/es/utils/index").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
88
+ readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
86
89
  readonly required: false;
87
90
  readonly validator: ((val: unknown) => boolean) | undefined;
88
91
  __epPropKey: true;
@@ -93,21 +96,21 @@ export declare const modalProps: {
93
96
  readonly validator: ((val: unknown) => boolean) | undefined;
94
97
  __epPropKey: true;
95
98
  };
96
- trapFocus: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
97
- headerAriaLevel: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
99
+ trapFocus: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
100
+ headerAriaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
98
101
  center: BooleanConstructor;
99
102
  alignCenter: BooleanConstructor;
100
103
  closeIcon: {
101
- readonly type: PropType<import("element-plus/es/utils/index").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
104
+ readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>) & {}) | (() => string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>))[], unknown, unknown>>;
102
105
  readonly required: false;
103
106
  readonly validator: ((val: unknown) => boolean) | undefined;
104
107
  __epPropKey: true;
105
108
  };
106
109
  overflow: BooleanConstructor;
107
110
  fullscreen: BooleanConstructor;
108
- showClose: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
109
- title: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
110
- ariaLevel: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
111
+ showClose: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
112
+ title: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
113
+ ariaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
111
114
  };
112
115
  export type ModalProps = ExtractPropTypes<typeof modalProps>;
113
116
  /**
@@ -48,6 +48,8 @@ const modalProps = {
48
48
  closeBtnStyle: Object,
49
49
  /** 自定义全屏按钮样式 */
50
50
  fullscreenBtnStyle: Object,
51
+ /** 拉伸图标样式 */
52
+ resizeIconStyle: Object,
51
53
  /** 是否开启响应式 */
52
54
  responsive: {
53
55
  type: Boolean,