ele-admin-plus 1.1.6-beta.5 → 1.1.6

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 (303) hide show
  1. package/es/ele-alert/index.d.ts +6 -6
  2. package/es/ele-alert/props.d.ts +1 -1
  3. package/{lib/ele-app/types/element.d.ts → es/ele-app/el.d.ts} +101 -4
  4. package/es/ele-app/index.d.ts +0 -1
  5. package/es/ele-app/plus.d.ts +75 -0
  6. package/es/ele-app/style/common/index.js +1 -1
  7. package/es/ele-app/style/message/index.js +2 -2
  8. package/es/ele-app/style/overwrite/autocomplete/index.js +1 -1
  9. package/es/ele-app/style/overwrite/backtop/index.js +1 -1
  10. package/es/ele-app/style/overwrite/cascader/index.js +1 -1
  11. package/es/ele-app/style/overwrite/checkbox/index.js +1 -1
  12. package/es/ele-app/style/overwrite/color-picker/index.js +1 -1
  13. package/es/ele-app/style/overwrite/date-picker/index.js +1 -1
  14. package/es/ele-app/style/overwrite/descriptions/index.js +1 -1
  15. package/es/ele-app/style/overwrite/image-viewer/index.js +1 -1
  16. package/es/ele-app/style/overwrite/index.js +17 -17
  17. package/es/ele-app/style/overwrite/message-box/index.js +2 -2
  18. package/es/ele-app/style/overwrite/notification/index.js +2 -2
  19. package/es/ele-app/style/overwrite/popper/index.js +1 -1
  20. package/es/ele-app/style/overwrite/radio/index.js +1 -1
  21. package/es/ele-app/style/overwrite/select/index.js +1 -1
  22. package/es/ele-app/style/overwrite/table-filter/index.js +1 -1
  23. package/es/ele-app/style/overwrite/tag/index.js +1 -1
  24. package/es/ele-app/style/overwrite/tree/index.js +1 -1
  25. package/es/ele-app/style/overwrite/tree/index.scss +3 -1
  26. package/es/ele-app/style/overwrite/tree-select/index.js +1 -1
  27. package/es/ele-app/style/overwrite/tree-select/index.scss +4 -0
  28. package/es/ele-app/style/scrollbar/index.js +1 -1
  29. package/es/ele-app/{types/core.d.ts → types.d.ts} +10 -4
  30. package/es/ele-avatar-group/index.d.ts +2 -2
  31. package/es/ele-avatar-group/types.d.ts +21 -0
  32. package/{lib/ele-bar-code/types/index.d.ts → es/ele-bar-code/types.d.ts} +2 -0
  33. package/es/ele-basic-select/index.d.ts +8 -7
  34. package/{lib/ele-basic-select/types/index.d.ts → es/ele-basic-select/types.d.ts} +11 -8
  35. package/es/ele-breadcrumb/index.d.ts +1 -1
  36. package/es/ele-breadcrumb/types.d.ts +21 -0
  37. package/es/ele-check-card/components/card-item.d.ts +1 -1
  38. package/es/ele-check-card/index.d.ts +4 -4
  39. package/es/ele-check-card/props.d.ts +1 -1
  40. package/es/ele-check-card/types.d.ts +37 -0
  41. package/es/ele-config-provider/index.d.ts +2 -2
  42. package/es/ele-config-provider/props.d.ts +1 -1
  43. package/es/ele-config-provider/types.d.ts +124 -0
  44. package/es/ele-copyable/index.d.ts +5 -7
  45. package/es/ele-copyable/props.d.ts +1 -1
  46. package/{lib/ele-copyable/types/index.d.ts → es/ele-copyable/types.d.ts} +4 -2
  47. package/es/ele-cropper/index.d.ts +0 -2
  48. package/es/ele-cropper/types.d.ts +98 -0
  49. package/es/ele-cropper-modal/index.d.ts +2 -2
  50. package/es/ele-cropper-modal/props.d.ts +1 -1
  51. package/es/ele-data-table/index.d.ts +5 -2
  52. package/{lib/ele-data-table/types/index.d.ts → es/ele-data-table/types.d.ts} +111 -74
  53. package/es/ele-data-table/util.d.ts +2 -1
  54. package/es/ele-drawer/index.d.ts +3 -3
  55. package/es/ele-dropdown/index.d.ts +1 -1
  56. package/es/ele-dropdown/types.d.ts +20 -0
  57. package/es/ele-edit-tag/index.d.ts +3 -3
  58. package/{lib/ele-edit-tag/types/index.d.ts → es/ele-edit-tag/types.d.ts} +1 -0
  59. package/es/ele-ellipsis/index.d.ts +3 -3
  60. package/es/ele-ellipsis/props.d.ts +1 -1
  61. package/es/ele-ellipsis/types.d.ts +9 -0
  62. package/es/ele-file-list/components/file-grid-item.d.ts +1 -1
  63. package/es/ele-file-list/components/file-grid.d.ts +1 -1
  64. package/es/ele-file-list/components/file-table-item.d.ts +1 -1
  65. package/es/ele-file-list/components/file-table.d.ts +1 -1
  66. package/es/ele-file-list/index.d.ts +2 -2
  67. package/es/ele-file-list/props.d.ts +1 -1
  68. package/es/ele-file-list/types.d.ts +105 -0
  69. package/es/ele-icon-select/components/icon-grid.d.ts +1 -1
  70. package/es/ele-icon-select/index.d.ts +5 -5
  71. package/es/ele-icon-select/props.d.ts +1 -1
  72. package/es/ele-icon-select/types.d.ts +16 -0
  73. package/es/ele-loading/{types/index.d.ts → types.d.ts} +6 -4
  74. package/es/ele-map-picker/components/map-view.d.ts +14 -12
  75. package/es/ele-map-picker/index.d.ts +6 -6
  76. package/es/ele-map-picker/props.d.ts +2 -1
  77. package/es/ele-map-picker/types.d.ts +93 -0
  78. package/es/ele-menus/index.d.ts +1 -1
  79. package/es/ele-menus/types.d.ts +96 -0
  80. package/es/ele-modal/index.d.ts +8 -10
  81. package/{lib/ele-modal/types/index.d.ts → es/ele-modal/types.d.ts} +22 -7
  82. package/es/ele-popconfirm/index.d.ts +10 -9
  83. package/es/ele-popconfirm/props.d.ts +1 -1
  84. package/es/ele-popover/index.d.ts +1 -1
  85. package/es/ele-popover/props.d.ts +19 -19
  86. package/es/ele-printer/types.d.ts +48 -0
  87. package/es/ele-pro-layout/components/pro-sidebar.d.ts +1 -1
  88. package/es/ele-pro-layout/components/pro-sidebox.d.ts +1 -1
  89. package/es/ele-pro-layout/components/pro-tabs.d.ts +1 -1
  90. package/es/ele-pro-layout/components/tab-dropdown.d.ts +1 -1
  91. package/es/ele-pro-layout/index.d.ts +15 -11
  92. package/es/ele-pro-layout/props.d.ts +1 -1
  93. package/es/ele-pro-layout/types.d.ts +253 -0
  94. package/es/ele-pro-table/index.d.ts +8 -9
  95. package/es/ele-pro-table/props.d.ts +4 -4
  96. package/es/ele-pro-table/types.d.ts +277 -0
  97. package/es/ele-pro-table/util.d.ts +1 -1
  98. package/es/ele-qr-code/index.d.ts +1 -1
  99. package/es/ele-qr-code/types.d.ts +41 -0
  100. package/es/ele-qr-code-svg/index.d.ts +1 -1
  101. package/es/ele-segmented/index.d.ts +2 -2
  102. package/es/ele-segmented/types.d.ts +28 -0
  103. package/es/ele-steps/{types/index.d.ts → types.d.ts} +5 -3
  104. package/es/ele-table-select/index.d.ts +12 -12
  105. package/es/ele-table-select/props.d.ts +1 -1
  106. package/es/ele-tabs/components/tab-title.d.ts +1 -1
  107. package/es/ele-tabs/index.d.ts +8 -7
  108. package/es/ele-tabs/props.d.ts +2 -1
  109. package/es/ele-tabs/types.d.ts +64 -0
  110. package/es/ele-text/index.d.ts +4 -4
  111. package/es/ele-text/props.d.ts +1 -1
  112. package/es/ele-text/types.d.ts +35 -0
  113. package/es/ele-tooltip/index.d.ts +1 -1
  114. package/es/ele-tooltip/props.d.ts +7 -7
  115. package/es/ele-tour/index.d.ts +1 -1
  116. package/es/ele-tour/types.d.ts +42 -0
  117. package/es/ele-tour/util.d.ts +1 -1
  118. package/es/ele-tree-select/index.d.ts +4 -3
  119. package/es/ele-tree-select/props.d.ts +1 -1
  120. package/es/ele-tree-select/style/index.scss +4 -0
  121. package/es/ele-tree-select/{types/index.d.ts → types.d.ts} +5 -1
  122. package/es/ele-upload-list/components/list-item.d.ts +1 -1
  123. package/es/ele-upload-list/index.d.ts +4 -4
  124. package/es/ele-upload-list/props.d.ts +1 -1
  125. package/es/ele-upload-list/types.d.ts +45 -0
  126. package/es/ele-virtual-table/components/body-cell.d.ts +1 -1
  127. package/es/ele-virtual-table/components/body-row.d.ts +1 -1
  128. package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
  129. package/es/ele-virtual-table/index.d.ts +10 -9
  130. package/es/ele-virtual-table/types.d.ts +195 -0
  131. package/es/ele-watermark/index.d.ts +1 -1
  132. package/es/ele-watermark/types.d.ts +39 -0
  133. package/lib/ele-alert/index.d.ts +6 -6
  134. package/lib/ele-alert/props.d.ts +1 -1
  135. package/{es/ele-app/types/element.d.ts → lib/ele-app/el.d.ts} +101 -4
  136. package/lib/ele-app/index.d.ts +0 -1
  137. package/lib/ele-app/plus.d.ts +75 -0
  138. package/lib/ele-app/style/message/index.cjs +1 -1
  139. package/lib/ele-app/style/overwrite/message-box/index.cjs +1 -1
  140. package/lib/ele-app/style/overwrite/notification/index.cjs +1 -1
  141. package/lib/ele-app/style/overwrite/tree/index.scss +3 -1
  142. package/lib/ele-app/style/overwrite/tree-select/index.scss +4 -0
  143. package/lib/ele-app/{types/core.d.ts → types.d.ts} +10 -4
  144. package/lib/ele-avatar-group/index.d.ts +2 -2
  145. package/lib/ele-avatar-group/types.d.ts +21 -0
  146. package/{es/ele-bar-code/types/index.d.ts → lib/ele-bar-code/types.d.ts} +2 -0
  147. package/lib/ele-basic-select/index.d.ts +8 -7
  148. package/{es/ele-basic-select/types/index.d.ts → lib/ele-basic-select/types.d.ts} +11 -8
  149. package/lib/ele-breadcrumb/index.d.ts +1 -1
  150. package/lib/ele-breadcrumb/types.d.ts +21 -0
  151. package/lib/ele-check-card/components/card-item.d.ts +1 -1
  152. package/lib/ele-check-card/index.d.ts +4 -4
  153. package/lib/ele-check-card/props.d.ts +1 -1
  154. package/lib/ele-check-card/types.d.ts +37 -0
  155. package/lib/ele-config-provider/index.d.ts +2 -2
  156. package/lib/ele-config-provider/props.d.ts +1 -1
  157. package/lib/ele-config-provider/types.d.ts +124 -0
  158. package/lib/ele-copyable/index.d.ts +5 -7
  159. package/lib/ele-copyable/props.d.ts +1 -1
  160. package/{es/ele-copyable/types/index.d.ts → lib/ele-copyable/types.d.ts} +4 -2
  161. package/lib/ele-cropper/index.d.ts +0 -2
  162. package/lib/ele-cropper/types.d.ts +98 -0
  163. package/lib/ele-cropper-modal/index.d.ts +2 -2
  164. package/lib/ele-cropper-modal/props.d.ts +1 -1
  165. package/lib/ele-data-table/index.d.ts +5 -2
  166. package/{es/ele-data-table/types/index.d.ts → lib/ele-data-table/types.d.ts} +111 -74
  167. package/lib/ele-data-table/util.d.ts +2 -1
  168. package/lib/ele-drawer/index.d.ts +3 -3
  169. package/lib/ele-dropdown/index.d.ts +1 -1
  170. package/lib/ele-dropdown/types.d.ts +20 -0
  171. package/lib/ele-edit-tag/index.d.ts +3 -3
  172. package/{es/ele-edit-tag/types/index.d.ts → lib/ele-edit-tag/types.d.ts} +1 -0
  173. package/lib/ele-ellipsis/index.d.ts +3 -3
  174. package/lib/ele-ellipsis/props.d.ts +1 -1
  175. package/lib/ele-ellipsis/types.d.ts +9 -0
  176. package/lib/ele-file-list/components/file-grid-item.d.ts +1 -1
  177. package/lib/ele-file-list/components/file-grid.d.ts +1 -1
  178. package/lib/ele-file-list/components/file-table-item.d.ts +1 -1
  179. package/lib/ele-file-list/components/file-table.d.ts +1 -1
  180. package/lib/ele-file-list/index.d.ts +2 -2
  181. package/lib/ele-file-list/props.d.ts +1 -1
  182. package/lib/ele-file-list/types.d.ts +105 -0
  183. package/lib/ele-icon-select/components/icon-grid.d.ts +1 -1
  184. package/lib/ele-icon-select/index.d.ts +5 -5
  185. package/lib/ele-icon-select/props.d.ts +1 -1
  186. package/lib/ele-icon-select/types.d.ts +16 -0
  187. package/lib/ele-loading/{types/index.d.ts → types.d.ts} +6 -4
  188. package/lib/ele-map-picker/components/map-view.d.ts +14 -12
  189. package/lib/ele-map-picker/index.d.ts +6 -6
  190. package/lib/ele-map-picker/props.d.ts +2 -1
  191. package/lib/ele-map-picker/types.d.ts +93 -0
  192. package/lib/ele-menus/index.d.ts +1 -1
  193. package/lib/ele-menus/types.d.ts +96 -0
  194. package/lib/ele-modal/index.d.ts +8 -10
  195. package/{es/ele-modal/types/index.d.ts → lib/ele-modal/types.d.ts} +22 -7
  196. package/lib/ele-popconfirm/index.d.ts +10 -9
  197. package/lib/ele-popconfirm/props.d.ts +1 -1
  198. package/lib/ele-popover/index.d.ts +1 -1
  199. package/lib/ele-popover/props.d.ts +19 -19
  200. package/lib/ele-printer/types.d.ts +48 -0
  201. package/lib/ele-pro-layout/components/pro-sidebar.d.ts +1 -1
  202. package/lib/ele-pro-layout/components/pro-sidebox.d.ts +1 -1
  203. package/lib/ele-pro-layout/components/pro-tabs.d.ts +1 -1
  204. package/lib/ele-pro-layout/components/tab-dropdown.d.ts +1 -1
  205. package/lib/ele-pro-layout/index.d.ts +15 -11
  206. package/lib/ele-pro-layout/props.d.ts +1 -1
  207. package/lib/ele-pro-layout/types.d.ts +253 -0
  208. package/lib/ele-pro-table/index.d.ts +8 -9
  209. package/lib/ele-pro-table/props.d.ts +4 -4
  210. package/lib/ele-pro-table/types.d.ts +277 -0
  211. package/lib/ele-pro-table/util.d.ts +1 -1
  212. package/lib/ele-qr-code/index.d.ts +1 -1
  213. package/lib/ele-qr-code/types.d.ts +41 -0
  214. package/lib/ele-qr-code-svg/index.d.ts +1 -1
  215. package/lib/ele-segmented/index.d.ts +2 -2
  216. package/lib/ele-segmented/types.d.ts +28 -0
  217. package/lib/ele-steps/{types/index.d.ts → types.d.ts} +5 -3
  218. package/lib/ele-table-select/index.d.ts +12 -12
  219. package/lib/ele-table-select/props.d.ts +1 -1
  220. package/lib/ele-tabs/components/tab-title.d.ts +1 -1
  221. package/lib/ele-tabs/index.d.ts +8 -7
  222. package/lib/ele-tabs/props.d.ts +2 -1
  223. package/lib/ele-tabs/types.d.ts +64 -0
  224. package/lib/ele-text/index.d.ts +4 -4
  225. package/lib/ele-text/props.d.ts +1 -1
  226. package/lib/ele-text/types.d.ts +35 -0
  227. package/lib/ele-tooltip/index.d.ts +1 -1
  228. package/lib/ele-tooltip/props.d.ts +7 -7
  229. package/lib/ele-tour/index.d.ts +1 -1
  230. package/lib/ele-tour/types.d.ts +42 -0
  231. package/lib/ele-tour/util.d.ts +1 -1
  232. package/lib/ele-tree-select/index.d.ts +4 -3
  233. package/lib/ele-tree-select/props.d.ts +1 -1
  234. package/lib/ele-tree-select/style/index.scss +4 -0
  235. package/lib/ele-tree-select/{types/index.d.ts → types.d.ts} +5 -1
  236. package/lib/ele-upload-list/components/list-item.d.ts +1 -1
  237. package/lib/ele-upload-list/index.d.ts +4 -4
  238. package/lib/ele-upload-list/props.d.ts +1 -1
  239. package/lib/ele-upload-list/types.d.ts +45 -0
  240. package/lib/ele-virtual-table/components/body-cell.d.ts +1 -1
  241. package/lib/ele-virtual-table/components/body-row.d.ts +1 -1
  242. package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
  243. package/lib/ele-virtual-table/index.d.ts +10 -9
  244. package/lib/ele-virtual-table/types.d.ts +195 -0
  245. package/lib/ele-watermark/index.d.ts +1 -1
  246. package/lib/ele-watermark/types.d.ts +39 -0
  247. package/package.json +88 -8
  248. package/es/ele-app/types/components.d.ts +0 -51
  249. package/es/ele-app/types/index.d.ts +0 -3
  250. package/es/ele-avatar-group/types/index.d.ts +0 -20
  251. package/es/ele-breadcrumb/types/index.d.ts +0 -19
  252. package/es/ele-check-card/types/index.d.ts +0 -32
  253. package/es/ele-config-provider/types/index.d.ts +0 -102
  254. package/es/ele-cropper/types/index.d.ts +0 -77
  255. package/es/ele-dropdown/types/index.d.ts +0 -18
  256. package/es/ele-ellipsis/types/index.d.ts +0 -8
  257. package/es/ele-file-list/types/index.d.ts +0 -95
  258. package/es/ele-icon-select/types/index.d.ts +0 -16
  259. package/es/ele-map-picker/types/index.d.ts +0 -88
  260. package/es/ele-menus/types/index.d.ts +0 -78
  261. package/es/ele-printer/types/index.d.ts +0 -44
  262. package/es/ele-pro-layout/types/index.d.ts +0 -226
  263. package/es/ele-pro-table/types/index.d.ts +0 -219
  264. package/es/ele-qr-code/types/index.d.ts +0 -38
  265. package/es/ele-segmented/types/index.d.ts +0 -25
  266. package/es/ele-tabs/types/index.d.ts +0 -50
  267. package/es/ele-text/types/index.d.ts +0 -13
  268. package/es/ele-tour/types/index.d.ts +0 -38
  269. package/es/ele-upload-list/types/index.d.ts +0 -42
  270. package/es/ele-virtual-table/types/index.d.ts +0 -161
  271. package/es/ele-watermark/types/index.d.ts +0 -36
  272. package/lib/ele-app/types/components.d.ts +0 -51
  273. package/lib/ele-app/types/index.d.ts +0 -3
  274. package/lib/ele-avatar-group/types/index.d.ts +0 -20
  275. package/lib/ele-breadcrumb/types/index.d.ts +0 -19
  276. package/lib/ele-check-card/types/index.d.ts +0 -32
  277. package/lib/ele-config-provider/types/index.d.ts +0 -102
  278. package/lib/ele-cropper/types/index.d.ts +0 -77
  279. package/lib/ele-dropdown/types/index.d.ts +0 -18
  280. package/lib/ele-ellipsis/types/index.d.ts +0 -8
  281. package/lib/ele-file-list/types/index.d.ts +0 -95
  282. package/lib/ele-icon-select/types/index.d.ts +0 -16
  283. package/lib/ele-map-picker/types/index.d.ts +0 -88
  284. package/lib/ele-menus/types/index.d.ts +0 -78
  285. package/lib/ele-printer/types/index.d.ts +0 -44
  286. package/lib/ele-pro-layout/types/index.d.ts +0 -226
  287. package/lib/ele-pro-table/types/index.d.ts +0 -219
  288. package/lib/ele-qr-code/types/index.d.ts +0 -38
  289. package/lib/ele-segmented/types/index.d.ts +0 -25
  290. package/lib/ele-tabs/types/index.d.ts +0 -50
  291. package/lib/ele-text/types/index.d.ts +0 -13
  292. package/lib/ele-tour/types/index.d.ts +0 -38
  293. package/lib/ele-upload-list/types/index.d.ts +0 -42
  294. package/lib/ele-virtual-table/types/index.d.ts +0 -161
  295. package/lib/ele-watermark/types/index.d.ts +0 -36
  296. /package/es/ele-dashboard/{types/index.d.ts → types.d.ts} +0 -0
  297. /package/es/ele-dot/{types/index.d.ts → types.d.ts} +0 -0
  298. /package/es/ele-pagination/{types/index.d.ts → types.d.ts} +0 -0
  299. /package/es/ele-toolbar/{types/index.d.ts → types.d.ts} +0 -0
  300. /package/lib/ele-dashboard/{types/index.d.ts → types.d.ts} +0 -0
  301. /package/lib/ele-dot/{types/index.d.ts → types.d.ts} +0 -0
  302. /package/lib/ele-pagination/{types/index.d.ts → types.d.ts} +0 -0
  303. /package/lib/ele-toolbar/{types/index.d.ts → types.d.ts} +0 -0
@@ -11,16 +11,16 @@ declare const _default: import("vue").DefineComponent<{
11
11
  showIcon: BooleanConstructor;
12
12
  effect: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
13
13
  iconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
14
- iconProps: import("vue").PropType<import("../ele-app/types").ElIconProps>;
14
+ iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>; /** 是否非关闭状态 */
15
15
  closeIconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
16
- closeIconProps: import("vue").PropType<import("../ele-app/types").ElIconProps>;
16
+ closeIconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
17
17
  bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
18
18
  titleStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
19
19
  descriptionStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
20
20
  transitionName: {
21
21
  type: StringConstructor;
22
22
  default: string;
23
- };
23
+ }; /** 打开 */
24
24
  }, {
25
25
  visible: import("vue").Ref<boolean>;
26
26
  isRich: import("vue").ComputedRef<boolean>;
@@ -41,16 +41,16 @@ declare const _default: import("vue").DefineComponent<{
41
41
  showIcon: BooleanConstructor;
42
42
  effect: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "light" | "dark", unknown> | undefined>;
43
43
  iconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
44
- iconProps: import("vue").PropType<import("../ele-app/types").ElIconProps>;
44
+ iconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>; /** 是否非关闭状态 */
45
45
  closeIconStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
46
- closeIconProps: import("vue").PropType<import("../ele-app/types").ElIconProps>;
46
+ closeIconProps: import("vue").PropType<import("../ele-app/el").ElIconProps>;
47
47
  bodyStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
48
48
  titleStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
49
49
  descriptionStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
50
50
  transitionName: {
51
51
  type: StringConstructor;
52
52
  default: string;
53
- };
53
+ }; /** 打开 */
54
54
  }>> & {
55
55
  onClose?: ((_e: MouseEvent) => any) | undefined;
56
56
  }, {
@@ -1,5 +1,5 @@
1
1
  import type { PropType, ExtractPropTypes } from 'vue';
2
- import type { ElIconProps } from '../ele-app/types';
2
+ import type { ElIconProps } from '../ele-app/el';
3
3
  /**
4
4
  * 属性
5
5
  */
@@ -1,61 +1,158 @@
1
1
  import type { ExtractPropTypes } from 'vue';
2
- import type { IconProps, RowProps, ColProps, BreadcrumbProps, BreadcrumbItemProps, InputProps, TagProps, AvatarProps, PopoverProps, ElTooltipProps as TooltipProps, PopconfirmProps, AlertProps, ButtonProps, CardProps, EmptyProps, ProgressProps, MenuProps, MenuItemProps, SubMenuProps, MenuItemGroupProps, BadgeProps, LinkProps, DialogProps, StepProps, TabsProps, TabPaneProps, TableProps, TableV2Props, ElPopper, ElPopover, ElTooltip, ElBreadcrumb, ElDrawer, ElInput, ElDropdown, ElMenu, ElSubMenu, ElDialog, ElTable, ElTableV2, ElTabs, ElImage, ElScrollbar, ElTreeV2 } from 'element-plus';
2
+ import type {
3
+ IconProps,
4
+ RowProps,
5
+ ColProps,
6
+ BreadcrumbProps,
7
+ BreadcrumbItemProps,
8
+ InputProps,
9
+ TagProps,
10
+ AvatarProps,
11
+ PopoverProps,
12
+ ElTooltipProps as TooltipProps,
13
+ PopconfirmProps,
14
+ AlertProps,
15
+ ButtonProps,
16
+ CardProps,
17
+ EmptyProps,
18
+ ProgressProps,
19
+ MenuProps,
20
+ MenuItemProps,
21
+ SubMenuProps,
22
+ MenuItemGroupProps,
23
+ BadgeProps,
24
+ LinkProps,
25
+ DialogProps,
26
+ StepProps,
27
+ TabsProps,
28
+ TabPaneProps,
29
+ TableProps,
30
+ TableV2Props,
31
+ ElPopper,
32
+ ElPopover,
33
+ ElTooltip,
34
+ ElBreadcrumb,
35
+ ElDrawer,
36
+ ElInput,
37
+ ElDropdown,
38
+ ElMenu,
39
+ ElSubMenu,
40
+ ElDialog,
41
+ ElTable,
42
+ ElTableV2,
43
+ ElTabs,
44
+ ElImage,
45
+ ElScrollbar,
46
+ ElTreeV2
47
+ } from 'element-plus';
3
48
  import type { dropdownProps } from 'element-plus';
4
49
  import type { dropdownItemProps } from 'element-plus';
5
50
  import type columnProps from 'element-plus/es/components/table/src/table-column/defaults';
6
51
  import type { TreeProps } from 'element-plus/es/components/tree-v2/src/types';
7
- import type { ComponentProps } from './core';
52
+ import type { ComponentProps } from './types';
53
+
8
54
  /**
9
55
  * 组件属性
10
56
  */
11
57
  export type ElIconProps = ComponentProps<IconProps>;
58
+
12
59
  export type ElRowProps = ComponentProps<RowProps>;
60
+
13
61
  export type ElColProps = ComponentProps<ColProps>;
62
+
14
63
  export type ElBreadcrumbProps = ComponentProps<BreadcrumbProps>;
64
+
15
65
  export type ElBreadcrumbItemProps = ComponentProps<BreadcrumbItemProps>;
16
- export type ElDropdownProps = ComponentProps<ExtractPropTypes<typeof dropdownProps>>;
17
- export type ElDropdownItemProps = ComponentProps<ExtractPropTypes<typeof dropdownItemProps>>;
66
+
67
+ export type ElDropdownProps = ComponentProps<
68
+ ExtractPropTypes<typeof dropdownProps>
69
+ >;
70
+
71
+ export type ElDropdownItemProps = ComponentProps<
72
+ ExtractPropTypes<typeof dropdownItemProps>
73
+ >;
74
+
18
75
  export type ElInputProps = ComponentProps<InputProps>;
76
+
19
77
  export type ElTagProps = ComponentProps<TagProps>;
78
+
20
79
  export type ElAvatarProps = ComponentProps<AvatarProps>;
80
+
21
81
  export type ElTooltipProps = Partial<TooltipProps>;
82
+
22
83
  export type ElPopoverProps = Partial<PopoverProps>;
84
+
23
85
  export type ElPopconfirmProps = Partial<PopconfirmProps>;
86
+
24
87
  export type ElAlertProps = ComponentProps<AlertProps>;
88
+
25
89
  export type ElButtonProps = ComponentProps<ButtonProps>;
90
+
26
91
  export type ElCardProps = ComponentProps<CardProps>;
92
+
27
93
  export type ElEmptyProps = ComponentProps<EmptyProps>;
94
+
28
95
  export type ElProgressProps = ComponentProps<ProgressProps>;
96
+
29
97
  export type ElMenuProps = ComponentProps<MenuProps>;
98
+
30
99
  export type ElMenuItemProps = ComponentProps<MenuItemProps>;
100
+
31
101
  export type ElSubMenuProps = ComponentProps<SubMenuProps>;
102
+
32
103
  export type ElMenuItemGroupProps = ComponentProps<MenuItemGroupProps>;
104
+
33
105
  export type ElBadgeProps = ComponentProps<BadgeProps>;
106
+
34
107
  export type ElLinkProps = ComponentProps<LinkProps>;
108
+
35
109
  export type ElDialogProps = ComponentProps<DialogProps>;
110
+
36
111
  export type ElStepProps = ComponentProps<StepProps>;
112
+
37
113
  export type ElTabsProps = ComponentProps<TabsProps>;
114
+
38
115
  export type ElTabPaneProps = ComponentProps<TabPaneProps>;
116
+
39
117
  export type ElTableProps<T> = ComponentProps<TableProps<T>>;
118
+
40
119
  export type ElTableV2Props = ComponentProps<TableV2Props>;
120
+
41
121
  export type ElColumnProps = Partial<ExtractPropTypes<typeof columnProps>>;
122
+
42
123
  export type ElTreeV2Props = ComponentProps<TreeProps>;
124
+
43
125
  /**
44
126
  * 组件实例
45
127
  */
46
128
  export type ElPopperInstance = InstanceType<typeof ElPopper> | null;
129
+
47
130
  export type ElPopoverInstance = InstanceType<typeof ElPopover> | null;
131
+
48
132
  export type ElTooltipInstance = InstanceType<typeof ElTooltip> | null;
133
+
49
134
  export type ElBreadcrumbInstance = InstanceType<typeof ElBreadcrumb> | null;
135
+
50
136
  export type ElDrawerInstance = InstanceType<typeof ElDrawer> | null;
137
+
51
138
  export type ElInputInstance = InstanceType<typeof ElInput> | null;
139
+
52
140
  export type ElDropdownInstance = InstanceType<typeof ElDropdown> | null;
141
+
53
142
  export type ElMenuInstance = InstanceType<typeof ElMenu> | null;
143
+
54
144
  export type ElSubMenuInstance = InstanceType<typeof ElSubMenu> | null;
145
+
55
146
  export type ElDialogInstance = InstanceType<typeof ElDialog> | null;
147
+
56
148
  export type ElTableInstance = InstanceType<typeof ElTable> | null;
149
+
57
150
  export type ElTableV2Instance = InstanceType<typeof ElTableV2> | null;
151
+
58
152
  export type ElTabsInstance = InstanceType<typeof ElTabs> | null;
153
+
59
154
  export type ElImageInstance = InstanceType<typeof ElImage> | null;
155
+
60
156
  export type ElScrollbarInstance = InstanceType<typeof ElScrollbar> | null;
157
+
61
158
  export type ElTreeV2Instance = InstanceType<typeof ElTreeV2> | null;
@@ -1,4 +1,3 @@
1
- export type { ClassValue } from './types';
2
1
  declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3
2
  [key: string]: any;
4
3
  }>[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
@@ -0,0 +1,75 @@
1
+ import type { ComponentProps } from './types';
2
+ import type EleBasicSelect from '../ele-basic-select/index';
3
+ import type { CropperProps } from '../ele-cropper/props';
4
+ import type { DataTableProps } from '../ele-data-table/props';
5
+ import type EleDataTable from '../ele-data-table/index';
6
+ import type { DropdownProps } from '../ele-dropdown/props';
7
+ import type EleDropdown from '../ele-dropdown/index';
8
+ import type { LoadingProps } from '../ele-loading/props';
9
+ import type { MenusProps } from '../ele-menus/props';
10
+ import type { MenuItem } from '../ele-menus/types';
11
+ import type { ModalProps } from '../ele-modal/props';
12
+ import type { PaginationProps } from '../ele-pagination/props';
13
+ import type { PopoverProps } from '../ele-popover/props';
14
+ import type ElePopover from '../ele-popover/index';
15
+ import type { ProTableProps } from '../ele-pro-table/props';
16
+ import type EleProTable from '../ele-pro-table/index';
17
+ import type EleTabs from '../ele-tabs/index';
18
+ import type { TextProps } from '../ele-text/props';
19
+ import type EleText from '../ele-text/index';
20
+ import type { ToolbarProps } from '../ele-toolbar/props';
21
+ import type { TooltipProps } from '../ele-tooltip/props';
22
+ import type EleTooltip from '../ele-tooltip/index';
23
+ import type EleVirtualTable from '../ele-virtual-table/index';
24
+
25
+ /**
26
+ * 组件属性
27
+ */
28
+ export type EleCropperProps = ComponentProps<CropperProps>;
29
+
30
+ export type EleDataTableProps = ComponentProps<DataTableProps>;
31
+
32
+ export type EleDropdownProps = ComponentProps<DropdownProps>;
33
+
34
+ export type EleLoadingProps = ComponentProps<LoadingProps>;
35
+
36
+ export type EleMenusProps = ComponentProps<MenusProps>;
37
+
38
+ export type EleMenuItemProps = Partial<MenuItem>;
39
+
40
+ export type EleModalProps = ComponentProps<ModalProps>;
41
+
42
+ export type ElePaginationProps = ComponentProps<PaginationProps>;
43
+
44
+ export type ElePopoverProps = Partial<PopoverProps>;
45
+
46
+ export type EleProTableProps = ComponentProps<ProTableProps>;
47
+
48
+ export type EleTextProps = ComponentProps<TextProps>;
49
+
50
+ export type EleToolbarProps = ComponentProps<ToolbarProps>;
51
+
52
+ export type EleTooltipProps = Partial<TooltipProps>;
53
+
54
+ /**
55
+ * 组件实例
56
+ */
57
+ export type EleBasicSelectInstance = InstanceType<typeof EleBasicSelect> | null;
58
+
59
+ export type EleDataTableInstance = InstanceType<typeof EleDataTable> | null;
60
+
61
+ export type EleDropdownInstance = InstanceType<typeof EleDropdown> | null;
62
+
63
+ export type ElePopoverInstance = InstanceType<typeof ElePopover> | null;
64
+
65
+ export type EleProTableInstance = InstanceType<typeof EleProTable> | null;
66
+
67
+ export type EleTabsInstance = InstanceType<typeof EleTabs> | null;
68
+
69
+ export type EleTextInstance = InstanceType<typeof EleText> | null;
70
+
71
+ export type EleTooltipInstance = InstanceType<typeof EleTooltip> | null;
72
+
73
+ export type EleVirtualTableInstance = InstanceType<
74
+ typeof EleVirtualTable
75
+ > | null;
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1,2 +1,2 @@
1
- import "element-plus/es/components/message/style/index";
2
- import "./index.scss";
1
+ import 'element-plus/es/components/message/style/index';
2
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1,17 +1,17 @@
1
- import "./autocomplete/index";
2
- import "./backtop/index";
3
- import "./cascader/index";
4
- import "./checkbox/index";
5
- import "./color-picker/index";
6
- import "./date-picker/index";
7
- import "./descriptions/index";
8
- import "./image-viewer/index";
9
- import "./message-box/index";
10
- import "./notification/index";
11
- import "./popper/index";
12
- import "./radio/index";
13
- import "./select/index";
14
- import "./table-filter/index";
15
- import "./tag/index";
16
- import "./tree/index";
17
- import "./tree-select/index";
1
+ import './autocomplete/index';
2
+ import './backtop/index';
3
+ import './cascader/index';
4
+ import './checkbox/index';
5
+ import './color-picker/index';
6
+ import './date-picker/index';
7
+ import './descriptions/index';
8
+ import './image-viewer/index';
9
+ import './message-box/index';
10
+ import './notification/index';
11
+ import './popper/index';
12
+ import './radio/index';
13
+ import './select/index';
14
+ import './table-filter/index';
15
+ import './tag/index';
16
+ import './tree/index';
17
+ import './tree-select/index';
@@ -1,2 +1,2 @@
1
- import "element-plus/es/components/message-box/style/index";
2
- import "./index.scss";
1
+ import 'element-plus/es/components/message-box/style/index';
2
+ import './index.scss';
@@ -1,2 +1,2 @@
1
- import "element-plus/es/components/notification/style/index";
2
- import "./index.scss";
1
+ import 'element-plus/es/components/notification/style/index';
2
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -5,9 +5,11 @@
5
5
  @include set-el-tree-var($ele);
6
6
 
7
7
  /* Tree */
8
- .el-tree {
8
+ body .el-tree {
9
9
  background: none;
10
+ }
10
11
 
12
+ .el-tree {
11
13
  .el-tree-node {
12
14
  padding-top: eleVar('tree', 'item-margin');
13
15
  box-sizing: border-box;
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -11,6 +11,10 @@
11
11
  padding: eleVar('tree-select', 'padding') !important;
12
12
  }
13
13
 
14
+ .el-tree {
15
+ background: none;
16
+ }
17
+
14
18
  .el-tree-node__content {
15
19
  position: relative;
16
20
  z-index: 0;
@@ -1 +1 @@
1
- import "./index.scss";
1
+ import './index.scss';
@@ -1,29 +1,35 @@
1
1
  import type { CSSProperties, SetupContext } from 'vue';
2
+
2
3
  /**
3
4
  * 样式值
4
5
  */
5
6
  export type StyleValue = Partial<CSSProperties>;
7
+
6
8
  /**
7
9
  * 样式多个值
8
10
  */
9
11
  export type StyleValues = StyleValue | Array<StyleValue>;
12
+
10
13
  /**
11
14
  * 类名值
12
15
  */
13
16
  export type ClassValue = string | Record<string, boolean | undefined>;
17
+
14
18
  /**
15
19
  * 类名多个值
16
20
  */
17
21
  export type ClassValues = ClassValue | Array<ClassValue>;
22
+
18
23
  /**
19
24
  * 组件属性
20
25
  */
21
26
  export type ComponentProps<T> = Partial<T> & {
22
- /** 类名 */
23
- class?: ClassValues;
24
- /** 样式 */
25
- style?: StyleValues;
27
+ /** 类名 */
28
+ class?: ClassValues;
29
+ /** 样式 */
30
+ style?: StyleValues;
26
31
  };
32
+
27
33
  /**
28
34
  * 组件事件触发器
29
35
  */
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<{
36
36
  onError: (option: AvatarErrorOption) => void;
37
37
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
38
  itemClick: (_item: AvatarItem) => boolean;
39
- moreClick: () => boolean;
40
- error: (_option: AvatarErrorOption) => boolean; /** 是否显示更多 */
39
+ moreClick: () => boolean; /** 是否显示更多 */
40
+ error: (_option: AvatarErrorOption) => boolean;
41
41
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
42
  data: {
43
43
  type: import("vue").PropType<AvatarItem[]>;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * 数据
3
+ */
4
+ export interface AvatarItem extends Record<keyof any, any> {
5
+ /** 循环的 key */
6
+ key?: string | number | symbol;
7
+ /** 头像名称 */
8
+ label?: string;
9
+ /** 头像链接 */
10
+ value?: string;
11
+ }
12
+
13
+ /**
14
+ * 图片加载失败事件参数
15
+ */
16
+ export interface AvatarErrorOption {
17
+ /** 数据 */
18
+ item: AvatarItem;
19
+ /** 事件 */
20
+ e: Event;
21
+ }
@@ -1,8 +1,10 @@
1
1
  import type { api } from 'jsbarcode';
2
+
2
3
  /**
3
4
  * 条形码实例
4
5
  */
5
6
  export type JsBarCodeInstance = Required<api> | null;
7
+
6
8
  /**
7
9
  * 条码渲染方式
8
10
  */
@@ -1,4 +1,5 @@
1
- import type { ElInputInstance, EleTooltipInstance } from '../ele-app/types';
1
+ import type { ElInputInstance } from '../ele-app/el';
2
+ import type { EleTooltipInstance } from '../ele-app/plus';
2
3
  import type { SelectedItem } from './types';
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  value: {
@@ -15,14 +16,14 @@ declare const _default: import("vue").DefineComponent<{
15
16
  maxTagCount: NumberConstructor;
16
17
  maxTagTextLength: NumberConstructor;
17
18
  tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "danger", unknown> | undefined>;
18
- automaticDropdown: BooleanConstructor; /** 输入框组件 */
19
+ automaticDropdown: BooleanConstructor;
19
20
  filterable: BooleanConstructor;
20
- visible: BooleanConstructor;
21
+ visible: BooleanConstructor; /** 多选搜索框组件 */
21
22
  teleported: BooleanConstructor;
22
23
  persistent: BooleanConstructor;
23
24
  placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
24
25
  transition: {
25
- type: StringConstructor;
26
+ type: StringConstructor; /** 多选时搜索框值 */
26
27
  default: string;
27
28
  };
28
29
  popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
@@ -71,14 +72,14 @@ declare const _default: import("vue").DefineComponent<{
71
72
  maxTagCount: NumberConstructor;
72
73
  maxTagTextLength: NumberConstructor;
73
74
  tagType: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "danger", unknown> | undefined>;
74
- automaticDropdown: BooleanConstructor; /** 输入框组件 */
75
+ automaticDropdown: BooleanConstructor;
75
76
  filterable: BooleanConstructor;
76
- visible: BooleanConstructor;
77
+ visible: BooleanConstructor; /** 多选搜索框组件 */
77
78
  teleported: BooleanConstructor;
78
79
  persistent: BooleanConstructor;
79
80
  placement: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown> | undefined>;
80
81
  transition: {
81
- type: StringConstructor;
82
+ type: StringConstructor; /** 多选时搜索框值 */
82
83
  default: string;
83
84
  };
84
85
  popperOptions: import("vue").PropType<Partial<import("element-plus").Options> | undefined>;
@@ -2,24 +2,27 @@
2
2
  * 单选值
3
3
  */
4
4
  export type SingleValue = string | number | boolean;
5
+
5
6
  /**
6
7
  * 多选值
7
8
  */
8
9
  export type MultipleValue = Array<SingleValue>;
10
+
9
11
  /**
10
12
  * 值
11
13
  */
12
14
  export type SelectValue = SingleValue | MultipleValue | undefined | null;
15
+
13
16
  /**
14
17
  * 多选选中数据
15
18
  */
16
19
  export interface SelectedItem {
17
- /** 文本 */
18
- label: string;
19
- /** 值 */
20
- value: SingleValue;
21
- /** 是否不显示 */
22
- hide?: boolean;
23
- /** 排序号 */
24
- index?: number;
20
+ /** 文本 */
21
+ label: string;
22
+ /** 值 */
23
+ value: SingleValue;
24
+ /** 是否不显示 */
25
+ hide?: boolean;
26
+ /** 排序号 */
27
+ index?: number;
25
28
  }
@@ -1,4 +1,4 @@
1
- import type { ElBreadcrumbInstance } from '../ele-app/types';
1
+ import type { ElBreadcrumbInstance } from '../ele-app/el';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  items: {
4
4
  type: import("vue").PropType<import("./types").BreadcrumbItem[]>;
@@ -0,0 +1,21 @@
1
+ import type { Component } from 'vue';
2
+ import type { StyleValue } from '../ele-app/types';
3
+ import type { ElIconProps, ElBreadcrumbItemProps } from '../ele-app/el';
4
+
5
+ /**
6
+ * 面包屑数据
7
+ */
8
+ export interface BreadcrumbItem extends ElBreadcrumbItemProps {
9
+ /** 循环的 key */
10
+ key?: string | number | symbol;
11
+ /** 标题 */
12
+ title?: string;
13
+ /** 图标 */
14
+ icon?: string | Component;
15
+ /** 图标属性 */
16
+ iconProps?: ElIconProps;
17
+ /** 图标样式 */
18
+ iconStyle?: StyleValue;
19
+ /** 插槽名称 */
20
+ slot?: Exclude<string, 'default'>;
21
+ }