yuang-framework-ui-pc 1.1.43 → 1.1.45

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 (818) hide show
  1. package/es/components.d.ts +7 -0
  2. package/es/components.js +15 -0
  3. package/es/core-components.d.ts +57 -0
  4. package/es/core-components.js +116 -0
  5. package/es/core-export.d.ts +11 -0
  6. package/es/core-export.js +15 -0
  7. package/es/ele-admin-layout/index.d.ts +10276 -0
  8. package/es/ele-admin-layout/index.js +596 -0
  9. package/es/ele-app/style/overwrite/color-picker/index.scss +42 -0
  10. package/es/ele-app/style/overwrite/date-picker/css-var.scss +16 -0
  11. package/es/ele-app/style/overwrite/select/css-var.scss +8 -0
  12. package/{lib/ele-ellipsis → es/ele-avatar-group}/index.d.ts +218 -136
  13. package/es/ele-avatar-group/index.js +189 -0
  14. package/es/ele-avatar-group/style/index.scss +73 -0
  15. package/es/ele-basic-select/types.d.ts +28 -0
  16. package/es/ele-basic-select/util.d.ts +21 -0
  17. package/{lib/ele-basic-select/util.cjs → es/ele-basic-select/util.js} +10 -10
  18. package/es/ele-breadcrumb/types.d.ts +32 -0
  19. package/es/ele-card/style/css-var.scss +8 -0
  20. package/es/ele-check-card/index.d.ts +495 -0
  21. package/es/ele-check-card/index.js +131 -0
  22. package/es/ele-config-provider/receiver.d.ts +15 -0
  23. package/es/ele-config-provider/receiver.js +26 -0
  24. package/es/ele-copyable/props.d.ts +48 -0
  25. package/es/ele-copyable/props.js +39 -0
  26. package/es/ele-count-up/index.d.ts +37 -0
  27. package/es/ele-count-up/index.js +108 -0
  28. package/es/ele-cropper/components/cropper-preview.d.ts +21 -0
  29. package/es/ele-cropper/components/cropper-preview.js +74 -0
  30. package/es/ele-cropper/components/cropper-tools.d.ts +2710 -0
  31. package/es/ele-cropper/components/cropper-tools.js +218 -0
  32. package/es/ele-dashboard/props.d.ts +17 -0
  33. package/{lib/ele-dashboard/props.cjs → es/ele-dashboard/props.js} +3 -3
  34. package/{lib/ele-data-table/index.cjs → es/ele-data-table/index.js} +100 -99
  35. package/es/ele-dropdown/components/pro-dropdown.d.ts +2912 -0
  36. package/es/ele-dropdown/components/pro-dropdown.js +205 -0
  37. package/es/ele-dropdown/style/index.scss +314 -0
  38. package/es/ele-edit-tag/index.d.ts +2380 -0
  39. package/es/ele-edit-tag/index.js +272 -0
  40. package/es/{ele-avatar-group → ele-ellipsis}/style/index.js +1 -1
  41. package/es/ele-ellipsis/types.d.ts +9 -0
  42. package/es/ele-file-list/components/file-grid-item.d.ts +55 -0
  43. package/es/ele-file-list/components/file-grid-item.js +149 -0
  44. package/es/ele-file-list/components/file-table-item.d.ts +59 -0
  45. package/es/ele-file-list/components/file-table-item.js +183 -0
  46. package/es/ele-file-list/icons.d.ts +18 -0
  47. package/es/ele-file-list/icons.js +130 -0
  48. package/es/ele-file-list/props.d.ts +76 -0
  49. package/es/ele-file-list/props.js +62 -0
  50. package/es/ele-file-list/style/css-var.scss +8 -0
  51. package/es/ele-file-list/types.d.ts +117 -0
  52. package/es/ele-icon-select/components/icon-grid.d.ts +2039 -0
  53. package/es/ele-icon-select/components/icon-grid.js +126 -0
  54. package/{lib/ele-dropdown → es/ele-icon-select}/index.d.ts +2968 -2500
  55. package/es/ele-icon-select/index.js +337 -0
  56. package/es/ele-icon-select/style/index.js +6 -0
  57. package/es/ele-icon-select/style/index.scss +235 -0
  58. package/es/ele-image-viewer/props.d.ts +115 -0
  59. package/es/ele-image-viewer/props.js +35 -0
  60. package/es/ele-loading/style/index.js +2 -0
  61. package/es/ele-map-picker/components/map-view.js +734 -0
  62. package/es/ele-map-picker/props.d.ts +232 -0
  63. package/es/ele-map-picker/props.js +130 -0
  64. package/es/ele-pagination/props.d.ts +123 -0
  65. package/es/ele-pagination/props.js +31 -0
  66. package/es/ele-pagination/style/index.scss +288 -0
  67. package/{lib/ele-toolbar → es/ele-popconfirm}/index.d.ts +915 -126
  68. package/es/ele-popconfirm/index.js +212 -0
  69. package/es/{ele-copyable → ele-popconfirm}/style/index.js +1 -0
  70. package/es/{ele-ellipsis → ele-popover}/index.d.ts +402 -149
  71. package/es/ele-popover/index.js +105 -0
  72. package/{lib/ele-tooltip → es/ele-popover}/props.d.ts +76 -60
  73. package/es/ele-popover/props.js +27 -0
  74. package/es/ele-popover/style/index.js +1 -0
  75. package/es/ele-printer/types.d.ts +46 -0
  76. package/es/ele-pro-table/util.d.ts +285 -0
  77. package/es/ele-pro-table/util.js +729 -0
  78. package/es/ele-segmented/types.d.ts +28 -0
  79. package/es/{ele-dialog → ele-split-panel}/style/index.js +0 -1
  80. package/es/ele-steps/props.d.ts +68 -0
  81. package/es/ele-steps/props.js +14 -0
  82. package/es/ele-steps/style/css-var.scss +8 -0
  83. package/es/ele-steps/style/index.scss +206 -0
  84. package/es/ele-tab-wrap/index.d.ts +8 -0
  85. package/es/ele-tab-wrap/index.js +73 -0
  86. package/es/{ele-segmented → ele-tabs}/style/index.js +1 -0
  87. package/es/ele-toolbar/types.d.ts +19 -0
  88. package/es/ele-tooltip/index.d.ts +1506 -0
  89. package/es/ele-tooltip/index.js +176 -0
  90. package/es/ele-tooltip/style/index.scss +95 -0
  91. package/es/{ele-toolbar → ele-tour}/index.d.ts +516 -119
  92. package/es/ele-tour/index.js +238 -0
  93. package/es/ele-tour/props.d.ts +36 -0
  94. package/es/ele-tour/props.js +30 -0
  95. package/{lib/ele-table-select → es/ele-tree-select}/props.d.ts +14 -31
  96. package/{lib/ele-tree-select/props.cjs → es/ele-tree-select/props.js} +4 -4
  97. package/es/ele-upload-list/index.d.ts +2450 -0
  98. package/es/ele-upload-list/index.js +287 -0
  99. package/es/ele-virtual-table/components/cell-checkbox.d.ts +666 -0
  100. package/es/ele-virtual-table/components/cell-checkbox.js +49 -0
  101. package/es/ele-virtual-table/components/header-row.d.ts +3980 -0
  102. package/es/ele-virtual-table/components/header-row.js +126 -0
  103. package/es/ele-virtual-table/style/index.js +9 -0
  104. package/es/ele-watermark/util.d.ts +31 -0
  105. package/es/ele-watermark/util.js +70 -0
  106. package/es/icons/{DesktopOutlined.js → CalendarOutlined.js} +4 -4
  107. package/es/icons/{MailOutlined.js → CityOutlined.js} +7 -4
  108. package/es/icons/{CheckOutlined.js → CloseOutlined.js} +4 -4
  109. package/es/icons/CompressOutlined.js +31 -0
  110. package/es/icons/{CornerRightFilled.js → CornerLeftFilled.js} +4 -4
  111. package/es/icons/{ArrowRight.js → CpuOutlined.js} +5 -6
  112. package/es/icons/DeleteOutlined.js +30 -0
  113. package/es/icons/{ArrowLeftOutlined.js → FolderAddOutlined.js} +5 -5
  114. package/es/icons/{BookOutlined.js → FormOutlined.js} +5 -4
  115. package/es/icons/FullscreenOutlined.js +29 -0
  116. package/es/icons/HolderOutlined.js +24 -0
  117. package/es/icons/{MenuOutlined.js → LinkOutlined.js} +6 -6
  118. package/es/icons/{BellOutlined.js → LogoutOutlined.js} +5 -4
  119. package/es/icons/{FilterFilled.js → PlayFilled.js} +4 -4
  120. package/es/icons/{ClockCircleOutlined.js → PlusCircleOutlined.js} +5 -6
  121. package/es/icons/SettingOutlined.js +28 -0
  122. package/es/icons/{WarningOutlined.js → SliderArrowStatic.js} +13 -17
  123. package/es/icons/{CompassOutlined.js → StepBackwardFilled.js} +12 -13
  124. package/es/icons/SunOutlined.js +27 -0
  125. package/es/icons/{SortOutlined.js → SwapOutlined.js} +5 -5
  126. package/es/icons/{ReloadOutlined.js → UploadOutlined.js} +5 -4
  127. package/es/icons/{DragOutlined.js → UserOutlined.js} +4 -5
  128. package/es/icons/{ClusterOutlined.js → VerticalAlignMiddleOutlined.js} +7 -6
  129. package/es/icons/{ArrowLeft.js → ZoomInOutlined.js} +6 -7
  130. package/es/icons/index.d.ts +117 -0
  131. package/es/icons/index.js +236 -0
  132. package/es/style/nprogress.scss +85 -0
  133. package/lib/ele-app/style/overwrite/color-picker/index.scss +42 -0
  134. package/lib/ele-app/style/overwrite/notification/css-var.scss +8 -0
  135. package/lib/ele-app/style/overwrite/select/css-var.scss +8 -0
  136. package/{es/ele-avatar-group/props.js → lib/ele-avatar-group/props.cjs} +4 -4
  137. package/lib/ele-avatar-group/style/index.scss +73 -0
  138. package/lib/ele-backtop/style/css-var.scss +8 -0
  139. package/lib/ele-bar-code/index.cjs +66 -0
  140. package/lib/ele-bar-code/props.cjs +14 -0
  141. package/lib/ele-basic-select/props.cjs +78 -0
  142. package/lib/ele-basic-select/style/css-var.scss +9 -0
  143. package/lib/ele-basic-select/style/index.scss +269 -0
  144. package/{es/ele-config-provider/props.js → lib/ele-config-provider/props.cjs} +4 -4
  145. package/lib/ele-config-provider/receiver.cjs +26 -0
  146. package/lib/ele-count-up/props.cjs +22 -0
  147. package/lib/ele-dropdown/components/pro-dropdown.cjs +204 -0
  148. package/lib/ele-dropdown/index.cjs +243 -0
  149. package/lib/ele-file-list/components/file-grid-item.cjs +148 -0
  150. package/lib/ele-file-list/components/file-grid.cjs +134 -0
  151. package/lib/ele-file-list/components/file-sort.cjs +34 -0
  152. package/lib/ele-file-list/components/file-table-item.cjs +182 -0
  153. package/lib/ele-file-list/icons.cjs +130 -0
  154. package/lib/ele-file-list/props.cjs +62 -0
  155. package/lib/ele-file-list/style/css-var.scss +8 -0
  156. package/lib/ele-file-list/style/index.cjs +3 -0
  157. package/lib/ele-file-list/style/index.scss +427 -0
  158. package/lib/ele-icon-select/components/icon-grid.cjs +125 -0
  159. package/lib/{ele-table-select → ele-icon-select}/props.cjs +52 -50
  160. package/lib/ele-icon-select/style/css-var.scss +8 -0
  161. package/lib/ele-icon-select/style/index.cjs +7 -0
  162. package/lib/ele-icon-select/style/index.scss +235 -0
  163. package/lib/ele-image-viewer/index.cjs +87 -0
  164. package/lib/ele-image-viewer/style/css-var.scss +8 -0
  165. package/lib/ele-image-viewer/style/index.cjs +3 -0
  166. package/{es/ele-loading/props.js → lib/ele-loading/props.cjs} +3 -3
  167. package/lib/ele-loading/style/css-var.scss +8 -0
  168. package/lib/ele-map-picker/components/map-view.cjs +733 -0
  169. package/lib/ele-pagination/props.cjs +31 -0
  170. package/lib/ele-pagination/style/css-var.scss +8 -0
  171. package/lib/ele-pagination/style/index.scss +288 -0
  172. package/lib/ele-popconfirm/style/index.scss +41 -0
  173. package/lib/ele-printer/props.cjs +34 -0
  174. package/lib/ele-pro-table/style/index.cjs +21 -0
  175. package/lib/ele-qr-code-svg/index.cjs +126 -0
  176. package/{es/ele-segmented/index.js → lib/ele-segmented/index.cjs} +34 -35
  177. package/lib/ele-segmented/style/css-var.scss +16 -0
  178. package/lib/ele-steps/index.cjs +54 -0
  179. package/lib/ele-tab-wrap/props.cjs +9 -0
  180. package/lib/ele-table/props.cjs +20 -0
  181. package/lib/ele-table/style/index.scss +219 -0
  182. package/lib/ele-test/style/css-var.scss +8 -0
  183. package/{es/ele-test → lib/ele-text}/style/index.scss +1 -1
  184. package/lib/ele-tool/props.cjs +21 -0
  185. package/lib/ele-toolbar/style/index.scss +56 -0
  186. package/lib/ele-tour/props.cjs +30 -0
  187. package/lib/ele-tour/style/index.scss +101 -0
  188. package/lib/ele-tour/util.cjs +43 -0
  189. package/{es/ele-upload-list/props.js → lib/ele-upload-list/props.cjs} +4 -4
  190. package/lib/ele-upload-list/style/css-var.scss +8 -0
  191. package/{es/ele-virtual-table/components/header-cell.js → lib/ele-virtual-table/components/header-cell.cjs} +33 -34
  192. package/lib/icons/AppstoreAddOutlined.cjs +29 -0
  193. package/lib/icons/{CornerLeftFilled.cjs → CaretUpFilled.cjs} +4 -4
  194. package/lib/icons/{ArrowLeftOutlined.cjs → CheckOutlined.cjs} +4 -4
  195. package/lib/icons/{MenuOutlined.cjs → ColumnHeightOutlined.cjs} +9 -6
  196. package/lib/icons/{PlusOutlined.cjs → CornerRightFilled.cjs} +5 -8
  197. package/lib/icons/{IdcardOutlined.cjs → DashboardOutlined.cjs} +7 -7
  198. package/lib/icons/{CheckCircleOutlined.cjs → DatabaseOutlined.cjs} +7 -6
  199. package/lib/icons/{ReloadOutlined.cjs → DeleteOutlined.cjs} +6 -4
  200. package/lib/icons/{FolderOutlined.cjs → DesktopOutlined.cjs} +4 -4
  201. package/lib/icons/{ClockCircleOutlined.cjs → EnvironmentOutlined.cjs} +6 -7
  202. package/lib/icons/{ClusterOutlined.cjs → ExclamationCircleFilled.cjs} +5 -8
  203. package/lib/icons/FilterFilled.cjs +23 -0
  204. package/lib/icons/{CheckCircleFilled.cjs → InfoCircleFilled.cjs} +4 -4
  205. package/lib/icons/{HomeOutlined.cjs → MailOutlined.cjs} +4 -4
  206. package/lib/icons/{DownloadOutlined.cjs → PieChartOutlined.cjs} +5 -6
  207. package/lib/icons/{VerticalLeftOutlined.cjs → PlayFilled.cjs} +5 -7
  208. package/lib/icons/QuestionCircleFilled.cjs +23 -0
  209. package/lib/icons/{CalendarOutlined.cjs → ShoppingOutlined.cjs} +4 -4
  210. package/lib/icons/{ArrowDownOutlined.cjs → SizeSlackOutlined.cjs} +8 -7
  211. package/lib/icons/SliderArrowSlide.cjs +33 -0
  212. package/lib/icons/{UndoOutlined.cjs → SortOutlined.cjs} +5 -4
  213. package/lib/icons/StepForwardFilled.cjs +29 -0
  214. package/lib/icons/{CpuOutlined.cjs → SunOutlined.cjs} +4 -5
  215. package/lib/icons/{DragOutlined.cjs → UserOutlined.cjs} +4 -5
  216. package/lib/icons/{SearchOutlined.cjs → ZoomInOutlined.cjs} +5 -4
  217. package/lib/lang/zh_TW.cjs +84 -0
  218. package/lib/style/nprogress.scss +85 -0
  219. package/lib/style/plus.scss +48 -0
  220. package/lib/style/themes/default.scss +1364 -0
  221. package/lib/style/themes/rounded-css-var.scss +6 -0
  222. package/package.json +1 -1
  223. package/es/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
  224. package/es/ele-admin-layout/components/layout-tabs.js +0 -132
  225. package/es/ele-admin-layout/style/tabs.scss +0 -59
  226. package/es/ele-alert/props.d.ts +0 -58
  227. package/es/ele-alert/props.js +0 -51
  228. package/es/ele-alert/style/index.scss +0 -172
  229. package/es/ele-app/style/overwrite/autocomplete/index.scss +0 -33
  230. package/es/ele-app/style/overwrite/cascader/index.scss +0 -166
  231. package/es/ele-app/style/overwrite/checkbox/css-var.scss +0 -8
  232. package/es/ele-app/style/overwrite/input/index.scss +0 -540
  233. package/es/ele-app/style/overwrite/message-box/index.scss +0 -148
  234. package/es/ele-app/style/overwrite/popper/css-var.scss +0 -14
  235. package/es/ele-app/style/overwrite/select/index.scss +0 -203
  236. package/es/ele-avatar-group/props.d.ts +0 -56
  237. package/es/ele-avatar-group/types.d.ts +0 -21
  238. package/es/ele-bottom-bar/index.d.ts +0 -15
  239. package/es/ele-bottom-bar/index.js +0 -56
  240. package/es/ele-bottom-bar/props.d.ts +0 -15
  241. package/es/ele-bottom-bar/props.js +0 -11
  242. package/es/ele-bottom-bar/style/index.scss +0 -31
  243. package/es/ele-breadcrumb/index.d.ts +0 -278
  244. package/es/ele-breadcrumb/index.js +0 -88
  245. package/es/ele-breadcrumb/style/index.js +0 -3
  246. package/es/ele-breadcrumb/style/index.scss +0 -31
  247. package/es/ele-card/style/index.scss +0 -125
  248. package/es/ele-check-card/components/card-item.d.ts +0 -37
  249. package/es/ele-check-card/components/card-item.js +0 -50
  250. package/es/ele-check-card/props.d.ts +0 -49
  251. package/es/ele-check-card/props.js +0 -43
  252. package/es/ele-check-card/style/css-var.scss +0 -8
  253. package/es/ele-check-card/style/index.js +0 -3
  254. package/es/ele-check-card/style/index.scss +0 -72
  255. package/es/ele-check-card/types.d.ts +0 -37
  256. package/es/ele-config-provider/components/receiver-view.d.ts +0 -71
  257. package/es/ele-config-provider/components/receiver-view.js +0 -38
  258. package/es/ele-config-provider/props.d.ts +0 -26
  259. package/es/ele-config-provider/types.d.ts +0 -103
  260. package/es/ele-cropper/index.d.ts +0 -2824
  261. package/es/ele-cropper/index.js +0 -212
  262. package/es/ele-cropper/props.d.ts +0 -68
  263. package/es/ele-cropper/props.js +0 -61
  264. package/es/ele-cropper/style/index.js +0 -6
  265. package/es/ele-cropper-modal/style/index.js +0 -2
  266. package/es/ele-dashboard/style/index.js +0 -1
  267. package/es/ele-dashboard/types.d.ts +0 -4
  268. package/es/ele-data-table/props.d.ts +0 -272
  269. package/es/ele-data-table/props.js +0 -93
  270. package/es/ele-data-table/style/index.js +0 -4
  271. package/es/ele-data-table/types.d.ts +0 -253
  272. package/es/ele-dialog/index.d.ts +0 -1074
  273. package/es/ele-dialog/index.js +0 -342
  274. package/es/ele-dialog/util.d.ts +0 -52
  275. package/es/ele-dialog/util.js +0 -293
  276. package/es/ele-dot/props.d.ts +0 -25
  277. package/es/ele-dot/props.js +0 -21
  278. package/es/ele-dot/style/index.d.ts +0 -1
  279. package/es/ele-dot/style/index.js +0 -1
  280. package/es/ele-drawer/index.d.ts +0 -1170
  281. package/es/ele-drawer/index.js +0 -202
  282. package/es/ele-drawer/props.d.ts +0 -184
  283. package/es/ele-drawer/props.js +0 -19
  284. package/es/ele-drawer/style/index.d.ts +0 -1
  285. package/es/ele-drawer/style/index.js +0 -3
  286. package/es/ele-drawer/style/index.scss +0 -96
  287. package/es/ele-dropdown/style/css-var.scss +0 -8
  288. package/es/ele-dropdown/types.d.ts +0 -22
  289. package/es/ele-edit-tag/style/index.d.ts +0 -1
  290. package/es/ele-edit-tag/style/index.js +0 -5
  291. package/es/ele-edit-tag/types.d.ts +0 -9
  292. package/es/ele-ellipsis/index.js +0 -113
  293. package/es/ele-icon-select/types.d.ts +0 -16
  294. package/es/ele-image-viewer/style/index.scss +0 -117
  295. package/es/ele-loading/props.d.ts +0 -33
  296. package/es/ele-map-picker/style/index.d.ts +0 -1
  297. package/es/ele-map-picker/style/index.js +0 -8
  298. package/es/ele-map-picker/style/index.scss +0 -296
  299. package/es/ele-menus/components/item-title.d.ts +0 -323
  300. package/es/ele-menus/components/item-title.js +0 -108
  301. package/es/ele-menus/style/css-var.scss +0 -36
  302. package/es/ele-menus/types.d.ts +0 -107
  303. package/es/ele-page/style/css-var.scss +0 -9
  304. package/es/ele-page/style/index.scss +0 -74
  305. package/es/ele-pagination/types.d.ts +0 -9
  306. package/es/ele-printer/index.d.ts +0 -111
  307. package/es/ele-printer/index.js +0 -124
  308. package/es/ele-printer/style/index.scss +0 -66
  309. package/es/ele-printer/util.d.ts +0 -25
  310. package/es/ele-printer/util.js +0 -218
  311. package/es/ele-pro-layout/components/pro-iframe.d.ts +0 -39
  312. package/es/ele-pro-layout/components/pro-iframe.js +0 -124
  313. package/es/ele-pro-layout/style/index.d.ts +0 -1
  314. package/es/ele-pro-layout/style/index.js +0 -2
  315. package/es/ele-pro-layout/style/index.scss +0 -41
  316. package/es/ele-pro-layout/util.d.ts +0 -88
  317. package/es/ele-pro-layout/util.js +0 -171
  318. package/es/ele-pro-table/components/tool-column.d.ts +0 -3722
  319. package/es/ele-pro-table/components/tool-column.js +0 -280
  320. package/es/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
  321. package/es/ele-pro-table/components/tool-print-header-cell.js +0 -92
  322. package/es/ele-pro-table/style/css-var.scss +0 -8
  323. package/es/ele-pro-table/style/index.scss +0 -326
  324. package/es/ele-pro-table/types.d.ts +0 -489
  325. package/es/ele-qr-code/components/canvas-render.d.ts +0 -67
  326. package/es/ele-qr-code/components/canvas-render.js +0 -147
  327. package/es/ele-segmented/index.d.ts +0 -485
  328. package/es/ele-segmented/style/index.d.ts +0 -1
  329. package/es/ele-split-panel/index.d.ts +0 -192
  330. package/es/ele-split-panel/index.js +0 -206
  331. package/es/ele-split-panel/props.d.ts +0 -47
  332. package/es/ele-split-panel/props.js +0 -41
  333. package/es/ele-split-panel/style/index.scss +0 -360
  334. package/es/ele-steps/style/index.d.ts +0 -1
  335. package/es/ele-steps/style/index.js +0 -3
  336. package/es/ele-steps/types.d.ts +0 -14
  337. package/es/ele-tab-tool/props.d.ts +0 -14
  338. package/es/ele-tab-tool/props.js +0 -11
  339. package/es/ele-tab-wrap/props.d.ts +0 -13
  340. package/es/ele-tab-wrap/props.js +0 -9
  341. package/es/ele-tab-wrap/style/index.d.ts +0 -0
  342. package/es/ele-tab-wrap/style/index.js +0 -1
  343. package/es/ele-table/index.d.ts +0 -28
  344. package/es/ele-table/index.js +0 -33
  345. package/es/ele-table-select/index.js +0 -424
  346. package/es/ele-table-select/style/css-var.scss +0 -8
  347. package/es/ele-test/index.js +0 -18
  348. package/es/ele-text/index.d.ts +0 -93
  349. package/es/ele-text/index.js +0 -60
  350. package/es/ele-text/style/index.d.ts +0 -1
  351. package/es/ele-toolbar/index.js +0 -105
  352. package/es/ele-tooltip/style/css-var.scss +0 -87
  353. package/es/ele-upload-list/props.d.ts +0 -81
  354. package/es/ele-upload-list/style/index.scss +0 -478
  355. package/es/ele-upload-list/types.d.ts +0 -71
  356. package/es/ele-virtual-table/components/expand-row.d.ts +0 -19
  357. package/es/ele-virtual-table/components/expand-row.js +0 -29
  358. package/es/ele-virtual-table/components/footer-row.d.ts +0 -65
  359. package/es/ele-virtual-table/components/footer-row.js +0 -115
  360. package/es/ele-virtual-table/components/header-cell.d.ts +0 -3929
  361. package/es/ele-virtual-table/index.d.ts +0 -7882
  362. package/es/ele-virtual-table/index.js +0 -1151
  363. package/es/ele-virtual-table/style/css-var.scss +0 -101
  364. package/es/ele-virtual-table/util.d.ts +0 -229
  365. package/es/ele-virtual-table/util.js +0 -590
  366. package/es/ele-watermark/index.d.ts +0 -57
  367. package/es/ele-watermark/index.js +0 -203
  368. package/es/icons/AppstoreAddOutlined.js +0 -30
  369. package/es/icons/CloudUploadOutlined.js +0 -29
  370. package/es/icons/FileOutlined.js +0 -30
  371. package/es/icons/GlobalOutlined.js +0 -26
  372. package/es/icons/LogOutlined.js +0 -30
  373. package/es/icons/MessageOutlined.js +0 -45
  374. package/es/icons/PauseFilled.js +0 -27
  375. package/es/icons/PieChartOutlined.js +0 -28
  376. package/es/icons/QuestionCircleOutlined.d.ts +0 -2
  377. package/es/icons/QuestionCircleOutlined.js +0 -35
  378. package/es/icons/ReloadOutlined.d.ts +0 -2
  379. package/es/icons/SortOutlined.d.ts +0 -2
  380. package/es/icons/StarFilled.d.ts +0 -2
  381. package/es/icons/StarFilled.js +0 -24
  382. package/es/icons/UndoOutlined.d.ts +0 -2
  383. package/es/icons/UndoOutlined.js +0 -28
  384. package/es/icons/WarningOutlined.d.ts +0 -2
  385. package/es/index.d.ts +0 -4
  386. package/es/index.js +0 -6
  387. package/es/installer.d.ts +0 -3
  388. package/es/installer.js +0 -11
  389. package/es/style/default.scss +0 -77
  390. package/es/style/index.scss +0 -3
  391. package/es/style/themes/dark-css-var.scss +0 -6
  392. package/es/utils/chart-theme-dark.d.ts +0 -373
  393. package/es/utils/chart-theme-dark.js +0 -397
  394. package/es/utils/chart-theme.d.ts +0 -368
  395. package/es/utils/chart-theme.js +0 -392
  396. package/es/utils/core.d.ts +0 -168
  397. package/es/utils/core.js +0 -318
  398. package/es/utils/message-box.d.ts +0 -25
  399. package/es/utils/message-box.js +0 -98
  400. package/es/utils/message.d.ts +0 -66
  401. package/es/utils/message.js +0 -267
  402. package/es/utils/resolvers.d.ts +0 -18
  403. package/es/utils/resolvers.js +0 -50
  404. package/es/utils/theme-util.d.ts +0 -6
  405. package/es/utils/theme-util.js +0 -42
  406. package/es/utils/validate.d.ts +0 -182
  407. package/es/utils/validate.js +0 -197
  408. package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
  409. package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.js +0 -284
  410. package/es/yu-framework-slider-captcha-dialog/style/index.scss +0 -300
  411. package/lib/core-components.cjs +0 -115
  412. package/lib/core-installer.cjs +0 -28
  413. package/lib/core.d.ts +0 -3
  414. package/lib/ele-admin-layout/components/layout-tabs.d.ts +0 -5646
  415. package/lib/ele-admin-layout/components/layout-tool.d.ts +0 -2
  416. package/lib/ele-admin-layout/index.cjs +0 -595
  417. package/lib/ele-admin-layout/props.cjs +0 -169
  418. package/lib/ele-admin-layout/style/css-var.scss +0 -14
  419. package/lib/ele-admin-layout/style/header.scss +0 -192
  420. package/lib/ele-admin-layout/style/index.d.ts +0 -1
  421. package/lib/ele-admin-layout/types.d.ts +0 -54
  422. package/lib/ele-alert/index.d.ts +0 -131
  423. package/lib/ele-alert/props.d.ts +0 -58
  424. package/lib/ele-alert/style/css-var.scss +0 -12
  425. package/lib/ele-app/components/message-body.cjs +0 -97
  426. package/lib/ele-app/el.d.ts +0 -304
  427. package/lib/ele-app/index.cjs +0 -12
  428. package/lib/ele-app/style/common/index.d.ts +0 -1
  429. package/lib/ele-app/style/index.scss +0 -4
  430. package/lib/ele-app/style/message/css-var.scss +0 -8
  431. package/lib/ele-app/style/message/index.cjs +0 -3
  432. package/lib/ele-app/style/overwrite/autocomplete/css-var.scss +0 -8
  433. package/lib/ele-app/style/overwrite/backtop/index.d.ts +0 -1
  434. package/lib/ele-app/style/overwrite/cascader/css-var.scss +0 -8
  435. package/lib/ele-app/style/overwrite/cascader/index.scss +0 -166
  436. package/lib/ele-app/style/overwrite/checkbox/index.d.ts +0 -1
  437. package/lib/ele-app/style/overwrite/date-picker/index.d.ts +0 -1
  438. package/lib/ele-app/style/overwrite/descriptions/index.scss +0 -52
  439. package/lib/ele-app/style/overwrite/input/css-var.scss +0 -34
  440. package/lib/ele-app/style/overwrite/message-box/css-var.scss +0 -8
  441. package/lib/ele-app/style/overwrite/message-box/index.d.ts +0 -1
  442. package/lib/ele-app/style/overwrite/message-box/index.scss +0 -148
  443. package/lib/ele-app/style/overwrite/popper/index.d.ts +0 -1
  444. package/lib/ele-app/style/overwrite/radio/index.scss +0 -128
  445. package/lib/ele-app/style/overwrite/select/index.d.ts +0 -1
  446. package/lib/ele-app/style/overwrite/select/index.scss +0 -203
  447. package/lib/ele-app/style/overwrite/tag/index.d.ts +0 -1
  448. package/lib/ele-app/style/overwrite/tree/index.d.ts +0 -1
  449. package/lib/ele-app/style/overwrite/tree/index.scss +0 -106
  450. package/lib/ele-app/style/overwrite/tree-select/index.scss +0 -108
  451. package/lib/ele-app/style/scrollbar/index.d.ts +0 -1
  452. package/lib/ele-app/types.d.ts +0 -48
  453. package/lib/ele-avatar-group/props.d.ts +0 -56
  454. package/lib/ele-avatar-group/style/index.cjs +0 -4
  455. package/lib/ele-avatar-group/style/index.d.ts +0 -1
  456. package/lib/ele-avatar-group/types.d.ts +0 -21
  457. package/lib/ele-backtop/props.d.ts +0 -36
  458. package/lib/ele-backtop/style/index.cjs +0 -3
  459. package/lib/ele-bar-code/index.d.ts +0 -26
  460. package/lib/ele-basic-select/index.cjs +0 -348
  461. package/lib/ele-bottom-bar/index.cjs +0 -55
  462. package/lib/ele-bottom-bar/index.d.ts +0 -15
  463. package/lib/ele-bottom-bar/props.d.ts +0 -15
  464. package/lib/ele-bottom-bar/style/css-var.scss +0 -8
  465. package/lib/ele-breadcrumb/index.d.ts +0 -278
  466. package/lib/ele-breadcrumb/props.d.ts +0 -24
  467. package/lib/ele-breadcrumb/style/index.cjs +0 -4
  468. package/lib/ele-breadcrumb/style/index.d.ts +0 -1
  469. package/lib/ele-breadcrumb/style/index.scss +0 -31
  470. package/lib/ele-card/index.d.ts +0 -106
  471. package/lib/ele-card/props.cjs +0 -36
  472. package/lib/ele-card/style/index.d.ts +0 -1
  473. package/lib/ele-card/style/index.scss +0 -125
  474. package/lib/ele-check-card/components/card-item.d.ts +0 -37
  475. package/lib/ele-check-card/index.cjs +0 -130
  476. package/lib/ele-check-card/props.d.ts +0 -49
  477. package/lib/ele-check-card/style/css-var.scss +0 -8
  478. package/lib/ele-check-card/style/index.cjs +0 -4
  479. package/lib/ele-check-card/style/index.d.ts +0 -1
  480. package/lib/ele-check-card/types.d.ts +0 -37
  481. package/lib/ele-config-provider/components/receiver-view.d.ts +0 -71
  482. package/lib/ele-config-provider/props.d.ts +0 -26
  483. package/lib/ele-config-provider/style/index.d.ts +0 -0
  484. package/lib/ele-config-provider/types.d.ts +0 -103
  485. package/lib/ele-copyable/style/index.d.ts +0 -1
  486. package/lib/ele-copyable/types.d.ts +0 -14
  487. package/lib/ele-count-up/style/index.d.ts +0 -0
  488. package/lib/ele-cropper/index.cjs +0 -211
  489. package/lib/ele-cropper/index.d.ts +0 -2824
  490. package/lib/ele-cropper/props.d.ts +0 -68
  491. package/lib/ele-cropper/style/index.cjs +0 -7
  492. package/lib/ele-cropper/style/index.d.ts +0 -1
  493. package/lib/ele-cropper/style/index.scss +0 -108
  494. package/lib/ele-cropper-modal/index.cjs +0 -93
  495. package/lib/ele-cropper-modal/props.cjs +0 -18
  496. package/lib/ele-cropper-modal/props.d.ts +0 -58
  497. package/lib/ele-cropper-modal/style/index.cjs +0 -3
  498. package/lib/ele-cropper-modal/style/index.d.ts +0 -1
  499. package/lib/ele-dashboard/index.cjs +0 -59
  500. package/lib/ele-dashboard/index.d.ts +0 -14
  501. package/lib/ele-dashboard/style/index.cjs +0 -2
  502. package/lib/ele-dashboard/style/index.d.ts +0 -1
  503. package/lib/ele-dashboard/style/index.scss +0 -79
  504. package/lib/ele-dashboard/types.d.ts +0 -4
  505. package/lib/ele-data-table/props.cjs +0 -93
  506. package/lib/ele-data-table/props.d.ts +0 -272
  507. package/lib/ele-data-table/style/css-var.scss +0 -148
  508. package/lib/ele-data-table/style/index.d.ts +0 -1
  509. package/lib/ele-data-table/types.d.ts +0 -253
  510. package/lib/ele-data-table/util.cjs +0 -395
  511. package/lib/ele-data-table/util.d.ts +0 -172
  512. package/lib/ele-dialog/index.cjs +0 -341
  513. package/lib/ele-dialog/index.d.ts +0 -1074
  514. package/lib/ele-dialog/style/index.d.ts +0 -1
  515. package/lib/ele-dialog/util.d.ts +0 -52
  516. package/lib/ele-dot/index.d.ts +0 -29
  517. package/lib/ele-dot/props.d.ts +0 -25
  518. package/lib/ele-dot/style/index.cjs +0 -2
  519. package/lib/ele-dot/style/index.d.ts +0 -1
  520. package/lib/ele-drawer/index.d.ts +0 -1170
  521. package/lib/ele-drawer/props.d.ts +0 -184
  522. package/lib/ele-drawer/style/css-var.scss +0 -8
  523. package/lib/ele-drawer/style/index.d.ts +0 -1
  524. package/lib/ele-drawer/style/index.scss +0 -96
  525. package/lib/ele-dropdown/components/dropdown-menu-item.cjs +0 -131
  526. package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +0 -97
  527. package/lib/ele-dropdown/types.d.ts +0 -22
  528. package/lib/ele-edit-tag/props.d.ts +0 -55
  529. package/lib/ele-edit-tag/style/index.d.ts +0 -1
  530. package/lib/ele-edit-tag/style/index.scss +0 -123
  531. package/lib/ele-edit-tag/types.d.ts +0 -9
  532. package/lib/ele-ellipsis/props.cjs +0 -18
  533. package/lib/ele-ellipsis/style/index.cjs +0 -4
  534. package/lib/ele-icon-select/types.d.ts +0 -16
  535. package/lib/ele-image-viewer/index.d.ts +0 -635
  536. package/lib/ele-image-viewer/style/index.scss +0 -117
  537. package/lib/ele-loading/index.cjs +0 -65
  538. package/lib/ele-loading/props.d.ts +0 -33
  539. package/lib/ele-loading/types.d.ts +0 -19
  540. package/lib/ele-map-picker/style/index.d.ts +0 -1
  541. package/lib/ele-map-picker/style/index.scss +0 -296
  542. package/lib/ele-menus/components/item-title.cjs +0 -107
  543. package/lib/ele-menus/components/item-title.d.ts +0 -323
  544. package/lib/ele-menus/index.cjs +0 -345
  545. package/lib/ele-menus/props.cjs +0 -51
  546. package/lib/ele-menus/style/css-var.scss +0 -36
  547. package/lib/ele-menus/style/index.scss +0 -844
  548. package/lib/ele-menus/types.d.ts +0 -107
  549. package/lib/ele-page/index.cjs +0 -29
  550. package/lib/ele-page/props.cjs +0 -16
  551. package/lib/ele-page/style/css-var.scss +0 -9
  552. package/lib/ele-pagination/index.cjs +0 -96
  553. package/lib/ele-pagination/style/index.d.ts +0 -1
  554. package/lib/ele-pagination/types.d.ts +0 -9
  555. package/lib/ele-popover/index.cjs +0 -104
  556. package/lib/ele-printer/index.cjs +0 -123
  557. package/lib/ele-printer/index.d.ts +0 -111
  558. package/lib/ele-printer/style/index.scss +0 -66
  559. package/lib/ele-printer/util.cjs +0 -218
  560. package/lib/ele-printer/util.d.ts +0 -25
  561. package/lib/ele-pro-layout/components/pro-iframe.d.ts +0 -39
  562. package/lib/ele-pro-layout/props.cjs +0 -237
  563. package/lib/ele-pro-layout/style/index.cjs +0 -3
  564. package/lib/ele-pro-layout/style/index.d.ts +0 -1
  565. package/lib/ele-pro-layout/util.cjs +0 -171
  566. package/lib/ele-pro-layout/util.d.ts +0 -88
  567. package/lib/ele-pro-table/components/tool-column.cjs +0 -279
  568. package/lib/ele-pro-table/components/tool-column.d.ts +0 -3722
  569. package/lib/ele-pro-table/components/tool-export.cjs +0 -505
  570. package/lib/ele-pro-table/components/tool-print-body-cell.cjs +0 -131
  571. package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +0 -39
  572. package/lib/ele-pro-table/index.cjs +0 -571
  573. package/lib/ele-pro-table/style/index.d.ts +0 -1
  574. package/lib/ele-pro-table/style/index.scss +0 -326
  575. package/lib/ele-pro-table/types.d.ts +0 -489
  576. package/lib/ele-qr-code/components/canvas-render.cjs +0 -146
  577. package/lib/ele-qr-code/components/canvas-render.d.ts +0 -67
  578. package/lib/ele-qr-code/props.cjs +0 -43
  579. package/lib/ele-qr-code/qrcodegen.cjs +0 -1057
  580. package/lib/ele-qr-code/qrcodegen.d.ts +0 -95
  581. package/lib/ele-qr-code/style/index.cjs +0 -1
  582. package/lib/ele-qr-code/style/index.d.ts +0 -0
  583. package/lib/ele-qr-code/util.d.ts +0 -27
  584. package/lib/ele-segmented/index.d.ts +0 -485
  585. package/lib/ele-segmented/props.cjs +0 -25
  586. package/lib/ele-segmented/style/index.d.ts +0 -1
  587. package/lib/ele-split-panel/index.cjs +0 -205
  588. package/lib/ele-split-panel/index.d.ts +0 -192
  589. package/lib/ele-split-panel/props.cjs +0 -41
  590. package/lib/ele-split-panel/props.d.ts +0 -47
  591. package/lib/ele-split-panel/style/index.scss +0 -360
  592. package/lib/ele-steps/index.d.ts +0 -638
  593. package/lib/ele-steps/props.cjs +0 -14
  594. package/lib/ele-steps/style/index.cjs +0 -4
  595. package/lib/ele-steps/style/index.d.ts +0 -1
  596. package/lib/ele-steps/types.d.ts +0 -14
  597. package/lib/ele-tab-tool/index.cjs +0 -64
  598. package/lib/ele-tab-tool/index.d.ts +0 -75
  599. package/lib/ele-tab-tool/props.d.ts +0 -14
  600. package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +0 -5006
  601. package/lib/ele-tab-wrap/props.d.ts +0 -13
  602. package/lib/ele-tab-wrap/style/index.d.ts +0 -0
  603. package/lib/ele-table/index.d.ts +0 -28
  604. package/lib/ele-table/style/index.cjs +0 -2
  605. package/lib/ele-table/style/index.d.ts +0 -1
  606. package/lib/ele-table-select/index.cjs +0 -423
  607. package/lib/ele-table-select/style/index.d.ts +0 -1
  608. package/lib/ele-tabs/props.d.ts +0 -88
  609. package/lib/ele-test/index.d.ts +0 -2
  610. package/lib/ele-test/style/index.cjs +0 -3
  611. package/lib/ele-test/style/index.d.ts +0 -1
  612. package/lib/ele-text/index.d.ts +0 -93
  613. package/lib/ele-text/props.cjs +0 -30
  614. package/lib/ele-text/style/index.d.ts +0 -1
  615. package/lib/ele-text/types.d.ts +0 -35
  616. package/lib/ele-toolbar/style/index.cjs +0 -4
  617. package/lib/ele-tooltip/style/index.d.ts +0 -1
  618. package/lib/ele-tour/style/index.cjs +0 -4
  619. package/lib/ele-tour/types.d.ts +0 -42
  620. package/lib/ele-tour/util.d.ts +0 -20
  621. package/lib/ele-tree-select/index.cjs +0 -459
  622. package/lib/ele-tree-select/style/css-var.scss +0 -8
  623. package/lib/ele-tree-select/style/index.cjs +0 -4
  624. package/lib/ele-tree-select/style/index.d.ts +0 -1
  625. package/lib/ele-upload-list/components/list-item.cjs +0 -232
  626. package/lib/ele-upload-list/components/list-item.d.ts +0 -902
  627. package/lib/ele-upload-list/props.d.ts +0 -81
  628. package/lib/ele-upload-list/types.d.ts +0 -71
  629. package/lib/ele-virtual-table/components/body-row.cjs +0 -210
  630. package/lib/ele-virtual-table/components/body-row.d.ts +0 -984
  631. package/lib/ele-virtual-table/components/expand-row.d.ts +0 -19
  632. package/lib/ele-virtual-table/components/footer-row.d.ts +0 -65
  633. package/lib/ele-virtual-table/components/header-cell.d.ts +0 -3929
  634. package/lib/ele-virtual-table/index.d.ts +0 -7882
  635. package/lib/ele-virtual-table/util.d.ts +0 -229
  636. package/lib/ele-watermark/index.d.ts +0 -57
  637. package/lib/ele-watermark/types.d.ts +0 -39
  638. package/lib/ele-xg-player/index.cjs +0 -61
  639. package/lib/ele-xg-player/index.d.ts +0 -22
  640. package/lib/ele-xg-player/style/index.d.ts +0 -1
  641. package/lib/icons/ApplicationOutlined.cjs +0 -23
  642. package/lib/icons/AppstoreAddOutlined.d.ts +0 -2
  643. package/lib/icons/AppstoreOutlined.d.ts +0 -2
  644. package/lib/icons/ArrowLeft.cjs +0 -28
  645. package/lib/icons/ArrowLeft.d.ts +0 -2
  646. package/lib/icons/ArrowLeftOutlined.d.ts +0 -2
  647. package/lib/icons/ArrowRight.cjs +0 -28
  648. package/lib/icons/ArrowRight.d.ts +0 -2
  649. package/lib/icons/ArrowRightOutlined.d.ts +0 -2
  650. package/lib/icons/ArrowUp.cjs +0 -28
  651. package/lib/icons/ArrowUp.d.ts +0 -2
  652. package/lib/icons/ArrowUpOutlined.d.ts +0 -2
  653. package/lib/icons/BellOutlined.cjs +0 -26
  654. package/lib/icons/BellOutlined.d.ts +0 -2
  655. package/lib/icons/BookOutlined.d.ts +0 -2
  656. package/lib/icons/CaretDownFilled.d.ts +0 -2
  657. package/lib/icons/CaretUpFilled.d.ts +0 -2
  658. package/lib/icons/CheckOutlined.d.ts +0 -2
  659. package/lib/icons/ClockCircleOutlined.d.ts +0 -2
  660. package/lib/icons/CloudUploadOutlined.cjs +0 -28
  661. package/lib/icons/CloudUploadOutlined.d.ts +0 -2
  662. package/lib/icons/ClusterOutlined.d.ts +0 -2
  663. package/lib/icons/CodeOutlined.d.ts +0 -2
  664. package/lib/icons/CompassOutlined.d.ts +0 -2
  665. package/lib/icons/ConnectionOutlined.d.ts +0 -2
  666. package/lib/icons/ControlOutlined.cjs +0 -28
  667. package/lib/icons/ControlOutlined.d.ts +0 -2
  668. package/lib/icons/CopyOutlined.cjs +0 -29
  669. package/lib/icons/CornerRightFilled.d.ts +0 -2
  670. package/lib/icons/DashboardOutlined.d.ts +0 -2
  671. package/lib/icons/DesktopOutlined.d.ts +0 -2
  672. package/lib/icons/DragOutlined.d.ts +0 -2
  673. package/lib/icons/EditOutlined.d.ts +0 -2
  674. package/lib/icons/EnvironmentOutlined.d.ts +0 -2
  675. package/lib/icons/FileOutlined.d.ts +0 -2
  676. package/lib/icons/FilterFilled.d.ts +0 -2
  677. package/lib/icons/FundOutlined.cjs +0 -27
  678. package/lib/icons/GlobalOutlined.d.ts +0 -2
  679. package/lib/icons/HomeOutlined.d.ts +0 -2
  680. package/lib/icons/LoadingDotOutlined.cjs +0 -26
  681. package/lib/icons/LoadingDotOutlined.d.ts +0 -2
  682. package/lib/icons/LoadingOutlined.cjs +0 -26
  683. package/lib/icons/LoadingOutlined.d.ts +0 -2
  684. package/lib/icons/LockOutlined.cjs +0 -28
  685. package/lib/icons/LockOutlined.d.ts +0 -2
  686. package/lib/icons/LogOutlined.d.ts +0 -2
  687. package/lib/icons/LogoutOutlined.cjs +0 -27
  688. package/lib/icons/MailOutlined.d.ts +0 -2
  689. package/lib/icons/MenuFoldOutlined.cjs +0 -25
  690. package/lib/icons/MenuFoldOutlined.d.ts +0 -2
  691. package/lib/icons/MenuOutlined.d.ts +0 -2
  692. package/lib/icons/MenuUnfoldOutlined.cjs +0 -25
  693. package/lib/icons/MenuUnfoldOutlined.d.ts +0 -2
  694. package/lib/icons/MessageOutlined.d.ts +0 -2
  695. package/lib/icons/MinusCircleOutlined.cjs +0 -27
  696. package/lib/icons/MinusCircleOutlined.d.ts +0 -2
  697. package/lib/icons/MobileOutlined.cjs +0 -33
  698. package/lib/icons/MoonOutlined.cjs +0 -26
  699. package/lib/icons/MoonOutlined.d.ts +0 -2
  700. package/lib/icons/MoreOutlined.d.ts +0 -2
  701. package/lib/icons/PauseFilled.d.ts +0 -2
  702. package/lib/icons/PieChartOutlined.d.ts +0 -2
  703. package/lib/icons/PlusCircleOutlined.cjs +0 -27
  704. package/lib/icons/PlusOutlined.d.ts +0 -2
  705. package/lib/icons/ProtectOutlined.d.ts +0 -2
  706. package/lib/icons/QuestionCircleOutlined.cjs +0 -34
  707. package/lib/icons/QuestionCircleOutlined.d.ts +0 -2
  708. package/lib/icons/ReloadOutlined.d.ts +0 -2
  709. package/lib/icons/ResizeOutlined.cjs +0 -26
  710. package/lib/icons/SortOutlined.d.ts +0 -2
  711. package/lib/icons/StarFilled.d.ts +0 -2
  712. package/lib/icons/StepForwardFilled.d.ts +0 -2
  713. package/lib/icons/TimerOutlined.cjs +0 -27
  714. package/lib/icons/UndoOutlined.d.ts +0 -2
  715. package/lib/icons/UnlockOutlined.d.ts +0 -2
  716. package/lib/icons/VerticalLeftOutlined.d.ts +0 -2
  717. package/lib/icons/WarningOutlined.d.ts +0 -2
  718. package/lib/icons/ZoomOutOutlined.d.ts +0 -2
  719. package/lib/icons/index.cjs +0 -236
  720. package/lib/index.cjs +0 -21
  721. package/lib/index.d.ts +0 -4
  722. package/lib/installer.d.ts +0 -3
  723. package/lib/lang/en_US.cjs +0 -84
  724. package/lib/lang/en_US.d.ts +0 -4
  725. package/lib/lang/zh_CN.d.ts +0 -4
  726. package/lib/style/default.scss +0 -77
  727. package/lib/style/index.scss +0 -3
  728. package/lib/style/themes/dark-css-var.scss +0 -6
  729. package/lib/style/themes/theme-util.scss +0 -74
  730. package/lib/style/util.scss +0 -59
  731. package/lib/utils/chart-theme-dark.cjs +0 -397
  732. package/lib/utils/chart-theme-dark.d.ts +0 -373
  733. package/lib/utils/chart-theme.cjs +0 -392
  734. package/lib/utils/chart-theme.d.ts +0 -368
  735. package/lib/utils/core.cjs +0 -318
  736. package/lib/utils/core.d.ts +0 -168
  737. package/lib/utils/hook.cjs +0 -264
  738. package/lib/utils/hook.d.ts +0 -113
  739. package/lib/utils/menu-util.cjs +0 -78
  740. package/lib/utils/menu-util.d.ts +0 -14
  741. package/lib/utils/message-box.cjs +0 -98
  742. package/lib/utils/message-box.d.ts +0 -25
  743. package/lib/utils/message.cjs +0 -267
  744. package/lib/utils/message.d.ts +0 -66
  745. package/lib/utils/resolvers.cjs +0 -50
  746. package/lib/utils/resolvers.d.ts +0 -18
  747. package/lib/utils/theme-util.cjs +0 -42
  748. package/lib/utils/theme-util.d.ts +0 -6
  749. package/lib/utils/validate.d.ts +0 -182
  750. package/lib/yu-framework-attachment-image-upload/index.cjs +0 -163
  751. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.cjs +0 -283
  752. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +0 -67
  753. package/lib/yu-framework-slider-captcha-dialog/index.cjs +0 -63
  754. package/lib/yu-framework-slider-captcha-dialog/index.d.ts +0 -14
  755. /package/es/{ele-app/style/common → ele-alert/style}/index.d.ts +0 -0
  756. /package/es/{ele-app/style/common → ele-alert/style}/index.js +0 -0
  757. /package/{lib → es}/ele-app/style/common/index.scss +0 -0
  758. /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.d.ts +0 -0
  759. /package/es/ele-app/style/overwrite/{backtop → autocomplete}/index.js +0 -0
  760. /package/{lib → es}/ele-app/style/overwrite/descriptions/css-var.scss +0 -0
  761. /package/es/ele-app/style/overwrite/{popper → input}/index.d.ts +0 -0
  762. /package/es/ele-app/style/overwrite/{popper → input}/index.js +0 -0
  763. /package/{lib → es}/ele-app/style/overwrite/notification/index.scss +0 -0
  764. /package/{lib → es}/ele-app/style/overwrite/tag/index.scss +0 -0
  765. /package/es/ele-app/style/overwrite/{tree → tree-select}/index.d.ts +0 -0
  766. /package/es/ele-app/style/overwrite/{tree → tree-select}/index.js +0 -0
  767. /package/es/{ele-avatar-group → ele-backtop}/style/index.d.ts +0 -0
  768. /package/es/{ele-text → ele-backtop}/style/index.js +0 -0
  769. /package/es/{ele-qr-code → ele-bar-code}/style/index.d.ts +0 -0
  770. /package/es/{ele-qr-code → ele-bar-code}/style/index.js +0 -0
  771. /package/{lib → es}/ele-dialog/style/index.scss +0 -0
  772. /package/es/{ele-breadcrumb → ele-ellipsis}/style/index.d.ts +0 -0
  773. /package/es/{ele-check-card → ele-icon-select}/style/index.d.ts +0 -0
  774. /package/es/{ele-copyable → ele-loading}/style/index.d.ts +0 -0
  775. /package/{lib → es}/ele-loading/style/index.scss +0 -0
  776. /package/es/{ele-cropper-modal → ele-popconfirm}/style/index.d.ts +0 -0
  777. /package/es/{ele-cropper → ele-popover}/style/index.d.ts +0 -0
  778. /package/es/{ele-dashboard → ele-split-panel}/style/index.d.ts +0 -0
  779. /package/es/{ele-data-table → ele-tabs}/style/index.d.ts +0 -0
  780. /package/{lib → es}/ele-tool/style/css-var.scss +0 -0
  781. /package/{lib → es}/ele-tree-select/style/index.scss +0 -0
  782. /package/es/{ele-dialog → ele-virtual-table}/style/index.d.ts +0 -0
  783. /package/es/{ele-test/index.d.ts → icons/CalendarOutlined.d.ts} +0 -0
  784. /package/es/icons/{AppstoreAddOutlined.d.ts → CityOutlined.d.ts} +0 -0
  785. /package/es/icons/{ArrowLeft.d.ts → CloseOutlined.d.ts} +0 -0
  786. /package/es/icons/{ArrowLeftOutlined.d.ts → CompressOutlined.d.ts} +0 -0
  787. /package/es/icons/{ArrowRight.d.ts → CornerLeftFilled.d.ts} +0 -0
  788. /package/es/icons/{BellOutlined.d.ts → CpuOutlined.d.ts} +0 -0
  789. /package/es/icons/{BookOutlined.d.ts → DeleteOutlined.d.ts} +0 -0
  790. /package/es/icons/{CheckOutlined.d.ts → FolderAddOutlined.d.ts} +0 -0
  791. /package/es/icons/{ClockCircleOutlined.d.ts → FormOutlined.d.ts} +0 -0
  792. /package/es/icons/{CloudUploadOutlined.d.ts → FullscreenOutlined.d.ts} +0 -0
  793. /package/es/icons/{ClusterOutlined.d.ts → HolderOutlined.d.ts} +0 -0
  794. /package/es/icons/{CompassOutlined.d.ts → LinkOutlined.d.ts} +0 -0
  795. /package/es/icons/{CornerRightFilled.d.ts → LogoutOutlined.d.ts} +0 -0
  796. /package/es/icons/{DesktopOutlined.d.ts → PlayFilled.d.ts} +0 -0
  797. /package/es/icons/{DragOutlined.d.ts → PlusCircleOutlined.d.ts} +0 -0
  798. /package/es/icons/{FileOutlined.d.ts → SettingOutlined.d.ts} +0 -0
  799. /package/es/icons/{FilterFilled.d.ts → SliderArrowStatic.d.ts} +0 -0
  800. /package/es/icons/{GlobalOutlined.d.ts → StepBackwardFilled.d.ts} +0 -0
  801. /package/es/icons/{LogOutlined.d.ts → SunOutlined.d.ts} +0 -0
  802. /package/es/icons/{MailOutlined.d.ts → SwapOutlined.d.ts} +0 -0
  803. /package/es/icons/{MenuOutlined.d.ts → UploadOutlined.d.ts} +0 -0
  804. /package/es/icons/{MessageOutlined.d.ts → UserOutlined.d.ts} +0 -0
  805. /package/es/icons/{PauseFilled.d.ts → VerticalAlignMiddleOutlined.d.ts} +0 -0
  806. /package/es/icons/{PieChartOutlined.d.ts → ZoomInOutlined.d.ts} +0 -0
  807. /package/{es → lib}/ele-admin-layout/style/sidebar.scss +0 -0
  808. /package/lib/{ele-app/style/common → ele-alert/style}/index.cjs +0 -0
  809. /package/{es → lib}/ele-app/style/message/index.scss +0 -0
  810. /package/lib/ele-app/style/overwrite/{checkbox → autocomplete}/index.cjs +0 -0
  811. /package/lib/ele-app/style/overwrite/{date-picker → cascader}/index.cjs +0 -0
  812. /package/lib/ele-app/style/overwrite/{select → color-picker}/index.cjs +0 -0
  813. /package/{es → lib}/ele-app/style/overwrite/css-var.scss +0 -0
  814. /package/{es → lib}/ele-app/style/overwrite/popper/index.scss +0 -0
  815. /package/{es → lib}/ele-app/style/overwrite/tree/css-var.scss +0 -0
  816. /package/lib/{ele-bottom-bar/style → ele-app/style/overwrite/tree}/index.cjs +0 -0
  817. /package/{es → lib}/ele-data-table/style/index.scss +0 -0
  818. /package/lib/{ele-qr-code-svg → ele-tab-tool}/style/index.cjs +0 -0
@@ -1,10 +1,11 @@
1
- import { defineComponent, computed, resolveComponent, createElementBlock, openBlock, normalizeStyle, normalizeClass, createCommentVNode, createElementVNode, createBlock, normalizeProps, mergeProps, withCtx, createTextVNode, toDisplayString } from "vue";
2
- import { CellRender, getColKey, getOrderValue } from "../util";
3
- import CellCheckbox from "./cell-checkbox";
4
- import CellFilter from "./cell-filter";
5
- const _sfc_main = defineComponent({
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const util = require("../util");
4
+ const CellCheckbox = require("./cell-checkbox");
5
+ const CellFilter = require("./cell-filter");
6
+ const _sfc_main = vue.defineComponent({
6
7
  name: "HeaderCell",
7
- components: { CellCheckbox, CellFilter, CellRender },
8
+ components: { CellCheckbox, CellFilter, CellRender: util.CellRender },
8
9
  props: {
9
10
  /** 当前列配置 */
10
11
  column: Object,
@@ -48,17 +49,17 @@ const _sfc_main = defineComponent({
48
49
  mouseenter: (_col, _e) => true
49
50
  },
50
51
  setup(props, { emit, slots }) {
51
- const originalCol = computed(() => {
52
+ const originalCol = vue.computed(() => {
52
53
  return props.column ? props.column.originalCol : void 0;
53
54
  });
54
- const cellParam = computed(() => {
55
+ const cellParam = vue.computed(() => {
55
56
  return {
56
57
  column: originalCol.value,
57
58
  columnIndex: props.columnIndex,
58
59
  rowIndex: props.headerIndex
59
60
  };
60
61
  });
61
- const cellClass = computed(() => {
62
+ const cellClass = vue.computed(() => {
62
63
  const classes = ["el-table-v2__header-cell", "ele-table-td"];
63
64
  if (props.column) {
64
65
  if (!props.column.colspan) {
@@ -81,8 +82,8 @@ const _sfc_main = defineComponent({
81
82
  if (col.sortable === true || col.sortable === "custom") {
82
83
  classes.push("is-sortable");
83
84
  }
84
- if (props.sortBy != null && getColKey(col) === props.sortBy.key) {
85
- const sortClass = getOrderValue(props.sortBy.order);
85
+ if (props.sortBy != null && util.getColKey(col) === props.sortBy.key) {
86
+ const sortClass = util.getOrderValue(props.sortBy.order);
86
87
  if (sortClass) {
87
88
  classes.push("is-" + sortClass);
88
89
  }
@@ -126,13 +127,13 @@ const _sfc_main = defineComponent({
126
127
  }
127
128
  return classes.join(" ");
128
129
  });
129
- const cellHeight = computed(() => {
130
+ const cellHeight = vue.computed(() => {
130
131
  if (props.rowHeight == null || props.column == null || !props.column.rowspan || props.column.rowspan <= 1) {
131
132
  return;
132
133
  }
133
134
  return props.column.rowspan * props.rowHeight + "px";
134
135
  });
135
- const cellStyle = computed(() => {
136
+ const cellStyle = vue.computed(() => {
136
137
  if (!props.colSize) {
137
138
  return;
138
139
  }
@@ -149,10 +150,10 @@ const _sfc_main = defineComponent({
149
150
  (typeof userStyle === "function" ? userStyle(param) : userStyle) || {}
150
151
  ];
151
152
  });
152
- const cellTitle = computed(() => {
153
+ const cellTitle = vue.computed(() => {
153
154
  return originalCol.value ? originalCol.value.label : void 0;
154
155
  });
155
- const renderOpt = computed(() => {
156
+ const renderOpt = vue.computed(() => {
156
157
  const col = originalCol.value;
157
158
  if (col) {
158
159
  const param = { column: col, $index: props.columnIndex };
@@ -214,48 +215,46 @@ const _hoisted_3 = {
214
215
  class: "ele-table-sorter"
215
216
  };
216
217
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
217
- const _component_CellCheckbox = resolveComponent("CellCheckbox");
218
- const _component_CellRender = resolveComponent("CellRender");
219
- const _component_CellFilter = resolveComponent("CellFilter");
220
- return openBlock(), createElementBlock("div", {
221
- class: normalizeClass(_ctx.cellClass),
222
- style: normalizeStyle(_ctx.cellStyle),
218
+ const _component_CellCheckbox = vue.resolveComponent("CellCheckbox");
219
+ const _component_CellRender = vue.resolveComponent("CellRender");
220
+ const _component_CellFilter = vue.resolveComponent("CellFilter");
221
+ return vue.openBlock(), vue.createElementBlock("div", {
222
+ class: vue.normalizeClass(_ctx.cellClass),
223
+ style: vue.normalizeStyle(_ctx.cellStyle),
223
224
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args)),
224
225
  onContextmenu: _cache[1] || (_cache[1] = (...args) => _ctx.handleContextmenu && _ctx.handleContextmenu(...args)),
225
226
  onMouseenter: _cache[2] || (_cache[2] = (...args) => _ctx.handleMouseenter && _ctx.handleMouseenter(...args))
226
227
  }, [
227
- _ctx.originalCol ? (openBlock(), createElementBlock("div", _hoisted_1, [
228
- createElementVNode("div", {
228
+ _ctx.originalCol ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
229
+ vue.createElementVNode("div", {
229
230
  class: "ele-cell-title",
230
231
  title: _ctx.headerEllipsis ? _ctx.cellTitle : void 0
231
232
  }, [
232
- _ctx.originalCol.type === "selection" ? (openBlock(), createBlock(_component_CellCheckbox, {
233
+ _ctx.originalCol.type === "selection" ? (vue.openBlock(), vue.createBlock(_component_CellCheckbox, {
233
234
  key: 0,
234
235
  checked: _ctx.isCheckAll,
235
236
  indeterminate: _ctx.isIndeterminate,
236
237
  disabled: _ctx.disabledCheckbox,
237
238
  size: _ctx.tableSize,
238
239
  onChange: _ctx.handleCheckedChange
239
- }, null, 8, ["checked", "indeterminate", "disabled", "size", "onChange"])) : (openBlock(), createBlock(_component_CellRender, normalizeProps(mergeProps({ key: 1 }, _ctx.renderOpt)), {
240
- default: withCtx(() => [
241
- createTextVNode(toDisplayString(_ctx.cellTitle), 1)
240
+ }, null, 8, ["checked", "indeterminate", "disabled", "size", "onChange"])) : (vue.openBlock(), vue.createBlock(_component_CellRender, vue.normalizeProps(vue.mergeProps({ key: 1 }, _ctx.renderOpt)), {
241
+ default: vue.withCtx(() => [
242
+ vue.createTextVNode(vue.toDisplayString(_ctx.cellTitle), 1)
242
243
  ]),
243
244
  _: 1
244
245
  }, 16))
245
246
  ], 8, _hoisted_2),
246
- _ctx.originalCol.sortable ? (openBlock(), createElementBlock("div", _hoisted_3)) : createCommentVNode("", true),
247
- _ctx.originalCol.filters && _ctx.originalCol.filters.length ? (openBlock(), createBlock(_component_CellFilter, {
247
+ _ctx.originalCol.sortable ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3)) : vue.createCommentVNode("", true),
248
+ _ctx.originalCol.filters && _ctx.originalCol.filters.length ? (vue.openBlock(), vue.createBlock(_component_CellFilter, {
248
249
  key: 1,
249
250
  filtered: _ctx.filterValue,
250
251
  filterMultiple: _ctx.originalCol.filterMultiple,
251
252
  filters: _ctx.originalCol.filters,
252
253
  filterPlacement: _ctx.originalCol.filterPlacement,
253
254
  onChange: _ctx.handleFilterChange
254
- }, null, 8, ["filtered", "filterMultiple", "filters", "filterPlacement", "onChange"])) : createCommentVNode("", true)
255
- ])) : createCommentVNode("", true)
255
+ }, null, 8, ["filtered", "filterMultiple", "filters", "filterPlacement", "onChange"])) : vue.createCommentVNode("", true)
256
+ ])) : vue.createCommentVNode("", true)
256
257
  ], 38);
257
258
  }
258
259
  const headerCell = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
259
- export {
260
- headerCell as default
261
- };
260
+ module.exports = headerCell;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "AppstoreAddOutlined"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "none",
16
+ stroke: "currentColor",
17
+ "stroke-width": "4",
18
+ "stroke-linecap": "round"
19
+ };
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
+ vue.createElementVNode("path", { d: "M18 6H8C7 6 6 7 6 8V18C6 19 7 20 8 20H18C19 20 20 19 20 18V8C20 7 19 6 18 6Z" }, null, -1),
23
+ vue.createElementVNode("path", { d: "M40 6H30C29 6 28 7 28 8V18C28 19 29 20 30 20H40C41 20 42 19 42 18V8C42 7 41 6 40 6Z" }, null, -1),
24
+ vue.createElementVNode("path", { d: "M40 28H30C29 28 28 29 28 30V40C28 41 29 42 30 42H40C41 42 42 41 42 40V30C42 29 41 28 40 28Z" }, null, -1),
25
+ vue.createElementVNode("path", { d: "M12 27V45M3 36H21" }, null, -1)
26
+ ]));
27
+ }
28
+ const AppstoreAddOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ module.exports = AppstoreAddOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "CornerLeftFilled"
4
+ name: "CaretUpFilled"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -16,8 +16,8 @@ const _hoisted_1 = {
16
16
  };
17
17
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
18
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
19
- vue.createElementVNode("path", { d: "M48 48H0C24 48 48 24 48 0Z" }, null, -1)
19
+ vue.createElementVNode("path", { d: "M8 34H40L24 14Z" }, null, -1)
20
20
  ]));
21
21
  }
22
- const CornerLeftFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
- module.exports = CornerLeftFilled;
22
+ const CaretUpFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = CaretUpFilled;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "ArrowLeftOutlined"
4
+ name: "CheckOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -20,8 +20,8 @@ const _hoisted_1 = {
20
20
  };
21
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
23
- vue.createElementVNode("path", { d: "M20 38 6 24 20 10M6 24H42" }, null, -1)
23
+ vue.createElementVNode("path", { d: "M6 24 19 37 43 13" }, null, -1)
24
24
  ]));
25
25
  }
26
- const ArrowLeftOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
- module.exports = ArrowLeftOutlined;
26
+ const CheckOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ module.exports = CheckOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "MenuOutlined"
4
+ name: "ColumnHeightOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -18,10 +18,13 @@ const _hoisted_1 = {
18
18
  };
19
19
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
20
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
21
- vue.createElementVNode("path", { d: "M3 7H45" }, null, -1),
22
- vue.createElementVNode("path", { d: "M3 24H44" }, null, -1),
23
- vue.createElementVNode("path", { d: "M3 41H45" }, null, -1)
21
+ vue.createElementVNode("path", {
22
+ d: "M24 12V36M18 17 24 12 30 17M30 31 24 36 18 31",
23
+ "stroke-width": "3.5"
24
+ }, null, -1),
25
+ vue.createElementVNode("path", { d: "M6 5H42" }, null, -1),
26
+ vue.createElementVNode("path", { d: "M6 43H42" }, null, -1)
24
27
  ]));
25
28
  }
26
- const MenuOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
- module.exports = MenuOutlined;
29
+ const ColumnHeightOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ module.exports = ColumnHeightOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "PlusOutlined"
4
+ name: "CorneRightFilled"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -12,15 +12,12 @@ const _export_sfc = (sfc, props) => {
12
12
  };
13
13
  const _hoisted_1 = {
14
14
  viewBox: "0 0 48 48",
15
- fill: "none",
16
- stroke: "currentColor",
17
- "stroke-width": "5",
18
- "stroke-linecap": "round"
15
+ fill: "currentColor"
19
16
  };
20
17
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
18
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M24 6V42M6 24H42" }, null, -1)
19
+ vue.createElementVNode("path", { d: "M0 48H48C24 48 0 24 0 0Z" }, null, -1)
23
20
  ]));
24
21
  }
25
- const PlusOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
- module.exports = PlusOutlined;
22
+ const CornerRightFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = CornerRightFilled;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "IdcardOutlined"
4
+ name: "DashboardOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -15,18 +15,18 @@ const _hoisted_1 = {
15
15
  fill: "none",
16
16
  stroke: "currentColor",
17
17
  "stroke-width": "4",
18
+ "stroke-linecap": "round",
18
19
  "stroke-linejoin": "round"
19
20
  };
20
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
22
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M3 8H45V40H3Z" }, null, -1),
23
+ vue.createElementVNode("path", { d: "M8 42C4 36 3 32 3 28 3 17 13 7 24 7 35 7 45 17 45 28 45 32 44 36 40 42Z" }, null, -1),
23
24
  vue.createElementVNode("path", {
24
- d: "M17 25C19.2 25 21 23.2 21 21 21 18.8 19.2 17 17 17 14.8 17 13 18.8 13 21 13 23.2 14.8 25 17 25M23 31C23 27.7 20.3 25 17 25 13.7 25 11 27.7 11 31",
25
+ d: "M11 27C11 20 17 14 24 14 31 14 37 20 37 27",
25
26
  "stroke-width": "3"
26
27
  }, null, -1),
27
- vue.createElementVNode("path", { d: "M26 20H38" }, null, -1),
28
- vue.createElementVNode("path", { d: "M30 28H38" }, null, -1)
28
+ vue.createElementVNode("path", { d: "M24 32 28 22M24 34C25 34 26 33 26 32 26 31 25 30 24 30 23 30 22 31 22 32 22 33 23 34 24 34Z" }, null, -1)
29
29
  ]));
30
30
  }
31
- const IdcardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
- module.exports = IdcardOutlined;
31
+ const DashboardOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ module.exports = DashboardOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "CheckCircleOutlined"
4
+ name: "DatabaseOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -15,14 +15,15 @@ const _hoisted_1 = {
15
15
  fill: "none",
16
16
  stroke: "currentColor",
17
17
  "stroke-width": "4",
18
- "stroke-linecap": "round",
19
18
  "stroke-linejoin": "round"
20
19
  };
21
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
23
- vue.createElementVNode("path", { d: "M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z" }, null, -1),
24
- vue.createElementVNode("path", { d: "M14 25 21 32 35 18" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M9 4H39V44H9ZM9 17H39M9 31H39" }, null, -1),
23
+ vue.createElementVNode("path", { d: "M16 11H22" }, null, -1),
24
+ vue.createElementVNode("path", { d: "M16 24H22" }, null, -1),
25
+ vue.createElementVNode("path", { d: "M16 37H22" }, null, -1)
25
26
  ]));
26
27
  }
27
- const CheckCircleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
- module.exports = CheckCircleOutlined;
28
+ const DatabaseOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ module.exports = DatabaseOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "ReloadOutlined"
4
+ name: "DeleteOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -20,8 +20,10 @@ const _hoisted_1 = {
20
20
  };
21
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
22
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
23
- vue.createElementVNode("path", { d: "M42 30C40 35 34 43 24 43 14 43 5 34 5 24 5 14 14 5 24 5 31 5 36 9 40 14M40 6V14L32 14" }, null, -1)
23
+ vue.createElementVNode("path", { d: "M9 10V44H39V10M15 10 17 3H31L33 10M4 10H44" }, null, -1),
24
+ vue.createElementVNode("path", { d: "M20 20V33" }, null, -1),
25
+ vue.createElementVNode("path", { d: "M28 20V33" }, null, -1)
24
26
  ]));
25
27
  }
26
- const ReloadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
- module.exports = ReloadOutlined;
28
+ const DeleteOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
29
+ module.exports = DeleteOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "FolderOutlined"
4
+ name: "DesktopOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -19,8 +19,8 @@ const _hoisted_1 = {
19
19
  };
20
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M3 6H16L25 14H45V42H3Z" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M12 43H36M24 33V43M4 33V7H44V33Z" }, null, -1)
23
23
  ]));
24
24
  }
25
- const FolderOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
- module.exports = FolderOutlined;
25
+ const DesktopOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
+ module.exports = DesktopOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "ClockCircleOutlined"
4
+ name: "EnvironmentOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -14,15 +14,14 @@ const _hoisted_1 = {
14
14
  viewBox: "0 0 48 48",
15
15
  fill: "none",
16
16
  stroke: "currentColor",
17
- "stroke-width": "4",
18
- "stroke-linecap": "round",
17
+ "stroke-width": "3.5",
19
18
  "stroke-linejoin": "round"
20
19
  };
21
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
23
- vue.createElementVNode("path", { d: "M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z" }, null, -1),
24
- vue.createElementVNode("path", { d: "M22 12 22 26 36 26" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M24 46C25 46 43 33 43 21 43 10 35 2 24 2 13 2 5 10 5 21 5 33 23 46 24 46Z" }, null, -1),
23
+ vue.createElementVNode("path", { d: "M24 28C20 28 17 25 17 21S20 14 24 14 31 17 31 21 28 28 24 28Z" }, null, -1)
25
24
  ]));
26
25
  }
27
- const ClockCircleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
- module.exports = ClockCircleOutlined;
26
+ const EnvironmentOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ module.exports = EnvironmentOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "ClusterOutlined"
4
+ name: "ExclamationCircleFilled"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -12,15 +12,12 @@ const _export_sfc = (sfc, props) => {
12
12
  };
13
13
  const _hoisted_1 = {
14
14
  viewBox: "0 0 48 48",
15
- fill: "none",
16
- stroke: "currentColor",
17
- "stroke-width": "4",
18
- "stroke-linejoin": "round"
15
+ fill: "currentColor"
19
16
  };
20
17
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
18
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M16 5H32V15H16ZM24 15V33M8 33V24H40V33M3 33H13V43H3ZM19 33H29V43H19ZM35 33H45V43H35Z" }, null, -1)
19
+ vue.createElementVNode("path", { d: "M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM27 11H21V27H27ZM24 30C22 30 20.5 31.5 20.5 33.5S22 37 24 37 27.5 35.5 27.5 33.5 26 30 24 30Z" }, null, -1)
23
20
  ]));
24
21
  }
25
- const ClusterOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
- module.exports = ClusterOutlined;
22
+ const ExclamationCircleFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = ExclamationCircleFilled;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "FilterFilled"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "currentColor"
16
+ };
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
19
+ vue.createElementVNode("path", { d: "M16 39.5C16 40.5 16.5 41 17.5 41H30.5C31.5 41 32 40.5 32 39.5V30H16ZM7 7C5.5 7 5 8.5 5.5 9.5L16 27H32L42.5 9.5C43 8.5 42.5 7 41 7Z" }, null, -1)
20
+ ]));
21
+ }
22
+ const FilterFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = FilterFilled;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "CheckCircleFilled"
4
+ name: "InfoCircleFilled"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -16,8 +16,8 @@ const _hoisted_1 = {
16
16
  };
17
17
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
18
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
19
- vue.createElementVNode("path", { d: "M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM21 29 14 22 11 25 21 35 38 18 35 15Z" }, null, -1)
19
+ vue.createElementVNode("path", { d: "M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM21 37H27V21H21ZM24 11C22 11 20.5 12.5 20.5 14.5S22 18 24 18 27.5 16.5 27.5 14.5 26 11 24 11Z" }, null, -1)
20
20
  ]));
21
21
  }
22
- const CheckCircleFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
- module.exports = CheckCircleFilled;
22
+ const InfoCircleFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = InfoCircleFilled;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "HomeOutlined"
4
+ name: "MailOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -19,8 +19,8 @@ const _hoisted_1 = {
19
19
  };
20
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M19 43V29H29V43M9 43V25H3L24 4 45 25H39V43Z" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M3 8 24 24 45 8V40H3ZM3 8H45" }, null, -1)
23
23
  ]));
24
24
  }
25
- const HomeOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
- module.exports = HomeOutlined;
25
+ const MailOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
+ module.exports = MailOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "DownloadOutlined"
4
+ name: "PieChartOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -15,14 +15,13 @@ const _hoisted_1 = {
15
15
  fill: "none",
16
16
  stroke: "currentColor",
17
17
  "stroke-width": "4",
18
- "stroke-linecap": "round",
19
18
  "stroke-linejoin": "round"
20
19
  };
21
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
23
- vue.createElementVNode("path", { d: "M6 24V42H42V24" }, null, -1),
24
- vue.createElementVNode("path", { d: "M24 6V32M33 23 24 32 15 23" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M45 25C45 35 35 45 24 45 12 45 3 36 3 24 3 13 13 3 23 3V25Z" }, null, -1),
23
+ vue.createElementVNode("path", { d: "M31 3C37 5 43 11 45 17H31Z" }, null, -1)
25
24
  ]));
26
25
  }
27
- const DownloadOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
28
- module.exports = DownloadOutlined;
26
+ const PieChartOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ module.exports = PieChartOutlined;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "VerticalLeftOutlined"
4
+ name: "PlayFilled"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -12,14 +12,12 @@ const _export_sfc = (sfc, props) => {
12
12
  };
13
13
  const _hoisted_1 = {
14
14
  viewBox: "0 0 48 48",
15
- fill: "none",
16
- stroke: "currentColor",
17
- "stroke-width": "4"
15
+ fill: "currentColor"
18
16
  };
19
17
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
18
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
21
- vue.createElementVNode("path", { d: "M34 6 34 42M11 41 30 24 11 7" }, null, -1)
19
+ vue.createElementVNode("path", { d: "M7 9C7 6 8 4 12 6L40 21C43 23 43 25 40 27L12 42C8 44 7 42 7 39Z" }, null, -1)
22
20
  ]));
23
21
  }
24
- const VerticalLeftOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
25
- module.exports = VerticalLeftOutlined;
22
+ const PlayFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = PlayFilled;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "QuestionCircleFilled"
5
+ });
6
+ const _export_sfc = (sfc, props) => {
7
+ const target = sfc.__vccOpts || sfc;
8
+ for (const [key, val] of props) {
9
+ target[key] = val;
10
+ }
11
+ return target;
12
+ };
13
+ const _hoisted_1 = {
14
+ viewBox: "0 0 48 48",
15
+ fill: "currentColor"
16
+ };
17
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
19
+ vue.createElementVNode("path", { d: "M24 2C12 2 2 12 2 24S12 46 24 46 46 36 46 24 36 2 24 2ZM24 37.7C22.75 37.7 21.76 36.69 21.76 35.44S22.75 33.2 24 33.2 26.26 34.21 26.26 35.44 25.25 37.7 24 37.7ZM27.54 26.05A2.71 2.71 90 0025.8 28.57V29.84C25.8 30.1 25.6 30.3 25.36 30.3H22.66C22.4 30.3 22.2 30.1 22.2 29.84V28.63C22.2 27.34 22.57 26.05 23.32 24.98 24.05 23.94 25.06 23.15 26.26 22.69 28.16 21.95 29.4 20.35 29.4 18.6 29.4 16.12 26.98 14.1 24 14.1S18.6 16.12 18.6 18.6V19.02C18.6 19.27 18.4 19.48 18.16 19.48H15.46C15.2 19.48 15 19.27 15 19.02V18.6C15 16.39 15.97 14.33 17.72 12.79 19.42 11.3 21.64 10.5 24 10.5S28.6 11.32 30.28 12.79C32.03 14.33 33 16.39 33 18.6 33 21.85 30.85 24.77 27.54 26.05Z" }, null, -1)
20
+ ]));
21
+ }
22
+ const QuestionCircleFilled = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
+ module.exports = QuestionCircleFilled;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
3
  const _sfc_main = vue.defineComponent({
4
- name: "CalendarOutlined"
4
+ name: "ShoppingOutlined"
5
5
  });
6
6
  const _export_sfc = (sfc, props) => {
7
7
  const target = sfc.__vccOpts || sfc;
@@ -19,8 +19,8 @@ const _hoisted_1 = {
19
19
  };
20
20
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
21
  return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
22
- vue.createElementVNode("path", { d: "M16 2V14M32 2V14M5 19H43M5 8H43V43H5Z" }, null, -1)
22
+ vue.createElementVNode("path", { d: "M5 14H43V44H5ZM32 22V11C32 7 29 3 24 3V3C19 3 16 7 16 11V22" }, null, -1)
23
23
  ]));
24
24
  }
25
- const CalendarOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
- module.exports = CalendarOutlined;
25
+ const ShoppingOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
26
+ module.exports = ShoppingOutlined;