epic-designer-gold 0.0.1 → 0.0.2

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/README.md +6 -3
  2. package/dist/_commonjsHelpers-BVfed4GL.js +28 -0
  3. package/dist/_commonjsHelpers-DwTZ_eVU.cjs +1 -0
  4. package/dist/_dayjs_commonjs-external-D9ZbEWhj.js +6 -0
  5. package/dist/_dayjs_commonjs-external-DWlrxCld.cjs +1 -0
  6. package/dist/_plugin-vue_export-helper-BHFhmbuH.cjs +1 -0
  7. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
  8. package/dist/_vue_commonjs-external-BbihI59z.cjs +1 -0
  9. package/dist/_vue_commonjs-external-NwvjgbHK.js +6 -0
  10. package/dist/attributeView-DZw_yBnS.cjs +1 -0
  11. package/dist/attributeView-oQIE06uw.js +105 -0
  12. package/dist/axios-CXDYiOMX.js +1704 -0
  13. package/dist/axios-tuVKNgv9.cjs +6 -0
  14. package/dist/az-C4lqmLYp.js +22 -0
  15. package/dist/az-CJXcaytS.cjs +1 -0
  16. package/dist/be--_CkdeMD.cjs +1 -0
  17. package/dist/be-DJzFjqtL.js +22 -0
  18. package/dist/bg-BOlG8Um1.js +25 -0
  19. package/dist/bg-DCT06eJE.cjs +1 -0
  20. package/dist/bn-bd-B1E6-oJQ.js +33 -0
  21. package/dist/bn-bd-DaKs5QkR.cjs +1 -0
  22. package/dist/button-BKT6NVeB.cjs +1 -0
  23. package/dist/button-BbHi0DmU.js +31 -0
  24. package/dist/button-Bj-ntCA2.js +27 -0
  25. package/dist/button-BvmCwtR3.js +27 -0
  26. package/dist/button-C48gWpMn.cjs +1 -0
  27. package/dist/button-Cc4KYk3v.cjs +1 -0
  28. package/dist/ca-BTQUSb29.cjs +1 -0
  29. package/dist/ca-DCcDFeSK.js +22 -0
  30. package/dist/card-BOMT_SwB.cjs +1 -0
  31. package/dist/card-BQ_K3Q8i.js +33 -0
  32. package/dist/card-BowzD9vN.cjs +1 -0
  33. package/dist/card-CNGNDzPp.js +31 -0
  34. package/dist/card-Cdove1KC.js +32 -0
  35. package/dist/card-hriyYYMn.cjs +1 -0
  36. package/dist/checkbox-CMr5pERY.cjs +1 -0
  37. package/dist/checkbox-D8eqzQDX.cjs +1 -0
  38. package/dist/checkbox-Dp36upb2.js +30 -0
  39. package/dist/checkbox-LVKgMSjI.js +28 -0
  40. package/dist/col-0rmM8on4.js +33 -0
  41. package/dist/col-B1GUMkMK.cjs +1 -0
  42. package/dist/col-B4lx76O5.cjs +1 -0
  43. package/dist/col-C_cbW1SI.js +33 -0
  44. package/dist/col-DXjfnmpf.cjs +1 -0
  45. package/dist/col-LQvh8U5y.js +30 -0
  46. package/dist/collapse-B2AXU6Jz.cjs +1 -0
  47. package/dist/collapse-BSFa_xwh.cjs +1 -0
  48. package/dist/collapse-CxLG5oyO.js +32 -0
  49. package/dist/collapse-I4H1VTFf.js +35 -0
  50. package/dist/collapseItem-CAGqWjGg.cjs +1 -0
  51. package/dist/collapseItem-CW_HTWvE.js +33 -0
  52. package/dist/collapseItem-DmnJXvsZ.js +30 -0
  53. package/dist/collapseItem-FF5A59WT.cjs +1 -0
  54. package/dist/core/components/asyncLoader/index.vue.d.ts +2 -0
  55. package/dist/core/components/builder/hooks/useBuilder.d.ts +29 -0
  56. package/dist/core/components/builder/index.d.ts +2 -0
  57. package/dist/core/components/builder/src/builder.vue.d.ts +41 -0
  58. package/dist/core/components/builder/src/types.d.ts +4 -0
  59. package/dist/core/components/designer/index.d.ts +2 -0
  60. package/dist/core/components/designer/src/designer.vue.d.ts +98 -0
  61. package/dist/core/components/designer/src/modules/actionBar/index.vue.d.ts +2 -0
  62. package/dist/core/components/designer/src/modules/attributeView/attributeView.vue.d.ts +2 -0
  63. package/dist/core/components/designer/src/modules/attributeView/eventView.vue.d.ts +2 -0
  64. package/dist/core/components/designer/src/modules/attributeView/styleView.vue.d.ts +2 -0
  65. package/dist/core/components/designer/src/modules/componentView/index.vue.d.ts +2 -0
  66. package/dist/core/components/designer/src/modules/editContainer/editNodeItem.vue.d.ts +11 -0
  67. package/dist/core/components/designer/src/modules/editContainer/editScreenContainer.vue.d.ts +20 -0
  68. package/dist/core/components/designer/src/modules/editContainer/index.vue.d.ts +2 -0
  69. package/dist/core/components/designer/src/modules/editContainer/nodeItem.vue.d.ts +9 -0
  70. package/dist/core/components/designer/src/modules/editContainer/previewJson.vue.d.ts +5 -0
  71. package/dist/core/components/designer/src/modules/editContainer/previewWidgets.vue.d.ts +5 -0
  72. package/dist/core/components/designer/src/modules/editContainer/toolbar.vue.d.ts +2 -0
  73. package/dist/core/components/designer/src/modules/header/index.vue.d.ts +28 -0
  74. package/dist/core/components/designer/src/modules/outline/outline.vue.d.ts +2 -0
  75. package/dist/core/components/designer/src/modules/preview/index.vue.d.ts +5 -0
  76. package/dist/core/components/designer/src/modules/rightSidebar/breadcrumb.vue.d.ts +2 -0
  77. package/dist/core/components/designer/src/modules/rightSidebar/index.vue.d.ts +2 -0
  78. package/dist/core/components/designer/src/modules/sourceCode/index.vue.d.ts +2 -0
  79. package/dist/core/components/designer/src/types.d.ts +46 -0
  80. package/dist/core/components/icon/index.d.ts +2 -0
  81. package/dist/core/components/icon/src/icon.vue.d.ts +10 -0
  82. package/dist/core/components/node/index.d.ts +2 -0
  83. package/dist/core/components/node/src/dynamicFormItem.vue.d.ts +30 -0
  84. package/dist/core/components/node/src/node.vue.d.ts +48 -0
  85. package/dist/core/components/tree/index.d.ts +2 -0
  86. package/dist/core/components/tree/src/tree.vue.d.ts +49 -0
  87. package/dist/core/components/tree/src/treeNodeItem.vue.d.ts +7 -0
  88. package/dist/core/components/tree/src/treeNodes.vue.d.ts +13 -0
  89. package/dist/core/extensions/EActionEditor/index.vue.d.ts +25 -0
  90. package/dist/core/extensions/EActionEditor/src/EActionEditorItem.vue.d.ts +50 -0
  91. package/dist/core/extensions/EActionEditor/src/EActionModal.vue.d.ts +13 -0
  92. package/dist/core/extensions/EActionEditor/src/EArgsEditor.vue.d.ts +13 -0
  93. package/dist/core/extensions/EActionEditor/src/EScriptEdit.vue.d.ts +2 -0
  94. package/dist/core/extensions/EColEditor/index.vue.d.ts +20 -0
  95. package/dist/core/extensions/EDataSource/index.vue.d.ts +8 -0
  96. package/dist/core/extensions/EInputSize/index.vue.d.ts +10 -0
  97. package/dist/core/extensions/EOptionsEditor/index.vue.d.ts +23 -0
  98. package/dist/core/extensions/EOptionsEditor/optionItem.vue.d.ts +15 -0
  99. package/dist/core/extensions/ERuleEditor/ERuleItem.vue.d.ts +15 -0
  100. package/dist/core/extensions/ERuleEditor/data.d.ts +9 -0
  101. package/dist/core/extensions/ERuleEditor/index.vue.d.ts +29 -0
  102. package/dist/core/extensions/ERuleEditor/types.d.ts +17 -0
  103. package/dist/core/extensions/MonacoEditor/index.d.ts +3 -0
  104. package/dist/core/extensions/MonacoEditor/index.vue.d.ts +45 -0
  105. package/dist/core/extensions/Page/index.d.ts +3 -0
  106. package/dist/core/extensions/Page/index.vue.d.ts +24 -0
  107. package/dist/core/extensions/index.d.ts +2 -0
  108. package/dist/core/index.d.ts +6 -0
  109. package/dist/core/types/epic-designer.d.ts +55 -0
  110. package/dist/cs-CisRL5gQ.js +53 -0
  111. package/dist/cs-D_hyDJBU.cjs +1 -0
  112. package/dist/da-DHmiHyZA.cjs +1 -0
  113. package/dist/da-DhyERRsC.js +22 -0
  114. package/dist/datePicker-2Df6yfYg.js +40 -0
  115. package/dist/datePicker-DCH40VJR.cjs +1 -0
  116. package/dist/de-2hHpT7Ze.cjs +1 -0
  117. package/dist/de-CjumkRE8.js +27 -0
  118. package/dist/el-BCec0wpC.cjs +1 -0
  119. package/dist/el-DyUHskgW.js +22 -0
  120. package/dist/en-C1ESb179.cjs +1 -0
  121. package/dist/en-C2YS2Qnb.js +18 -0
  122. package/dist/en-gb-C8f1Enek.js +23 -0
  123. package/dist/en-gb-py_kegyw.cjs +1 -0
  124. package/dist/epic-designer/index.d.ts +3 -0
  125. package/dist/epic-designer/uno.config.d.ts +2 -0
  126. package/dist/es-BFLRglxD.cjs +1 -0
  127. package/dist/es-DP04S73E.js +22 -0
  128. package/dist/et-DKRhU9OP.cjs +1 -0
  129. package/dist/et-ipLqjCDG.js +27 -0
  130. package/dist/eventView-BQ5e-Rco.cjs +1 -0
  131. package/dist/eventView-BuTYx7tM.js +64 -0
  132. package/dist/fa-DUcAIQzU.cjs +1 -0
  133. package/dist/fa-DXE6u9is.js +22 -0
  134. package/dist/fade-in-scale-up.cssr-BXjoIAAA.js +39 -0
  135. package/dist/fade-in-scale-up.cssr-C_UMnGtI.cjs +1 -0
  136. package/dist/fi-Cpkq8dP2.js +27 -0
  137. package/dist/fi-CyT899pV.cjs +1 -0
  138. package/dist/form-6cUK-Ari.js +72 -0
  139. package/dist/form-BPH0cDFl.js +75 -0
  140. package/dist/form-ChuxpD-f.cjs +1 -0
  141. package/dist/form-Cr7tBgLQ.js +66 -0
  142. package/dist/form-CthzLIgs.cjs +1 -0
  143. package/dist/form-D2qj0Dvr.cjs +1 -0
  144. package/dist/formItem-0oXWwtrG.cjs +1 -0
  145. package/dist/formItem-BVnNs1Q9.cjs +1 -0
  146. package/dist/formItem-D10Om12T.js +22 -0
  147. package/dist/formItem-DPnbV4m-.js +22 -0
  148. package/dist/formItem-Do31LPIz.cjs +1 -0
  149. package/dist/formItem-cj8JQT2r.js +22 -0
  150. package/dist/fr-D1kezmpm.cjs +1 -0
  151. package/dist/fr-DoLP2lvG.js +22 -0
  152. package/dist/fr-ca-D872_l2Z.cjs +1 -0
  153. package/dist/fr-ca-EPfCD7sc.js +22 -0
  154. package/dist/ga-B7Rd2JIZ.cjs +1 -0
  155. package/dist/ga-BcnAx7jm.js +22 -0
  156. package/dist/gl-CBMDu4db.js +22 -0
  157. package/dist/gl-DI-aVaAh.cjs +1 -0
  158. package/dist/he-O14-JKYm.cjs +1 -0
  159. package/dist/he-VbXQT3dj.js +26 -0
  160. package/dist/hi-BSHDLwY4.cjs +1 -0
  161. package/dist/hi-nXeMgLvO.js +22 -0
  162. package/dist/hooks/common/element.d.ts +42 -0
  163. package/dist/hooks/common/index.d.ts +2 -0
  164. package/dist/hooks/common/theme.d.ts +12 -0
  165. package/dist/hooks/index.d.ts +2 -0
  166. package/dist/hooks/store/index.d.ts +12 -0
  167. package/dist/hr-BuVBNZ4z.cjs +1 -0
  168. package/dist/hr-C3DFfYc9.js +26 -0
  169. package/dist/hu-Bs3B-9e3.js +44 -0
  170. package/dist/hu-CXrkHTYq.cjs +1 -0
  171. package/dist/hy-am-BLnv1pCz.cjs +1 -0
  172. package/dist/hy-am-CvHDFapi.js +22 -0
  173. package/dist/icon.vue_vue_type_script_setup_true_lang-D3QdcReY.js +25 -0
  174. package/dist/icon.vue_vue_type_script_setup_true_lang-DJbUD5AQ.cjs +1 -0
  175. package/dist/id-CO78nlWo.js +22 -0
  176. package/dist/id-DG0GoH6p.cjs +1 -0
  177. package/dist/index-3fW_aWMH.js +1357 -0
  178. package/dist/index-4PPmJYKt.cjs +51 -0
  179. package/dist/index-8hE8gNZo.cjs +1 -0
  180. package/dist/index-B6BQyTQZ.js +104 -0
  181. package/dist/index-B72l3XQl.js +453 -0
  182. package/dist/index-B8lWNEk-.cjs +1 -0
  183. package/dist/index-BB9rZNCd.cjs +181 -0
  184. package/dist/index-BCk0LJsg.cjs +347 -0
  185. package/dist/index-BVLGR2QA.cjs +1 -0
  186. package/dist/index-BVUz9lFN.cjs +325 -0
  187. package/dist/index-BZf3IisW.cjs +1 -0
  188. package/dist/index-BccuJTEJ.cjs +1 -0
  189. package/dist/index-Bhu7a5V1.cjs +10 -0
  190. package/dist/index-Bj0HJWQW.cjs +1 -0
  191. package/dist/index-Bo1Sw1k6.js +1509 -0
  192. package/dist/index-BqD_ySXV.cjs +1 -0
  193. package/dist/index-BsXm6fLD.js +1493 -0
  194. package/dist/index-Bu0xFQA6.js +204 -0
  195. package/dist/index-C78D4bvx.js +682 -0
  196. package/dist/index-CCeXsiaV.js +581 -0
  197. package/dist/index-CEPcVhC6.cjs +1 -0
  198. package/dist/index-CNOUPCih.js +698 -0
  199. package/dist/index-COyKmK8p.js +1160 -0
  200. package/dist/index-CR_tJiJv.js +653 -0
  201. package/dist/index-CUE1ALKr.js +432 -0
  202. package/dist/index-CWE_REOU.cjs +1 -0
  203. package/dist/index-Cap7FkuS.cjs +1 -0
  204. package/dist/index-CgZH_WDO.js +270 -0
  205. package/dist/index-Ch9jeYmj.cjs +1 -0
  206. package/dist/index-CjcjqKkB.js +571 -0
  207. package/dist/index-Cphndmia.cjs +214 -0
  208. package/dist/index-CsBTnVvp.js +83 -0
  209. package/dist/index-CuxnFxdY.cjs +1 -0
  210. package/dist/index-D14r6xyt.cjs +1 -0
  211. package/dist/index-D1ZL6feZ.js +50484 -0
  212. package/dist/index-D1f110me.js +71 -0
  213. package/dist/index-D5WpEOUO.cjs +351 -0
  214. package/dist/index-DBQ-tc2k.cjs +1 -0
  215. package/dist/index-DMszow96.cjs +110 -0
  216. package/dist/index-DQ9Vb0QH.js +759 -0
  217. package/dist/index-DTzB2pWI.cjs +159 -0
  218. package/dist/index-DWCSzZfR.cjs +80 -0
  219. package/dist/index-DWjMyXtP.cjs +1 -0
  220. package/dist/index-DaRhLTx9.js +1876 -0
  221. package/dist/index-DcPL6st2.cjs +1 -0
  222. package/dist/index-DgcFxYFp.js +14 -0
  223. package/dist/index-DiDIFoTk.js +18 -0
  224. package/dist/index-DyWFUxn5.js +11674 -0
  225. package/dist/index-HM72iSCq.js +64 -0
  226. package/dist/index-Hdc_C4Xg.js +389 -0
  227. package/dist/index-HkPkpZp-.js +88 -0
  228. package/dist/index-LpGkgW2u.js +41 -0
  229. package/dist/index-M-hTLR0c.js +44 -0
  230. package/dist/index-RdEhd65J.cjs +65 -0
  231. package/dist/index-XU85x6vz.cjs +9 -0
  232. package/dist/index-g5ZjtbqH.cjs +102 -0
  233. package/dist/index-gA02bxwJ.js +5947 -0
  234. package/dist/index-jx5A2kt8.cjs +850 -0
  235. package/dist/index-kDCMxtRw.js +4 -0
  236. package/dist/index-tSmvj7CR.js +1742 -0
  237. package/dist/index-uaq_HmHi.js +87 -0
  238. package/dist/index-zYoSB4fa.cjs +9 -0
  239. package/dist/index.cjs +1 -0
  240. package/dist/index.js +40 -0
  241. package/dist/is-Bip0ggci.js +30 -0
  242. package/dist/is-C40R_fdL.cjs +1 -0
  243. package/dist/it-BFF7WzRR.js +22 -0
  244. package/dist/it-D7K-0U_k.cjs +1 -0
  245. package/dist/ja-4CWMghxy.js +24 -0
  246. package/dist/ja-CAXCMb11.cjs +1 -0
  247. package/dist/ka-DrA_EMLP.js +22 -0
  248. package/dist/ka-JF7_8awE.cjs +1 -0
  249. package/dist/kk-Bv8yYeRk.cjs +1 -0
  250. package/dist/kk-QVPqpI2b.js +22 -0
  251. package/dist/km-BmycjYfj.cjs +1 -0
  252. package/dist/km-CBMnSWv_.js +22 -0
  253. package/dist/kn-CFiXt5hu.cjs +1 -0
  254. package/dist/kn-TECqDIit.js +22 -0
  255. package/dist/ko-DlQtUQ6r.cjs +1 -0
  256. package/dist/ko-MjoD8l4E.js +24 -0
  257. package/dist/ku-5MauiT2q.cjs +1 -0
  258. package/dist/ku-BfqBpklm.js +32 -0
  259. package/dist/lt-CkWoaAYB.cjs +1 -0
  260. package/dist/lt-D0cq_0yM.js +26 -0
  261. package/dist/lv-CVdYvxq8.js +22 -0
  262. package/dist/lv-CoTNe47-.cjs +1 -0
  263. package/dist/mk-DDuk7A3P.js +22 -0
  264. package/dist/mk-DVN6iYK_.cjs +1 -0
  265. package/dist/ml-CPI3tJe8.js +22 -0
  266. package/dist/ml-DnXJOqZ0.cjs +1 -0
  267. package/dist/mn-CNbMEx0y.js +22 -0
  268. package/dist/mn-DMIrWGkN.cjs +1 -0
  269. package/dist/modal-3Iw7tqyx.js +85 -0
  270. package/dist/modal-BPJM1Muh.js +59 -0
  271. package/dist/modal-BYw2WLwG.cjs +1 -0
  272. package/dist/modal-D4cRUUVN.js +74 -0
  273. package/dist/modal-DZRJyZfk.cjs +1 -0
  274. package/dist/modal-_fid8E1T.cjs +1 -0
  275. package/dist/ms-my-BcgYEtml.js +22 -0
  276. package/dist/ms-my-BoMZ8Hzl.cjs +1 -0
  277. package/dist/nb-BL5QmNEa.js +22 -0
  278. package/dist/nb-BdFW_T0n.cjs +1 -0
  279. package/dist/ne-9klrwaIE.js +24 -0
  280. package/dist/ne-VNPqdWFn.cjs +1 -0
  281. package/dist/nl-DBFNL8wC.cjs +1 -0
  282. package/dist/nl-DxyA21TA.js +22 -0
  283. package/dist/nl-be-Bo6vnbHY.cjs +1 -0
  284. package/dist/nl-be-Di_N4z2D.js +22 -0
  285. package/dist/outline-UAdT8ap6.cjs +1 -0
  286. package/dist/outline-utbOTCBV.js +54 -0
  287. package/dist/pl-BbDu9Cfd.js +47 -0
  288. package/dist/pl-De2Dm_kD.cjs +1 -0
  289. package/dist/pluginManager-D8PM7ICc.js +383 -0
  290. package/dist/pluginManager-itCTrGag.cjs +1 -0
  291. package/dist/pt-BaTZB0XW.cjs +1 -0
  292. package/dist/pt-CKDbEzZ-.js +22 -0
  293. package/dist/pt-br-B_N58uu_.cjs +1 -0
  294. package/dist/pt-br-C1mqj5qX.js +22 -0
  295. package/dist/radio-ChBAvqeY.js +32 -0
  296. package/dist/radio-D3AHEMXb.cjs +1 -0
  297. package/dist/radio-DAOm4xuJ.js +30 -0
  298. package/dist/radio-J90E17Sb.cjs +1 -0
  299. package/dist/ro-Cnuhxb40.cjs +1 -0
  300. package/dist/ro-V1i-UrkP.js +22 -0
  301. package/dist/row-B28N4Nao.cjs +1 -0
  302. package/dist/row-BC69rVQW.js +32 -0
  303. package/dist/row-BX4lrSir.js +33 -0
  304. package/dist/row-BpXp0tC3.cjs +1 -0
  305. package/dist/row-CkyJ9pQh.js +35 -0
  306. package/dist/row-NNlPGZRG.cjs +1 -0
  307. package/dist/ru-CCbLARi0.js +37 -0
  308. package/dist/ru-_du5Xwu3.cjs +1 -0
  309. package/dist/script/src/check-compiled.d.ts +1 -0
  310. package/dist/select-B8HCbraJ.js +29 -0
  311. package/dist/select-D6bRz5G2.cjs +1 -0
  312. package/dist/sign-CdhDIjlg.js +138 -0
  313. package/dist/sign-Dx0d5kWo.cjs +1 -0
  314. package/dist/sk-DD18bemk.js +53 -0
  315. package/dist/sk-DRjgEzVO.cjs +1 -0
  316. package/dist/sl-CL8MnX8D.js +56 -0
  317. package/dist/sl-nqW7xzZa.cjs +1 -0
  318. package/dist/sr-BiP5qrT7.js +29 -0
  319. package/dist/sr-BnjILg54.cjs +1 -0
  320. package/dist/style.css +1 -0
  321. package/dist/styleView-BrdzlBZA.cjs +1 -0
  322. package/dist/styleView-CeqIxdNC.js +105 -0
  323. package/dist/sv-6b7oq_fA.cjs +1 -0
  324. package/dist/sv-DxlAeqP5.js +23 -0
  325. package/dist/ta-CsfYqZQU.js +22 -0
  326. package/dist/ta-HTr6IFsZ.cjs +1 -0
  327. package/dist/th-C-CGWPlT.cjs +1 -0
  328. package/dist/th-CC5sx7mS.js +22 -0
  329. package/dist/tr-CCMwF27-.js +22 -0
  330. package/dist/tr-z7Blusoy.cjs +1 -0
  331. package/dist/tree.vue_vue_type_script_setup_true_lang-BVopU0uv.cjs +1 -0
  332. package/dist/tree.vue_vue_type_script_setup_true_lang-Bnl1CGxG.js +242 -0
  333. package/dist/ui/antd/button/button.vue.d.ts +30 -0
  334. package/dist/ui/antd/button/index.d.ts +3 -0
  335. package/dist/ui/antd/card/card.d.ts +20 -0
  336. package/dist/ui/antd/card/index.d.ts +3 -0
  337. package/dist/ui/antd/cascader/index.d.ts +3 -0
  338. package/dist/ui/antd/checkbox/index.d.ts +3 -0
  339. package/dist/ui/antd/col/col.d.ts +20 -0
  340. package/dist/ui/antd/col/index.d.ts +3 -0
  341. package/dist/ui/antd/color-picker/index.d.ts +3 -0
  342. package/dist/ui/antd/date-picker/datePicker.d.ts +29 -0
  343. package/dist/ui/antd/date-picker/index.d.ts +3 -0
  344. package/dist/ui/antd/form/form.vue.d.ts +64 -0
  345. package/dist/ui/antd/form/index.d.ts +3 -0
  346. package/dist/ui/antd/form-item/formItem.vue.d.ts +18 -0
  347. package/dist/ui/antd/form-item/index.d.ts +3 -0
  348. package/dist/ui/antd/index.cjs +10 -0
  349. package/dist/ui/antd/index.d.ts +7 -0
  350. package/dist/ui/antd/index.js +3117 -0
  351. package/dist/ui/antd/input/index.d.ts +3 -0
  352. package/dist/ui/antd/input-number/index.d.ts +3 -0
  353. package/dist/ui/antd/input-password/index.d.ts +3 -0
  354. package/dist/ui/antd/modal/index.d.ts +3 -0
  355. package/dist/ui/antd/modal/modal.vue.d.ts +42 -0
  356. package/dist/ui/antd/radio/index.d.ts +3 -0
  357. package/dist/ui/antd/row/index.d.ts +3 -0
  358. package/dist/ui/antd/row/row.d.ts +20 -0
  359. package/dist/ui/antd/select/index.d.ts +3 -0
  360. package/dist/ui/antd/slider/index.d.ts +3 -0
  361. package/dist/ui/antd/switch/index.d.ts +3 -0
  362. package/dist/ui/antd/textarea/index.d.ts +3 -0
  363. package/dist/ui/antd/time-picker/index.d.ts +3 -0
  364. package/dist/ui/antd/upload-file/index.d.ts +3 -0
  365. package/dist/ui/antd/upload-file/uploadFile.d.ts +21 -0
  366. package/dist/ui/antd/upload-image/index.d.ts +3 -0
  367. package/dist/ui/antd/upload-image/uploadImage.vue.d.ts +28 -0
  368. package/dist/ui/elementPlus/button/button.d.ts +18 -0
  369. package/dist/ui/elementPlus/button/index.d.ts +3 -0
  370. package/dist/ui/elementPlus/card/card.d.ts +20 -0
  371. package/dist/ui/elementPlus/card/index.d.ts +3 -0
  372. package/dist/ui/elementPlus/cascader/index.d.ts +3 -0
  373. package/dist/ui/elementPlus/checkbox/checkbox.d.ts +6 -0
  374. package/dist/ui/elementPlus/checkbox/index.d.ts +3 -0
  375. package/dist/ui/elementPlus/col/col.d.ts +20 -0
  376. package/dist/ui/elementPlus/col/index.d.ts +3 -0
  377. package/dist/ui/elementPlus/collapse/collapse.d.ts +20 -0
  378. package/dist/ui/elementPlus/collapse/index.d.ts +3 -0
  379. package/dist/ui/elementPlus/collapse-item/collapseItem.d.ts +20 -0
  380. package/dist/ui/elementPlus/collapse-item/index.d.ts +3 -0
  381. package/dist/ui/elementPlus/color-picker/index.d.ts +3 -0
  382. package/dist/ui/elementPlus/date-picker/index.d.ts +3 -0
  383. package/dist/ui/elementPlus/form/form.vue.d.ts +62 -0
  384. package/dist/ui/elementPlus/form/index.d.ts +3 -0
  385. package/dist/ui/elementPlus/formItem/formItem.vue.d.ts +18 -0
  386. package/dist/ui/elementPlus/formItem/index.d.ts +3 -0
  387. package/dist/ui/elementPlus/index.cjs +1 -0
  388. package/dist/ui/elementPlus/index.d.ts +6 -0
  389. package/dist/ui/elementPlus/index.js +2721 -0
  390. package/dist/ui/elementPlus/input/index.d.ts +3 -0
  391. package/dist/ui/elementPlus/input-number/index.d.ts +3 -0
  392. package/dist/ui/elementPlus/modal/index.d.ts +3 -0
  393. package/dist/ui/elementPlus/modal/modal.d.ts +22 -0
  394. package/dist/ui/elementPlus/radio/index.d.ts +3 -0
  395. package/dist/ui/elementPlus/radio/radio.d.ts +6 -0
  396. package/dist/ui/elementPlus/row/index.d.ts +3 -0
  397. package/dist/ui/elementPlus/row/row.d.ts +20 -0
  398. package/dist/ui/elementPlus/select/index.d.ts +3 -0
  399. package/dist/ui/elementPlus/select/select.d.ts +6 -0
  400. package/dist/ui/elementPlus/sign/index.d.ts +3 -0
  401. package/dist/ui/elementPlus/slider/index.d.ts +3 -0
  402. package/dist/ui/elementPlus/switch/index.d.ts +3 -0
  403. package/dist/ui/elementPlus/textarea/index.d.ts +3 -0
  404. package/dist/ui/elementPlus/upload-file/index.d.ts +3 -0
  405. package/dist/ui/elementPlus/upload-file/uploadFile.d.ts +20 -0
  406. package/dist/ui/elementPlus/upload-image/index.d.ts +3 -0
  407. package/dist/ui/elementPlus/upload-image/uploadImage.d.ts +20 -0
  408. package/dist/ui/index.d.ts +3 -0
  409. package/dist/ui/naiveUi/button/button.d.ts +18 -0
  410. package/dist/ui/naiveUi/button/index.d.ts +3 -0
  411. package/dist/ui/naiveUi/card/card.d.ts +20 -0
  412. package/dist/ui/naiveUi/card/index.d.ts +3 -0
  413. package/dist/ui/naiveUi/cascader/index.d.ts +3 -0
  414. package/dist/ui/naiveUi/checkbox/checkbox.d.ts +6 -0
  415. package/dist/ui/naiveUi/checkbox/index.d.ts +3 -0
  416. package/dist/ui/naiveUi/col/col.d.ts +20 -0
  417. package/dist/ui/naiveUi/col/index.d.ts +3 -0
  418. package/dist/ui/naiveUi/collapse/collapse.d.ts +20 -0
  419. package/dist/ui/naiveUi/collapse/index.d.ts +3 -0
  420. package/dist/ui/naiveUi/collapse-item/collapseItem.d.ts +20 -0
  421. package/dist/ui/naiveUi/collapse-item/index.d.ts +3 -0
  422. package/dist/ui/naiveUi/color-picker/index.d.ts +3 -0
  423. package/dist/ui/naiveUi/date-picker/index.d.ts +3 -0
  424. package/dist/ui/naiveUi/form/index.d.ts +3 -0
  425. package/dist/ui/naiveUi/form-item/formItem.vue.d.ts +18 -0
  426. package/dist/ui/naiveUi/form-item/index.d.ts +3 -0
  427. package/dist/ui/naiveUi/index.cjs +1 -0
  428. package/dist/ui/naiveUi/index.d.ts +2 -0
  429. package/dist/ui/naiveUi/index.js +2361 -0
  430. package/dist/ui/naiveUi/input/index.d.ts +3 -0
  431. package/dist/ui/naiveUi/input-number/index.d.ts +3 -0
  432. package/dist/ui/naiveUi/modal/index.d.ts +3 -0
  433. package/dist/ui/naiveUi/modal/modal.d.ts +22 -0
  434. package/dist/ui/naiveUi/radio/index.d.ts +3 -0
  435. package/dist/ui/naiveUi/radio/radio.d.ts +6 -0
  436. package/dist/ui/naiveUi/row/index.d.ts +3 -0
  437. package/dist/ui/naiveUi/row/row.d.ts +20 -0
  438. package/dist/ui/naiveUi/select/index.d.ts +3 -0
  439. package/dist/ui/naiveUi/slider/index.d.ts +3 -0
  440. package/dist/ui/naiveUi/switch/index.d.ts +3 -0
  441. package/dist/ui/naiveUi/upload-file/index.d.ts +3 -0
  442. package/dist/ui/naiveUi/upload-file/uploadFile.d.ts +20 -0
  443. package/dist/ui/naiveUi/upload-image/index.d.ts +3 -0
  444. package/dist/ui/naiveUi/upload-image/uploadImage.d.ts +20 -0
  445. package/dist/uk-Ba9IHfoi.js +31 -0
  446. package/dist/uk-Cc6k-QUE.cjs +1 -0
  447. package/dist/uploadFile-BU5cBhab.js +67 -0
  448. package/dist/uploadFile-C3HY1r-N.js +78 -0
  449. package/dist/uploadFile-COrVkbrU.js +70 -0
  450. package/dist/uploadFile-Dv3Rsw56.cjs +1 -0
  451. package/dist/uploadFile-LCUznBf2.cjs +1 -0
  452. package/dist/uploadFile-z7Ko58XG.cjs +1 -0
  453. package/dist/uploadImage-BQhv5ymq.cjs +1 -0
  454. package/dist/uploadImage-CYV7X1sG.js +88 -0
  455. package/dist/uploadImage-CnNnAISs.js +84 -0
  456. package/dist/uploadImage-Db_66X3C.js +93 -0
  457. package/dist/uploadImage-nwjqcVFU.cjs +1 -0
  458. package/dist/uploadImage-xU0He_aO.cjs +1 -0
  459. package/dist/ur-C0tmW1hr.js +22 -0
  460. package/dist/ur-CPEUOWqh.cjs +1 -0
  461. package/dist/utils/__test__/common/debounce.test.d.ts +1 -0
  462. package/dist/utils/__test__/common/deepClone.test.d.ts +1 -0
  463. package/dist/utils/__test__/common/deepCompareAndModify.test.d.ts +1 -0
  464. package/dist/utils/__test__/common/deepEqual.test.d.ts +1 -0
  465. package/dist/utils/__test__/common/findSchemaById.test.d.ts +1 -0
  466. package/dist/utils/__test__/common/findSchemas.test.d.ts +1 -0
  467. package/dist/utils/__test__/common/getFormSchemas.test.d.ts +1 -0
  468. package/dist/utils/__test__/common/getMatchedById.test.d.ts +1 -0
  469. package/dist/utils/__test__/common/getUUID.test.d.ts +1 -0
  470. package/dist/utils/__test__/common/getValueByPath.test.d.ts +1 -0
  471. package/dist/utils/__test__/common/mapSchemas.test.d.ts +1 -0
  472. package/dist/utils/__test__/common/setValueByPath.test.d.ts +1 -0
  473. package/dist/utils/__test__/manager/pageManager.test.d.ts +1 -0
  474. package/dist/utils/__test__/manager/revoke.test.d.ts +1 -0
  475. package/dist/utils/common/common.d.ts +7 -0
  476. package/dist/utils/common/component.d.ts +7 -0
  477. package/dist/utils/common/data.d.ts +119 -0
  478. package/dist/utils/common/eventBus.d.ts +2 -0
  479. package/dist/utils/common/index.d.ts +5 -0
  480. package/dist/utils/common/string.d.ts +11 -0
  481. package/dist/utils/index.d.ts +2 -0
  482. package/{packages/utils/manager/index.ts → dist/utils/manager/index.d.ts} +3 -3
  483. package/dist/utils/manager/pageManager.d.ts +26 -0
  484. package/dist/utils/manager/pluginManager.d.ts +379 -0
  485. package/dist/utils/manager/revoke.d.ts +40 -0
  486. package/dist/utils-BM69FtWE.js +66 -0
  487. package/dist/utils-zEcOzoWV.cjs +1 -0
  488. package/dist/vi-Dyfq5Qgz.cjs +1 -0
  489. package/dist/vi-j1PGHz1o.js +22 -0
  490. package/dist/vuedraggable.umd-BqhSJIAi.cjs +10 -0
  491. package/dist/vuedraggable.umd-D2S7Eo7p.js +4425 -0
  492. package/dist/zh-cn-BKQHxHe9.cjs +1 -0
  493. package/dist/zh-cn-BYui8_WB.js +25 -0
  494. package/dist/zh-hk-QZ4a6JLR.js +25 -0
  495. package/dist/zh-hk-hNFRxlrX.cjs +1 -0
  496. package/dist/zh-tw-BT16WIrT.js +25 -0
  497. package/dist/zh-tw-SGOlw9Wo.cjs +1 -0
  498. package/package.json +75 -49
  499. package/.eslintrc.js +0 -10
  500. package/.vscode/extensions.json +0 -3
  501. package/.vscode/settings.json +0 -6
  502. package/docs/.vitepress/config.ts +0 -163
  503. package/docs/.vitepress/theme/custom.css +0 -38
  504. package/docs/.vitepress/theme/index.ts +0 -7
  505. package/docs/.vitepress/theme/style.css +0 -44
  506. package/docs/guide/about/about.md +0 -24
  507. package/docs/guide/action/customFunctions.md +0 -560
  508. package/docs/guide/components/EBuilder.md +0 -546
  509. package/docs/guide/components/EDesigner.md +0 -120
  510. package/docs/guide/copyright/copyright.md +0 -38
  511. package/docs/guide/extensions/actionBar.md +0 -55
  512. package/docs/guide/extensions/component.md +0 -115
  513. package/docs/guide/extensions/icon.md +0 -111
  514. package/docs/guide/extensions/publicMethods.md +0 -52
  515. package/docs/guide/extensions/rightSidebar.md +0 -57
  516. package/docs/guide/start/dark-mode.md +0 -149
  517. package/docs/guide/start/i18n-cn.md +0 -39
  518. package/docs/guide/start/index.md +0 -59
  519. package/docs/guide/start/layoutGuide.md +0 -0
  520. package/docs/guide/start/quick-start.md +0 -194
  521. package/docs/guide/start/theme.md +0 -125
  522. package/docs/guide/utils/pageManager.md +0 -97
  523. package/docs/guide/utils/pluginManager.md +0 -227
  524. package/docs/index.md +0 -41
  525. package/docs/package.json +0 -15
  526. package/docs/public/certificate.jpg +0 -0
  527. package/docs/public/dark.png +0 -0
  528. package/docs/public/favicon.ico +0 -0
  529. package/docs/public/icons/demo.css +0 -539
  530. package/docs/public/icons/demo_index.html +0 -589
  531. package/docs/public/icons/iconfont.css +0 -379
  532. package/docs/public/icons/iconfont.js +0 -1
  533. package/docs/public/icons/iconfont.json +0 -646
  534. package/docs/public/icons/iconfont.ttf +0 -0
  535. package/docs/public/icons/iconfont.woff +0 -0
  536. package/docs/public/icons/iconfont.woff2 +0 -0
  537. package/docs/public/icons/iconify.css +0 -271
  538. package/docs/public/icons/iconify.html +0 -333
  539. package/docs/public/layout.jpg +0 -0
  540. package/docs/public/logo.png +0 -0
  541. package/docs/public/theme.jpg +0 -0
  542. package/docs/updateLog.md +0 -461
  543. package/docs/vite.config.ts +0 -18
  544. package/docs//345/210/235/345/247/213/345/214/226/345/270/203/345/261/200.jpg +0 -0
  545. package/docs//350/256/276/350/256/241/345/231/250/344/273/213/347/273/215.md +0 -21
  546. package/docs//350/256/276/350/256/241/345/231/250/345/270/203/345/261/200.jpg +0 -0
  547. package/examples/README.md +0 -18
  548. package/examples/index.html +0 -14
  549. package/examples/package.json +0 -28
  550. package/examples/public/favicon.ico +0 -0
  551. package/examples/src/App.vue +0 -5
  552. package/examples/src/assets/logo.png +0 -0
  553. package/examples/src/layout/baseLayout.vue +0 -3
  554. package/examples/src/layout/components/Header/index.vue +0 -104
  555. package/examples/src/layout/components/Main/Maximize.vue +0 -77
  556. package/examples/src/layout/components/Main/index.vue +0 -16
  557. package/examples/src/layout/components/Menu/index.vue +0 -49
  558. package/examples/src/layout/index.vue +0 -26
  559. package/examples/src/main.ts +0 -6
  560. package/examples/src/router/index.ts +0 -122
  561. package/examples/src/style/reset.css +0 -253
  562. package/examples/src/style.less +0 -44
  563. package/examples/src/views/builder/basic/index.vue +0 -300
  564. package/examples/src/views/builder/customForm/index.vue +0 -227
  565. package/examples/src/views/builder/disableDisplay/index.vue +0 -153
  566. package/examples/src/views/builder/disableDisplay copy/index.vue +0 -111
  567. package/examples/src/views/builder/loadData/index.vue +0 -69
  568. package/examples/src/views/builder/loadFormData/index.vue +0 -195
  569. package/examples/src/views/builder/sum/index.vue +0 -127
  570. package/examples/src/views/designer/basic/index.vue +0 -62
  571. package/examples/src/views/designer/formMode/index.vue +0 -22
  572. package/examples/src/views/designer/loadData/index.vue +0 -63
  573. package/examples/src/vite-env.d.ts +0 -1
  574. package/examples/tsconfig.json +0 -27
  575. package/examples/tsconfig.node.json +0 -10
  576. package/examples/uno.config.ts +0 -2
  577. package/examples/vite.config.ts +0 -32
  578. package/packages/core/LICENSE +0 -21
  579. package/packages/core/components/asyncLoader/index.less +0 -92
  580. package/packages/core/components/asyncLoader/index.vue +0 -7
  581. package/packages/core/components/builder/hooks/useBuilder.ts +0 -132
  582. package/packages/core/components/builder/index.ts +0 -3
  583. package/packages/core/components/builder/src/builder.vue +0 -131
  584. package/packages/core/components/builder/src/types.ts +0 -4
  585. package/packages/core/components/designer/index.ts +0 -3
  586. package/packages/core/components/designer/src/designer.vue +0 -337
  587. package/packages/core/components/designer/src/index.less +0 -81
  588. package/packages/core/components/designer/src/modules/actionBar/index.less +0 -80
  589. package/packages/core/components/designer/src/modules/actionBar/index.vue +0 -50
  590. package/packages/core/components/designer/src/modules/attributeView/attributeView.vue +0 -124
  591. package/packages/core/components/designer/src/modules/attributeView/eventView.vue +0 -77
  592. package/packages/core/components/designer/src/modules/attributeView/index.less +0 -36
  593. package/packages/core/components/designer/src/modules/attributeView/styleView.vue +0 -117
  594. package/packages/core/components/designer/src/modules/componentView/index.less +0 -61
  595. package/packages/core/components/designer/src/modules/componentView/index.vue +0 -127
  596. package/packages/core/components/designer/src/modules/editContainer/editNodeItem.vue +0 -87
  597. package/packages/core/components/designer/src/modules/editContainer/editScreenContainer.vue +0 -227
  598. package/packages/core/components/designer/src/modules/editContainer/index.less +0 -159
  599. package/packages/core/components/designer/src/modules/editContainer/index.vue +0 -36
  600. package/packages/core/components/designer/src/modules/editContainer/nodeItem.vue +0 -93
  601. package/packages/core/components/designer/src/modules/editContainer/previewJson.vue +0 -60
  602. package/packages/core/components/designer/src/modules/editContainer/previewWidgets.vue +0 -390
  603. package/packages/core/components/designer/src/modules/editContainer/toolbar.vue +0 -258
  604. package/packages/core/components/designer/src/modules/header/index.less +0 -16
  605. package/packages/core/components/designer/src/modules/header/index.vue +0 -72
  606. package/packages/core/components/designer/src/modules/outline/index.less +0 -7
  607. package/packages/core/components/designer/src/modules/outline/outline.vue +0 -56
  608. package/packages/core/components/designer/src/modules/preview/index.less +0 -0
  609. package/packages/core/components/designer/src/modules/preview/index.vue +0 -103
  610. package/packages/core/components/designer/src/modules/rightSidebar/breadcrumb.vue +0 -30
  611. package/packages/core/components/designer/src/modules/rightSidebar/index.less +0 -74
  612. package/packages/core/components/designer/src/modules/rightSidebar/index.vue +0 -67
  613. package/packages/core/components/designer/src/modules/sourceCode/index.less +0 -7
  614. package/packages/core/components/designer/src/modules/sourceCode/index.vue +0 -37
  615. package/packages/core/components/designer/src/types.ts +0 -51
  616. package/packages/core/components/icon/index.ts +0 -2
  617. package/packages/core/components/icon/src/icon.vue +0 -28
  618. package/packages/core/components/node/index.ts +0 -2
  619. package/packages/core/components/node/src/dynamicFormItem.vue +0 -38
  620. package/packages/core/components/node/src/node.vue +0 -400
  621. package/packages/core/components/tree/index.ts +0 -2
  622. package/packages/core/components/tree/src/index.less +0 -117
  623. package/packages/core/components/tree/src/tree.vue +0 -113
  624. package/packages/core/components/tree/src/treeNodeItem.vue +0 -120
  625. package/packages/core/components/tree/src/treeNodes.vue +0 -70
  626. package/packages/core/extensions/EActionEditor/index.less +0 -177
  627. package/packages/core/extensions/EActionEditor/index.vue +0 -160
  628. package/packages/core/extensions/EActionEditor/src/EActionEditorItem.vue +0 -133
  629. package/packages/core/extensions/EActionEditor/src/EActionModal.vue +0 -258
  630. package/packages/core/extensions/EActionEditor/src/EArgsEditor.vue +0 -61
  631. package/packages/core/extensions/EActionEditor/src/EScriptEdit.vue +0 -26
  632. package/packages/core/extensions/EColEditor/index.less +0 -24
  633. package/packages/core/extensions/EColEditor/index.vue +0 -65
  634. package/packages/core/extensions/EDataSource/index.less +0 -170
  635. package/packages/core/extensions/EDataSource/index.vue +0 -441
  636. package/packages/core/extensions/EInputSize/index.vue +0 -59
  637. package/packages/core/extensions/EOptionsEditor/index.vue +0 -195
  638. package/packages/core/extensions/EOptionsEditor/optionItem.vue +0 -72
  639. package/packages/core/extensions/ERuleEditor/ERuleItem.vue +0 -136
  640. package/packages/core/extensions/ERuleEditor/data.ts +0 -24
  641. package/packages/core/extensions/ERuleEditor/index.less +0 -17
  642. package/packages/core/extensions/ERuleEditor/index.vue +0 -157
  643. package/packages/core/extensions/ERuleEditor/types.ts +0 -17
  644. package/packages/core/extensions/MonacoEditor/index.ts +0 -31
  645. package/packages/core/extensions/MonacoEditor/index.vue +0 -150
  646. package/packages/core/extensions/Page/index.ts +0 -23
  647. package/packages/core/extensions/Page/index.vue +0 -27
  648. package/packages/core/extensions/index.ts +0 -58
  649. package/packages/core/index.less +0 -24
  650. package/packages/core/index.ts +0 -35
  651. package/packages/core/package.json +0 -59
  652. package/packages/core/static/icons/iconify.css +0 -271
  653. package/packages/core/static/logo.png +0 -0
  654. package/packages/core/tsconfig.json +0 -19
  655. package/packages/core/types/epic-designer.ts +0 -75
  656. package/packages/epic-designer/LICENSE +0 -21
  657. package/packages/epic-designer/README.md +0 -239
  658. package/packages/epic-designer/package.json +0 -74
  659. package/packages/hooks/LICENSE +0 -21
  660. package/packages/hooks/common/element.ts +0 -170
  661. package/packages/hooks/common/index.ts +0 -2
  662. package/packages/hooks/common/theme.ts +0 -84
  663. package/packages/hooks/index.ts +0 -2
  664. package/packages/hooks/package.json +0 -7
  665. package/packages/hooks/store/index.ts +0 -30
  666. package/packages/hooks/tsconfig.json +0 -19
  667. package/packages/script/package.json +0 -17
  668. package/packages/script/src/check-compiled.ts +0 -22
  669. package/packages/script/tsconfig.json +0 -10
  670. package/packages/ui/LICENSE +0 -21
  671. package/packages/ui/antd/button/button.vue +0 -16
  672. package/packages/ui/antd/button/index.ts +0 -203
  673. package/packages/ui/antd/card/card.ts +0 -31
  674. package/packages/ui/antd/card/index.ts +0 -64
  675. package/packages/ui/antd/cascader/cascader.vue +0 -23
  676. package/packages/ui/antd/cascader/index.ts +0 -200
  677. package/packages/ui/antd/checkbox/index.ts +0 -100
  678. package/packages/ui/antd/col/col.ts +0 -31
  679. package/packages/ui/antd/col/index.ts +0 -22
  680. package/packages/ui/antd/color-picker/index.ts +0 -108
  681. package/packages/ui/antd/date-picker/datePicker.ts +0 -47
  682. package/packages/ui/antd/date-picker/index.ts +0 -304
  683. package/packages/ui/antd/form/form.vue +0 -115
  684. package/packages/ui/antd/form/index.ts +0 -196
  685. package/packages/ui/antd/form-item/formItem.vue +0 -15
  686. package/packages/ui/antd/form-item/index.ts +0 -11
  687. package/packages/ui/antd/index.less +0 -33
  688. package/packages/ui/antd/index.ts +0 -306
  689. package/packages/ui/antd/input/index.ts +0 -170
  690. package/packages/ui/antd/input-number/index.ts +0 -182
  691. package/packages/ui/antd/input-password/index.ts +0 -153
  692. package/packages/ui/antd/modal/index.ts +0 -19
  693. package/packages/ui/antd/modal/modal.vue +0 -82
  694. package/packages/ui/antd/radio/index.ts +0 -106
  695. package/packages/ui/antd/row/index.ts +0 -115
  696. package/packages/ui/antd/row/row.ts +0 -31
  697. package/packages/ui/antd/select/index.ts +0 -230
  698. package/packages/ui/antd/slider/index.ts +0 -148
  699. package/packages/ui/antd/switch/index.ts +0 -142
  700. package/packages/ui/antd/textarea/index.ts +0 -163
  701. package/packages/ui/antd/time-picker/index.ts +0 -191
  702. package/packages/ui/antd/upload-file/index.ts +0 -89
  703. package/packages/ui/antd/upload-file/uploadFile.ts +0 -119
  704. package/packages/ui/antd/upload-image/index.ts +0 -70
  705. package/packages/ui/antd/upload-image/uploadImage.vue +0 -148
  706. package/packages/ui/elementPlus/button/button.ts +0 -24
  707. package/packages/ui/elementPlus/button/index.ts +0 -129
  708. package/packages/ui/elementPlus/card/card.ts +0 -36
  709. package/packages/ui/elementPlus/card/index.ts +0 -51
  710. package/packages/ui/elementPlus/cascader/index.ts +0 -222
  711. package/packages/ui/elementPlus/checkbox/checkbox.ts +0 -26
  712. package/packages/ui/elementPlus/checkbox/index.ts +0 -148
  713. package/packages/ui/elementPlus/col/col.ts +0 -31
  714. package/packages/ui/elementPlus/col/index.ts +0 -21
  715. package/packages/ui/elementPlus/collapse/collapse.ts +0 -32
  716. package/packages/ui/elementPlus/collapse/index.ts +0 -41
  717. package/packages/ui/elementPlus/collapse-item/collapseItem.ts +0 -31
  718. package/packages/ui/elementPlus/collapse-item/index.ts +0 -12
  719. package/packages/ui/elementPlus/color-picker/index.ts +0 -111
  720. package/packages/ui/elementPlus/date-picker/index.ts +0 -219
  721. package/packages/ui/elementPlus/form/form.vue +0 -110
  722. package/packages/ui/elementPlus/form/index.ts +0 -150
  723. package/packages/ui/elementPlus/formItem/formItem.vue +0 -15
  724. package/packages/ui/elementPlus/formItem/index.ts +0 -11
  725. package/packages/ui/elementPlus/index.less +0 -79
  726. package/packages/ui/elementPlus/index.ts +0 -91
  727. package/packages/ui/elementPlus/input/index.ts +0 -180
  728. package/packages/ui/elementPlus/input-number/index.ts +0 -146
  729. package/packages/ui/elementPlus/modal/index.ts +0 -18
  730. package/packages/ui/elementPlus/modal/modal.ts +0 -68
  731. package/packages/ui/elementPlus/radio/index.ts +0 -129
  732. package/packages/ui/elementPlus/radio/radio.ts +0 -32
  733. package/packages/ui/elementPlus/row/index.ts +0 -106
  734. package/packages/ui/elementPlus/row/row.ts +0 -32
  735. package/packages/ui/elementPlus/select/index.ts +0 -291
  736. package/packages/ui/elementPlus/select/select.ts +0 -29
  737. package/packages/ui/elementPlus/sign/index.ts +0 -97
  738. package/packages/ui/elementPlus/sign/sign.vue +0 -207
  739. package/packages/ui/elementPlus/slider/index.ts +0 -238
  740. package/packages/ui/elementPlus/switch/index.ts +0 -160
  741. package/packages/ui/elementPlus/textarea/index.ts +0 -155
  742. package/packages/ui/elementPlus/upload-file/index.ts +0 -87
  743. package/packages/ui/elementPlus/upload-file/uploadFile.ts +0 -114
  744. package/packages/ui/elementPlus/upload-image/index.ts +0 -87
  745. package/packages/ui/elementPlus/upload-image/uploadImage.ts +0 -150
  746. package/packages/ui/index.ts +0 -22
  747. package/packages/ui/naiveUi/button/button.ts +0 -25
  748. package/packages/ui/naiveUi/button/index.ts +0 -148
  749. package/packages/ui/naiveUi/card/card.ts +0 -32
  750. package/packages/ui/naiveUi/card/index.ts +0 -26
  751. package/packages/ui/naiveUi/cascader/index.ts +0 -222
  752. package/packages/ui/naiveUi/checkbox/checkbox.ts +0 -27
  753. package/packages/ui/naiveUi/checkbox/index.ts +0 -117
  754. package/packages/ui/naiveUi/col/col.ts +0 -30
  755. package/packages/ui/naiveUi/col/index.ts +0 -21
  756. package/packages/ui/naiveUi/collapse/collapse.ts +0 -31
  757. package/packages/ui/naiveUi/collapse/index.ts +0 -40
  758. package/packages/ui/naiveUi/collapse-item/collapseItem.ts +0 -31
  759. package/packages/ui/naiveUi/collapse-item/index.ts +0 -12
  760. package/packages/ui/naiveUi/color-picker/index.ts +0 -182
  761. package/packages/ui/naiveUi/date-picker/index.ts +0 -213
  762. package/packages/ui/naiveUi/form/form.vue +0 -98
  763. package/packages/ui/naiveUi/form/index.ts +0 -147
  764. package/packages/ui/naiveUi/form-item/formItem.vue +0 -15
  765. package/packages/ui/naiveUi/form-item/index.ts +0 -10
  766. package/packages/ui/naiveUi/index.less +0 -33
  767. package/packages/ui/naiveUi/index.ts +0 -80
  768. package/packages/ui/naiveUi/input/index.ts +0 -221
  769. package/packages/ui/naiveUi/input-number/index.ts +0 -145
  770. package/packages/ui/naiveUi/modal/index.ts +0 -18
  771. package/packages/ui/naiveUi/modal/modal.ts +0 -83
  772. package/packages/ui/naiveUi/radio/index.ts +0 -97
  773. package/packages/ui/naiveUi/radio/radio.ts +0 -27
  774. package/packages/ui/naiveUi/row/index.ts +0 -106
  775. package/packages/ui/naiveUi/row/row.ts +0 -31
  776. package/packages/ui/naiveUi/select/index.ts +0 -197
  777. package/packages/ui/naiveUi/slider/index.ts +0 -182
  778. package/packages/ui/naiveUi/switch/index.ts +0 -136
  779. package/packages/ui/naiveUi/upload-file/index.ts +0 -83
  780. package/packages/ui/naiveUi/upload-file/uploadFile.ts +0 -78
  781. package/packages/ui/naiveUi/upload-image/index.ts +0 -83
  782. package/packages/ui/naiveUi/upload-image/uploadImage.ts +0 -151
  783. package/packages/ui/package.json +0 -17
  784. package/packages/ui/tsconfig.json +0 -19
  785. package/packages/utils/LICENSE +0 -21
  786. package/packages/utils/__test__/common/debounce.test.ts +0 -44
  787. package/packages/utils/__test__/common/deepClone.test.ts +0 -42
  788. package/packages/utils/__test__/common/deepCompareAndModify.test.ts +0 -84
  789. package/packages/utils/__test__/common/deepEqual.test.ts +0 -105
  790. package/packages/utils/__test__/common/findSchemaById.test.ts +0 -80
  791. package/packages/utils/__test__/common/findSchemas.test.ts +0 -98
  792. package/packages/utils/__test__/common/getFormSchemas.test.ts +0 -124
  793. package/packages/utils/__test__/common/getMatchedById.test.ts +0 -79
  794. package/packages/utils/__test__/common/getUUID.test.ts +0 -30
  795. package/packages/utils/__test__/common/getValueByPath.test.ts +0 -54
  796. package/packages/utils/__test__/common/mapSchemas.test.ts +0 -98
  797. package/packages/utils/__test__/common/setValueByPath.test.ts +0 -69
  798. package/packages/utils/__test__/manager/pageManager.test.ts +0 -75
  799. package/packages/utils/__test__/manager/revoke.test.ts +0 -103
  800. package/packages/utils/common/common.ts +0 -18
  801. package/packages/utils/common/component.ts +0 -22
  802. package/packages/utils/common/data.ts +0 -662
  803. package/packages/utils/common/eventBus.ts +0 -4
  804. package/packages/utils/common/index.ts +0 -5
  805. package/packages/utils/common/string.ts +0 -24
  806. package/packages/utils/index.ts +0 -2
  807. package/packages/utils/manager/pageManager.ts +0 -238
  808. package/packages/utils/manager/pluginManager.ts +0 -633
  809. package/packages/utils/manager/revoke.ts +0 -124
  810. package/packages/utils/package.json +0 -7
  811. package/packages/utils/tsconfig.json +0 -19
  812. package/pnpm-lock.yaml +0 -14558
  813. package/pnpm-workspace.yaml +0 -5
  814. package/turbo.json +0 -20
  815. package/vitest.config.ts +0 -7
  816. /package/{packages/core → dist}/theme/var.less +0 -0
  817. /package/{packages/epic-designer/shims-vue.d.ts → shims-vue.d.ts} +0 -0
  818. /package/{packages/epic-designer/tsconfig.json → tsconfig.json} +0 -0
@@ -1,58 +0,0 @@
1
- import { type PluginManager } from "@epic-designer/utils";
2
- import MonacoEditor from "./MonacoEditor";
3
- import Page from "./Page";
4
-
5
- export function setupComponent(pluginManager: PluginManager): void {
6
- pluginManager.component("EInputSize", async () => await import("./EInputSize/index.vue"));
7
- pluginManager.component("EColEditor", async () => await import("./EColEditor/index.vue"));
8
- pluginManager.component("EActionEditor", async () => await import("./EActionEditor/index.vue"));
9
- pluginManager.component("ERuleEditor", async () => await import("./ERuleEditor/index.vue"));
10
- pluginManager.component("EOptionsEditor", async () => await import("./EOptionsEditor/index.vue"));
11
- pluginManager.component("ENode", async () => await import("../components/node/index"));
12
- pluginManager.component("EDataSource", async () => await import("./EDataSource/index.vue"));
13
-
14
- // 左侧菜单初始化
15
- pluginManager.registerActivitybar({
16
- id: "component_view",
17
- title: "组件",
18
- icon: "icon--epic--extension-outline",
19
- component: async () => await import("../components/designer/src/modules/componentView/index.vue"),
20
- });
21
-
22
- pluginManager.registerActivitybar({
23
- id: "sound_code_view",
24
- title: "源码",
25
- icon: "icon--epic--sdk-outline-rounded",
26
- component: async () => await import("../components/designer/src/modules/sourceCode/index.vue"),
27
- });
28
-
29
- pluginManager.registerActivitybar({
30
- id: "outline_view",
31
- title: "大纲",
32
- icon: "icon--epic--account-tree-outline-rounded",
33
- component: async () => await import("../components/designer/src/modules/outline/outline.vue"),
34
- });
35
-
36
- pluginManager.registerRightSidebar({
37
- id: "attribute_view",
38
- title: "属性",
39
- component: async () => await import("../components/designer/src/modules/attributeView/attributeView.vue"),
40
- });
41
-
42
- pluginManager.registerRightSidebar({
43
- id: "style_view",
44
- title: "样式",
45
- component: async () => await import("../components/designer/src/modules/attributeView/styleView.vue"),
46
- });
47
- pluginManager.registerRightSidebar({
48
- id: "event_view",
49
- title: "事件",
50
- component: async () => await import("../components/designer/src/modules/attributeView/eventView.vue"),
51
- });
52
-
53
- const componentArray = [MonacoEditor, Page];
54
-
55
- componentArray.forEach((item) => {
56
- pluginManager.registerComponent(item);
57
- });
58
- }
@@ -1,24 +0,0 @@
1
- @import "./static/icons/iconify.css";
2
- @import "./theme/var.less";
3
- @import "./components/tree/src/index.less";
4
- @import "./components/designer/src/index.less";
5
- @import "./extensions/EActionEditor/index.less";
6
- @import "./extensions/ERuleEditor/index.less";
7
- @import "./extensions/EColEditor/index.less";
8
- @import "./extensions/EDataSource/index.less";
9
- @import "./components/asyncLoader/index.less";
10
-
11
- // 基础组件适配样式
12
- @import "@epic-designer/ui/antd/index.less";
13
- @import "@epic-designer/ui/elementPlus/index.less";
14
- @import "@epic-designer/ui/naiveUi/index.less";
15
-
16
-
17
- // iconfont 图标样式
18
- .iconfont {
19
- font-family: "epic-iconfont", "iconfont" !important;
20
- font-style: normal;
21
- font-size: 1em;
22
- -webkit-font-smoothing: antialiased;
23
- -moz-osx-font-smoothing: grayscale;
24
- }
@@ -1,35 +0,0 @@
1
- import 'virtual:uno.css'
2
- import EBuilder from './components/builder/'
3
- import EDesigner from './components/designer/'
4
- import ENode from './components/node/'
5
- import { pluginManager, type PluginManager, type PageManager, usePageManager } from '@epic-designer/utils'
6
- import { setupComponent } from './extensions'
7
- import './index.less'
8
- export type * from './types/epic-designer'
9
- // 初始化设计器
10
- setupComponent(pluginManager)
11
-
12
-
13
- // const components = [EBuilder, EDesigner]
14
-
15
- // 注册全局组件
16
- // const EDesignr = {
17
- // install (app: App) {
18
- // components.forEach((comp) => {
19
- // app.component(comp.__name ?? '', comp)
20
- // })
21
- // },
22
- // pluginManager,
23
- // usePageManager
24
- // }
25
-
26
- export {
27
- EBuilder,
28
- EDesigner,
29
- ENode,
30
- pluginManager,
31
- usePageManager,
32
- type PluginManager,
33
- type PageManager
34
- }
35
- // export default EDesignr
@@ -1,59 +0,0 @@
1
- {
2
- "name": "@epic-designer/core",
3
- "private": false,
4
- "version": "0.9.25",
5
- "type": "module",
6
- "main": "index.ts",
7
- "description": "基于vue3的设计器,可视化开发页面表单",
8
- "author": "kchengz",
9
- "keywords": [
10
- "form",
11
- "epic-designer",
12
- "设计器",
13
- "页面设计",
14
- "低代码",
15
- "可视化",
16
- "工作流"
17
- ],
18
- "bugs": {
19
- "url": "https://github.com/Kchengz/epic-designer/issues"
20
- },
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/Kchengz/epic-designer"
24
- },
25
- "scripts": {
26
- "preview": "vite preview",
27
- "test": "vitest",
28
- "lint": "eslint . --fix --ext .js,.jsx,.json,.ts,.tsx,.vue"
29
- },
30
- "dependencies": {
31
- "monaco-editor": "^0.52.0",
32
- "vuedraggable": "4.1.0"
33
- },
34
- "devDependencies": {
35
- "@algolia/client-search": "^5.5.3",
36
- "@babel/core": "^7.25.2",
37
- "@babel/eslint-parser": "^7.25.1",
38
- "@babel/plugin-transform-typescript": "^7.25.2",
39
- "@babel/preset-env": "^7.25.4",
40
- "@babel/preset-typescript": "^7.24.7",
41
- "@types/node": "^22.5.5",
42
- "@typescript-eslint/eslint-plugin": "^8.6.0",
43
- "@typescript-eslint/parser": "^8.6.0",
44
- "@vue/test-utils": "2.4.6",
45
- "eslint-config-standard-with-typescript": "^43.0.1",
46
- "eslint-plugin-import": "^2.30.0",
47
- "eslint-plugin-n": "^17.10.3",
48
- "eslint-plugin-promise": "^7.1.0",
49
- "eslint-plugin-vue": "^9.28.0",
50
- "jsdom": "^25.0.1",
51
- "unocss": "^0.62.4",
52
- "vite-plugin-eslint": "^1.8.1",
53
- "vite-plugin-svg-icons": "^2.0.1",
54
- "vite-plugin-vue-setup-extend": "^0.4.0",
55
- "vitest": "^2.1.1",
56
- "vue-eslint-parser": "^9.4.3",
57
- "vue-tsc": "^2.1.6"
58
- }
59
- }
@@ -1,271 +0,0 @@
1
- .icon--epic {
2
- display: inline-block;
3
- width: 1em;
4
- height: 1em;
5
- background-color: currentColor;
6
- -webkit-mask-image: var(--svg);
7
- mask-image: var(--svg);
8
- -webkit-mask-repeat: no-repeat;
9
- mask-repeat: no-repeat;
10
- -webkit-mask-size: 100% 100%;
11
- mask-size: 100% 100%;
12
- }
13
-
14
- .icon--epic--radio-button-checked-outline {
15
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 17q2.075 0 3.538-1.463T17 12t-1.463-3.537T12 7T8.463 8.463T7 12t1.463 3.538T12 17m0 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
16
- }
17
-
18
- .icon--epic--toggle-off-outline {
19
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M7 18q-2.5 0-4.25-1.75T1 12t1.75-4.25T7 6h10q2.5 0 4.25 1.75T23 12t-1.75 4.25T17 18zm0-2h10q1.65 0 2.825-1.175T21 12t-1.175-2.825T17 8H7Q5.35 8 4.175 9.175T3 12t1.175 2.825T7 16m0-1q1.25 0 2.125-.875T10 12t-.875-2.125T7 9t-2.125.875T4 12t.875 2.125T7 15m5-3'/%3E%3C/svg%3E");
20
- }
21
-
22
- .icon--epic--switches {
23
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M7 17q-2.075 0-3.537-1.463T2 12t1.463-3.537T7 7q1.25 0 2.263.55T11 9h8q1.25 0 2.125.875T22 12t-.875 2.125T19 15h-8q-.725.9-1.737 1.45T7 17m4.9-4H19q.425 0 .713-.288T20 12t-.288-.712T19 11h-7.1q.05.225.075.5T12 12t-.025.5t-.075.5'/%3E%3C/svg%3E");
24
- }
25
-
26
- .icon--epic--dialogs-outline-rounded {
27
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M9 16h6q.425 0 .713-.288T16 15V9q0-.425-.288-.712T15 8H9q-.425 0-.712.288T8 9v6q0 .425.288.713T9 16m-4 5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z'/%3E%3C/svg%3E");
28
- }
29
-
30
- .icon--epic--123-rounded {
31
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.165 4.17a.75.75 0 0 0 .999-.32l.002-.004l.036-.052a1.2 1.2 0 0 1 .204-.208c.19-.152.526-.336 1.094-.336c.492 0 .78.237.892.46c.103.207.103.484-.172.76c-.195.194-.446.363-.766.548q-.133.077-.29.164c-.24.135-.512.287-.753.445c-.757.494-1.494 1.211-1.655 2.532A.75.75 0 0 0 5.5 9h3.75a.75.75 0 1 0 0-1.5H6.548c.17-.243.402-.434.683-.618c.199-.13.392-.237.607-.358q.172-.095.369-.208c.349-.203.738-.45 1.073-.786c.725-.724.85-1.697.453-2.49c-.388-.777-1.225-1.29-2.233-1.29c-.932 0-1.595.316-2.03.664a2.7 2.7 0 0 0-.587.654l-.034.06l-.012.02l-.004.01l-.002.003v.002l-.002.002a.75.75 0 0 0 .336 1.006m9.21.314c-.135.126-.4.266-.875.266a.75.75 0 0 0 0 1.5c.474 0 .74.14.875.266s.19.283.18.44c-.015.263-.282.794-1.305.794c-.465 0-.76-.137-.928-.249a1 1 0 0 1-.208-.182a.75.75 0 0 0-1.03-.193c-.584.375-.208 1.04-.208 1.04l.001.001l.001.002l.002.003l.005.008l.013.018l.036.048q.044.056.119.136c.1.106.243.238.437.367c.394.263.975.501 1.76.501c1.622 0 2.73-.969 2.803-2.206A2.04 2.04 0 0 0 15.48 5.5c.411-.427.606-.986.573-1.544c-.074-1.237-1.181-2.206-2.803-2.206c-.785 0-1.366.238-1.76.501a2.5 2.5 0 0 0-.556.503l-.036.048l-.013.018l-.005.008l-.002.003l-.001.002l-.001.001a.75.75 0 0 0 1.238.847l.029-.033c.033-.035.092-.09.18-.149c.168-.112.462-.249.927-.249c1.023 0 1.29.531 1.306.794a.55.55 0 0 1-.181.44m-2.251 2.85l-.007-.011v.002l.004.004l.001.002zm0-3.667l-.007.01v-.002l.004-.004l.001-.002zM3.495 2.649l.007.1v5.497a.75.75 0 0 1-1.494.102l-.006-.102V3.792l-.513.173a.75.75 0 0 1-.91-.378l-.04-.095a.75.75 0 0 1 .378-.91l.095-.04l1.501-.503a.75.75 0 0 1 .982.61M17.027 6.5h2.718a.75.75 0 0 1 .75.75v9.505a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75V9.804A1.74 1.74 0 0 1 2 9.85v6.905a2.25 2.25 0 0 0 2.25 2.25h15.495a2.25 2.25 0 0 0 2.25-2.25V7.25A2.25 2.25 0 0 0 19.745 5h-2.832a3 3 0 0 1-.21.5c.167.315.276.653.324 1m.223 8H6.75l-.102.007A.75.75 0 0 0 6.75 16h10.5l.102-.007a.75.75 0 0 0-.102-1.493m.25-2.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-5.995 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m-3 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m6 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0m4.49-3a1 1 0 1 0-2 0a1 1 0 0 0 2 0'/%3E%3C/svg%3E");
32
- }
33
-
34
- .icon--epic--terminal-rounded {
35
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h16V8H4zm4.675-5l-1.9-1.9q-.3-.3-.288-.7t.313-.7q.3-.275.7-.287t.7.287l2.6 2.6q.3.3.3.7t-.3.7l-2.6 2.6q-.275.275-.687.288T6.8 16.3q-.275-.275-.275-.7t.275-.7zM13 17q-.425 0-.712-.288T12 16t.288-.712T13 15h4q.425 0 .713.288T18 16t-.288.713T17 17z'/%3E%3C/svg%3E");
36
- }
37
-
38
- .icon--epic--width-normal-outline {
39
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4zm-6 0V6z'/%3E%3C/svg%3E");
40
- }
41
-
42
- .icon--epic--auto-awesome-mosaic-outline {
43
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M11 21H5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h6zm-2-2V5H5v14zm4-8V3h6q.825 0 1.413.588T21 5v6zm2-2h4V5h-4zm-2 12v-8h8v6q0 .825-.587 1.413T19 21zm2-2h4v-4h-4zm0-4'/%3E%3C/svg%3E");
44
- }
45
-
46
- .icon--epic--crop-free-rounded {
47
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 21q-.825 0-1.412-.587T3 19v-3q0-.425.288-.712T4 15t.713.288T5 16v3h3q.425 0 .713.288T9 20t-.288.713T8 21zm14 0h-3q-.425 0-.712-.288T15 20t.288-.712T16 19h3v-3q0-.425.288-.712T20 15t.713.288T21 16v3q0 .825-.587 1.413T19 21M3 8V5q0-.825.588-1.412T5 3h3q.425 0 .713.288T9 4t-.288.713T8 5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8m16 0V5h-3q-.425 0-.712-.288T15 4t.288-.712T16 3h3q.825 0 1.413.588T21 5v3q0 .425-.288.713T20 9t-.712-.288T19 8'/%3E%3C/svg%3E");
48
- }
49
-
50
- .icon--epic--imagesmode-outline-rounded {
51
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zm0 0V5zm2-2h10q.3 0 .45-.275t-.05-.525l-2.75-3.675q-.15-.2-.4-.2t-.4.2L11.25 16L9.4 13.525q-.15-.2-.4-.2t-.4.2l-2 2.675q-.2.25-.05.525T7 17m1.5-7q.625 0 1.063-.438T10 8.5t-.437-1.062T8.5 7t-1.062.438T7 8.5t.438 1.063T8.5 10'/%3E%3C/svg%3E");
52
- }
53
-
54
- .icon--epic--web-stories-outline {
55
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M17 20V4q.825 0 1.413.588T19 6v12q0 .825-.587 1.413T17 20M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h9q.825 0 1.413.588T15 4v16q0 .825-.587 1.413T13 22zm17-4V6q.625 0 1.063.438T22.5 7.5v9q0 .625-.437 1.063T21 18M4 20h9V4H4zM4 4v16z'/%3E%3C/svg%3E");
56
- }
57
-
58
- .icon--epic--zoom-in-map-rounded {
59
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='m7 18.4l-2.4 2.4q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L5.6 17H4q-.425 0-.713-.287T3 16t.288-.712T4 15h4q.425 0 .713.288T9 16v4q0 .425-.288.713T8 21t-.712-.288T7 20zm10 0V20q0 .425-.288.713T16 21t-.712-.288T15 20v-4q0-.425.288-.712T16 15h4q.425 0 .713.288T21 16t-.288.713T20 17h-1.6l2.4 2.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275zM5.6 7L3.2 4.6q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L7 5.6V4q0-.425.288-.713T8 3t.713.288T9 4v4q0 .425-.288.713T8 9H4q-.425 0-.712-.288T3 8t.288-.712T4 7zm12.8 0H20q.425 0 .713.288T21 8t-.288.713T20 9h-4q-.425 0-.712-.288T15 8V4q0-.425.288-.712T16 3t.713.288T17 4v1.6l2.4-2.4q.275-.275.7-.275t.7.275t.275.7t-.275.7z'/%3E%3C/svg%3E");
60
- }
61
-
62
- .icon--epic--zoom-out-map-rounded {
63
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M6.4 19H8q.425 0 .713.288T9 20t-.288.713T8 21H4q-.425 0-.712-.288T3 20v-4q0-.425.288-.712T4 15t.713.288T5 16v1.6l2.4-2.4q.275-.275.7-.275t.7.275t.275.7t-.275.7zm11.2 0l-2.4-2.4q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.4 2.4V16q0-.425.288-.712T20 15t.713.288T21 16v4q0 .425-.288.713T20 21h-4q-.425 0-.712-.288T15 20t.288-.712T16 19zM5 6.4V8q0 .425-.288.713T4 9t-.712-.288T3 8V4q0-.425.288-.712T4 3h4q.425 0 .713.288T9 4t-.288.713T8 5H6.4l2.4 2.4q.275.275.275.7t-.275.7t-.7.275t-.7-.275zm14 0l-2.4 2.4q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.6 5H16q-.425 0-.712-.287T15 4t.288-.712T16 3h4q.425 0 .713.288T21 4v4q0 .425-.288.713T20 9t-.712-.288T19 8z'/%3E%3C/svg%3E");
64
- }
65
-
66
- .icon--epic--window-outline {
67
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm8-8v6h6v-6zm0-2h6V5h-6zm-2 0V5H5v6zm0 2H5v6h6z'/%3E%3C/svg%3E");
68
- }
69
-
70
- .icon--epic--edit-square-outline-rounded {
71
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0zM12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M7 3a1 1 0 0 1 .993.883L8 4h8a1 1 0 0 1 .883-.993L17 3h3a1 1 0 0 1 .993.883L21 4v3a1 1 0 0 1-.883.993L20 8v8a1 1 0 0 1 .993.883L21 17v3a1 1 0 0 1-.883.993L20 21h-3a1 1 0 0 1-.993-.883L16 20H8a1 1 0 0 1-.883.993L7 21H4a1 1 0 0 1-.993-.883L3 20v-3a1 1 0 0 1 .883-.993L4 16V8a1 1 0 0 1-.993-.883L3 7V4a1 1 0 0 1 .883-.993L4 3zM6 18H5v1h1zm13 0h-1v1h1zM16 6H8v1a1 1 0 0 1-1 1H6v8h1a1 1 0 0 1 1 1v1h8v-1a1 1 0 0 1 1-1h1V8h-1a1 1 0 0 1-1-1zm-4 1a1.71 1.71 0 0 1 1.61 1.135l2.332 6.529a1 1 0 1 1-1.884.672L13.581 14h-3.162l-.477 1.336a1 1 0 0 1-1.884-.672l2.332-6.53A1.71 1.71 0 0 1 12 7m0 2.573L11.133 12h1.734zM6 5H5v1h1zm13 0h-1v1h1z'/%3E%3C/g%3E%3C/svg%3E");
72
- }
73
-
74
- .icon--epic--extension-outline {
75
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M8.8 21H5q-.825 0-1.412-.587T3 19v-3.8q1.2 0 2.1-.762T6 12.5t-.9-1.937T3 9.8V6q0-.825.588-1.412T5 4h4q0-1.05.725-1.775T11.5 1.5t1.775.725T14 4h4q.825 0 1.413.588T20 6v4q1.05 0 1.775.725T22.5 12.5t-.725 1.775T20 15v4q0 .825-.587 1.413T18 21h-3.8q0-1.25-.787-2.125T11.5 18t-1.912.875T8.8 21M5 19h2.125q.6-1.65 1.925-2.325T11.5 16t2.45.675T15.875 19H18v-6h2q.2 0 .35-.15t.15-.35t-.15-.35T20 12h-2V6h-6V4q0-.2-.15-.35t-.35-.15t-.35.15T11 4v2H5v2.2q1.35.5 2.175 1.675T8 12.5q0 1.425-.825 2.6T5 16.8zm6.5-6.5'/%3E%3C/svg%3E");
76
- }
77
-
78
- .icon--epic--event-available-rounded {
79
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='m10.95 15.45l3.475-3.475q.3-.3.725-.3t.725.3t.3.725t-.3.725L11.65 17.65q-.3.3-.7.3t-.7-.3l-2.125-2.125q-.3-.3-.3-.725t.3-.725t.725-.3t.725.3zM5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V3q0-.425.288-.712T7 2t.713.288T8 3v1h8V3q0-.425.288-.712T17 2t.713.288T18 3v1h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z'/%3E%3C/svg%3E");
80
- }
81
-
82
- .icon--epic--event-note-rounded {
83
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V3q0-.425.288-.712T7 2t.713.288T8 3v1h8V3q0-.425.288-.712T17 2t.713.288T18 3v1h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5zm3-6q-.425 0-.712-.288T7 13t.288-.712T8 12h8q.425 0 .713.288T17 13t-.288.713T16 14zm0 4q-.425 0-.712-.288T7 17t.288-.712T8 16h5q.425 0 .713.288T14 17t-.288.713T13 18z'/%3E%3C/svg%3E");
84
- }
85
-
86
- .icon--epic--error-outline-rounded {
87
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 17q.425 0 .713-.288T13 16t-.288-.712T12 15t-.712.288T11 16t.288.713T12 17m0-4q.425 0 .713-.288T13 12V8q0-.425-.288-.712T12 7t-.712.288T11 8v4q0 .425.288.713T12 13m0 9q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
88
- }
89
-
90
- .icon--epic--help-outline-rounded {
91
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M11.95 18q.525 0 .888-.363t.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362m.05 4q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m.1-12.3q.625 0 1.088.4t.462 1q0 .55-.337.975t-.763.8q-.575.5-1.012 1.1t-.438 1.35q0 .35.263.588t.612.237q.375 0 .638-.25t.337-.625q.1-.525.45-.937t.75-.788q.575-.55.988-1.2t.412-1.45q0-1.275-1.037-2.087T12.1 6q-.95 0-1.812.4T8.975 7.625q-.175.3-.112.638t.337.512q.35.2.725.125t.625-.425q.275-.375.688-.575t.862-.2'/%3E%3C/svg%3E");
92
- }
93
-
94
- .icon--epic--event-available-outline-rounded {
95
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='m10.95 15.45l3.475-3.475q.3-.3.725-.3t.725.3t.3.725t-.3.725L11.65 17.65q-.3.3-.7.3t-.7-.3l-2.125-2.125q-.3-.3-.3-.725t.3-.725t.725-.3t.725.3zM5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V3q0-.425.288-.712T7 2t.713.288T8 3v1h8V3q0-.425.288-.712T17 2t.713.288T18 3v1h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5zM5 8h14V6H5zm0 0V6z'/%3E%3C/svg%3E");
96
- }
97
-
98
- .icon--epic--history-rounded {
99
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 21q-3.15 0-5.575-1.912T3.275 14.2q-.1-.375.15-.687t.675-.363q.4-.05.725.15t.45.6q.6 2.25 2.475 3.675T12 19q2.925 0 4.963-2.037T19 12t-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H8q.425 0 .713.288T9 9t-.288.713T8 10H4q-.425 0-.712-.288T3 9V5q0-.425.288-.712T4 4t.713.288T5 5v1.35q1.275-1.6 3.113-2.475T12 3q1.875 0 3.513.713t2.85 1.924t1.925 2.85T21 12t-.712 3.513t-1.925 2.85t-2.85 1.925T12 21m1-9.4l2.5 2.5q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-2.8-2.8q-.15-.15-.225-.337T11 11.975V8q0-.425.288-.712T12 7t.713.288T13 8z'/%3E%3C/svg%3E");
100
- }
101
-
102
- .icon--epic--calendar-month-outline-rounded {
103
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V3q0-.425.288-.712T7 2t.713.288T8 3v1h8V3q0-.425.288-.712T17 2t.713.288T18 3v1h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5zM5 8h14V6H5zm0 0V6zm7 6q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m-4 0q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m8 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14m-4 4q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m-4 0q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m8 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18'/%3E%3C/svg%3E");
104
- }
105
-
106
-
107
- .icon--epic--code-blocks-outline-rounded {
108
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSSourceCode0'%3E%3Cg fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4.05' d='M23 40H7a3 3 0 0 1-3-3V11a3 3 0 0 1 3-3h34a3 3 0 0 1 3 3v14.882'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='4.05' d='M4 11a3 3 0 0 1 3-3h34a3 3 0 0 1 3 3v9H4z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4.05' d='m34 33l-4 4l4 4m6-8l4 4l-4 4'/%3E%3Ccircle r='2' fill='%23000' transform='matrix(0 -1 -1 0 10 14)'/%3E%3Ccircle r='2' fill='%23000' transform='matrix(0 -1 -1 0 16 14)'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23000' d='M0 0h48v48H0z' mask='url(%23ipSSourceCode0)'/%3E%3C/svg%3E");
109
- }
110
-
111
- .icon--epic--wysiwyg-rounded {
112
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V7H5zm3-7q-.425 0-.712-.288T7 11t.288-.712T8 10h8q.425 0 .713.288T17 11t-.288.713T16 12zm0 4q-.425 0-.712-.288T7 15t.288-.712T8 14h4q.425 0 .713.288T13 15t-.288.713T12 16z'/%3E%3C/svg%3E");
113
- }
114
-
115
- .icon--epic--visibility-off-outline-rounded {
116
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15.175 8.325q.725.725 1.063 1.65t.237 1.9q0 .375-.275.638t-.65.262t-.638-.262t-.262-.638q.125-.65-.075-1.25T13.95 9.6t-1.025-.65t-1.275-.1q-.375 0-.638-.275t-.262-.65t.263-.637t.637-.263q.95-.1 1.875.238t1.65 1.062M12 6q-.475 0-.925.037t-.9.138q-.425.075-.763-.125t-.462-.6t.088-.775t.612-.45q.575-.125 1.163-.175T12 4q3.425 0 6.263 1.8t4.337 4.85q.1.2.15.413t.05.437t-.038.438t-.137.412q-.45 1-1.112 1.875t-1.463 1.6q-.3.275-.7.225t-.65-.4t-.212-.763t.337-.687q.6-.575 1.1-1.25t.875-1.45q-1.25-2.525-3.613-4.012T12 6m0 13q-3.35 0-6.125-1.812T1.5 12.425q-.125-.2-.187-.437T1.25 11.5t.05-.475t.175-.45q.5-1 1.163-1.912T4.15 7L2.075 4.9q-.275-.3-.262-.712T2.1 3.5t.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275l-3.5-3.45q-.875.275-1.775.413T12 19M5.55 8.4q-.725.65-1.325 1.425T3.2 11.5q1.25 2.525 3.613 4.013T12 17q.5 0 .975-.062t.975-.138l-.9-.95q-.275.075-.525.113T12 16q-1.875 0-3.188-1.312T7.5 11.5q0-.275.038-.525t.112-.525zm4.2 4.2'/%3E%3C/svg%3E");
117
- }
118
-
119
- .icon--epic--visibility-outline-rounded {
120
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 16q1.875 0 3.188-1.312T16.5 11.5t-1.312-3.187T12 7T8.813 8.313T7.5 11.5t1.313 3.188T12 16m0-1.8q-1.125 0-1.912-.788T9.3 11.5t.788-1.912T12 8.8t1.913.788t.787 1.912t-.787 1.913T12 14.2m0 4.8q-3.35 0-6.113-1.8t-4.362-4.75q-.125-.225-.187-.462t-.063-.488t.063-.488t.187-.462q1.6-2.95 4.363-4.75T12 4t6.113 1.8t4.362 4.75q.125.225.188.463t.062.487t-.062.488t-.188.462q-1.6 2.95-4.362 4.75T12 19m0-2q2.825 0 5.188-1.487T20.8 11.5q-1.25-2.525-3.613-4.012T12 6T6.813 7.488T3.2 11.5q1.25 2.525 3.613 4.013T12 17'/%3E%3C/svg%3E");
121
- }
122
-
123
- .icon--epic--sdk-outline-rounded {
124
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 21q-.825 0-1.412-.587T3 19V6.5q0-.35.113-.663t.337-.587l1.4-1.7q.225-.275.513-.413T6 3h12q.35 0 .638.138t.512.412l1.4 1.7q.225.275.338.588T21 6.5V19q0 .825-.587 1.413T19 21zm.4-15h13.2l-.85-1H6.25zM5 19h14V8H5zm10.2-5.5l-1.375 1.375q-.3.3-.3.725t.3.725t.725.3t.725-.3L17.4 14.2q.3-.3.3-.7t-.3-.7l-2.125-2.125q-.3-.3-.725-.3t-.725.3t-.3.725t.3.725zm-6.35 0l1.375-1.375q.3-.3.3-.725t-.3-.725t-.725-.3t-.725.3L6.65 12.8q-.3.3-.3.7t.3.7l2.125 2.125q.3.3.725.3t.725-.3t.3-.725t-.3-.725zM5 19V8z'/%3E%3C/svg%3E");
125
- }
126
-
127
- .icon--epic--calendar-view-month-outline {
128
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-9h4V6H4zm6 0h4V6h-4zm6 0h4V6h-4zm-8 7v-5H4v5zm2 0h4v-5h-4zm6 0h4v-5h-4z'/%3E%3C/svg%3E");
129
- }
130
-
131
- .icon--epic--copy-all-outline-rounded {
132
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 20H8a3 3 0 0 1-3-3V7a1 1 0 0 0-2 0v10a5 5 0 0 0 5 5h8a1 1 0 0 0 0-2m5-11.06a1.31 1.31 0 0 0-.06-.27v-.09a1.07 1.07 0 0 0-.19-.28l-6-6a1.07 1.07 0 0 0-.28-.19h-.09L14.06 2H10a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V9zm-6-3.53L17.59 8H16a1 1 0 0 1-1-1ZM19 15a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3v3a3 3 0 0 0 3 3h3Z'/%3E%3C/svg%3E");
133
- }
134
-
135
- .icon--epic--insert-text-outline-rounded {
136
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M11 10H9q-.425 0-.712-.288T8 9t.288-.712T9 8h6q.425 0 .713.288T16 9t-.288.713T15 10h-2v5q0 .425-.288.713T12 16t-.712-.288T11 15zM1 22v-4q0-.425.288-.712T2 17h1V7H2q-.425 0-.712-.288T1 6V2q0-.425.288-.712T2 1h4q.425 0 .713.288T7 2v1h10V2q0-.425.288-.712T18 1h4q.425 0 .713.288T23 2v4q0 .425-.288.713T22 7h-1v10h1q.425 0 .713.288T23 18v4q0 .425-.288.713T22 23h-4q-.425 0-.712-.288T17 22v-1H7v1q0 .425-.288.713T6 23H2q-.425 0-.712-.288T1 22m6-3h10v-1q0-.425.288-.712T18 17h1V7h-1q-.425 0-.712-.288T17 6V5H7v1q0 .425-.288.713T6 7H5v10h1q.425 0 .713.288T7 18zM3 5h2V3H3zm16 0h2V3h-2zm0 16h2v-2h-2zM3 21h2v-2H3zm2-2'/%3E%3C/svg%3E");
137
- }
138
-
139
- .icon--epic--account-tree-outline-rounded {
140
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15 19v-1h-2q-.825 0-1.412-.587T11 16V8H9v1q0 .825-.587 1.413T7 11H4q-.825 0-1.412-.587T2 9V5q0-.825.588-1.412T4 3h3q.825 0 1.413.588T9 5v1h6V5q0-.825.588-1.412T17 3h3q.825 0 1.413.588T22 5v4q0 .825-.587 1.413T20 11h-3q-.825 0-1.412-.587T15 9V8h-2v8h2v-1q0-.825.588-1.412T17 13h3q.825 0 1.413.588T22 15v4q0 .825-.587 1.413T20 21h-3q-.825 0-1.412-.587T15 19M4 5v4zm13 10v4zm0-10v4zm0 4h3V5h-3zm0 10h3v-4h-3zM4 9h3V5H4z'/%3E%3C/svg%3E");
141
- }
142
-
143
- .icon--epic--delete-outline-rounded {
144
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1zm1 2H6v12h12zm-9 3h2v6H9zm4 0h2v6h-2zM9 4v2h6V4z'/%3E%3C/svg%3E");
145
- }
146
-
147
- .icon--epic--border-color-outline-rounded {
148
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='4.05'%3E%3Cpath stroke-linecap='round' d='M7 42h36'/%3E%3Cpath d='M11 26.72V34h7.317L39 13.308L31.695 6z'/%3E%3C/g%3E%3C/svg%3E");
149
- }
150
-
151
- .icon--epic--lock-outline {
152
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M6 22q-.825 0-1.412-.587T4 20V10q0-.825.588-1.412T6 8h1V6q0-2.075 1.463-3.537T12 1t3.538 1.463T17 6v2h1q.825 0 1.413.588T20 10v10q0 .825-.587 1.413T18 22zm0-2h12V10H6zm6-3q.825 0 1.413-.587T14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17M9 8h6V6q0-1.25-.875-2.125T12 3t-2.125.875T9 6zM6 20V10z'/%3E%3C/svg%3E");
153
- }
154
-
155
- .icon--epic--lock-open-outline {
156
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M6 8h9V6q0-1.25-.875-2.125T12 3t-2.125.875T9 6H7q0-2.075 1.463-3.537T12 1t3.538 1.463T17 6v2h1q.825 0 1.413.588T20 10v10q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V10q0-.825.588-1.412T6 8m0 12h12V10H6zm6-3q.825 0 1.413-.587T14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17m-6 3V10z'/%3E%3C/svg%3E");
157
- }
158
-
159
- .icon--epic--list-alt-outline-rounded {
160
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6 10.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M8.25 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m0 4a2.25 2.25 0 1 0 0 4.5a2.25 2.25 0 0 0 0-4.5m-.75 2.25a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m4.5-5.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m.75 4.75a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM6 6.75A.75.75 0 0 1 6.75 6h10.5a.75.75 0 0 1 0 1.5H6.75A.75.75 0 0 1 6 6.75M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 0 1-1.75 1.75H6.25a1.75 1.75 0 0 1-1.75-1.75z'/%3E%3C/svg%3E");
161
- }
162
-
163
- .icon--epic--fit-screen-rounded {
164
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M20 8V6h-2q-.425 0-.712-.288T17 5t.288-.712T18 4h2q.825 0 1.413.588T22 6v2q0 .425-.288.713T21 9t-.712-.288T20 8M2 8V6q0-.825.588-1.412T4 4h2q.425 0 .713.288T7 5t-.288.713T6 6H4v2q0 .425-.288.713T3 9t-.712-.288T2 8m18 12h-2q-.425 0-.712-.288T17 19t.288-.712T18 18h2v-2q0-.425.288-.712T21 15t.713.288T22 16v2q0 .825-.587 1.413T20 20M4 20q-.825 0-1.412-.587T2 18v-2q0-.425.288-.712T3 15t.713.288T4 16v2h2q.425 0 .713.288T7 19t-.288.713T6 20zm2-6v-4q0-.825.588-1.412T8 8h8q.825 0 1.413.588T18 10v4q0 .825-.587 1.413T16 16H8q-.825 0-1.412-.587T6 14'/%3E%3C/svg%3E");
165
- }
166
-
167
- .icon--epic--arrow-back-ios-rounded {
168
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='m3.55 12l7.35 7.35q.375.375.363.875t-.388.875t-.875.375t-.875-.375l-7.7-7.675q-.3-.3-.45-.675T.825 12t.15-.75t.45-.675l7.7-7.7q.375-.375.888-.363t.887.388t.375.875t-.375.875z'/%3E%3C/svg%3E");
169
- }
170
-
171
- .icon--epic--arrow-forward-ios-rounded {
172
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='m14.475 12l-7.35-7.35q-.375-.375-.363-.888t.388-.887t.888-.375t.887.375l7.675 7.7q.3.3.45.675t.15.75t-.15.75t-.45.675l-7.7 7.7q-.375.375-.875.363T7.15 21.1t-.375-.888t.375-.887z'/%3E%3C/svg%3E");
173
- }
174
-
175
- .icon--epic--exit-to-app-rounded {
176
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m16 6l-4-4l-4 4m4-4v8'/%3E%3Crect width='20' height='8' x='2' y='14' rx='2'/%3E%3Cpath d='M6 18h.01M10 18h.01'/%3E%3C/g%3E%3C/svg%3E");
177
- }
178
-
179
-
180
- .icon--epic--page-info-outline-rounded {
181
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30zm-9 4c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3M2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2zm9-4c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3'/%3E%3C/svg%3E");
182
- }
183
-
184
- .icon--epic--palette-outline {
185
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.813-3.9t2.2-3.175T8.25 2.788T12.2 2q2 0 3.775.688t3.113 1.9t2.125 2.875T22 11.05q0 2.875-1.75 4.413T16 17h-1.85q-.225 0-.312.125t-.088.275q0 .3.375.863t.375 1.287q0 1.25-.687 1.85T12 22m-5.5-9q.65 0 1.075-.425T8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13m3-4q.65 0 1.075-.425T11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9m5 0q.65 0 1.075-.425T16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9m3 4q.65 0 1.075-.425T19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13M12 20q.225 0 .363-.125t.137-.325q0-.35-.375-.825T11.75 17.3q0-1.05.725-1.675T14.25 15H16q1.65 0 2.825-.962T20 11.05q0-3.025-2.312-5.038T12.2 4Q8.8 4 6.4 6.325T4 12q0 3.325 2.338 5.663T12 20'/%3E%3C/svg%3E");
186
- }
187
-
188
- .icon--epic--sliders {
189
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5 15q-1.25 0-2.125-.875T2 12t.875-2.125T5 9h14q1.25 0 2.125.875T22 12t-.875 2.125T19 15zm9-2h5q.425 0 .713-.288T20 12t-.288-.712T19 11h-5z'/%3E%3C/svg%3E");
190
- }
191
-
192
-
193
- .icon--epic--full-coverage-outline {
194
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6 22a4 4 0 0 1-1-7.874V9.874A4.002 4.002 0 0 1 6 2a4 4 0 0 1 1 7.874v4.252A4.002 4.002 0 0 1 6 22m-2-4a2 2 0 1 0 4 0a2 2 0 0 0-4 0M4 6a2 2 0 1 0 4 0a2 2 0 0 0-4 0m8 12h7v2h-7zm0-7h10v2H12zm0-7h7v2h-7z'/%3E%3C/svg%3E");
195
- }
196
-
197
- .icon--epic--computer-outline-rounded {
198
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='20' height='14' x='2' y='3' rx='2'/%3E%3Cpath d='M8 21h8m-4-4v4'/%3E%3C/g%3E%3C/svg%3E");
199
- }
200
-
201
- .icon--epic--tablet-android-outline-rounded {
202
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='16' height='20' x='4' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
203
- }
204
-
205
- .icon--epic--phone-iphone-outline-sharp {
206
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2'/%3E%3Cpath d='M12 18h.01'/%3E%3C/g%3E%3C/svg%3E");
207
- }
208
-
209
- .icon--epic--search-rounded {
210
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");
211
- }
212
-
213
- .icon--epic--preview-outline {
214
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 56 56'%3E%3Cpath fill='%23000' d='M47.617 21.402c1.242 0 1.899-.68 1.899-1.922v-5.742c0-4.828-2.438-7.242-7.36-7.242h-5.719c-1.242 0-1.921.68-1.921 1.875c0 1.219.68 1.899 1.921 1.899h5.672c2.297 0 3.633 1.242 3.633 3.68v5.53c0 1.243.68 1.922 1.875 1.922m-39.234 0c1.219 0 1.875-.68 1.875-1.922v-5.53c0-2.438 1.312-3.68 3.656-3.68h5.672c1.219 0 1.898-.68 1.898-1.899c0-1.195-.68-1.875-1.898-1.875h-5.742c-4.875 0-7.36 2.414-7.36 7.242v5.743c0 1.242.68 1.921 1.899 1.921m9.914 19.782h18.937c1.711 0 2.485-.657 2.485-2.368V17.16c0-1.71-.774-2.367-2.485-2.367H18.297c-1.711 0-2.485.656-2.485 2.367v21.656c0 1.711.774 2.368 2.485 2.368m1.289-3.047c-.469 0-.703-.211-.703-.75V18.613c0-.539.234-.773.703-.773h16.36c.468 0 .702.234.702.773v18.774c0 .539-.234.75-.703.75Zm3.281-14.227h9.797c.773 0 1.289-.515 1.289-1.242c0-.773-.516-1.29-1.289-1.29h-9.797c-.773 0-1.265.517-1.265 1.29c0 .727.492 1.242 1.265 1.242m0 5.04h5.25c.75 0 1.266-.54 1.266-1.266c0-.75-.516-1.29-1.266-1.29h-5.25c-.773 0-1.265.54-1.265 1.29c0 .726.492 1.265 1.265 1.265m-9.023 20.554h5.742c1.219 0 1.898-.68 1.898-1.875c0-1.219-.68-1.898-1.898-1.898h-5.672c-2.344 0-3.656-1.243-3.656-3.68v-5.53c0-1.243-.68-1.922-1.875-1.922c-1.242 0-1.899.68-1.899 1.922v5.718c0 4.852 2.485 7.266 7.36 7.266m22.593 0h5.72c4.921 0 7.359-2.438 7.359-7.266V36.52c0-1.243-.68-1.922-1.899-1.922c-1.219 0-1.875.68-1.875 1.922v5.53c0 2.438-1.336 3.68-3.633 3.68h-5.672c-1.242 0-1.921.68-1.921 1.899c0 1.195.68 1.875 1.921 1.875'/%3E%3C/svg%3E");
215
- }
216
-
217
- .icon--epic--save-outline-rounded {
218
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M5 7.5A2.5 2.5 0 0 1 7.5 5H9v4.5a2.5 2.5 0 0 0 2.5 2.5h8A2.5 2.5 0 0 0 22 9.5V5.04a2.5 2.5 0 0 1 1.318.692l2.95 2.95A2.5 2.5 0 0 1 27 10.45V24.5a2.5 2.5 0 0 1-2 2.45V18.5a2.5 2.5 0 0 0-2.5-2.5h-13A2.5 2.5 0 0 0 7 18.5v8.45a2.5 2.5 0 0 1-2-2.45zM9 27v-8.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5V27zM20 5v4.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5V5zM7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5V10.45a4.5 4.5 0 0 0-1.318-3.182l-2.95-2.95A4.5 4.5 0 0 0 21.55 3z'/%3E%3C/svg%3E");
219
- }
220
-
221
- .icon--epic--add-rounded {
222
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M11 9V4H9v5H4v2h5v5h2v-5h5V9z'/%3E%3C/svg%3E");
223
- }
224
-
225
- .icon--epic--round-add-card {
226
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 19c0-.55-.45-1-1-1H4v-6h18V6c0-1.1-.9-2-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h9c.55 0 1-.45 1-1m6-11H4V6h16zm0 14c-.55 0-1-.45-1-1v-2h-2c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1'/%3E%3C/svg%3E");
227
- }
228
-
229
- .icon--epic--drag {
230
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M7 3a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M5.5 9.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m5 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0-5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M7 13a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m3.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3' clip-rule='evenodd'/%3E%3C/svg%3E");
231
- }
232
-
233
- .icon--epic--select {
234
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='m9 11l3 3l3-3'/%3E%3C/g%3E%3C/svg%3E");
235
- }
236
-
237
- .icon--epic--time-line {
238
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 2a1 1 0 0 1 .993.883L13 7v4.586l2.707 2.707a1 1 0 0 1-1.32 1.497l-.094-.083l-3-3a1 1 0 0 1-.284-.576L11 12V7a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");
239
- }
240
-
241
- .icon--epic--upload-rounded {
242
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6 20q-.825 0-1.412-.587T4 18v-2q0-.425.288-.712T5 15t.713.288T6 16v2h12v-2q0-.425.288-.712T19 15t.713.288T20 16v2q0 .825-.587 1.413T18 20zm5-12.15L9.125 9.725q-.3.3-.712.288T7.7 9.7q-.275-.3-.288-.7t.288-.7l3.6-3.6q.15-.15.325-.212T12 4.425t.375.063t.325.212l3.6 3.6q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L13 7.85V15q0 .425-.288.713T12 16t-.712-.288T11 15z'/%3E%3C/svg%3E");
243
- }
244
-
245
- .icon--epic--cloud-upload-outlined {
246
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9z'/%3E%3Cpath fill='%23000' d='M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7c-23.5-24.2-36-56.8-34.9-90.6c.9-26.4 9.9-51.2 26.2-72.1c16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9l13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9c15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5l37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3'/%3E%3C/svg%3E");
247
- }
248
-
249
- .icon--epic--caret-right-outlined {
250
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37'/%3E%3C/svg%3E");
251
- }
252
-
253
- .icon--epic--code {
254
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 9.5L8 12l2 2.5m4-5l2 2.5l-2 2.5'/%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3C/g%3E%3C/svg%3E");
255
- }
256
-
257
- .icon--epic--file-input {
258
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4M2 15h10m-3 3l3-3l-3-3'/%3E%3C/g%3E%3C/svg%3E");
259
- }
260
-
261
- .icon--epic--redo {
262
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='m15 14l5-5l-5-5'/%3E%3Cpath d='M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13'/%3E%3C/g%3E%3C/svg%3E");
263
- }
264
-
265
- .icon--epic--undo {
266
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M9 14L4 9l5-5'/%3E%3Cpath d='M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11'/%3E%3C/g%3E%3C/svg%3E");
267
- }
268
-
269
- .icon--epic--trash {
270
- --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 6h18m-2 0v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6m3 0V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2m-6 5v6m4-6v6'/%3E%3C/svg%3E");
271
- }
Binary file
@@ -1,19 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "baseUrl": ".",
4
- "target": "ESNext",
5
- "useDefineForClassFields": true,
6
- "module": "ESNext",
7
- "moduleResolution": "Node",
8
- "jsx": "preserve",
9
- "sourceMap": true,
10
- "resolveJsonModule": true,
11
- "isolatedModules": true,
12
- "esModuleInterop": true,
13
- "lib": ["ESNext", "DOM"],
14
- "strictNullChecks": true,
15
- "skipLibCheck": true
16
- },
17
- "include": ["./**/*", "*.ts", "*.json", "*.cjs"],
18
- "exclude": ["node_modules", "dist", "vite.config.ts"]
19
- }
@@ -1,75 +0,0 @@
1
- import { type FormItemRule } from "../extensions/ERuleEditor/types";
2
- export interface RenderCallbackParams {
3
- values: Record<string, any>;
4
- }
5
-
6
- export interface ComponentSchema {
7
- // 节点ID,可选
8
- id?: string;
9
- // 节点类型,必选
10
- type: string;
11
- // 节点标签,可选
12
- label?: string;
13
- // 节点字段,可选
14
- field?: string;
15
- // 组件属性,可选
16
- componentProps?: any;
17
- // 插槽名称(组件为插槽类型时,需要设置插槽name),可选
18
- slotName?: string;
19
- // 表单验证规则,可选
20
- rules?: FormItemRule[];
21
- // 是否无需表单项,可选
22
- noFormItem?: boolean;
23
- // 是否为表单输入组件,可选
24
- input?: boolean;
25
- // 子节点列表,可选
26
- children?: ComponentSchema[];
27
- // 插槽列表,可选
28
- slots?: { [slotName: string]: ComponentSchema[] };
29
- // 是否显示(属性编辑组件可以添加函数动态显示隐藏),可选
30
- show?: boolean | ((renderCallbackParams: RenderCallbackParams) => boolean);
31
- // 编辑组件数据,可选(属性编辑另外绑定编辑的数据,默认则为当前选中组件数据)
32
- editData?: any;
33
- // 其他未明确指定的属性
34
- [fieldName: string]: any;
35
- }
36
-
37
- export interface FormConfig {
38
- layout?: string;
39
- labelWidth?: string;
40
- labelLayout: any;
41
- labelCol: any;
42
- wrapperCol: any;
43
- hideRequiredMark?: boolean;
44
- customStyle?: string;
45
- }
46
-
47
- export type FormDataModel = Record<string, any>;
48
-
49
- export interface Designer {
50
- setCheckedNode: (schema?: ComponentSchema) => void;
51
- setHoverNode: (schema: ComponentSchema | null) => void;
52
- setDisableHover: (disableHover?: boolean) => void;
53
- handleToggleDeviceMode: (mode: string) => void;
54
- reset: () => void;
55
- state: DesignerState;
56
- // schemas: ComponentSchema[];
57
- }
58
-
59
- export interface DesignerState {
60
- checkedNode: ComponentSchema | null;
61
- hoverNode: ComponentSchema | null;
62
- disableHover: boolean;
63
- matched: ComponentSchema[];
64
- }
65
-
66
- export interface PageSchema {
67
- schemas: ComponentSchema[];
68
- canvas?: {
69
- width?: string;
70
- height?: string;
71
- mode?: string;
72
-
73
- };
74
- script?: string;
75
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 kchengz
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.