@gct-paas/core-web 0.1.6-dev.2 → 0.1.6-dev.21
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/dist/{JsBarcode-DlXSdlvD.js → JsBarcode-rcG_1tAQ.js} +2 -1
- package/dist/{chunk-DPOkwzLC.js → chunk-DuAc56h9.js} +1 -0
- package/dist/components-BATNvyNf.js +2 -0
- package/dist/{cropper-tw7tUDDe.js → cropper-eCuO-e1D.js} +2 -1
- package/dist/{de_DE-BnwOalCV.js → de_DE-D0poYClX.js} +2 -1
- package/dist/{defineProperty-Co6UJKQ3.js → defineProperty-CUbe6kX5.js} +1 -0
- package/dist/diagram-config-item-COmymJUX.js +2 -0
- package/dist/diagram-config-item-reverse-ChCWMI--.js +2 -0
- package/dist/diagram-config-item-virtual-DJ616kwU.js +2 -0
- package/dist/{en_US-6Hw6WWah.js → en_US-C1_sjs1W.js} +2 -1
- package/dist/{es_ES-tAqXFGrR.js → es_ES-CG467OlO.js} +2 -1
- package/dist/{fr_FR-BkDgVS_P.js → fr_FR-CR0wglH5.js} +2 -1
- package/dist/hooks-BNxVuJK7.js +2 -0
- package/dist/icon-next-picker-D1uCAcw0.js +2 -0
- package/dist/index.min.css +1 -1
- package/dist/{ja_JP-AsmV92nC.js → ja_JP-C6tqTIHb.js} +2 -1
- package/dist/loader.esm.min.js +2 -1
- package/dist/monaco-editor-BvsjlBng.js +2 -0
- package/dist/{objectSpread2-DxfE1S3_.js → objectSpread2-CWCCmFfU.js} +1 -0
- package/dist/{overlayscrollbars-vue-DtKFrHnA.js → overlayscrollbars-vue-DhwlJVH0.js} +1 -0
- package/dist/{pt_PT-CCVWOJzE.js → pt_PT-BX1tTHT-.js} +2 -1
- package/dist/relationship-diagram-config-BkGy1Fx1.js +2 -0
- package/dist/{rich-editor-K2Pv0Uja.js → rich-editor-B5Xm6TIs.js} +2 -1
- package/dist/{ru_RU-w4sUgbzL.js → ru_RU-DSvemeok.js} +2 -1
- package/dist/template-D9lZZT56.js +2 -0
- package/dist/{tr_TR-CGZch3eB.js → tr_TR-aiM0JeNB.js} +2 -1
- package/dist/{useMonacoEditor-BO2ALW-7.js → useMonacoEditor-BozNbOxh.js} +2 -1
- package/dist/utils-DjNFhzKs.js +2 -0
- package/dist/{vi_VN-DONxIDR7.js → vi_VN-JZvwMVIg.js} +2 -1
- package/dist/{zh_CN-BxdD8hqG.js → zh_CN-DFjaCEAX.js} +2 -1
- package/dist/{zh_TW-D5Y8j-oG.js → zh_TW-uTDfeB0x.js} +2 -1
- package/es/components/I18nSelect/src/i18n-select-btn.vue.mjs +2 -2
- package/es/components/I18nSelect/src/i18n-select-btn.vue_vue_type_script_setup_true_name_i18n-select-btn_lang.mjs +4 -1
- package/es/components/I18nSelect/src/{i18n-select-btn.vue_vue_type_style_index_0_scoped_b86f4068_lang.css → i18n-select-btn.vue_vue_type_style_index_0_scoped_ab917ea8_lang.css} +18 -13
- package/es/components/I18nSelect/src/i18n-select-input-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
- package/es/components/I18nSelect/src/i18n-select-textarea-form.vue_vue_type_script_setup_true_name_i18n-select-input-form_lang.mjs +3 -2
- package/es/components/UserPick/src/user-pick.vue.mjs +2 -2
- package/es/components/UserPick/src/user-pick.vue_vue_type_script_setup_true_lang.mjs +15 -17
- package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_622db2b9_lang.css +56 -0
- package/es/components/app-drawer/app-drawer-component.css +82 -0
- package/es/components/app-drawer/app-drawer-component.d.ts +26 -0
- package/es/components/app-drawer/app-drawer-component.mjs +84 -0
- package/es/components/app-popover/app-popover-component.mjs +1 -1
- package/es/components/base-button/base-button.vue.mjs +1 -1
- package/es/components/batch-select-list/batch-select-list.css +119 -0
- package/es/components/batch-select-list/batch-select-list.d.ts +158 -0
- package/es/components/batch-select-list/batch-select-list.mjs +133 -0
- package/es/components/data-rules-modal/data-rules-modal.d.ts +67 -0
- package/es/components/data-rules-modal/data-rules-modal.mjs +99 -0
- package/es/components/design-save-tip/design-save-tip.css +107 -0
- package/es/components/design-save-tip/design-save-tip.d.ts +44 -0
- package/es/components/design-save-tip/design-save-tip.mjs +81 -0
- package/es/components/design-step-check/design-step-check.css +133 -0
- package/es/components/design-step-check/design-step-check.d.ts +30 -0
- package/es/components/design-step-check/design-step-check.mjs +96 -0
- package/es/components/design-view-layout/design-view-layout.css +181 -0
- package/es/components/design-view-layout/design-view-layout.d.ts +1 -0
- package/es/components/design-view-layout/design-view-layout.mjs +149 -0
- package/es/components/field-cascader/index.d.ts +2 -1
- package/es/components/field-cascader/src/hooks.d.ts +3 -0
- package/es/components/field-tree-select/field-tree-select.vue.mjs +2 -2
- package/es/components/field-tree-select/field-tree-select.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/es/components/field-tree-select/{field-tree-select.vue_vue_type_style_index_0_scoped_898030d3_lang.css → field-tree-select.vue_vue_type_style_index_0_scoped_24efd443_lang.css} +20 -20
- package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +1 -0
- package/es/components/field-upload/src/components/base-upload.vue.mjs +2 -2
- package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
- package/es/components/field-upload/src/components/{base-upload.vue_vue_type_style_index_0_scoped_65872e0a_lang.css → base-upload.vue_vue_type_style_index_0_scoped_6f57e635_lang.css} +18 -18
- package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +1 -0
- package/es/components/field-upload/src/types/index.d.ts +1 -4
- package/es/components/field-upload/src/types/index.mjs +2 -6
- package/es/components/icon-next-picker/icon-next-picker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +6 -3
- package/es/components/icon-next-picker/icon-next-picker.vue_vue_type_style_index_0_lang.css +3 -0
- package/es/components/image-upload/index.mjs +1 -1
- package/es/components/image-upload/src/components/base-upload.vue.mjs +2 -2
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +2 -2
- package/es/components/image-upload/src/components/{base-upload.vue_vue_type_style_index_0_scoped_2a928323_lang.css → base-upload.vue_vue_type_style_index_0_scoped_9b34005c_lang.css} +17 -17
- package/es/components/image-upload/src/components/upload-design.vue.mjs +2 -2
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +3 -2
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_15add37b_lang.css +33 -0
- package/es/components/image-upload/src/types/index.d.ts +1 -4
- package/es/components/image-upload/src/types/index.mjs +1 -8
- package/es/components/index.d.ts +13 -3
- package/es/components/index.mjs +32 -2
- package/es/components/label-design/designer.vue.d.ts +2 -0
- package/es/components/label-design/designer.vue.mjs +7 -0
- package/es/components/label-design/designer.vue_vue_type_script_setup_true_lang.mjs +32 -0
- package/es/components/label-design/designer.vue_vue_type_style_index_0_scoped_260222c9_lang.css +32 -0
- package/es/components/label-design/header/header.vue.d.ts +6 -0
- package/es/components/label-design/header/header.vue.mjs +7 -0
- package/es/components/label-design/header/header.vue_vue_type_script_setup_true_lang.mjs +232 -0
- package/es/components/label-design/header/header.vue_vue_type_style_index_0_scoped_aa2b4235_lang.css +39 -0
- package/es/components/label-design/header/test-var-modal.vue.d.ts +204 -0
- package/es/components/label-design/header/test-var-modal.vue.mjs +7 -0
- package/es/components/label-design/header/test-var-modal.vue_vue_type_script_setup_true_lang.mjs +202 -0
- package/es/components/label-design/header/test-var-modal.vue_vue_type_style_index_0_scoped_972496bb_lang.css +69 -0
- package/es/components/label-design/index.d.ts +11 -1
- package/es/components/label-design/index.mjs +9 -0
- package/es/components/label-design/modal/index.d.ts +1 -1
- package/es/components/label-design/modal/index.mjs +3 -3
- package/es/components/label-design/modal/template.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/es/components/label-design/panels/modals/diff-modal.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/es/components/label-design/panels/panel.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/es/components/label-design/panels/widget/components/label-params-select.vue.d.ts +35 -0
- package/es/components/label-design/panels/widget/controls/VariableSelect.vue_vue_type_script_setup_true_name_variable-select_lang.mjs +1 -1
- package/es/components/label-design/panels/widget/controls/labelTemplate.vue.mjs +2 -2
- package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_script_setup_true_lang.mjs +1 -16
- package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_style_index_0_scoped_c628d318_lang.css +10 -0
- package/es/components/label-design/stage/stage.vue.d.ts +9 -0
- package/es/components/label-design/stage/stage.vue.mjs +2 -2
- package/es/components/label-design/stage/stage.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/components/label-design/stage/{stage.vue_vue_type_style_index_0_scoped_53b1f897_lang.css → stage.vue_vue_type_style_index_0_scoped_9275e9fb_lang.css} +8 -8
- package/es/components/label-design/type/index.d.ts +15 -0
- package/es/components/label-design/type/index.mjs +11 -0
- package/es/components/layout/view-container/view-container.d.ts +1 -11
- package/es/components/layout/view-container/view-container.mjs +10 -14
- package/es/components/modal-name-editor/modal-name-editor.css +117 -0
- package/es/components/modal-name-editor/modal-name-editor.d.ts +34 -0
- package/es/components/modal-name-editor/modal-name-editor.mjs +124 -0
- package/es/components/model-cascader/index.d.ts +34 -0
- package/es/components/model-cascader/index.mjs +98 -0
- package/es/components/model-cascader/style.css +54 -0
- package/es/components/model-cascader/util.d.ts +27 -0
- package/es/components/model-cascader/util.mjs +73 -0
- package/es/components/monaco-editor/monaco-editor.d.ts +22 -0
- package/es/components/number-range/number-range.vue.mjs +2 -2
- package/es/components/number-range/number-range.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/number-range/{number-range.vue_vue_type_style_index_0_scoped_283a5280_lang.css → number-range.vue_vue_type_style_index_0_scoped_9970d677_lang.css} +2 -2
- package/es/components/open-select-user-modal/SelectUserContainer.vue.d.ts +20 -0
- package/es/components/open-select-user-modal/SelectUserContainer.vue.mjs +8 -0
- package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_script_setup_true_name_SelectUserContainer_lang.mjs +381 -0
- package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_0_scoped_64a9b545_lang.css +11 -0
- package/es/components/open-select-user-modal/SelectUserContainer.vue_vue_type_style_index_1_lang.css +144 -0
- package/es/components/open-select-user-modal/component/dynamic.vue.d.ts +12 -0
- package/es/components/open-select-user-modal/component/dynamic.vue.mjs +7 -0
- package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_script_setup_true_name_waiting-area-dynamic_lang.mjs +143 -0
- package/es/components/open-select-user-modal/component/dynamic.vue_vue_type_style_index_0_scoped_e32390db_lang.css +30 -0
- package/es/components/open-select-user-modal/component/extra-user.vue.d.ts +16 -0
- package/es/components/open-select-user-modal/component/extra-user.vue.mjs +7 -0
- package/es/components/open-select-user-modal/component/extra-user.vue_vue_type_script_setup_true_name_waiting-area-extra-user_lang.mjs +80 -0
- package/es/components/open-select-user-modal/component/extra-user.vue_vue_type_style_index_0_scoped_75c9dc57_lang.css +12 -0
- package/es/components/open-select-user-modal/component/org.vue.d.ts +11 -0
- package/es/components/open-select-user-modal/component/org.vue.mjs +6 -0
- package/es/components/open-select-user-modal/component/org.vue_vue_type_script_setup_true_name_waiting-area-org_lang.mjs +87 -0
- package/es/components/open-select-user-modal/component/role.vue.d.ts +11 -0
- package/es/components/open-select-user-modal/component/role.vue.mjs +6 -0
- package/es/components/open-select-user-modal/component/role.vue_vue_type_script_setup_true_name_waiting-area-role_lang.mjs +90 -0
- package/es/components/open-select-user-modal/component/search-input.vue.d.ts +9 -0
- package/es/components/open-select-user-modal/component/search-input.vue.mjs +5 -0
- package/es/components/open-select-user-modal/component/search-input.vue_vue_type_script_setup_true_name_search-input_lang.mjs +35 -0
- package/es/components/open-select-user-modal/component/select-area.vue.d.ts +10 -0
- package/es/components/open-select-user-modal/component/select-area.vue.mjs +7 -0
- package/es/components/open-select-user-modal/component/select-area.vue_vue_type_script_setup_true_name_waiting-area-select-area_lang.mjs +125 -0
- package/es/components/open-select-user-modal/component/select-area.vue_vue_type_style_index_0_scoped_7ba4ab92_lang.css +36 -0
- package/es/components/open-select-user-modal/component/user-group.vue.d.ts +11 -0
- package/es/components/open-select-user-modal/component/user-group.vue.mjs +6 -0
- package/es/components/open-select-user-modal/component/user-group.vue_vue_type_script_setup_true_name_waiting-area-user-group_lang.mjs +87 -0
- package/es/components/open-select-user-modal/component/user-group.vue_vue_type_style_index_0_lang.css +114 -0
- package/es/components/open-select-user-modal/component/user.vue.d.ts +17 -0
- package/es/components/open-select-user-modal/component/user.vue.mjs +8 -0
- package/es/components/open-select-user-modal/component/user.vue_vue_type_script_setup_true_name_waiting-area-user_lang.mjs +204 -0
- package/es/components/open-select-user-modal/component/user.vue_vue_type_style_index_1_scoped_c546c256_lang.css +45 -0
- package/es/components/open-select-user-modal/controller/base-controller.d.ts +21 -0
- package/es/components/open-select-user-modal/controller/base-controller.mjs +15 -0
- package/es/components/open-select-user-modal/controller/edhr-controller.d.ts +17 -0
- package/es/components/open-select-user-modal/controller/edhr-controller.mjs +39 -0
- package/es/components/open-select-user-modal/controller/index.d.ts +18 -0
- package/es/components/open-select-user-modal/controller/index.mjs +42 -0
- package/es/components/open-select-user-modal/controller/paas-controller.d.ts +10 -0
- package/es/components/open-select-user-modal/controller/paas-controller.mjs +31 -0
- package/es/components/open-select-user-modal/index.d.ts +15 -0
- package/es/components/open-select-user-modal/index.mjs +41 -0
- package/es/components/open-select-user-modal/type/index.d.ts +7 -0
- package/es/components/overlay-scrollbars/gct-overlay-scrollbars.d.ts +2 -3
- package/es/components/paas-bpmn-log/components/approval-node.vue.mjs +2 -2
- package/es/components/paas-bpmn-log/components/approval-node.vue_vue_type_script_setup_true_lang.mjs +6 -7
- package/es/components/paas-bpmn-log/components/{approval-node.vue_vue_type_style_index_0_scoped_a88d7ef9_lang.css → approval-node.vue_vue_type_style_index_0_scoped_1ee4a0bd_lang.css} +9 -9
- package/es/components/paas-bpmn-log/components/user-list.vue.mjs +2 -2
- package/es/components/paas-bpmn-log/components/user-list.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/components/paas-bpmn-log/components/{user-list.vue_vue_type_style_index_0_scoped_27aa2bf0_lang.css → user-list.vue_vue_type_style_index_0_scoped_80624e20_lang.css} +3 -3
- package/es/components/paas-bpmn-log/hooks/uselog.mjs +1 -1
- package/es/components/paas-bpmn-log/paas-bpmn-log.vue.mjs +2 -2
- package/es/components/paas-bpmn-log/paas-bpmn-log.vue_vue_type_script_setup_true_lang.mjs +13 -14
- package/es/components/paas-bpmn-log/{paas-bpmn-log.vue_vue_type_style_index_0_scoped_c85122b0_lang.css → paas-bpmn-log.vue_vue_type_style_index_0_scoped_3882c856_lang.css} +9 -9
- package/es/components/select-user-modal/deptUser.vue.d.ts +9 -0
- package/es/components/select-user-modal/deptUser.vue.mjs +7 -0
- package/es/components/select-user-modal/deptUser.vue_vue_type_script_setup_true_name_deptUser_lang.mjs +296 -0
- package/es/components/select-user-modal/deptUser.vue_vue_type_style_index_0_scoped_02dff7bf_lang.css +40 -0
- package/es/components/select-user-modal/index.d.ts +2 -0
- package/es/components/select-user-modal/index.mjs +1 -0
- package/es/components/select-user-modal/range-role.vue.d.ts +9 -0
- package/es/components/select-user-modal/range-role.vue.mjs +7 -0
- package/es/components/select-user-modal/range-role.vue_vue_type_script_setup_true_name_role_lang.mjs +137 -0
- package/es/components/select-user-modal/range-role.vue_vue_type_style_index_0_scoped_1241bcdf_lang.css +34 -0
- package/es/components/select-user-modal/select-user-modal.vue.d.ts +12 -0
- package/es/components/select-user-modal/select-user-modal.vue.mjs +7 -0
- package/es/components/select-user-modal/select-user-modal.vue_vue_type_script_setup_true_name_select-user-modal_lang.mjs +123 -0
- package/es/components/select-user-modal/select-user-modal.vue_vue_type_style_index_0_scoped_8316b821_lang.css +14 -0
- package/es/components/select-user-modal/userGroup.vue.d.ts +9 -0
- package/es/components/select-user-modal/userGroup.vue.mjs +7 -0
- package/es/components/select-user-modal/userGroup.vue_vue_type_script_setup_true_name_userGroup_lang.mjs +149 -0
- package/es/components/select-user-modal/userGroup.vue_vue_type_style_index_0_scoped_47d1cbaa_lang.css +19 -0
- package/es/components/serial-number/serial-number-item.vue.mjs +2 -2
- package/es/components/serial-number/serial-number-item.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_f992d0b8_lang.css +67 -0
- package/es/components/shrink-panel/shrink-panel.css +130 -0
- package/es/components/shrink-panel/shrink-panel.d.ts +23 -0
- package/es/components/shrink-panel/shrink-panel.mjs +41 -0
- package/es/components/ui/basic-grid/basic-grid.vue.d.ts +81 -0
- package/es/components/ui/basic-grid/basic-grid.vue.mjs +7 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_script_setup_true_name_basic-grid_lang.mjs +134 -0
- package/es/components/ui/basic-grid/basic-grid.vue_vue_type_style_index_0_scoped_99a4ea49_lang.css +90 -0
- package/es/components/ui/basic-grid/index.d.ts +3 -0
- package/es/components/ui/basic-grid/index.mjs +1 -0
- package/es/components/ui/basic-grid/types.d.ts +6 -0
- package/es/components/ui/embed-grid/embed-grid.vue.d.ts +62 -0
- package/es/components/ui/embed-grid/embed-grid.vue.mjs +7 -0
- package/es/components/ui/embed-grid/embed-grid.vue_vue_type_script_setup_true_name_embed-grid_lang.mjs +73 -0
- package/es/components/ui/embed-grid/index.d.ts +3 -0
- package/es/components/ui/embed-grid/index.mjs +1 -0
- package/es/components/ui/embed-grid/types.d.ts +5 -0
- package/es/components/ui/form-alert/form-alert.vue.d.ts +10 -0
- package/es/components/ui/form-alert/form-alert.vue.mjs +7 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_script_setup_true_name_form-alert_lang.mjs +31 -0
- package/es/components/ui/form-alert/form-alert.vue_vue_type_style_index_0_scoped_a6bdad9c_lang.css +64 -0
- package/es/components/ui/grid-btns/grid-btns.vue.d.ts +2 -0
- package/es/components/ui/grid-btns/grid-btns.vue.mjs +7 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_script_setup_true_name_grid-btns_lang.mjs +15 -0
- package/es/components/ui/grid-btns/grid-btns.vue_vue_type_style_index_0_scoped_e3385a9e_lang.css +70 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.d.ts +12 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue.mjs +7 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_script_setup_true_name_grid-pagination_lang.mjs +57 -0
- package/es/components/ui/grid-pagination/grid-pagination.vue_vue_type_style_index_0_scoped_4905eabf_lang.css +68 -0
- package/es/components/ui/grid-pagination/index.d.ts +3 -0
- package/es/components/ui/grid-pagination/index.mjs +1 -0
- package/es/components/ui/grid-pagination/types.d.ts +24 -0
- package/es/components/{BpmnRuntime/paas/paas-bpmn-runtime.vue.d.ts → ui/highlight/highlight.vue.d.ts} +2 -1
- package/es/components/ui/highlight/highlight.vue.mjs +7 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_script_setup_true_name_highlight_lang.mjs +30 -0
- package/es/components/ui/highlight/highlight.vue_vue_type_style_index_0_scoped_e17c6606_lang.css +6 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.d.ts +10 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue.mjs +7 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_script_setup_true_name_icon-tooltip_lang.mjs +27 -0
- package/es/components/ui/icon-tooltip/icon-tooltip.vue_vue_type_style_index_0_scoped_a35580e4_lang.css +68 -0
- package/es/components/ui/index.d.ts +10 -0
- package/es/components/ui/index.mjs +12 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.d.ts +26 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue.mjs +7 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +78 -0
- package/es/components/ui/modal-wrapper/modal-wrapper.vue_vue_type_style_index_0_scoped_6b8a9609_lang.css +28 -0
- package/es/components/ui/notice/index.d.ts +8 -0
- package/es/components/ui/notice/index.mjs +31 -0
- package/es/create-app-vue.d.ts +2 -2
- package/es/create-app-vue.mjs +11 -7
- package/es/gct-unocss.css +1 -0
- package/es/hooks/index.d.ts +3 -0
- package/es/hooks/index.mjs +3 -0
- package/es/hooks/useKeyParser.d.ts +16 -0
- package/es/hooks/useKeyParser.mjs +79 -0
- package/es/hooks/usePrinter.d.ts +19 -0
- package/es/hooks/usePrinter.mjs +50 -0
- package/es/hooks/useTreeList.d.ts +23 -0
- package/es/hooks/useTreeList.mjs +160 -0
- package/es/index.d.ts +6 -1
- package/es/index.mjs +89 -44
- package/es/interface/i-view-step/i-view-step.d.ts +32 -0
- package/es/interface/index.d.ts +1 -0
- package/es/locale/sys/appDesigner.d.ts +20 -0
- package/es/locale/sys/component.d.ts +7 -1
- package/es/locale/sys/edhr.d.ts +5 -0
- package/es/locale/sys/expression.d.ts +4 -0
- package/es/locale/sys/i18n.d.ts +1 -1
- package/es/locale/sys/model.d.ts +6 -1
- package/es/locale/sys/onlineForm.d.ts +5 -0
- package/es/locale/sys/org.d.ts +2 -2
- package/es/locale/sys/pageDesigner.d.ts +41 -0
- package/es/locale/sys/printDesigner.d.ts +9 -0
- package/es/locale/sys/webRender.d.ts +25 -0
- package/es/locale/sys.d.ts +32 -5
- package/es/modules/category/category-modal.vue.d.ts +11 -0
- package/es/modules/category/category-modal.vue.mjs +7 -0
- package/es/modules/category/category-modal.vue_vue_type_script_setup_true_name_category-modal_lang.mjs +53 -0
- package/es/modules/category/category-modal.vue_vue_type_style_index_0_scoped_b560615c_lang.css +67 -0
- package/es/modules/category/category-sider.vue.d.ts +337 -0
- package/es/modules/category/category-sider.vue.mjs +7 -0
- package/es/modules/category/category-sider.vue_vue_type_script_setup_true_name_category-sider_lang.mjs +239 -0
- package/es/modules/category/category-sider.vue_vue_type_style_index_0_scoped_67c7b3e4_lang.css +211 -0
- package/es/modules/category/hooks/useCategory.d.ts +20 -0
- package/es/modules/category/hooks/useCategory.mjs +139 -0
- package/es/modules/category/index.d.ts +2 -0
- package/es/modules/category/index.mjs +2 -0
- package/es/modules/category/type.d.ts +8 -0
- package/es/modules/color-picker/index.mjs +1 -1
- package/es/modules/color-picker/src/color-editor.vue.mjs +1 -1
- package/es/modules/data-rules-container/index.d.ts +5 -0
- package/es/modules/data-rules-container/index.mjs +4 -0
- package/es/modules/data-rules-container/src/components/header-action.vue.d.ts +10 -0
- package/es/modules/data-rules-container/src/components/header-action.vue.mjs +7 -0
- package/es/modules/data-rules-container/src/components/header-action.vue_vue_type_script_setup_true_name_header-action_lang.mjs +36 -0
- package/es/modules/data-rules-container/src/components/header-action.vue_vue_type_style_index_0_scoped_4e281013_lang.css +32 -0
- package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue.d.ts +8 -0
- package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/ndo-select-cmp.vue_vue_type_script_setup_true_lang.mjs +266 -0
- package/es/modules/data-rules-container/src/components/perm-action-node.vue.d.ts +22 -0
- package/es/modules/data-rules-container/src/components/perm-action-node.vue.mjs +7 -0
- package/es/modules/data-rules-container/src/components/perm-action-node.vue_vue_type_script_setup_true_name_perm-action-node_lang.mjs +384 -0
- package/es/modules/data-rules-container/src/components/perm-action-node.vue_vue_type_style_index_0_scoped_a053095c_lang.css +73 -0
- package/es/modules/data-rules-container/src/components/perm-root-node.vue.d.ts +3 -0
- package/es/modules/data-rules-container/src/components/perm-root-node.vue.mjs +7 -0
- package/es/modules/data-rules-container/src/components/perm-root-node.vue_vue_type_script_setup_true_name_perm-root-node_lang.mjs +61 -0
- package/es/modules/data-rules-container/src/components/perm-root-node.vue_vue_type_style_index_0_scoped_ca5c9d20_lang.css +74 -0
- package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue.d.ts +11 -0
- package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/rdo-select-cmp.vue_vue_type_script_setup_true_lang.mjs +93 -0
- package/es/modules/data-rules-container/src/components/request-select-cmp.vue.d.ts +9 -0
- package/es/modules/data-rules-container/src/components/request-select-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/request-select-cmp.vue_vue_type_script_setup_true_name_request-select-cmp_lang.mjs +117 -0
- package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue.d.ts +3 -0
- package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue.mjs +6 -0
- package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue_vue_type_script_name_gct-select_setup_true_lang.mjs +100 -0
- package/es/modules/data-rules-container/src/components/request-tree-select-cmp.vue_vue_type_style_index_0_lang.css +21 -0
- package/es/modules/data-rules-container/src/components/select-modal-cmp.vue.d.ts +32 -0
- package/es/modules/data-rules-container/src/components/select-modal-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/select-modal-cmp.vue_vue_type_script_setup_true_name_select-modal-cmp_lang.mjs +268 -0
- package/es/modules/data-rules-container/src/components/select-more.vue.d.ts +8 -0
- package/es/modules/data-rules-container/src/components/select-more.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/select-more.vue_vue_type_script_setup_true_lang.mjs +26 -0
- package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue.d.ts +12 -0
- package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/select-userdep-cmp.vue_vue_type_script_setup_true_name_select-userdep-cmp_lang.mjs +103 -0
- package/es/modules/data-rules-container/src/components/tree-action-node.vue.d.ts +25 -0
- package/es/modules/data-rules-container/src/components/tree-action-node.vue.mjs +7 -0
- package/es/modules/data-rules-container/src/components/tree-action-node.vue_vue_type_script_setup_true_name_tree-action-node_lang.mjs +544 -0
- package/es/modules/data-rules-container/src/components/tree-action-node.vue_vue_type_style_index_0_scoped_f37ec578_lang.css +67 -0
- package/es/modules/data-rules-container/src/components/tree-root-node.vue.d.ts +3 -0
- package/es/modules/data-rules-container/src/components/tree-root-node.vue.mjs +7 -0
- package/es/modules/data-rules-container/src/components/tree-root-node.vue_vue_type_script_setup_true_name_tree-root-node_lang.mjs +108 -0
- package/es/modules/data-rules-container/src/components/tree-root-node.vue_vue_type_style_index_0_scoped_74e5fbf3_lang.css +29 -0
- package/es/modules/data-rules-container/src/components/tree-select-cmp.vue.d.ts +3 -0
- package/es/modules/data-rules-container/src/components/tree-select-cmp.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/components/tree-select-cmp.vue_vue_type_script_name_gct-select_setup_true_lang.mjs +89 -0
- package/es/modules/data-rules-container/src/constant/config.d.ts +146 -0
- package/es/modules/data-rules-container/src/constant/config.mjs +548 -0
- package/es/modules/data-rules-container/src/constant/interface.d.ts +85 -0
- package/es/modules/data-rules-container/src/constant/interface.mjs +149 -0
- package/es/modules/data-rules-container/src/data-rules-container.vue.d.ts +45 -0
- package/es/modules/data-rules-container/src/data-rules-container.vue.mjs +6 -0
- package/es/modules/data-rules-container/src/data-rules-container.vue_vue_type_script_setup_true_name_data-rules-container_lang.mjs +234 -0
- package/es/modules/data-rules-container/src/data-rules-container.vue_vue_type_style_index_0_lang.css +149 -0
- package/es/modules/data-rules-container/src/field-role-container.vue.d.ts +14 -0
- package/es/modules/data-rules-container/src/field-role-container.vue.mjs +5 -0
- package/es/modules/data-rules-container/src/field-role-container.vue_vue_type_script_setup_true_name_field-role-container_lang.mjs +73 -0
- package/es/modules/data-rules-container/src/hooks/useDataRulesTree.d.ts +30 -0
- package/es/modules/data-rules-container/src/hooks/useDataRulesTree.mjs +317 -0
- package/es/modules/data-rules-container/src/hooks/useEmitter.d.ts +10 -0
- package/es/modules/data-rules-container/src/hooks/useRdoHooks.d.ts +37 -0
- package/es/modules/data-rules-container/src/hooks/useRdoHooks.mjs +144 -0
- package/es/modules/data-rules-container/src/hooks/useRole.d.ts +8 -0
- package/es/modules/data-rules-container/src/typing.d.ts +40 -0
- package/es/modules/gct-form/components/flex-item/flex-item.mjs +1 -1
- package/es/modules/gct-form/components/grid-container/grid-container.mjs +1 -2
- package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +1 -0
- package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +11 -0
- package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +2 -0
- package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.d.ts +2 -2
- package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +2 -2
- package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +1 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.css +67 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.d.ts +50 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.mjs +62 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.d.ts +13 -0
- package/es/modules/gct-form/editor/gct-form-date-range/form-date-range.provider.mjs +15 -0
- package/es/modules/gct-form/editor/gct-form-date-range/index.d.ts +4 -0
- package/es/modules/gct-form/editor/gct-form-date-range/index.mjs +8 -0
- package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +6 -7
- package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +6 -4
- package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +1 -1
- package/es/modules/gct-form/editor/index.mjs +2 -1
- package/es/modules/gct-form/hooks/index.d.ts +1 -0
- package/es/modules/gct-form/hooks/index.mjs +1 -0
- package/es/modules/gct-form/hooks/use-form-value/use-form-value.d.ts +11 -0
- package/es/modules/gct-form/hooks/use-form-value/use-form-value.mjs +27 -0
- package/es/modules/gct-form/index.mjs +3 -0
- package/es/modules/gct-form/interface/i-controller/form-hidden-item/form-hidden-item.controller.d.ts +4 -4
- package/es/modules/gct-form/interface/i-form/i-form-hidden-item.d.ts +3 -3
- package/es/modules/gct-form/interface/i-form/i-form-item-basic.d.ts +8 -0
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +3 -1
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +7 -6
- package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.d.ts +2 -2
- package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.mjs +1 -1
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +3 -1
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +7 -6
- package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +7 -6
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.css +70 -0
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.d.ts +22 -0
- package/es/modules/gct-form/widgets/gct-search-form/form/app-form.mjs +106 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.css +73 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.d.ts +15 -0
- package/es/modules/gct-form/widgets/gct-search-form/form-item/form-item.mjs +22 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.controller.d.ts +46 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.controller.mjs +69 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.state.d.ts +10 -0
- package/es/modules/gct-form/widgets/gct-search-form/form.state.mjs +13 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.css +83 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.d.ts +33 -0
- package/es/modules/gct-form/widgets/gct-search-form/gct-search-form.mjs +56 -0
- package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +1 -0
- package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +2 -0
- package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +3 -0
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +1 -1
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +1 -1
- package/es/modules/global-drawer/index.d.ts +4 -0
- package/es/modules/global-drawer/index.mjs +8 -0
- package/es/modules/global-drawer/src/BasicDrawer.vue.d.ts +171 -0
- package/es/modules/global-drawer/src/BasicDrawer.vue.mjs +6 -0
- package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_script_setup_true_name_BasicDrawer_lang.mjs +145 -0
- package/es/modules/global-drawer/src/BasicDrawer.vue_vue_type_style_index_0_lang.css +40 -0
- package/es/modules/global-drawer/src/components/DrawerFooter.vue.d.ts +95 -0
- package/es/modules/global-drawer/src/components/DrawerFooter.vue.mjs +42 -0
- package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_script_lang.mjs +38 -0
- package/es/modules/global-drawer/src/components/DrawerFooter.vue_vue_type_style_index_0_lang.css +11 -0
- package/es/modules/global-drawer/src/components/DrawerHeader.vue.d.ts +20 -0
- package/es/modules/global-drawer/src/components/DrawerHeader.vue.mjs +22 -0
- package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_script_lang.mjs +25 -0
- package/es/modules/global-drawer/src/components/DrawerHeader.vue_vue_type_style_index_0_lang.css +18 -0
- package/es/modules/global-drawer/src/props.d.ts +111 -0
- package/es/modules/global-drawer/src/props.mjs +62 -0
- package/es/modules/global-drawer/src/typing.d.ts +170 -0
- package/es/modules/global-drawer/src/useDrawer.d.ts +6 -0
- package/es/modules/global-drawer/src/useDrawer.mjs +6 -0
- package/es/modules/global-modal/src/BasicModal.vue.d.ts +56 -2
- package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +55 -70
- package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +28 -1
- package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +3 -4
- package/es/modules/picture-cropper/src/CropperAvatar.vue.mjs +2 -2
- package/es/modules/picture-cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +7 -7
- package/es/modules/picture-cropper/src/{CropperAvatar.vue_vue_type_style_index_0_scoped_ef939ff0_lang.css → CropperAvatar.vue_vue_type_style_index_0_scoped_0523079a_lang.css} +7 -7
- package/es/modules/picture-cropper/src/CropperFree.vue.mjs +2 -2
- package/es/modules/picture-cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +13 -4
- package/es/modules/picture-cropper/src/{CropperFree.vue_vue_type_style_index_0_scoped_c85d53db_lang.css → CropperFree.vue_vue_type_style_index_0_scoped_c731e25e_lang.css} +16 -16
- package/es/modules/print-tmpl/icon-print-folder.svg.mjs +4 -0
- package/es/modules/print-tmpl/icon-print-printer.svg.mjs +4 -0
- package/es/modules/print-tmpl/index.d.ts +2 -0
- package/es/modules/print-tmpl/index.mjs +1 -0
- package/es/modules/print-tmpl/print-tmpl-modal.vue.d.ts +31 -0
- package/es/modules/print-tmpl/print-tmpl-modal.vue.mjs +7 -0
- package/es/modules/print-tmpl/print-tmpl-modal.vue_vue_type_script_setup_true_name_print-tmpl-modal_lang.mjs +593 -0
- package/es/modules/print-tmpl/print-tmpl-modal.vue_vue_type_style_index_0_scoped_d94551a9_lang.css +143 -0
- package/es/modules/relationship-diagram-config/cache.controller.d.ts +70 -0
- package/es/modules/relationship-diagram-config/cache.controller.mjs +128 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.css +123 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.d.ts +393 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item/diagram-config-item.mjs +98 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.css +71 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.d.ts +28 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-container/diagram-config-item-container.mjs +53 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-info/diagram-config-item-info.d.ts +27 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-info/diagram-config-item-info.mjs +2 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.css +107 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.d.ts +34 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-reverse/diagram-config-item-reverse.mjs +198 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.css +68 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.d.ts +31 -0
- package/es/modules/relationship-diagram-config/components/diagram-config-item-virtual/diagram-config-item-virtual.mjs +53 -0
- package/es/modules/relationship-diagram-config/components/index.d.ts +5 -0
- package/es/modules/relationship-diagram-config/components/index.mjs +5 -0
- package/es/modules/relationship-diagram-config/constant/index.d.ts +72 -0
- package/es/modules/relationship-diagram-config/constant/index.mjs +70 -0
- package/es/modules/relationship-diagram-config/hooks/index.d.ts +10 -0
- package/es/modules/relationship-diagram-config/hooks/index.mjs +19 -0
- package/es/modules/relationship-diagram-config/index.d.ts +6 -0
- package/es/modules/relationship-diagram-config/index.mjs +28 -0
- package/es/modules/relationship-diagram-config/interface/i-link-provider/i-link-provider.d.ts +57 -0
- package/es/modules/relationship-diagram-config/interface/i-node-provider/i-node-provider.d.ts +18 -0
- package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-link/i-relationship-diagram-link.d.ts +80 -0
- package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-node/i-relationship-diagram-node.d.ts +82 -0
- package/es/modules/relationship-diagram-config/interface/i-relationship-diagram-options/i-relationship-diagram-options.d.ts +51 -0
- package/es/modules/relationship-diagram-config/interface/i-rule-config/i-rule-config.d.ts +135 -0
- package/es/modules/relationship-diagram-config/interface/index.d.ts +6 -0
- package/es/modules/relationship-diagram-config/link.controller.d.ts +75 -0
- package/es/modules/relationship-diagram-config/link.controller.mjs +121 -0
- package/es/modules/relationship-diagram-config/node.controller.d.ts +102 -0
- package/es/modules/relationship-diagram-config/node.controller.mjs +189 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/arrow-endpoint.d.ts +23 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/arrow-endpoint.mjs +33 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/blank-endpoint-renderer.d.ts +1 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/blank-endpoint-renderer.mjs +27 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/index.d.ts +3 -0
- package/es/modules/relationship-diagram-config/plumb-plugin/index.mjs +2 -0
- package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.css +132 -0
- package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.d.ts +21 -0
- package/es/modules/relationship-diagram-config/providers/default-link-provider/default-link-provider.mjs +184 -0
- package/es/modules/relationship-diagram-config/providers/default-node-provider/default-node-provider.d.ts +14 -0
- package/es/modules/relationship-diagram-config/providers/default-node-provider/default-node-provider.mjs +17 -0
- package/es/modules/relationship-diagram-config/providers/index.d.ts +5 -0
- package/es/modules/relationship-diagram-config/providers/index.mjs +5 -0
- package/es/modules/relationship-diagram-config/providers/reverse-node-provider/reverse-node-provider.d.ts +14 -0
- package/es/modules/relationship-diagram-config/providers/reverse-node-provider/reverse-node-provider.mjs +17 -0
- package/es/modules/relationship-diagram-config/providers/virtual-link-provider/virtual-link-provider.d.ts +16 -0
- package/es/modules/relationship-diagram-config/providers/virtual-link-provider/virtual-link-provider.mjs +26 -0
- package/es/modules/relationship-diagram-config/providers/virtual-node-provider/virtual-node-provider.d.ts +14 -0
- package/es/modules/relationship-diagram-config/providers/virtual-node-provider/virtual-node-provider.mjs +17 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.controller.d.ts +119 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.controller.mjs +199 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.css +113 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.d.ts +102 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.mjs +104 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.state.d.ts +44 -0
- package/es/modules/relationship-diagram-config/relationship-diagram-config.state.mjs +46 -0
- package/es/modules/relationship-diagram-config/utils/index.d.ts +1 -0
- package/es/modules/relationship-diagram-config/utils/register/register.d.ts +71 -0
- package/es/modules/relationship-diagram-config/utils/register/register.mjs +81 -0
- package/es/styles/index.css +263 -0
- package/es/types/index.d.ts +1 -1
- package/es/types/shims-modules.d.ts +2 -0
- package/es/utils/overlay-controller/overlay-controller.d.ts +3 -1
- package/es/utils/overlay-controller/overlay-controller.mjs +9 -0
- package/es/utils/recursive.mjs +1 -0
- package/package.json +16 -11
- package/dist/_plugin-vue_export-helper-59SbqtUR.js +0 -1
- package/dist/components-pQ55MIpq.js +0 -1
- package/dist/icon-next-picker-CvCosnvS.js +0 -1
- package/dist/monaco-editor-CgESUPw_.js +0 -1
- package/dist/template-6yiNrzBh.js +0 -1
- package/es/components/BpmnRuntime/index.d.ts +0 -2
- package/es/components/BpmnRuntime/index.mjs +0 -1
- package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue.mjs +0 -5
- package/es/components/BpmnRuntime/paas/paas-bpmn-runtime.vue_vue_type_script_setup_true_lang.mjs +0 -83
- package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_a49a84da_lang.css +0 -39
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +0 -33
- package/es/components/label-design/panels/widget/controls/labelTemplate.vue_vue_type_style_index_0_scoped_992e00bb_lang.css +0 -10
- package/es/components/paas-bpmn-log/hooks/useObserver.mjs +0 -46
- package/es/components/serial-number/serial-number-item.vue_vue_type_style_index_0_scoped_7baf8e25_lang.css +0 -67
- /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
package/es/create-app-vue.mjs
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
+
import { GctOverlayScrollbars } from "./components/overlay-scrollbars/gct-overlay-scrollbars.mjs";
|
|
2
|
+
import ColorPicker_default from "./modules/color-picker/src/ColorPicker.vue.mjs";
|
|
3
|
+
import { BasicModal } from "./modules/global-modal/index.mjs";
|
|
4
|
+
import components_default from "./components/index.mjs";
|
|
1
5
|
import gct_form_default from "./modules/gct-form/index.mjs";
|
|
2
6
|
import gct_table_default from "./modules/gct-table/index.mjs";
|
|
3
7
|
import color_editor_default from "./modules/color-picker/src/color-editor.vue.mjs";
|
|
4
|
-
import ColorPicker_default from "./modules/color-picker/src/ColorPicker.vue.mjs";
|
|
5
8
|
import "./modules/color-picker/index.mjs";
|
|
6
|
-
import
|
|
7
|
-
import components_default from "./components/index.mjs";
|
|
8
|
-
import { GctOverlayScrollbars } from "./components/overlay-scrollbars/gct-overlay-scrollbars.mjs";
|
|
9
|
+
import relationship_diagram_config_default from "./modules/relationship-diagram-config/index.mjs";
|
|
9
10
|
import { setupDirectives } from "./directives/index.mjs";
|
|
11
|
+
import { BasicDrawer } from "./modules/global-drawer/index.mjs";
|
|
10
12
|
import Antdv from "ant-design-vue";
|
|
11
13
|
import { coreComponentsCreateAppVue } from "@gct-paas/core-components";
|
|
12
14
|
import * as Icons from "@ant-design/icons-vue";
|
|
@@ -17,9 +19,9 @@ import "overlayscrollbars/overlayscrollbars.css";
|
|
|
17
19
|
*
|
|
18
20
|
* @export
|
|
19
21
|
* @param {App} app
|
|
20
|
-
* @return {*} {
|
|
22
|
+
* @return {*} {void}
|
|
21
23
|
*/
|
|
22
|
-
|
|
24
|
+
function coreWebCreateAppVue(app) {
|
|
23
25
|
app.use(Antdv);
|
|
24
26
|
setupDirectives(app);
|
|
25
27
|
app.use(components_default);
|
|
@@ -29,10 +31,12 @@ async function coreWebCreateAppVue(app) {
|
|
|
29
31
|
app.component(ColorPicker_default.name, ColorPicker_default);
|
|
30
32
|
app.component(color_editor_default.name, color_editor_default);
|
|
31
33
|
app.component("OverlayScrollbarsComponent", GctOverlayScrollbars);
|
|
32
|
-
|
|
34
|
+
app.use(relationship_diagram_config_default);
|
|
35
|
+
coreComponentsCreateAppVue(app);
|
|
33
36
|
app.use(gct_form_default);
|
|
34
37
|
app.use(gct_table_default);
|
|
35
38
|
app.use(BasicModal);
|
|
39
|
+
app.use(BasicDrawer);
|
|
36
40
|
}
|
|
37
41
|
//#endregion
|
|
38
42
|
export { coreWebCreateAppVue };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.container{width:100%;}.container\!{width:100% !important;}.ks-column{display:flex;flex-direction:column;}.ks-row{display:flex;}.ks-row-center{display:flex;justify-content:center;}.ks-row-center-middle{display:flex;align-items:center;justify-content:center;}.ks-row-end{display:flex;align-items:flex-end;}.ks-row-middle{display:flex;align-items:center;}.ks-col{flex:1 1 0%;}.ell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media (min-width: 640px){.container{max-width:640px;}.container\!{max-width:640px !important;}}@media (min-width: 768px){.container{max-width:768px;}.container\!{max-width:768px !important;}}@media (min-width: 1024px){.container{max-width:1024px;}.container\!{max-width:1024px !important;}}@media (min-width: 1280px){.container{max-width:1280px;}.container\!{max-width:1280px !important;}}@media (min-width: 1536px){.container{max-width:1536px;}.container\!{max-width:1536px !important;}}.visible{visibility:visible;}.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.sticky{position:sticky;}.static{position:static;}.left-2\/3{left:66.6666666667%;}.top-0{top:0;}.z-10{z-index:10;}.grid{display:grid;}.float-left{float:left;}.m--14px{margin:-14px;}.\!my-4px{margin-top:4px !important;margin-bottom:4px !important;}.mx-4px{margin-left:4px;margin-right:4px;}.my-4px{margin-top:4px;margin-bottom:4px;}.\!ml-20px{margin-left:20px !important;}.m-e{margin-inline-end:1rem;}.mb{margin-bottom:1rem;}.mb-20px{margin-bottom:20px;}.mb-2px{margin-bottom:2px;}.mb-3{margin-bottom:0.75rem;}.mb-4px{margin-bottom:4px;}.mb-8px,.mb8px{margin-bottom:8px;}.ml{margin-left:1rem;}.ml-1{margin-left:0.25rem;}.ml-12px,.ml12px{margin-left:12px;}.ml-16px{margin-left:16px;}.ml-24px{margin-left:24px;}.ml-3px{margin-left:3px;}.ml-4px,.ml4px{margin-left:4px;}.ml-6px{margin-left:6px;}.ml-8px,.ml8px{margin-left:8px;}.ml5px{margin-left:5px;}.mr{margin-right:1rem;}.mr-10px,.mr10px{margin-right:10px;}.mr-12px,.mr12px{margin-right:12px;}.mr-2{margin-right:0.5rem;}.mr-2px,.mr2px{margin-right:2px;}.mr-40px{margin-right:40px;}.mr-4px,.mr4px{margin-right:4px;}.mr-5px,.mr5px{margin-right:5px;}.mr-8px,.mr8px{margin-right:8px;}.mr14px{margin-right:14px;}.mr6px{margin-right:6px;}.mt{margin-top:1rem;}.mt-1{margin-top:0.25rem;}.mt-3px{margin-top:3px;}.mt10px{margin-top:10px;}.mt12px{margin-top:12px;}.mt4px{margin-top:4px;}.mt8px{margin-top:8px;}.block{display:block;}.inline-block{display:inline-block;}.contents{display:contents;}.hidden{display:none;}.\!w-auto{width:auto !important;}.h-28px,.h28px{height:28px;}.h-4{height:1rem;}.h-47px{height:47px;}.h-4px{height:4px;}.h-6px{height:6px;}.h-full,.h100\%{height:100%;}.h24px{height:24px;}.h40px{height:40px;}.h450px{height:450px;}.h50\%{height:50%;}.important-h-full{height:100% !important;}.important-w-full{width:100% !important;}.min-h100\%{min-height:100%;}.min-w-0{min-width:0;}.w-0{width:0;}.w-1\/2{width:50%;}.w-11\/36{width:30.5555555556%;}.w-14\/36{width:38.8888888889%;}.w-260px{width:260px;}.w-4px{width:4px;}.w-52{width:13rem;}.w-6px{width:6px;}.w-full,.w100\%{width:100%;}.w120px{width:120px;}.w148px{width:148px;}.w230px{width:230px;}.w24px{width:24px;}.w28px{width:28px;}.w2px{width:2px;}.w3px{width:3px;}.w42px{width:42px;}.w76px{width:76px;}.flex{display:flex;}.inline-flex{display:inline-flex;}.flex-1{flex:1 1 0%;}.flex-shrink,.shrink-panel{flex-shrink:1;}.shrink-0{flex-shrink:0;}.flex-grow{flex-grow:1;}.flex-col{flex-direction:column;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.cursor-pointer{cursor:pointer;}.cursor-move{cursor:move;}.select-none{-webkit-user-select:none;user-select:none;}.resize{resize:both;}.items-end{align-items:flex-end;}.items-center{align-items:center;}.justify-end{justify-content:flex-end;}.justify-center{justify-content:center;}.overflow-hidden{overflow:hidden;}.overflow-x-auto{overflow-x:auto;}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.whitespace-nowrap{white-space:nowrap;}.break-all{word-break:break-all;}.b,.border{border-width:1px;}.border-0{border-width:0px;}.border-b{border-bottom-width:1px;}.border-l{border-left-width:1px;}.border-t{border-top-width:1px;}.rounded-4px{border-radius:4px;}.rounded-50\%{border-radius:50%;}.bg-\[\#F77E4A1A\]{--un-bg-opacity:0.1;background-color:rgb(247 126 74 / var(--un-bg-opacity)) /* #F77E4A1A */;}.bg-\[\#F7F8FA\]{--un-bg-opacity:1;background-color:rgb(247 248 250 / var(--un-bg-opacity)) /* #F7F8FA */;}.bg-\[\#FBFBFC\]{--un-bg-opacity:1;background-color:rgb(251 251 252 / var(--un-bg-opacity)) /* #FBFBFC */;}.bg-\[\#FFFFFF\]{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #FFFFFF */;}.p-12px,.p12px{padding:12px;}.p-4{padding:1rem;}.p-8px,.p8px{padding:8px;}.p10px{padding:10px;}.p16px{padding:16px;}.p2px{padding:2px;}.p4px{padding:4px;}.p5px{padding:5px;}.px{padding-left:1rem;padding-right:1rem;}.px-12px{padding-left:12px;padding-right:12px;}.px-16px{padding-left:16px;padding-right:16px;}.px-2{padding-left:0.5rem;padding-right:0.5rem;}.px2mm{padding-left:2mm;padding-right:2mm;}.px4px{padding-left:4px;padding-right:4px;}.py-12px{padding-top:12px;padding-bottom:12px;}.py-16px{padding-top:16px;padding-bottom:16px;}.py-24px{padding-top:24px;padding-bottom:24px;}.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}.py-8px,.py8px{padding-top:8px;padding-bottom:8px;}.pb10px{padding-bottom:10px;}.pb16px{padding-bottom:16px;}.pb8px{padding-bottom:8px;}.pl-10px{padding-left:10px;}.pl-4px{padding-left:4px;}.pl-8px{padding-left:8px;}.pl12px{padding-left:12px;}.pl16px{padding-left:16px;}.pl5px{padding-left:5px;}.pl6px{padding-left:6px;}.pr-4px{padding-right:4px;}.pr12px{padding-right:12px;}.pr16px{padding-right:16px;}.pr2px{padding-right:2px;}.pr6px{padding-right:6px;}.pr8px{padding-right:8px;}.pt-12px,.pt12px{padding-top:12px;}.pt-4{padding-top:1rem;}.pt0px{padding-top:0;}.pt10px{padding-top:10px;}.pt18px{padding-top:18px;}.pt5px{padding-top:5px;}.pt6px{padding-top:6px;}.pt8px{padding-top:8px;}.text-center{text-align:center;}.text-right{text-align:right;}.indent{text-indent:1.5rem;}.text-wrap{text-wrap:wrap;}.align-middle{vertical-align:middle;}.text-\[12px\]{font-size:12px;}.text-\[14px\]{font-size:14px;}.text-\[16px\],.text-16px{font-size:16px;}.text-sm{font-size:0.875rem;line-height:1.25rem;}.text-xs{font-size:0.75rem;line-height:1rem;}.text-\[\#212528\]{--un-text-opacity:1;color:rgb(33 37 40 / var(--un-text-opacity)) /* #212528 */;}.text-\[\#242424\]{--un-text-opacity:1;color:rgb(36 36 36 / var(--un-text-opacity)) /* #242424 */;}.text-\[\#309C41\]{--un-text-opacity:1;color:rgb(48 156 65 / var(--un-text-opacity)) /* #309C41 */;}.text-\[\#3168EC\]{--un-text-opacity:1;color:rgb(49 104 236 / var(--un-text-opacity)) /* #3168EC */;}.text-\[\#333333\]{--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity)) /* #333333 */;}.text-\[\#474747\]{--un-text-opacity:1;color:rgb(71 71 71 / var(--un-text-opacity)) /* #474747 */;}.text-\[\#666666\]{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity)) /* #666666 */;}.color-\[\#797A7D\],.text-\[\#797A7D\]{--un-text-opacity:1;color:rgb(121 122 125 / var(--un-text-opacity)) /* #797A7D */;}.text-\[\#888\]{--un-text-opacity:1;color:rgb(136 136 136 / var(--un-text-opacity)) /* #888 */;}.color-\[\#8B8B8B\],.text-\[\#8B8B8B\]{--un-text-opacity:1;color:rgb(139 139 139 / var(--un-text-opacity)) /* #8B8B8B */;}.text-\[\#8F8F8F\]{--un-text-opacity:1;color:rgb(143 143 143 / var(--un-text-opacity)) /* #8F8F8F */;}.text-\[\#bfbfbf\]{--un-text-opacity:1;color:rgb(191 191 191 / var(--un-text-opacity)) /* #bfbfbf */;}.color-\[\#C3C3C3\],.text-\[\#C3C3C3\]{--un-text-opacity:1;color:rgb(195 195 195 / var(--un-text-opacity)) /* #C3C3C3 */;}.text-\[\#F54547\]{--un-text-opacity:1;color:rgb(245 69 71 / var(--un-text-opacity)) /* #F54547 */;}.text-\[var\(--ant-primary-color\)\]{color:var(--ant-primary-color) /* var(--ant-primary-color) */;}.text-zinc-500{--un-text-opacity:1;color:rgb(113 113 122 / var(--un-text-opacity)) /* #71717a */;}.color-\[\#1A1D23\]{--un-text-opacity:1;color:rgb(26 29 35 / var(--un-text-opacity)) /* #1A1D23 */;}.color-\[\#F77E4A\]{--un-text-opacity:1;color:rgb(247 126 74 / var(--un-text-opacity)) /* #F77E4A */;}.font-400{font-weight:400;}.font-500{font-weight:500;}.font-bold{font-weight:700;}.leading-10{line-height:2.5rem;}.leading-none{line-height:1;}.italic{font-style:italic;}.line-through{text-decoration-line:line-through;}.underline{text-decoration-line:underline;}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / 0.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.outline{outline-style:solid;}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.ease{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}
|
package/es/hooks/index.d.ts
CHANGED
package/es/hooks/index.mjs
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* key值转换器
|
|
4
|
+
* @param prefix 前缀
|
|
5
|
+
* @param suffix 后缀 仅空字符串代表不需要后缀
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare function useKeyParser(prefix: Ref<string | undefined> | string, suffix?: Ref<string | undefined> | string): {
|
|
9
|
+
keyPrefix: Ref<string, string>;
|
|
10
|
+
keySuffix: Ref<string, string>;
|
|
11
|
+
keyReset: () => void;
|
|
12
|
+
keyPad: (key: string) => string | undefined;
|
|
13
|
+
keyClip: (formKey: string) => string;
|
|
14
|
+
keyPrePad: (key: string) => string | undefined;
|
|
15
|
+
keyPreClip: (formKey: string) => string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { isRef, ref, unref, watch } from "vue";
|
|
2
|
+
import { ProjectName } from "@gct-paas/core";
|
|
3
|
+
//#region src/hooks/useKeyParser.ts
|
|
4
|
+
var SourceTypeEnum = /* @__PURE__ */ function(SourceTypeEnum) {
|
|
5
|
+
SourceTypeEnum["SELF_BUILT"] = "SELF_BUILT";
|
|
6
|
+
SourceTypeEnum["IMPORT"] = "IMPORT";
|
|
7
|
+
return SourceTypeEnum;
|
|
8
|
+
}(SourceTypeEnum || {});
|
|
9
|
+
/**
|
|
10
|
+
* key值转换器
|
|
11
|
+
* @param prefix 前缀
|
|
12
|
+
* @param suffix 后缀 仅空字符串代表不需要后缀
|
|
13
|
+
* @returns
|
|
14
|
+
*/
|
|
15
|
+
function useKeyParser(prefix, suffix) {
|
|
16
|
+
const hasDollar = ref(false);
|
|
17
|
+
const upperCase = ref(false);
|
|
18
|
+
const keyPrefix = ref("");
|
|
19
|
+
const keySuffix = ref("");
|
|
20
|
+
const branchId = _gct.store.context.bid || "";
|
|
21
|
+
function keyReset() {
|
|
22
|
+
const prefixString = unref(prefix);
|
|
23
|
+
const suffixString = unref(suffix);
|
|
24
|
+
if (!prefixString) return;
|
|
25
|
+
hasDollar.value = prefixString.startsWith("$");
|
|
26
|
+
upperCase.value = /\$?[A-Z]+_/.test(prefixString);
|
|
27
|
+
keyPrefix.value = (hasDollar.value ? "$" : "") + (_gct.store.appInfo.sourceType === SourceTypeEnum.IMPORT ? upperCase.value ? "I" : "i" : "") + (hasDollar.value ? prefixString.substring(1) : prefixString) + (prefixString.endsWith("_") ? "" : "_");
|
|
28
|
+
keySuffix.value = suffixString === "" ? "" : _gct.store.projectName === ProjectName.WEB_RENDER ? "" : branchId ? "_" + (upperCase.value ? branchId.toUpperCase() : branchId) : "";
|
|
29
|
+
}
|
|
30
|
+
keyReset();
|
|
31
|
+
if (isRef(prefix)) watch(prefix, () => {
|
|
32
|
+
keyReset();
|
|
33
|
+
});
|
|
34
|
+
if (isRef(suffix)) watch(suffix, () => {
|
|
35
|
+
keyReset();
|
|
36
|
+
});
|
|
37
|
+
/**
|
|
38
|
+
* 补全key信息 包含 导入信息 模块信息 分支信息
|
|
39
|
+
* @param key
|
|
40
|
+
* @returns
|
|
41
|
+
*/
|
|
42
|
+
function keyPad(key) {
|
|
43
|
+
if (!key) return;
|
|
44
|
+
return `${keyPrefix.value}${key}${keySuffix.value}`;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* 裁剪key
|
|
48
|
+
* @param key
|
|
49
|
+
*/
|
|
50
|
+
function keyClip(formKey) {
|
|
51
|
+
const id = unref(prefix).match(/\$?(([a-zA-Z]+_)*[a-zA-Z]+)_?/)[1];
|
|
52
|
+
const prefixPos = formKey.indexOf(id) + id.length;
|
|
53
|
+
const suffixPos = !keySuffix.value || unref(suffix) === "" ? formKey.length : formKey.lastIndexOf("_");
|
|
54
|
+
keyPrefix.value = formKey.substring(0, prefixPos + 1);
|
|
55
|
+
keySuffix.value = formKey.substring(suffixPos);
|
|
56
|
+
return formKey.substring(prefixPos + 1, suffixPos);
|
|
57
|
+
}
|
|
58
|
+
function keyPreClip(formKey) {
|
|
59
|
+
const id = unref(prefix).match(/\$?(([a-zA-Z]+_)*[a-zA-Z]+)_?/)[1];
|
|
60
|
+
const prefixPos = formKey.indexOf(id) + id.length;
|
|
61
|
+
keyPrefix.value = formKey.substring(0, prefixPos + 1);
|
|
62
|
+
return formKey.substring(prefixPos + 1);
|
|
63
|
+
}
|
|
64
|
+
function keyPrePad(key) {
|
|
65
|
+
if (!key) return;
|
|
66
|
+
return `${keyPrefix.value}${key}`;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
keyPrefix,
|
|
70
|
+
keySuffix,
|
|
71
|
+
keyReset,
|
|
72
|
+
keyPad,
|
|
73
|
+
keyClip,
|
|
74
|
+
keyPrePad,
|
|
75
|
+
keyPreClip
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
//#endregion
|
|
79
|
+
export { useKeyParser };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface PrintZPLParams {
|
|
2
|
+
/**
|
|
3
|
+
* 测试变量
|
|
4
|
+
*/
|
|
5
|
+
testVar?: IObject;
|
|
6
|
+
/**
|
|
7
|
+
* 业务服务key
|
|
8
|
+
*/
|
|
9
|
+
bizServiceKey?: string;
|
|
10
|
+
/**
|
|
11
|
+
* 打印类型
|
|
12
|
+
*/
|
|
13
|
+
printType?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare function usePrinter(): {
|
|
16
|
+
printZPL: (device: IObject, zplCommand: unknown) => void;
|
|
17
|
+
printLabelKey: (labelKey?: string, data?: IObject, { testVar, bizServiceKey }?: PrintZPLParams) => Promise<void>;
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { t } from "@gct-paas/core";
|
|
2
|
+
import { message } from "ant-design-vue";
|
|
3
|
+
//#region src/hooks/usePrinter.ts
|
|
4
|
+
function usePrinter() {
|
|
5
|
+
async function printLabelKey(labelKey, data = {}, { testVar, bizServiceKey } = {}) {
|
|
6
|
+
const res = await _api.apaas.print.postGenerateZplCode({
|
|
7
|
+
labelId: labelKey,
|
|
8
|
+
data,
|
|
9
|
+
testVar,
|
|
10
|
+
bizServiceKey
|
|
11
|
+
});
|
|
12
|
+
if (res && typeof res !== "string") {
|
|
13
|
+
const { code, printType, labelWidth, labelHeight } = res || {};
|
|
14
|
+
if (printType === "png") {
|
|
15
|
+
const printWindow = window.open("", "_blank", "height=500,width=800");
|
|
16
|
+
printWindow.document.write(`<img style="width: ${labelWidth}mm;height: ${labelHeight}mm;position: absolute;top: 0;left: 0;" src="data:image/png;base64,${code}">`);
|
|
17
|
+
setTimeout(() => {
|
|
18
|
+
printWindow.document.close();
|
|
19
|
+
printWindow.print();
|
|
20
|
+
printWindow.close();
|
|
21
|
+
}, 300);
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
BrowserPrint.getDefaultDevice("printer", async function(device) {
|
|
26
|
+
if (!device || !device.connection || !device.uid) {
|
|
27
|
+
message.error(t("sys.printDeviceNotFound"));
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
if (!labelKey) {
|
|
31
|
+
message.error(t("sys.labelNotFound"));
|
|
32
|
+
return;
|
|
33
|
+
}
|
|
34
|
+
printZPL(device, res);
|
|
35
|
+
}, function() {
|
|
36
|
+
message.error(t("sys.printDesigner.getDeviceError"));
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
function printZPL(device, zplCommand) {
|
|
40
|
+
device.send(zplCommand, void 0, function() {
|
|
41
|
+
message.error(t("sys.printDesigner.printError"));
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
printZPL,
|
|
46
|
+
printLabelKey
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//#endregion
|
|
50
|
+
export { usePrinter };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare function useTreeList(): {
|
|
2
|
+
initTree: (api: Fn) => Promise<void>;
|
|
3
|
+
addTreeNode: (api: Fn, data: IObject) => Promise<void>;
|
|
4
|
+
updateTreeNode: (api: Fn, data: IObject, opts?: IObject) => Promise<void>;
|
|
5
|
+
deleteTreeNode: (api: Fn, data: IObject) => Promise<void>;
|
|
6
|
+
dragTreeNode: (api: Fn, data: IObject) => Promise<void>;
|
|
7
|
+
treeData: import('vue').Ref<IObject[], IObject[]>;
|
|
8
|
+
treeOrignalData: import('vue').Ref<IObject[], IObject[]>;
|
|
9
|
+
transformTreeData: (list: IObject[], parentId?: string, index?: number) => IObject[];
|
|
10
|
+
setTreeSelect: (key: (string | number)[], node: IObject) => void;
|
|
11
|
+
selectedTreeKey: import('vue').Ref<(string | number)[] | undefined, (string | number)[] | undefined>;
|
|
12
|
+
selectTreeNode: {
|
|
13
|
+
node: {};
|
|
14
|
+
};
|
|
15
|
+
getTreeNamePathArr: (treeNodeId: string) => string[];
|
|
16
|
+
getFilterTreeData: (selectInfo: IObject) => IObject[];
|
|
17
|
+
isExistUser2SelectOrg: import('vue').Ref<boolean, boolean>;
|
|
18
|
+
setOrgsExistUser: (userList: IObject[]) => void;
|
|
19
|
+
searchTreeData: (api: Fn, data: IObject) => Promise<void>;
|
|
20
|
+
clearSearchTreeData: () => void;
|
|
21
|
+
searchTreeOrignalData: import('vue').Ref<IObject[], IObject[]>;
|
|
22
|
+
restTree: () => void;
|
|
23
|
+
};
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { reactive, ref, unref } from "vue";
|
|
2
|
+
import { cloneDeep } from "lodash-es";
|
|
3
|
+
//#region src/hooks/useTreeList.ts
|
|
4
|
+
var isExistUser2SelectOrg = ref(false);
|
|
5
|
+
var selectedTreeKey = ref();
|
|
6
|
+
var selectTreeNode = reactive({ node: {} });
|
|
7
|
+
var treeData = ref([]);
|
|
8
|
+
var treeOrignalData = ref([]);
|
|
9
|
+
var searchTreeOrignalData = ref([]);
|
|
10
|
+
var rootId = ref();
|
|
11
|
+
var searchParams = ref();
|
|
12
|
+
function useTreeList() {
|
|
13
|
+
const treeFunc = {
|
|
14
|
+
init: void 0,
|
|
15
|
+
add: void 0,
|
|
16
|
+
update: void 0,
|
|
17
|
+
delete: void 0,
|
|
18
|
+
search: void 0
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* 初始化树的方法
|
|
22
|
+
*/
|
|
23
|
+
async function initTree(api) {
|
|
24
|
+
treeOrignalData.value = await api();
|
|
25
|
+
rootId.value = getTreeRootId();
|
|
26
|
+
treeData.value = transformTreeData(treeOrignalData.value, rootId.value);
|
|
27
|
+
if (!treeFunc.init) treeFunc.init = api;
|
|
28
|
+
treeOrignalData.value = treeOrignalData.value.map((item) => {
|
|
29
|
+
return {
|
|
30
|
+
...item,
|
|
31
|
+
userOrgName: getTreeNamePathArr(item.id).join("/")
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
async function searchTreeData(api, data) {
|
|
36
|
+
searchTreeOrignalData.value = await api(data);
|
|
37
|
+
if (!searchParams.value) searchParams.value = data;
|
|
38
|
+
if (!treeFunc.search) treeFunc.search = api;
|
|
39
|
+
}
|
|
40
|
+
function clearSearchTreeData() {
|
|
41
|
+
searchTreeOrignalData.value = [];
|
|
42
|
+
searchParams.value = void 0;
|
|
43
|
+
treeFunc.search = void 0;
|
|
44
|
+
}
|
|
45
|
+
/** 获取根节点 */
|
|
46
|
+
function getTreeRootId(list) {
|
|
47
|
+
if ([...new Set((list ?? treeOrignalData.value).map((item) => item.parentId))].includes("ROOT")) return "ROOT";
|
|
48
|
+
const root = (list ?? treeOrignalData.value).find((item) => item.id === item.tenantId);
|
|
49
|
+
if (root) return root.parentId;
|
|
50
|
+
return "";
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* 将后端扁平化数据解析成树结构的方法
|
|
54
|
+
* @param list 树LIST
|
|
55
|
+
* @param parentId 父ID
|
|
56
|
+
* @returns 包含children的树结构
|
|
57
|
+
*/
|
|
58
|
+
function transformTreeData(list, parentId = "ROOT", index = 1) {
|
|
59
|
+
const tree = [];
|
|
60
|
+
for (const node of list) if (node.parentId === parentId) {
|
|
61
|
+
const item = transformTreeData(list, node.id, index + 1);
|
|
62
|
+
if (item.length > 0) node.children = item.map((i) => {
|
|
63
|
+
i.indexDeep = index;
|
|
64
|
+
return i;
|
|
65
|
+
});
|
|
66
|
+
else node.children = [];
|
|
67
|
+
tree.push(node);
|
|
68
|
+
}
|
|
69
|
+
return tree;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* 设置选中的树节点
|
|
73
|
+
*/
|
|
74
|
+
function setTreeSelect(key, node) {
|
|
75
|
+
selectedTreeKey.value = key;
|
|
76
|
+
selectTreeNode.node = node;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* 添加树节点
|
|
80
|
+
*/
|
|
81
|
+
async function addTreeNode(api, data) {
|
|
82
|
+
await api(data);
|
|
83
|
+
if (!treeFunc.add) treeFunc.add = api;
|
|
84
|
+
if (treeFunc.init) initTree(treeFunc.init);
|
|
85
|
+
if (treeFunc.search) searchTreeData(treeFunc.search, searchParams.value);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* 添加树节点
|
|
89
|
+
*/
|
|
90
|
+
async function updateTreeNode(api, data, opts) {
|
|
91
|
+
await api(opts ?? data.id, data);
|
|
92
|
+
if (!treeFunc.update) treeFunc.update = api;
|
|
93
|
+
if (treeFunc.init) initTree(treeFunc.init);
|
|
94
|
+
if (treeFunc.search) searchTreeData(treeFunc.search, searchParams.value);
|
|
95
|
+
}
|
|
96
|
+
async function deleteTreeNode(api, data) {
|
|
97
|
+
await api(data);
|
|
98
|
+
if (!treeFunc.delete) treeFunc.delete = api;
|
|
99
|
+
if (treeFunc.init) initTree(treeFunc.init);
|
|
100
|
+
if (treeFunc.search) searchTreeData(treeFunc.search, searchParams.value);
|
|
101
|
+
}
|
|
102
|
+
async function dragTreeNode(api, data) {
|
|
103
|
+
await api(data);
|
|
104
|
+
if (treeFunc.init) initTree(treeFunc.init);
|
|
105
|
+
}
|
|
106
|
+
const getTreeNamePathArr = (treeNodeId) => {
|
|
107
|
+
const arr = [];
|
|
108
|
+
const treeNode = treeOrignalData.value.find((d) => d.id === treeNodeId);
|
|
109
|
+
if (!treeNode) return arr;
|
|
110
|
+
treeNode.fullPath.split("/").forEach((nodeId) => {
|
|
111
|
+
const node = treeOrignalData.value.find((d) => {
|
|
112
|
+
return nodeId == d.id;
|
|
113
|
+
});
|
|
114
|
+
if (node) arr.push(node.name);
|
|
115
|
+
});
|
|
116
|
+
return arr;
|
|
117
|
+
};
|
|
118
|
+
/** 过滤组织树 */
|
|
119
|
+
const getFilterTreeData = (selectInfo) => {
|
|
120
|
+
const filterData = cloneDeep(unref(treeOrignalData.value)).filter((item) => item.tenantId === selectInfo.tenantId);
|
|
121
|
+
return transformTreeData(filterData, getTreeRootId(filterData));
|
|
122
|
+
};
|
|
123
|
+
/** 设置当前所选组织下是否存在用户 */
|
|
124
|
+
const setOrgsExistUser = (userList) => {
|
|
125
|
+
isExistUser2SelectOrg.value = userList.length !== 0;
|
|
126
|
+
};
|
|
127
|
+
const restTree = () => {
|
|
128
|
+
isExistUser2SelectOrg.value = false;
|
|
129
|
+
selectedTreeKey.value = void 0;
|
|
130
|
+
selectTreeNode.node = {};
|
|
131
|
+
treeData.value = [];
|
|
132
|
+
treeOrignalData.value = [];
|
|
133
|
+
searchTreeOrignalData.value = [];
|
|
134
|
+
rootId.value = void 0;
|
|
135
|
+
searchParams.value = void 0;
|
|
136
|
+
};
|
|
137
|
+
return {
|
|
138
|
+
initTree,
|
|
139
|
+
addTreeNode,
|
|
140
|
+
updateTreeNode,
|
|
141
|
+
deleteTreeNode,
|
|
142
|
+
dragTreeNode,
|
|
143
|
+
treeData,
|
|
144
|
+
treeOrignalData,
|
|
145
|
+
transformTreeData,
|
|
146
|
+
setTreeSelect,
|
|
147
|
+
selectedTreeKey,
|
|
148
|
+
selectTreeNode,
|
|
149
|
+
getTreeNamePathArr,
|
|
150
|
+
getFilterTreeData,
|
|
151
|
+
isExistUser2SelectOrg,
|
|
152
|
+
setOrgsExistUser,
|
|
153
|
+
searchTreeData,
|
|
154
|
+
clearSearchTreeData,
|
|
155
|
+
searchTreeOrignalData,
|
|
156
|
+
restTree
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
//#endregion
|
|
160
|
+
export { useTreeList };
|
package/es/index.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from './hooks';
|
|
2
2
|
export * from './utils';
|
|
3
|
+
export * from './components';
|
|
4
|
+
export type * from './interface';
|
|
5
|
+
export * from './modules/category';
|
|
3
6
|
export * from './modules/code-editor';
|
|
4
7
|
export * from './modules/color-picker';
|
|
5
8
|
export * from './modules/formula-editor';
|
|
@@ -9,6 +12,8 @@ export * from './modules/gct-table';
|
|
|
9
12
|
export * from './modules/global-modal';
|
|
10
13
|
export * from './modules/picture-cropper';
|
|
11
14
|
export * from './modules/picture-preview';
|
|
12
|
-
export * from './
|
|
15
|
+
export * from './modules/print-tmpl';
|
|
16
|
+
export * from './modules/relationship-diagram-config';
|
|
17
|
+
export * from './modules/data-rules-container';
|
|
13
18
|
export { coreWebCreateAppVue } from './create-app-vue';
|
|
14
19
|
export { coreWebSetupApp } from './setup-app';
|