@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
2
|
import i18n_select_btn_vue_vue_type_script_setup_true_name_i18n_select_btn_lang_default from "./i18n-select-btn.vue_vue_type_script_setup_true_name_i18n-select-btn_lang.mjs";
|
|
3
|
-
import './i18n-select-btn.
|
|
3
|
+
import './i18n-select-btn.vue_vue_type_style_index_0_scoped_ab917ea8_lang.css';/* empty css */
|
|
4
4
|
//#region src/components/I18nSelect/src/i18n-select-btn.vue
|
|
5
|
-
var i18n_select_btn_default = /* @__PURE__ */ _plugin_vue_export_helper_default(i18n_select_btn_vue_vue_type_script_setup_true_name_i18n_select_btn_lang_default, [["__scopeId", "data-v-
|
|
5
|
+
var i18n_select_btn_default = /* @__PURE__ */ _plugin_vue_export_helper_default(i18n_select_btn_vue_vue_type_script_setup_true_name_i18n_select_btn_lang_default, [["__scopeId", "data-v-ab917ea8"]]);
|
|
6
6
|
//#endregion
|
|
7
7
|
export { i18n_select_btn_default as default };
|
|
@@ -94,7 +94,10 @@ var i18n_select_btn_vue_vue_type_script_setup_true_name_i18n_select_btn_lang_def
|
|
|
94
94
|
])]),
|
|
95
95
|
_: 1
|
|
96
96
|
})) : (openBlock(), createBlock(_component_a_button, mergeProps({ key: 2 }, __props.buttonExtraProps, {
|
|
97
|
-
class: {
|
|
97
|
+
class: {
|
|
98
|
+
"is-highlight": isHighlight.value,
|
|
99
|
+
"i18n-select-btn__a-btn": true
|
|
100
|
+
},
|
|
98
101
|
style: {
|
|
99
102
|
"--btn-width": __props.btnWidth,
|
|
100
103
|
"--btn-height": __props.btnHeight
|
|
@@ -1,47 +1,52 @@
|
|
|
1
|
-
.ant-btn[data-v-
|
|
1
|
+
.ant-btn[data-v-ab917ea8] {
|
|
2
2
|
background-color: #fff !important;
|
|
3
3
|
}
|
|
4
|
-
.ant-btn.ant-btn-icon-only[data-v-
|
|
4
|
+
.ant-btn.ant-btn-icon-only[data-v-ab917ea8] {
|
|
5
5
|
width: var(--btn-width, 32px);
|
|
6
6
|
height: var(--btn-height, 32px);
|
|
7
7
|
}
|
|
8
|
-
.ant-btn.ant-btn-icon-only.ant-btn-sm[data-v-
|
|
8
|
+
.ant-btn.ant-btn-icon-only.ant-btn-sm[data-v-ab917ea8] {
|
|
9
9
|
width: 28px;
|
|
10
10
|
height: 28px;
|
|
11
11
|
padding: 0 6px;
|
|
12
12
|
}
|
|
13
|
-
.ant-btn:hover .i18n-icon[data-v-
|
|
13
|
+
.ant-btn:hover .i18n-icon[data-v-ab917ea8] {
|
|
14
14
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
15
15
|
color: var(--ant-primary-color);
|
|
16
16
|
}
|
|
17
|
-
.ant-btn.is-highlight[data-v-
|
|
17
|
+
.ant-btn.is-highlight[data-v-ab917ea8] {
|
|
18
18
|
color: var(--ant-primary-color);
|
|
19
19
|
border-color: var(--ant-primary-color);
|
|
20
20
|
}
|
|
21
|
-
.ant-btn.is-highlight .i18n-icon[data-v-
|
|
21
|
+
.ant-btn.is-highlight .i18n-icon[data-v-ab917ea8] {
|
|
22
22
|
color: var(--ant-primary-color);
|
|
23
23
|
}
|
|
24
|
-
.i18n-
|
|
24
|
+
.i18n-select-btn__a-btn[data-v-ab917ea8] {
|
|
25
|
+
display: inline-flex;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
}
|
|
29
|
+
.i18n-icon[data-v-ab917ea8] {
|
|
25
30
|
color: #7f8695;
|
|
26
31
|
display: flex !important;
|
|
27
32
|
}
|
|
28
|
-
.simple-btn[data-v-
|
|
33
|
+
.simple-btn[data-v-ab917ea8]:hover {
|
|
29
34
|
color: var(--ant-primary-color);
|
|
30
35
|
}
|
|
31
|
-
.simple-btn.is-highlight[data-v-
|
|
36
|
+
.simple-btn.is-highlight[data-v-ab917ea8] {
|
|
32
37
|
color: var(--ant-primary-color);
|
|
33
38
|
}
|
|
34
|
-
.i18n-tooltip-title[data-v-
|
|
39
|
+
.i18n-tooltip-title[data-v-ab917ea8] {
|
|
35
40
|
color: #303133;
|
|
36
41
|
font-size: 16px;
|
|
37
42
|
line-height: 1;
|
|
38
43
|
margin-bottom: 12px;
|
|
39
44
|
}
|
|
40
|
-
.i18n-tooltip-item[data-v-
|
|
45
|
+
.i18n-tooltip-item[data-v-ab917ea8] {
|
|
41
46
|
color: #606266;
|
|
42
47
|
font-size: 14px;
|
|
43
48
|
}
|
|
44
|
-
.custom-i18n-btn[data-v-
|
|
49
|
+
.custom-i18n-btn[data-v-ab917ea8] {
|
|
45
50
|
vertical-align: middle;
|
|
46
51
|
background: #fff;
|
|
47
52
|
color: #303133;
|
|
@@ -52,7 +57,7 @@
|
|
|
52
57
|
align-items: center;
|
|
53
58
|
padding: 0;
|
|
54
59
|
}
|
|
55
|
-
.custom-i18n-btn.reg-i18n[data-v-
|
|
60
|
+
.custom-i18n-btn.reg-i18n[data-v-ab917ea8] {
|
|
56
61
|
position: absolute;
|
|
57
62
|
right: -32px;
|
|
58
63
|
bottom: 0;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import i18n_select_input_default from "./i18n-select-input.vue.mjs";
|
|
2
|
-
import { Fragment, computed, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, openBlock, resolveComponent, toDisplayString, withCtx } from "vue";
|
|
2
|
+
import { Fragment, computed, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, openBlock, resolveComponent, toDisplayString, unref, withCtx } from "vue";
|
|
3
|
+
import { t } from "@gct-paas/core";
|
|
3
4
|
//#region src/components/I18nSelect/src/i18n-select-input-form.vue?vue&type=script&setup=true&name=i18n-select-input-form&lang.ts
|
|
4
5
|
var i18n_select_input_form_vue_vue_type_script_setup_true_name_i18n_select_input_form_lang_default = /* @__PURE__ */ defineComponent({
|
|
5
6
|
__name: "i18n-select-input-form",
|
|
@@ -33,7 +34,7 @@ var i18n_select_input_form_vue_vue_type_script_setup_true_name_i18n_select_input
|
|
|
33
34
|
"input-extra-props": __props.inputExtraProps,
|
|
34
35
|
"i18n-config": __props.i18nConfig,
|
|
35
36
|
attr: Array.isArray(__props.formItemName) ? __props.formItemName.join(".") : __props.formItemName,
|
|
36
|
-
"placeholder-text":
|
|
37
|
+
"placeholder-text": unref(t)("sys.inputText")
|
|
37
38
|
}), null, 16, [
|
|
38
39
|
"i18n-text",
|
|
39
40
|
"input-extra-props",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import i18n_select_textarea_default from "./i18n-select-textarea.vue.mjs";
|
|
2
|
-
import { Fragment, computed, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, openBlock, resolveComponent, toDisplayString, withCtx } from "vue";
|
|
2
|
+
import { Fragment, computed, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, openBlock, resolveComponent, toDisplayString, unref, withCtx } from "vue";
|
|
3
|
+
import { t } from "@gct-paas/core";
|
|
3
4
|
//#region src/components/I18nSelect/src/i18n-select-textarea-form.vue?vue&type=script&setup=true&name=i18n-select-input-form&lang.ts
|
|
4
5
|
var i18n_select_textarea_form_vue_vue_type_script_setup_true_name_i18n_select_input_form_lang_default = /* @__PURE__ */ defineComponent({
|
|
5
6
|
__name: "i18n-select-textarea-form",
|
|
@@ -30,7 +31,7 @@ var i18n_select_textarea_form_vue_vue_type_script_setup_true_name_i18n_select_in
|
|
|
30
31
|
default: withCtx(() => [createVNode(i18n_select_textarea_default, mergeProps(_ctx.$attrs, {
|
|
31
32
|
"i18n-text": i18nText.value,
|
|
32
33
|
"onUpdate:i18nText": _cache[0] || (_cache[0] = ($event) => i18nText.value = $event),
|
|
33
|
-
"placeholder-text":
|
|
34
|
+
"placeholder-text": unref(t)("sys.inputText"),
|
|
34
35
|
"input-extra-props": __props.inputExtraProps,
|
|
35
36
|
"i18n-config": __props.i18nConfig,
|
|
36
37
|
attr: Array.isArray(__props.formItemName) ? __props.formItemName.join(".") : __props.formItemName
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
2
|
import user_pick_vue_vue_type_script_setup_true_lang_default from "./user-pick.vue_vue_type_script_setup_true_lang.mjs";
|
|
3
|
-
import './user-pick.
|
|
3
|
+
import './user-pick.vue_vue_type_style_index_0_scoped_622db2b9_lang.css';/* empty css */
|
|
4
4
|
//#region src/components/UserPick/src/user-pick.vue
|
|
5
|
-
var user_pick_default = /* @__PURE__ */ _plugin_vue_export_helper_default(user_pick_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
5
|
+
var user_pick_default = /* @__PURE__ */ _plugin_vue_export_helper_default(user_pick_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-622db2b9"]]);
|
|
6
6
|
//#endregion
|
|
7
7
|
export { user_pick_default as default };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { GctOverlayScrollbars } from "../../overlay-scrollbars/gct-overlay-scrollbars.mjs";
|
|
1
2
|
import { useModal as useModal$1 } from "../../../modules/global-modal/src/hooks/useModal.mjs";
|
|
2
|
-
import "../../../modules/global-modal/index.mjs";
|
|
3
|
+
import { BasicModal } from "../../../modules/global-modal/index.mjs";
|
|
3
4
|
import { useModalPickerCom } from "./hooks.mjs";
|
|
4
5
|
import user_item_default from "./components/user-item.vue.mjs";
|
|
5
6
|
import dept_item_default from "./components/dept-item.vue.mjs";
|
|
@@ -10,11 +11,11 @@ import { Checkbox, Empty, Input, Tree } from "ant-design-vue";
|
|
|
10
11
|
//#region src/components/UserPick/src/user-pick.vue?vue&type=script&setup=true&lang.ts
|
|
11
12
|
var _hoisted_1 = { class: "ks-row main" };
|
|
12
13
|
var _hoisted_2 = { class: "h50% ks-col ks-row flex-col" };
|
|
13
|
-
var _hoisted_3 = { class: "
|
|
14
|
-
var _hoisted_4 = { class: "ks-col
|
|
14
|
+
var _hoisted_3 = { class: "org-tree__title baseborder" };
|
|
15
|
+
var _hoisted_4 = { class: "ks-col pt10px user-pick__scrollbar-wrap" };
|
|
15
16
|
var _hoisted_5 = {
|
|
16
17
|
key: 0,
|
|
17
|
-
class: "h50% ks-col ks-row flex-col"
|
|
18
|
+
class: "h50% ks-col ks-row flex-col user-pick__scrollbar-wrap"
|
|
18
19
|
};
|
|
19
20
|
var _hoisted_6 = { class: "baseborder border-t border-0 border-b border-l h40px text-center leading-10" };
|
|
20
21
|
var _hoisted_7 = { class: "overflow-x-auto ks-col p10px" };
|
|
@@ -24,19 +25,19 @@ var _hoisted_8 = {
|
|
|
24
25
|
};
|
|
25
26
|
var _hoisted_9 = { class: "baseborder border-0 border-b h40px text-center leading-10" };
|
|
26
27
|
var _hoisted_10 = { class: "p5px" };
|
|
27
|
-
var _hoisted_11 = { class: "overflow-x-auto ks-col ml5px mr5px" };
|
|
28
|
+
var _hoisted_11 = { class: "overflow-x-auto ks-col ml5px mr5px user-pick__scrollbar-wrap" };
|
|
28
29
|
var _hoisted_12 = {
|
|
29
30
|
key: 0,
|
|
30
31
|
class: "h50% ks-col ks-row flex-col"
|
|
31
32
|
};
|
|
32
33
|
var _hoisted_13 = { class: "baseborder border-0 border-b border-l h40px text-center leading-10" };
|
|
33
|
-
var _hoisted_14 = { class: "overflow-x-auto ks-col pt5px" };
|
|
34
|
+
var _hoisted_14 = { class: "overflow-x-auto ks-col pt5px user-pick__scrollbar-wrap" };
|
|
34
35
|
var _hoisted_15 = {
|
|
35
36
|
key: 1,
|
|
36
37
|
class: "h50% ks-col ks-row flex-col"
|
|
37
38
|
};
|
|
38
39
|
var _hoisted_16 = { class: "baseborder border-t border-0 border-b border-l h40px text-center leading-10" };
|
|
39
|
-
var _hoisted_17 = { class: "overflow-x-auto ks-col pt5px" };
|
|
40
|
+
var _hoisted_17 = { class: "overflow-x-auto ks-col pt5px user-pick__scrollbar-wrap" };
|
|
40
41
|
var PickerEnums = /* @__PURE__ */ function(PickerEnums) {
|
|
41
42
|
PickerEnums["USER"] = "picker_user";
|
|
42
43
|
PickerEnums["DEPT"] = "picker_dept";
|
|
@@ -150,11 +151,8 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
150
151
|
openPickerByDept
|
|
151
152
|
});
|
|
152
153
|
return (_ctx, _cache) => {
|
|
153
|
-
const _component_ScrollContainer = resolveComponent("ScrollContainer");
|
|
154
154
|
const _component_SearchOutlined = resolveComponent("SearchOutlined");
|
|
155
|
-
|
|
156
|
-
const _component_basic_modal = resolveComponent("basic-modal");
|
|
157
|
-
return openBlock(), createBlock(_component_basic_modal, {
|
|
155
|
+
return openBlock(), createBlock(unref(BasicModal), {
|
|
158
156
|
height: 500,
|
|
159
157
|
title: title.value,
|
|
160
158
|
centered: "",
|
|
@@ -166,7 +164,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
166
164
|
onCancel
|
|
167
165
|
}, {
|
|
168
166
|
default: withCtx(() => [createElementVNode("div", _hoisted_1, [
|
|
169
|
-
createElementVNode("div", { class: normalizeClass(["shrink-0 dept baseborder
|
|
167
|
+
createElementVNode("div", { class: normalizeClass(["shrink-0 dept baseborder ks-row flex-col", pickerType.value !== PickerEnums.DEPT ? "w-14/36" : "w-1/2"]) }, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, toDisplayString(unref(t)("sys.org.orgTree")), 1), createElementVNode("div", _hoisted_4, [createVNode(unref(GctOverlayScrollbars), { class: "user-pick__scrollbar" }, {
|
|
170
168
|
default: withCtx(() => [unref(treeData)?.length ? (openBlock(), createBlock(unref(Tree), {
|
|
171
169
|
key: 0,
|
|
172
170
|
"checked-keys": unref(checkedDepts),
|
|
@@ -181,7 +179,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
181
179
|
onSelect: selectNode,
|
|
182
180
|
onCheck: checkDept
|
|
183
181
|
}, {
|
|
184
|
-
title: withCtx(({ title_ }) => [_cache[2] || (_cache[2] = createElementVNode("span", { class: "iconfont icon-wenjianjia depticon" }, null, -1)), createTextVNode(" " + toDisplayString(title_), 1)]),
|
|
182
|
+
title: withCtx(({ title: title_ }) => [_cache[2] || (_cache[2] = createElementVNode("span", { class: "iconfont icon-wenjianjia depticon" }, null, -1)), createTextVNode(" " + toDisplayString(title_), 1)]),
|
|
185
183
|
_: 1
|
|
186
184
|
}, 8, [
|
|
187
185
|
"checked-keys",
|
|
@@ -190,7 +188,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
190
188
|
"tree-data"
|
|
191
189
|
])) : createCommentVNode("", true)]),
|
|
192
190
|
_: 1
|
|
193
|
-
})])]), !!visibleUser.value?.length ? (openBlock(), createElementBlock("div", _hoisted_5, [createElementVNode("div", _hoisted_6, toDisplayString(unref(t)("sys.org.visiblePersonnel")), 1), createVNode(
|
|
191
|
+
})])]), !!visibleUser.value?.length ? (openBlock(), createElementBlock("div", _hoisted_5, [createElementVNode("div", _hoisted_6, toDisplayString(unref(t)("sys.org.visiblePersonnel")), 1), createVNode(unref(GctOverlayScrollbars), { class: "user-pick__scrollbar" }, {
|
|
194
192
|
default: withCtx(() => [createElementVNode("div", _hoisted_7, [(openBlock(true), createElementBlock(Fragment, null, renderList(visibleUser.value, (i) => {
|
|
195
193
|
return openBlock(), createElementBlock("div", { key: i.id }, [createVNode(unref(Checkbox), {
|
|
196
194
|
checked: unref(checkedUsers).indexOf(i.id) > -1,
|
|
@@ -213,7 +211,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
213
211
|
prefix: withCtx(() => [createVNode(_component_SearchOutlined)]),
|
|
214
212
|
_: 1
|
|
215
213
|
}, 8, ["value", "placeholder"])]),
|
|
216
|
-
createElementVNode("div", _hoisted_11, [createVNode(
|
|
214
|
+
createElementVNode("div", _hoisted_11, [createVNode(unref(GctOverlayScrollbars), { class: "user-pick__scrollbar" }, {
|
|
217
215
|
default: withCtx(() => [withDirectives(createVNode(unref(Empty), {
|
|
218
216
|
image: unref(Empty).PRESENTED_IMAGE_SIMPLE,
|
|
219
217
|
description: unref(t)("sys.org.noPersonnelInformationCurrentlyAvailable")
|
|
@@ -229,7 +227,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
229
227
|
_: 1
|
|
230
228
|
})])
|
|
231
229
|
])) : createCommentVNode("", true),
|
|
232
|
-
createElementVNode("div", { class: normalizeClass(["shrink-0 baseborder border-0 border-l ks-row flex-col", pickerType.value !== PickerEnums.DEPT ? "w-11/36" : "w-1/2"]) }, [pickerType.value !== PickerEnums.USER ? (openBlock(), createElementBlock("div", _hoisted_12, [createElementVNode("div", _hoisted_13, toDisplayString(unref(t)("sys.org.selectedDepartment")), 1), createElementVNode("div", _hoisted_14, [createVNode(
|
|
230
|
+
createElementVNode("div", { class: normalizeClass(["shrink-0 baseborder border-0 border-l ks-row flex-col", pickerType.value !== PickerEnums.DEPT ? "w-11/36" : "w-1/2"]) }, [pickerType.value !== PickerEnums.USER ? (openBlock(), createElementBlock("div", _hoisted_12, [createElementVNode("div", _hoisted_13, toDisplayString(unref(t)("sys.org.selectedDepartment")), 1), createElementVNode("div", _hoisted_14, [createVNode(unref(GctOverlayScrollbars), { class: "user-pick__scrollbar" }, {
|
|
233
231
|
default: withCtx(() => [withDirectives(createVNode(unref(Empty), {
|
|
234
232
|
image: unref(Empty).PRESENTED_IMAGE_SIMPLE,
|
|
235
233
|
description: unref(t)("sys.ipaas.noData")
|
|
@@ -247,7 +245,7 @@ var user_pick_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defi
|
|
|
247
245
|
]);
|
|
248
246
|
}), 128))]),
|
|
249
247
|
_: 1
|
|
250
|
-
})])])) : createCommentVNode("", true), pickerType.value !== PickerEnums.DEPT ? (openBlock(), createElementBlock("div", _hoisted_15, [createElementVNode("div", _hoisted_16, toDisplayString(unref(t)("sys.org.selectedPersonnel")), 1), createElementVNode("div", _hoisted_17, [createVNode(
|
|
248
|
+
})])])) : createCommentVNode("", true), pickerType.value !== PickerEnums.DEPT ? (openBlock(), createElementBlock("div", _hoisted_15, [createElementVNode("div", _hoisted_16, toDisplayString(unref(t)("sys.org.selectedPersonnel")), 1), createElementVNode("div", _hoisted_17, [createVNode(unref(GctOverlayScrollbars), { class: "user-pick__scrollbar" }, {
|
|
251
249
|
default: withCtx(() => [withDirectives(createVNode(unref(Empty), {
|
|
252
250
|
image: unref(Empty).PRESENTED_IMAGE_SIMPLE,
|
|
253
251
|
description: unref(t)("sys.ipaas.noData")
|
package/es/components/UserPick/src/user-pick.vue_vue_type_style_index_0_scoped_622db2b9_lang.css
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.dept[data-v-622db2b9] {
|
|
2
|
+
background-color: #fafafa;
|
|
3
|
+
border-width: 0 1px 0 0;
|
|
4
|
+
}
|
|
5
|
+
.main[data-v-622db2b9] {
|
|
6
|
+
height: 100%;
|
|
7
|
+
min-height: 0;
|
|
8
|
+
border: 1px solid #eaeaea;
|
|
9
|
+
}
|
|
10
|
+
.user-pick__scrollbar-wrap[data-v-622db2b9] {
|
|
11
|
+
flex: 1 1 0;
|
|
12
|
+
min-height: 0;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
}
|
|
15
|
+
.baseborder[data-v-622db2b9] {
|
|
16
|
+
border-style: solid;
|
|
17
|
+
border-color: #eaeaea;
|
|
18
|
+
}
|
|
19
|
+
.org-tree__title[data-v-622db2b9] {
|
|
20
|
+
height: 40px;
|
|
21
|
+
line-height: 40px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
font-weight: bold;
|
|
24
|
+
border-width: 0 1px 1px 0;
|
|
25
|
+
}
|
|
26
|
+
[data-v-622db2b9] .ant-tree {
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
}
|
|
29
|
+
[data-v-622db2b9] .ant-tree .ant-tree-treenode {
|
|
30
|
+
padding: 4px;
|
|
31
|
+
}
|
|
32
|
+
[data-v-622db2b9] .ant-tree-treenode-selected {
|
|
33
|
+
background: rgba(13, 170, 156, 0.1);
|
|
34
|
+
color: var(--ant-primary-color);
|
|
35
|
+
}
|
|
36
|
+
[data-v-622db2b9] .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
37
|
+
background: transparent;
|
|
38
|
+
color: var(--ant-primary-color);
|
|
39
|
+
}
|
|
40
|
+
[data-v-622db2b9] .ant-tree-node-content-wrapper:hover {
|
|
41
|
+
background-color: transparent;
|
|
42
|
+
color: var(--ant-primary-color);
|
|
43
|
+
}
|
|
44
|
+
.rows[data-v-622db2b9] {
|
|
45
|
+
padding: 2px 4px;
|
|
46
|
+
}
|
|
47
|
+
.rows[data-v-622db2b9]:hover {
|
|
48
|
+
background: rgba(13, 170, 156, 0.1);
|
|
49
|
+
color: var(--ant-primary-color);
|
|
50
|
+
}
|
|
51
|
+
.depticon[data-v-622db2b9] {
|
|
52
|
+
color: #fcc12b;
|
|
53
|
+
}
|
|
54
|
+
.user-pick__scrollbar[data-v-622db2b9] {
|
|
55
|
+
height: 100%;
|
|
56
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
.gct-drawer {
|
|
66
|
+
--gct-drawer-z-index: var(--gct-z-index-drawer);
|
|
67
|
+
--gct-drawer-background-color: var(--gct-color-bg-1);
|
|
68
|
+
}
|
|
69
|
+
.gct-drawer .ant-drawer-body {
|
|
70
|
+
padding: 0;
|
|
71
|
+
}
|
|
72
|
+
.gct-drawer .ant-drawer-header-title {
|
|
73
|
+
flex-direction: row-reverse;
|
|
74
|
+
}
|
|
75
|
+
.gct-drawer .ant-drawer-header-title .ant-drawer-close {
|
|
76
|
+
margin-right: 0;
|
|
77
|
+
margin-left: 12px;
|
|
78
|
+
}
|
|
79
|
+
.gct-drawer .basic-drawer-footer {
|
|
80
|
+
text-align: right;
|
|
81
|
+
border-top: 1px solid #f0f0f0;
|
|
82
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PropType, VNode } from 'vue';
|
|
2
|
+
import { IDrawerOptions, IModalOptions, IOverlayContainer } from '@gct-paas/core';
|
|
3
|
+
export declare const AppDrawerComponent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
opts: {
|
|
5
|
+
type: PropType<IModalOptions>;
|
|
6
|
+
default: () => {};
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
opts: {
|
|
10
|
+
type: PropType<IModalOptions>;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
opts: IModalOptions;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
/**
|
|
17
|
+
* 创建模态框
|
|
18
|
+
*
|
|
19
|
+
* @author zhanghanrui
|
|
20
|
+
* @date 2024-03-19 21:03:37
|
|
21
|
+
* @export
|
|
22
|
+
* @param {() => VNode} render
|
|
23
|
+
* @param {(IDrawerOptions)} [opts]
|
|
24
|
+
* @return {*} {IOverlayContainer}
|
|
25
|
+
*/
|
|
26
|
+
export declare function createDrawer(render: () => VNode, opts?: IDrawerOptions): IOverlayContainer;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { useLocale } from "../../hooks/useLocale.mjs";
|
|
2
|
+
import "../../hooks/index.mjs";
|
|
3
|
+
import './app-drawer-component.css';/* empty css */
|
|
4
|
+
import { createVNode, defineComponent, h, isVNode, provide, ref, resolveComponent } from "vue";
|
|
5
|
+
import { Modal, OverlayContainer, useNamespace } from "@gct-paas/core";
|
|
6
|
+
import { ConfigProvider } from "ant-design-vue";
|
|
7
|
+
import { DndProvider } from "vue3-dnd";
|
|
8
|
+
import { HTML5Backend } from "react-dnd-html5-backend";
|
|
9
|
+
//#region src/components/app-drawer/app-drawer-component.tsx
|
|
10
|
+
function _isSlot(s) {
|
|
11
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
12
|
+
}
|
|
13
|
+
var AppDrawerComponent = /* @__PURE__ */ defineComponent({
|
|
14
|
+
props: { opts: {
|
|
15
|
+
type: Object,
|
|
16
|
+
default: () => ({})
|
|
17
|
+
} },
|
|
18
|
+
setup(props, ctx) {
|
|
19
|
+
const ns = useNamespace("drawer");
|
|
20
|
+
const isShow = ref(false);
|
|
21
|
+
const options = ref({});
|
|
22
|
+
if (props.opts) Object.assign(options.value, props.opts);
|
|
23
|
+
let data = null;
|
|
24
|
+
const modal = new Modal({ dismiss: (result) => {
|
|
25
|
+
isShow.value = false;
|
|
26
|
+
data = result;
|
|
27
|
+
ctx.emit("dismiss", data);
|
|
28
|
+
} });
|
|
29
|
+
provide("modal", modal);
|
|
30
|
+
const dismiss = (_data) => {
|
|
31
|
+
return modal.dismiss(_data);
|
|
32
|
+
};
|
|
33
|
+
const present = () => {
|
|
34
|
+
isShow.value = true;
|
|
35
|
+
};
|
|
36
|
+
const ok = async () => {
|
|
37
|
+
if (modal.ok) {
|
|
38
|
+
const result = await modal.ok();
|
|
39
|
+
if (result && result.ok) dismiss(result);
|
|
40
|
+
} else console.warn("打开模态未实现ok方法");
|
|
41
|
+
};
|
|
42
|
+
ctx.expose({
|
|
43
|
+
present,
|
|
44
|
+
dismiss,
|
|
45
|
+
ok
|
|
46
|
+
});
|
|
47
|
+
const { getAntdLocale } = useLocale();
|
|
48
|
+
return () => {
|
|
49
|
+
{
|
|
50
|
+
let _slot;
|
|
51
|
+
const slot = ctx.slots.default?.();
|
|
52
|
+
if (slot && slot.length > 0) slot[0].props.modal = modal;
|
|
53
|
+
const props = {
|
|
54
|
+
visible: isShow.value,
|
|
55
|
+
class: [
|
|
56
|
+
ns.b(),
|
|
57
|
+
options.value.placement && ns.m(options.value.placement),
|
|
58
|
+
options.value.modalClass
|
|
59
|
+
],
|
|
60
|
+
style: { padding: 0 },
|
|
61
|
+
onOk: ok,
|
|
62
|
+
onCancel: dismiss,
|
|
63
|
+
...options.value
|
|
64
|
+
};
|
|
65
|
+
return createVNode(ConfigProvider, { "locale": getAntdLocale.value }, { default: () => [createVNode(DndProvider, { "backend": HTML5Backend }, _isSlot(_slot = h(resolveComponent("basic-drawer"), props, [slot])) ? _slot : { default: () => [_slot] })] });
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
/**
|
|
71
|
+
* 创建模态框
|
|
72
|
+
*
|
|
73
|
+
* @author zhanghanrui
|
|
74
|
+
* @date 2024-03-19 21:03:37
|
|
75
|
+
* @export
|
|
76
|
+
* @param {() => VNode} render
|
|
77
|
+
* @param {(IDrawerOptions)} [opts]
|
|
78
|
+
* @return {*} {IOverlayContainer}
|
|
79
|
+
*/
|
|
80
|
+
function createDrawer(render, opts) {
|
|
81
|
+
return new OverlayContainer(AppDrawerComponent, render, opts);
|
|
82
|
+
}
|
|
83
|
+
//#endregion
|
|
84
|
+
export { createDrawer };
|
|
@@ -5,10 +5,10 @@ import { createVNode, defineComponent, isVNode, onUnmounted, reactive, ref } fro
|
|
|
5
5
|
import { isNumber } from "lodash-es";
|
|
6
6
|
import { Modal, OverlayPopoverContainer, useNamespace } from "@gct-paas/core";
|
|
7
7
|
import { ConfigProvider } from "ant-design-vue";
|
|
8
|
-
import { onClickOutside } from "@vueuse/core";
|
|
9
8
|
import { DndProvider } from "vue3-dnd";
|
|
10
9
|
import { HTML5Backend } from "react-dnd-html5-backend";
|
|
11
10
|
import { arrow, autoUpdate, computePosition, flip, offset, shift } from "@floating-ui/dom";
|
|
11
|
+
import { onClickOutside } from "@vueuse/core";
|
|
12
12
|
//#region src/components/app-popover/app-popover-component.tsx
|
|
13
13
|
/**
|
|
14
14
|
* 计算飘窗显示
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
1
|
import base_button_vue_vue_type_script_setup_true_name_BaseButton_lang_default from "./base-button.vue_vue_type_script_setup_true_name_BaseButton_lang.mjs";
|
|
3
2
|
import './base-button.vue_vue_type_style_index_0_scoped_5b7fe5af_lang.css';/* empty css */
|
|
3
|
+
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
4
|
//#region src/components/base-button/base-button.vue
|
|
5
5
|
var base_button_default = /* @__PURE__ */ _plugin_vue_export_helper_default(base_button_vue_vue_type_script_setup_true_name_BaseButton_lang_default, [["__scopeId", "data-v-5b7fe5af"]]);
|
|
6
6
|
//#endregion
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
3
|
+
/* bem('block', 'element', 'modifier') => 'ibiz-block__element--modifier' */
|
|
4
|
+
/**
|
|
5
|
+
* 定义 Block 块
|
|
6
|
+
* @param {String} $block - Block 块名称
|
|
7
|
+
* @example
|
|
8
|
+
* @include b('button') {
|
|
9
|
+
* padding: 10px;
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 定义 Element 元素
|
|
14
|
+
* @param {String|List} $element - Element 元素名称,支持单个或多个
|
|
15
|
+
* @example
|
|
16
|
+
* @include b('button') {
|
|
17
|
+
* @include e('text') {
|
|
18
|
+
* color: #000;
|
|
19
|
+
* }
|
|
20
|
+
* }
|
|
21
|
+
* // 或传入多个元素
|
|
22
|
+
* @include b('button') {
|
|
23
|
+
* @include e(('text', 'icon')) {
|
|
24
|
+
* margin: 5px;
|
|
25
|
+
* }
|
|
26
|
+
* }
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* 定义 Modifier 修饰符
|
|
30
|
+
* @param {String|List} $modifier - Modifier 修饰符名称,支持单个或多个
|
|
31
|
+
* @example
|
|
32
|
+
* @include b('button') {
|
|
33
|
+
* @include m('primary') {
|
|
34
|
+
* background: blue;
|
|
35
|
+
* }
|
|
36
|
+
* }
|
|
37
|
+
* // 或传入多个修饰符
|
|
38
|
+
* @include b('button') {
|
|
39
|
+
* @include m(('primary', 'large')) {
|
|
40
|
+
* background: blue;
|
|
41
|
+
* font-size: 16px;
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* 定义状态选择器
|
|
47
|
+
* @param {String} $state - 状态名称
|
|
48
|
+
* @example
|
|
49
|
+
* @include b('button') {
|
|
50
|
+
* @include when('disabled') {
|
|
51
|
+
* opacity: 0.5;
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* 深色主题样式
|
|
57
|
+
* @param {String} $block - Block 块名称
|
|
58
|
+
* @example
|
|
59
|
+
* @include dark('button') {
|
|
60
|
+
* background: #333;
|
|
61
|
+
* color: #fff;
|
|
62
|
+
* }
|
|
63
|
+
*/
|
|
64
|
+
/* stylelint-disable scss/no-global-function-names */
|
|
65
|
+
.gct-batch-select-list {
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 100%;
|
|
68
|
+
}
|
|
69
|
+
.gct-batch-select-list__header {
|
|
70
|
+
display: flex;
|
|
71
|
+
align-items: center;
|
|
72
|
+
width: 100%;
|
|
73
|
+
height: 44px;
|
|
74
|
+
padding: 0 22px;
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
line-height: 22px;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.gct-batch-select-list__body {
|
|
80
|
+
width: 100%;
|
|
81
|
+
height: calc(100% - 44px);
|
|
82
|
+
padding: 0 var(--gct-padding-7);
|
|
83
|
+
overflow-y: auto;
|
|
84
|
+
}
|
|
85
|
+
.gct-batch-select-list__body .ant-checkbox-group {
|
|
86
|
+
width: 100%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.gct-batch-select-list__item {
|
|
90
|
+
display: flex;
|
|
91
|
+
align-items: center;
|
|
92
|
+
width: 100%;
|
|
93
|
+
height: 44px;
|
|
94
|
+
padding: 0 var(--gct-padding-3);
|
|
95
|
+
cursor: pointer;
|
|
96
|
+
}
|
|
97
|
+
.gct-batch-select-list__item .ant-checkbox-wrapper {
|
|
98
|
+
display: flex;
|
|
99
|
+
align-items: center;
|
|
100
|
+
width: 100%;
|
|
101
|
+
height: 44px;
|
|
102
|
+
}
|
|
103
|
+
.gct-batch-select-list__item .ant-checkbox-wrapper .ant-checkbox {
|
|
104
|
+
margin-top: -6px;
|
|
105
|
+
}
|
|
106
|
+
.gct-batch-select-list__item .ant-checkbox-wrapper > span:not(.ant-checkbox) {
|
|
107
|
+
width: 100%;
|
|
108
|
+
}
|
|
109
|
+
.gct-batch-select-list__item {
|
|
110
|
+
font-size: 14px;
|
|
111
|
+
line-height: 22px;
|
|
112
|
+
}
|
|
113
|
+
.gct-batch-select-list__item.is-select {
|
|
114
|
+
background-color: rgb(230, 238, 255);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.gct-batch-select-list__item:hover {
|
|
118
|
+
background-color: rgb(242, 244, 247);
|
|
119
|
+
}
|