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.
- package/README.md +6 -3
- package/dist/_commonjsHelpers-BVfed4GL.js +28 -0
- package/dist/_commonjsHelpers-DwTZ_eVU.cjs +1 -0
- package/dist/_dayjs_commonjs-external-D9ZbEWhj.js +6 -0
- package/dist/_dayjs_commonjs-external-DWlrxCld.cjs +1 -0
- package/dist/_plugin-vue_export-helper-BHFhmbuH.cjs +1 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/_vue_commonjs-external-BbihI59z.cjs +1 -0
- package/dist/_vue_commonjs-external-NwvjgbHK.js +6 -0
- package/dist/attributeView-DZw_yBnS.cjs +1 -0
- package/dist/attributeView-oQIE06uw.js +105 -0
- package/dist/axios-CXDYiOMX.js +1704 -0
- package/dist/axios-tuVKNgv9.cjs +6 -0
- package/dist/az-C4lqmLYp.js +22 -0
- package/dist/az-CJXcaytS.cjs +1 -0
- package/dist/be--_CkdeMD.cjs +1 -0
- package/dist/be-DJzFjqtL.js +22 -0
- package/dist/bg-BOlG8Um1.js +25 -0
- package/dist/bg-DCT06eJE.cjs +1 -0
- package/dist/bn-bd-B1E6-oJQ.js +33 -0
- package/dist/bn-bd-DaKs5QkR.cjs +1 -0
- package/dist/button-BKT6NVeB.cjs +1 -0
- package/dist/button-BbHi0DmU.js +31 -0
- package/dist/button-Bj-ntCA2.js +27 -0
- package/dist/button-BvmCwtR3.js +27 -0
- package/dist/button-C48gWpMn.cjs +1 -0
- package/dist/button-Cc4KYk3v.cjs +1 -0
- package/dist/ca-BTQUSb29.cjs +1 -0
- package/dist/ca-DCcDFeSK.js +22 -0
- package/dist/card-BOMT_SwB.cjs +1 -0
- package/dist/card-BQ_K3Q8i.js +33 -0
- package/dist/card-BowzD9vN.cjs +1 -0
- package/dist/card-CNGNDzPp.js +31 -0
- package/dist/card-Cdove1KC.js +32 -0
- package/dist/card-hriyYYMn.cjs +1 -0
- package/dist/checkbox-CMr5pERY.cjs +1 -0
- package/dist/checkbox-D8eqzQDX.cjs +1 -0
- package/dist/checkbox-Dp36upb2.js +30 -0
- package/dist/checkbox-LVKgMSjI.js +28 -0
- package/dist/col-0rmM8on4.js +33 -0
- package/dist/col-B1GUMkMK.cjs +1 -0
- package/dist/col-B4lx76O5.cjs +1 -0
- package/dist/col-C_cbW1SI.js +33 -0
- package/dist/col-DXjfnmpf.cjs +1 -0
- package/dist/col-LQvh8U5y.js +30 -0
- package/dist/collapse-B2AXU6Jz.cjs +1 -0
- package/dist/collapse-BSFa_xwh.cjs +1 -0
- package/dist/collapse-CxLG5oyO.js +32 -0
- package/dist/collapse-I4H1VTFf.js +35 -0
- package/dist/collapseItem-CAGqWjGg.cjs +1 -0
- package/dist/collapseItem-CW_HTWvE.js +33 -0
- package/dist/collapseItem-DmnJXvsZ.js +30 -0
- package/dist/collapseItem-FF5A59WT.cjs +1 -0
- package/dist/core/components/asyncLoader/index.vue.d.ts +2 -0
- package/dist/core/components/builder/hooks/useBuilder.d.ts +29 -0
- package/dist/core/components/builder/index.d.ts +2 -0
- package/dist/core/components/builder/src/builder.vue.d.ts +41 -0
- package/dist/core/components/builder/src/types.d.ts +4 -0
- package/dist/core/components/designer/index.d.ts +2 -0
- package/dist/core/components/designer/src/designer.vue.d.ts +98 -0
- package/dist/core/components/designer/src/modules/actionBar/index.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/attributeView/attributeView.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/attributeView/eventView.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/attributeView/styleView.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/componentView/index.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/editContainer/editNodeItem.vue.d.ts +11 -0
- package/dist/core/components/designer/src/modules/editContainer/editScreenContainer.vue.d.ts +20 -0
- package/dist/core/components/designer/src/modules/editContainer/index.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/editContainer/nodeItem.vue.d.ts +9 -0
- package/dist/core/components/designer/src/modules/editContainer/previewJson.vue.d.ts +5 -0
- package/dist/core/components/designer/src/modules/editContainer/previewWidgets.vue.d.ts +5 -0
- package/dist/core/components/designer/src/modules/editContainer/toolbar.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/header/index.vue.d.ts +28 -0
- package/dist/core/components/designer/src/modules/outline/outline.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/preview/index.vue.d.ts +5 -0
- package/dist/core/components/designer/src/modules/rightSidebar/breadcrumb.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/rightSidebar/index.vue.d.ts +2 -0
- package/dist/core/components/designer/src/modules/sourceCode/index.vue.d.ts +2 -0
- package/dist/core/components/designer/src/types.d.ts +46 -0
- package/dist/core/components/icon/index.d.ts +2 -0
- package/dist/core/components/icon/src/icon.vue.d.ts +10 -0
- package/dist/core/components/node/index.d.ts +2 -0
- package/dist/core/components/node/src/dynamicFormItem.vue.d.ts +30 -0
- package/dist/core/components/node/src/node.vue.d.ts +48 -0
- package/dist/core/components/tree/index.d.ts +2 -0
- package/dist/core/components/tree/src/tree.vue.d.ts +49 -0
- package/dist/core/components/tree/src/treeNodeItem.vue.d.ts +7 -0
- package/dist/core/components/tree/src/treeNodes.vue.d.ts +13 -0
- package/dist/core/extensions/EActionEditor/index.vue.d.ts +25 -0
- package/dist/core/extensions/EActionEditor/src/EActionEditorItem.vue.d.ts +50 -0
- package/dist/core/extensions/EActionEditor/src/EActionModal.vue.d.ts +13 -0
- package/dist/core/extensions/EActionEditor/src/EArgsEditor.vue.d.ts +13 -0
- package/dist/core/extensions/EActionEditor/src/EScriptEdit.vue.d.ts +2 -0
- package/dist/core/extensions/EColEditor/index.vue.d.ts +20 -0
- package/dist/core/extensions/EDataSource/index.vue.d.ts +8 -0
- package/dist/core/extensions/EInputSize/index.vue.d.ts +10 -0
- package/dist/core/extensions/EOptionsEditor/index.vue.d.ts +23 -0
- package/dist/core/extensions/EOptionsEditor/optionItem.vue.d.ts +15 -0
- package/dist/core/extensions/ERuleEditor/ERuleItem.vue.d.ts +15 -0
- package/dist/core/extensions/ERuleEditor/data.d.ts +9 -0
- package/dist/core/extensions/ERuleEditor/index.vue.d.ts +29 -0
- package/dist/core/extensions/ERuleEditor/types.d.ts +17 -0
- package/dist/core/extensions/MonacoEditor/index.d.ts +3 -0
- package/dist/core/extensions/MonacoEditor/index.vue.d.ts +45 -0
- package/dist/core/extensions/Page/index.d.ts +3 -0
- package/dist/core/extensions/Page/index.vue.d.ts +24 -0
- package/dist/core/extensions/index.d.ts +2 -0
- package/dist/core/index.d.ts +6 -0
- package/dist/core/types/epic-designer.d.ts +55 -0
- package/dist/cs-CisRL5gQ.js +53 -0
- package/dist/cs-D_hyDJBU.cjs +1 -0
- package/dist/da-DHmiHyZA.cjs +1 -0
- package/dist/da-DhyERRsC.js +22 -0
- package/dist/datePicker-2Df6yfYg.js +40 -0
- package/dist/datePicker-DCH40VJR.cjs +1 -0
- package/dist/de-2hHpT7Ze.cjs +1 -0
- package/dist/de-CjumkRE8.js +27 -0
- package/dist/el-BCec0wpC.cjs +1 -0
- package/dist/el-DyUHskgW.js +22 -0
- package/dist/en-C1ESb179.cjs +1 -0
- package/dist/en-C2YS2Qnb.js +18 -0
- package/dist/en-gb-C8f1Enek.js +23 -0
- package/dist/en-gb-py_kegyw.cjs +1 -0
- package/dist/epic-designer/index.d.ts +3 -0
- package/dist/epic-designer/uno.config.d.ts +2 -0
- package/dist/es-BFLRglxD.cjs +1 -0
- package/dist/es-DP04S73E.js +22 -0
- package/dist/et-DKRhU9OP.cjs +1 -0
- package/dist/et-ipLqjCDG.js +27 -0
- package/dist/eventView-BQ5e-Rco.cjs +1 -0
- package/dist/eventView-BuTYx7tM.js +64 -0
- package/dist/fa-DUcAIQzU.cjs +1 -0
- package/dist/fa-DXE6u9is.js +22 -0
- package/dist/fade-in-scale-up.cssr-BXjoIAAA.js +39 -0
- package/dist/fade-in-scale-up.cssr-C_UMnGtI.cjs +1 -0
- package/dist/fi-Cpkq8dP2.js +27 -0
- package/dist/fi-CyT899pV.cjs +1 -0
- package/dist/form-6cUK-Ari.js +72 -0
- package/dist/form-BPH0cDFl.js +75 -0
- package/dist/form-ChuxpD-f.cjs +1 -0
- package/dist/form-Cr7tBgLQ.js +66 -0
- package/dist/form-CthzLIgs.cjs +1 -0
- package/dist/form-D2qj0Dvr.cjs +1 -0
- package/dist/formItem-0oXWwtrG.cjs +1 -0
- package/dist/formItem-BVnNs1Q9.cjs +1 -0
- package/dist/formItem-D10Om12T.js +22 -0
- package/dist/formItem-DPnbV4m-.js +22 -0
- package/dist/formItem-Do31LPIz.cjs +1 -0
- package/dist/formItem-cj8JQT2r.js +22 -0
- package/dist/fr-D1kezmpm.cjs +1 -0
- package/dist/fr-DoLP2lvG.js +22 -0
- package/dist/fr-ca-D872_l2Z.cjs +1 -0
- package/dist/fr-ca-EPfCD7sc.js +22 -0
- package/dist/ga-B7Rd2JIZ.cjs +1 -0
- package/dist/ga-BcnAx7jm.js +22 -0
- package/dist/gl-CBMDu4db.js +22 -0
- package/dist/gl-DI-aVaAh.cjs +1 -0
- package/dist/he-O14-JKYm.cjs +1 -0
- package/dist/he-VbXQT3dj.js +26 -0
- package/dist/hi-BSHDLwY4.cjs +1 -0
- package/dist/hi-nXeMgLvO.js +22 -0
- package/dist/hooks/common/element.d.ts +42 -0
- package/dist/hooks/common/index.d.ts +2 -0
- package/dist/hooks/common/theme.d.ts +12 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/store/index.d.ts +12 -0
- package/dist/hr-BuVBNZ4z.cjs +1 -0
- package/dist/hr-C3DFfYc9.js +26 -0
- package/dist/hu-Bs3B-9e3.js +44 -0
- package/dist/hu-CXrkHTYq.cjs +1 -0
- package/dist/hy-am-BLnv1pCz.cjs +1 -0
- package/dist/hy-am-CvHDFapi.js +22 -0
- package/dist/icon.vue_vue_type_script_setup_true_lang-D3QdcReY.js +25 -0
- package/dist/icon.vue_vue_type_script_setup_true_lang-DJbUD5AQ.cjs +1 -0
- package/dist/id-CO78nlWo.js +22 -0
- package/dist/id-DG0GoH6p.cjs +1 -0
- package/dist/index-3fW_aWMH.js +1357 -0
- package/dist/index-4PPmJYKt.cjs +51 -0
- package/dist/index-8hE8gNZo.cjs +1 -0
- package/dist/index-B6BQyTQZ.js +104 -0
- package/dist/index-B72l3XQl.js +453 -0
- package/dist/index-B8lWNEk-.cjs +1 -0
- package/dist/index-BB9rZNCd.cjs +181 -0
- package/dist/index-BCk0LJsg.cjs +347 -0
- package/dist/index-BVLGR2QA.cjs +1 -0
- package/dist/index-BVUz9lFN.cjs +325 -0
- package/dist/index-BZf3IisW.cjs +1 -0
- package/dist/index-BccuJTEJ.cjs +1 -0
- package/dist/index-Bhu7a5V1.cjs +10 -0
- package/dist/index-Bj0HJWQW.cjs +1 -0
- package/dist/index-Bo1Sw1k6.js +1509 -0
- package/dist/index-BqD_ySXV.cjs +1 -0
- package/dist/index-BsXm6fLD.js +1493 -0
- package/dist/index-Bu0xFQA6.js +204 -0
- package/dist/index-C78D4bvx.js +682 -0
- package/dist/index-CCeXsiaV.js +581 -0
- package/dist/index-CEPcVhC6.cjs +1 -0
- package/dist/index-CNOUPCih.js +698 -0
- package/dist/index-COyKmK8p.js +1160 -0
- package/dist/index-CR_tJiJv.js +653 -0
- package/dist/index-CUE1ALKr.js +432 -0
- package/dist/index-CWE_REOU.cjs +1 -0
- package/dist/index-Cap7FkuS.cjs +1 -0
- package/dist/index-CgZH_WDO.js +270 -0
- package/dist/index-Ch9jeYmj.cjs +1 -0
- package/dist/index-CjcjqKkB.js +571 -0
- package/dist/index-Cphndmia.cjs +214 -0
- package/dist/index-CsBTnVvp.js +83 -0
- package/dist/index-CuxnFxdY.cjs +1 -0
- package/dist/index-D14r6xyt.cjs +1 -0
- package/dist/index-D1ZL6feZ.js +50484 -0
- package/dist/index-D1f110me.js +71 -0
- package/dist/index-D5WpEOUO.cjs +351 -0
- package/dist/index-DBQ-tc2k.cjs +1 -0
- package/dist/index-DMszow96.cjs +110 -0
- package/dist/index-DQ9Vb0QH.js +759 -0
- package/dist/index-DTzB2pWI.cjs +159 -0
- package/dist/index-DWCSzZfR.cjs +80 -0
- package/dist/index-DWjMyXtP.cjs +1 -0
- package/dist/index-DaRhLTx9.js +1876 -0
- package/dist/index-DcPL6st2.cjs +1 -0
- package/dist/index-DgcFxYFp.js +14 -0
- package/dist/index-DiDIFoTk.js +18 -0
- package/dist/index-DyWFUxn5.js +11674 -0
- package/dist/index-HM72iSCq.js +64 -0
- package/dist/index-Hdc_C4Xg.js +389 -0
- package/dist/index-HkPkpZp-.js +88 -0
- package/dist/index-LpGkgW2u.js +41 -0
- package/dist/index-M-hTLR0c.js +44 -0
- package/dist/index-RdEhd65J.cjs +65 -0
- package/dist/index-XU85x6vz.cjs +9 -0
- package/dist/index-g5ZjtbqH.cjs +102 -0
- package/dist/index-gA02bxwJ.js +5947 -0
- package/dist/index-jx5A2kt8.cjs +850 -0
- package/dist/index-kDCMxtRw.js +4 -0
- package/dist/index-tSmvj7CR.js +1742 -0
- package/dist/index-uaq_HmHi.js +87 -0
- package/dist/index-zYoSB4fa.cjs +9 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +40 -0
- package/dist/is-Bip0ggci.js +30 -0
- package/dist/is-C40R_fdL.cjs +1 -0
- package/dist/it-BFF7WzRR.js +22 -0
- package/dist/it-D7K-0U_k.cjs +1 -0
- package/dist/ja-4CWMghxy.js +24 -0
- package/dist/ja-CAXCMb11.cjs +1 -0
- package/dist/ka-DrA_EMLP.js +22 -0
- package/dist/ka-JF7_8awE.cjs +1 -0
- package/dist/kk-Bv8yYeRk.cjs +1 -0
- package/dist/kk-QVPqpI2b.js +22 -0
- package/dist/km-BmycjYfj.cjs +1 -0
- package/dist/km-CBMnSWv_.js +22 -0
- package/dist/kn-CFiXt5hu.cjs +1 -0
- package/dist/kn-TECqDIit.js +22 -0
- package/dist/ko-DlQtUQ6r.cjs +1 -0
- package/dist/ko-MjoD8l4E.js +24 -0
- package/dist/ku-5MauiT2q.cjs +1 -0
- package/dist/ku-BfqBpklm.js +32 -0
- package/dist/lt-CkWoaAYB.cjs +1 -0
- package/dist/lt-D0cq_0yM.js +26 -0
- package/dist/lv-CVdYvxq8.js +22 -0
- package/dist/lv-CoTNe47-.cjs +1 -0
- package/dist/mk-DDuk7A3P.js +22 -0
- package/dist/mk-DVN6iYK_.cjs +1 -0
- package/dist/ml-CPI3tJe8.js +22 -0
- package/dist/ml-DnXJOqZ0.cjs +1 -0
- package/dist/mn-CNbMEx0y.js +22 -0
- package/dist/mn-DMIrWGkN.cjs +1 -0
- package/dist/modal-3Iw7tqyx.js +85 -0
- package/dist/modal-BPJM1Muh.js +59 -0
- package/dist/modal-BYw2WLwG.cjs +1 -0
- package/dist/modal-D4cRUUVN.js +74 -0
- package/dist/modal-DZRJyZfk.cjs +1 -0
- package/dist/modal-_fid8E1T.cjs +1 -0
- package/dist/ms-my-BcgYEtml.js +22 -0
- package/dist/ms-my-BoMZ8Hzl.cjs +1 -0
- package/dist/nb-BL5QmNEa.js +22 -0
- package/dist/nb-BdFW_T0n.cjs +1 -0
- package/dist/ne-9klrwaIE.js +24 -0
- package/dist/ne-VNPqdWFn.cjs +1 -0
- package/dist/nl-DBFNL8wC.cjs +1 -0
- package/dist/nl-DxyA21TA.js +22 -0
- package/dist/nl-be-Bo6vnbHY.cjs +1 -0
- package/dist/nl-be-Di_N4z2D.js +22 -0
- package/dist/outline-UAdT8ap6.cjs +1 -0
- package/dist/outline-utbOTCBV.js +54 -0
- package/dist/pl-BbDu9Cfd.js +47 -0
- package/dist/pl-De2Dm_kD.cjs +1 -0
- package/dist/pluginManager-D8PM7ICc.js +383 -0
- package/dist/pluginManager-itCTrGag.cjs +1 -0
- package/dist/pt-BaTZB0XW.cjs +1 -0
- package/dist/pt-CKDbEzZ-.js +22 -0
- package/dist/pt-br-B_N58uu_.cjs +1 -0
- package/dist/pt-br-C1mqj5qX.js +22 -0
- package/dist/radio-ChBAvqeY.js +32 -0
- package/dist/radio-D3AHEMXb.cjs +1 -0
- package/dist/radio-DAOm4xuJ.js +30 -0
- package/dist/radio-J90E17Sb.cjs +1 -0
- package/dist/ro-Cnuhxb40.cjs +1 -0
- package/dist/ro-V1i-UrkP.js +22 -0
- package/dist/row-B28N4Nao.cjs +1 -0
- package/dist/row-BC69rVQW.js +32 -0
- package/dist/row-BX4lrSir.js +33 -0
- package/dist/row-BpXp0tC3.cjs +1 -0
- package/dist/row-CkyJ9pQh.js +35 -0
- package/dist/row-NNlPGZRG.cjs +1 -0
- package/dist/ru-CCbLARi0.js +37 -0
- package/dist/ru-_du5Xwu3.cjs +1 -0
- package/dist/script/src/check-compiled.d.ts +1 -0
- package/dist/select-B8HCbraJ.js +29 -0
- package/dist/select-D6bRz5G2.cjs +1 -0
- package/dist/sign-CdhDIjlg.js +138 -0
- package/dist/sign-Dx0d5kWo.cjs +1 -0
- package/dist/sk-DD18bemk.js +53 -0
- package/dist/sk-DRjgEzVO.cjs +1 -0
- package/dist/sl-CL8MnX8D.js +56 -0
- package/dist/sl-nqW7xzZa.cjs +1 -0
- package/dist/sr-BiP5qrT7.js +29 -0
- package/dist/sr-BnjILg54.cjs +1 -0
- package/dist/style.css +1 -0
- package/dist/styleView-BrdzlBZA.cjs +1 -0
- package/dist/styleView-CeqIxdNC.js +105 -0
- package/dist/sv-6b7oq_fA.cjs +1 -0
- package/dist/sv-DxlAeqP5.js +23 -0
- package/dist/ta-CsfYqZQU.js +22 -0
- package/dist/ta-HTr6IFsZ.cjs +1 -0
- package/dist/th-C-CGWPlT.cjs +1 -0
- package/dist/th-CC5sx7mS.js +22 -0
- package/dist/tr-CCMwF27-.js +22 -0
- package/dist/tr-z7Blusoy.cjs +1 -0
- package/dist/tree.vue_vue_type_script_setup_true_lang-BVopU0uv.cjs +1 -0
- package/dist/tree.vue_vue_type_script_setup_true_lang-Bnl1CGxG.js +242 -0
- package/dist/ui/antd/button/button.vue.d.ts +30 -0
- package/dist/ui/antd/button/index.d.ts +3 -0
- package/dist/ui/antd/card/card.d.ts +20 -0
- package/dist/ui/antd/card/index.d.ts +3 -0
- package/dist/ui/antd/cascader/index.d.ts +3 -0
- package/dist/ui/antd/checkbox/index.d.ts +3 -0
- package/dist/ui/antd/col/col.d.ts +20 -0
- package/dist/ui/antd/col/index.d.ts +3 -0
- package/dist/ui/antd/color-picker/index.d.ts +3 -0
- package/dist/ui/antd/date-picker/datePicker.d.ts +29 -0
- package/dist/ui/antd/date-picker/index.d.ts +3 -0
- package/dist/ui/antd/form/form.vue.d.ts +64 -0
- package/dist/ui/antd/form/index.d.ts +3 -0
- package/dist/ui/antd/form-item/formItem.vue.d.ts +18 -0
- package/dist/ui/antd/form-item/index.d.ts +3 -0
- package/dist/ui/antd/index.cjs +10 -0
- package/dist/ui/antd/index.d.ts +7 -0
- package/dist/ui/antd/index.js +3117 -0
- package/dist/ui/antd/input/index.d.ts +3 -0
- package/dist/ui/antd/input-number/index.d.ts +3 -0
- package/dist/ui/antd/input-password/index.d.ts +3 -0
- package/dist/ui/antd/modal/index.d.ts +3 -0
- package/dist/ui/antd/modal/modal.vue.d.ts +42 -0
- package/dist/ui/antd/radio/index.d.ts +3 -0
- package/dist/ui/antd/row/index.d.ts +3 -0
- package/dist/ui/antd/row/row.d.ts +20 -0
- package/dist/ui/antd/select/index.d.ts +3 -0
- package/dist/ui/antd/slider/index.d.ts +3 -0
- package/dist/ui/antd/switch/index.d.ts +3 -0
- package/dist/ui/antd/textarea/index.d.ts +3 -0
- package/dist/ui/antd/time-picker/index.d.ts +3 -0
- package/dist/ui/antd/upload-file/index.d.ts +3 -0
- package/dist/ui/antd/upload-file/uploadFile.d.ts +21 -0
- package/dist/ui/antd/upload-image/index.d.ts +3 -0
- package/dist/ui/antd/upload-image/uploadImage.vue.d.ts +28 -0
- package/dist/ui/elementPlus/button/button.d.ts +18 -0
- package/dist/ui/elementPlus/button/index.d.ts +3 -0
- package/dist/ui/elementPlus/card/card.d.ts +20 -0
- package/dist/ui/elementPlus/card/index.d.ts +3 -0
- package/dist/ui/elementPlus/cascader/index.d.ts +3 -0
- package/dist/ui/elementPlus/checkbox/checkbox.d.ts +6 -0
- package/dist/ui/elementPlus/checkbox/index.d.ts +3 -0
- package/dist/ui/elementPlus/col/col.d.ts +20 -0
- package/dist/ui/elementPlus/col/index.d.ts +3 -0
- package/dist/ui/elementPlus/collapse/collapse.d.ts +20 -0
- package/dist/ui/elementPlus/collapse/index.d.ts +3 -0
- package/dist/ui/elementPlus/collapse-item/collapseItem.d.ts +20 -0
- package/dist/ui/elementPlus/collapse-item/index.d.ts +3 -0
- package/dist/ui/elementPlus/color-picker/index.d.ts +3 -0
- package/dist/ui/elementPlus/date-picker/index.d.ts +3 -0
- package/dist/ui/elementPlus/form/form.vue.d.ts +62 -0
- package/dist/ui/elementPlus/form/index.d.ts +3 -0
- package/dist/ui/elementPlus/formItem/formItem.vue.d.ts +18 -0
- package/dist/ui/elementPlus/formItem/index.d.ts +3 -0
- package/dist/ui/elementPlus/index.cjs +1 -0
- package/dist/ui/elementPlus/index.d.ts +6 -0
- package/dist/ui/elementPlus/index.js +2721 -0
- package/dist/ui/elementPlus/input/index.d.ts +3 -0
- package/dist/ui/elementPlus/input-number/index.d.ts +3 -0
- package/dist/ui/elementPlus/modal/index.d.ts +3 -0
- package/dist/ui/elementPlus/modal/modal.d.ts +22 -0
- package/dist/ui/elementPlus/radio/index.d.ts +3 -0
- package/dist/ui/elementPlus/radio/radio.d.ts +6 -0
- package/dist/ui/elementPlus/row/index.d.ts +3 -0
- package/dist/ui/elementPlus/row/row.d.ts +20 -0
- package/dist/ui/elementPlus/select/index.d.ts +3 -0
- package/dist/ui/elementPlus/select/select.d.ts +6 -0
- package/dist/ui/elementPlus/sign/index.d.ts +3 -0
- package/dist/ui/elementPlus/slider/index.d.ts +3 -0
- package/dist/ui/elementPlus/switch/index.d.ts +3 -0
- package/dist/ui/elementPlus/textarea/index.d.ts +3 -0
- package/dist/ui/elementPlus/upload-file/index.d.ts +3 -0
- package/dist/ui/elementPlus/upload-file/uploadFile.d.ts +20 -0
- package/dist/ui/elementPlus/upload-image/index.d.ts +3 -0
- package/dist/ui/elementPlus/upload-image/uploadImage.d.ts +20 -0
- package/dist/ui/index.d.ts +3 -0
- package/dist/ui/naiveUi/button/button.d.ts +18 -0
- package/dist/ui/naiveUi/button/index.d.ts +3 -0
- package/dist/ui/naiveUi/card/card.d.ts +20 -0
- package/dist/ui/naiveUi/card/index.d.ts +3 -0
- package/dist/ui/naiveUi/cascader/index.d.ts +3 -0
- package/dist/ui/naiveUi/checkbox/checkbox.d.ts +6 -0
- package/dist/ui/naiveUi/checkbox/index.d.ts +3 -0
- package/dist/ui/naiveUi/col/col.d.ts +20 -0
- package/dist/ui/naiveUi/col/index.d.ts +3 -0
- package/dist/ui/naiveUi/collapse/collapse.d.ts +20 -0
- package/dist/ui/naiveUi/collapse/index.d.ts +3 -0
- package/dist/ui/naiveUi/collapse-item/collapseItem.d.ts +20 -0
- package/dist/ui/naiveUi/collapse-item/index.d.ts +3 -0
- package/dist/ui/naiveUi/color-picker/index.d.ts +3 -0
- package/dist/ui/naiveUi/date-picker/index.d.ts +3 -0
- package/dist/ui/naiveUi/form/index.d.ts +3 -0
- package/dist/ui/naiveUi/form-item/formItem.vue.d.ts +18 -0
- package/dist/ui/naiveUi/form-item/index.d.ts +3 -0
- package/dist/ui/naiveUi/index.cjs +1 -0
- package/dist/ui/naiveUi/index.d.ts +2 -0
- package/dist/ui/naiveUi/index.js +2361 -0
- package/dist/ui/naiveUi/input/index.d.ts +3 -0
- package/dist/ui/naiveUi/input-number/index.d.ts +3 -0
- package/dist/ui/naiveUi/modal/index.d.ts +3 -0
- package/dist/ui/naiveUi/modal/modal.d.ts +22 -0
- package/dist/ui/naiveUi/radio/index.d.ts +3 -0
- package/dist/ui/naiveUi/radio/radio.d.ts +6 -0
- package/dist/ui/naiveUi/row/index.d.ts +3 -0
- package/dist/ui/naiveUi/row/row.d.ts +20 -0
- package/dist/ui/naiveUi/select/index.d.ts +3 -0
- package/dist/ui/naiveUi/slider/index.d.ts +3 -0
- package/dist/ui/naiveUi/switch/index.d.ts +3 -0
- package/dist/ui/naiveUi/upload-file/index.d.ts +3 -0
- package/dist/ui/naiveUi/upload-file/uploadFile.d.ts +20 -0
- package/dist/ui/naiveUi/upload-image/index.d.ts +3 -0
- package/dist/ui/naiveUi/upload-image/uploadImage.d.ts +20 -0
- package/dist/uk-Ba9IHfoi.js +31 -0
- package/dist/uk-Cc6k-QUE.cjs +1 -0
- package/dist/uploadFile-BU5cBhab.js +67 -0
- package/dist/uploadFile-C3HY1r-N.js +78 -0
- package/dist/uploadFile-COrVkbrU.js +70 -0
- package/dist/uploadFile-Dv3Rsw56.cjs +1 -0
- package/dist/uploadFile-LCUznBf2.cjs +1 -0
- package/dist/uploadFile-z7Ko58XG.cjs +1 -0
- package/dist/uploadImage-BQhv5ymq.cjs +1 -0
- package/dist/uploadImage-CYV7X1sG.js +88 -0
- package/dist/uploadImage-CnNnAISs.js +84 -0
- package/dist/uploadImage-Db_66X3C.js +93 -0
- package/dist/uploadImage-nwjqcVFU.cjs +1 -0
- package/dist/uploadImage-xU0He_aO.cjs +1 -0
- package/dist/ur-C0tmW1hr.js +22 -0
- package/dist/ur-CPEUOWqh.cjs +1 -0
- package/dist/utils/__test__/common/debounce.test.d.ts +1 -0
- package/dist/utils/__test__/common/deepClone.test.d.ts +1 -0
- package/dist/utils/__test__/common/deepCompareAndModify.test.d.ts +1 -0
- package/dist/utils/__test__/common/deepEqual.test.d.ts +1 -0
- package/dist/utils/__test__/common/findSchemaById.test.d.ts +1 -0
- package/dist/utils/__test__/common/findSchemas.test.d.ts +1 -0
- package/dist/utils/__test__/common/getFormSchemas.test.d.ts +1 -0
- package/dist/utils/__test__/common/getMatchedById.test.d.ts +1 -0
- package/dist/utils/__test__/common/getUUID.test.d.ts +1 -0
- package/dist/utils/__test__/common/getValueByPath.test.d.ts +1 -0
- package/dist/utils/__test__/common/mapSchemas.test.d.ts +1 -0
- package/dist/utils/__test__/common/setValueByPath.test.d.ts +1 -0
- package/dist/utils/__test__/manager/pageManager.test.d.ts +1 -0
- package/dist/utils/__test__/manager/revoke.test.d.ts +1 -0
- package/dist/utils/common/common.d.ts +7 -0
- package/dist/utils/common/component.d.ts +7 -0
- package/dist/utils/common/data.d.ts +119 -0
- package/dist/utils/common/eventBus.d.ts +2 -0
- package/dist/utils/common/index.d.ts +5 -0
- package/dist/utils/common/string.d.ts +11 -0
- package/dist/utils/index.d.ts +2 -0
- package/{packages/utils/manager/index.ts → dist/utils/manager/index.d.ts} +3 -3
- package/dist/utils/manager/pageManager.d.ts +26 -0
- package/dist/utils/manager/pluginManager.d.ts +379 -0
- package/dist/utils/manager/revoke.d.ts +40 -0
- package/dist/utils-BM69FtWE.js +66 -0
- package/dist/utils-zEcOzoWV.cjs +1 -0
- package/dist/vi-Dyfq5Qgz.cjs +1 -0
- package/dist/vi-j1PGHz1o.js +22 -0
- package/dist/vuedraggable.umd-BqhSJIAi.cjs +10 -0
- package/dist/vuedraggable.umd-D2S7Eo7p.js +4425 -0
- package/dist/zh-cn-BKQHxHe9.cjs +1 -0
- package/dist/zh-cn-BYui8_WB.js +25 -0
- package/dist/zh-hk-QZ4a6JLR.js +25 -0
- package/dist/zh-hk-hNFRxlrX.cjs +1 -0
- package/dist/zh-tw-BT16WIrT.js +25 -0
- package/dist/zh-tw-SGOlw9Wo.cjs +1 -0
- package/package.json +75 -49
- package/.eslintrc.js +0 -10
- package/.vscode/extensions.json +0 -3
- package/.vscode/settings.json +0 -6
- package/docs/.vitepress/config.ts +0 -163
- package/docs/.vitepress/theme/custom.css +0 -38
- package/docs/.vitepress/theme/index.ts +0 -7
- package/docs/.vitepress/theme/style.css +0 -44
- package/docs/guide/about/about.md +0 -24
- package/docs/guide/action/customFunctions.md +0 -560
- package/docs/guide/components/EBuilder.md +0 -546
- package/docs/guide/components/EDesigner.md +0 -120
- package/docs/guide/copyright/copyright.md +0 -38
- package/docs/guide/extensions/actionBar.md +0 -55
- package/docs/guide/extensions/component.md +0 -115
- package/docs/guide/extensions/icon.md +0 -111
- package/docs/guide/extensions/publicMethods.md +0 -52
- package/docs/guide/extensions/rightSidebar.md +0 -57
- package/docs/guide/start/dark-mode.md +0 -149
- package/docs/guide/start/i18n-cn.md +0 -39
- package/docs/guide/start/index.md +0 -59
- package/docs/guide/start/layoutGuide.md +0 -0
- package/docs/guide/start/quick-start.md +0 -194
- package/docs/guide/start/theme.md +0 -125
- package/docs/guide/utils/pageManager.md +0 -97
- package/docs/guide/utils/pluginManager.md +0 -227
- package/docs/index.md +0 -41
- package/docs/package.json +0 -15
- package/docs/public/certificate.jpg +0 -0
- package/docs/public/dark.png +0 -0
- package/docs/public/favicon.ico +0 -0
- package/docs/public/icons/demo.css +0 -539
- package/docs/public/icons/demo_index.html +0 -589
- package/docs/public/icons/iconfont.css +0 -379
- package/docs/public/icons/iconfont.js +0 -1
- package/docs/public/icons/iconfont.json +0 -646
- package/docs/public/icons/iconfont.ttf +0 -0
- package/docs/public/icons/iconfont.woff +0 -0
- package/docs/public/icons/iconfont.woff2 +0 -0
- package/docs/public/icons/iconify.css +0 -271
- package/docs/public/icons/iconify.html +0 -333
- package/docs/public/layout.jpg +0 -0
- package/docs/public/logo.png +0 -0
- package/docs/public/theme.jpg +0 -0
- package/docs/updateLog.md +0 -461
- package/docs/vite.config.ts +0 -18
- package/docs//345/210/235/345/247/213/345/214/226/345/270/203/345/261/200.jpg +0 -0
- package/docs//350/256/276/350/256/241/345/231/250/344/273/213/347/273/215.md +0 -21
- package/docs//350/256/276/350/256/241/345/231/250/345/270/203/345/261/200.jpg +0 -0
- package/examples/README.md +0 -18
- package/examples/index.html +0 -14
- package/examples/package.json +0 -28
- package/examples/public/favicon.ico +0 -0
- package/examples/src/App.vue +0 -5
- package/examples/src/assets/logo.png +0 -0
- package/examples/src/layout/baseLayout.vue +0 -3
- package/examples/src/layout/components/Header/index.vue +0 -104
- package/examples/src/layout/components/Main/Maximize.vue +0 -77
- package/examples/src/layout/components/Main/index.vue +0 -16
- package/examples/src/layout/components/Menu/index.vue +0 -49
- package/examples/src/layout/index.vue +0 -26
- package/examples/src/main.ts +0 -6
- package/examples/src/router/index.ts +0 -122
- package/examples/src/style/reset.css +0 -253
- package/examples/src/style.less +0 -44
- package/examples/src/views/builder/basic/index.vue +0 -300
- package/examples/src/views/builder/customForm/index.vue +0 -227
- package/examples/src/views/builder/disableDisplay/index.vue +0 -153
- package/examples/src/views/builder/disableDisplay copy/index.vue +0 -111
- package/examples/src/views/builder/loadData/index.vue +0 -69
- package/examples/src/views/builder/loadFormData/index.vue +0 -195
- package/examples/src/views/builder/sum/index.vue +0 -127
- package/examples/src/views/designer/basic/index.vue +0 -62
- package/examples/src/views/designer/formMode/index.vue +0 -22
- package/examples/src/views/designer/loadData/index.vue +0 -63
- package/examples/src/vite-env.d.ts +0 -1
- package/examples/tsconfig.json +0 -27
- package/examples/tsconfig.node.json +0 -10
- package/examples/uno.config.ts +0 -2
- package/examples/vite.config.ts +0 -32
- package/packages/core/LICENSE +0 -21
- package/packages/core/components/asyncLoader/index.less +0 -92
- package/packages/core/components/asyncLoader/index.vue +0 -7
- package/packages/core/components/builder/hooks/useBuilder.ts +0 -132
- package/packages/core/components/builder/index.ts +0 -3
- package/packages/core/components/builder/src/builder.vue +0 -131
- package/packages/core/components/builder/src/types.ts +0 -4
- package/packages/core/components/designer/index.ts +0 -3
- package/packages/core/components/designer/src/designer.vue +0 -337
- package/packages/core/components/designer/src/index.less +0 -81
- package/packages/core/components/designer/src/modules/actionBar/index.less +0 -80
- package/packages/core/components/designer/src/modules/actionBar/index.vue +0 -50
- package/packages/core/components/designer/src/modules/attributeView/attributeView.vue +0 -124
- package/packages/core/components/designer/src/modules/attributeView/eventView.vue +0 -77
- package/packages/core/components/designer/src/modules/attributeView/index.less +0 -36
- package/packages/core/components/designer/src/modules/attributeView/styleView.vue +0 -117
- package/packages/core/components/designer/src/modules/componentView/index.less +0 -61
- package/packages/core/components/designer/src/modules/componentView/index.vue +0 -127
- package/packages/core/components/designer/src/modules/editContainer/editNodeItem.vue +0 -87
- package/packages/core/components/designer/src/modules/editContainer/editScreenContainer.vue +0 -227
- package/packages/core/components/designer/src/modules/editContainer/index.less +0 -159
- package/packages/core/components/designer/src/modules/editContainer/index.vue +0 -36
- package/packages/core/components/designer/src/modules/editContainer/nodeItem.vue +0 -93
- package/packages/core/components/designer/src/modules/editContainer/previewJson.vue +0 -60
- package/packages/core/components/designer/src/modules/editContainer/previewWidgets.vue +0 -390
- package/packages/core/components/designer/src/modules/editContainer/toolbar.vue +0 -258
- package/packages/core/components/designer/src/modules/header/index.less +0 -16
- package/packages/core/components/designer/src/modules/header/index.vue +0 -72
- package/packages/core/components/designer/src/modules/outline/index.less +0 -7
- package/packages/core/components/designer/src/modules/outline/outline.vue +0 -56
- package/packages/core/components/designer/src/modules/preview/index.less +0 -0
- package/packages/core/components/designer/src/modules/preview/index.vue +0 -103
- package/packages/core/components/designer/src/modules/rightSidebar/breadcrumb.vue +0 -30
- package/packages/core/components/designer/src/modules/rightSidebar/index.less +0 -74
- package/packages/core/components/designer/src/modules/rightSidebar/index.vue +0 -67
- package/packages/core/components/designer/src/modules/sourceCode/index.less +0 -7
- package/packages/core/components/designer/src/modules/sourceCode/index.vue +0 -37
- package/packages/core/components/designer/src/types.ts +0 -51
- package/packages/core/components/icon/index.ts +0 -2
- package/packages/core/components/icon/src/icon.vue +0 -28
- package/packages/core/components/node/index.ts +0 -2
- package/packages/core/components/node/src/dynamicFormItem.vue +0 -38
- package/packages/core/components/node/src/node.vue +0 -400
- package/packages/core/components/tree/index.ts +0 -2
- package/packages/core/components/tree/src/index.less +0 -117
- package/packages/core/components/tree/src/tree.vue +0 -113
- package/packages/core/components/tree/src/treeNodeItem.vue +0 -120
- package/packages/core/components/tree/src/treeNodes.vue +0 -70
- package/packages/core/extensions/EActionEditor/index.less +0 -177
- package/packages/core/extensions/EActionEditor/index.vue +0 -160
- package/packages/core/extensions/EActionEditor/src/EActionEditorItem.vue +0 -133
- package/packages/core/extensions/EActionEditor/src/EActionModal.vue +0 -258
- package/packages/core/extensions/EActionEditor/src/EArgsEditor.vue +0 -61
- package/packages/core/extensions/EActionEditor/src/EScriptEdit.vue +0 -26
- package/packages/core/extensions/EColEditor/index.less +0 -24
- package/packages/core/extensions/EColEditor/index.vue +0 -65
- package/packages/core/extensions/EDataSource/index.less +0 -170
- package/packages/core/extensions/EDataSource/index.vue +0 -441
- package/packages/core/extensions/EInputSize/index.vue +0 -59
- package/packages/core/extensions/EOptionsEditor/index.vue +0 -195
- package/packages/core/extensions/EOptionsEditor/optionItem.vue +0 -72
- package/packages/core/extensions/ERuleEditor/ERuleItem.vue +0 -136
- package/packages/core/extensions/ERuleEditor/data.ts +0 -24
- package/packages/core/extensions/ERuleEditor/index.less +0 -17
- package/packages/core/extensions/ERuleEditor/index.vue +0 -157
- package/packages/core/extensions/ERuleEditor/types.ts +0 -17
- package/packages/core/extensions/MonacoEditor/index.ts +0 -31
- package/packages/core/extensions/MonacoEditor/index.vue +0 -150
- package/packages/core/extensions/Page/index.ts +0 -23
- package/packages/core/extensions/Page/index.vue +0 -27
- package/packages/core/extensions/index.ts +0 -58
- package/packages/core/index.less +0 -24
- package/packages/core/index.ts +0 -35
- package/packages/core/package.json +0 -59
- package/packages/core/static/icons/iconify.css +0 -271
- package/packages/core/static/logo.png +0 -0
- package/packages/core/tsconfig.json +0 -19
- package/packages/core/types/epic-designer.ts +0 -75
- package/packages/epic-designer/LICENSE +0 -21
- package/packages/epic-designer/README.md +0 -239
- package/packages/epic-designer/package.json +0 -74
- package/packages/hooks/LICENSE +0 -21
- package/packages/hooks/common/element.ts +0 -170
- package/packages/hooks/common/index.ts +0 -2
- package/packages/hooks/common/theme.ts +0 -84
- package/packages/hooks/index.ts +0 -2
- package/packages/hooks/package.json +0 -7
- package/packages/hooks/store/index.ts +0 -30
- package/packages/hooks/tsconfig.json +0 -19
- package/packages/script/package.json +0 -17
- package/packages/script/src/check-compiled.ts +0 -22
- package/packages/script/tsconfig.json +0 -10
- package/packages/ui/LICENSE +0 -21
- package/packages/ui/antd/button/button.vue +0 -16
- package/packages/ui/antd/button/index.ts +0 -203
- package/packages/ui/antd/card/card.ts +0 -31
- package/packages/ui/antd/card/index.ts +0 -64
- package/packages/ui/antd/cascader/cascader.vue +0 -23
- package/packages/ui/antd/cascader/index.ts +0 -200
- package/packages/ui/antd/checkbox/index.ts +0 -100
- package/packages/ui/antd/col/col.ts +0 -31
- package/packages/ui/antd/col/index.ts +0 -22
- package/packages/ui/antd/color-picker/index.ts +0 -108
- package/packages/ui/antd/date-picker/datePicker.ts +0 -47
- package/packages/ui/antd/date-picker/index.ts +0 -304
- package/packages/ui/antd/form/form.vue +0 -115
- package/packages/ui/antd/form/index.ts +0 -196
- package/packages/ui/antd/form-item/formItem.vue +0 -15
- package/packages/ui/antd/form-item/index.ts +0 -11
- package/packages/ui/antd/index.less +0 -33
- package/packages/ui/antd/index.ts +0 -306
- package/packages/ui/antd/input/index.ts +0 -170
- package/packages/ui/antd/input-number/index.ts +0 -182
- package/packages/ui/antd/input-password/index.ts +0 -153
- package/packages/ui/antd/modal/index.ts +0 -19
- package/packages/ui/antd/modal/modal.vue +0 -82
- package/packages/ui/antd/radio/index.ts +0 -106
- package/packages/ui/antd/row/index.ts +0 -115
- package/packages/ui/antd/row/row.ts +0 -31
- package/packages/ui/antd/select/index.ts +0 -230
- package/packages/ui/antd/slider/index.ts +0 -148
- package/packages/ui/antd/switch/index.ts +0 -142
- package/packages/ui/antd/textarea/index.ts +0 -163
- package/packages/ui/antd/time-picker/index.ts +0 -191
- package/packages/ui/antd/upload-file/index.ts +0 -89
- package/packages/ui/antd/upload-file/uploadFile.ts +0 -119
- package/packages/ui/antd/upload-image/index.ts +0 -70
- package/packages/ui/antd/upload-image/uploadImage.vue +0 -148
- package/packages/ui/elementPlus/button/button.ts +0 -24
- package/packages/ui/elementPlus/button/index.ts +0 -129
- package/packages/ui/elementPlus/card/card.ts +0 -36
- package/packages/ui/elementPlus/card/index.ts +0 -51
- package/packages/ui/elementPlus/cascader/index.ts +0 -222
- package/packages/ui/elementPlus/checkbox/checkbox.ts +0 -26
- package/packages/ui/elementPlus/checkbox/index.ts +0 -148
- package/packages/ui/elementPlus/col/col.ts +0 -31
- package/packages/ui/elementPlus/col/index.ts +0 -21
- package/packages/ui/elementPlus/collapse/collapse.ts +0 -32
- package/packages/ui/elementPlus/collapse/index.ts +0 -41
- package/packages/ui/elementPlus/collapse-item/collapseItem.ts +0 -31
- package/packages/ui/elementPlus/collapse-item/index.ts +0 -12
- package/packages/ui/elementPlus/color-picker/index.ts +0 -111
- package/packages/ui/elementPlus/date-picker/index.ts +0 -219
- package/packages/ui/elementPlus/form/form.vue +0 -110
- package/packages/ui/elementPlus/form/index.ts +0 -150
- package/packages/ui/elementPlus/formItem/formItem.vue +0 -15
- package/packages/ui/elementPlus/formItem/index.ts +0 -11
- package/packages/ui/elementPlus/index.less +0 -79
- package/packages/ui/elementPlus/index.ts +0 -91
- package/packages/ui/elementPlus/input/index.ts +0 -180
- package/packages/ui/elementPlus/input-number/index.ts +0 -146
- package/packages/ui/elementPlus/modal/index.ts +0 -18
- package/packages/ui/elementPlus/modal/modal.ts +0 -68
- package/packages/ui/elementPlus/radio/index.ts +0 -129
- package/packages/ui/elementPlus/radio/radio.ts +0 -32
- package/packages/ui/elementPlus/row/index.ts +0 -106
- package/packages/ui/elementPlus/row/row.ts +0 -32
- package/packages/ui/elementPlus/select/index.ts +0 -291
- package/packages/ui/elementPlus/select/select.ts +0 -29
- package/packages/ui/elementPlus/sign/index.ts +0 -97
- package/packages/ui/elementPlus/sign/sign.vue +0 -207
- package/packages/ui/elementPlus/slider/index.ts +0 -238
- package/packages/ui/elementPlus/switch/index.ts +0 -160
- package/packages/ui/elementPlus/textarea/index.ts +0 -155
- package/packages/ui/elementPlus/upload-file/index.ts +0 -87
- package/packages/ui/elementPlus/upload-file/uploadFile.ts +0 -114
- package/packages/ui/elementPlus/upload-image/index.ts +0 -87
- package/packages/ui/elementPlus/upload-image/uploadImage.ts +0 -150
- package/packages/ui/index.ts +0 -22
- package/packages/ui/naiveUi/button/button.ts +0 -25
- package/packages/ui/naiveUi/button/index.ts +0 -148
- package/packages/ui/naiveUi/card/card.ts +0 -32
- package/packages/ui/naiveUi/card/index.ts +0 -26
- package/packages/ui/naiveUi/cascader/index.ts +0 -222
- package/packages/ui/naiveUi/checkbox/checkbox.ts +0 -27
- package/packages/ui/naiveUi/checkbox/index.ts +0 -117
- package/packages/ui/naiveUi/col/col.ts +0 -30
- package/packages/ui/naiveUi/col/index.ts +0 -21
- package/packages/ui/naiveUi/collapse/collapse.ts +0 -31
- package/packages/ui/naiveUi/collapse/index.ts +0 -40
- package/packages/ui/naiveUi/collapse-item/collapseItem.ts +0 -31
- package/packages/ui/naiveUi/collapse-item/index.ts +0 -12
- package/packages/ui/naiveUi/color-picker/index.ts +0 -182
- package/packages/ui/naiveUi/date-picker/index.ts +0 -213
- package/packages/ui/naiveUi/form/form.vue +0 -98
- package/packages/ui/naiveUi/form/index.ts +0 -147
- package/packages/ui/naiveUi/form-item/formItem.vue +0 -15
- package/packages/ui/naiveUi/form-item/index.ts +0 -10
- package/packages/ui/naiveUi/index.less +0 -33
- package/packages/ui/naiveUi/index.ts +0 -80
- package/packages/ui/naiveUi/input/index.ts +0 -221
- package/packages/ui/naiveUi/input-number/index.ts +0 -145
- package/packages/ui/naiveUi/modal/index.ts +0 -18
- package/packages/ui/naiveUi/modal/modal.ts +0 -83
- package/packages/ui/naiveUi/radio/index.ts +0 -97
- package/packages/ui/naiveUi/radio/radio.ts +0 -27
- package/packages/ui/naiveUi/row/index.ts +0 -106
- package/packages/ui/naiveUi/row/row.ts +0 -31
- package/packages/ui/naiveUi/select/index.ts +0 -197
- package/packages/ui/naiveUi/slider/index.ts +0 -182
- package/packages/ui/naiveUi/switch/index.ts +0 -136
- package/packages/ui/naiveUi/upload-file/index.ts +0 -83
- package/packages/ui/naiveUi/upload-file/uploadFile.ts +0 -78
- package/packages/ui/naiveUi/upload-image/index.ts +0 -83
- package/packages/ui/naiveUi/upload-image/uploadImage.ts +0 -151
- package/packages/ui/package.json +0 -17
- package/packages/ui/tsconfig.json +0 -19
- package/packages/utils/LICENSE +0 -21
- package/packages/utils/__test__/common/debounce.test.ts +0 -44
- package/packages/utils/__test__/common/deepClone.test.ts +0 -42
- package/packages/utils/__test__/common/deepCompareAndModify.test.ts +0 -84
- package/packages/utils/__test__/common/deepEqual.test.ts +0 -105
- package/packages/utils/__test__/common/findSchemaById.test.ts +0 -80
- package/packages/utils/__test__/common/findSchemas.test.ts +0 -98
- package/packages/utils/__test__/common/getFormSchemas.test.ts +0 -124
- package/packages/utils/__test__/common/getMatchedById.test.ts +0 -79
- package/packages/utils/__test__/common/getUUID.test.ts +0 -30
- package/packages/utils/__test__/common/getValueByPath.test.ts +0 -54
- package/packages/utils/__test__/common/mapSchemas.test.ts +0 -98
- package/packages/utils/__test__/common/setValueByPath.test.ts +0 -69
- package/packages/utils/__test__/manager/pageManager.test.ts +0 -75
- package/packages/utils/__test__/manager/revoke.test.ts +0 -103
- package/packages/utils/common/common.ts +0 -18
- package/packages/utils/common/component.ts +0 -22
- package/packages/utils/common/data.ts +0 -662
- package/packages/utils/common/eventBus.ts +0 -4
- package/packages/utils/common/index.ts +0 -5
- package/packages/utils/common/string.ts +0 -24
- package/packages/utils/index.ts +0 -2
- package/packages/utils/manager/pageManager.ts +0 -238
- package/packages/utils/manager/pluginManager.ts +0 -633
- package/packages/utils/manager/revoke.ts +0 -124
- package/packages/utils/package.json +0 -7
- package/packages/utils/tsconfig.json +0 -19
- package/pnpm-lock.yaml +0 -14558
- package/pnpm-workspace.yaml +0 -5
- package/turbo.json +0 -20
- package/vitest.config.ts +0 -7
- /package/{packages/core → dist}/theme/var.less +0 -0
- /package/{packages/epic-designer/shims-vue.d.ts → shims-vue.d.ts} +0 -0
- /package/{packages/epic-designer/tsconfig.json → tsconfig.json} +0 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { defineComponent as C, inject as i, ref as d, reactive as F, provide as M, onMounted as N, computed as f, openBlock as h, createElementBlock as v, createVNode as $, unref as x, mergeProps as B, withCtx as O, renderSlot as g, Fragment as q, renderList as w, createCommentVNode as E } from "vue";
|
|
2
|
+
import { f as L } from "./index-tSmvj7CR.js";
|
|
3
|
+
const z = {
|
|
4
|
+
key: 0,
|
|
5
|
+
class: "form-main",
|
|
6
|
+
style: { height: "100%" }
|
|
7
|
+
}, H = /* @__PURE__ */ C({
|
|
8
|
+
__name: "form",
|
|
9
|
+
props: {
|
|
10
|
+
componentSchema: {
|
|
11
|
+
type: Object,
|
|
12
|
+
require: !0,
|
|
13
|
+
default: () => ({})
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
setup(S, { expose: _ }) {
|
|
17
|
+
var l, u;
|
|
18
|
+
const t = S, y = i("pageManager", {}), o = d(null), c = i("forms", {}), D = d(!0), n = F({});
|
|
19
|
+
M("formData", n), y.addFormData(n, (u = (l = t.componentSchema) == null ? void 0 : l.componentProps) == null ? void 0 : u.name);
|
|
20
|
+
function m() {
|
|
21
|
+
return n;
|
|
22
|
+
}
|
|
23
|
+
function s(e) {
|
|
24
|
+
Object.assign(n, e);
|
|
25
|
+
}
|
|
26
|
+
function P() {
|
|
27
|
+
var e;
|
|
28
|
+
return (e = o.value) == null ? void 0 : e.validate();
|
|
29
|
+
}
|
|
30
|
+
function k() {
|
|
31
|
+
var e;
|
|
32
|
+
return (e = o.value) == null ? void 0 : e.restoreValidation();
|
|
33
|
+
}
|
|
34
|
+
N(async () => {
|
|
35
|
+
var e, a, r, p;
|
|
36
|
+
if (((e = t.componentSchema) == null ? void 0 : e.type) === "form" && c.value && o.value) {
|
|
37
|
+
const j = ((r = (a = t.componentSchema) == null ? void 0 : a.componentProps) == null ? void 0 : r.name) ?? ((p = t.componentSchema) == null ? void 0 : p.name) ?? "default";
|
|
38
|
+
c.value[j] = o.value, o.value.getData = m, o.value.setData = s;
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
const V = f(() => t.componentSchema.componentProps), b = f(() => t.componentSchema.children ?? []);
|
|
42
|
+
return _({
|
|
43
|
+
form: o,
|
|
44
|
+
getData: m,
|
|
45
|
+
setData: s,
|
|
46
|
+
validate: P,
|
|
47
|
+
clearValidate: k
|
|
48
|
+
}), (e, a) => D.value ? (h(), v("div", z, [
|
|
49
|
+
$(x(L.NForm), B({
|
|
50
|
+
ref_key: "form",
|
|
51
|
+
ref: o,
|
|
52
|
+
model: n
|
|
53
|
+
}, V.value, { style: { height: "100%" } }), {
|
|
54
|
+
default: O(() => [
|
|
55
|
+
g(e.$slots, "edit-node", {}, () => [
|
|
56
|
+
(h(!0), v(q, null, w(b.value, (r) => g(e.$slots, "node", { componentSchema: r })), 256))
|
|
57
|
+
])
|
|
58
|
+
]),
|
|
59
|
+
_: 3
|
|
60
|
+
}, 16, ["model"])
|
|
61
|
+
])) : E("", !0);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
export {
|
|
65
|
+
H as default
|
|
66
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),S=require("element-plus"),P=require("./_plugin-vue_export-helper-BHFhmbuH.cjs"),C={key:0,class:"form-main",style:{height:"100%"}},D=e.defineComponent({__name:"form",props:{componentSchema:{type:Object,require:!0,default:()=>({})}},setup(d,{expose:f}){var u,p;const r=d,h=e.inject("pageManager",{}),o=e.ref(null),c=e.inject("forms",{}),v=e.ref(!0),l=e.reactive({});h.addFormData(l,(p=(u=r.componentSchema)==null?void 0:u.componentProps)==null?void 0:p.name),e.provide("formData",l);function m(){return l}function s(t){Object.assign(l,t)}function g(){var t;return(t=o.value)==null?void 0:t.validate()}e.onMounted(async()=>{var t,a,n,i;if(((t=r.componentSchema)==null?void 0:t.type)==="form"&&c.value&&o.value){const y=((n=(a=r.componentSchema)==null?void 0:a.componentProps)==null?void 0:n.name)??((i=r.componentSchema)==null?void 0:i.name)??"default";return c.value[y]=o.value,o.value.getData=m,o.value.setData=s,!1}});const _=e.computed(()=>{const t=r.componentSchema.componentProps;let a=t.labelCol,n=t.wrapperCol;return t.labelLayout==="fixed"&&(a={style:`width:${typeof t.labelWidth=="number"?t.labelWidth+"px":t.labelWidth}`},n={style:"width:auto;flex:1"}),{...t,labelCol:a,wrapperCol:n}}),b=e.computed(()=>r.componentSchema.children??[]);return f({form:o,getData:m,setData:s,validate:g}),(t,a)=>v.value?(e.openBlock(),e.createElementBlock("div",C,[e.createVNode(e.unref(S.ElForm),e.mergeProps({ref_key:"form",ref:o,model:l},_.value,{style:{height:"100%"}}),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"edit-node",{},()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,n=>e.renderSlot(t.$slots,"node",{componentSchema:n},void 0,!0)),256))],!0)]),_:3},16,["model"])])):e.createCommentVNode("",!0)}}),k=P._export_sfc(D,[["__scopeId","data-v-64ba7c56"]]);exports.default=k;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),D=require("ant-design-vue"),_={class:"form-main",style:{height:"100%"}},x=t.defineComponent({__name:"form",props:{componentSchema:{type:Object,require:!0,default:()=>({})}},setup(f,{expose:h}){var i,p;const r=f,v=t.inject("pageManager",{}),n=t.ref(null),c=t.inject("forms",{}),l=t.reactive({});v.addFormData(l,(p=(i=r.componentSchema)==null?void 0:i.componentProps)==null?void 0:p.name),t.provide("formData",l);function s(){return l}function m(){var e;return(e=n.value)==null?void 0:e.validateFields()}function u(e){Object.assign(l,e)}t.onMounted(async()=>{var e,a,o,d;if(((e=r.componentSchema)==null?void 0:e.type)==="form"&&c.value&&n.value){const S=((o=(a=r.componentSchema)==null?void 0:a.componentProps)==null?void 0:o.name)??((d=r.componentSchema)==null?void 0:d.name)??"default";return n.value.validate=m,c.value[S]=n.value,n.value.getData=s,n.value.setData=u,!1}});const g=t.computed(()=>{const e=r.componentSchema.componentProps;let a=e.labelCol,o=e.wrapperCol;return e.layout==="vertical"?a=o={span:24}:e.layout==="inline"&&e.labelLayout==="fixed"?(a={},o={flex:1}):e.labelLayout==="fixed"&&(a={flex:`${typeof e.labelWidth=="number"?e.labelWidth+"px":e.labelWidth}`},o={flex:1}),{...e,labelCol:a,wrapperCol:o}});function y(e){console.log(e)}const b=t.computed(()=>r.componentSchema.children??[]);return h({form:n,getData:s,setData:u,validate:m}),(e,a)=>(t.openBlock(),t.createElementBlock("div",_,[t.createVNode(t.unref(D.Form),t.mergeProps({ref_key:"form",ref:n,model:l},g.value,{style:{height:"100%"},onFinish:y}),{default:t.withCtx(()=>[t.renderSlot(e.$slots,"edit-node",{},()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(b.value,o=>t.renderSlot(e.$slots,"node",{componentSchema:o})),256))])]),_:3},16,["model"])]))}});exports.default=x;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o=require("ant-design-vue"),u=e.defineComponent({__name:"formItem",setup(s){const r=e.useAttrs(),t=e.ref(null);return(n,f)=>(e.openBlock(),e.createBlock(e.unref(o.FormItem),e.mergeProps({ref_key:"form",ref:t},e.unref(r),{name:e.unref(r).field}),{default:e.withCtx(()=>[e.renderSlot(n.$slots,"default")]),_:3},16,["name"]))}});exports.default=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("element-plus"),u=e.defineComponent({__name:"formItem",setup(s){const r=e.useAttrs(),t=e.ref(null);return(o,f)=>(e.openBlock(),e.createBlock(e.unref(n.ElFormItem),e.mergeProps({ref_key:"form",ref:t},e.unref(r),{prop:e.unref(r).field}),{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},16,["prop"]))}});exports.default=u;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as f, useAttrs as m, ref as n, openBlock as p, createBlock as s, unref as e, mergeProps as l, withCtx as a, renderSlot as c } from "vue";
|
|
2
|
+
import { ElFormItem as u } from "element-plus";
|
|
3
|
+
const h = /* @__PURE__ */ f({
|
|
4
|
+
__name: "formItem",
|
|
5
|
+
setup(_) {
|
|
6
|
+
const r = m(), t = n(null);
|
|
7
|
+
return (o, d) => (p(), s(e(u), l({
|
|
8
|
+
ref_key: "form",
|
|
9
|
+
ref: t
|
|
10
|
+
}, e(r), {
|
|
11
|
+
prop: e(r).field
|
|
12
|
+
}), {
|
|
13
|
+
default: a(() => [
|
|
14
|
+
c(o.$slots, "default")
|
|
15
|
+
]),
|
|
16
|
+
_: 3
|
|
17
|
+
}, 16, ["prop"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
h as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as f, useAttrs as m, ref as n, openBlock as s, createBlock as a, unref as e, mergeProps as p, withCtx as l, renderSlot as c } from "vue";
|
|
2
|
+
import { f as u } from "./index-tSmvj7CR.js";
|
|
3
|
+
const k = /* @__PURE__ */ f({
|
|
4
|
+
__name: "formItem",
|
|
5
|
+
setup(_) {
|
|
6
|
+
const r = m(), t = n(null);
|
|
7
|
+
return (o, d) => (s(), a(e(u.NFormItem), p({
|
|
8
|
+
ref_key: "form",
|
|
9
|
+
ref: t
|
|
10
|
+
}, e(r), {
|
|
11
|
+
path: e(r).field
|
|
12
|
+
}), {
|
|
13
|
+
default: l(() => [
|
|
14
|
+
c(o.$slots, "default")
|
|
15
|
+
]),
|
|
16
|
+
_: 3
|
|
17
|
+
}, 16, ["path"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
k as default
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-DMszow96.cjs"),f=e.defineComponent({__name:"formItem",setup(u){const r=e.useAttrs(),t=e.ref(null);return(o,s)=>(e.openBlock(),e.createBlock(e.unref(n.form.NFormItem),e.mergeProps({ref_key:"form",ref:t},e.unref(r),{path:e.unref(r).field}),{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},16,["path"]))}});exports.default=f;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent as m, useAttrs as n, ref as f, openBlock as s, createBlock as a, unref as e, mergeProps as l, withCtx as c, renderSlot as p } from "vue";
|
|
2
|
+
import { FormItem as u } from "ant-design-vue";
|
|
3
|
+
const h = /* @__PURE__ */ m({
|
|
4
|
+
__name: "formItem",
|
|
5
|
+
setup(_) {
|
|
6
|
+
const r = n(), t = f(null);
|
|
7
|
+
return (o, d) => (s(), a(e(u), l({
|
|
8
|
+
ref_key: "form",
|
|
9
|
+
ref: t
|
|
10
|
+
}, e(r), {
|
|
11
|
+
name: e(r).field
|
|
12
|
+
}), {
|
|
13
|
+
default: c(() => [
|
|
14
|
+
p(o.$slots, "default")
|
|
15
|
+
]),
|
|
16
|
+
_: 3
|
|
17
|
+
}, 16, ["name"]));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
h as default
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const i=require("./_commonjsHelpers-DwTZ_eVU.cjs"),o=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var m={exports:{}};(function(_,u){(function(t,r){_.exports=r(o.require$$0)})(i.commonjsGlobal,function(t){function r(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var s=r(t),n={name:"fr",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinal:function(e){return""+e+(e===1?"er":"")}};return s.default.locale(n,null,!0),n})})(m);const a=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.fr=a;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as i } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as m } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var o = { exports: {} };
|
|
4
|
+
(function(n, s) {
|
|
5
|
+
(function(t, r) {
|
|
6
|
+
n.exports = r(m);
|
|
7
|
+
})(i, function(t) {
|
|
8
|
+
function r(e) {
|
|
9
|
+
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
|
10
|
+
}
|
|
11
|
+
var a = r(t), _ = { name: "fr", weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"), weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"), weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"), months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"), monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"), weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "dans %s", past: "il y a %s", s: "quelques secondes", m: "une minute", mm: "%d minutes", h: "une heure", hh: "%d heures", d: "un jour", dd: "%d jours", M: "un mois", MM: "%d mois", y: "un an", yy: "%d ans" }, ordinal: function(e) {
|
|
12
|
+
return "" + e + (e === 1 ? "er" : "");
|
|
13
|
+
} };
|
|
14
|
+
return a.default.locale(_, null, !0), _;
|
|
15
|
+
});
|
|
16
|
+
})(o);
|
|
17
|
+
const l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
l as f
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const i=require("./_commonjsHelpers-DwTZ_eVU.cjs"),o=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var a={exports:{}};(function(t,u){(function(n,r){t.exports=r(o.require$$0)})(i.commonjsGlobal,function(n){function r(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var s=r(n),_={name:"fr-ca",weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),ordinal:function(e){return e},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"}};return s.default.locale(_,null,!0),_})})(a);const m=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.frCa=m;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as i } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as m } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var o = { exports: {} };
|
|
4
|
+
(function(t, s) {
|
|
5
|
+
(function(_, r) {
|
|
6
|
+
t.exports = r(m);
|
|
7
|
+
})(i, function(_) {
|
|
8
|
+
function r(e) {
|
|
9
|
+
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
|
10
|
+
}
|
|
11
|
+
var a = r(_), n = { name: "fr-ca", weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"), months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"), weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"), monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"), weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"), ordinal: function(e) {
|
|
12
|
+
return e;
|
|
13
|
+
}, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "YYYY-MM-DD", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "dans %s", past: "il y a %s", s: "quelques secondes", m: "une minute", mm: "%d minutes", h: "une heure", hh: "%d heures", d: "un jour", dd: "%d jours", M: "un mois", MM: "%d mois", y: "un an", yy: "%d ans" } };
|
|
14
|
+
return a.default.locale(n, null, !0), n;
|
|
15
|
+
});
|
|
16
|
+
})(o);
|
|
17
|
+
const l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
l as f
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("./_commonjsHelpers-DwTZ_eVU.cjs"),o=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var l={exports:{}};(function(_,s){(function(i,e){_.exports=e(o.require$$0)})(r.commonjsGlobal,function(i){function e(a){return a&&typeof a=="object"&&"default"in a?a:{default:a}}var t=e(i),n={name:"ga",weekdays:"Dé Domhnaigh_Dé Luain_Dé Máirt_Dé Céadaoin_Déardaoin_Dé hAoine_Dé Satharn".split("_"),months:"Eanáir_Feabhra_Márta_Aibreán_Bealtaine_Méitheamh_Iúil_Lúnasa_Meán Fómhair_Deaireadh Fómhair_Samhain_Nollaig".split("_"),weekStart:1,weekdaysShort:"Dom_Lua_Mái_Céa_Déa_hAo_Sat".split("_"),monthsShort:"Eaná_Feab_Márt_Aibr_Beal_Méit_Iúil_Lúna_Meán_Deai_Samh_Noll".split("_"),weekdaysMin:"Do_Lu_Má_Ce_Dé_hA_Sa".split("_"),ordinal:function(a){return a},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"}};return t.default.locale(n,null,!0),n})})(l);const m=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.ga=m;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as r } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as o } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var l = { exports: {} };
|
|
4
|
+
(function(t, m) {
|
|
5
|
+
(function(e, i) {
|
|
6
|
+
t.exports = i(o);
|
|
7
|
+
})(r, function(e) {
|
|
8
|
+
function i(a) {
|
|
9
|
+
return a && typeof a == "object" && "default" in a ? a : { default: a };
|
|
10
|
+
}
|
|
11
|
+
var _ = i(e), n = { name: "ga", weekdays: "Dé Domhnaigh_Dé Luain_Dé Máirt_Dé Céadaoin_Déardaoin_Dé hAoine_Dé Satharn".split("_"), months: "Eanáir_Feabhra_Márta_Aibreán_Bealtaine_Méitheamh_Iúil_Lúnasa_Meán Fómhair_Deaireadh Fómhair_Samhain_Nollaig".split("_"), weekStart: 1, weekdaysShort: "Dom_Lua_Mái_Céa_Déa_hAo_Sat".split("_"), monthsShort: "Eaná_Feab_Márt_Aibr_Beal_Méit_Iúil_Lúna_Meán_Deai_Samh_Noll".split("_"), weekdaysMin: "Do_Lu_Má_Ce_Dé_hA_Sa".split("_"), ordinal: function(a) {
|
|
12
|
+
return a;
|
|
13
|
+
}, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd, D MMMM YYYY HH:mm" }, relativeTime: { future: "i %s", past: "%s ó shin", s: "cúpla soicind", m: "nóiméad", mm: "%d nóiméad", h: "uair an chloig", hh: "%d uair an chloig", d: "lá", dd: "%d lá", M: "mí", MM: "%d mí", y: "bliain", yy: "%d bliain" } };
|
|
14
|
+
return _.default.locale(n, null, !0), n;
|
|
15
|
+
});
|
|
16
|
+
})(l);
|
|
17
|
+
const d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
d as g
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as n } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as a } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var m = { exports: {} };
|
|
4
|
+
(function(_, d) {
|
|
5
|
+
(function(r, e) {
|
|
6
|
+
_.exports = e(a);
|
|
7
|
+
})(n, function(r) {
|
|
8
|
+
function e(o) {
|
|
9
|
+
return o && typeof o == "object" && "default" in o ? o : { default: o };
|
|
10
|
+
}
|
|
11
|
+
var s = e(r), t = { name: "gl", weekdays: "domingo_luns_martes_mércores_xoves_venres_sábado".split("_"), months: "xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"), weekStart: 1, weekdaysShort: "dom._lun._mar._mér._xov._ven._sáb.".split("_"), monthsShort: "xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"), weekdaysMin: "do_lu_ma_mé_xo_ve_sá".split("_"), ordinal: function(o) {
|
|
12
|
+
return o + "º";
|
|
13
|
+
}, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY H:mm", LLLL: "dddd, D [de] MMMM [de] YYYY H:mm" }, relativeTime: { future: "en %s", past: "fai %s", s: "uns segundos", m: "un minuto", mm: "%d minutos", h: "unha hora", hh: "%d horas", d: "un día", dd: "%d días", M: "un mes", MM: "%d meses", y: "un ano", yy: "%d anos" } };
|
|
14
|
+
return s.default.locale(t, null, !0), t;
|
|
15
|
+
});
|
|
16
|
+
})(m);
|
|
17
|
+
const i = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
i as g
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./_commonjsHelpers-DwTZ_eVU.cjs"),a=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var m={exports:{}};(function(n,d){(function(s,o){n.exports=o(a.require$$0)})(t.commonjsGlobal,function(s){function o(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var r=o(s),_={name:"gl",weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),weekStart:1,weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),ordinal:function(e){return e+"º"},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},relativeTime:{future:"en %s",past:"fai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"}};return r.default.locale(_,null,!0),_})})(m);const u=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.gl=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("./_commonjsHelpers-DwTZ_eVU.cjs"),s=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var n={exports:{}};(function(d,L){(function(e,_){d.exports=_(s.require$$0)})(o.commonjsGlobal,function(e){function _(Y){return Y&&typeof Y=="object"&&"default"in Y?Y:{default:Y}}var r=_(e),l={s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:"%d שעות",hh2:"שעתיים",d:"יום",dd:"%d ימים",dd2:"יומיים",M:"חודש",MM:"%d חודשים",MM2:"חודשיים",y:"שנה",yy:"%d שנים",yy2:"שנתיים"};function M(Y,u,m){return(l[m+(Y===2?"2":"")]||l[m]).replace("%d",Y)}var t={name:"he",weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א׳_ב׳_ג׳_ד׳_ה׳_ו_ש׳".split("_"),months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו_פבר_מרץ_אפר_מאי_יונ_יול_אוג_ספט_אוק_נוב_דצמ".split("_"),relativeTime:{future:"בעוד %s",past:"לפני %s",s:M,m:M,mm:M,h:M,hh:M,d:M,dd:M,M,MM:M,y:M,yy:M},ordinal:function(Y){return Y},format:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"}};return r.default.locale(t,null,!0),t})})(n);const H=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.he=H;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { c as o } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as s } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var n = { exports: {} };
|
|
4
|
+
(function(d, H) {
|
|
5
|
+
(function(e, _) {
|
|
6
|
+
d.exports = _(s);
|
|
7
|
+
})(o, function(e) {
|
|
8
|
+
function _(Y) {
|
|
9
|
+
return Y && typeof Y == "object" && "default" in Y ? Y : { default: Y };
|
|
10
|
+
}
|
|
11
|
+
var r = _(e), l = { s: "מספר שניות", ss: "%d שניות", m: "דקה", mm: "%d דקות", h: "שעה", hh: "%d שעות", hh2: "שעתיים", d: "יום", dd: "%d ימים", dd2: "יומיים", M: "חודש", MM: "%d חודשים", MM2: "חודשיים", y: "שנה", yy: "%d שנים", yy2: "שנתיים" };
|
|
12
|
+
function M(Y, L, t) {
|
|
13
|
+
return (l[t + (Y === 2 ? "2" : "")] || l[t]).replace("%d", Y);
|
|
14
|
+
}
|
|
15
|
+
var m = { name: "he", weekdays: "ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"), weekdaysShort: "א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"), weekdaysMin: "א׳_ב׳_ג׳_ד׳_ה׳_ו_ש׳".split("_"), months: "ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"), monthsShort: "ינו_פבר_מרץ_אפר_מאי_יונ_יול_אוג_ספט_אוק_נוב_דצמ".split("_"), relativeTime: { future: "בעוד %s", past: "לפני %s", s: M, m: M, mm: M, h: M, hh: M, d: M, dd: M, M, MM: M, y: M, yy: M }, ordinal: function(Y) {
|
|
16
|
+
return Y;
|
|
17
|
+
}, format: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [ב]MMMM YYYY", LLL: "D [ב]MMMM YYYY HH:mm", LLLL: "dddd, D [ב]MMMM YYYY HH:mm", l: "D/M/YYYY", ll: "D MMM YYYY", lll: "D MMM YYYY HH:mm", llll: "ddd, D MMM YYYY HH:mm" }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [ב]MMMM YYYY", LLL: "D [ב]MMMM YYYY HH:mm", LLLL: "dddd, D [ב]MMMM YYYY HH:mm", l: "D/M/YYYY", ll: "D MMM YYYY", lll: "D MMM YYYY HH:mm", llll: "ddd, D MMM YYYY HH:mm" } };
|
|
18
|
+
return r.default.locale(m, null, !0), m;
|
|
19
|
+
});
|
|
20
|
+
})(n);
|
|
21
|
+
const u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22
|
+
__proto__: null
|
|
23
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
24
|
+
export {
|
|
25
|
+
u as h
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("./_commonjsHelpers-DwTZ_eVU.cjs"),i=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var d={exports:{}};(function(r,m){(function(t,e){r.exports=e(i.require$$0)})(s.commonjsGlobal,function(t){function e(_){return _&&typeof _=="object"&&"default"in _?_:{default:_}}var n=e(t),o={name:"hi",weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),ordinal:function(_){return _},formats:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"}};return n.default.locale(o,null,!0),o})})(d);const l=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.hi=l;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as s } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as i } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var m = { exports: {} };
|
|
4
|
+
(function(r, d) {
|
|
5
|
+
(function(e, t) {
|
|
6
|
+
r.exports = t(i);
|
|
7
|
+
})(s, function(e) {
|
|
8
|
+
function t(_) {
|
|
9
|
+
return _ && typeof _ == "object" && "default" in _ ? _ : { default: _ };
|
|
10
|
+
}
|
|
11
|
+
var n = t(e), o = { name: "hi", weekdays: "रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"), months: "जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"), weekdaysShort: "रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"), monthsShort: "जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"), weekdaysMin: "र_सो_मं_बु_गु_शु_श".split("_"), ordinal: function(_) {
|
|
12
|
+
return _;
|
|
13
|
+
}, formats: { LT: "A h:mm बजे", LTS: "A h:mm:ss बजे", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY, A h:mm बजे", LLLL: "dddd, D MMMM YYYY, A h:mm बजे" }, relativeTime: { future: "%s में", past: "%s पहले", s: "कुछ ही क्षण", m: "एक मिनट", mm: "%d मिनट", h: "एक घंटा", hh: "%d घंटे", d: "एक दिन", dd: "%d दिन", M: "एक महीने", MM: "%d महीने", y: "एक वर्ष", yy: "%d वर्ष" } };
|
|
14
|
+
return n.default.locale(o, null, !0), o;
|
|
15
|
+
});
|
|
16
|
+
})(m);
|
|
17
|
+
const M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
M as h
|
|
22
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* 是否按住键盘状态
|
|
4
|
+
* @returns
|
|
5
|
+
* pressSpace: Ref<boolean>;
|
|
6
|
+
* pressShift: Ref<boolean>;
|
|
7
|
+
* pressCtrl: Ref<boolean>;
|
|
8
|
+
*/
|
|
9
|
+
export declare function useKeyPress(): {
|
|
10
|
+
pressSpace: Ref<boolean, boolean>;
|
|
11
|
+
pressShift: Ref<boolean, boolean>;
|
|
12
|
+
pressCtrl: Ref<boolean, boolean>;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* 拖拽元素
|
|
16
|
+
* @param editScreenContainer
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
export declare function useElementDrag(editScreenContainer: Ref<HTMLDivElement | null>): {
|
|
20
|
+
handleElementDragStart: (event: DragEvent) => void;
|
|
21
|
+
handleElementDrag: (event: DragEvent) => void;
|
|
22
|
+
handleElementDragEnd: () => void;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* 缩放元素
|
|
26
|
+
* @param draggableElRef
|
|
27
|
+
* @returns
|
|
28
|
+
*/
|
|
29
|
+
export declare function useElementZoom(draggableElRef: Ref<HTMLDivElement | null>): {
|
|
30
|
+
handleZoom: (event: WheelEvent) => void;
|
|
31
|
+
canvasScale: Ref<number, number>;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* 创建定时任务hooks
|
|
35
|
+
* @param handler 任务函数
|
|
36
|
+
* @param timeout 任务间隔
|
|
37
|
+
* @returns
|
|
38
|
+
*/
|
|
39
|
+
export declare function useTimedQuery(handler: () => void, timeout?: number): {
|
|
40
|
+
startTimedQuery: () => void;
|
|
41
|
+
stopTimedQuery: () => void;
|
|
42
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function useTheme(): {
|
|
2
|
+
isDark: import('vue').Ref<boolean, boolean>;
|
|
3
|
+
toggleDark: (value?: boolean | undefined) => boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare function useDark(): {
|
|
6
|
+
isDark: import('vue').Ref<boolean, boolean>;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* 获取dark初始化状态
|
|
10
|
+
* @param isDark
|
|
11
|
+
*/
|
|
12
|
+
export declare function getDarkState(isDark: any): void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 初始化共享存储
|
|
3
|
+
*/
|
|
4
|
+
export declare function initStore(): {
|
|
5
|
+
canvasScale: import('vue').Ref<number, number>;
|
|
6
|
+
pressSpace: import('vue').Ref<boolean, boolean>;
|
|
7
|
+
pressShift: import('vue').Ref<boolean, boolean>;
|
|
8
|
+
pressCtrl: import('vue').Ref<boolean, boolean>;
|
|
9
|
+
disabledZoom: import('vue').Ref<boolean, boolean>;
|
|
10
|
+
isDark: import('vue').Ref<boolean, boolean>;
|
|
11
|
+
};
|
|
12
|
+
export declare const useStore: typeof initStore;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const j=require("./_commonjsHelpers-DwTZ_eVU.cjs"),d=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var p={exports:{}};(function(r,M){(function(_,e){r.exports=e(d.require$$0)})(j.commonjsGlobal,function(_){function e(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var i=e(_),n="siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),s="siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),u=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/,a=function(t,l){return u.test(l)?n[t.month()]:s[t.month()]};a.s=s,a.f=n;var o={name:"hr",weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),months:a,monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekStart:1,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},relativeTime:{future:"za %s",past:"prije %s",s:"sekunda",m:"minuta",mm:"%d minuta",h:"sat",hh:"%d sati",d:"dan",dd:"%d dana",M:"mjesec",MM:"%d mjeseci",y:"godina",yy:"%d godine"},ordinal:function(t){return t+"."}};return i.default.locale(o,null,!0),o})})(p);const m=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.hr=m;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { c as d } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as p } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var j = { exports: {} };
|
|
4
|
+
(function(r, m) {
|
|
5
|
+
(function(_, a) {
|
|
6
|
+
r.exports = a(p);
|
|
7
|
+
})(d, function(_) {
|
|
8
|
+
function a(t) {
|
|
9
|
+
return t && typeof t == "object" && "default" in t ? t : { default: t };
|
|
10
|
+
}
|
|
11
|
+
var i = a(_), o = "siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"), n = "siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"), u = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/, e = function(t, l) {
|
|
12
|
+
return u.test(l) ? o[t.month()] : n[t.month()];
|
|
13
|
+
};
|
|
14
|
+
e.s = n, e.f = o;
|
|
15
|
+
var s = { name: "hr", weekdays: "nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"), weekdaysShort: "ned._pon._uto._sri._čet._pet._sub.".split("_"), weekdaysMin: "ne_po_ut_sr_če_pe_su".split("_"), months: e, monthsShort: "sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"), weekStart: 1, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD.MM.YYYY", LL: "D. MMMM YYYY", LLL: "D. MMMM YYYY H:mm", LLLL: "dddd, D. MMMM YYYY H:mm" }, relativeTime: { future: "za %s", past: "prije %s", s: "sekunda", m: "minuta", mm: "%d minuta", h: "sat", hh: "%d sati", d: "dan", dd: "%d dana", M: "mjesec", MM: "%d mjeseci", y: "godina", yy: "%d godine" }, ordinal: function(t) {
|
|
16
|
+
return t + ".";
|
|
17
|
+
} };
|
|
18
|
+
return i.default.locale(s, null, !0), s;
|
|
19
|
+
});
|
|
20
|
+
})(j);
|
|
21
|
+
const f = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22
|
+
__proto__: null
|
|
23
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
24
|
+
export {
|
|
25
|
+
f as h
|
|
26
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { c as i } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as p } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var c = { exports: {} };
|
|
4
|
+
(function(a, m) {
|
|
5
|
+
(function(o, u) {
|
|
6
|
+
a.exports = u(p);
|
|
7
|
+
})(i, function(o) {
|
|
8
|
+
function u(t) {
|
|
9
|
+
return t && typeof t == "object" && "default" in t ? t : { default: t };
|
|
10
|
+
}
|
|
11
|
+
var s = u(o), _ = { name: "hu", weekdays: "vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"), weekdaysShort: "vas_hét_kedd_sze_csüt_pén_szo".split("_"), weekdaysMin: "v_h_k_sze_cs_p_szo".split("_"), months: "január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"), monthsShort: "jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"), ordinal: function(t) {
|
|
12
|
+
return t + ".";
|
|
13
|
+
}, weekStart: 1, relativeTime: { future: "%s múlva", past: "%s", s: function(t, e, r, n) {
|
|
14
|
+
return "néhány másodperc" + (n || e ? "" : "e");
|
|
15
|
+
}, m: function(t, e, r, n) {
|
|
16
|
+
return "egy perc" + (n || e ? "" : "e");
|
|
17
|
+
}, mm: function(t, e, r, n) {
|
|
18
|
+
return t + " perc" + (n || e ? "" : "e");
|
|
19
|
+
}, h: function(t, e, r, n) {
|
|
20
|
+
return "egy " + (n || e ? "óra" : "órája");
|
|
21
|
+
}, hh: function(t, e, r, n) {
|
|
22
|
+
return t + " " + (n || e ? "óra" : "órája");
|
|
23
|
+
}, d: function(t, e, r, n) {
|
|
24
|
+
return "egy " + (n || e ? "nap" : "napja");
|
|
25
|
+
}, dd: function(t, e, r, n) {
|
|
26
|
+
return t + " " + (n || e ? "nap" : "napja");
|
|
27
|
+
}, M: function(t, e, r, n) {
|
|
28
|
+
return "egy " + (n || e ? "hónap" : "hónapja");
|
|
29
|
+
}, MM: function(t, e, r, n) {
|
|
30
|
+
return t + " " + (n || e ? "hónap" : "hónapja");
|
|
31
|
+
}, y: function(t, e, r, n) {
|
|
32
|
+
return "egy " + (n || e ? "év" : "éve");
|
|
33
|
+
}, yy: function(t, e, r, n) {
|
|
34
|
+
return t + " " + (n || e ? "év" : "éve");
|
|
35
|
+
} }, formats: { LT: "H:mm", LTS: "H:mm:ss", L: "YYYY.MM.DD.", LL: "YYYY. MMMM D.", LLL: "YYYY. MMMM D. H:mm", LLLL: "YYYY. MMMM D., dddd H:mm" } };
|
|
36
|
+
return s.default.locale(_, null, !0), _;
|
|
37
|
+
});
|
|
38
|
+
})(c);
|
|
39
|
+
const d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
40
|
+
__proto__: null
|
|
41
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
42
|
+
export {
|
|
43
|
+
d as h
|
|
44
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const c=require("./_commonjsHelpers-DwTZ_eVU.cjs"),i=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var m={exports:{}};(function(s,f){(function(o,u){s.exports=u(i.require$$0)})(c.commonjsGlobal,function(o){function u(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var a=u(o),_={name:"hu",weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),ordinal:function(e){return e+"."},weekStart:1,relativeTime:{future:"%s múlva",past:"%s",s:function(e,t,r,n){return"néhány másodperc"+(n||t?"":"e")},m:function(e,t,r,n){return"egy perc"+(n||t?"":"e")},mm:function(e,t,r,n){return e+" perc"+(n||t?"":"e")},h:function(e,t,r,n){return"egy "+(n||t?"óra":"órája")},hh:function(e,t,r,n){return e+" "+(n||t?"óra":"órája")},d:function(e,t,r,n){return"egy "+(n||t?"nap":"napja")},dd:function(e,t,r,n){return e+" "+(n||t?"nap":"napja")},M:function(e,t,r,n){return"egy "+(n||t?"hónap":"hónapja")},MM:function(e,t,r,n){return e+" "+(n||t?"hónap":"hónapja")},y:function(e,t,r,n){return"egy "+(n||t?"év":"éve")},yy:function(e,t,r,n){return e+" "+(n||t?"év":"éve")}},formats:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"}};return a.default.locale(_,null,!0),_})})(m);const p=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.hu=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("./_commonjsHelpers-DwTZ_eVU.cjs"),m=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var d={exports:{}};(function(r,a){(function(t,e){r.exports=e(m.require$$0)})(s.commonjsGlobal,function(t){function e(_){return _&&typeof _=="object"&&"default"in _?_:{default:_}}var n=e(t),o={name:"hy-am",weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),months:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),weekStart:1,weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),ordinal:function(_){return _},formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"}};return n.default.locale(o,null,!0),o})})(d);const l=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.hyAm=l;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as n } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as s } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var a = { exports: {} };
|
|
4
|
+
(function(r, d) {
|
|
5
|
+
(function(e, t) {
|
|
6
|
+
r.exports = t(s);
|
|
7
|
+
})(n, function(e) {
|
|
8
|
+
function t(_) {
|
|
9
|
+
return _ && typeof _ == "object" && "default" in _ ? _ : { default: _ };
|
|
10
|
+
}
|
|
11
|
+
var m = t(e), o = { name: "hy-am", weekdays: "կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"), months: "հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"), weekStart: 1, weekdaysShort: "կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"), monthsShort: "հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"), weekdaysMin: "կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"), ordinal: function(_) {
|
|
12
|
+
return _;
|
|
13
|
+
}, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD.MM.YYYY", LL: "D MMMM YYYY թ.", LLL: "D MMMM YYYY թ., HH:mm", LLLL: "dddd, D MMMM YYYY թ., HH:mm" }, relativeTime: { future: "%s հետո", past: "%s առաջ", s: "մի քանի վայրկյան", m: "րոպե", mm: "%d րոպե", h: "ժամ", hh: "%d ժամ", d: "օր", dd: "%d օր", M: "ամիս", MM: "%d ամիս", y: "տարի", yy: "%d տարի" } };
|
|
14
|
+
return m.default.locale(o, null, !0), o;
|
|
15
|
+
});
|
|
16
|
+
})(a);
|
|
17
|
+
const M = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
M as h
|
|
22
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { defineComponent as a, computed as c, openBlock as r, createElementBlock as p, normalizeClass as l } from "vue";
|
|
2
|
+
const m = /* @__PURE__ */ a({
|
|
3
|
+
name: "EIcon",
|
|
4
|
+
__name: "icon",
|
|
5
|
+
props: {
|
|
6
|
+
name: {},
|
|
7
|
+
prefix: { default: "" }
|
|
8
|
+
},
|
|
9
|
+
setup(o) {
|
|
10
|
+
const e = o, s = c(() => {
|
|
11
|
+
let n = e.name;
|
|
12
|
+
if (e.name.startsWith("icon--")) {
|
|
13
|
+
const t = e.name.split("--");
|
|
14
|
+
t.length > 1 && (n += ` icon--${t[1]}`);
|
|
15
|
+
}
|
|
16
|
+
return `${e.prefix}${n}`;
|
|
17
|
+
});
|
|
18
|
+
return (n, t) => (r(), p("span", {
|
|
19
|
+
class: l(["iconfont", s.value])
|
|
20
|
+
}, null, 2));
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
m as _
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),o=e.defineComponent({name:"EIcon",__name:"icon",props:{name:{},prefix:{default:""}},setup(c){const n=c,a=e.computed(()=>{let s=n.name;if(n.name.startsWith("icon--")){const t=n.name.split("--");t.length>1&&(s+=` icon--${t[1]}`)}return`${n.prefix}${s}`});return(s,t)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(["iconfont",a.value])},null,2))}});exports._sfc_main=o;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { c as i } from "./_commonjsHelpers-BVfed4GL.js";
|
|
2
|
+
import { r as u } from "./_dayjs_commonjs-external-D9ZbEWhj.js";
|
|
3
|
+
var m = { exports: {} };
|
|
4
|
+
(function(r, s) {
|
|
5
|
+
(function(a, t) {
|
|
6
|
+
r.exports = t(u);
|
|
7
|
+
})(i, function(a) {
|
|
8
|
+
function t(e) {
|
|
9
|
+
return e && typeof e == "object" && "default" in e ? e : { default: e };
|
|
10
|
+
}
|
|
11
|
+
var n = t(a), _ = { name: "id", weekdays: "Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"), months: "Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"), weekdaysShort: "Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"), monthsShort: "Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"), weekdaysMin: "Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"), weekStart: 1, formats: { LT: "HH.mm", LTS: "HH.mm.ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY [pukul] HH.mm", LLLL: "dddd, D MMMM YYYY [pukul] HH.mm" }, relativeTime: { future: "dalam %s", past: "%s yang lalu", s: "beberapa detik", m: "semenit", mm: "%d menit", h: "sejam", hh: "%d jam", d: "sehari", dd: "%d hari", M: "sebulan", MM: "%d bulan", y: "setahun", yy: "%d tahun" }, ordinal: function(e) {
|
|
12
|
+
return e + ".";
|
|
13
|
+
} };
|
|
14
|
+
return n.default.locale(_, null, !0), _;
|
|
15
|
+
});
|
|
16
|
+
})(m);
|
|
17
|
+
const d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18
|
+
__proto__: null
|
|
19
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
20
|
+
export {
|
|
21
|
+
d as i
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const u=require("./_commonjsHelpers-DwTZ_eVU.cjs"),i=require("./_dayjs_commonjs-external-DWlrxCld.cjs");var s={exports:{}};(function(n,l){(function(_,t){n.exports=t(i.require$$0)})(u.commonjsGlobal,function(_){function t(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var r=t(_),a={name:"id",weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),weekStart:1,formats:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},ordinal:function(e){return e+"."}};return r.default.locale(a,null,!0),a})})(s);const m=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.id=m;
|