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

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 (305) hide show
  1. package/es/ele-app/style/overwrite/message-box/index.scss +4 -0
  2. package/es/ele-app/style/scrollbar/css-var.scss +2 -0
  3. package/es/ele-config-provider/receiver.js +1 -1
  4. package/es/ele-drawer/index.d.ts +6 -2
  5. package/es/ele-drawer/index.js +62 -6
  6. package/es/ele-drawer/props.d.ts +2 -0
  7. package/es/ele-drawer/props.js +3 -1
  8. package/es/ele-drawer/style/index.scss +90 -17
  9. package/es/ele-edit-tag/index.d.ts +4 -0
  10. package/es/ele-edit-tag/index.js +6 -4
  11. package/es/ele-edit-tag/props.d.ts +4 -0
  12. package/es/ele-edit-tag/props.js +4 -0
  13. package/es/ele-edit-tag/style/index.scss +11 -6
  14. package/es/ele-icon-select/components/icon-grid.js +42 -39
  15. package/es/ele-icon-select/style/index.js +1 -0
  16. package/es/ele-icon-select/style/index.scss +5 -3
  17. package/es/ele-modal/index.d.ts +5 -5
  18. package/es/ele-modal/index.js +28 -26
  19. package/es/ele-modal/style/css-var.scss +0 -7
  20. package/es/ele-modal/style/index.scss +8 -3
  21. package/es/ele-pro-layout/style/css-var.scss +9 -3
  22. package/es/ele-tabs/index.js +20 -16
  23. package/es/ele-tabs/style/css-var.scss +3 -1
  24. package/es/icons/AnalysisOutlined.d.ts +2 -0
  25. package/es/icons/AnalysisOutlined.js +35 -0
  26. package/es/icons/ApplicationOutlined.d.ts +2 -0
  27. package/es/icons/ApplicationOutlined.js +26 -0
  28. package/es/icons/AppstoreAddOutlined.d.ts +2 -0
  29. package/es/icons/AppstoreAddOutlined.js +35 -0
  30. package/es/icons/AppstoreOutlined.d.ts +2 -0
  31. package/es/icons/AppstoreOutlined.js +35 -0
  32. package/es/icons/BellOutlined.d.ts +2 -0
  33. package/es/icons/BellOutlined.js +29 -0
  34. package/es/icons/BookOutlined.d.ts +2 -0
  35. package/es/icons/BookOutlined.js +29 -0
  36. package/es/icons/CalendarOutlined.d.ts +2 -0
  37. package/es/icons/CalendarOutlined.js +29 -0
  38. package/es/icons/CaretDownFilled.d.ts +2 -0
  39. package/es/icons/CaretDownFilled.js +26 -0
  40. package/es/icons/CaretUpFilled.d.ts +2 -0
  41. package/es/icons/CaretUpFilled.js +26 -0
  42. package/es/icons/CityOutlined.d.ts +2 -0
  43. package/es/icons/CityOutlined.js +35 -0
  44. package/es/icons/ClockCircleOutlined.d.ts +2 -0
  45. package/es/icons/ClockCircleOutlined.js +32 -0
  46. package/es/icons/CloseCircleOutlined.d.ts +2 -0
  47. package/es/icons/CloseCircleOutlined.js +31 -0
  48. package/es/icons/CloudUploadOutlined.d.ts +2 -0
  49. package/es/icons/CloudUploadOutlined.js +32 -0
  50. package/es/icons/ClusterOutlined.d.ts +2 -0
  51. package/es/icons/ClusterOutlined.js +29 -0
  52. package/es/icons/CodeOutlined.d.ts +2 -0
  53. package/es/icons/CodeOutlined.js +34 -0
  54. package/es/icons/CompassOutlined.d.ts +2 -0
  55. package/es/icons/CompassOutlined.js +34 -0
  56. package/es/icons/ConnectionOutlined.d.ts +2 -0
  57. package/es/icons/ConnectionOutlined.js +31 -0
  58. package/es/icons/ControlOutlined.d.ts +2 -0
  59. package/es/icons/ControlOutlined.js +33 -0
  60. package/es/icons/CpuOutlined.d.ts +2 -0
  61. package/es/icons/CpuOutlined.js +30 -0
  62. package/es/icons/DashboardOutlined.d.ts +2 -0
  63. package/es/icons/DashboardOutlined.js +37 -0
  64. package/es/icons/DatabaseOutlined.d.ts +2 -0
  65. package/es/icons/DatabaseOutlined.js +35 -0
  66. package/es/icons/DeleteOutlined.d.ts +2 -0
  67. package/es/icons/DeleteOutlined.js +34 -0
  68. package/es/icons/DesktopOutlined.d.ts +2 -0
  69. package/es/icons/DesktopOutlined.js +29 -0
  70. package/es/icons/DownloadOutlined.d.ts +2 -0
  71. package/es/icons/DownloadOutlined.js +32 -0
  72. package/es/icons/DragOutlined.d.ts +2 -0
  73. package/es/icons/DragOutlined.js +30 -0
  74. package/es/icons/EditOutlined.d.ts +2 -0
  75. package/es/icons/EditOutlined.js +32 -0
  76. package/es/icons/FolderAddOutlined.d.ts +2 -0
  77. package/es/icons/FolderAddOutlined.js +31 -0
  78. package/es/icons/FolderOutlined.d.ts +2 -0
  79. package/es/icons/FolderOutlined.js +29 -0
  80. package/es/icons/FormOutlined.d.ts +2 -0
  81. package/es/icons/FormOutlined.js +31 -0
  82. package/es/icons/FundOutlined.d.ts +2 -0
  83. package/es/icons/FundOutlined.js +31 -0
  84. package/es/icons/GlobalOutlined.d.ts +2 -0
  85. package/es/icons/GlobalOutlined.js +28 -0
  86. package/es/icons/IdcardOutlined.d.ts +2 -0
  87. package/es/icons/IdcardOutlined.js +38 -0
  88. package/es/icons/LinkOutlined.d.ts +2 -0
  89. package/es/icons/LinkOutlined.js +32 -0
  90. package/es/icons/LockOutlined.d.ts +2 -0
  91. package/es/icons/LockOutlined.js +32 -0
  92. package/es/icons/LogOutlined.d.ts +2 -0
  93. package/es/icons/LogOutlined.js +35 -0
  94. package/es/icons/LogoutOutlined.d.ts +2 -0
  95. package/es/icons/LogoutOutlined.js +31 -0
  96. package/es/icons/MailOutlined.d.ts +2 -0
  97. package/es/icons/MailOutlined.js +29 -0
  98. package/es/icons/MenuFoldOutlined.d.ts +2 -0
  99. package/es/icons/MenuFoldOutlined.js +28 -0
  100. package/es/icons/MenuUnfoldOutlined.d.ts +2 -0
  101. package/es/icons/MenuUnfoldOutlined.js +28 -0
  102. package/es/icons/MessageOutlined.d.ts +2 -0
  103. package/es/icons/MessageOutlined.js +50 -0
  104. package/es/icons/MinusCircleOutlined.d.ts +2 -0
  105. package/es/icons/MinusCircleOutlined.js +31 -0
  106. package/es/icons/MobileOutlined.d.ts +2 -0
  107. package/es/icons/MobileOutlined.js +37 -0
  108. package/es/icons/MoonOutlined.d.ts +2 -0
  109. package/es/icons/MoonOutlined.js +29 -0
  110. package/es/icons/MoreOutlined.d.ts +2 -0
  111. package/es/icons/MoreOutlined.js +42 -0
  112. package/es/icons/PauseFilled.d.ts +2 -0
  113. package/es/icons/PauseFilled.js +30 -0
  114. package/es/icons/PieChartOutlined.d.ts +2 -0
  115. package/es/icons/PieChartOutlined.js +31 -0
  116. package/es/icons/PlayFilled.d.ts +2 -0
  117. package/es/icons/PlayFilled.js +26 -0
  118. package/es/icons/PlusCircleOutlined.d.ts +2 -0
  119. package/es/icons/PlusCircleOutlined.js +31 -0
  120. package/es/icons/ProtectOutlined.d.ts +2 -0
  121. package/es/icons/ProtectOutlined.js +32 -0
  122. package/es/icons/QuestionCircleOutlined.d.ts +2 -0
  123. package/es/icons/QuestionCircleOutlined.js +39 -0
  124. package/es/icons/ShoppingOutlined.d.ts +2 -0
  125. package/es/icons/ShoppingOutlined.js +29 -0
  126. package/es/icons/StarFilled.d.ts +2 -0
  127. package/es/icons/StarFilled.js +26 -0
  128. package/es/icons/StepBackwardFilled.d.ts +2 -0
  129. package/es/icons/StepBackwardFilled.js +33 -0
  130. package/es/icons/StepForwardFilled.d.ts +2 -0
  131. package/es/icons/StepForwardFilled.js +33 -0
  132. package/es/icons/SuitcaseOutlined.d.ts +2 -0
  133. package/es/icons/SuitcaseOutlined.js +29 -0
  134. package/es/icons/SunOutlined.d.ts +2 -0
  135. package/es/icons/SunOutlined.js +29 -0
  136. package/es/icons/TableOutlined.d.ts +2 -0
  137. package/es/icons/TableOutlined.js +29 -0
  138. package/es/icons/TagOutlined.d.ts +2 -0
  139. package/es/icons/TagOutlined.js +31 -0
  140. package/es/icons/TimerOutlined.d.ts +2 -0
  141. package/es/icons/TimerOutlined.js +31 -0
  142. package/es/icons/UnlockOutlined.d.ts +2 -0
  143. package/es/icons/UnlockOutlined.js +32 -0
  144. package/es/icons/UserOutlined.d.ts +2 -0
  145. package/es/icons/UserOutlined.js +29 -0
  146. package/es/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
  147. package/es/icons/VerticalAlignMiddleOutlined.js +32 -0
  148. package/es/icons/WarningOutlined.d.ts +2 -0
  149. package/es/icons/WarningOutlined.js +42 -0
  150. package/es/icons/index.d.ts +63 -0
  151. package/es/icons/index.js +212 -86
  152. package/es/style/themes/default.scss +4 -2
  153. package/lib/ele-app/style/overwrite/message-box/index.scss +4 -0
  154. package/lib/ele-app/style/scrollbar/css-var.scss +2 -0
  155. package/lib/ele-config-provider/receiver.cjs +1 -1
  156. package/lib/ele-drawer/index.cjs +60 -4
  157. package/lib/ele-drawer/index.d.ts +6 -2
  158. package/lib/ele-drawer/props.cjs +3 -1
  159. package/lib/ele-drawer/props.d.ts +2 -0
  160. package/lib/ele-drawer/style/index.scss +90 -17
  161. package/lib/ele-edit-tag/index.cjs +5 -3
  162. package/lib/ele-edit-tag/index.d.ts +4 -0
  163. package/lib/ele-edit-tag/props.cjs +4 -0
  164. package/lib/ele-edit-tag/props.d.ts +4 -0
  165. package/lib/ele-edit-tag/style/index.scss +11 -6
  166. package/lib/ele-icon-select/components/icon-grid.cjs +40 -37
  167. package/lib/ele-icon-select/style/index.cjs +1 -0
  168. package/lib/ele-icon-select/style/index.scss +5 -3
  169. package/lib/ele-modal/index.cjs +28 -26
  170. package/lib/ele-modal/index.d.ts +5 -5
  171. package/lib/ele-modal/style/css-var.scss +0 -7
  172. package/lib/ele-modal/style/index.scss +8 -3
  173. package/lib/ele-pro-layout/style/css-var.scss +9 -3
  174. package/lib/ele-tabs/index.cjs +20 -16
  175. package/lib/ele-tabs/style/css-var.scss +3 -1
  176. package/lib/icons/AnalysisOutlined.cjs +34 -0
  177. package/lib/icons/AnalysisOutlined.d.ts +2 -0
  178. package/lib/icons/ApplicationOutlined.cjs +25 -0
  179. package/lib/icons/ApplicationOutlined.d.ts +2 -0
  180. package/lib/icons/AppstoreAddOutlined.cjs +34 -0
  181. package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
  182. package/lib/icons/AppstoreOutlined.cjs +34 -0
  183. package/lib/icons/AppstoreOutlined.d.ts +2 -0
  184. package/lib/icons/BellOutlined.cjs +28 -0
  185. package/lib/icons/BellOutlined.d.ts +2 -0
  186. package/lib/icons/BookOutlined.cjs +28 -0
  187. package/lib/icons/BookOutlined.d.ts +2 -0
  188. package/lib/icons/CalendarOutlined.cjs +28 -0
  189. package/lib/icons/CalendarOutlined.d.ts +2 -0
  190. package/lib/icons/CaretDownFilled.cjs +25 -0
  191. package/lib/icons/CaretDownFilled.d.ts +2 -0
  192. package/lib/icons/CaretUpFilled.cjs +25 -0
  193. package/lib/icons/CaretUpFilled.d.ts +2 -0
  194. package/lib/icons/CityOutlined.cjs +34 -0
  195. package/lib/icons/CityOutlined.d.ts +2 -0
  196. package/lib/icons/ClockCircleOutlined.cjs +31 -0
  197. package/lib/icons/ClockCircleOutlined.d.ts +2 -0
  198. package/lib/icons/CloseCircleOutlined.cjs +30 -0
  199. package/lib/icons/CloseCircleOutlined.d.ts +2 -0
  200. package/lib/icons/CloudUploadOutlined.cjs +31 -0
  201. package/lib/icons/CloudUploadOutlined.d.ts +2 -0
  202. package/lib/icons/ClusterOutlined.cjs +28 -0
  203. package/lib/icons/ClusterOutlined.d.ts +2 -0
  204. package/lib/icons/CodeOutlined.cjs +33 -0
  205. package/lib/icons/CodeOutlined.d.ts +2 -0
  206. package/lib/icons/CompassOutlined.cjs +33 -0
  207. package/lib/icons/CompassOutlined.d.ts +2 -0
  208. package/lib/icons/ConnectionOutlined.cjs +30 -0
  209. package/lib/icons/ConnectionOutlined.d.ts +2 -0
  210. package/lib/icons/ControlOutlined.cjs +32 -0
  211. package/lib/icons/ControlOutlined.d.ts +2 -0
  212. package/lib/icons/CpuOutlined.cjs +29 -0
  213. package/lib/icons/CpuOutlined.d.ts +2 -0
  214. package/lib/icons/DashboardOutlined.cjs +36 -0
  215. package/lib/icons/DashboardOutlined.d.ts +2 -0
  216. package/lib/icons/DatabaseOutlined.cjs +34 -0
  217. package/lib/icons/DatabaseOutlined.d.ts +2 -0
  218. package/lib/icons/DeleteOutlined.cjs +33 -0
  219. package/lib/icons/DeleteOutlined.d.ts +2 -0
  220. package/lib/icons/DesktopOutlined.cjs +28 -0
  221. package/lib/icons/DesktopOutlined.d.ts +2 -0
  222. package/lib/icons/DownloadOutlined.cjs +31 -0
  223. package/lib/icons/DownloadOutlined.d.ts +2 -0
  224. package/lib/icons/DragOutlined.cjs +29 -0
  225. package/lib/icons/DragOutlined.d.ts +2 -0
  226. package/lib/icons/EditOutlined.cjs +31 -0
  227. package/lib/icons/EditOutlined.d.ts +2 -0
  228. package/lib/icons/FolderAddOutlined.cjs +30 -0
  229. package/lib/icons/FolderAddOutlined.d.ts +2 -0
  230. package/lib/icons/FolderOutlined.cjs +28 -0
  231. package/lib/icons/FolderOutlined.d.ts +2 -0
  232. package/lib/icons/FormOutlined.cjs +30 -0
  233. package/lib/icons/FormOutlined.d.ts +2 -0
  234. package/lib/icons/FundOutlined.cjs +30 -0
  235. package/lib/icons/FundOutlined.d.ts +2 -0
  236. package/lib/icons/GlobalOutlined.cjs +27 -0
  237. package/lib/icons/GlobalOutlined.d.ts +2 -0
  238. package/lib/icons/IdcardOutlined.cjs +37 -0
  239. package/lib/icons/IdcardOutlined.d.ts +2 -0
  240. package/lib/icons/LinkOutlined.cjs +31 -0
  241. package/lib/icons/LinkOutlined.d.ts +2 -0
  242. package/lib/icons/LockOutlined.cjs +31 -0
  243. package/lib/icons/LockOutlined.d.ts +2 -0
  244. package/lib/icons/LogOutlined.cjs +34 -0
  245. package/lib/icons/LogOutlined.d.ts +2 -0
  246. package/lib/icons/LogoutOutlined.cjs +30 -0
  247. package/lib/icons/LogoutOutlined.d.ts +2 -0
  248. package/lib/icons/MailOutlined.cjs +28 -0
  249. package/lib/icons/MailOutlined.d.ts +2 -0
  250. package/lib/icons/MenuFoldOutlined.cjs +27 -0
  251. package/lib/icons/MenuFoldOutlined.d.ts +2 -0
  252. package/lib/icons/MenuUnfoldOutlined.cjs +27 -0
  253. package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
  254. package/lib/icons/MessageOutlined.cjs +49 -0
  255. package/lib/icons/MessageOutlined.d.ts +2 -0
  256. package/lib/icons/MinusCircleOutlined.cjs +30 -0
  257. package/lib/icons/MinusCircleOutlined.d.ts +2 -0
  258. package/lib/icons/MobileOutlined.cjs +36 -0
  259. package/lib/icons/MobileOutlined.d.ts +2 -0
  260. package/lib/icons/MoonOutlined.cjs +28 -0
  261. package/lib/icons/MoonOutlined.d.ts +2 -0
  262. package/lib/icons/MoreOutlined.cjs +41 -0
  263. package/lib/icons/MoreOutlined.d.ts +2 -0
  264. package/lib/icons/PauseFilled.cjs +29 -0
  265. package/lib/icons/PauseFilled.d.ts +2 -0
  266. package/lib/icons/PieChartOutlined.cjs +30 -0
  267. package/lib/icons/PieChartOutlined.d.ts +2 -0
  268. package/lib/icons/PlayFilled.cjs +25 -0
  269. package/lib/icons/PlayFilled.d.ts +2 -0
  270. package/lib/icons/PlusCircleOutlined.cjs +30 -0
  271. package/lib/icons/PlusCircleOutlined.d.ts +2 -0
  272. package/lib/icons/ProtectOutlined.cjs +31 -0
  273. package/lib/icons/ProtectOutlined.d.ts +2 -0
  274. package/lib/icons/QuestionCircleOutlined.cjs +38 -0
  275. package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
  276. package/lib/icons/ShoppingOutlined.cjs +28 -0
  277. package/lib/icons/ShoppingOutlined.d.ts +2 -0
  278. package/lib/icons/StarFilled.cjs +25 -0
  279. package/lib/icons/StarFilled.d.ts +2 -0
  280. package/lib/icons/StepBackwardFilled.cjs +32 -0
  281. package/lib/icons/StepBackwardFilled.d.ts +2 -0
  282. package/lib/icons/StepForwardFilled.cjs +32 -0
  283. package/lib/icons/StepForwardFilled.d.ts +2 -0
  284. package/lib/icons/SuitcaseOutlined.cjs +28 -0
  285. package/lib/icons/SuitcaseOutlined.d.ts +2 -0
  286. package/lib/icons/SunOutlined.cjs +28 -0
  287. package/lib/icons/SunOutlined.d.ts +2 -0
  288. package/lib/icons/TableOutlined.cjs +28 -0
  289. package/lib/icons/TableOutlined.d.ts +2 -0
  290. package/lib/icons/TagOutlined.cjs +30 -0
  291. package/lib/icons/TagOutlined.d.ts +2 -0
  292. package/lib/icons/TimerOutlined.cjs +30 -0
  293. package/lib/icons/TimerOutlined.d.ts +2 -0
  294. package/lib/icons/UnlockOutlined.cjs +31 -0
  295. package/lib/icons/UnlockOutlined.d.ts +2 -0
  296. package/lib/icons/UserOutlined.cjs +28 -0
  297. package/lib/icons/UserOutlined.d.ts +2 -0
  298. package/lib/icons/VerticalAlignMiddleOutlined.cjs +31 -0
  299. package/lib/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
  300. package/lib/icons/WarningOutlined.cjs +41 -0
  301. package/lib/icons/WarningOutlined.d.ts +2 -0
  302. package/lib/icons/index.cjs +126 -0
  303. package/lib/icons/index.d.ts +63 -0
  304. package/lib/style/themes/default.scss +4 -2
  305. package/package.json +8 -8
@@ -13,6 +13,8 @@ export declare const drawerProps: {
13
13
  footerStyle: PropType<Partial<import("vue").CSSProperties>>;
14
14
  /** 自定义关闭按钮样式 */
15
15
  closeBtnStyle: PropType<Partial<import("vue").CSSProperties>>;
16
+ /** 是否限制在主体内部 */
17
+ inner: BooleanConstructor;
16
18
  direction: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown, "rtl", boolean>;
17
19
  size: import("element-plus/es/utils/index").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "30%", boolean>;
18
20
  withHeader: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
@@ -6,27 +6,27 @@
6
6
 
7
7
  /* 抽屉 */
8
8
  .ele-drawer {
9
- &.el-drawer {
9
+ & > .el-drawer {
10
10
  background: eleVar('drawer', 'bg');
11
- }
12
11
 
13
- & > .el-drawer__header {
14
- margin: 0;
15
- padding: 0;
16
- color: inherit;
17
- display: block;
18
- flex-shrink: 0;
19
- border: none;
20
- }
12
+ & > .el-drawer__header {
13
+ margin: 0;
14
+ padding: 0;
15
+ color: inherit;
16
+ display: block;
17
+ flex-shrink: 0;
18
+ border: none;
19
+ }
21
20
 
22
- & > .el-drawer__body {
23
- padding: 0;
24
- }
21
+ & > .el-drawer__body {
22
+ padding: 0;
23
+ }
25
24
 
26
- & > .el-drawer__footer {
27
- padding: 0;
28
- flex-shrink: 0;
29
- border: none;
25
+ & > .el-drawer__footer {
26
+ padding: 0;
27
+ flex-shrink: 0;
28
+ border: none;
29
+ }
30
30
  }
31
31
 
32
32
  .ele-drawer-header {
@@ -78,3 +78,76 @@
78
78
  box-sizing: border-box;
79
79
  }
80
80
  }
81
+
82
+ /* 失活状态 */
83
+ .ele-drawer-hide {
84
+ display: none !important;
85
+ }
86
+
87
+ /* 限制在内部并适配布局状态 */
88
+ .ele-drawer-inner {
89
+ & > .el-drawer {
90
+ box-shadow: eleVar('drawer', 'inner-shadow');
91
+ }
92
+
93
+ &.ele-drawer {
94
+ top: eleVar('header', 'height', 0);
95
+ left: eleVar('sidebar', 'width', 0);
96
+ height: auto;
97
+ }
98
+
99
+ &:not(.el-drawer-fade-leave-active, .el-drawer-fade-enter-active) {
100
+ transition: (width $ele-transition, left $ele-transition);
101
+ }
102
+
103
+ &.ele-state-has-tab {
104
+ top: calc(#{eleVar('header', 'height')} + #{eleVar('tab', 'height')});
105
+ }
106
+
107
+ &.ele-state-collapse {
108
+ left: eleVar('sidebar', 'collapse-width');
109
+ }
110
+
111
+ &.ele-state-mix-sidebar {
112
+ $box-width: eleVar('sidebox', 'width');
113
+ left: calc(#{$box-width} + #{eleVar('sidebar', 'mix-width')});
114
+
115
+ &.ele-state-collapse {
116
+ left: $box-width;
117
+ }
118
+
119
+ &.ele-state-single-sidebar {
120
+ left: $box-width;
121
+ }
122
+ }
123
+
124
+ &.ele-state-compact {
125
+ $collapse-width: eleVar('sidebar', 'collapse-width');
126
+ left: calc(#{$collapse-width} + #{eleVar('sidebar', 'mix-width')});
127
+
128
+ &.ele-state-single-sidebar {
129
+ left: $collapse-width;
130
+ }
131
+
132
+ &.ele-state-collapse {
133
+ left: $collapse-width;
134
+ }
135
+ }
136
+
137
+ &.ele-state-top-layout {
138
+ left: 0;
139
+ }
140
+
141
+ &.ele-state-maximized {
142
+ top: eleVar('tab', 'height');
143
+ left: 0 !important;
144
+ }
145
+
146
+ &.ele-state-expanded {
147
+ top: 0 !important;
148
+ }
149
+
150
+ &.ele-state-mobile {
151
+ left: 0 !important;
152
+ }
153
+ }
@@ -165,13 +165,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
165
165
  round: _ctx.round,
166
166
  closable: true,
167
167
  disableTransitions: true,
168
+ style: vue.normalizeStyle(_ctx.itemStyle),
168
169
  onClose: ($event) => _ctx.onTagClose(index2)
169
170
  }, {
170
171
  default: vue.withCtx(() => [
171
172
  vue.createTextVNode(vue.toDisplayString(item), 1)
172
173
  ]),
173
174
  _: 2
174
- }, 1032, ["type", "color", "size", "effect", "round", "onClose"]);
175
+ }, 1032, ["type", "color", "size", "effect", "round", "style", "onClose"]);
175
176
  }), 128)) : vue.createCommentVNode("", true),
176
177
  vue.withDirectives(vue.createVNode(_component_ElTag, {
177
178
  type: "info",
@@ -203,7 +204,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
203
204
  size: _ctx.size,
204
205
  round: _ctx.round,
205
206
  disableTransitions: true,
206
- class: vue.normalizeClass(["ele-edit-tag-input", { "is-error": !!_ctx.errorMessage }])
207
+ class: vue.normalizeClass(["ele-edit-tag-input", { "is-error": !!_ctx.errorMessage }]),
208
+ style: vue.normalizeStyle(_ctx.inputTagStyle)
207
209
  }, {
208
210
  default: vue.withCtx(() => [
209
211
  vue.createVNode(_component_ElInput, {
@@ -231,7 +233,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
231
233
  }, 8, ["disabled", "modelValue", "style", "onChange", "onBlur", "onFocus"])
232
234
  ]),
233
235
  _: 1
234
- }, 8, ["size", "round", "class"]), [
236
+ }, 8, ["size", "round", "class", "style"]), [
235
237
  [vue.vShow, _ctx.isEdit]
236
238
  ]),
237
239
  vue.createVNode(_component_EleTooltip, vue.mergeProps({
@@ -8,7 +8,9 @@ declare const _default: import("vue").DefineComponent<{
8
8
  round: BooleanConstructor;
9
9
  placeholder: StringConstructor;
10
10
  inputStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
11
+ inputTagStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
11
12
  buttonStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
13
+ itemStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
12
14
  validator: import("vue").PropType<import("./types").Validator>;
13
15
  beforeRemove: import("vue").PropType<import("./types").BeforeRemove>;
14
16
  tooltipProps: import("vue").PropType<Partial<import("../ele-tooltip/props").TooltipProps>>;
@@ -35,7 +37,9 @@ declare const _default: import("vue").DefineComponent<{
35
37
  round: BooleanConstructor;
36
38
  placeholder: StringConstructor;
37
39
  inputStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
40
+ inputTagStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
38
41
  buttonStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
42
+ itemStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
39
43
  validator: import("vue").PropType<import("./types").Validator>;
40
44
  beforeRemove: import("vue").PropType<import("./types").BeforeRemove>;
41
45
  tooltipProps: import("vue").PropType<Partial<import("../ele-tooltip/props").TooltipProps>>;
@@ -17,8 +17,12 @@ const editTagProps = {
17
17
  placeholder: String,
18
18
  /** 输入框样式 */
19
19
  inputStyle: Object,
20
+ /** 输入框外层标签样式 */
21
+ inputTagStyle: Object,
20
22
  /** 添加按钮样式 */
21
23
  buttonStyle: Object,
24
+ /** 标签样式 */
25
+ itemStyle: Object,
22
26
  /** 添加校验方法 */
23
27
  validator: Function,
24
28
  /** 移除校验方法 */
@@ -20,8 +20,12 @@ export declare const editTagProps: {
20
20
  placeholder: StringConstructor;
21
21
  /** 输入框样式 */
22
22
  inputStyle: PropType<Partial<import("vue").CSSProperties>>;
23
+ /** 输入框外层标签样式 */
24
+ inputTagStyle: PropType<Partial<import("vue").CSSProperties>>;
23
25
  /** 添加按钮样式 */
24
26
  buttonStyle: PropType<Partial<import("vue").CSSProperties>>;
27
+ /** 标签样式 */
28
+ itemStyle: PropType<Partial<import("vue").CSSProperties>>;
25
29
  /** 添加校验方法 */
26
30
  validator: PropType<Validator>;
27
31
  /** 移除校验方法 */
@@ -46,18 +46,23 @@
46
46
  & > .el-tag__content {
47
47
  width: 100%;
48
48
  height: 100%;
49
- display: block;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: center;
50
52
  font-size: inherit;
51
53
  line-height: inherit;
52
54
  border-radius: inherit;
55
+
56
+ & > .el-input {
57
+ flex: 1;
58
+ width: 100%;
59
+ height: 100%;
60
+ font-size: inherit;
61
+ border-radius: inherit;
62
+ }
53
63
  }
54
64
 
55
65
  .el-input {
56
- width: 100%;
57
- height: 100%;
58
- font-size: inherit;
59
- border-radius: inherit;
60
-
61
66
  .el-input__wrapper {
62
67
  height: 100%;
63
68
  padding-left: 8px;
@@ -4,7 +4,7 @@ const elementPlus = require("element-plus");
4
4
  const EleTooltip = require("../../ele-tooltip/index");
5
5
  const _sfc_main = vue.defineComponent({
6
6
  name: "IconGrid",
7
- components: { ElEmpty: elementPlus.ElEmpty, EleTooltip },
7
+ components: { ElEmpty: elementPlus.ElEmpty, ElScrollbar: elementPlus.ElScrollbar, EleTooltip },
8
8
  props: {
9
9
  /** 选中的图标 */
10
10
  icon: String,
@@ -75,48 +75,51 @@ const _export_sfc = (sfc, props) => {
75
75
  }
76
76
  return target;
77
77
  };
78
- const _hoisted_1 = { class: "ele-icon-select-body" };
79
- const _hoisted_2 = ["title", "onClick", "onMouseover"];
80
- const _hoisted_3 = {
78
+ const _hoisted_1 = ["title", "onClick", "onMouseover"];
79
+ const _hoisted_2 = {
81
80
  key: 0,
82
81
  class: "ele-icon-select-empty"
83
82
  };
84
83
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
85
84
  const _component_ElEmpty = vue.resolveComponent("ElEmpty");
86
85
  const _component_EleTooltip = vue.resolveComponent("EleTooltip");
87
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
88
- vue.createElementVNode("div", {
89
- class: "ele-icon-select-grid",
90
- style: vue.normalizeStyle(_ctx.gridStyle)
91
- }, [
92
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.data, (d, i) => {
93
- return vue.openBlock(), vue.createElementBlock("div", {
94
- key: i + "-" + d,
95
- class: vue.normalizeClass(["ele-icon-select-item", { "is-active": _ctx.icon && d === _ctx.icon }]),
96
- title: _ctx.tooltip ? void 0 : d,
97
- style: vue.normalizeStyle(_ctx.itemStyle),
98
- onClick: ($event) => _ctx.onItemClick(d),
99
- onMouseover: (e) => _ctx.onItemHover(d, e)
100
- }, [
101
- vue.renderSlot(_ctx.$slots, "icon", { icon: d })
102
- ], 46, _hoisted_2);
103
- }), 128))
104
- ], 4),
105
- !_ctx.data || !_ctx.data.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
106
- vue.createVNode(_component_ElEmpty, vue.mergeProps({ imageSize: 60 }, _ctx.emptyProps), null, 16)
107
- ])) : vue.createCommentVNode("", true),
108
- vue.createVNode(_component_EleTooltip, vue.mergeProps({
109
- placement: "top",
110
- offset: 6,
111
- teleported: false
112
- }, _ctx.tooltipProps || {}, {
113
- visible: _ctx.tooltipVisible,
114
- content: _ctx.tooltipContent,
115
- virtualRef: _ctx.virtualRef,
116
- virtualTriggering: true,
117
- "onUpdate:visible": _ctx.updateTooltipVisible
118
- }), null, 16, ["visible", "content", "virtualRef", "onUpdate:visible"])
119
- ]);
86
+ const _component_ElScrollbar = vue.resolveComponent("ElScrollbar");
87
+ return vue.openBlock(), vue.createBlock(_component_ElScrollbar, { class: "ele-icon-select-body" }, {
88
+ default: vue.withCtx(() => [
89
+ vue.createElementVNode("div", {
90
+ class: "ele-icon-select-grid",
91
+ style: vue.normalizeStyle(_ctx.gridStyle)
92
+ }, [
93
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.data, (d, i) => {
94
+ return vue.openBlock(), vue.createElementBlock("div", {
95
+ key: i + "-" + d,
96
+ class: vue.normalizeClass(["ele-icon-select-item", { "is-active": _ctx.icon && d === _ctx.icon }]),
97
+ title: _ctx.tooltip ? void 0 : d,
98
+ style: vue.normalizeStyle(_ctx.itemStyle),
99
+ onClick: ($event) => _ctx.onItemClick(d),
100
+ onMouseover: (e) => _ctx.onItemHover(d, e)
101
+ }, [
102
+ vue.renderSlot(_ctx.$slots, "icon", { icon: d })
103
+ ], 46, _hoisted_1);
104
+ }), 128))
105
+ ], 4),
106
+ !_ctx.data || !_ctx.data.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
107
+ vue.createVNode(_component_ElEmpty, vue.mergeProps({ imageSize: 60 }, _ctx.emptyProps), null, 16)
108
+ ])) : vue.createCommentVNode("", true),
109
+ vue.createVNode(_component_EleTooltip, vue.mergeProps({
110
+ placement: "top",
111
+ offset: 6,
112
+ teleported: false
113
+ }, _ctx.tooltipProps || {}, {
114
+ visible: _ctx.tooltipVisible,
115
+ content: _ctx.tooltipContent,
116
+ virtualRef: _ctx.virtualRef,
117
+ virtualTriggering: true,
118
+ "onUpdate:visible": _ctx.updateTooltipVisible
119
+ }), null, 16, ["visible", "content", "virtualRef", "onUpdate:visible"])
120
+ ]),
121
+ _: 3
122
+ });
120
123
  }
121
124
  const iconGrid = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
122
125
  module.exports = iconGrid;
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  require("element-plus/lib/components/empty/style/index");
3
+ require("element-plus/lib/components/scrollbar/style/index");
3
4
  require("../../ele-tooltip/style/index");
4
5
  require("../../ele-basic-select/style/index");
5
6
  require("./index.scss");
@@ -173,10 +173,12 @@
173
173
  .ele-icon-select-body {
174
174
  flex: 1;
175
175
  height: 100%;
176
- padding: eleVar('icon', 'body-padding');
177
176
  box-sizing: border-box;
178
- overflow: auto;
179
- overflow: overlay;
177
+ overflow: hidden;
178
+
179
+ & > .el-scrollbar__wrap > .el-scrollbar__view {
180
+ padding: eleVar('icon', 'body-padding');
181
+ }
180
182
  }
181
183
 
182
184
  .ele-icon-select-grid {
@@ -33,7 +33,7 @@ const _sfc_main = vue.defineComponent({
33
33
  const dialogClass = vue.computed(() => {
34
34
  const layoutState = vue.unref(layoutProvide);
35
35
  const classes = [util.wrapperClass];
36
- if (props$1.responsive ?? layoutState.responsive ?? true) {
36
+ if (props$1.responsive ?? (layoutState == null ? void 0 : layoutState.responsive) ?? true) {
37
37
  classes.push(util.responsiveClass);
38
38
  }
39
39
  if (props$1.form) {
@@ -62,32 +62,34 @@ const _sfc_main = vue.defineComponent({
62
62
  }
63
63
  if (props$1.inner) {
64
64
  classes.push(util.innerClass);
65
- if (layoutState.collapse && !layoutState.topLayout) {
66
- classes.push(util.collapseClass);
67
- }
68
- if (layoutState.compact && layoutState.mixSidebar && !layoutState.topLayout) {
69
- classes.push(util.compactClass);
70
- }
71
- if (layoutState.maximized) {
72
- classes.push(util.maximizedClass);
73
- }
74
- if (layoutState.tabBar) {
75
- classes.push(util.hasTabClass);
76
- }
77
- if (layoutState.mixSidebar && !layoutState.topLayout) {
78
- classes.push(util.mixSidebarClass);
79
- if (!layoutState.sidebar) {
80
- classes.push(util.singleSidebarClass);
65
+ if (layoutState && layoutState.sidebar != null) {
66
+ if (layoutState.collapse && !layoutState.topLayout) {
67
+ classes.push(util.collapseClass);
68
+ }
69
+ if (layoutState.compact && layoutState.mixSidebar && !layoutState.topLayout) {
70
+ classes.push(util.compactClass);
71
+ }
72
+ if (layoutState.maximized) {
73
+ classes.push(util.maximizedClass);
74
+ }
75
+ if (layoutState.tabBar) {
76
+ classes.push(util.hasTabClass);
77
+ }
78
+ if (layoutState.mixSidebar && !layoutState.topLayout) {
79
+ classes.push(util.mixSidebarClass);
80
+ if (!layoutState.sidebar) {
81
+ classes.push(util.singleSidebarClass);
82
+ }
83
+ }
84
+ if (layoutState.topLayout) {
85
+ classes.push(util.topLayoutClass);
86
+ }
87
+ if (layoutState.maximized && layoutState.expanded) {
88
+ classes.push(util.expandedClass);
89
+ }
90
+ if (layoutState.mobile) {
91
+ classes.push(util.mobileClass);
81
92
  }
82
- }
83
- if (layoutState.topLayout) {
84
- classes.push(util.topLayoutClass);
85
- }
86
- if (layoutState.maximized && layoutState.expanded) {
87
- classes.push(util.expandedClass);
88
- }
89
- if (layoutState.mobile) {
90
- classes.push(util.mobileClass);
91
93
  }
92
94
  }
93
95
  if (props$1.modalClass) {
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
33
33
  closeBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
34
34
  fullscreenBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
35
35
  responsive: {
36
- type: BooleanConstructor;
36
+ type: BooleanConstructor; /** 布局状态 */
37
37
  default: null;
38
38
  };
39
39
  form: BooleanConstructor;
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<{
52
52
  openDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
53
53
  closeDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
54
54
  top: {
55
- readonly type: import("vue").PropType<string>; /** 弹窗插入位置 */
55
+ readonly type: import("vue").PropType<string>;
56
56
  readonly required: false;
57
57
  readonly validator: ((val: unknown) => boolean) | undefined;
58
58
  __epPropKey: true;
@@ -144,7 +144,7 @@ declare const _default: import("vue").DefineComponent<{
144
144
  closeBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
145
145
  fullscreenBtnStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
146
146
  responsive: {
147
- type: BooleanConstructor;
147
+ type: BooleanConstructor; /** 布局状态 */
148
148
  default: null;
149
149
  };
150
150
  form: BooleanConstructor;
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<{
163
163
  openDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
164
164
  closeDelay: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
165
165
  top: {
166
- readonly type: import("vue").PropType<string>; /** 弹窗插入位置 */
166
+ readonly type: import("vue").PropType<string>;
167
167
  readonly required: false;
168
168
  readonly validator: ((val: unknown) => boolean) | undefined;
169
169
  __epPropKey: true;
@@ -230,8 +230,8 @@ declare const _default: import("vue").DefineComponent<{
230
230
  ariaLevel: string;
231
231
  minWidth: number;
232
232
  minHeight: number;
233
- responsive: boolean;
234
233
  multiple: boolean;
234
+ responsive: boolean;
235
235
  resetOnClose: boolean;
236
236
  maxable: boolean;
237
237
  inner: boolean;
@@ -5,11 +5,4 @@
5
5
  .ele-modal {
6
6
  @include set-ele-var('modal', $var);
7
7
  }
8
-
9
- .ele-modal-inner {
10
- @include set-ele-var('header', $var);
11
- @include set-ele-var('sidebar', $var);
12
- @include set-ele-var('sidebox', $var);
13
- @include set-ele-var('tab', $var);
14
- }
15
8
  }
@@ -207,9 +207,14 @@
207
207
 
208
208
  /* 限制在内部并适配布局状态 */
209
209
  .ele-modal-inner {
210
- top: eleVar('header', 'height');
211
- left: eleVar('sidebar', 'width');
212
- transition: (width $ele-transition, left $ele-transition);
210
+ &.ele-modal {
211
+ top: eleVar('header', 'height', 0);
212
+ left: eleVar('sidebar', 'width', 0);
213
+ }
214
+
215
+ &:not(.dialog-fade-leave-active, .dialog-fade-enter-active) {
216
+ transition: (width $ele-transition, left $ele-transition);
217
+ }
213
218
 
214
219
  &.ele-state-has-tab {
215
220
  top: calc(#{eleVar('header', 'height')} + #{eleVar('tab', 'height')});
@@ -9,7 +9,9 @@
9
9
  .ele-admin-header,
10
10
  .ele-admin-sidebar,
11
11
  .ele-admin-sidebox,
12
- .ele-admin-tabs {
12
+ .ele-admin-tabs,
13
+ .ele-modal-inner,
14
+ .ele-drawer-inner {
13
15
  @include set-ele-var('header', $var);
14
16
  }
15
17
 
@@ -30,14 +32,18 @@
30
32
  .ele-admin-sidebar,
31
33
  .ele-admin-sidebox,
32
34
  .ele-admin-body,
33
- .ele-admin-mask {
35
+ .ele-admin-mask,
36
+ .ele-modal-inner,
37
+ .ele-drawer-inner {
34
38
  @include set-ele-var('sidebar', $var);
35
39
  }
36
40
 
37
41
  .ele-admin-header,
38
42
  .ele-admin-sidebox,
39
43
  .ele-admin-sidebox-popup,
40
- .ele-admin-body {
44
+ .ele-admin-body,
45
+ .ele-modal-inner,
46
+ .ele-drawer-inner {
41
47
  @include set-ele-var('sidebox', $var);
42
48
  }
43
49
  }
@@ -114,24 +114,28 @@ const _sfc_main = vue.defineComponent({
114
114
  e.preventDefault();
115
115
  }
116
116
  };
117
+ const getBtnEl = (el, e, firefox) => {
118
+ const wheelDelta = e.wheelDelta || e.detail;
119
+ const delta = firefox ? -wheelDelta : wheelDelta;
120
+ if (delta > 0) {
121
+ return el.querySelector(".el-tabs__nav-prev");
122
+ } else if (delta < 0) {
123
+ return el.querySelector(".el-tabs__nav-next");
124
+ }
125
+ };
117
126
  const onMousewheel = (e, isFirefox) => {
118
- e.preventDefault();
119
- e.stopPropagation();
120
- const el = e.currentTarget;
121
- if (el && !current.isScroll) {
122
- current.isScroll = true;
123
- const wheelDelta = e.wheelDelta || e.detail;
124
- const delta = isFirefox ? -wheelDelta : wheelDelta;
125
- if (delta > 0) {
126
- const prevEl = el.querySelector(".el-tabs__nav-prev");
127
- prevEl && prevEl.click();
128
- } else if (delta < 0) {
129
- const nextEl = el.querySelector(".el-tabs__nav-next");
130
- nextEl && nextEl.click();
127
+ const tabEl = e.currentTarget;
128
+ if (tabEl && !current.isScroll) {
129
+ const el = getBtnEl(tabEl, e, isFirefox);
130
+ if (el && !el.classList.contains("is-disabled")) {
131
+ current.isScroll = true;
132
+ e.preventDefault();
133
+ e.stopPropagation();
134
+ el.click();
135
+ setTimeout(() => {
136
+ current.isScroll = false;
137
+ }, 300);
131
138
  }
132
- setTimeout(() => {
133
- current.isScroll = false;
134
- }, 300);
135
139
  }
136
140
  };
137
141
  const onFMousewheel = (e) => {
@@ -3,7 +3,9 @@
3
3
  /* 标签页主题变量 */
4
4
  @mixin set-tab-var($var) {
5
5
  .ele-tabs,
6
- .ele-tab-tool {
6
+ .ele-tab-tool,
7
+ .ele-modal-inner,
8
+ .ele-drawer-inner {
7
9
  @include set-ele-var('tab', $var);
8
10
  }
9
11
 
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _sfc_main = vue.defineComponent({
4
+ name: "AnalysisOutlined"
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-linejoin": "round"
19
+ };
20
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M0.3 7H47.7M6 7V34H42V7M19 34 12 45M29 34 36 45" }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M16 22V27" }, null, -1);
22
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M24 18V27" }, null, -1);
23
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M32 14V27" }, null, -1);
24
+ const _hoisted_6 = [
25
+ _hoisted_2,
26
+ _hoisted_3,
27
+ _hoisted_4,
28
+ _hoisted_5
29
+ ];
30
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_6);
32
+ }
33
+ const AnalysisOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ module.exports = AnalysisOutlined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;