@gct-paas/core 0.1.4-dev.1 → 0.1.4-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.cjs +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/create-app-vue.mjs +1 -0
- package/es/global/gct/gct.d.ts +14 -1
- package/es/global/gct/gct.mjs +20 -4
- package/es/modules/env-manager/env-manager.const.d.ts +18 -0
- package/es/modules/env-manager/env-manager.const.mjs +11 -0
- package/es/modules/env-manager/env-manager.d.ts +59 -0
- package/es/modules/env-manager/env-manager.interface.d.ts +43 -0
- package/es/modules/env-manager/env-manager.interface.mjs +9 -0
- package/es/modules/env-manager/env-manager.mjs +109 -0
- package/es/modules/env-manager/index.d.ts +3 -0
- package/es/modules/env-manager/index.mjs +5 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/base/apaas-base.service.mjs +2 -2
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/api.service.mjs +219 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-branch.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-granted-user.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-org.service.mjs +25 -5
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-publish-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-user.service.mjs +7 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/approval-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/audit-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-event.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-service-crud.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-service.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/category-relation.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/category.service.mjs +6 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/commit-log.service.mjs +6 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/common-info-card.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/control-config.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/customer-complaint.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/dashboard.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-model.service.mjs +5 -5
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-source.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-trace.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-common.service.mjs +8 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-operate-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-started.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-done.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-todo.service.mjs +2 -2
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control.service.mjs +46 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-outline.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/document.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-relation.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-tmpl.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/enum-model-field.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/enum-model.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/event-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/event.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/excel-tmpl.service.mjs +6 -6
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/excel.service.mjs +34 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/field-meta.service.mjs +6 -6
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/formRelate.service.mjs +14 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/front-operate-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/global-method.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/i18n-info.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/instance-relation.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/job-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/job.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/js-engine.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/label-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/label.service.mjs +8 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/medPro.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/menu-config.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-record.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-tmpl.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/mobile-homepage.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/mobile-page.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-comprehensive.service.mjs +50 -20
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-meta.service.mjs +13 -9
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-method.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-instance.service.mjs +36 -16
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl.service.mjs +8 -8
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form.service.mjs +90 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/openapi.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/page-designer-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/permission.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/plat.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition.service.mjs +5 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-engine.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print-designer.service.mjs +5 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-approval-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-approve-user.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-definition-version.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-definition.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-engine.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-event.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-instance-relation-.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-instance.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-message-user.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-node-definition.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-path-user.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-task-done.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-task-todo.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/product-release.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/publish-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/regexp.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report-data-set.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report.service.mjs +9 -5
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/role-permission.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/role.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-version-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sign-history.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sign-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sql-view-model.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sql-view.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sys-config.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/system-var.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-log-details.service.mjs +6 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-mainline-ext.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-mainline.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/user-group.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/view-model.service.mjs +7 -7
- package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/webpage.service.mjs +3 -3
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/base/platform-base.service.mjs +12 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +44 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/index.mjs +7 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/httpEnum.mjs +63 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/index.mjs +3 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/index.mjs +9 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/base.service.mjs +68 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/index.mjs +3 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/types/index.mjs +1 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +74 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/index.mjs +3 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +18 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +541 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/agent.service.mjs +1 -1
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/api.service.mjs +503 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/apk.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app-member.service.mjs +4 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app-setting.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app.service.mjs +48 -28
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/assets.service.mjs +3 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/audit-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-data-set.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-file-dataset-config.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-share.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/category.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dashboard.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/data-source.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/data-trace.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/database.service.mjs +8 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dataset-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dataset.service.mjs +12 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-devops.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move-data.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move-detail.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/external-message.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/file-task.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/file.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/i18n-info.service.mjs +12 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/internal-message.service.mjs +7 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/invoke-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base-chunk.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base-doc.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/ldap.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/license.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/login-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/manager.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/message-setting.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/model-provider.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/model.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/nav-menu.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/nav-page.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/openapi-group.service.mjs +19 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/openapi-key-grant.service.mjs +6 -2
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/org-user-picker.service.mjs +31 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/org.service.mjs +29 -5
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/permission.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plat.service.mjs +9 -5
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plugin-version.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plugin.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate-detail.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-instance.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-task-done.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-task-todo.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pn-page.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pn-project.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/print-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/print-resource.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/regexp.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/released.service.mjs +11 -3
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/role-permission.service.mjs +12 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/role.service.mjs +12 -4
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/seat.service.mjs +8 -4
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/shortcut.service.mjs +42 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/sign-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/started-process.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-delegate.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-done.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-todo.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/tenant-developer.service.mjs +1 -1
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/tenant.service.mjs +163 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-extra.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-info-log.service.mjs +1 -1
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-password-history.service.mjs +1 -1
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user.service.mjs +118 -0
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/workbench-component-relation.service.mjs +2 -2
- package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/workbench-component.service.mjs +1 -1
- package/es/types/index.d.ts +5 -0
- package/package.json +10 -7
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/api.service.mjs +0 -90
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/doc-control.service.mjs +0 -18
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/excel.service.mjs +0 -18
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/base/platform-base.service.mjs +0 -11
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/api.service.mjs +0 -179
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/org-user-picker.service.mjs +0 -18
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/shortcut.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/tenant.service.mjs +0 -75
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/user.service.mjs +0 -66
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/_virtual/_commonjsHelpers.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/_virtual/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/_virtual/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/enums/httpEnum.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/enums/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/service/base.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/service/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/types/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-global-settings.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-state.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/basic-config.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/bom.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/chat.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/code-ts.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-lock.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/devops.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/dify-chat.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-search-history.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/ele-search.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/field.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file-resource.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file-task.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/ipaas.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/login-log.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/merge-log.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-setting.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-data.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-change-history.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-log.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-graph.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-path.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/processTest.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report-data.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-assistant.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/signature.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/stash.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sub-model-process.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-setting.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/user-group-relation.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/wash.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/_virtual/_commonjsHelpers.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/_virtual/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform → @gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base}/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/attachmentResourceTransfer.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-file.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/buildEnshrineCompLibrary.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearLogLogin.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearLogOperate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearTempDir.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/copyFilter.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCompInfo.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCompInfoType.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCsvDatasource.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEchartTheme.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineComp.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineCompGroup.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteFilter.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteLogOperateById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteMapGeoJson.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteNotUseDir.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePageSnapshoot.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePageTemplate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePnResource.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePnResourceGroup.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/exportTemplate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/front-release.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAdCodeByAliasName.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfo.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoByTypeId.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoType.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCsvDatasource.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllEchartTheme.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllEnshrineCompGroups.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllFilter.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllPageTemplate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAttachmentInfoByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getContentToArray.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByName.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getDesignerData.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEchartThemeById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEchartThemeByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getFilterById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getGeoJsonByAdCode.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getLayoutItemObjById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getLogLoginByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapBaseInfoByLevel.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyAllPnResourceGroup.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyEchartThemes.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyPnResourceByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyShareCustomCompByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootByEnabled.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootsByPageId.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateForCreatePageForm.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateLayout.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateThemeJson.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTotalCount.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPnLogOperateByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPnResourceGroupById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getProjectTotalCount.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompById.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompByPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getSysEchartThemes.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/httpQuery.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/i18n-config.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/importCompInfoJson.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/importTemplate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/index.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/license-unbind-log.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/login.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/minio-file.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/parseCsvOrExcel.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/resourceTransferToPage.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCompInfo.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCompInfoType.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCsvDatasource.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEchartTheme.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEnshrineComp.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEnshrineCompGroup.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveFilter.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveMapGeoJson.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePageSnapshoot.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePageTemplate.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePnResourceGroup.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveShareCustomComp.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/searchEnshrineComp.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/seat-message.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabled.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabledByPageId.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/sms.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/toggleEnabled.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/uncompressLogOperateLayoutStr.service.mjs +0 -0
- /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/uploadFiles.service.mjs +0 -0
package/dist/index.min.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const qs=require("vue-i18n"),Js=require("axios"),Qs=require("qs"),P=require("lodash-es"),Zs=require("@gct-paas/core"),H=require("pinia"),I=require("vue");function i(s,e,t){return(e=en(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function Ys(s,e){if(typeof s!="object"||!s)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var n=t.call(s,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(s)}function en(s){var e=Ys(s,"string");return typeof e=="symbol"?e:e+""}var ae=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(ae||{});function tn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var K,te;function sn(){if(te)return K;te=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,p=0,a,h=0;h<=u.length;++h){if(h<u.length)a=u.charCodeAt(h);else{if(a===47)break;a=47}if(a===47){if(!(c===h-1||p===1))if(c!==h-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=h,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=h,p=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,h):l=u.slice(c+1,h),o=h-c-1;c=h,p=0}else a===46&&p!==-1?++p:p=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(r=p+"/"+r,l=p.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var h=l.length,y=h-a,v=p<y?p:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else p>v&&(r.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=r.charCodeAt(o+_),E=l.charCodeAt(a+_);if(A!==E)break;A===47&&(f=_)}var m="";for(_=o+f+1;_<=c;++_)(_===c||r.charCodeAt(_)===47)&&(m.length===0?m+="..":m+="/..");return m.length>0?m+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,p=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var h=l.length-1,y=-1;for(a=r.length-1;a>=0;--a){var v=r.charCodeAt(a);if(v===47){if(!p){o=a+1;break}}else y===-1&&(p=!1,y=a+1),h>=0&&(v===l.charCodeAt(h)?--h===-1&&(c=a):(h=-1,c=y))}return o===c?c=y:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,p=!0,a=0,h=r.length-1;h>=0;--h){var y=r.charCodeAt(h);if(y===47){if(!p){o=h+1;break}continue}c===-1&&(p=!1,c=h+1),y===46?l===-1?l=h:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,p;c?(l.root="/",p=1):p=0;for(var a=-1,h=0,y=-1,v=!0,f=r.length-1,_=0;f>=p;--f){if(o=r.charCodeAt(f),o===47){if(!v){h=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===h+1?y!==-1&&(h===0&&c?l.base=l.name=r.slice(1,y):l.base=l.name=r.slice(h,y)):(h===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,y)):(l.name=r.slice(h,a),l.base=r.slice(h,y)),l.ext=r.slice(a,y)),h>0?l.dir=r.slice(0,h-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,K=n,K}var nn=sn(),L=tn(nn),rn=require("../internals/export"),ln=require("../internals/array-includes").includes,an=require("../internals/fails"),un=require("../internals/add-to-unscopables"),on=an(function(){return!Array(1).includes()});rn({target:"Array",proto:!0,forced:on},{includes:function(e){return ln(this,e,arguments.length>1?arguments[1]:void 0)}});un("includes");function cn(s,e){return P.mergeWith(P.cloneDeep(s),e,(t,n)=>{if(typeof t=="object"&&typeof n=="object")return P.mergeWith(P.cloneDeep(t),n,(u,r)=>Array.isArray(u)?P.unionWith(u,r,P.isEqual):void 0)})}const se=Js.create();class w{static use(e){e(se)}static get(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"GET"})}static post(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"POST"})}static put(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"PUT"})}static delete(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"DELETE"})}static options(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"OPTIONS"})}static patch(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"PATCH"})}static head(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"HEAD"})}static async request(e,t,n,u={}){if(n){const l=Qs.stringify(n,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const r=await se.request(cn({url:e,data:JSON.stringify(t||{}),params:n,timeout:120*1e3,headers:{"Content-Type":ae.JSON}},u));if(r.status>=200&&r.status<300)return r.data;throw r}}class gn{constructor(e){this.url=e}_put(e,t,n,u){return w.put(n?.id?L.join(this.url,e,n?.id):L.join(this.url,e),t||{},n||{},u)}_get(e,t,n,u){return w.get(L.join(this.url,e),t||{},n||{},u)}_delete(e,t,n,u){return w.delete(L.join(this.url,e),t||{},n||{},u)}_post(e,t,n,u){return w.post(L.join(this.url,e),t||{},n||{},u)}_options(e,t,n,u){return w.options(L.join(this.url,e),t||{},n||{},u)}_patch(e,t,n,u){return w.patch(L.join(this.url,e),t||{},n||{},u)}_head(e,t,n,u){return w.head(L.join(this.url,e),t||{},n||{},u)}}function pn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var V,ne;function hn(){if(ne)return V;ne=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,p=0,a,h=0;h<=u.length;++h){if(h<u.length)a=u.charCodeAt(h);else{if(a===47)break;a=47}if(a===47){if(!(c===h-1||p===1))if(c!==h-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=h,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=h,p=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,h):l=u.slice(c+1,h),o=h-c-1;c=h,p=0}else a===46&&p!==-1?++p:p=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(r=p+"/"+r,l=p.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var h=l.length,y=h-a,v=p<y?p:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else p>v&&(r.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=r.charCodeAt(o+_),E=l.charCodeAt(a+_);if(A!==E)break;A===47&&(f=_)}var m="";for(_=o+f+1;_<=c;++_)(_===c||r.charCodeAt(_)===47)&&(m.length===0?m+="..":m+="/..");return m.length>0?m+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,p=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var h=l.length-1,y=-1;for(a=r.length-1;a>=0;--a){var v=r.charCodeAt(a);if(v===47){if(!p){o=a+1;break}}else y===-1&&(p=!1,y=a+1),h>=0&&(v===l.charCodeAt(h)?--h===-1&&(c=a):(h=-1,c=y))}return o===c?c=y:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,p=!0,a=0,h=r.length-1;h>=0;--h){var y=r.charCodeAt(h);if(y===47){if(!p){o=h+1;break}continue}c===-1&&(p=!1,c=h+1),y===46?l===-1?l=h:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,p;c?(l.root="/",p=1):p=0;for(var a=-1,h=0,y=-1,v=!0,f=r.length-1,_=0;f>=p;--f){if(o=r.charCodeAt(f),o===47){if(!v){h=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===h+1?y!==-1&&(h===0&&c?l.base=l.name=r.slice(1,y):l.base=l.name=r.slice(h,y)):(h===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,y)):(l.name=r.slice(h,a),l.base=r.slice(h,y)),l.ext=r.slice(a,y)),h>0?l.dir=r.slice(0,h-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,V=n,V}var dn=hn(),yn=pn(dn);class d extends gn{constructor(e){super(yn.join("/gct-apaas/api",e))}}class _n extends d{constructor(){super("app-branch")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class fn extends d{constructor(){super("app-global-settings")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vn extends d{constructor(){super("app-granted-user")}async post(e,t={}){return this._post("",e,null,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async getGrantedStatistic(e={}){return this._get("grantedStatistic",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getRemoveAndTransfer(e,t={}){return this._get("removeAndTransfer",null,e,t)}async getUngranted(e={}){return this._get("ungranted/list",null,null,e)}}class Sn extends d{constructor(){super("app-org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUser(e,t={}){return this._post("user/update",e,null,t)}async getUser(e,t={}){return this._get("user/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class mn extends d{constructor(){super("app-publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class In extends d{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class An extends d{constructor(){super("app-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",e,null,t)}async putDisable(e,t={}){return this._put("disable",null,e,t)}async putEnable(e,t={}){return this._put("enable",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}async postReset(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class bn extends d{constructor(){super("approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Tn=class extends d{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e,t={}){return this._get("operateTypes",null,e,t)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}};class Ln extends d{constructor(){super("basic-config")}async post(e,t={}){return this._post("",e,null,t)}async getAiRagEnabled(e={}){return this._get("aiRagEnabled",null,null,e)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async postGlobal(e,t={}){return this._post("global",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class Rn extends d{constructor(){super("biz-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class En extends d{constructor(){super("biz-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wn extends d{constructor(){super("biz-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class Cn extends d{constructor(){super("biz-service-crud")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModel(e={}){return this._get("data-model/list",null,null,e)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getViewModel(e,t={}){return this._get("view-model/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Dn extends d{constructor(){super("biz-service")}async getModelKey(e,t={}){return this._get("{modelKey}/{bsKey}",null,e,t)}async postModelKey(e,t={}){return this._post("{modelKey}/{bsKey}",null,e,t)}async putModelKey(e,t={}){return this._put("{modelKey}/{bsKey}",null,e,t)}async deleteModelKey(e,t={}){return this._delete("{modelKey}/{bsKey}",null,e,t)}}class Pn extends d{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let On=class extends d{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getGetListRdoOrNdo(e,t={}){return this._get("getListRdoOrNdo",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListComplete(e,t={}){return this._get("listComplete",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class xn extends d{constructor(){super("category-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Nn extends d{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Mn extends d{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class Bn extends d{constructor(){super("commit-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCanPublishProdReleaseTagList(e={}){return this._get("canPublishProdReleaseTagList",null,null,e)}async getCanReleaseTagList(e={}){return this._get("canReleaseTagList",null,null,e)}async postCommit(e,t={}){return this._post("commit",e,null,t)}async getGetLatestCommit(e={}){return this._get("getLatestCommit",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getRelease(e,t={}){return this._get("release/page/list",null,e,t)}async getViewDetail(e,t={}){return this._get("viewDetail",null,e,t)}async getViewDraft(e={}){return this._get("viewDraft",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Un extends d{constructor(){super("common-info-card")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetById(e,t={}){return this._get("getById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class kn extends d{constructor(){super("control-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCategory(e,t={}){return this._get("category/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getSpecial(e,t={}){return this._get("special/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Gn extends d{constructor(){super("customer-complaint")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSync(e={}){return this._get("sync",null,null,e)}async getUpdateFeishu(e,t={}){return this._get("updateFeishu",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Kn=class extends d{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Vn extends d{constructor(){super("data-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Fn=class extends d{constructor(){super("data-source")}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}},$n=class extends d{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Hn extends d{constructor(){super("designer-common")}async getEnumModelField(e,t={}){return this._get("enumModelField/list",null,e,t)}async getGetApp(e={}){return this._get("getApp",null,null,e)}async getGetCanBeUsedOrg(e={}){return this._get("getCanBeUsedOrg",null,null,e)}async getGetCanBeUsedOrgUser(e,t={}){return this._get("getCanBeUsedOrgUser",null,e,t)}async getGetUserGroupUser(e,t={}){return this._get("getUserGroupUser",null,e,t)}async getGetVisibleOrg(e={}){return this._get("getVisibleOrg",null,null,e)}async getGetVisibleOrgUser(e,t={}){return this._get("getVisibleOrgUser",null,e,t)}async getGetVisibleUser(e={}){return this._get("getVisibleUser",null,null,e)}async getGetVisibleUserAndVisibleOrgUser(e,t={}){return this._get("getVisibleUserAndVisibleOrgUser",null,e,t)}async getListUserByIds(e,t={}){return this._get("listUserByIds",null,e,t)}async getTableEntityModel(e,t={}){return this._get("table-entity-model/list",null,e,t)}async postUpload(e={}){return this._post("upload/label/image",null,null,e)}async getUser(e={}){return this._get("user/info",null,null,e)}}class Xn extends d{constructor(){super("designer-lock")}async postCancelOccupyPage(e,t={}){return this._post("cancelOccupyPage",e,null,t)}async getGetPageOccupyMsg(e,t={}){return this._get("getPageOccupyMsg",null,e,t)}async postLockPage(e,t={}){return this._post("lockPage",e,null,t)}async postOccupyPage(e,t={}){return this._post("occupyPage",e,null,t)}async postUnLockPage(e,t={}){return this._post("unLockPage",e,null,t)}}class Wn extends d{constructor(){super("designer-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class jn extends d{constructor(){super("devops")}async getListAllDigitsFields(e={}){return this._get("listAllDigitsFields",null,null,e)}async postUpdateDigits(e,t={}){return this._post("updateDigits",e,null,t)}}class zn extends d{constructor(){super("dify-chat")}async postAsyncDocument(e,t={}){return this._post("asyncDocument",e,null,t)}async postChat(e,t={}){return this._post("chat",e,null,t)}}class qn extends d{constructor(){super("doc-control-started")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Jn extends d{constructor(){super("doc-control-task-done")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Qn extends d{constructor(){super("doc-control-task-todo")}async getAllUser(e,t={}){return this._get("all-user/page/list",null,e,t)}async getCount(e={}){return this._get("count",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Zn extends d{constructor(){super("doc-control")}async postProcess(e,t={}){return this._post("process/return",e,null,t)}async getProcess(e,t={}){return this._get("process/startProcess",null,e,t)}}class Yn extends d{constructor(){super("doc-outline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByInstance(e,t={}){return this._get("listByInstance",null,e,t)}async getListByRefId(e,t={}){return this._get("listByRefId",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSheet(e,t={}){return this._get("sheet",null,e,t)}async getSheetByInstance(e,t={}){return this._get("sheetByInstance",null,e,t)}async getSheetByRefId(e,t={}){return this._get("sheetByRefId",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class er extends d{constructor(){super("document")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async putDesign(e,t={}){return this._put("design/{id}",e,null,t)}async getDocumentDataClean(e={}){return this._get("documentDataClean",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class tr extends d{constructor(){super("edhr-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByMaterialNo(e,t={}){return this._get("findByMaterialNo",null,e,t)}async getFindMaterialNo(e,t={}){return this._get("findMaterialNo",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getReverse(e,t={}){return this._get("reverse/page/list",null,e,t)}async getRunning(e,t={}){return this._get("running/page",null,e,t)}async putUpdateInstanceStatusById4Archived(e={}){return this._put("updateInstanceStatusById4Archived/{id}",null,null,e)}}class sr extends d{constructor(){super("edhr-instance-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list/tree",null,e,t)}async getListChild(e,t={}){return this._get("listChild",null,e,t)}}class nr extends d{constructor(){super("edhr-instance-search-history")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class rr extends d{constructor(){super("edhr-tmpl")}async postControl(e,t={}){return this._post("control",e,null,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefault(e={}){return this._put("setDefault/{id}",null,null,e)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class lr extends d{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class ir extends d{constructor(){super("enum-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSubmitWithFields(e,t={}){return this._post("submitWithFields",e,null,t)}async putUpdateIconState(e,t={}){return this._put("updateIconState/{id}",e,null,t)}async putUpdateTextState(e,t={}){return this._put("updateTextState/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ar extends d{constructor(){super("enum-model-field")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ur extends d{constructor(){super("event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class or extends d{constructor(){super("event-log")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class cr extends d{constructor(){super("excel-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postConfig(e,t={}){return this._post("config",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async getDownloadPlat(e={}){return this._get("download-plat/{id}",null,null,e)}async getDownload(e={}){return this._get("download/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInit(e,t={}){return this._get("init/tmpl",null,e,t)}async postInit(e,t,n={}){return this._post("init/tmpl",t,e,n)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postV1(e,t={}){return this._post("v1/config",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class gr extends d{constructor(){super("excel")}async getData(e,t={}){return this._get("data/report",null,e,t)}async postData(e,t={}){return this._post("data/validate",null,e,t)}}class pr extends d{constructor(){super("field-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async postComplete(e={}){return this._post("complete/dataVersion",null,null,e)}async putDecimal(e={}){return this._put("decimal/digits/all/{digits}",null,null,e)}async postFunc(e,t={}){return this._post("func/check",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListConditionField(e,t={}){return this._get("listConditionField",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPage(e={}){return this._put("page/recycledRestore/{fieldId}",null,null,e)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putUnique(e={}){return this._put("unique/constraint/add/{modelKey}/{fieldKey}/{type}",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class hr extends d{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class dr extends d{constructor(){super("file-resource")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postUpload(e,t={}){return this._post("upload",null,e,t)}}let yr=class extends d{constructor(){super("file-task")}async getStart(e={}){return this._get("start",null,null,e)}async postStatus(e,t={}){return this._post("status",e,null,t)}async postSubmit(e,t={}){return this._post("submit",e,null,t)}},_r=class extends d{constructor(){super("file")}async postPdf(e,t={}){return this._post("pdf/encode",null,e,t)}async postUpload(e,t={}){return this._post("upload/image",null,e,t)}};class fr extends d{constructor(){super("formRelate")}async getCategory(e,t={}){return this._get("category",null,e,t)}async postCategory(e,t={}){return this._post("category",e,null,t)}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async putCategory(e,t={}){return this._put("category/{id}",e,null,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllCategory(e,t={}){return this._get("listAllCategory",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getPage(e,t={}){return this._get("page/listFormNoChild",null,e,t)}}class vr extends d{constructor(){super("front-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Sr extends d{constructor(){super("global-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCurrentTime(e={}){return this._get("currentTime",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let mr=class extends d{constructor(){super("i18n-info")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getLang(e,t={}){return this._get("lang/download",null,e,t)}async postLang(e,t={}){return this._post("lang/upload",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}};class Ir extends d{constructor(){super("instance-relation")}async postBind(e,t={}){return this._post("bind",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteUnbind(e,t={}){return this._delete("unbind",null,e,t)}async putUpdateTitle(e,t={}){return this._put("updateTitle",null,e,t)}}class Ar extends d{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class br extends d{constructor(){super("job")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCron(e,t={}){return this._post("cron/valid",e,null,t)}async postExec(e,t={}){return this._post("exec",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putStatus(e,t={}){return this._put("status/{id}",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Tr extends d{constructor(){super("job-log")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Lr extends d{constructor(){super("js-engine")}async getExec(e,t={}){return this._get("exec/{key}",null,e,t)}async postExec(e,t={}){return this._post("exec/{key}",null,e,t)}async postExecute(e,t={}){return this._post("execute",e,null,t)}}class Rr extends d{constructor(){super("label")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getEntity(e={}){return this._get("entity/update/datetime/sql",null,null,e)}async getExecute(e={}){return this._get("execute",null,null,e)}async getExport(e,t={}){return this._get("export",null,e,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postImport(e={}){return this._post("import",null,null,e)}async postLabelDuplicateNameCheck(e,t={}){return this._post("labelDuplicateNameCheck",e,null,t)}async getLabelParentDataClean(e={}){return this._get("labelParentDataClean",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListFont(e={}){return this._get("listFont",null,null,e)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async getTest(e,t={}){return this._get("test",null,e,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async postXmlSetting(e,t={}){return this._post("xmlSetting",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Er extends d{constructor(){super("label-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let wr=class extends d{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class Cr extends d{constructor(){super("medPro")}async postModelMeta(e,t={}){return this._post("modelMeta/dataAssociation",e,null,t)}async getModelMeta(e,t={}){return this._get("modelMeta/modelDataAssociation",null,e,t)}}class Dr extends d{constructor(){super("menu-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAvailable(e,t={}){return this._get("available/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Pr extends d{constructor(){super("merge-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Or extends d{constructor(){super("message-record")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}let xr=class extends d{constructor(){super("message-setting")}async getFindAllByType(e,t={}){return this._get("findAllByType",null,e,t)}async postSendMessageByType(e,t={}){return this._post("sendMessageByType",e,null,t)}};class Nr extends d{constructor(){super("message-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListByModelKey(e,t={}){return this._get("listByModelKey",null,e,t)}async putOpened(e,t={}){return this._put("opened",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postProcessSend(e,t={}){return this._post("processSend",e,null,t)}async postSend(e,t={}){return this._post("send",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Mr extends d{constructor(){super("mobile-homepage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Br extends d{constructor(){super("mobile-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyById(e,t={}){return this._post("copyById/{id}",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ur extends d{constructor(){super("model-comprehensive")}async deleteBizServiceApi(e,t={}){return this._delete("biz-service-api",null,e,t)}async getBizServiceApi(e,t={}){return this._get("biz-service-api/list/{modelCategory}",null,e,t)}async putBizServiceApi(e,t={}){return this._put("biz-service-api/{id}",e,null,t)}async postBizServiceApi(e,t={}){return this._post("biz-service-api/{modelCategory}",e,null,t)}async postBizService(e,t={}){return this._post("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getEnum(e,t={}){return this._get("enum/info/{modelCategory}",null,e,t)}async postExport(e,t={}){return this._post("export/{modelCategory}/{modelKey}/{tmplKey}",null,e,t)}async getField(e,t={}){return this._get("field/list/{modelCategory}",null,e,t)}async getMethod(e,t={}){return this._get("method/list/{modelCategory}",null,e,t)}async getModel(e={}){return this._get("model/system",null,null,e)}async postQueryAllModelDataAndDrillData(e,t={}){return this._post("queryAllModelDataAndDrillData",e,null,t)}async postQueryFieldValueByRefChainData(e,t={}){return this._post("queryFieldValueByRefChainData/{modelCategory}",e,null,t)}async postQueryModelDataAndDrillData(e,t={}){return this._post("queryModelDataAndDrillData",e,null,t)}async postQueryRefChainData(e,t={}){return this._post("queryRefChainData/{modelCategory}",e,null,t)}async postQueryRefData(e,t={}){return this._post("queryRefData/{modelCategory}",e,null,t)}async postQueryRefDataById(e,t={}){return this._post("queryRefDataById/{modelCategory}",e,null,t)}async postQueryRefDataByIds(e,t={}){return this._post("queryRefDataByIds/{modelCategory}",e,null,t)}async postQuerySearchRefChainData(e,t={}){return this._post("querySearchRefChainData",e,null,t)}async getSubModel(e,t={}){return this._get("sub-model/list",null,e,t)}}class kr extends d{constructor(){super("model-data")}async postAllModelLiquibaseSoftDeleteDataClean(e={}){return this._post("allModelLiquibaseSoftDeleteDataClean",null,null,e)}async postAllModelSoftDeleteDataClean(e={}){return this._post("allModelSoftDeleteDataClean",null,null,e)}async getCheckFieldValueExist(e,t={}){return this._get("checkFieldValueExist",null,e,t)}async postQueryRefData(e,t={}){return this._post("queryRefData",e,null,t)}async postSingleModelSoftDeleteDataClean(e,t={}){return this._post("singleModelSoftDeleteDataClean",null,e,t)}}class Gr extends d{constructor(){super("model-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async getAgg(e,t={}){return this._get("agg/model",null,e,t)}async getBy(e,t={}){return this._get("by/keys",null,e,t)}async putConstant(e,t={}){return this._put("constant/{modelKey}",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async putDisplay(e={}){return this._put("display/{modelKey}/{fieldKey}",null,null,e)}async getEr(e={}){return this._get("er",null,null,e)}async getFindAllByTypeIn(e,t={}){return this._get("findAllByTypeIn",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListAll(e={}){return this._get("list-all",null,null,e)}async getListAllModelAndFieldByName(e,t={}){return this._get("listAllModelAndFieldByName",null,e,t)}async getListMasterModel(e,t={}){return this._get("listMasterModel",null,e,t)}async getListModelReferencedBy(e,t={}){return this._get("listModelReferencedBy",null,e,t)}async getListSlaveModel(e,t={}){return this._get("listSlaveModel",null,e,t)}async getPage(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPage(e={}){return this._put("page/recycledRestore/{modelKey}",null,null,e)}async getPermissionEnabled(e,t={}){return this._get("permission-enabled/list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putSupportMessage(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async getSupportProcess(e={}){return this._get("support-process",null,null,e)}async getTranslateModelFieldExp(e,t={}){return this._get("translateModelFieldExp",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}async putModelKey(e={}){return this._put("{modelKey}/{enabled}",null,null,e)}}class Kr extends d{constructor(){super("model-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModel(e={}){return this._get("data-model/list",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getViewModel(e={}){return this._get("view-model/list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Vr=class extends d{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class Fr extends d{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class $r extends d{constructor(){super("online-form-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAppendix(e,t={}){return this._get("appendix/form/list",null,e,t)}async getDataIds(e,t={}){return this._get("dataIds",null,e,t)}async getFindByMaterialNoAndDocOutlineId(e,t={}){return this._get("findByMaterialNoAndDocOutlineId",null,e,t)}async getFindByOfTmplIdAndEdhrInstanceId(e,t={}){return this._get("findByOfTmplIdAndEdhrInstanceId",null,e,t)}async getFindByTmplIdAndMaterialNo(e,t={}){return this._get("findByTmplIdAndMaterialNo",null,e,t)}async getFindOfTaskBySerialNo4Change(e,t={}){return this._get("findOfTaskBySerialNo4Change",null,e,t)}async getFindPage4EdhrInstance(e,t={}){return this._get("findPage4EdhrInstance",null,e,t)}async getFindRelationInfoById(e,t={}){return this._get("findRelationInfoById",null,e,t)}async getForm(e,t={}){return this._get("form/page/list",null,e,t)}async getGetOne(e,t={}){return this._get("getOne",null,e,t)}async getGetRelatedProduct(e,t={}){return this._get("getRelatedProduct",null,e,t)}async getInfo(e,t={}){return this._get("info/byRecordNo",null,e,t)}async postInfos(e={}){return this._post("infos",null,null,e)}async postInsert4Edhr(e,t={}){return this._post("insert4Edhr",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRefresh(e,t={}){return this._post("refresh/snapshot",null,e,t)}async getRelate(e,t={}){return this._get("relate/form/page/list",null,e,t)}async postRelated(e,t={}){return this._post("related/inst/unbind",e,null,t)}async deleteRelated(e,t={}){return this._delete("related/inst/remove",null,e,t)}async getReverse(e,t={}){return this._get("reverse/trace/page/list",null,e,t)}async postTask(e,t,n={}){return this._post("task/page/list",t,e,n)}async deleteTask(e={}){return this._delete("task/remove/{ofInstId}",null,null,e)}async getTask(e={}){return this._get("task/resend/{ofInstId}",null,null,e)}async putTask(e,t={}){return this._put("task/{id}",e,null,t)}async getTrace(e,t={}){return this._get("trace/page/list",null,e,t)}async putUpdateDescription(e,t={}){return this._put("updateDescription",e,null,t)}}class Hr extends d{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Xr extends d{constructor(){super("online-form-tmpl-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Wr extends d{constructor(){super("online-form-tmpl")}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getFormModels(e={}){return this._get("formModels/{id}",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postInfos(e,t={}){return this._post("infos",e,null,t)}async getListBaseAndProcessForm(e,t={}){return this._get("listBaseAndProcessForm",null,e,t)}async getListOnlineFormModels(e,t={}){return this._get("listOnlineFormModels",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getModel(e={}){return this._get("model/{id}",null,null,e)}async postRelease(e,t,n={}){return this._post("release",t,e,n)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveField(e,t={}){return this._post("saveField",e,null,t)}async postSaveOperation(e,t={}){return this._post("saveOperation",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefault(e={}){return this._put("setDefault/{id}",null,null,e)}async getStash(e,t={}){return this._get("stash",null,e,t)}async putStash(e,t={}){return this._put("stash/{id}",e,null,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner/{id}",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class jr extends d{constructor(){super("online-form")}async postBase(e,t={}){return this._post("base/submit",e,null,t)}async postBiz(e,t={}){return this._post("biz/bizServiceSummary",e,null,t)}async getDataInit(e={}){return this._get("data-init/protocol/list",null,null,e)}async postProcess(e,t={}){return this._post("process/submit",e,null,t)}async postStash(e,t={}){return this._post("stash",e,null,t)}}class zr extends d{constructor(){super("online")}async getClients(e,t={}){return this._get("clients",null,e,t)}async getExit(e,t={}){return this._get("exit",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class qr extends d{constructor(){super("openapi")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetApiInfo(e,t={}){return this._get("getApiInfo",null,e,t)}async getGetApiInfos(e={}){return this._get("getApiInfos",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Jr extends d{constructor(){super("page-designer-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Qr=class extends d{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}},Zr=class extends d{constructor(){super("plat")}async postApp(e,t={}){return this._post("app/global",e,null,t)}async getApp(e={}){return this._get("app/global/info",null,null,e)}async postBase(e,t={}){return this._post("base",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}};class Yr extends d{constructor(){super("pm-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllProcHasPublishedVersion(e,t={}){return this._get("listAllProcHasPublishedVersion",null,e,t)}async getPage(e,t={}){return this._get("page/listByPage",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class el extends d{constructor(){super("pm-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async postUpdateProcessUser(e,t={}){return this._post("updateProcessUser",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class tl extends d{constructor(){super("pm-process-engine")}async postApprove(e,t={}){return this._post("approve",e,null,t)}async getHiTask(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTask(e,t={}){return this._get("initial-task/extension",null,e,t)}async getListAllAssignees(e={}){return this._get("listAllAssignees",null,null,e)}async getListAllInitiators(e={}){return this._get("listAllInitiators",null,null,e)}async getModel(e,t={}){return this._get("model",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postProcExecute(e,t={}){return this._post("procExecute",e,null,t)}async getProcInstExtension(e,t={}){return this._get("procInstExtension",null,e,t)}async postReassign(e,t={}){return this._post("reassign",e,null,t)}async postRefuse(e,t={}){return this._post("refuse",e,null,t)}async postReject(e,t={}){return this._post("reject",e,null,t)}async postResubmit(e,t={}){return this._post("resubmit",e,null,t)}async postStartProcInst(e,t={}){return this._post("startProcInst",e,null,t)}async getTask(e,t={}){return this._get("task/extension",null,e,t)}async postTerminate(e,t={}){return this._post("terminate",e,null,t)}async postWithdraw(e,t={}){return this._post("withdraw",e,null,t)}}class sl extends d{constructor(){super("print-designer")}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getRdo(e,t={}){return this._get("rdo/page/list",null,e,t)}}let nl=class extends d{constructor(){super("print-log")}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postPatchwork(e,t={}){return this._post("patchwork",e,null,t)}};class rl extends d{constructor(){super("print")}async postGenerateZplCode(e,t={}){return this._post("generateZplCode",e,null,t)}async postLabelBackEndPrint(e,t={}){return this._post("labelBackEndPrint",e,null,t)}async getPrintDropdownList(e={}){return this._get("printDropdownList",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}}class ll extends d{constructor(){super("process")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class il extends d{constructor(){super("process-approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getApproveHistory(e,t={}){return this._get("approveHistory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class al extends d{constructor(){super("process-approve-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ul extends d{constructor(){super("process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postInitProcessAndProcessVersion(e={}){return this._post("initProcessAndProcessVersion/{type}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ol extends d{constructor(){super("process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postPublish(e={}){return this._post("publish/{id}",null,null,e)}async getId(e,t={}){return this._get("",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class cl extends d{constructor(){super("process-engine")}async postExecute(e,t={}){return this._post("execute",e,null,t)}async getHiTask(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTask(e,t={}){return this._get("initial-task/extension",null,e,t)}async getModel(e,t={}){return this._get("model",null,e,t)}async postReassignment(e,t={}){return this._post("reassignment",e,null,t)}async getTask(e,t={}){return this._get("task/extension",null,e,t)}}class gl extends d{constructor(){super("process-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pl extends d{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class hl extends d{constructor(){super("process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class dl extends d{constructor(){super("process-instance-relation-")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class yl extends d{constructor(){super("process-message-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class _l extends d{constructor(){super("process-node-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class fl extends d{constructor(){super("process-path-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vl extends d{constructor(){super("process-path")}async getFindAllByOfInstanceId(e,t={}){return this._get("findAllByOfInstanceId",null,e,t)}async getFindAllByTmplId(e,t={}){return this._get("findAllByTmplId",null,e,t)}}class Sl extends d{constructor(){super("process-task-done")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class ml extends d{constructor(){super("process-task-todo")}async getAllUser(e,t={}){return this._get("all-user/page/list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Il extends d{constructor(){super("process-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postActivate(e={}){return this._post("activate/{id}",null,null,e)}async putDeploy(e,t={}){return this._put("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class Al extends d{constructor(){super("processTest")}async getCompleteTask(e,t={}){return this._get("completeTask",null,e,t)}async getDeploy(e,t={}){return this._get("deploy",null,e,t)}async getReadXml(e,t={}){return this._get("readXml",null,e,t)}async getSignal(e,t={}){return this._get("signal",null,e,t)}async getStart(e,t={}){return this._get("start",null,e,t)}async getUpdateVar(e,t={}){return this._get("updateVar",null,e,t)}async getWithdraw(e,t={}){return this._get("withdraw",null,e,t)}}class bl extends d{constructor(){super("product-release")}async getGetProductReleaseByMaterialNo(e,t={}){return this._get("getProductReleaseByMaterialNo",null,e,t)}async getGetProductReleaseForm(e,t={}){return this._get("getProductReleaseForm",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Tl extends d{constructor(){super("publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCreateRelease(e,t={}){return this._post("createRelease",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPublishToProd(e,t={}){return this._post("publishToProd",e,null,t)}async postPublishToTest(e,t={}){return this._post("publishToTest",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Ll=class extends d{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Rl extends d{constructor(){super("report")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDeploy(e,t={}){return this._post("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfos(e,t={}){return this._get("infos",null,e,t)}async getList(e={}){return this._get("list/type",null,null,e)}async getListModelReport(e,t={}){return this._get("listModelReport",null,e,t)}async getListSystemModelFields(e,t={}){return this._get("listSystemModelFields",null,e,t)}async getListSystemModels(e={}){return this._get("listSystemModels",null,null,e)}async putMove(e,t={}){return this._put("move",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putUndeploy(e={}){return this._put("undeploy/{id}",null,null,e)}async getUser(e={}){return this._get("user/permission/{id}",null,null,e)}async postView(e,t={}){return this._post("view/page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class El extends d{constructor(){super("report-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGenSql(e,t={}){return this._get("genSql",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postListByPage4DataSet(e,t={}){return this._post("listByPage4DataSet",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wl extends d{constructor(){super("report-data")}async postListByPage(e,t={}){return this._post("listByPage",e,null,t)}async postListByPage4Cross(e,t={}){return this._post("listByPage4Cross",e,null,t)}async postListStatistic(e,t={}){return this._post("listStatistic",e,null,t)}}let Cl=class extends d{constructor(){super("role")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t={}){return this._put("",null,e,t)}},Dl=class extends d{constructor(){super("role-permission")}async post(e,t={}){return this._post("",e,null,t)}async postBulk(e,t={}){return this._post("bulk",e,null,t)}async getMenu(e,t={}){return this._get("menu/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}};class Pl extends d{constructor(){super("script")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ol extends d{constructor(){super("script-assistant")}async getRag(e={}){return this._get("rag",null,null,e)}async postScriptComplete(e,t={}){return this._post("scriptComplete",e,null,t)}}class xl extends d{constructor(){super("script-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Nl extends d{constructor(){super("script-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Ml extends d{constructor(){super("service-orchestration")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Bl extends d{constructor(){super("service-orchestration-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ul extends d{constructor(){super("service-orchestration-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class kl extends d{constructor(){super("sign-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Gl=class extends d{constructor(){super("sign-log")}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}};class Kl extends d{constructor(){super("signature")}async postGetSignatureImage(e,t={}){return this._post("getSignatureImage",e,null,t)}async postGetSignatureUploadOrWriteImage(e,t={}){return this._post("getSignatureUploadOrWriteImage",e,null,t)}}class Vl extends d{constructor(){super("sql-view-model")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Fl extends d{constructor(){super("sql-view")}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class $l extends d{constructor(){super("stash")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByClientKey(e,t={}){return this._get("findByClientKey",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Hl extends d{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class Xl extends d{constructor(){super("sys-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Wl extends d{constructor(){super("system-var")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSystemVarByKeys(e,t={}){return this._get("getSystemVarByKeys",null,e,t)}async getGetVarByKeys(e,t={}){return this._get("getVarByKeys",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListSystemVarCache(e={}){return this._get("listSystemVarCache",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class jl extends d{constructor(){super("trace-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByTraceId(e,t={}){return this._get("findByTraceId",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class zl extends d{constructor(){super("trace-log-details")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAppDataTrace(e,t={}){return this._post("app-data-trace/page/list",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoTree(e,t={}){return this._get("infoTree",null,e,t)}async getInfoTreeById(e,t={}){return this._get("infoTreeById",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async getPage(e,t={}){return this._get("page/listByRecodeId",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ql extends d{constructor(){super("trace-mainline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Jl extends d{constructor(){super("trace-mainline-ext")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ql extends d{constructor(){super("trace-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getTreeByModelKey(e,t={}){return this._get("treeByModelKey",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Zl extends d{constructor(){super("user-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getSearch(e,t={}){return this._get("search",null,e,t)}async getUser(e={}){return this._get("user/role/permission/list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Yl extends d{constructor(){super("user-group-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ei extends d{constructor(){super("view-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getField(e,t={}){return this._get("field/info",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSql(e,t={}){return this._get("sql",null,e,t)}async putSupportMessage(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ti extends d{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class si extends d{constructor(){super("webpage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelOccupyWebPage(e,t={}){return this._post("cancelOccupyWebPage",e,null,t)}async postCopyById(e,t={}){return this._post("copyById/{id}",e,null,t)}async postGetWebPageOccupyMsg(e,t={}){return this._post("getWebPageOccupyMsg",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLockWebPage(e,t={}){return this._post("lockWebPage",e,null,t)}async postOccupyWebPage(e,t={}){return this._post("occupyWebPage",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postUnLockWebPage(e,t={}){return this._post("unLockWebPage",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let ni=class extends d{constructor(){super("api")}async postApp(e,t,n={}){return this._post("app/visible/menu",t,e,n)}async getApp(e,t={}){return this._get("app/report/infos",null,e,t)}async deleteApp(e,t={}){return this._delete("app/dropTestDb",null,e,t)}async postAuditLog(e,t={}){return this._post("audit-log/save",e,null,t)}async getAuditLog(e,t={}){return this._get("audit-log/operators",null,e,t)}async postDatamove(e,t={}){return this._post("datamove/execute",e,null,t)}async postDatasource(e,t,n={}){return this._post("datasource/column-format",t,e,n)}async getDatasource(e={}){return this._get("datasource/info",null,null,e)}async postEdhr(e,t={}){return this._post("edhr/test/transferAllWorkItem",e,null,t)}async getIe(e,t={}){return this._get("ie/data/report",null,e,t)}async postModelComprehensive(e,t={}){return this._post("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getModelComprehensive(e,t={}){return this._get("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putModelComprehensive(e,t={}){return this._put("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteModelComprehensive(e,t={}){return this._delete("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getProcess(e={}){return this._get("process/list/all",null,null,e)}},ri=class{constructor(){i(this,"appBranch",new _n),i(this,"appGlobalSettings",new fn),i(this,"appGrantedUser",new vn),i(this,"appOrg",new Sn),i(this,"appPublishLog",new mn),i(this,"appState",new In),i(this,"appUser",new An),i(this,"approvalLog",new bn),i(this,"auditLog",new Tn),i(this,"basicConfig",new Ln),i(this,"bizEvent",new Rn),i(this,"bizProcessDefinition",new En),i(this,"bizProcessDefinitionVersion",new wn),i(this,"bizServiceCrud",new Cn),i(this,"bizService",new Dn),i(this,"bom",new Pn),i(this,"category",new On),i(this,"categoryRelation",new xn),i(this,"chat",new Nn),i(this,"codeTs",new Mn),i(this,"commitLog",new Bn),i(this,"commonInfoCard",new Un),i(this,"controlConfig",new kn),i(this,"customerComplaint",new Gn),i(this,"dashboard",new Kn),i(this,"dataModel",new Vn),i(this,"dataSource",new Fn),i(this,"dataTrace",new $n),i(this,"designerCommon",new Hn),i(this,"designerLock",new Xn),i(this,"designerOperateLog",new Wn),i(this,"devops",new jn),i(this,"difyChat",new zn),i(this,"docControlStarted",new qn),i(this,"docControlTaskDone",new Jn),i(this,"docControlTaskTodo",new Qn),i(this,"docControl",new Zn),i(this,"docOutline",new Yn),i(this,"document",new er),i(this,"edhrInstance",new tr),i(this,"edhrInstanceRelation",new sr),i(this,"edhrInstanceSearchHistory",new nr),i(this,"edhrTmpl",new rr),i(this,"eleSearch",new lr),i(this,"enumModel",new ir),i(this,"enumModelField",new ar),i(this,"event",new ur),i(this,"eventLog",new or),i(this,"excelTmpl",new cr),i(this,"excel",new gr),i(this,"fieldMeta",new pr),i(this,"field",new hr),i(this,"fileResource",new dr),i(this,"fileTask",new yr),i(this,"file",new _r),i(this,"formRelate",new fr),i(this,"frontOperateLog",new vr),i(this,"globalMethod",new Sr),i(this,"i18NInfo",new mr),i(this,"instanceRelation",new Ir),i(this,"ipaas",new Ar),i(this,"job",new br),i(this,"jobLog",new Tr),i(this,"jsEngine",new Lr),i(this,"label",new Rr),i(this,"labelLog",new Er),i(this,"loginLog",new wr),i(this,"medPro",new Cr),i(this,"menuConfig",new Dr),i(this,"mergeLog",new Pr),i(this,"messageRecord",new Or),i(this,"messageSetting",new xr),i(this,"messageTmpl",new Nr),i(this,"mobileHomepage",new Mr),i(this,"mobilePage",new Br),i(this,"modelComprehensive",new Ur),i(this,"modelData",new kr),i(this,"modelMeta",new Gr),i(this,"modelMethod",new Kr),i(this,"model",new Vr),i(this,"onlineFormChangeHistory",new Fr),i(this,"onlineFormInstance",new $r),i(this,"onlineFormLog",new Hr),i(this,"onlineFormTmplLog",new Xr),i(this,"onlineFormTmpl",new Wr),i(this,"onlineForm",new jr),i(this,"online",new zr),i(this,"openapi",new qr),i(this,"pageDesignerLog",new Jr),i(this,"permission",new Qr),i(this,"plat",new Zr),i(this,"pmProcessDefinition",new Yr),i(this,"pmProcessDefinitionVersion",new el),i(this,"pmProcessEngine",new tl),i(this,"printDesigner",new sl),i(this,"printLog",new nl),i(this,"print",new rl),i(this,"process",new ll),i(this,"processApprovalLog",new il),i(this,"processApproveUser",new al),i(this,"processDefinition",new ul),i(this,"processDefinitionVersion",new ol),i(this,"processEngine",new cl),i(this,"processEvent",new gl),i(this,"processGraph",new pl),i(this,"processInstance",new hl),i(this,"processInstanceRelation",new dl),i(this,"processMessageUser",new yl),i(this,"processNodeDefinition",new _l),i(this,"processPathUser",new fl),i(this,"processPath",new vl),i(this,"processTaskDone",new Sl),i(this,"processTaskTodo",new ml),i(this,"processVersion",new Il),i(this,"processTest",new Al),i(this,"productRelease",new bl),i(this,"publishLog",new Tl),i(this,"regexp",new Ll),i(this,"report",new Rl),i(this,"reportDataSet",new El),i(this,"reportData",new wl),i(this,"role",new Cl),i(this,"rolePermission",new Dl),i(this,"script",new Pl),i(this,"scriptAssistant",new Ol),i(this,"scriptVersion",new xl),i(this,"scriptVersionLog",new Nl),i(this,"serviceOrchestration",new Ml),i(this,"serviceOrchestrationVersion",new Bl),i(this,"serviceOrchestrationVersionLog",new Ul),i(this,"signHistory",new kl),i(this,"signLog",new Gl),i(this,"signature",new Kl),i(this,"sqlViewModel",new Vl),i(this,"sqlView",new Fl),i(this,"stash",new $l),i(this,"subModelProcess",new Hl),i(this,"sysConfig",new Xl),i(this,"systemVar",new Wl),i(this,"traceLog",new jl),i(this,"traceLogDetails",new zl),i(this,"traceMainline",new ql),i(this,"traceMainlineExt",new Jl),i(this,"traceSetting",new Ql),i(this,"userGroup",new Zl),i(this,"userGroupRelation",new Yl),i(this,"viewModel",new ei),i(this,"wash",new ti),i(this,"webpage",new si),i(this,"api",new ni)}};function li(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var F,re;function ii(){if(re)return F;re=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,p=0,a,h=0;h<=u.length;++h){if(h<u.length)a=u.charCodeAt(h);else{if(a===47)break;a=47}if(a===47){if(!(c===h-1||p===1))if(c!==h-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=h,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=h,p=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,h):l=u.slice(c+1,h),o=h-c-1;c=h,p=0}else a===46&&p!==-1?++p:p=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(r=p+"/"+r,l=p.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var h=l.length,y=h-a,v=p<y?p:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else p>v&&(r.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=r.charCodeAt(o+_),E=l.charCodeAt(a+_);if(A!==E)break;A===47&&(f=_)}var m="";for(_=o+f+1;_<=c;++_)(_===c||r.charCodeAt(_)===47)&&(m.length===0?m+="..":m+="/..");return m.length>0?m+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,p=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var h=l.length-1,y=-1;for(a=r.length-1;a>=0;--a){var v=r.charCodeAt(a);if(v===47){if(!p){o=a+1;break}}else y===-1&&(p=!1,y=a+1),h>=0&&(v===l.charCodeAt(h)?--h===-1&&(c=a):(h=-1,c=y))}return o===c?c=y:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,p=!0,a=0,h=r.length-1;h>=0;--h){var y=r.charCodeAt(h);if(y===47){if(!p){o=h+1;break}continue}c===-1&&(p=!1,c=h+1),y===46?l===-1?l=h:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,p;c?(l.root="/",p=1):p=0;for(var a=-1,h=0,y=-1,v=!0,f=r.length-1,_=0;f>=p;--f){if(o=r.charCodeAt(f),o===47){if(!v){h=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===h+1?y!==-1&&(h===0&&c?l.base=l.name=r.slice(1,y):l.base=l.name=r.slice(h,y)):(h===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,y)):(l.name=r.slice(h,a),l.base=r.slice(h,y)),l.ext=r.slice(a,y)),h>0?l.dir=r.slice(0,h-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,F=n,F}var ai=ii(),ui=li(ai);class g extends Zs.BaseService{constructor(e){super(ui.join("/gct-platform/api",e))}}class oi extends g{constructor(){super("agent")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ci extends g{constructor(){super("apk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetActiveApp(e={}){return this._get("getActiveApp",null,null,e)}async getGetIp(e={}){return this._get("getIp",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postUpload(e={}){return this._post("upload/apk",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class gi extends g{constructor(){super("app")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putAppCleanUp(e={}){return this._put("appCleanUp/{id}",null,null,e)}async putAppRestore(e={}){return this._put("appRestore/{id}/{userId}",null,null,e)}async getCheckAppMaintainerInTenant(e={}){return this._get("checkAppMaintainerInTenant/{appId}",null,null,e)}async postCreateBranch(e,t={}){return this._post("createBranch/{appId}",e,null,t)}async getDatamove(e={}){return this._get("datamove/apps",null,null,e)}async putDisable(e={}){return this._put("disable/{id}",null,null,e)}async putEnable(e={}){return this._put("enable/{id}",null,null,e)}async getFieldMeta(e,t={}){return this._get("field-meta/list",null,e,t)}async getGetAppCount(e,t={}){return this._get("getAppCount/{tenantId}",null,e,t)}async getGetCurrentBranch(e={}){return this._get("getCurrentBranch/{appId}",null,null,e)}async getGetLatestCommit(e,t={}){return this._get("getLatestCommit/{appId}",null,e,t)}async getGetMobileDbFileUrl(e={}){return this._get("getMobileDbFileUrl/{appId}",null,null,e)}async postImportVersion(e,t={}){return this._post("importVersion/{appId}",e,null,t)}async getImportVersionPreview(e,t={}){return this._get("importVersionPreview/{appId}",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getListBranch(e={}){return this._get("listBranch/{appId}",null,null,e)}async getMerge(e,t={}){return this._get("merge/page/list/{appId}",null,e,t)}async postMerge(e,t={}){return this._post("merge/{appId}",e,null,t)}async getMergePreview(e,t={}){return this._get("mergePreview/{appId}",null,e,t)}async getModelMeta(e,t={}){return this._get("model-meta/list",null,e,t)}async getPage(e,t={}){return this._get("page/listReleasedApp",null,e,t)}async getPublishLogInfo(e,t={}){return this._get("publishLogInfo/{appId}",null,e,t)}async getPublishLogPageList(e,t={}){return this._get("publishLogPageList/{appId}",null,e,t)}async getReport(e,t={}){return this._get("report/infos",null,e,t)}async postRevert(e,t={}){return this._post("revert/{appId}",e,null,t)}async postSwitchBranch(e,t={}){return this._post("switchBranch/{appId}",e,null,t)}async getTenant(e,t={}){return this._get("tenant/role/{roles}/apps/count",null,e,t)}async postUpload(e={}){return this._post("upload/appPkg",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pi extends g{constructor(){super("app-member")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postListMulti(e={}){return this._post("list-multi",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putTransfer(e={}){return this._put("transfer/{id}/{targetUserId}",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class hi extends g{constructor(){super("app-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getCheckAppUserAdmin(e,t={}){return this._get("checkAppUserAdmin",null,e,t)}async getCheckAppUserVisibility(e,t={}){return this._get("checkAppUserVisibility",null,e,t)}async deleteDeveloper(e,t={}){return this._delete("developer/delete",null,e,t)}async postDeveloper(e={}){return this._post("developer/saveSettingBatch",null,null,e)}async getInfoByAppId(e,t={}){return this._get("infoByAppId",null,e,t)}async postSaveSetting(e,t={}){return this._post("saveSetting",e,null,t)}async postSaveSettingBatch(e={}){return this._post("saveSettingBatch",null,null,e)}}class di extends g{constructor(){super("assets")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e={}){return this._post("move/{assetId}/category/{categoryId}",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postUpload(e={}){return this._post("upload/{categoryId}",null,null,e)}}class yi extends g{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e={}){return this._get("operateTypes",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}}class _i extends g{constructor(){super("bi-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class fi extends g{constructor(){super("bi-file-dataset-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDatasetid(e,t={}){return this._get("list-datasetid",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vi extends g{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class Si extends g{constructor(){super("bi-share")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class mi extends g{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAddDefaultCusComp(e={}){return this._post("addDefaultCusComp",null,null,e)}async deleteDeleteDatasetCategory(e,t={}){return this._delete("deleteDatasetCategory",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListDatasetCategory(e,t={}){return this._get("listDatasetCategory",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSaveDatasetCategory(e,t={}){return this._post("saveDatasetCategory",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ii extends g{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ai extends g{constructor(){super("data-source")}async post(e,t={}){return this._post("",e,null,t)}async put(e,t={}){return this._put("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putEnabled(e,t={}){return this._put("enabled",e,null,t)}async postExecuteUpdate(e,t={}){return this._post("executeUpdate",e,null,t)}async getFindById(e,t={}){return this._get("findById",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postQueryData(e,t={}){return this._post("queryData",null,e,t)}async postSql(e,t={}){return this._post("sql/column/information",e,null,t)}async postTestConnect(e,t={}){return this._post("testConnect",e,null,t)}}class bi extends g{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ti extends g{constructor(){super("database")}async postAddDatabase(e,t={}){return this._post("addDatabase",e,null,t)}async getColumn(e,t={}){return this._get("column/information",null,e,t)}async getDb(e,t={}){return this._get("db/information",null,e,t)}async postGetDatabaseByPage(e,t={}){return this._post("getDatabaseByPage",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async deleteRemoveDatabase(e,t={}){return this._delete("removeDatabase",null,e,t)}async postRunSql(e,t={}){return this._post("runSql",e,null,t)}async getTable(e,t={}){return this._get("table/information",null,e,t)}async postTestDatabaseConn(e,t={}){return this._post("testDatabaseConn",e,null,t)}async putUpdateDatabase(e,t={}){return this._put("updateDatabase",e,null,t)}async getView(e,t={}){return this._get("view/information",null,e,t)}}class Li extends g{constructor(){super("dataset")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async getColumnValue(e,t={}){return this._get("column-value",null,e,t)}async putEncode(e,t={}){return this._put("encode",null,e,t)}async postGenColumn(e,t,n={}){return this._post("gen-column",t,e,n)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e,t={}){return this._get("list/keys",null,e,t)}async getListCategoryDataset(e,t={}){return this._get("list-category-dataset",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRunScript(e,t={}){return this._post("runScript",e,null,t)}async postRunScriptNoHeader(e,t={}){return this._post("runScriptNoHeader",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ri extends g{constructor(){super("dataset-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ei extends g{constructor(){super("datasource-devops")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wi extends g{constructor(){super("datasource-move")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postMove(e,t={}){return this._post("move",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ci extends g{constructor(){super("datasource-move-data")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Di extends g{constructor(){super("datasource-move-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Pi extends g{constructor(){super("external-message")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Oi extends g{constructor(){super("file-task")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch/download",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class xi extends g{constructor(){super("file")}async postDataPreview(e,t={}){return this._post("data-preview",e,null,t)}async postUploadCommon(e={}){return this._post("upload-common",null,null,e)}async postUploadDataset(e={}){return this._post("upload-dataset",null,null,e)}async postUpload(e,t={}){return this._post("upload/image",null,e,t)}}class Ni extends g{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class Mi extends g{constructor(){super("i18n-config")}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Bi extends g{constructor(){super("i18n-info")}async delete(e,t={}){return this._delete("",null,e,t)}async postExternal(e={}){return this._post("external/lang/sync",null,null,e)}async getLang(e,t={}){return this._get("lang/download",null,e,t)}async postLang(e,t={}){return this._post("lang/upload",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class Ui extends g{constructor(){super("internal-message")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putRead(e={}){return this._put("read/{id}",null,null,e)}async getUnread(e={}){return this._get("unread/count",null,null,e)}}class ki extends g{constructor(){super("invoke-log")}async getExport(e,t={}){return this._get("export",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Gi extends g{constructor(){super("knowledge-base")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ki extends g{constructor(){super("knowledge-base-chunk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Vi extends g{constructor(){super("knowledge-base-doc")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Fi extends g{constructor(){super("ldap")}async postUpload(e={}){return this._post("upload/certificate",null,null,e)}}class $i extends g{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class Hi extends g{constructor(){super("license")}async getActivate(e,t={}){return this._get("activate",null,e,t)}async postActivates(e,t={}){return this._post("activates",null,e,t)}async postActivatesOffline(e,t={}){return this._post("activatesOffline",null,e,t)}async getCheckLicense(e={}){return this._get("checkLicense",null,null,e)}async getClients(e,t={}){return this._get("clients",null,e,t)}async getGetAppBasicInfo(e,t={}){return this._get("getAppBasicInfo",null,e,t)}async getGetExpireMsg(e,t={}){return this._get("getExpireMsg",null,e,t)}async getGetUsers(e,t={}){return this._get("getUsers",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getShareTag(e,t={}){return this._get("shareTag",null,e,t)}async getSourceTag(e,t={}){return this._get("sourceTag",null,e,t)}async getUnbind(e,t={}){return this._get("unbind",null,e,t)}async getUninstall(e={}){return this._get("uninstall",null,null,e)}async getVerify(e={}){return this._get("verify",null,null,e)}}class Xi extends g{constructor(){super("login-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Wi extends g{constructor(){super("login")}async postCheckApp(e,t={}){return this._post("checkApp",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}async postSign(e,t={}){return this._post("sign",e,null,t)}async getSignOut(e,t={}){return this._get("signOut",null,e,t)}async getUserAppAuth(e,t={}){return this._get("userAppAuth",null,e,t)}}class ji extends g{constructor(){super("manager")}async getPlat(e,t={}){return this._get("plat/page/list",null,e,t)}async getTenant(e,t={}){return this._get("tenant/page/list",null,e,t)}}class zi extends g{constructor(){super("message-setting")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetTypeCount(e={}){return this._get("getTypeCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMqtt(e,t={}){return this._post("mqtt/send",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSendEmailMessage(e,t={}){return this._post("sendEmailMessage",e,null,t)}async postSendMessage(e,t={}){return this._post("sendMessage",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class qi extends g{constructor(){super("minio-file")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async getDownload(e,t={}){return this._get("download",null,e,t)}}class Ji extends g{constructor(){super("model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Qi extends g{constructor(){super("model-provider")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Zi extends g{constructor(){super("nav-menu")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Yi extends g{constructor(){super("nav-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ea extends g{constructor(){super("openapi-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info/page/list",null,e,t)}async getList(e,t={}){return this._get("list/download",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ta extends g{constructor(){super("openapi-key-grant")}async post(e={}){return this._post("",null,null,e)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOpenapi(e={}){return this._get("openapi/tenantList",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class sa extends g{constructor(){super("org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async postInputCheck(e,t={}){return this._post("inputCheck",e,null,t)}async getList(e={}){return this._get("list",null,null,e)}async postOrgHavePersonCheck(e,t={}){return this._post("orgHavePersonCheck",e,null,t)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUser(e,t={}){return this._post("user/update",e,null,t)}async getUser(e,t={}){return this._get("user/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class na extends g{constructor(){super("org-user-picker")}async getManagement(e,t={}){return this._get("management/user/listByIds",null,e,t)}async getTenant(e,t={}){return this._get("tenant/management/user/listByIds",null,e,t)}}class ra extends g{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class la extends g{constructor(){super("plat")}async getApp(e={}){return this._get("app/global/info/{appId}",null,null,e)}async postApp(e,t={}){return this._post("app/global/{appId}",e,null,t)}async postBase(e,t={}){return this._post("base",e,null,t)}async postDingtalk(e,t={}){return this._post("dingtalk",e,null,t)}async postEmail(e,t={}){return this._post("email",e,null,t)}async postFeishu(e,t={}){return this._post("feishu",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLogin(e,t={}){return this._post("login",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async postUploadCertFile(e={}){return this._post("uploadCertFile",null,null,e)}async postUserRole(e,t={}){return this._post("user-role/reset",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async getUser(e={}){return this._get("user/field",null,null,e)}async getVersion(e={}){return this._get("version",null,null,e)}async postWatermark(e,t={}){return this._post("watermark",e,null,t)}async postWxwork(e,t={}){return this._post("wxwork",e,null,t)}}class ia extends g{constructor(){super("plugin")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelUpload(e,t={}){return this._post("cancelUpload",e,null,t)}async putDeleteCategory(e,t={}){return this._put("deleteCategory",e,null,t)}async getGetImages(e,t={}){return this._get("getImages",null,e,t)}async postGetTenantCompList(e,t={}){return this._post("getTenantCompList",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postUploadZip(e,t={}){return this._post("uploadZip",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class aa extends g{constructor(){super("plugin-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ua extends g{constructor(){super("pm-process-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class oa extends g{constructor(){super("pm-process-delegate-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ca extends g{constructor(){super("pm-process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ga extends g{constructor(){super("pm-task-done")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pa extends g{constructor(){super("pm-task-todo")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ha extends g{constructor(){super("pn-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class da extends g{constructor(){super("pn-project")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async getExport(e,t={}){return this._get("export",null,e,t)}async postImport(e,t={}){return this._post("import",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRelease(e,t={}){return this._post("release",e,null,t)}async postSavePage(e,t={}){return this._post("savePage",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ya extends g{constructor(){super("print-log")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class _a extends g{constructor(){super("print-resource")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetIpAddressStatus(e,t={}){return this._get("getIpAddressStatus",null,e,t)}async getGetPrintCount(e={}){return this._get("getPrintCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByMacAddress(e,t={}){return this._get("listByMacAddress",null,e,t)}async postPrintTest(e={}){return this._post("printTest",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}async putUpdateRemark(e,t={}){return this._put("updateRemark/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class fa extends g{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class va extends g{constructor(){super("released")}async deleteApp(e,t={}){return this._delete("app/deletePublishedAppByTestId",null,e,t)}async putApp(e={}){return this._put("app/enable/{appId}",null,null,e)}async getApp(e,t={}){return this._get("app/publishedApp/list",null,e,t)}}class Sa extends g{constructor(){super("role-permission")}async getPlat(e,t={}){return this._get("plat/list",null,e,t)}async postPlat(e,t={}){return this._post("plat/single",e,null,t)}async getTenant(e,t={}){return this._get("tenant/list",null,e,t)}async postTenant(e,t={}){return this._post("tenant/single",e,null,t)}}class ma extends g{constructor(){super("role")}async getList(e={}){return this._get("list",null,null,e)}async postPlat(e,t={}){return this._post("plat",e,null,t)}async deletePlat(e,t={}){return this._delete("plat",null,e,t)}async getPlat(e,t={}){return this._get("plat/page/list",null,e,t)}async putPlat(e={}){return this._put("plat/{id}/{enabled}",null,null,e)}async postTenant(e,t={}){return this._post("tenant",e,null,t)}async deleteTenant(e,t={}){return this._delete("tenant",null,e,t)}async getTenant(e,t={}){return this._get("tenant/page/list",null,e,t)}async putTenant(e={}){return this._put("tenant/{id}/{enabled}",null,null,e)}}class Ia extends g{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class Aa extends g{constructor(){super("seat")}async getApp(e={}){return this._get("app/getVisibleUser",null,null,e)}async postApp(e,t={}){return this._post("app/getVisibleOrgUser",e,null,t)}async postAuth(e={}){return this._post("auth",null,null,e)}async getListAuthed(e,t={}){return this._get("listAuthed",null,e,t)}async getListNotAuth(e,t={}){return this._get("listNotAuth",null,e,t)}async postRemoveAuth(e,t={}){return this._post("removeAuth",null,e,t)}async getTotalinfos(e={}){return this._get("totalinfos",null,null,e)}}class ba extends g{constructor(){super("shortcut")}async postMenu(e={}){return this._post("menu/saveBatch",null,null,e)}async deleteMenu(e,t={}){return this._delete("menu",null,e,t)}async getMenu(e,t={}){return this._get("menu/page/list",null,e,t)}async putMenu(e,t={}){return this._put("menu/{id}",e,null,t)}}class Ta extends g{constructor(){super("sign-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class La extends g{constructor(){super("sms")}async postGetSignsAndTemplates(e,t={}){return this._post("getSignsAndTemplates",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}}class Ra extends g{constructor(){super("started-process")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Ea extends g{constructor(){super("task-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancel(e={}){return this._post("cancel/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wa extends g{constructor(){super("task-done")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Ca extends g{constructor(){super("task-todo")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Da extends g{constructor(){super("tenant-developer")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postRemoveAndHandover(e,t={}){return this._post("RemoveAndHandover",e,null,t)}async getGetUserMaintainerApp(e,t={}){return this._get("getUserMaintainerApp",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Pa extends g{constructor(){super("tenant")}async putDisable(e={}){return this._put("disable/{id}",null,null,e)}async putEnable(e={}){return this._put("enable/{id}",null,null,e)}async getGetTenantIdByAppId(e,t={}){return this._get("getTenantIdByAppId",null,e,t)}async getGetTencentByDomain(e,t={}){return this._get("getTencentByDomain",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postManagement(e,t={}){return this._post("management/user/reset/default/signPwd",e,null,t)}async deleteManagement(e,t={}){return this._delete("management/user",e,null,t)}async getManagement(e,t={}){return this._get("management/user/page/list",null,e,t)}async putManagement(e,t={}){return this._put("management/user/{id}",e,null,t)}async putUpdateDomain(e,t={}){return this._put("updateDomain/{id}",e,null,t)}async postUserRole(e,t={}){return this._post("user-role/reset",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async getUser(e={}){return this._get("user/info",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Oa extends g{constructor(){super("user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getInfoByIds(e,t={}){return this._get("infoByIds",null,e,t)}async getLast(e={}){return this._get("last/reset/pwd",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByTenantId(e,t={}){return this._get("listByTenantId",null,e,t)}async postOrg(e,t={}){return this._post("org/tenant/tmpl4App",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPlat(e,t={}){return this._post("plat/tmpl",e,null,t)}async postReset(e,t={}){return this._post("reset/pwd",e,null,t)}async postSettings(e,t={}){return this._post("settings",e,null,t)}async postTenant(e,t={}){return this._post("tenant/tmpl4App",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class xa extends g{constructor(){super("user-extra")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Na extends g{constructor(){super("user-info-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ma extends g{constructor(){super("user-password-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ba extends g{constructor(){super("workbench-component")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ua extends g{constructor(){super("workbench-component-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdatePositionJson(e,t={}){return this._put("updatePositionJson",e,null,t)}async putWorkbenchComponentActive(e,t={}){return this._put("workbenchComponentActive/{id}",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ka extends g{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Ga extends g{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class Ka extends g{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Va extends g{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class Fa extends g{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class $a extends g{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class Ha extends g{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class Xa extends g{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class Wa extends g{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class ja extends g{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class za extends g{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class qa extends g{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ja extends g{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class Qa extends g{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class Za extends g{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class Ya extends g{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class eu extends g{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class tu extends g{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class su extends g{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class nu extends g{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class ru extends g{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class lu extends g{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class iu extends g{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class au extends g{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class uu extends g{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class ou extends g{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class cu extends g{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class gu extends g{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class pu extends g{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class hu extends g{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class du extends g{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class yu extends g{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class _u extends g{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class fu extends g{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class vu extends g{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class Su extends g{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class mu extends g{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Iu extends g{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Au extends g{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class bu extends g{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Tu extends g{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class Lu extends g{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Ru extends g{constructor(){super("api")}async getAgent(e,t={}){return this._get("agent/scriptAgent",null,e,t)}async getApaasUtils(e,t={}){return this._get("apaas-utils/searchAllOrgOrUser",null,e,t)}async postAppGrantedUser(e,t,n={}){return this._post("app-granted-user/batch",t,e,n)}async getAppGrantedUser(e,t={}){return this._get("app-granted-user/ungranted/list",null,e,t)}async getAppSetting(e,t={}){return this._get("app-setting/infoByAppId",null,e,t)}async getApp(e,t={}){return this._get("app/user/page/list",null,e,t)}async postApp(e,t={}){return this._post("app/user/save-list",null,e,t)}async deleteApp(e,t,n={}){return this._delete("app/user",t,e,n)}async putApp(e,t={}){return this._put("app/user/{id}",e,null,t)}async getDataSource(e,t={}){return this._get("data-source/type",null,e,t)}async postDataSource(e,t,n={}){return this._post("data-source/select",t,e,n)}async postFileTask(e,t={}){return this._post("file-task/submit",e,null,t)}async getKnowledgeBase(e,t={}){return this._get("knowledge-base/findByIds",null,e,t)}async postLoginLog(e,t={}){return this._post("login-log/userLoginLogPage",e,null,t)}async getModel(e,t={}){return this._get("model/info",null,e,t)}async getMsg(e,t={}){return this._get("msg/findAllByType",null,e,t)}async postMsg(e,t={}){return this._post("msg/sendMessage",e,null,t)}async postOpenapiGroup(e,t={}){return this._post("openapi-group",e,null,t)}async putOpenapiGroup(e,t={}){return this._put("openapi-group/opened",null,e,t)}async putOpenapiKeyGrant(e,t={}){return this._put("openapi-key-grant/updateApi",null,e,t)}async getOrgUserPicker(e,t={}){return this._get("org-user-picker/app/listUserByIds",null,e,t)}async postOrgUserPicker(e,t={}){return this._post("org-user-picker/app/getVisibleOrgUser",e,null,t)}async postOrg(e={}){return this._post("org/principals",null,null,e)}async getOrg(e={}){return this._get("org/listAll",null,null,e)}async getPlat(e={}){return this._get("plat/app/global/info/{appId}",null,null,e)}async postPlat(e,t={}){return this._post("plat/security",e,null,t)}async postPrintLog(e,t={}){return this._post("print-log/page/list",e,null,t)}async getPrint(e,t={}){return this._get("print/exchangePrinterName",null,e,t)}async postPrint(e,t={}){return this._post("print/sendPrintData",e,null,t)}async deleteRegexp(e,t={}){return this._delete("regexp/delete",null,e,t)}async getRegexp(e,t={}){return this._get("regexp/page/list",null,e,t)}async postRegexp(e,t={}){return this._post("regexp/save",e,null,t)}async putRegexp(e,t={}){return this._put("regexp/update/{id}",e,null,t)}async postReportData(e,t={}){return this._post("report-data/list",e,null,t)}async getReportData(e,t={}){return this._get("report-data/project-info",null,e,t)}async postReportDetail(e,t={}){return this._post("report-detail/listStatistic",e,null,t)}async postSignLog(e,t={}){return this._post("signLog/page/list",e,null,t)}async getTenant(e,t={}){return this._get("tenant/org/list",null,e,t)}async postTenant(e,t={}){return this._post("tenant/userSyncFromThirdParty",e,null,t)}async getUser(e,t={}){return this._get("user/org/principal",null,e,t)}async postUser(e,t={}){return this._post("user/org/principals",null,e,t)}}class Eu extends g{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class wu extends g{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Cu extends g{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Du extends g{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class Pu extends g{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ou extends g{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class xu extends g{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class Nu extends g{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Mu extends g{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class Bu extends g{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class Uu extends g{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ku extends g{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Gu extends g{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ku extends g{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Vu extends g{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class Fu extends g{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class $u extends g{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class Hu extends g{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Xu extends g{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class Wu extends g{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class ju extends g{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class zu extends g{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class qu extends g{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class Ju extends g{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class Qu extends g{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class Zu extends g{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class Yu extends g{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class eo extends g{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class to extends g{constructor(){super("exportTemplate")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class so extends g{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class no extends g{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class ro extends g{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class lo extends g{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class io extends g{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class ao extends g{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class uo extends g{constructor(){super("importTemplate")}async get(e={}){return this._get("",null,null,e)}async head(e={}){return this._head("",null,null,e)}async post(e={}){return this._post("",null,null,e)}async put(e={}){return this._put("",null,null,e)}async delete(e={}){return this._delete("",null,null,e)}async options(e={}){return this._options("",null,null,e)}async patch(e={}){return this._patch("",null,null,e)}}class oo extends g{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class co extends g{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class go extends g{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class po extends g{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class ho extends g{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class yo extends g{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class _o extends g{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class fo extends g{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class vo extends g{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class So extends g{constructor(){super("uploadFiles")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class mo extends g{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Io extends g{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class Ao extends g{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class bo extends g{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class To extends g{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class Lo extends g{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class Ro{constructor(){i(this,"agent",new oi),i(this,"apk",new ci),i(this,"app",new gi),i(this,"appMember",new pi),i(this,"appSetting",new hi),i(this,"assets",new di),i(this,"auditLog",new yi),i(this,"biDataSet",new _i),i(this,"biFileDatasetConfig",new fi),i(this,"biFile",new vi),i(this,"biShare",new Si),i(this,"category",new mi),i(this,"dashboard",new Ii),i(this,"dataSource",new Ai),i(this,"dataTrace",new bi),i(this,"database",new Ti),i(this,"dataset",new Li),i(this,"datasetLog",new Ri),i(this,"datasourceDevops",new Ei),i(this,"datasourceMove",new wi),i(this,"datasourceMoveData",new Ci),i(this,"datasourceMoveDetail",new Di),i(this,"externalMessage",new Pi),i(this,"fileTask",new Oi),i(this,"file",new xi),i(this,"frontRelease",new Ni),i(this,"i18NConfig",new Mi),i(this,"i18NInfo",new Bi),i(this,"internalMessage",new Ui),i(this,"invokeLog",new ki),i(this,"knowledgeBase",new Gi),i(this,"knowledgeBaseChunk",new Ki),i(this,"knowledgeBaseDoc",new Vi),i(this,"ldap",new Fi),i(this,"licenseUnbindLog",new $i),i(this,"license",new Hi),i(this,"loginLog",new Xi),i(this,"login",new Wi),i(this,"manager",new ji),i(this,"messageSetting",new zi),i(this,"minioFile",new qi),i(this,"model",new Ji),i(this,"modelProvider",new Qi),i(this,"navMenu",new Zi),i(this,"navPage",new Yi),i(this,"openapiGroup",new ea),i(this,"openapiKeyGrant",new ta),i(this,"org",new sa),i(this,"orgUserPicker",new na),i(this,"permission",new ra),i(this,"plat",new la),i(this,"plugin",new ia),i(this,"pluginVersion",new aa),i(this,"pmProcessDelegate",new ua),i(this,"pmProcessDelegateDetail",new oa),i(this,"pmProcessInstance",new ca),i(this,"pmTaskDone",new ga),i(this,"pmTaskTodo",new pa),i(this,"pnPage",new ha),i(this,"pnProject",new da),i(this,"printLog",new ya),i(this,"printResource",new _a),i(this,"regexp",new fa),i(this,"released",new va),i(this,"rolePermission",new Sa),i(this,"role",new ma),i(this,"seatMessage",new Ia),i(this,"seat",new Aa),i(this,"shortcut",new ba),i(this,"signLog",new Ta),i(this,"sms",new La),i(this,"startedProcess",new Ra),i(this,"taskDelegate",new Ea),i(this,"taskDone",new wa),i(this,"taskTodo",new Ca),i(this,"tenantDeveloper",new Da),i(this,"tenant",new Pa),i(this,"user",new Oa),i(this,"userExtra",new xa),i(this,"userInfoLog",new Na),i(this,"userPasswordHistory",new Ma),i(this,"workbenchComponent",new Ba),i(this,"workbenchComponentRelation",new Ua),i(this,"clearTempDir",new ka),i(this,"deleteNotUseDir",new Ga),i(this,"getAttachmentInfoByPage",new Ka),i(this,"deleteCompInfo",new Va),i(this,"deleteCompInfoType",new Fa),i(this,"getAllCompInfo",new $a),i(this,"getAllCompInfoByTypeId",new Ha),i(this,"getAllCompInfoType",new Xa),i(this,"getCompInfoById",new Wa),i(this,"getCompInfoByPage",new ja),i(this,"getCompInfoTypeById",new za),i(this,"getCompInfoTypeByPage",new qa),i(this,"importCompInfoJson",new Ja),i(this,"saveCompInfo",new Qa),i(this,"saveCompInfoType",new Za),i(this,"deleteCsvDatasource",new Ya),i(this,"getAllCsvDatasource",new eu),i(this,"getContentToArray",new tu),i(this,"getCsvDatasourceById",new su),i(this,"getCsvDatasourceByName",new nu),i(this,"getCsvDatasourceByPage",new ru),i(this,"parseCsvOrExcel",new lu),i(this,"saveCsvDatasource",new iu),i(this,"getDesignerData",new au),i(this,"deleteEchartTheme",new uu),i(this,"getAllEchartTheme",new ou),i(this,"getEchartThemeById",new cu),i(this,"getEchartThemeByPage",new gu),i(this,"getMyEchartThemes",new pu),i(this,"getSysEchartThemes",new hu),i(this,"saveEchartTheme",new du),i(this,"buildEnshrineCompLibrary",new yu),i(this,"deleteEnshrineComp",new _u),i(this,"deleteEnshrineCompGroup",new fu),i(this,"getAllEnshrineCompGroups",new vu),i(this,"getEnshrineCompByPage",new Su),i(this,"getEnshrineCompGroupById",new mu),i(this,"getEnshrineCompGroupByPage",new Iu),i(this,"getLayoutItemObjById",new Au),i(this,"saveEnshrineComp",new bu),i(this,"saveEnshrineCompGroup",new Tu),i(this,"searchEnshrineComp",new Lu),i(this,"api",new Ru),i(this,"copyFilter",new Eu),i(this,"deleteFilter",new wu),i(this,"getAllFilter",new Cu),i(this,"getFilterById",new Du),i(this,"saveFilter",new Pu),i(this,"httpQuery",new Ou),i(this,"clearLogLogin",new xu),i(this,"getLogLoginByPage",new Nu),i(this,"clearLogOperate",new Mu),i(this,"deleteLogOperateById",new Bu),i(this,"getPnLogOperateByPage",new Uu),i(this,"uncompressLogOperateLayoutStr",new ku),i(this,"deleteMapGeoJson",new Gu),i(this,"getAdCodeByAliasName",new Ku),i(this,"getGeoJsonByAdCode",new Vu),i(this,"getMapBaseInfoByLevel",new Fu),i(this,"getMapGeoJsonById",new $u),i(this,"getMapGeoJsonByPage",new Hu),i(this,"saveMapGeoJson",new Xu),i(this,"deletePageSnapshoot",new Wu),i(this,"getPageSnapshootByEnabled",new ju),i(this,"getPageSnapshootById",new zu),i(this,"getPageSnapshootsByPageId",new qu),i(this,"savePageSnapshoot",new Ju),i(this,"setPageSnapshootEnabled",new Qu),i(this,"setPageSnapshootEnabledByPageId",new Zu),i(this,"attachmentResourceTransfer",new Yu),i(this,"deletePageTemplate",new eo),i(this,"exportTemplate",new to),i(this,"getAllPageTemplate",new so),i(this,"getPageTemplateById",new no),i(this,"getPageTemplateByPage",new ro),i(this,"getPageTemplateForCreatePageForm",new lo),i(this,"getPageTemplateLayout",new io),i(this,"getPageTemplateThemeJson",new ao),i(this,"importTemplate",new uo),i(this,"savePageTemplate",new oo),i(this,"toggleEnabled",new co),i(this,"deletePnResource",new go),i(this,"deletePnResourceGroup",new po),i(this,"getMyAllPnResourceGroup",new ho),i(this,"getMyPnResourceByPage",new yo),i(this,"getPnResourceGroupById",new _o),i(this,"resourceTransferToPage",new fo),i(this,"savePnResourceGroup",new vo),i(this,"uploadFiles",new So),i(this,"getMyShareCustomCompByPage",new mo),i(this,"getShareCustomCompById",new Io),i(this,"getShareCustomCompByPage",new Ao),i(this,"saveShareCustomComp",new bo),i(this,"getPageTotalCount",new To),i(this,"getProjectTotalCount",new Lo)}}const Eo=48,wo=80;var ue=(s=>(s.FULL="full",s.FIXED="fixed",s))(ue||{}),oe=(s=>(s.DARK="dark",s.LIGHT="light",s))(oe||{}),ce=(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(ce||{}),ge=(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(ge||{}),pe=(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(pe||{}),he=(s=>(s.ZOOM_FADE="zoom-fade",s.ZOOM_OUT="zoom-out",s.FADE_SIDE="fade-slide",s.FADE="fade",s.FADE_BOTTOM="fade-bottom",s.FADE_SCALE="fade-scale",s))(he||{}),z=(s=>(s.PORTAL="portal",s.BACKEND_MANAGEMENT="backend-management",s.DEVELOPER_CENTER="developer-center",s.TENANT_CENTER="tenant-center",s.APP_DESIGNER="app-designer",s.PAGE_DESIGNER="page-designer",s.WEB_RENDER="web-render",s.MOBILE_RENDER="mobile-render",s))(z||{}),de=(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(de||{}),S=(s=>(s.PRIMARY_KEY="primary_key",s.ASSOCIATED_PRIMARY_KEY="associated_primary_key",s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.DATA_TABLE_FORMULA="data_table_formula",s.READONLYCMP="readonlycmp",s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s.Biz_Process="biz_process",s))(S||{}),ye=(s=>(s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s))(ye||{}),_e=(s=>(s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.Biz_Process="biz_process",s))(_e||{}),fe=(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(fe||{});const Co={attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"};var ve=(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(ve||{}),Se=(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(Se||{}),me=(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(me||{}),Ie=(s=>(s.MaterialFormField="formField",s.MaterialTableField="tableField",s.MaterialEmbedTableField="embedTableField",s.MaterialSubTableField="subTableField",s.MaterialSubTableModalField="subTableModalField",s.cardListFormField="cardList",s.MaterialTableSelectField="tableSelectField",s.DescriptionsFormField="descriptions",s))(Ie||{});const Do={primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"};var Ae=(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))(Ae||{}),be=(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(be||{}),Te=(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Te||{}),Le=(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(Le||{}),Re=(s=>(s.ALL="all",s.UNREAD="unread",s))(Re||{}),Ee=(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(Ee||{}),we=(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(we||{}),Ce=(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Ce||{}),De=(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(De||{});const Po=[S.TEXT,S.LONG_TEXT,S.LONG,S.INTEGER,S.DECIMAL,S.DOUBLE,S.SERIAL];var Pe=(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Pe||{}),Oe=(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(Oe||{}),xe=(s=>(s.BASE="BASE",s.NDO="NDO",s.RDO="RDO",s.TREE="TREE",s.DYNAMIC_FORM="DYNAMIC_FORM",s.WORKFLOW="WORKFLOW",s.TRANSACTION="TRANSACTION",s))(xe||{}),Ne=(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(Ne||{}),Me=(s=>(s.NULL="",s.SYS_DATE="SYS_DATE",s.SYS_TIME="SYS_TIME",s.SYS_DATE_TIME="SYS_DATE_TIME",s.CURRENT_USER="CURRENT_USER",s.CURRENT_ORG="CURRENT_ORG",s))(Me||{}),Be=(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(Be||{}),Ue=(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(Ue||{}),ke=(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(ke||{}),Ge=(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(Ge||{}),Ke=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(Ke||{}),Ve=(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(Ve||{}),Fe=(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(Fe||{}),$e=(s=>(s.BASIC="basic",s.ADVANCED="advance",s.DISPLAY="display",s.LABEL="label",s.VUE3="vue3",s.FIELD="field",s.DATA="data",s.OTHER="other",s.LIST="list",s.Table="table",s.SUBMIT_RULE="submitRule",s.LISTDATA="listdata",s.SHOW="show",s.FIELD_CONFIG="fieldConfig",s.FORM_CONFIG="formConfig",s.FIELD_LAYOUT="FieldLayout",s.TABLESELECT_CONFIG="tableSelect",s.GENRADIO="genRadio",s.GENCHECKBOX="genCheckbox",s.GENSWITCH="genSwitch",s.OPTIONS="options",s.COLLAPSE="collapse",s.IFRAME="iframe",s.FILECOLLECT="fileCollect",s.CARDLIST="cardList",s.BUTTON="button",s.Button="Button",s.ButtonShow="ButtonShow",s.ButtonStyle="ButtonStyle",s.LISTBUTTON="listButton",s.MODAL="modal",s.MODALWIDTH="modalWidth",s.MODALHEIGHT="modalHeight",s.MODALTITLECONFIG="modalTitleConfig",s.SEARCH="search",s.QUERY="query",s.INPUT_CONFIG="inputConfig",s.DATALINKAGE="dataLinkage",s.PERMISSION="permission",s.DATASOURCE="dataSource",s.VALIDATERULE="validaterule",s.TEXT="text",s.GRID_CONFIG="gridConfig",s.COL_CONFIG="colConfig",s.COMPONENTDEPENDENCY="componentDependency",s.GENIMAGE="genImage",s.DATARANGE="dataRange",s.OPERATOR_CONFIG="operatorConfig",s.BUSINESS_CONFIG="businessConfig",s))($e||{}),He=(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(He||{}),Xe=(s=>(s.TAG="tag",s.PROGRESS="progress",s))(Xe||{}),We=(s=>(s.RADIUS="radius",s.LINEAR_RADIUS="linear_radius",s.BIG_RADIUS="big_radius",s.LINEAR_BIG_RADIUS="linear_big_radius",s.DASHED_RADIUS="dashed_radius",s.STATUS="status",s))(We||{}),je=(s=>(s.CIRCLE="circle",s.LINE="line",s))(je||{}),ze=(s=>(s.RULE="rule",s.CONFIG="config",s))(ze||{}),qe=(s=>(s.STRING="string",s.NUMBER="number",s.BOOLEAN="boolean",s.OBJECT="object",s.ARRAY="array",s.NULL="NULL",s.DATE="date",s.DATETIME="datetime",s.TIME="time",s))(qe||{}),Je=(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(Je||{}),Qe=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(Qe||{}),Ze=(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(Ze||{}),Ye=(s=>(s.INLINE="inline",s.MODAL="modal",s))(Ye||{}),et=(s=>(s.DELETE="delete",s.COPY="copy",s))(et||{}),tt=(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(tt||{}),st=(s=>(s.JS="js",s))(st||{}),nt=(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(nt||{}),rt=(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(rt||{}),lt=(s=>(s.OUTLINE="OUTLINE",s.WIDGETS="WIDGETS",s.FIELD="FIELD",s.MODAL="MODAL",s.JS="JS",s.CSS="CSS",s.TEMPLATE="TEMPLATE",s.LO="LO",s))(lt||{}),it=(s=>(s.FORM="form",s.LAYOUT="layout",s.ADVANCED="advanced",s.DATA="data",s.BUTTON="button",s.RDO="rdo",s.KIT="kit",s.PROCESS="process",s))(it||{}),k=(s=>(s.WEB="web",s.MOBILE="mobile",s))(k||{}),at=(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(at||{}),ut=(s=>(s.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",s.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",s.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",s.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",s.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",s.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",s.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",s.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",s.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",s.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",s))(ut||{}),ot=(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(ot||{}),ct=(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(ct||{}),gt=(s=>(s.d="d",s["d:h"]="d:h",s["d:h:m"]="d:h:m",s["d:h:m:s"]="d:h:m:s",s.h="h",s["h:m"]="h:m",s["h:m:s"]="h:m:s",s.m="m",s["m:s"]="m:s",s.s="s",s))(gt||{}),pt=(s=>(s.d="days",s["d:h"]="dayhour",s["d:h:m"]="dayhourminute",s["d:h:m:s"]="dayhourminutesecond",s.h="hour",s["h:m"]="hourminute",s["h:m:s"]="hourminutesecond",s.m="minute",s["m:s"]="minutesecond",s.s="seconds",s))(pt||{}),ht=(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(ht||{}),dt=(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(dt||{}),yt=(s=>(s.Current="current",s.Whole="whole",s))(yt||{}),_t=(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(_t||{}),ft=(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(ft||{}),vt=(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(vt||{}),St=(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(St||{}),mt=(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(mt||{}),It=(s=>(s.DEFAULT="default",s.LINK="link",s))(It||{}),At=(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))(At||{}),bt=(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(bt||{}),Tt=(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Tt||{}),Lt=(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(Lt||{}),Rt=(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(Rt||{}),Et=(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(Et||{});const Oo={TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]};var wt=(s=>(s.COLUMNDELETE="columnDelete",s.COLUMNLINK="columnLink",s.COPY="copy",s.VERSION_COPY="version_copy",s.VERSION_CREATE="version_create",s.DETAILS="details",s.EDIT="edit",s.USAGEINFORMATION="usageInformation",s.MODELINGTRACEABILITY="modelingTraceability",s.IMPORT="import",s.EXPORT="export",s.BATCHDELETE="batchDelete",s.SUBMIT="submit",s.RESET="reset",s.EXCUTE="excute",s.LABEL_PRINT="label_print",s.DOCUMENT_PRINT="document_print",s.EXAMINE_AND_APPROVE="examineAndApprove",s))(wt||{}),Ct=(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Ct||{}),Dt=(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Dt||{}),Pt=(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Pt||{}),Ot=(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(Ot||{}),xt=(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))(xt||{}),Nt=(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(Nt||{}),Mt=(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(Mt||{}),Bt=(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(Bt||{}),Ut=(s=>(s.PAGE="page",s.MODAL="modal",s))(Ut||{}),kt=(s=>(s.RdoInput="rdo-input",s.Input="input",s.ElectronicSignature="electronic-signature",s.UseinfoButton="useinfo-button",s.ModelingButton="modeling-button",s.ImportButton="gc-import-button",s.ExportButton="gc-export-button",s.DocumentPrintButton="document-print-button",s.SubmitButton="submit-button",s.BatchDeleteButton="batchdelete-button",s.CustomButton="custom-button",s.TableLinkButton="table-link-button",s.TableInfoButton="table-info-button",s.TableApproveButton="table-approve-button",s.OpeButton="ope-button",s.ResetButton="reset-button",s.RdoSaveButton="rdo-save-button",s.LabelPrintButton="labelprint-button",s.ProcessButton="process-button",s.ProcessApproveButton="process-approve-button",s.CreateButton="create-button",s.DeleteButton="delete-button",s.CopyButton="copy-button",s.RefreshButton="refresh-button",s.CreateVersionButton="create-version-button",s.CopyVersionButton="copy-version-button",s.Checkbox="checkbox",s.DataTable="data-table",s.TreeTable="tree-table",s.DataTableColumn="data-table-column",s.RefDataTable="ref-data-table",s.DataList="data-list",s.RdoDataList="rdo-data-list",s.DataTableOpe="data-table-ope",s.DataTableFormula="data-table-formula",s.Datepicker="datepicker",s.DateTimepicker="datetimepicker",s.Department="department",s.Form="form",s.RdoForm="rdo-form",s.RdoTable="rdo-table",s.MedProRdoForm="medprordo-form",s.MedProRdoTable="medprordo-table",s.FormProcess="form-process",s.Inputmoney="inputmoney",s.Inputnumber="inputnumber",s.InputDouble="inputdouble",s.Radio="radio",s.Select="select",s.RdoSelect="rdo-select",s.Switch="switch",s.Textarea="textarea",s.Timepicker="timepicker",s.Userpicker="userpicker",s.Search="search",s.SelectSearch="select-search",s.QuickSearch="quick-search",s.LayoutContainer="layout-container",s.ButtonContainer="button-container",s.ButtonProcessContainer="button-process-container",s.BottomButtonContainer="bottom-button-container",s.Grid="grid",s.GridCol="grid-col",s.Tabs="tabs",s.TabPane="tab-pane",s.LeftRightColumns="left-right-columns",s.TopBottomColumns="top-bottom-columns",s.LeftLayoutThree="left-layout-three",s.TopLayoutThree="top-layout-three",s.UploadFile="upload-file",s.UploadImage="upload-image",s.SubTable="sub-table",s.SubTableOpe="sub-table-ope",s.SubTableAddBtn="sub-table-add-button",s.SubTableCopyBtn="sub-table-copy-button",s.SubTableEditBtn="sub-table-edit-button",s.SubTableDeleteBtn="sub-table-delete-button",s.LinkPageBtn="link-page-button",s.Collapse="collapse",s.CardList="card-list",s.CardHeaderLeft="card-header-left",s.CardHeaderRight="card-header-right",s.CardContent="card-content",s.CardOpeBtn="card-ope-btn",s.BaseButton="base-button",s.ReadonlyCmp="readonlycmp",s.TableSelect="table-select",s.GenCheckbox="gen-checkbox",s.GenRadio="gen-radio",s.GenSwitch="gen-switch",s.WorkflowNodes="workflow-nodes",s.WorkflowNodeModal="workflow-node-modal",s.ESOP="e-sop",s.EXPRESSION="expression",s.ExpressionCondition="expression-condition",s.AGG="agg",s.DynamicFormType="dynamic-form-type",s.DynamicFormValue="dynamic-form-value",s.DynamicFormOpts="dynamic-form-options",s.DynamicFormShowType="dynamic-form-show-type",s.DynamicTable="dynamic-table",s.Transaction="transaction",s.SerialRule="serial-rule",s.LabelTemplate="label-template",s.LabelTemplateRef="label-template-ref",s.DocumentTemplate="document-template",s.Wacom="wacom",s.Text="text",s.CustomField="custom-field",s.Printer="printer",s.Descriptions="descriptions",s.RangeUser="range-user",s.GenImage="gen-image",s.TestButton="test-button",s.Iframe="iframe",s.ExcuteButton="medproexcute-button",s.SubDataTable="sub-data-table",s.Signature="signature",s.OnlineForm="online-form",s.TmplTreeSelect="tmpl-tree-select",s.Boolean="boolean",s.BizProcess="biz-process",s.ApprovalHistory="approval-history",s.FlowDiagram="flow-diagram",s))(kt||{}),Gt=(s=>(s.SearchInput="SearchInput",s.SearchNumberInput="SearchNumberInput",s.SearchStringNumberInput="SearchStringNumberInput",s.SearchSwitch="SearchSwitch",s.SearchDate="SearchDate",s.SearchDateTime="SearchDateTime",s.SearchTime="SearchTime",s.SearchSelect="SearchSelect",s.SearchRdoSelect="SearchRdoSelect",s.SearchTransaction="SearchTransaction",s.SearchTmplTreeSelect="SearchTmplTreeSelect",s.SearchPrinter="SearchPrinter",s.SearchBizProcess="SearchBizProcess",s))(Gt||{}),Kt=(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(Kt||{}),Vt=(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(Vt||{}),Ft=(s=>(s.TOTAL="total",s.AVERAGE="average",s))(Ft||{}),$t=(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))($t||{}),Ht=(s=>(s.COLUMN_TEXT="COLUMN_TEXT",s.COLUMN_NUMBER="COLUMN_NUMBER",s.COLUMNTEXT_DATA="COLUMNTEXT_DATA",s.COLUMNTEXT_REF="COLUMNTEXT_REF",s.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",s.COLUMNTEXT_ORG="COLUMNTEXT_ORG",s.COLUMNTEXT_USER="COLUMNTEXT_USER",s.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",s.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",s))(Ht||{}),Xt=(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(Xt||{}),Wt=(s=>(s.ASC="asc",s.DESC="desc",s))(Wt||{}),jt=(s=>(s.CMP_TEXT="TEXT",s.CMP_TEXTAREA="TEXTAREA",s.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",s.CMP_BOOLEAN="BOOLEAN",s.CMP_SELECT_LIST="SELECT_LIST",s.CMP_RADIO="RADIO",s.CMP_CHECKBOX="CHECKBOX",s.CMP_DROPDOWN_SELECT="dropdownSelection",s.CMP_MODAL="modalBoxSelection",s.CMP_TREE_SELECTION="treeSelection",s.CMP_NUMBER="NUMBER",s.CMP_CURRENCY="CURRENCY",s.CMP_TIME="TIME",s))(jt||{});const xo={TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"};var zt=(s=>(s.BindText="bindText",s.BindLongText="BindLongText",s.BindBool="bindBool",s.BindPerson="bindPerson",s.BindDept="bindDept",s.BindLink="bindLink",s.BindMulti="bindMulti",s.BindNum="bindNum",s.BindDecimal="bindDecimal",s))(zt||{});const No={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},Mo={bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]};var qt=(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(qt||{});const Bo=[S.BOOLEAN,S.DATE,S.DATE_TIME,S.DECIMAL,S.DOUBLE,S.ENUM,S.ENUM_MULTI,S.INTEGER,S.LONG,S.LONG_TEXT,S.TEXT,S.USER_MULTI,S.USER,S.TIME,S.REF_MULTI,S.REF,S.RDO_REF,S.ORG_MULTI,S.ORG,S.AGG,S.EXPRESSION,S.SERIAL,S.ONLINE_FORM_TEMPLATE,S.E_DHR_TEMPLATE,S.PRINTER,S.LABEL_TEMPLATE_REF,S.Biz_Process,S.DOCUMENT_TEMPLATE];var Jt=(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(Jt||{}),Qt=(s=>(s.Insert="Insert",s.Update="Update",s.Delete="Delete",s.Import="Import",s.Export="Export",s.Setting="Setting",s.Download="Download",s.Test="Test",s.Design="Design",s.Add="Add",s))(Qt||{}),Zt=(s=>(s.ResetPassword="ResetPassword",s.PermissionSetting="PermissionSetting",s.RemoveAndHandover="RemoveAndHandover",s.CategoryManagement="CategoryManagement",s.BaiscSetting="BaiscSetting",s.WatermarkSetting="WatermarkSetting",s.SecuritySetting="SecuritySetting",s.LoginSetting="LoginSetting",s.ThemeSetting="ThemeSetting",s.OrganizationSetting="OrganizationSetting",s.ApkSetting="ApkSetting",s.DevelopIconManagement="DevelopIconManagement",s.DevelopImageManagement="DevelopImageManagement",s.Reprint="Reprint",s.ViewTask="ViewTask",s.ManualTrigger="ManualTrigger",s.Setting="Setting",s.Terminate="Terminate",s.Reassign="Reassign",s.Log="Log",s.Moving="Moving",s.EnableDisable="EnableDisable",s))(Zt||{});const Uo=["Insert","Update","Delete"],ko=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var Yt=(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(Yt||{}),es=(s=>(s[s.XS=480]="XS",s[s.SM=576]="SM",s[s.MD=768]="MD",s[s.LG=992]="LG",s[s.XL=1200]="XL",s[s.XXL=1600]="XXL",s))(es||{});const x=new Map;x.set("XS",480);x.set("SM",576);x.set("MD",768);x.set("LG",992);x.set("XL",1200);x.set("XXL",1600);const ts="TIMEZONE__",Go="TENANT__",Ko="TOKEN__",Vo="LOCALE__",Fo="LOCALE__LIST",$o="LOCAL_I18N_TRANSLATE",Ho="USER__INFO__",Xo="ROLES__KEY__",Wo="PROJ__CFG__KEY__",jo="LOCK__INFO__KEY__",zo="MULTIPLE_TABS__KEY__",qo="__APP__DARK__MODE__",Jo="COMMON__LOCAL__KEY__",Qo="COMMON__SESSION__KEY__",Zo="DESIGNER_SESSION_CACHE_KEY";var ss=(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(ss||{}),ns=(s=>(s.EQ="eq",s.IEQ="iEq",s.NE="ne",s.INE="ine",s.GT="gt",s.GE="ge",s.LT="lt",s.LE="le",s.ISNULL="isNull",s.ISNOTNULL="isNotNull",s.LIKE="like",s.ILIKE="iLike",s.NOTLIKE="notLike",s.NOTILIKE="iNotLike",s.LEFTLIKE="leftLike",s.ILEFTLIKE="iLeftLike",s.RIGHTLIKE="rightLike",s.IRIGHTLIKE="iRightLike",s.IN="in",s.NOTIN="notIn",s.CONTAINANY="containAny",s.CONTAINALL="containAll",s.RANGE="range",s.ORANGE="oRange",s.LORANGE="loRange",s.RORANGE="roRange",s.VERSIONIN="versionIn",s))(ns||{});const Yo=["in","notIn","containAny","containAll","versionIn"];var rs=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(rs||{});const ec=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var ls=(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(ls||{}),is=(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(is||{}),as=(s=>(s[s.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",s[s.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",s[s.ERROR=500]="ERROR",s[s.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",s[s.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",s))(as||{}),b=(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(b||{}),us=(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(us||{}),os=(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(os||{}),cs=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(cs||{}),gs=(s=>(s.submit="post",s.listByIds="get",s.getone="post",s.listAll="post",s.listByPage="post",s.listTree="post",s.save="post",s.saveOrUpdate="post",s.saveBatch="post",s.importData="post",s.exportData="post",s.remove="post",s.removeById="delete",s.removeByIds="delete",s.update="put",s.updateById="put",s.updateByIds="put",s.rdoSave="post",s.rdoListAll="post",s.rdoListByPage="post",s.rdoListVersionById="get",s.rdoSaveVersion="post",s.rdoSaveBatch="post",s.rdoUpdateVersionById="put",s.rdoRemoveVersionById="delete",s.rdoRemoveById="delete",s.rdoGetVersionById="get",s.getOne="post",s.rdoGetVersionByRefId="post",s.getById="get",s.rdoListAllVersion="post",s.rdoRefListByPage="post",s.export="post",s.import="post",s.rdoExport="post",s.rdoImport="post",s.biz_search="post",s))(gs||{}),ps=(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(ps||{}),hs=(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(hs||{}),ds=(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(ds||{}),ys=(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(ys||{}),_s=(s=>(s.CENTER="center",s.START="start",s.END="end",s))(_s||{}),fs=(s=>(s.HOVER="hover",s.CLICK="click",s))(fs||{}),vs=(s=>(s.BASE_LOGIN="/login",s.BASE_TENANT="/tenant",s.BASE_HOME="/home",s.USER_CENTER="/user-center",s.PROCESS_CENTER="/process",s.MESSAGE_CENTER="/message",s.ERROR_PAGE="/exception",s.ERROR_LOG_PAGE="/error-log/list",s.USER_CENTER_PWD="/user-center/password",s))(vs||{}),Ss=(s=>(s.SUPER="super",s.TEST="test",s))(Ss||{}),ms=(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(ms||{}),Is=(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))(Is||{});const tc={APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"};var As=(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(As||{}),M=(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(M||{});class bs{projectName=z.PORTAL;tenantId="";lang="zh-CN";appInfo={}}class q{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class R{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class Ts extends R{}class Ls extends R{}class Rs extends R{activePane=""}class Es extends R{}class J extends R{label="";value=null;options=[]}class ws extends R{expand=!0}class Cs extends J{}const sc=H.defineStore("global-store",{state(){return new bs},getters:{getAppInfo(){return this.appInfo}},actions:{getAppInfo(){return this.appInfo},setProjectName(s){this.$state.projectName=s},setTenantId(s){this.$state.tenantId=s},setLang(s){this.$state.lang=s}}});class Ds{pinia=H.createPinia();store;constructor(){H.setActivePinia(this.pinia),this.store=sc()}}function nc(s){if(s instanceof Array)s&&s.length>0&&s.splice(0,s.length);else if(s instanceof Object&&s)for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&delete s[e]}class rc{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(e){this.maxListeners=e}getSize(e){return this.map.has(e)?this.map.get(e).length:0}addListener(e,t){if(t instanceof Function){this.map.has(e)||this.map.set(e,[]);const n=this.map.get(e);if(n.length<this.maxListeners)n.push(t);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(e,t){if(this.map.has(e)){const n=this.map.get(e);if(n.length>0){for(let u=0;u<n.length;u++)if(n[u]===t){n.splice(u,1);break}}}}emit(e,...t){this.map.has(e)&&this.map.get(e).forEach(u=>{u(...t)})}async asyncEmit(e,...t){if(this.map.has(e)){const u=this.map.get(e).map(r=>r(...t));return Promise.all(u)}return[]}reset(){this.map.forEach(e=>{nc(e)}),this.map.clear()}}class Ps{constructor(e){this.e=new rc,this.e.setMaxListeners(e||300)}getSize(e){return this.e.getSize(e)}on(e,t){this.e.addListener(e,t)}off(e,t){this.e.removeListener(e,t)}emit(e,...t){this.e.emit(e,...t)}asyncEmit(e,...t){return this.e.asyncEmit(e,...t)}reset(){this.e.reset()}}const{toString:lc}=Object.prototype;function ic(s){return uc(s)==="function"}const ac={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Undefined]":"undefined","[object Null]":"null","[object Object]":"object","[object Set]":"set","[object Map]":"map","[object WeakMap]":"weakmap"};function uc(s){return ac[lc.call(s)]}function Q(s,e,t=0,n=!1,u="/"){let r="";if(n&&!/^(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)$/.test(location.hostname)){const o=location.hostname;o.indexOf(".")!==o.lastIndexOf(".")&&(r=`;domain=${o.substring(o.indexOf("."),o.length)}`)}if(t!==0){const l=t*24*60*60*1e3,o=new Date(new Date().getTime()+l);document.cookie=`${s}=${escape(e)};path=${u};expires=${o.toUTCString()}${r}`}else document.cookie=`${s}=${escape(e)};path=${u}${r}`}function Os(s,e){Q(s,"",-1,e)}function xs(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class G{constructor(){this.items=[]}get size(){return this.items.length}callSync(e,...t){const n=e||Object.create({});let u;for(let r=0;r<this.items.length;r++){const l=this.items[r];if(l.fn&&(u=l.fn(n,...t)),u===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return n}tap(e){if(e&&ic(e)){const t={mode:"sync"};t.fn=e,this.items.push(t)}}removeTap(e){if(e)for(let t=0;t<this.items.length;t++){const n=this.items[t];e===n.fn&&this.items.splice(t,1)}}clear(){this.items=[]}}class X{map=new Map;providers=new Map;hooks={register:new G,unregister:new G};register(e,t){this.map.set(e,t);const n=t();this.providers.set(e,n),this.hooks.register.callSync(null,e,n)}unregister(e){this.map.delete(e);const t=this.providers.get(e);t&&(this.hooks.unregister.callSync(null,e,t),this.providers.delete(e))}getProvider(e){return this.providers.get(e)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}class B{static editors=new Map;static providers=new Map;static register(e,t){B.editors.set(e,t)}static unregister(e){B.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=B.editors.get(e);if(t){const n=t();return this.providers.set(e,n),n}return null}}class U{static items=new Map;static register(e,t){U.items.set(e,t)}static unregister(e){U.items.delete(e)}static create(e){const t=U.items.get(e);return t?t():null}}class W{map=new Map;hooks={register:new G,unregister:new G};register(e,t){this.map.set(e,t),this.hooks.register.callSync(null,e,t)}unregister(e){this.map.delete(e),this.hooks.unregister.callSync(null,e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}}class Ns{configs=new Map;cache=new Map;getConfig(e){return this.configs.get(e)}register(e){this.configs.set(e.tag,e),e.items&&this.cache.set(e.tag,e.items)}unregister(e){this.configs.delete(e),this.cache.delete(e)}get(e){return this.cache.get(e)||[]}async asyncGet(e,t){const n=this.configs.get(e);return n?n.mode==="static"?this.getByConfig(n):n.mode==="async"?this.cache.has(e)?this.cache.get(e)||[]:this.asyncGetByConfig(n,t):[]:[]}getByConfig(e){return e.items||[]}async asyncGetByConfig(e,t={}){if(e.fetch){const n=await e.fetch(t||{});if(n){const[u,r]=e.keys||["name","id"];return this.deepFormat(n,u,r)}}return[]}deepFormat(e,t,n){return e.map(u=>{const r={label:u[t],value:u[n]};return u.children&&u.children.length>0&&(r.options=this.deepFormat(u.children,t,n)),r})}}function oc(s,e){return _gct.i18n.global.t(s,e)}var Z=(s=>(s.PREFIX="EDITOR___",s))(Z||{}),Ms=(s=>(s.LENGTH_UNIT="length-unit",s.COLOR="color",s.SPAN="span",s.TEXT="text",s.NUMBER="number",s.INFO="info",s.SELECT="select",s.RADIO="radio",s.PICKER="picker",s.I18N="i18n",s.TEXTAREA="textarea",s.DATE_RANGE="date-range",s.SWITCH="switch",s.CHECK_SWITCH="check-switch",s.ICON_SELECT="icon-select",s.CHECKBOX="checkbox",s))(Ms||{}),Bs=(s=>(s.LENGTH_UNIT="length-unit-editor",s.COLOR="color-editor",s.SPAN="span-editor",s.TEXT="text-editor",s.NUMBER="number-editor",s.INFO="info-editor",s.SELECT="select-editor",s.MODEL_SELECT="model-editor",s.Field_SELECT="field-editor",s.RADIO="radio-editor",s.PICKER="picker-editor",s.I18N="i18n-editor",s.TEXTAREA="textarea-editor",s.DATE_RANGE="date-range-editor",s.SWITCH="switch-editor",s.CHECK_SWITCH="check-switch-editor",s.ICON_SELECT="icon-select-editor",s.CHECKBOX="checkbox-editor",s.BORDER="border-editor",s.BORDER_RADIUS="border-radius-editor",s.ALIGN="align-editor",s.FONT_STYLE="font-style-editor",s.POSITION="position-editor",s.SPACING="spacing-editor",s.MARGIN="margin-editor",s))(Bs||{}),Us=(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(Us||{});const O={TOKEN:"gct-token",TENANT:"gct-tenant"},ks="gct",Gs="/minio",cc="is-";function C(s,e,t,n,u){let r=`${s}-${e}`;return t&&(r+=`-${t}`),n&&(r+=`__${n}`),u&&(r+=`--${u}`),r}class Ks{constructor(e,t){this.block=e,this.namespace=t||ks}namespace;b(e=""){return C(this.namespace,this.block,e,"","")}e(e){return e?C(this.namespace,this.block,"",e,""):""}m(e){return e?C(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?C(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?C(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?C(this.namespace,this.block,e,"",t):""}bem(e,t,n){return e&&t&&n?C(this.namespace,this.block,e,t,n):""}is(e,t){return e&&t?`${cc}${e}`:""}cssVar(e){const t={};for(const n in e)e[n]&&(t[this.cssVarName(n)]=e[n]);return t}cssVarBlock(e){const t={};for(const n in e)e[n]&&(t[this.cssVarBlockName(n)]=e[n]);return t}cssVarName(e){return`--${this.namespace}-${e}`}cssVarBlockName(e){return`--${this.namespace}-${this.block}-${e}`}}function gc(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var $,le;function pc(){if(le)return $;le=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,p=0,a,h=0;h<=u.length;++h){if(h<u.length)a=u.charCodeAt(h);else{if(a===47)break;a=47}if(a===47){if(!(c===h-1||p===1))if(c!==h-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=h,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=h,p=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,h):l=u.slice(c+1,h),o=h-c-1;c=h,p=0}else a===46&&p!==-1?++p:p=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(r=p+"/"+r,l=p.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var h=l.length,y=h-a,v=p<y?p:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else p>v&&(r.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=r.charCodeAt(o+_),E=l.charCodeAt(a+_);if(A!==E)break;A===47&&(f=_)}var m="";for(_=o+f+1;_<=c;++_)(_===c||r.charCodeAt(_)===47)&&(m.length===0?m+="..":m+="/..");return m.length>0?m+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,p=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var h=l.length-1,y=-1;for(a=r.length-1;a>=0;--a){var v=r.charCodeAt(a);if(v===47){if(!p){o=a+1;break}}else y===-1&&(p=!1,y=a+1),h>=0&&(v===l.charCodeAt(h)?--h===-1&&(c=a):(h=-1,c=y))}return o===c?c=y:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,p=!0,a=0,h=r.length-1;h>=0;--h){var y=r.charCodeAt(h);if(y===47){if(!p){o=h+1;break}continue}c===-1&&(p=!1,c=h+1),y===46?l===-1?l=h:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,p;c?(l.root="/",p=1):p=0;for(var a=-1,h=0,y=-1,v=!0,f=r.length-1,_=0;f>=p;--f){if(o=r.charCodeAt(f),o===47){if(!v){h=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===h+1?y!==-1&&(h===0&&c?l.base=l.name=r.slice(1,y):l.base=l.name=r.slice(h,y)):(h===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,y)):(l.name=r.slice(h,a),l.base=r.slice(h,y)),l.ext=r.slice(a,y)),h>0?l.dir=r.slice(0,h-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,$=n,$}var hc=pc();const j=gc(hc);class dc{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(e,t,n=[]){const u=`${e}-${t}-${n.join("_")}`;if(this.cache.has(u))return this.cache.get(u);const r={client:t===k.WEB?"WEB":"MOBILE"};n.length>0&&(r.tag=n.join(","));const o=(await _gct.api.platform.plugin.postGetTenantCompList(r)).data;return o.length>0&&this.cache.set(u,o),o}static async loadPlugins(e,t=[]){const n={};if(t.length>0){const u=t.map(l=>{const o=j.join(Gs,l.url,"dist");return{imports:{[l.key]:`${o}/${e}.system.min.js?version=${l.version}`},styles:{[l.key]:`${o}/${e}.min.css?version=${l.version}`}}}),r=[];u.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(o=>{const c=async()=>{try{const p=await System.import(o);n[o]=p,this.module.set(o,p)}catch(p){console.error(p)}};r.push(c())})}),await Promise.all(r)}return n}static async loadPlugin(e,t,n){n=["common",...n];const u=`${e}-${t}-${n.join("_")}`;try{const r=await this.loadPluginConfig(e,t,n);if(!this.cacheModules.has(u)){const l=[];r.forEach(c=>{c.plugins&&l.push(...c.plugins)});const o=await this.loadPlugins(e,l);this.cacheModules.set(u,o)}return[r,this.cacheModules.get(u)]}catch(r){console.error(r)}return[[],{}]}static async loadDesignPlugin(e,t,n=[]){try{const u=await this.loadPlugin(M.DESIGN,t,n),[r,l]=u;return r.forEach(o=>{o.plugins.forEach(p=>{const a=l[p.key];if(!a){console.error(`${p.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===k.WEB){const h=a.web??a.default;h&&_gct.register.designer.web.register(p.key,()=>new h)}else{const h=a.mobile??a.default;h&&_gct.register.designer.mobile.register(p.key,()=>new h)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const n=await this.loadPlugins(M.DESIGN,t);t.forEach(u=>{const r=n[u.key];if(!r){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===k.WEB){const l=r.web??r.default;l&&_gct.register.designer.web.register(u.key,()=>new l)}else{const l=r.mobile??r.default;l&&_gct.register.designer.mobile.register(u.key,()=>new l)}})}catch(n){console.error(n)}}static async loadMobilePlugin(e=[]){try{const t=await this.loadPlugins(M.MOBILE,e);e.forEach(n=>{if(!t[n.key]){console.error(`${n.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(n.key,t[n.key].default)})}catch(t){console.error(t)}}static async loadWebPlugin(e=[]){try{const t=await this.loadPlugins(M.WEB,e);e.forEach(n=>{if(!t[n.key]){console.error(`${n.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(n.key,t[n.key].default)})}catch(t){console.error(t)}}}class yc{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=j.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+j.resolve(this.baseDir,e)}}function _c(){return xs(O.TOKEN)}function fc(s){s?Q(O.TOKEN,s,7,!0):Os(O.TOKEN,!0)}function vc(){return xs(O.TENANT)}function Sc(s){s?Q(O.TENANT,s,7,!0):Os(O.TENANT,!0)}function mc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const Ic=(()=>{const s=navigator.userAgent,e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,t=window.innerWidth<=768,n="ontouchstart"in window||navigator.maxTouchPoints>0;return e.test(s)||t&&n})();function Ac(){return localStorage.getItem(ts)||"UTC+08:00"}function bc(s,e,t,n){return{install(u){s&&e&&_gct.register.editor.register(Z.PREFIX+s,e),t&&u.component(n??t.name,t)}}}class Vs{i18n=qs.createI18n({});storeUtil=new Ds;store=this.storeUtil.store;message;dictionary=new Ns;register={designer:{mobile:new X,web:new X},render:{mobile:new W,web:new W},editor:B,formItem:U};api={apaas:new ri,platform:new Ro};t(e,t){return this.i18n.global.t(e,t)}}class Fs{constructor(e){this.model=e,this.init()}evt=new Ps;state=new q;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(e){e.forEach(t=>{let n=null;if((t.type==="item"||t.type==="hidden")&&(this.fields.push(t.name),this.modelMap[t.name]=t),t.type==="item"&&(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),n||(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),n||(n=_gct.register.formItem.create(t.type)),!n){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=n,t.type==="item"){const u=t;this.item[u.name]=n.createController(this,u)}else if(t.type==="hidden"){const u=t;this.item[u.name]=n.createController(this,u)}else if(t.type==="container"||t.container){const u=t;this.item[t.name]=n.createController(this,u),u.children&&this.initFormItems(u.children)}})}calcHidden(){Object.keys(this.item).forEach(t=>{const n=this.item[t];if(n.model.hidden){const u=n.model.hidden(this,n,this.state.data);u!=null&&(n.state.visible=!u)}})}getData(){const e={};return this.fields.forEach(t=>{const n=this.item[t];n&&(n.state.visible===!0||n.model.type==="hidden")&&(e[n.key]=n.value)}),e}resetData(){this.fields.forEach(e=>{const t=this.item[e];t&&t.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const e=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(t=>{const n=this.item[t];n&&(n.value=e[n.key]),n.defaultValue()}),this.state.loaded=!0,e}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(e=>{const t=this.item[e];t&&t.destroy()})}validate(){return Promise.resolve(!0)}validateItem(e){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(e=>{this.item[e].defaultValue()}),this.calcState()}mounted(){}}class Tc extends Fs{initEvent(){super.initEvent(),this.evt.on("change",(e,t,n)=>{if(this.model.watch){const r=this.model.watch[e];r&&r(this,t,n)}const u=this.item[e];u&&u.model.watch&&u.model.watch(this,u,t,n),t!=n&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const e=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(e):this.model.updateRequest?this.model.updateRequest({id:this.context.id},e):Promise.resolve(e)}}function Lc(s){const e=s();return e.state=I.reactive(e.state),I.onUnmounted(()=>e.destroy()),e}class Y{model;constructor(e){this.model=e}}class $s{constructor(e){this.model=e,this.init()}evt=new Ps;context={};params={};state=new q;item={};provider={};load(){throw new Error("Method not implemented.")}loaded(){throw new Error("Method not implemented.")}destroy(){throw new Error("Method not implemented.")}validate(){throw new Error("Method not implemented.")}validateItem(e){throw new Error("Method not implemented.")}mounted(){throw new Error("Method not implemented.")}init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent()}initEvent(){}initFormItems(e){e.forEach(t=>{let n=null;if(t.type==="item"&&(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),n||(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),n||(n=_gct.register.formItem.create(t.type)),!n){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=n,t.type==="item"){const u=t;this.item[u.name]=n.createController(this,t)}else if(t.type==="container"){const u=t;this.item[t.name]=n.createController(this,t),u.children&&this.initFormItems(u.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(t=>{const n=this.state.data[t];n&&(typeof n=="object"?Array.isArray(n)?this.state.data[t]=[]:this.state.data[t]={}:this.state.data[t]=null)})}}function Rc(s){const e=new $s(s);return e.state=I.reactive(e.state),e}class N{constructor(e,t){this.form=e,this.model=t,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new R}}function Ec(s){const e=s();return e.state=I.reactive(e.state),e}class wc extends N{type="collapse-pane";crateItemState(){return new Ts}}class Cc extends N{type="collapse";crateItemState(){return new Ls}}class Dc extends N{type="tab";crateItemState(){return new Rs}}class Pc extends N{type="tab-pane";crateItemState(){return new Es}}class Oc extends N{type="group";crateItemState(){return new ws}}class ee extends N{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=P.cloneDeep(this.form.state.data[this.key]);this.form.state.data[this.key]=e,this.form.evt.emit("change",this.key,e,t),this.state.value=e}get editorValue(){return this.model.fields?this.model.fields.map(e=>this.form.item[e].value):this.value}set editorValue(e){this.model.fields?this.model.fields.forEach((t,n)=>{this.form.item[t].value=e?.[n]}):this.value=e}init(){if(super.init(),this.model.type!=="hidden"){const{editor:e}=this.model;this.state.readonly=e.readonly,e.disabled!=null&&(this.state.disabled=e.disabled)}if(this.model.dictionary){const{mode:e}=this.model.dictionary;e==="static"&&(this.state.options=this.model.dictionary.items||[])}}defaultValue(){this.form.state.data[this.key]===void 0&&this.model.defaultValue!==void 0&&(this.form.state.data[this.key]=this.model.defaultValue)}reset(){this.model.defaultValue!==void 0?this.value=this.model.defaultValue:this.value=void 0}crateItemState(){return new J}}class xc extends ee{type="item";async loadDictionary(e){if(this.state.options.length>0)return this.state.options;this.state.options=[],this.state.loading=!0;try{return this.model.dictionary?this.state.options=await _gct.dictionary.asyncGetByConfig(this.model.dictionary,e):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,e)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new Cs}}class Nc extends ee{type="hidden"}class Mc extends Y{}class Bc extends Y{}function Hs(){return I.inject("formController")}function Uc(s){let e=null;if(s){const n=Hs().item[s];n&&(e=I.computed({get(){return n.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&n.value==u)&&(n.value=u)}}))}else{let t=I.getCurrentInstance().proxy;const n=t.$props,u=t.$emit;e=I.computed({get:()=>n.value,set:r=>{typeof r=="string"&&(r=r.trim()),!(typeof r!="object"&&n.value==r)&&u("update:value",r)}}),t=null}return e}function kc(s,e){let t=I.getCurrentInstance().proxy;const n=t.$props,u=t.$emit,r=s?s.length:0,l=e?e.length:0,o=I.computed({get:()=>{if(!n.value)return"";let c=n.value;return r>0&&c.startsWith(s)&&(c=c.substring(r)),l>0&&c.endsWith(e)&&(c=c.substring(0,c.length-l)),c},set:c=>{if(n.value===c)return;if(typeof c=="string"&&(c=c.trim()),c==""){u("update:value","");return}let p=c;r>0&&(p=s+p),l>0&&(p=p+e),u("update:value",p)}});return t=null,o}function Gc(s){const e=I.inject("modal");return e&&s&&(e.ok=s),e}function Kc(s){return new Ks(s)}function Xs(s){return typeof s<"u"}function Vc(s){const e=I.ref(s||""),t=I.ref(!1),n=I.ref(!1);return I.watch(e,u=>{Xs(u)&&(n.value=!0,t.value=Ws(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:n}}function Ws(s,{target:e=document.body}={}){const t=document.createElement("textarea"),n=document.activeElement;t.value=s,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const u=document.getSelection();let r;u&&u.rangeCount>0&&(r=u.getRangeAt(0)),e.append(t),t.select(),t.selectionStart=0,t.selectionEnd=s.length;let l=!1;try{l=document.execCommand("copy")}catch(o){throw new Error(o)}return t.remove(),r&&u&&(u.removeAllRanges(),u.addRange(r)),n&&n.focus(),l}const D={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class Fc{handle(e){console.error(e)}}class $c{handle(e){console.error(e)}}class Hc{handle(e){if(e.type===b.AJAX){new js().handle(e);return}console.error(e)}}class js{handle(e){const t=this._extractStatusCode(e.message);if(t)switch(t){case D.UNAUTHORIZED:this._handleUnauthorized();break;case D.FORBIDDEN:this._handleForbidden();break;case D.NOT_FOUND:this._handleNotFound();break;case D.INTERNAL_SERVER_ERROR:case D.BAD_GATEWAY:case D.SERVICE_UNAVAILABLE:case D.GATEWAY_TIMEOUT:this._handleServerError(t);break;default:this._handleGenericHttpError(e);break}else this._handleGenericHttpError(e)}_extractStatusCode(e){const t=e.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return t?parseInt(t[1]||t[2],10):null}_handleGenericHttpError(e){e.message.includes("Business Error")?console.debug("Handling business error:",e.message):e.message.includes("Network")?console.debug("Handling network error:",e.message):console.debug("Handling HTTP error:",e.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(e){console.warn(`Server error: ${e}`)}}class ie{static _strategies=new Map;static init(){this.registerStrategy(b.SCRIPT,new Fc),this.registerStrategy(b.VUE,new $c),this.registerStrategy(b.PROMISE,new Hc),this.registerStrategy(b.AJAX,new js)}static getStrategy(e){return this._strategies.get(e)}static registerStrategy(e,t){this._strategies.set(e,t)}}class T{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return T._instance||(T._instance=new T),T._instance}static init(){T.getInstance()}static handleVueError(e,t,n){const u={type:b.VUE,message:`Vue Error: ${e.message} | Info: ${n}`,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(u)}static reportError(e,t=b.SCRIPT){const n={type:t,message:e.message,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(n)}_initializeStrategies(){ie.init()}_processError(e){ie.getStrategy(e.type)?.handle(e)}}async function Xc(s){T.init(),s.config.errorHandler=(e,t,n)=>{T.handleVueError(e,t,n)},s.config.warnHandler=(e,t,n)=>{console.warn(`Vue Warning: ${e}`),n&&console.warn("Trace:",n)},window.addEventListener("error",e=>{T.reportError(new Error(e.message),b.SCRIPT)}),window.addEventListener("unhandledrejection",e=>{T.reportError(e.reason,b.PROMISE)})}async function Wc(s){await Xc(s)}function zs(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Vs}exports.AGLINE_ENUMS=rs;exports.APP_DARK_MODE_KEY_=qo;exports.APP_LOCAL_CACHE_KEY=Jo;exports.APP_SESSION_CACHE_KEY=Qo;exports.ASSIGNMENTSTRATEGY_ENUM=nt;exports.AggTypes=Ae;exports.AppPublishStateEnum=Jt;exports.BasicAction=Qt;exports.BindCmpStyleEnum=jt;exports.BindCmpStyleTypeEnum=zt;exports.BizServiceEnum=gs;exports.BorderStyle=Ge;exports.BuiltinType=at;exports.ButtonColorTheme=At;exports.ButtonColorType=It;exports.ButtonGroupType=Oo;exports.ButtonOpeEnum=ls;exports.ButtonSize=Tt;exports.ButtonStyle=bt;exports.ButtonType=Rt;exports.ButtonTypeGroup=Lt;exports.ButtonType_vant=Et;exports.COLUMNS_TYPE=Qe;exports.CURRENCY_ENUM=ct;exports.CURRENCY_LANG_ENUM=ht;exports.CacheTypeEnum=ss;exports.CategoryTypeEnum=it;exports.Ch_BindCmpStyleEnum=xo;exports.ColorEditorController=Bc;exports.ContentEnum=ue;exports.ContentTypeEnum=cs;exports.CoreConst=O;exports.CreateType=ve;exports.CustomAction=Zt;exports.DESIGNER_SESSION_CACHE_KEY=Zo;exports.DatasourceTypeEnum=Nt;exports.DateRangeEnums=ut;exports.DefaultActions=Uo;exports.Dependency_ENUM=rt;exports.DesignerRegister=X;exports.DictionaryUtil=Ns;exports.DisplayEnums=mt;exports.DisplayType=ze;exports.EditFormController=Tc;exports.EditorController=Y;exports.EditorRegister=B;exports.EditorRegisterConst=Z;exports.EditorType=Ms;exports.EditorTypeOld=Bs;exports.EntityModelCategoryEnum=Oe;exports.EntityModelTypeEnum=xe;exports.ErrorTypeEnum=b;exports.EventCategory=Fe;exports.ExamineAndApproveStateEnum=As;exports.ExceptionEnum=as;exports.FIELD_TYPE=S;exports.FIELD_TYPE_BASIC=ye;exports.FIELD_TYPE_CATEGORY=de;exports.FIELD_TYPE_LOGIC=_e;exports.FIELD_TYPE_TRACE=fe;exports.FieldDefaultValueTypeEnum=Ne;exports.FieldIconMap=Do;exports.FieldSysVarDefaultValueEnum=Me;exports.FieldTypeToJs=Co;exports.FormCollapseController=Cc;exports.FormCollapsePaneController=wc;exports.FormCollapsePaneState=Ts;exports.FormCollapseState=Ls;exports.FormComponents=kt;exports.FormContainerType=Us;exports.FormController=$s;exports.FormEditItemController=ee;exports.FormEditItemState=J;exports.FormGroupController=Oc;exports.FormGroupState=ws;exports.FormHiddenItemController=Nc;exports.FormItemBasicController=N;exports.FormItemBasicState=R;exports.FormItemController=xc;exports.FormItemRegister=U;exports.FormItemState=Cs;exports.FormState=q;exports.FormTabController=Dc;exports.FormTabPaneController=Pc;exports.FormTabPaneState=Es;exports.FormTabState=Rs;exports.GENDER_TYPE=Ce;exports.GLOBAL_TYPE=Je;exports.GLOBAL_VAR_TYPE=qe;exports.GctFormController=Fs;exports.GctGlobal=Vs;exports.GlobalPiniaState=bs;exports.GlobalStoreUtil=Ds;exports.INNER_EVENT=Ze;exports.KeyMode=vt;exports.LOCALE_KEY=Vo;exports.LOCALE_LIST_KEY=Fo;exports.LOCAL_I18N_TRANSLATE=$o;exports.LOCK_INFO_KEY=jo;exports.LengthUnitEditorController=Mc;exports.ListTreeSearchTypeEnum=xt;exports.MULTIPLE_TABS_KEY=zo;exports.MaterialEnum=Ie;exports.MenuModeEnum=ds;exports.MenuSplitTyeEnum=ys;exports.MenuType=Se;exports.MenuTypeEnum=ps;exports.MessageType=Re;exports.MixSidebarTriggerEnum=fs;exports.Namespace=Ks;exports.NodesConfigTypeEnum=be;exports.OpenMode=me;exports.PLUGIN_BASE_URL=Gs;exports.PROJ_CFG_KEY=Wo;exports.PageEnum=vs;exports.PanelEnum=Ue;exports.PermissionModeEnum=pe;exports.PersonalCenterType=we;exports.Platform=k;exports.PlatformSettingActions=ko;exports.PluginModeEnum=M;exports.PluginPgkUtil=dc;exports.PluginStaticResource=yc;exports.Postion=ke;exports.PrintModeEnums=_t;exports.ProcessStatusEnum=Is;exports.ProgressTypeEnum=je;exports.ProjectName=z;exports.PropGroup=$e;exports.ROLES_KEY=Xo;exports.RdoButtonOpeEnum=is;exports.RenderRegister=W;exports.RequestEnum=os;exports.ResetRuleType=Bt;exports.ResultEnum=us;exports.RoleEnum=Ss;exports.RouterTransitionEnum=he;exports.RowSelectionTypeEnums=dt;exports.SCOPE=Ut;exports.SEARCH_SEVICE=ns;exports.SHOW_FIELDTYPES=Po;exports.SIDE_BAR_MINI_WIDTH=Eo;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=wo;exports.STYLE_NAMESPACE_TAG=ks;exports.SUB_TABLE_EDIT_MODE=Ye;exports.SUB_TABLE_OPE_EVENT_TYPE=tt;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=et;exports.SearchComponents=Gt;exports.SelectPickerEnums=ot;exports.SessionTimeoutProcessingEnum=ge;exports.SettingButtonPositionEnum=ce;exports.SignatureTypeEnum=Mt;exports.SizeEnum=ms;exports.StatisticalMethodEnums=yt;exports.StyleGroup=He;exports.TENANT_KEY=Go;exports.TIMETYPE_ENUM=gt;exports.TIMETYPE_LANG_ENUM=pt;exports.TIMEZONE_KEY=ts;exports.TODO_TYPE=De;exports.TOKEN_KEY=Ko;exports.TableEditingMethodEnum=Pt;exports.TableSearchTypeEnum=Ct;exports.TableTypeEnum=Dt;exports.TagTypeEnum=We;exports.TextAlign=Ke;exports.TextDecoration=Ve;exports.ThemeEnum=oe;exports.ToolkitEnum=lt;exports.TopMenuAlignEnum=_s;exports.TransactionMode=St;exports.TriggerEnum=hs;exports.USER_INFO_KEY=Ho;exports.UniqueConstraintType=Le;exports.UserServiceType=Pe;exports.VERIFICATIONCONDITIONS_TYPE=st;exports.WidgetInScopeEnum=Ot;exports.WorkbenchType=Ee;exports.bindCmpStyleMap=Mo;exports.buttonShowType=qt;exports.ch_ProcessStatusMap=tc;exports.controlConfigEnum=Vt;exports.copyTextToClipboard=Ws;exports.createAppVue=Wc;exports.default=zs;exports.fixedAlignENUM=$t;exports.getPathQuery=mc;exports.getTenant=vc;exports.getTimezone=Ac;exports.getToken=_c;exports.install=zs;exports.isDef=Xs;exports.isMobile=Ic;exports.notSingleArr=Yo;exports.openWindowEnums=ft;exports.operateSysEnums=wt;exports.presetColor=ec;exports.screenEnum=es;exports.screenMap=x;exports.scriptTypeEnum=Be;exports.searchListByFieldType=Bo;exports.selectionTypeEnums=Te;exports.setTenant=Sc;exports.setToken=fc;exports.sizeEnum=Yt;exports.sortTypeEnum=Wt;exports.statisticalMethodEnum=Ft;exports.t=oc;exports.tableColumnTypeEnum=Ht;exports.tableColumnWidthEnum=Kt;exports.tabsTypeENUM=Xt;exports.tagEnum=Xe;exports.transformBindCmp2CmpType=No;exports.useCopyToClipboard=Vc;exports.useEditFormController=Lc;exports.useForm=Hs;exports.useFormController=Rc;exports.useFormItemController=Ec;exports.useGctFormValue=Uc;exports.useGctFormValueByText=kc;exports.useModal=Gc;exports.useNamespace=Kc;exports.widthEditorInstall=bc;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const ln=require("vue-i18n"),he=require("axios"),ye=require("qs"),L=require("lodash-es"),z=require("pinia"),S=require("vue");function i(s,e,t){return(e=un(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function an(s,e){if(typeof s!="object"||!s)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var r=t.call(s,e);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(s)}function un(s){var e=an(s,"string");return typeof e=="symbol"?e:e+""}var _e=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(_e||{});function on(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var $,le;function cn(){if(le)return $;le=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,$=r,$}var gn=cn(),R=on(gn),pn=require("../internals/export"),dn=require("../internals/array-includes").includes,hn=require("../internals/fails"),yn=require("../internals/add-to-unscopables"),_n=hn(function(){return!Array(1).includes()});pn({target:"Array",proto:!0,forced:_n},{includes:function(e){return dn(this,e,arguments.length>1?arguments[1]:void 0)}});yn("includes");function fn(s,e){return L.mergeWith(L.cloneDeep(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return L.mergeWith(L.cloneDeep(t),r,(u,n)=>Array.isArray(u)?L.unionWith(u,n,L.isEqual):void 0)})}const ie=he.create();let C=class{static use(e){e(ie)}static get(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"GET"})}static post(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"POST"})}static put(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PUT"})}static delete(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"DELETE"})}static options(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"OPTIONS"})}static patch(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PATCH"})}static head(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"HEAD"})}static async request(e,t,r,u={}){if(r){const l=ye.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await ie.request(fn({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":_e.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}},vn=class{constructor(e){this.url=e}_put(e,t,r,u){return C.put(r?.id?R.join(this.url,e,r?.id):R.join(this.url,e),t||{},r||{},u)}_get(e,t,r,u){return C.get(R.join(this.url,e),t||{},r||{},u)}_delete(e,t,r,u){return C.delete(R.join(this.url,e),t||{},r||{},u)}_post(e,t,r,u){return C.post(R.join(this.url,e),t||{},r||{},u)}_options(e,t,r,u){return C.options(R.join(this.url,e),t||{},r||{},u)}_patch(e,t,r,u){return C.patch(R.join(this.url,e),t||{},r||{},u)}_head(e,t,r,u){return C.head(R.join(this.url,e),t||{},r||{},u)}};function mn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var H,ae;function In(){if(ae)return H;ae=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,H=r,H}var Sn=In(),An=mn(Sn);class h extends vn{constructor(e){super(An.join("/gct-apaas/api",e))}}class Ln extends h{constructor(){super("app-branch")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bn extends h{constructor(){super("app-global-settings")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Tn extends h{constructor(){super("app-granted-user")}async post(e,t={}){return this._post("",e,null,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async getGrantedStatistic(e={}){return this._get("grantedStatistic",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getRemoveAndTransfer(e,t={}){return this._get("removeAndTransfer",null,e,t)}async getUngrantedList(e={}){return this._get("ungranted/list",null,null,e)}}class Pn extends h{constructor(){super("app-org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUserAdd(e,t={}){return this._post("user/add",e,null,t)}async postUserCreateAndAdd(e,t={}){return this._post("user/createAndAdd",e,null,t)}async getUserInfo(e,t={}){return this._get("user/info",null,e,t)}async postUserMove(e,t={}){return this._post("user/move",e,null,t)}async getUserPageList(e,t={}){return this._get("user/page/list",null,e,t)}async postUserRemove(e,t={}){return this._post("user/remove",e,null,t)}async postUserUpdate(e,t={}){return this._post("user/update",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Rn extends h{constructor(){super("app-publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class En extends h{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class Dn extends h{constructor(){super("app-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",e,null,t)}async putDisable(e,t={}){return this._put("disable",null,e,t)}async putEnable(e,t={}){return this._put("enable",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}async postResetDefaultPwd(e,t={}){return this._post("reset/default/pwd",e,null,t)}async postResetDefaultSignPwd(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Cn extends h{constructor(){super("approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let wn=class extends h{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e,t={}){return this._get("operateTypes",null,e,t)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}};class On extends h{constructor(){super("basic-config")}async post(e,t={}){return this._post("",e,null,t)}async getAiRagEnabled(e={}){return this._get("aiRagEnabled",null,null,e)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async postGlobal(e,t={}){return this._post("global",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class Mn extends h{constructor(){super("biz-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bn extends h{constructor(){super("biz-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class xn extends h{constructor(){super("biz-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class Un extends h{constructor(){super("biz-service-crud")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModelList(e={}){return this._get("data-model/list",null,null,e)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getViewModelList(e,t={}){return this._get("view-model/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Nn extends h{constructor(){super("biz-service")}async getModelKeyBsKey(e,t={}){return this._get("{modelKey}/{bsKey}",null,e,t)}async postModelKeyBsKey(e,t={}){return this._post("{modelKey}/{bsKey}",null,e,t)}async putModelKeyBsKey(e,t={}){return this._put("{modelKey}/{bsKey}",null,e,t)}async deleteModelKeyBsKey(e,t={}){return this._delete("{modelKey}/{bsKey}",null,e,t)}}class kn extends h{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let Gn=class extends h{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getGetListRdoOrNdo(e,t={}){return this._get("getListRdoOrNdo",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListComplete(e,t={}){return this._get("listComplete",null,e,t)}async getPage(e,t={}){return this._get("page",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Kn extends h{constructor(){super("category-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fn extends h{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Vn extends h{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class $n extends h{constructor(){super("commit-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCanPublishProdReleaseTagList(e={}){return this._get("canPublishProdReleaseTagList",null,null,e)}async getCanReleaseTagList(e={}){return this._get("canReleaseTagList",null,null,e)}async postCommit(e,t={}){return this._post("commit",e,null,t)}async getGetLatestCommit(e={}){return this._get("getLatestCommit",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getReleaseInfo(e,t={}){return this._get("release/info",null,e,t)}async getReleasePageList(e,t={}){return this._get("release/page/list",null,e,t)}async getViewDetail(e,t={}){return this._get("viewDetail",null,e,t)}async getViewDraft(e={}){return this._get("viewDraft",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hn extends h{constructor(){super("common-info-card")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetById(e,t={}){return this._get("getById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wn extends h{constructor(){super("control-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCategoryList(e,t={}){return this._get("category/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getSpecialPageList(e,t={}){return this._get("special/page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Xn extends h{constructor(){super("customer-complaint")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSync(e={}){return this._get("sync",null,null,e)}async getUpdateFeishu(e,t={}){return this._get("updateFeishu",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let jn=class extends h{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class zn extends h{constructor(){super("data-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizServiceModelKeyBsKey(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelKeyBsKey(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let qn=class extends h{constructor(){super("data-source")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}},Jn=class extends h{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Qn extends h{constructor(){super("designer-common")}async getEnumModelFieldList(e,t={}){return this._get("enumModelField/list",null,e,t)}async getGetApp(e={}){return this._get("getApp",null,null,e)}async getGetCanBeUsedOrg(e={}){return this._get("getCanBeUsedOrg",null,null,e)}async getGetCanBeUsedOrgUser(e,t={}){return this._get("getCanBeUsedOrgUser",null,e,t)}async getGetUserGroupUser(e,t={}){return this._get("getUserGroupUser",null,e,t)}async getGetVisibleOrg(e={}){return this._get("getVisibleOrg",null,null,e)}async getGetVisibleOrgUser(e,t={}){return this._get("getVisibleOrgUser",null,e,t)}async getGetVisibleUser(e={}){return this._get("getVisibleUser",null,null,e)}async getGetVisibleUserAndVisibleOrgUser(e,t={}){return this._get("getVisibleUserAndVisibleOrgUser",null,e,t)}async getListUserByIds(e,t={}){return this._get("listUserByIds",null,e,t)}async getTableEntityModelList(e,t={}){return this._get("table-entity-model/list",null,e,t)}async postUploadFile(e,t={}){return this._post("upload/file",null,e,t)}async postUploadLabelImage(e={}){return this._post("upload/label/image",null,null,e)}async getUserInfo(e={}){return this._get("user/info",null,null,e)}}class Zn extends h{constructor(){super("designer-lock")}async postCancelOccupyPage(e,t={}){return this._post("cancelOccupyPage",e,null,t)}async getGetPageOccupyMsg(e,t={}){return this._get("getPageOccupyMsg",null,e,t)}async postLockPage(e,t={}){return this._post("lockPage",e,null,t)}async postOccupyPage(e,t={}){return this._post("occupyPage",e,null,t)}async postUnLockPage(e,t={}){return this._post("unLockPage",e,null,t)}}class Yn extends h{constructor(){super("designer-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class er extends h{constructor(){super("devops")}async getListAllDigitsFields(e={}){return this._get("listAllDigitsFields",null,null,e)}async postUpdateDigits(e,t={}){return this._post("updateDigits",e,null,t)}}class tr extends h{constructor(){super("dify-chat")}async postAsyncDocument(e,t={}){return this._post("asyncDocument",e,null,t)}async postChat(e,t={}){return this._post("chat",e,null,t)}}class sr extends h{constructor(){super("doc-control-started")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class nr extends h{constructor(){super("doc-control-task-done")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class rr extends h{constructor(){super("doc-control-task-todo")}async getAllUserPageList(e,t={}){return this._get("all-user/page/list",null,e,t)}async getCount(e={}){return this._get("count",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class lr extends h{constructor(){super("doc-control")}async postProcessApprove(e,t={}){return this._post("process/approve",e,null,t)}async getProcessInfo(e,t={}){return this._get("process/info",null,e,t)}async postProcessInterfereReassign(e,t={}){return this._post("process/interfere/reassign",e,null,t)}async postProcessInterfereReturn(e,t={}){return this._post("process/interfere/return",e,null,t)}async postProcessJump(e,t={}){return this._post("process/jump",e,null,t)}async postProcessReassign(e,t={}){return this._post("process/reassign",e,null,t)}async postProcessResubmit(e,t={}){return this._post("process/resubmit",e,null,t)}async postProcessReturn(e,t={}){return this._post("process/return",e,null,t)}async getProcessStartProcess(e,t={}){return this._get("process/startProcess",null,e,t)}}class ir extends h{constructor(){super("doc-outline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByInstance(e,t={}){return this._get("listByInstance",null,e,t)}async getListByRefId(e,t={}){return this._get("listByRefId",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSheet(e,t={}){return this._get("sheet",null,e,t)}async getSheetByInstance(e,t={}){return this._get("sheetByInstance",null,e,t)}async getSheetByRefId(e,t={}){return this._get("sheetByRefId",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ar extends h{constructor(){super("document")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async putDesignId(e,t={}){return this._put("design/{id}",e,null,t)}async getDocumentDataClean(e={}){return this._get("documentDataClean",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ur extends h{constructor(){super("edhr-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByMaterialNo(e,t={}){return this._get("findByMaterialNo",null,e,t)}async getFindMaterialNo(e,t={}){return this._get("findMaterialNo",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getReversePageList(e,t={}){return this._get("reverse/page/list",null,e,t)}async getRunningPage(e,t={}){return this._get("running/page",null,e,t)}async putUpdateInstanceStatusById4ArchivedId(e={}){return this._put("updateInstanceStatusById4Archived/{id}",null,null,e)}}class or extends h{constructor(){super("edhr-instance-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getListTree(e,t={}){return this._get("list/tree",null,e,t)}async getListChild(e,t={}){return this._get("listChild",null,e,t)}}class cr extends h{constructor(){super("edhr-instance-search-history")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class gr extends h{constructor(){super("edhr-tmpl")}async postControl(e,t={}){return this._post("control",e,null,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefaultId(e={}){return this._put("setDefault/{id}",null,null,e)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class pr extends h{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class dr extends h{constructor(){super("enum-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSubmitWithFields(e,t={}){return this._post("submitWithFields",e,null,t)}async putUpdateIconStateId(e,t={}){return this._put("updateIconState/{id}",e,null,t)}async putUpdateTextStateId(e,t={}){return this._put("updateTextState/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hr extends h{constructor(){super("enum-model-field")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yr extends h{constructor(){super("event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _r extends h{constructor(){super("event-log")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class fr extends h{constructor(){super("excel-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postConfig(e,t={}){return this._post("config",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async getDownloadPlatId(e={}){return this._get("download-plat/{id}",null,null,e)}async getDownloadId(e={}){return this._get("download/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInitTmpl(e,t={}){return this._get("init/tmpl",null,e,t)}async postInitTmpl(e,t,r={}){return this._post("init/tmpl",t,e,r)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postV1Config(e,t={}){return this._post("v1/config",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class vr extends h{constructor(){super("excel")}async getDataDoImport(e,t={}){return this._get("data/doImport",null,e,t)}async getDataExport(e,t={}){return this._get("data/export",null,e,t)}async postDataImport(e,t={}){return this._post("data/import",null,e,t)}async getDataPreview(e,t={}){return this._get("data/preview",null,e,t)}async getDataReport(e,t={}){return this._get("data/report",null,e,t)}async postDataValidate(e,t={}){return this._post("data/validate",null,e,t)}}class mr extends h{constructor(){super("field-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async postCompleteDataVersion(e={}){return this._post("complete/dataVersion",null,null,e)}async putDecimalDigitsAllDigits(e={}){return this._put("decimal/digits/all/{digits}",null,null,e)}async postFuncCheck(e,t={}){return this._post("func/check",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListConditionField(e,t={}){return this._get("listConditionField",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageGetRecycledList(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPageRecycledRestoreFieldId(e={}){return this._put("page/recycledRestore/{fieldId}",null,null,e)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putUniqueConstraintAddModelKeyFieldKeyType(e={}){return this._put("unique/constraint/add/{modelKey}/{fieldKey}/{type}",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ir extends h{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class Sr extends h{constructor(){super("file-resource")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postUpload(e,t={}){return this._post("upload",null,e,t)}}let Ar=class extends h{constructor(){super("file-task")}async getStart(e={}){return this._get("start",null,null,e)}async postStatus(e,t={}){return this._post("status",e,null,t)}async postSubmit(e,t={}){return this._post("submit",e,null,t)}},Lr=class extends h{constructor(){super("file")}async postPdfEncode(e,t={}){return this._post("pdf/encode",null,e,t)}async postUploadImage(e,t={}){return this._post("upload/image",null,e,t)}};class br extends h{constructor(){super("formRelate")}async getCategory(e,t={}){return this._get("category",null,e,t)}async postCategory(e,t={}){return this._post("category",e,null,t)}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async putCategoryDrag(e,t={}){return this._put("category/drag",e,null,t)}async putCategoryId(e,t={}){return this._put("category/{id}",e,null,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllCategory(e,t={}){return this._get("listAllCategory",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getPageListAllModelKey(e,t={}){return this._get("page/listAllModelKey",null,e,t)}async getPageListFormAppendChild(e,t={}){return this._get("page/listFormAppendChild",null,e,t)}async getPageListFormNoChild(e,t={}){return this._get("page/listFormNoChild",null,e,t)}}class Tr extends h{constructor(){super("front-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Pr extends h{constructor(){super("global-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCurrentTime(e={}){return this._get("currentTime",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Rr=class extends h{constructor(){super("i18n-info")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getLangDownload(e,t={}){return this._get("lang/download",null,e,t)}async postLangUpload(e,t={}){return this._post("lang/upload",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}};class Er extends h{constructor(){super("instance-relation")}async postBind(e,t={}){return this._post("bind",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteUnbind(e,t={}){return this._delete("unbind",null,e,t)}async putUpdateTitle(e,t={}){return this._put("updateTitle",null,e,t)}}class Dr extends h{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class Cr extends h{constructor(){super("job")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCronValid(e,t={}){return this._post("cron/valid",e,null,t)}async postExec(e,t={}){return this._post("exec",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putStatusId(e,t={}){return this._put("status/{id}",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class wr extends h{constructor(){super("job-log")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Or extends h{constructor(){super("js-engine")}async getExecKey(e,t={}){return this._get("exec/{key}",null,e,t)}async postExecKey(e,t={}){return this._post("exec/{key}",null,e,t)}async postExecute(e,t={}){return this._post("execute",e,null,t)}}class Mr extends h{constructor(){super("label")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getEntityInfo(e,t={}){return this._get("entity/info",null,e,t)}async getEntityUpdateDatetimeSql(e={}){return this._get("entity/update/datetime/sql",null,null,e)}async getExecute(e={}){return this._get("execute",null,null,e)}async getExport(e,t={}){return this._get("export",null,e,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postImport(e={}){return this._post("import",null,null,e)}async postLabelDuplicateNameCheck(e,t={}){return this._post("labelDuplicateNameCheck",e,null,t)}async getLabelParentDataClean(e={}){return this._get("labelParentDataClean",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListFont(e={}){return this._get("listFont",null,null,e)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async getTest(e,t={}){return this._get("test",null,e,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async postXmlSetting(e,t={}){return this._post("xmlSetting",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Br extends h{constructor(){super("label-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let xr=class extends h{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class Ur extends h{constructor(){super("medPro")}async postModelMetaDataAssociation(e,t={}){return this._post("modelMeta/dataAssociation",e,null,t)}async getModelMetaModelDataAssociation(e,t={}){return this._get("modelMeta/modelDataAssociation",null,e,t)}}class Nr extends h{constructor(){super("menu-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAvailableList(e,t={}){return this._get("available/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class kr extends h{constructor(){super("merge-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gr extends h{constructor(){super("message-record")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}let Kr=class extends h{constructor(){super("message-setting")}async getFindAllByType(e,t={}){return this._get("findAllByType",null,e,t)}async postSendMessageByType(e,t={}){return this._post("sendMessageByType",e,null,t)}};class Fr extends h{constructor(){super("message-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListByModelKey(e,t={}){return this._get("listByModelKey",null,e,t)}async putOpened(e,t={}){return this._put("opened",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postProcessSend(e,t={}){return this._post("processSend",e,null,t)}async postSend(e,t={}){return this._post("send",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Vr extends h{constructor(){super("mobile-homepage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $r extends h{constructor(){super("mobile-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyByIdId(e,t={}){return this._post("copyById/{id}",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hr extends h{constructor(){super("model-comprehensive")}async deleteBizServiceApi(e,t={}){return this._delete("biz-service-api",null,e,t)}async getBizServiceApiListModelCategory(e,t={}){return this._get("biz-service-api/list/{modelCategory}",null,e,t)}async putBizServiceApiId(e,t={}){return this._put("biz-service-api/{id}",e,null,t)}async postBizServiceApiModelCategory(e,t={}){return this._post("biz-service-api/{modelCategory}",e,null,t)}async postBizServiceGeneralModelCategoryModelKeyBsKey(e,t={}){return this._post("biz-service/general/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._get("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._post("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._put("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getEnumInfoModelCategory(e,t={}){return this._get("enum/info/{modelCategory}",null,e,t)}async postExportModelCategoryModelKeyTmplKey(e,t={}){return this._post("export/{modelCategory}/{modelKey}/{tmplKey}",null,e,t)}async getFieldListModelCategory(e,t={}){return this._get("field/list/{modelCategory}",null,e,t)}async getMethodListModelCategory(e,t={}){return this._get("method/list/{modelCategory}",null,e,t)}async getModelDetailListByKeysModelCategory(e,t={}){return this._get("model/detail/listByKeys/{modelCategory}",null,e,t)}async getModelDetailModelCategory(e,t={}){return this._get("model/detail/{modelCategory}",null,e,t)}async getModelForm(e,t={}){return this._get("model/form",null,e,t)}async getModelSummary(e,t={}){return this._get("model/summary",null,e,t)}async getModelSystem(e={}){return this._get("model/system",null,null,e)}async postQueryAllModelDataAndDrillData(e,t={}){return this._post("queryAllModelDataAndDrillData",e,null,t)}async postQueryFieldValueByRefChainDataModelCategory(e,t={}){return this._post("queryFieldValueByRefChainData/{modelCategory}",e,null,t)}async postQueryModelDataAndDrillData(e,t={}){return this._post("queryModelDataAndDrillData",e,null,t)}async postQueryRefChainDataModelCategory(e,t={}){return this._post("queryRefChainData/{modelCategory}",e,null,t)}async postQueryRefDataModelCategory(e,t={}){return this._post("queryRefData/{modelCategory}",e,null,t)}async postQueryRefDataByIdModelCategory(e,t={}){return this._post("queryRefDataById/{modelCategory}",e,null,t)}async postQueryRefDataByIdsModelCategory(e,t={}){return this._post("queryRefDataByIds/{modelCategory}",e,null,t)}async postQuerySearchRefChainData(e,t={}){return this._post("querySearchRefChainData",e,null,t)}async getSubModelList(e,t={}){return this._get("sub-model/list",null,e,t)}}class Wr extends h{constructor(){super("model-data")}async postAllModelLiquibaseSoftDeleteDataClean(e={}){return this._post("allModelLiquibaseSoftDeleteDataClean",null,null,e)}async postAllModelSoftDeleteDataClean(e={}){return this._post("allModelSoftDeleteDataClean",null,null,e)}async getCheckFieldValueExist(e,t={}){return this._get("checkFieldValueExist",null,e,t)}async postQueryRefData(e,t={}){return this._post("queryRefData",e,null,t)}async postSingleModelSoftDeleteDataClean(e,t={}){return this._post("singleModelSoftDeleteDataClean",null,e,t)}}class Xr extends h{constructor(){super("model-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async getAggList(e,t={}){return this._get("agg/list",null,e,t)}async getAggModel(e,t={}){return this._get("agg/model",null,e,t)}async getByKeys(e,t={}){return this._get("by/keys",null,e,t)}async putConstantModelKey(e,t={}){return this._put("constant/{modelKey}",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async putDisplayModelKeyFieldKey(e={}){return this._put("display/{modelKey}/{fieldKey}",null,null,e)}async getEr(e={}){return this._get("er",null,null,e)}async getFindAllByTypeIn(e,t={}){return this._get("findAllByTypeIn",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListAll(e={}){return this._get("list-all",null,null,e)}async getListAllModelAndFieldByName(e,t={}){return this._get("listAllModelAndFieldByName",null,e,t)}async getListMasterModel(e,t={}){return this._get("listMasterModel",null,e,t)}async getListModelReferencedBy(e,t={}){return this._get("listModelReferencedBy",null,e,t)}async getListSlaveModel(e,t={}){return this._get("listSlaveModel",null,e,t)}async getPageGetRecycledList(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPageRecycledRestoreModelKey(e={}){return this._put("page/recycledRestore/{modelKey}",null,null,e)}async getPermissionEnabledList(e,t={}){return this._get("permission-enabled/list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putSupportMessageModelKeyEnabled(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async getSupportProcess(e={}){return this._get("support-process",null,null,e)}async getTranslateModelFieldExp(e,t={}){return this._get("translateModelFieldExp",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}async putModelKeyEnabled(e={}){return this._put("{modelKey}/{enabled}",null,null,e)}}class jr extends h{constructor(){super("model-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModelList(e={}){return this._get("data-model/list",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getViewModelList(e={}){return this._get("view-model/list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}let zr=class extends h{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class qr extends h{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class Jr extends h{constructor(){super("online-form-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAppendixFormList(e,t={}){return this._get("appendix/form/list",null,e,t)}async getDataIds(e,t={}){return this._get("dataIds",null,e,t)}async getFindByMaterialNoAndDocOutlineId(e,t={}){return this._get("findByMaterialNoAndDocOutlineId",null,e,t)}async getFindByOfTmplIdAndEdhrInstanceId(e,t={}){return this._get("findByOfTmplIdAndEdhrInstanceId",null,e,t)}async getFindByTmplIdAndMaterialNo(e,t={}){return this._get("findByTmplIdAndMaterialNo",null,e,t)}async getFindOfTaskBySerialNo4Change(e,t={}){return this._get("findOfTaskBySerialNo4Change",null,e,t)}async getFindPage4EdhrInstance(e,t={}){return this._get("findPage4EdhrInstance",null,e,t)}async getFindRelationInfoById(e,t={}){return this._get("findRelationInfoById",null,e,t)}async getFormPageList(e,t={}){return this._get("form/page/list",null,e,t)}async getGetOne(e,t={}){return this._get("getOne",null,e,t)}async getGetRelatedProduct(e,t={}){return this._get("getRelatedProduct",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByRecordNo(e,t={}){return this._get("info/byRecordNo",null,e,t)}async postInfos(e={}){return this._post("infos",null,null,e)}async postInsert4Edhr(e,t={}){return this._post("insert4Edhr",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRefreshSnapshot(e,t={}){return this._post("refresh/snapshot",null,e,t)}async getRelateFormPageList(e,t={}){return this._get("relate/form/page/list",null,e,t)}async postRelatedInstAppend(e,t={}){return this._post("related/inst/append",e,null,t)}async postRelatedInstBind(e,t={}){return this._post("related/inst/bind",e,null,t)}async deleteRelatedInstRemove(e,t={}){return this._delete("related/inst/remove",null,e,t)}async postRelatedInstUnbind(e,t={}){return this._post("related/inst/unbind",e,null,t)}async getReverseTracePageList(e,t={}){return this._get("reverse/trace/page/list",null,e,t)}async postTask(e,t={}){return this._post("task",e,null,t)}async postTaskPageList(e,t,r={}){return this._post("task/page/list",t,e,r)}async deleteTaskRemoveOfInstId(e={}){return this._delete("task/remove/{ofInstId}",null,null,e)}async getTaskResendOfInstId(e={}){return this._get("task/resend/{ofInstId}",null,null,e)}async putTaskUpdate(e,t={}){return this._put("task/update",e,null,t)}async putTaskId(e,t={}){return this._put("task/{id}",e,null,t)}async getTracePageList(e,t={}){return this._get("trace/page/list",null,e,t)}async putUpdateDescription(e,t={}){return this._put("updateDescription",e,null,t)}}class Qr extends h{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Zr extends h{constructor(){super("online-form-tmpl-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yr extends h{constructor(){super("online-form-tmpl")}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getFormModelsId(e={}){return this._get("formModels/{id}",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postInfos(e,t={}){return this._post("infos",e,null,t)}async getListBaseAndProcessForm(e,t={}){return this._get("listBaseAndProcessForm",null,e,t)}async getListOnlineFormModels(e,t={}){return this._get("listOnlineFormModels",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getModelId(e={}){return this._get("model/{id}",null,null,e)}async postRelease(e,t,r={}){return this._post("release",t,e,r)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveField(e,t={}){return this._post("saveField",e,null,t)}async postSaveOperation(e,t={}){return this._post("saveOperation",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefaultId(e={}){return this._put("setDefault/{id}",null,null,e)}async getStash(e,t={}){return this._get("stash",null,e,t)}async putStashId(e,t={}){return this._put("stash/{id}",e,null,t)}async putUpdateDesignerId(e,t={}){return this._put("updateDesigner/{id}",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class el extends h{constructor(){super("online-form")}async postBaseNotebookSubmit(e,t={}){return this._post("base/notebook/submit",e,null,t)}async postBaseSubmit(e,t={}){return this._post("base/submit",e,null,t)}async postBizBizServiceSummary(e,t={}){return this._post("biz/bizServiceSummary",e,null,t)}async getDataInitProtocolData(e,t={}){return this._get("data-init/protocol/data",null,e,t)}async getDataInitProtocolFieldMeta(e,t={}){return this._get("data-init/protocol/fieldMeta",null,e,t)}async getDataInitProtocolList(e={}){return this._get("data-init/protocol/list",null,null,e)}async postProcessAbandon(e,t={}){return this._post("process/abandon",e,null,t)}async postProcessApprove(e,t={}){return this._post("process/approve",e,null,t)}async postProcessApproveQualification(e,t={}){return this._post("process/approveQualification",e,null,t)}async postProcessChange(e,t={}){return this._post("process/change",e,null,t)}async postProcessControl(e,t={}){return this._post("process/control",e,null,t)}async postProcessInterfereReassign(e,t={}){return this._post("process/interfere/reassign",e,null,t)}async postProcessInterfereReturn(e,t={}){return this._post("process/interfere/return",e,null,t)}async postProcessJump(e,t={}){return this._post("process/jump",e,null,t)}async postProcessReassign(e,t={}){return this._post("process/reassign",e,null,t)}async postProcessResubmitOf(e,t={}){return this._post("process/resubmitOf",e,null,t)}async postProcessReturn(e,t={}){return this._post("process/return",e,null,t)}async postProcessSave(e,t={}){return this._post("process/save",e,null,t)}async postProcessSubmit(e,t={}){return this._post("process/submit",e,null,t)}async postStash(e,t={}){return this._post("stash",e,null,t)}}class tl extends h{constructor(){super("online")}async getClients(e,t={}){return this._get("clients",null,e,t)}async getExit(e,t={}){return this._get("exit",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class sl extends h{constructor(){super("openapi")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetApiInfo(e,t={}){return this._get("getApiInfo",null,e,t)}async getGetApiInfos(e={}){return this._get("getApiInfos",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class nl extends h{constructor(){super("page-designer-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let rl=class extends h{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}},ll=class extends h{constructor(){super("plat")}async postAppGlobal(e,t={}){return this._post("app/global",e,null,t)}async getAppGlobalInfo(e={}){return this._get("app/global/info",null,null,e)}async postBase(e,t={}){return this._post("base",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}};class il extends h{constructor(){super("pm-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllProcHasPublishedVersion(e,t={}){return this._get("listAllProcHasPublishedVersion",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListByPage(e,t={}){return this._get("page/listByPage",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class al extends h{constructor(){super("pm-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async postUpdateProcessUser(e,t={}){return this._post("updateProcessUser",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class ul extends h{constructor(){super("pm-process-engine")}async postApprove(e,t={}){return this._post("approve",e,null,t)}async getHiTaskExtension(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTaskExtension(e,t={}){return this._get("initial-task/extension",null,e,t)}async getListAllAssignees(e={}){return this._get("listAllAssignees",null,null,e)}async getListAllInitiators(e={}){return this._get("listAllInitiators",null,null,e)}async getModel(e,t={}){return this._get("model",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postProcExecute(e,t={}){return this._post("procExecute",e,null,t)}async getProcInstExtension(e,t={}){return this._get("procInstExtension",null,e,t)}async postReassign(e,t={}){return this._post("reassign",e,null,t)}async postRefuse(e,t={}){return this._post("refuse",e,null,t)}async postReject(e,t={}){return this._post("reject",e,null,t)}async postResubmit(e,t={}){return this._post("resubmit",e,null,t)}async postStartProcInst(e,t={}){return this._post("startProcInst",e,null,t)}async getTaskExtension(e,t={}){return this._get("task/extension",null,e,t)}async postTerminate(e,t={}){return this._post("terminate",e,null,t)}async postWithdraw(e,t={}){return this._post("withdraw",e,null,t)}}class ol extends h{constructor(){super("print-designer")}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getRdoPageBaseList(e,t={}){return this._get("rdo/page/base/list",null,e,t)}async getRdoPageList(e,t={}){return this._get("rdo/page/list",null,e,t)}}let cl=class extends h{constructor(){super("print-log")}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postPatchwork(e,t={}){return this._post("patchwork",e,null,t)}};class gl extends h{constructor(){super("print")}async postGenerateZplCode(e,t={}){return this._post("generateZplCode",e,null,t)}async postLabelBackEndPrint(e,t={}){return this._post("labelBackEndPrint",e,null,t)}async getPrintDropdownList(e={}){return this._get("printDropdownList",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}}class pl extends h{constructor(){super("process")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class dl extends h{constructor(){super("process-approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getApproveHistory(e,t={}){return this._get("approveHistory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hl extends h{constructor(){super("process-approve-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yl extends h{constructor(){super("process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postInitProcessAndProcessVersionType(e={}){return this._post("initProcessAndProcessVersion/{type}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _l extends h{constructor(){super("process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postPublishId(e={}){return this._post("publish/{id}",null,null,e)}async getId(e,t={}){return this._get("",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class fl extends h{constructor(){super("process-engine")}async postExecute(e,t={}){return this._post("execute",e,null,t)}async getHiTaskExtension(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTaskExtension(e,t={}){return this._get("initial-task/extension",null,e,t)}async getModel(e,t={}){return this._get("model",null,e,t)}async postReassignment(e,t={}){return this._post("reassignment",e,null,t)}async getTaskExtension(e,t={}){return this._get("task/extension",null,e,t)}}class vl extends h{constructor(){super("process-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ml extends h{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class Il extends h{constructor(){super("process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Sl extends h{constructor(){super("process-instance-relation-")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Al extends h{constructor(){super("process-message-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ll extends h{constructor(){super("process-node-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bl extends h{constructor(){super("process-path-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Tl extends h{constructor(){super("process-path")}async getFindAllByOfInstanceId(e,t={}){return this._get("findAllByOfInstanceId",null,e,t)}async getFindAllByTmplId(e,t={}){return this._get("findAllByTmplId",null,e,t)}}class Pl extends h{constructor(){super("process-task-done")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Rl extends h{constructor(){super("process-task-todo")}async getAllUserPageList(e,t={}){return this._get("all-user/page/list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class El extends h{constructor(){super("process-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postActivateId(e={}){return this._post("activate/{id}",null,null,e)}async putDeploy(e,t={}){return this._put("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class Dl extends h{constructor(){super("processTest")}async getCompleteTask(e,t={}){return this._get("completeTask",null,e,t)}async getDeploy(e,t={}){return this._get("deploy",null,e,t)}async getReadXml(e,t={}){return this._get("readXml",null,e,t)}async getSignal(e,t={}){return this._get("signal",null,e,t)}async getStart(e,t={}){return this._get("start",null,e,t)}async getUpdateVar(e,t={}){return this._get("updateVar",null,e,t)}async getWithdraw(e,t={}){return this._get("withdraw",null,e,t)}}class Cl extends h{constructor(){super("product-release")}async getGetProductReleaseByMaterialNo(e,t={}){return this._get("getProductReleaseByMaterialNo",null,e,t)}async getGetProductReleaseForm(e,t={}){return this._get("getProductReleaseForm",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class wl extends h{constructor(){super("publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCreateRelease(e,t={}){return this._post("createRelease",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPublishToProd(e,t={}){return this._post("publishToProd",e,null,t)}async postPublishToTest(e,t={}){return this._post("publishToTest",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Ol=class extends h{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Ml extends h{constructor(){super("report")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDeploy(e,t={}){return this._post("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfos(e,t={}){return this._get("infos",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListType(e={}){return this._get("list/type",null,null,e)}async getListModelReport(e,t={}){return this._get("listModelReport",null,e,t)}async getListSystemModelFields(e,t={}){return this._get("listSystemModelFields",null,e,t)}async getListSystemModels(e={}){return this._get("listSystemModels",null,null,e)}async putMove(e,t={}){return this._put("move",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putUndeployId(e={}){return this._put("undeploy/{id}",null,null,e)}async getUserPermissionId(e={}){return this._get("user/permission/{id}",null,null,e)}async postViewPageList(e,t={}){return this._post("view/page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bl extends h{constructor(){super("report-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGenSql(e,t={}){return this._get("genSql",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postListByPage4DataSet(e,t={}){return this._post("listByPage4DataSet",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class xl extends h{constructor(){super("report-data")}async postListByPage(e,t={}){return this._post("listByPage",e,null,t)}async postListByPage4Cross(e,t={}){return this._post("listByPage4Cross",e,null,t)}async postListStatistic(e,t={}){return this._post("listStatistic",e,null,t)}}let Ul=class extends h{constructor(){super("role")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putIdEnabled(e={}){return this._put("{id}/{enabled}",null,null,e)}},Nl=class extends h{constructor(){super("role-permission")}async post(e,t={}){return this._post("",e,null,t)}async postBulk(e,t={}){return this._post("bulk",e,null,t)}async getMenuList(e,t={}){return this._get("menu/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}};class kl extends h{constructor(){super("script")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gl extends h{constructor(){super("script-assistant")}async getRag(e={}){return this._get("rag",null,null,e)}async postScriptComplete(e,t={}){return this._post("scriptComplete",e,null,t)}}class Kl extends h{constructor(){super("script-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fl extends h{constructor(){super("script-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Vl extends h{constructor(){super("service-orchestration")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $l extends h{constructor(){super("service-orchestration-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hl extends h{constructor(){super("service-orchestration-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Wl extends h{constructor(){super("sign-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Xl=class extends h{constructor(){super("sign-log")}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}};class jl extends h{constructor(){super("signature")}async postGetSignatureImage(e,t={}){return this._post("getSignatureImage",e,null,t)}async postGetSignatureUploadOrWriteImage(e,t={}){return this._post("getSignatureUploadOrWriteImage",e,null,t)}}class zl extends h{constructor(){super("sql-view-model")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ql extends h{constructor(){super("sql-view")}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class Jl extends h{constructor(){super("stash")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByClientKey(e,t={}){return this._get("findByClientKey",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ql extends h{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class Zl extends h{constructor(){super("sys-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yl extends h{constructor(){super("system-var")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSystemVarByKeys(e,t={}){return this._get("getSystemVarByKeys",null,e,t)}async getGetVarByKeys(e,t={}){return this._get("getVarByKeys",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListSystemVarCache(e={}){return this._get("listSystemVarCache",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ei extends h{constructor(){super("trace-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByTraceId(e,t={}){return this._get("findByTraceId",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ti extends h{constructor(){super("trace-log-details")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAppDataTracePageList(e,t={}){return this._post("app-data-trace/page/list",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoTree(e,t={}){return this._get("infoTree",null,e,t)}async getInfoTreeById(e,t={}){return this._get("infoTreeById",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListByRecodeId(e,t={}){return this._get("page/listByRecodeId",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class si extends h{constructor(){super("trace-mainline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ni extends h{constructor(){super("trace-mainline-ext")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ri extends h{constructor(){super("trace-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getTreeByModelKey(e,t={}){return this._get("treeByModelKey",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class li extends h{constructor(){super("user-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getSearch(e,t={}){return this._get("search",null,e,t)}async getUserRolePermissionList(e={}){return this._get("user/role/permission/list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ii extends h{constructor(){super("user-group-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ai extends h{constructor(){super("view-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizServiceModelKeyBsKey(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelKeyBsKey(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getFieldInfo(e,t={}){return this._get("field/info",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSql(e,t={}){return this._get("sql",null,e,t)}async putSupportMessageModelKeyEnabled(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ui extends h{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class oi extends h{constructor(){super("webpage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelOccupyWebPage(e,t={}){return this._post("cancelOccupyWebPage",e,null,t)}async postCopyByIdId(e,t={}){return this._post("copyById/{id}",e,null,t)}async postGetWebPageOccupyMsg(e,t={}){return this._post("getWebPageOccupyMsg",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLockWebPage(e,t={}){return this._post("lockWebPage",e,null,t)}async postOccupyWebPage(e,t={}){return this._post("occupyWebPage",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postUnLockWebPage(e,t={}){return this._post("unLockWebPage",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let ci=class extends h{constructor(){super("api")}async postAppCreateBranch(e,t={}){return this._post("app/createBranch",e,null,t)}async postAppCreateImportApp(e,t={}){return this._post("app/createImportApp",e,null,t)}async getAppCreateIndex(e,t={}){return this._get("app/createIndex",null,e,t)}async postAppCreateSelfBuiltApp(e,t={}){return this._post("app/createSelfBuiltApp",e,null,t)}async getAppDeleteIndex(e,t={}){return this._get("app/deleteIndex",null,e,t)}async deleteAppDropProdDb(e,t={}){return this._delete("app/dropProdDb",null,e,t)}async deleteAppDropTestDb(e,t={}){return this._delete("app/dropTestDb",null,e,t)}async getAppFieldMetaList(e,t={}){return this._get("app/field-meta/list",null,e,t)}async getAppGetAppMenu(e,t={}){return this._get("app/getAppMenu",null,e,t)}async getAppGetCurrentBranch(e,t={}){return this._get("app/getCurrentBranch",null,e,t)}async getAppGetIndex(e,t={}){return this._get("app/getIndex",null,e,t)}async getAppGetLatestBranch(e,t={}){return this._get("app/getLatestBranch",null,e,t)}async getAppGetLatestCommit(e,t={}){return this._get("app/getLatestCommit",null,e,t)}async postAppImportVersion(e,t={}){return this._post("app/importVersion",e,null,t)}async getAppImportVersionPreview(e,t={}){return this._get("app/importVersionPreview",null,e,t)}async getAppListBranch(e,t={}){return this._get("app/listBranch",null,e,t)}async postAppMerge(e,t={}){return this._post("app/merge",e,null,t)}async getAppMergeInfo(e,t={}){return this._get("app/merge/info",null,e,t)}async getAppMergePageList(e,t={}){return this._get("app/merge/page/list",null,e,t)}async getAppMergePreview(e,t={}){return this._get("app/mergePreview",null,e,t)}async getAppModelMetaList(e,t={}){return this._get("app/model-meta/list",null,e,t)}async getAppPublishLogInfo(e,t={}){return this._get("app/publishLogInfo",null,e,t)}async getAppPublishLogPageList(e,t={}){return this._get("app/publishLogPageList",null,e,t)}async getAppReportInfos(e,t={}){return this._get("app/report/infos",null,e,t)}async postAppRevert(e,t={}){return this._post("app/revert",e,null,t)}async postAppSwitchBranch(e,t={}){return this._post("app/switchBranch",e,null,t)}async postAppVisibleMenu(e,t,r={}){return this._post("app/visible/menu",t,e,r)}async postAuditLogExport(e,t={}){return this._post("audit-log/export",e,null,t)}async postAuditLogInfo(e,t={}){return this._post("audit-log/info",null,e,t)}async getAuditLogModules(e,t={}){return this._get("audit-log/modules",null,e,t)}async getAuditLogOperateTypes(e,t={}){return this._get("audit-log/operateTypes",null,e,t)}async getAuditLogOperators(e,t={}){return this._get("audit-log/operators",null,e,t)}async postAuditLogPageList(e,t={}){return this._post("audit-log/page/list",e,null,t)}async postAuditLogSave(e,t={}){return this._post("audit-log/save",e,null,t)}async postDatamoveExecute(e,t={}){return this._post("datamove/execute",e,null,t)}async postDatasourceColumnFormat(e,t,r={}){return this._post("datasource/column-format",t,e,r)}async getDatasourceInfo(e={}){return this._get("datasource/info",null,null,e)}async postEdhrProdTransferAllWorkItem(e,t={}){return this._post("edhr/prod/transferAllWorkItem",e,null,t)}async postEdhrTestTransferAllWorkItem(e,t={}){return this._post("edhr/test/transferAllWorkItem",e,null,t)}async getIeDataReport(e,t={}){return this._get("ie/data/report",null,e,t)}async postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey(e,t={}){return this._post("model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._get("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async postModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._post("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._put("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._delete("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getProcessListAll(e={}){return this._get("process/list/all",null,null,e)}},gi=class{constructor(){i(this,"appBranch",new Ln),i(this,"appGlobalSettings",new bn),i(this,"appGrantedUser",new Tn),i(this,"appOrg",new Pn),i(this,"appPublishLog",new Rn),i(this,"appState",new En),i(this,"appUser",new Dn),i(this,"approvalLog",new Cn),i(this,"auditLog",new wn),i(this,"basicConfig",new On),i(this,"bizEvent",new Mn),i(this,"bizProcessDefinition",new Bn),i(this,"bizProcessDefinitionVersion",new xn),i(this,"bizServiceCrud",new Un),i(this,"bizService",new Nn),i(this,"bom",new kn),i(this,"category",new Gn),i(this,"categoryRelation",new Kn),i(this,"chat",new Fn),i(this,"codeTs",new Vn),i(this,"commitLog",new $n),i(this,"commonInfoCard",new Hn),i(this,"controlConfig",new Wn),i(this,"customerComplaint",new Xn),i(this,"dashboard",new jn),i(this,"dataModel",new zn),i(this,"dataSource",new qn),i(this,"dataTrace",new Jn),i(this,"designerCommon",new Qn),i(this,"designerLock",new Zn),i(this,"designerOperateLog",new Yn),i(this,"devops",new er),i(this,"difyChat",new tr),i(this,"docControlStarted",new sr),i(this,"docControlTaskDone",new nr),i(this,"docControlTaskTodo",new rr),i(this,"docControl",new lr),i(this,"docOutline",new ir),i(this,"document",new ar),i(this,"edhrInstance",new ur),i(this,"edhrInstanceRelation",new or),i(this,"edhrInstanceSearchHistory",new cr),i(this,"edhrTmpl",new gr),i(this,"eleSearch",new pr),i(this,"enumModel",new dr),i(this,"enumModelField",new hr),i(this,"event",new yr),i(this,"eventLog",new _r),i(this,"excelTmpl",new fr),i(this,"excel",new vr),i(this,"fieldMeta",new mr),i(this,"field",new Ir),i(this,"fileResource",new Sr),i(this,"fileTask",new Ar),i(this,"file",new Lr),i(this,"formRelate",new br),i(this,"frontOperateLog",new Tr),i(this,"globalMethod",new Pr),i(this,"i18NInfo",new Rr),i(this,"instanceRelation",new Er),i(this,"ipaas",new Dr),i(this,"job",new Cr),i(this,"jobLog",new wr),i(this,"jsEngine",new Or),i(this,"label",new Mr),i(this,"labelLog",new Br),i(this,"loginLog",new xr),i(this,"medPro",new Ur),i(this,"menuConfig",new Nr),i(this,"mergeLog",new kr),i(this,"messageRecord",new Gr),i(this,"messageSetting",new Kr),i(this,"messageTmpl",new Fr),i(this,"mobileHomepage",new Vr),i(this,"mobilePage",new $r),i(this,"modelComprehensive",new Hr),i(this,"modelData",new Wr),i(this,"modelMeta",new Xr),i(this,"modelMethod",new jr),i(this,"model",new zr),i(this,"onlineFormChangeHistory",new qr),i(this,"onlineFormInstance",new Jr),i(this,"onlineFormLog",new Qr),i(this,"onlineFormTmplLog",new Zr),i(this,"onlineFormTmpl",new Yr),i(this,"onlineForm",new el),i(this,"online",new tl),i(this,"openapi",new sl),i(this,"pageDesignerLog",new nl),i(this,"permission",new rl),i(this,"plat",new ll),i(this,"pmProcessDefinition",new il),i(this,"pmProcessDefinitionVersion",new al),i(this,"pmProcessEngine",new ul),i(this,"printDesigner",new ol),i(this,"printLog",new cl),i(this,"print",new gl),i(this,"process",new pl),i(this,"processApprovalLog",new dl),i(this,"processApproveUser",new hl),i(this,"processDefinition",new yl),i(this,"processDefinitionVersion",new _l),i(this,"processEngine",new fl),i(this,"processEvent",new vl),i(this,"processGraph",new ml),i(this,"processInstance",new Il),i(this,"processInstanceRelation",new Sl),i(this,"processMessageUser",new Al),i(this,"processNodeDefinition",new Ll),i(this,"processPathUser",new bl),i(this,"processPath",new Tl),i(this,"processTaskDone",new Pl),i(this,"processTaskTodo",new Rl),i(this,"processVersion",new El),i(this,"processTest",new Dl),i(this,"productRelease",new Cl),i(this,"publishLog",new wl),i(this,"regexp",new Ol),i(this,"report",new Ml),i(this,"reportDataSet",new Bl),i(this,"reportData",new xl),i(this,"role",new Ul),i(this,"rolePermission",new Nl),i(this,"script",new kl),i(this,"scriptAssistant",new Gl),i(this,"scriptVersion",new Kl),i(this,"scriptVersionLog",new Fl),i(this,"serviceOrchestration",new Vl),i(this,"serviceOrchestrationVersion",new $l),i(this,"serviceOrchestrationVersionLog",new Hl),i(this,"signHistory",new Wl),i(this,"signLog",new Xl),i(this,"signature",new jl),i(this,"sqlViewModel",new zl),i(this,"sqlView",new ql),i(this,"stash",new Jl),i(this,"subModelProcess",new Ql),i(this,"sysConfig",new Zl),i(this,"systemVar",new Yl),i(this,"traceLog",new ei),i(this,"traceLogDetails",new ti),i(this,"traceMainline",new si),i(this,"traceMainlineExt",new ni),i(this,"traceSetting",new ri),i(this,"userGroup",new li),i(this,"userGroupRelation",new ii),i(this,"viewModel",new ai),i(this,"wash",new ui),i(this,"webpage",new oi),i(this,"api",new ci)}};var fe=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(fe||{});function pi(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var W,ue;function di(){if(ue)return W;ue=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,W=r,W}var hi=di(),E=pi(hi);function yi(s,e){return L.mergeWith(L.cloneDeep(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return L.mergeWith(L.cloneDeep(t),r,(u,n)=>Array.isArray(u)?L.unionWith(u,n,L.isEqual):void 0)})}const oe=he.create();class w{static use(e){e(oe)}static get(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"GET"})}static post(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"POST"})}static put(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PUT"})}static delete(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"DELETE"})}static options(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"OPTIONS"})}static patch(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PATCH"})}static head(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"HEAD"})}static async request(e,t,r,u={}){if(r){const l=ye.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await oe.request(yi({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":fe.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}}class _i{constructor(e){this.url=e}_put(e,t,r,u){return w.put(r?.id?E.join(this.url,e,r?.id):E.join(this.url,e),t||{},r||{},u)}_get(e,t,r,u){return w.get(E.join(this.url,e),t||{},r||{},u)}_delete(e,t,r,u){return w.delete(E.join(this.url,e),t||{},r||{},u)}_post(e,t,r,u){return w.post(E.join(this.url,e),t||{},r||{},u)}_options(e,t,r,u){return w.options(E.join(this.url,e),t||{},r||{},u)}_patch(e,t,r,u){return w.patch(E.join(this.url,e),t||{},r||{},u)}_head(e,t,r,u){return w.head(E.join(this.url,e),t||{},r||{},u)}}function fi(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var X,ce;function vi(){if(ce)return X;ce=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,X=r,X}var mi=vi(),Ii=fi(mi);class d extends _i{constructor(e){super(Ii.join("/gct-platform/api",e))}}class Si extends d{constructor(){super("agent")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ai extends d{constructor(){super("apk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetActiveApp(e={}){return this._get("getActiveApp",null,null,e)}async getGetIp(e={}){return this._get("getIp",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postUploadApk(e={}){return this._post("upload/apk",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class Li extends d{constructor(){super("app")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putAppCleanUpId(e={}){return this._put("appCleanUp/{id}",null,null,e)}async putAppRestoreIdUserId(e={}){return this._put("appRestore/{id}/{userId}",null,null,e)}async getCheckAppMaintainerInTenantAppId(e={}){return this._get("checkAppMaintainerInTenant/{appId}",null,null,e)}async postCreateBranchAppId(e,t={}){return this._post("createBranch/{appId}",e,null,t)}async getDatamoveApps(e={}){return this._get("datamove/apps",null,null,e)}async putDisableId(e={}){return this._put("disable/{id}",null,null,e)}async putEnableId(e={}){return this._put("enable/{id}",null,null,e)}async getFieldMetaList(e,t={}){return this._get("field-meta/list",null,e,t)}async getGetAppCountTenantId(e,t={}){return this._get("getAppCount/{tenantId}",null,e,t)}async getGetCurrentBranchAppId(e={}){return this._get("getCurrentBranch/{appId}",null,null,e)}async getGetLatestCommitAppId(e,t={}){return this._get("getLatestCommit/{appId}",null,e,t)}async getGetMobileDbFileUrlAppId(e={}){return this._get("getMobileDbFileUrl/{appId}",null,null,e)}async postImportVersionAppId(e,t={}){return this._post("importVersion/{appId}",e,null,t)}async getImportVersionPreviewAppId(e,t={}){return this._get("importVersionPreview/{appId}",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getListBranchAppId(e={}){return this._get("listBranch/{appId}",null,null,e)}async getMergeInfoAppId(e,t={}){return this._get("merge/info/{appId}",null,e,t)}async getMergePageListAppId(e,t={}){return this._get("merge/page/list/{appId}",null,e,t)}async postMergeAppId(e,t={}){return this._post("merge/{appId}",e,null,t)}async getMergePreviewAppId(e,t={}){return this._get("mergePreview/{appId}",null,e,t)}async getModelMetaList(e,t={}){return this._get("model-meta/list",null,e,t)}async getPageGetListReleasedApp(e={}){return this._get("page/getListReleasedApp",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListReleasedApp(e,t={}){return this._get("page/listReleasedApp",null,e,t)}async getPublishLogInfoAppId(e,t={}){return this._get("publishLogInfo/{appId}",null,e,t)}async getPublishLogPageListAppId(e,t={}){return this._get("publishLogPageList/{appId}",null,e,t)}async getReportInfos(e,t={}){return this._get("report/infos",null,e,t)}async postRevertAppId(e,t={}){return this._post("revert/{appId}",e,null,t)}async postSwitchBranchAppId(e,t={}){return this._post("switchBranch/{appId}",e,null,t)}async getTenantApps(e,t={}){return this._get("tenant/apps",null,e,t)}async getTenantRoleRolesApps(e,t={}){return this._get("tenant/role/{roles}/apps",null,e,t)}async getTenantRoleRolesAppsCount(e,t={}){return this._get("tenant/role/{roles}/apps/count",null,e,t)}async postUploadAppPkg(e={}){return this._post("upload/appPkg",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bi extends d{constructor(){super("app-member")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postListMulti(e={}){return this._post("list-multi",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putTransferIdTargetUserId(e={}){return this._put("transfer/{id}/{targetUserId}",null,null,e)}async putIdRole(e={}){return this._put("{id}/{role}",null,null,e)}}class Ti extends d{constructor(){super("app-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getCheckAppUserAdmin(e,t={}){return this._get("checkAppUserAdmin",null,e,t)}async getCheckAppUserVisibility(e,t={}){return this._get("checkAppUserVisibility",null,e,t)}async deleteDeveloperDelete(e,t={}){return this._delete("developer/delete",null,e,t)}async postDeveloperSaveSettingBatch(e={}){return this._post("developer/saveSettingBatch",null,null,e)}async getInfoByAppId(e,t={}){return this._get("infoByAppId",null,e,t)}async postSaveSetting(e,t={}){return this._post("saveSetting",e,null,t)}async postSaveSettingBatch(e={}){return this._post("saveSettingBatch",null,null,e)}}class Pi extends d{constructor(){super("assets")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMoveAssetIdCategoryCategoryId(e={}){return this._post("move/{assetId}/category/{categoryId}",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postUploadCategoryId(e={}){return this._post("upload/{categoryId}",null,null,e)}}class Ri extends d{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e={}){return this._get("operateTypes",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}}class Ei extends d{constructor(){super("bi-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Di extends d{constructor(){super("bi-file-dataset-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDatasetid(e,t={}){return this._get("list-datasetid",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ci extends d{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class wi extends d{constructor(){super("bi-share")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Oi extends d{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAddDefaultCusComp(e={}){return this._post("addDefaultCusComp",null,null,e)}async deleteDeleteDatasetCategory(e,t={}){return this._delete("deleteDatasetCategory",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListDatasetCategory(e,t={}){return this._get("listDatasetCategory",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSaveDatasetCategory(e,t={}){return this._post("saveDatasetCategory",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Mi extends d{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bi extends d{constructor(){super("data-source")}async post(e,t={}){return this._post("",e,null,t)}async put(e,t={}){return this._put("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putEnabled(e,t={}){return this._put("enabled",e,null,t)}async postExecuteUpdate(e,t={}){return this._post("executeUpdate",e,null,t)}async getFindById(e,t={}){return this._get("findById",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postQueryData(e,t={}){return this._post("queryData",null,e,t)}async postSqlColumnInformation(e,t={}){return this._post("sql/column/information",e,null,t)}async postTestConnect(e,t={}){return this._post("testConnect",e,null,t)}}class xi extends d{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ui extends d{constructor(){super("database")}async postAddDatabase(e,t={}){return this._post("addDatabase",e,null,t)}async getColumnInformation(e,t={}){return this._get("column/information",null,e,t)}async getDbInformation(e,t={}){return this._get("db/information",null,e,t)}async postGetDatabaseByPage(e,t={}){return this._post("getDatabaseByPage",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async deleteRemoveDatabase(e,t={}){return this._delete("removeDatabase",null,e,t)}async postRunSql(e,t={}){return this._post("runSql",e,null,t)}async getTableDataPageList(e,t={}){return this._get("table/data/page/list",null,e,t)}async getTableInformation(e,t={}){return this._get("table/information",null,e,t)}async postTestDatabaseConn(e,t={}){return this._post("testDatabaseConn",e,null,t)}async putUpdateDatabase(e,t={}){return this._put("updateDatabase",e,null,t)}async getViewInformation(e,t={}){return this._get("view/information",null,e,t)}}class Ni extends d{constructor(){super("dataset")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async getColumnValue(e,t={}){return this._get("column-value",null,e,t)}async putEncode(e,t={}){return this._put("encode",null,e,t)}async postGenColumn(e,t,r={}){return this._post("gen-column",t,e,r)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListCategoryDataset(e,t={}){return this._get("list-category-dataset",null,e,t)}async getListIds(e,t={}){return this._get("list/ids",null,e,t)}async getListKeys(e,t={}){return this._get("list/keys",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRunScript(e,t={}){return this._post("runScript",e,null,t)}async postRunScriptNoHeader(e,t={}){return this._post("runScriptNoHeader",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ki extends d{constructor(){super("dataset-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gi extends d{constructor(){super("datasource-devops")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ki extends d{constructor(){super("datasource-move")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postMove(e,t={}){return this._post("move",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fi extends d{constructor(){super("datasource-move-data")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Vi extends d{constructor(){super("datasource-move-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $i extends d{constructor(){super("external-message")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hi extends d{constructor(){super("file-task")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatchDownload(e,t={}){return this._post("batch/download",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wi extends d{constructor(){super("file")}async postDataPreview(e,t={}){return this._post("data-preview",e,null,t)}async postUploadCommon(e={}){return this._post("upload-common",null,null,e)}async postUploadDataset(e={}){return this._post("upload-dataset",null,null,e)}async postUploadImage(e,t={}){return this._post("upload/image",null,e,t)}}class Xi extends d{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class ji extends d{constructor(){super("i18n-config")}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class zi extends d{constructor(){super("i18n-info")}async delete(e,t={}){return this._delete("",null,e,t)}async postExternalLangSync(e={}){return this._post("external/lang/sync",null,null,e)}async getLangDownload(e,t={}){return this._get("lang/download",null,e,t)}async postLangJson(e,t={}){return this._post("lang/json",null,e,t)}async postLangTrans(e,t={}){return this._post("lang/trans",null,e,t)}async postLangUpload(e,t={}){return this._post("lang/upload",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class qi extends d{constructor(){super("internal-message")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putReadAll(e={}){return this._put("read/all",null,null,e)}async putReadId(e={}){return this._put("read/{id}",null,null,e)}async getUnreadCount(e={}){return this._get("unread/count",null,null,e)}}class Ji extends d{constructor(){super("invoke-log")}async getExport(e,t={}){return this._get("export",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Qi extends d{constructor(){super("knowledge-base")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Zi extends d{constructor(){super("knowledge-base-chunk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yi extends d{constructor(){super("knowledge-base-doc")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ea extends d{constructor(){super("ldap")}async postUploadCertificate(e={}){return this._post("upload/certificate",null,null,e)}}class ta extends d{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class sa extends d{constructor(){super("license")}async getActivate(e,t={}){return this._get("activate",null,e,t)}async postActivates(e,t={}){return this._post("activates",null,e,t)}async postActivatesOffline(e,t={}){return this._post("activatesOffline",null,e,t)}async getCheckLicense(e={}){return this._get("checkLicense",null,null,e)}async getClients(e,t={}){return this._get("clients",null,e,t)}async getGetAppBasicInfo(e,t={}){return this._get("getAppBasicInfo",null,e,t)}async getGetExpireMsg(e,t={}){return this._get("getExpireMsg",null,e,t)}async getGetUsers(e,t={}){return this._get("getUsers",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getShareTag(e,t={}){return this._get("shareTag",null,e,t)}async getSourceTag(e,t={}){return this._get("sourceTag",null,e,t)}async getUnbind(e,t={}){return this._get("unbind",null,e,t)}async getUninstall(e={}){return this._get("uninstall",null,null,e)}async getVerify(e={}){return this._get("verify",null,null,e)}}class na extends d{constructor(){super("login-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class ra extends d{constructor(){super("login")}async postCheckApp(e,t={}){return this._post("checkApp",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}async postSign(e,t={}){return this._post("sign",e,null,t)}async getSignOut(e,t={}){return this._get("signOut",null,e,t)}async getUserAppAuth(e,t={}){return this._get("userAppAuth",null,e,t)}}class la extends d{constructor(){super("manager")}async getPlatPageList(e,t={}){return this._get("plat/page/list",null,e,t)}async getTenantPageList(e,t={}){return this._get("tenant/page/list",null,e,t)}}class ia extends d{constructor(){super("message-setting")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetTypeCount(e={}){return this._get("getTypeCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMqttSend(e,t={}){return this._post("mqtt/send",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSendEmailMessage(e,t={}){return this._post("sendEmailMessage",e,null,t)}async postSendMessage(e,t={}){return this._post("sendMessage",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class aa extends d{constructor(){super("minio-file")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async getDownload(e,t={}){return this._get("download",null,e,t)}}class ua extends d{constructor(){super("model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class oa extends d{constructor(){super("model-provider")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ca extends d{constructor(){super("nav-menu")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ga extends d{constructor(){super("nav-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class pa extends d{constructor(){super("openapi-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoAssociationModel(e,t={}){return this._get("info/associationModel",null,e,t)}async getInfoOpenapiInfo(e,t={}){return this._get("info/openapi/info",null,e,t)}async getInfoPageList(e,t={}){return this._get("info/page/list",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDownload(e,t={}){return this._get("list/download",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class da extends d{constructor(){super("openapi-key-grant")}async post(e={}){return this._post("",null,null,e)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOpenapiList(e,t={}){return this._get("openapi/list",null,e,t)}async getOpenapiTenantList(e={}){return this._get("openapi/tenantList",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ha extends d{constructor(){super("org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async postInputCheck(e,t={}){return this._post("inputCheck",e,null,t)}async getList(e={}){return this._get("list",null,null,e)}async postOrgHavePersonCheck(e,t={}){return this._post("orgHavePersonCheck",e,null,t)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUserAdd(e,t={}){return this._post("user/add",e,null,t)}async postUserCreateAndAdd(e,t={}){return this._post("user/createAndAdd",e,null,t)}async getUserInfo(e,t={}){return this._get("user/info",null,e,t)}async getUserListCurrentTenantUser(e,t={}){return this._get("user/listCurrentTenantUser",null,e,t)}async postUserMove(e,t={}){return this._post("user/move",e,null,t)}async getUserPageList(e,t={}){return this._get("user/page/list",null,e,t)}async postUserRemove(e,t={}){return this._post("user/remove",e,null,t)}async postUserUpdate(e,t={}){return this._post("user/update",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ya extends d{constructor(){super("org-user-picker")}async getManagementUserListByIds(e,t={}){return this._get("management/user/listByIds",null,e,t)}async getTenantManagementOrgList(e={}){return this._get("tenant/management/org/list",null,null,e)}async getTenantManagementOrgUserPageList(e,t={}){return this._get("tenant/management/org/user/page/list",null,e,t)}async getTenantManagementUserListByIds(e,t={}){return this._get("tenant/management/user/listByIds",null,e,t)}}class _a extends d{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class fa extends d{constructor(){super("plat")}async getAppGlobalInfoAppId(e={}){return this._get("app/global/info/{appId}",null,null,e)}async postAppGlobalAppId(e,t={}){return this._post("app/global/{appId}",e,null,t)}async postBase(e,t={}){return this._post("base",e,null,t)}async postDingtalk(e,t={}){return this._post("dingtalk",e,null,t)}async postEmail(e,t={}){return this._post("email",e,null,t)}async postFeishu(e,t={}){return this._post("feishu",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLogin(e,t={}){return this._post("login",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async postUploadCertFile(e={}){return this._post("uploadCertFile",null,null,e)}async postUserRole(e,t={}){return this._post("user-role",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async postUserRoleReset(e,t={}){return this._post("user-role/reset",e,null,t)}async getUserField(e={}){return this._get("user/field",null,null,e)}async getVersion(e={}){return this._get("version",null,null,e)}async postWatermark(e,t={}){return this._post("watermark",e,null,t)}async postWxwork(e,t={}){return this._post("wxwork",e,null,t)}}class va extends d{constructor(){super("plugin")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelUpload(e,t={}){return this._post("cancelUpload",e,null,t)}async putDeleteCategory(e,t={}){return this._put("deleteCategory",e,null,t)}async getGetImages(e,t={}){return this._get("getImages",null,e,t)}async postGetTenantCompList(e,t={}){return this._post("getTenantCompList",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postUploadZip(e,t={}){return this._post("uploadZip",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ma extends d{constructor(){super("plugin-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ia extends d{constructor(){super("pm-process-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Sa extends d{constructor(){super("pm-process-delegate-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Aa extends d{constructor(){super("pm-process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class La extends d{constructor(){super("pm-task-done")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ba extends d{constructor(){super("pm-task-todo")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ta extends d{constructor(){super("pn-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Pa extends d{constructor(){super("pn-project")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async getExport(e,t={}){return this._get("export",null,e,t)}async postImport(e,t={}){return this._post("import",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRelease(e,t={}){return this._post("release",e,null,t)}async postSavePage(e,t={}){return this._post("savePage",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ra extends d{constructor(){super("print-log")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Ea extends d{constructor(){super("print-resource")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetIpAddressStatus(e,t={}){return this._get("getIpAddressStatus",null,e,t)}async getGetPrintCount(e={}){return this._get("getPrintCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByMacAddress(e,t={}){return this._get("listByMacAddress",null,e,t)}async postPrintTest(e={}){return this._post("printTest",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}async putUpdateRemarkId(e,t={}){return this._put("updateRemark/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Da extends d{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ca extends d{constructor(){super("released")}async deleteAppDeletePublishedAppByTestId(e,t={}){return this._delete("app/deletePublishedAppByTestId",null,e,t)}async putAppDisableAppId(e={}){return this._put("app/disable/{appId}",null,null,e)}async putAppEnableAppId(e={}){return this._put("app/enable/{appId}",null,null,e)}async getAppPublishedAppGetById(e,t={}){return this._get("app/publishedApp/getById",null,e,t)}async getAppPublishedAppList(e,t={}){return this._get("app/publishedApp/list",null,e,t)}}class wa extends d{constructor(){super("role-permission")}async getPlatList(e,t={}){return this._get("plat/list",null,e,t)}async postPlatRemove(e,t={}){return this._post("plat/remove",e,null,t)}async postPlatSingle(e,t={}){return this._post("plat/single",e,null,t)}async getTenantList(e,t={}){return this._get("tenant/list",null,e,t)}async postTenantRemove(e,t={}){return this._post("tenant/remove",e,null,t)}async postTenantSingle(e,t={}){return this._post("tenant/single",e,null,t)}}class Oa extends d{constructor(){super("role")}async getList(e={}){return this._get("list",null,null,e)}async postPlat(e,t={}){return this._post("plat",e,null,t)}async deletePlat(e,t={}){return this._delete("plat",null,e,t)}async getPlatInfo(e,t={}){return this._get("plat/info",null,e,t)}async getPlatPageList(e,t={}){return this._get("plat/page/list",null,e,t)}async putPlatIdEnabled(e={}){return this._put("plat/{id}/{enabled}",null,null,e)}async postTenant(e,t={}){return this._post("tenant",e,null,t)}async deleteTenant(e,t={}){return this._delete("tenant",null,e,t)}async getTenantInfo(e,t={}){return this._get("tenant/info",null,e,t)}async getTenantPageList(e,t={}){return this._get("tenant/page/list",null,e,t)}async putTenantIdEnabled(e={}){return this._put("tenant/{id}/{enabled}",null,null,e)}}class Ma extends d{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class Ba extends d{constructor(){super("seat")}async getAppGetVisibleOrg(e={}){return this._get("app/getVisibleOrg",null,null,e)}async postAppGetVisibleOrgUser(e,t={}){return this._post("app/getVisibleOrgUser",e,null,t)}async getAppGetVisibleUser(e={}){return this._get("app/getVisibleUser",null,null,e)}async postAuth(e={}){return this._post("auth",null,null,e)}async getListAuthed(e,t={}){return this._get("listAuthed",null,e,t)}async getListNotAuth(e,t={}){return this._get("listNotAuth",null,e,t)}async postRemoveAuth(e,t={}){return this._post("removeAuth",null,e,t)}async getTotalinfos(e={}){return this._get("totalinfos",null,null,e)}}class xa extends d{constructor(){super("shortcut")}async postMenu(e,t={}){return this._post("menu",e,null,t)}async deleteMenu(e,t={}){return this._delete("menu",null,e,t)}async getMenuInfo(e,t={}){return this._get("menu/info",null,e,t)}async getMenuList(e={}){return this._get("menu/list",null,null,e)}async getMenuListAppMenu(e,t={}){return this._get("menu/list/AppMenu",null,e,t)}async getMenuPageList(e,t={}){return this._get("menu/page/list",null,e,t)}async postMenuSaveBatch(e={}){return this._post("menu/saveBatch",null,null,e)}async putMenuId(e,t={}){return this._put("menu/{id}",e,null,t)}}class Ua extends d{constructor(){super("sign-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Na extends d{constructor(){super("sms")}async postGetSignsAndTemplates(e,t={}){return this._post("getSignsAndTemplates",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}}class ka extends d{constructor(){super("started-process")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Ga extends d{constructor(){super("task-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelId(e={}){return this._post("cancel/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ka extends d{constructor(){super("task-done")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Fa extends d{constructor(){super("task-todo")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Va extends d{constructor(){super("tenant-developer")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postRemoveAndHandover(e,t={}){return this._post("RemoveAndHandover",e,null,t)}async getGetUserMaintainerApp(e,t={}){return this._get("getUserMaintainerApp",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $a extends d{constructor(){super("tenant")}async putDisableId(e={}){return this._put("disable/{id}",null,null,e)}async putEnableId(e={}){return this._put("enable/{id}",null,null,e)}async getGetTenantIdByAppId(e,t={}){return this._get("getTenantIdByAppId",null,e,t)}async getGetTencentByDomain(e,t={}){return this._get("getTencentByDomain",null,e,t)}async getInfoByPortOrDomain(e,t={}){return this._get("info/byPortOrDomain",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postManagementOrg(e,t={}){return this._post("management/org",e,null,t)}async deleteManagementOrg(e,t={}){return this._delete("management/org",null,e,t)}async postManagementOrgDrag(e,t={}){return this._post("management/org/drag",e,null,t)}async getManagementOrgInfoId(e={}){return this._get("management/org/info/{id}",null,null,e)}async getManagementOrgList(e={}){return this._get("management/org/list",null,null,e)}async postManagementOrgTransferAndDelete(e,t={}){return this._post("management/org/transferAndDelete",e,null,t)}async postManagementOrgUserAdd(e,t={}){return this._post("management/org/user/add",e,null,t)}async postManagementOrgUserCreateAndAdd(e,t={}){return this._post("management/org/user/createAndAdd",e,null,t)}async getManagementOrgUserInfo(e,t={}){return this._get("management/org/user/info",null,e,t)}async postManagementOrgUserMove(e,t={}){return this._post("management/org/user/move",e,null,t)}async getManagementOrgUserPageList(e,t={}){return this._get("management/org/user/page/list",null,e,t)}async postManagementOrgUserRemove(e,t={}){return this._post("management/org/user/remove",e,null,t)}async postManagementOrgUserUpdate(e,t={}){return this._post("management/org/user/update",e,null,t)}async putManagementOrgId(e,t={}){return this._put("management/org/{id}",e,null,t)}async postManagementUser(e,t={}){return this._post("management/user",e,null,t)}async deleteManagementUser(e,t={}){return this._delete("management/user",e,null,t)}async putManagementUserDisable(e,t={}){return this._put("management/user/disable",null,e,t)}async putManagementUserEnable(e,t={}){return this._put("management/user/enable",null,e,t)}async getManagementUserInfoId(e={}){return this._get("management/user/info/{id}",null,null,e)}async getManagementUserPageList(e,t={}){return this._get("management/user/page/list",null,e,t)}async postManagementUserRemove(e,t={}){return this._post("management/user/remove",e,null,t)}async postManagementUserResetDefaultPwd(e,t={}){return this._post("management/user/reset/default/pwd",e,null,t)}async postManagementUserResetDefaultSignPwd(e,t={}){return this._post("management/user/reset/default/signPwd",e,null,t)}async putManagementUserId(e,t={}){return this._put("management/user/{id}",e,null,t)}async putUpdateDomainId(e,t={}){return this._put("updateDomain/{id}",e,null,t)}async postUserRole(e,t={}){return this._post("user-role",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async postUserRoleReset(e,t={}){return this._post("user-role/reset",e,null,t)}async getUserInfo(e={}){return this._get("user/info",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ha extends d{constructor(){super("user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info",null,null,e)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getInfoByIds(e,t={}){return this._get("infoByIds",null,e,t)}async getLastResetPwd(e={}){return this._get("last/reset/pwd",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByTenantId(e,t={}){return this._get("listByTenantId",null,e,t)}async postOrgPlatImport(e,t={}){return this._post("org/plat/import",null,e,t)}async postOrgPlatTmpl(e,t={}){return this._post("org/plat/tmpl",e,null,t)}async postOrgTenantImport(e,t={}){return this._post("org/tenant/import",null,e,t)}async postOrgTenantImport4App(e,t={}){return this._post("org/tenant/import4App",null,e,t)}async postOrgTenantTmpl(e,t={}){return this._post("org/tenant/tmpl",e,null,t)}async postOrgTenantTmpl4App(e,t={}){return this._post("org/tenant/tmpl4App",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPlatImport(e={}){return this._post("plat/import",null,null,e)}async postPlatTmpl(e,t={}){return this._post("plat/tmpl",e,null,t)}async postResetAllpwd(e,t={}){return this._post("reset/allpwd",e,null,t)}async postResetDefaultPwd(e,t={}){return this._post("reset/default/pwd",e,null,t)}async postResetDefaultSignPwd(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async postResetPwd(e,t={}){return this._post("reset/pwd",e,null,t)}async postSettings(e,t={}){return this._post("settings",e,null,t)}async postTenantImport(e={}){return this._post("tenant/import",null,null,e)}async postTenantImport4App(e={}){return this._post("tenant/import4App",null,null,e)}async postTenantTmpl(e,t={}){return this._post("tenant/tmpl",e,null,t)}async postTenantTmpl4App(e,t={}){return this._post("tenant/tmpl4App",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wa extends d{constructor(){super("user-extra")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Xa extends d{constructor(){super("user-info-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ja extends d{constructor(){super("user-password-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class za extends d{constructor(){super("workbench-component")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class qa extends d{constructor(){super("workbench-component-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdatePositionJson(e,t={}){return this._put("updatePositionJson",e,null,t)}async putWorkbenchComponentActiveId(e,t={}){return this._put("workbenchComponentActive/{id}",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ja extends d{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Qa extends d{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class Za extends d{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ya extends d{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class eu extends d{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class tu extends d{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class su extends d{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class nu extends d{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class ru extends d{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class lu extends d{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class iu extends d{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class au extends d{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class uu extends d{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class ou extends d{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class cu extends d{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class gu extends d{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class pu extends d{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class du extends d{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class hu extends d{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class yu extends d{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class _u extends d{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class fu extends d{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class vu extends d{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class mu extends d{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class Iu extends d{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class Su extends d{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class Au extends d{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class Lu extends d{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class bu extends d{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class Tu extends d{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class Pu extends d{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class Ru extends d{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class Eu extends d{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class Du extends d{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class Cu extends d{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class wu extends d{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ou extends d{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Mu extends d{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Bu extends d{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class xu extends d{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Uu extends d{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class Nu extends d{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class ku extends d{constructor(){super("api")}async getAgentScriptAgent(e,t={}){return this._get("agent/scriptAgent",null,e,t)}async getApaasUtilsGetUserMasterOrg(e,t={}){return this._get("apaas-utils/getUserMasterOrg",null,e,t)}async getApaasUtilsGetUserMasterOrgId(e,t={}){return this._get("apaas-utils/getUserMasterOrgId",null,e,t)}async getApaasUtilsListUserAllOrgId(e,t={}){return this._get("apaas-utils/listUserAllOrgId",null,e,t)}async getApaasUtilsListUserAllOrgIdIncludeParent(e,t={}){return this._get("apaas-utils/listUserAllOrgIdIncludeParent",null,e,t)}async getApaasUtilsListUserAllPrincipalOrgId(e,t={}){return this._get("apaas-utils/listUserAllPrincipalOrgId",null,e,t)}async getApaasUtilsListUserDirectSubordinate(e,t={}){return this._get("apaas-utils/listUserDirectSubordinate",null,e,t)}async getApaasUtilsListUserIdUnderOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserAllOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserAllOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserAllPrincipalOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserAllPrincipalOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserMasterOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserMasterOrg",null,e,t)}async getApaasUtilsPrintDropdownList(e={}){return this._get("apaas-utils/printDropdownList",null,null,e)}async getApaasUtilsSearchAllOrgOrUser(e,t={}){return this._get("apaas-utils/searchAllOrgOrUser",null,e,t)}async postAppGrantedUser(e,t,r={}){return this._post("app-granted-user",t,e,r)}async postAppGrantedUserBatch(e,t,r={}){return this._post("app-granted-user/batch",t,e,r)}async getAppGrantedUserFindAllByDeleted(e,t={}){return this._get("app-granted-user/findAllByDeleted",null,e,t)}async getAppGrantedUserGrantedStatistic(e,t={}){return this._get("app-granted-user/grantedStatistic",null,e,t)}async getAppGrantedUserList(e,t={}){return this._get("app-granted-user/list",null,e,t)}async getAppGrantedUserPageList(e,t={}){return this._get("app-granted-user/page/list",null,e,t)}async getAppGrantedUserRemoveAndTransfer(e,t={}){return this._get("app-granted-user/removeAndTransfer",null,e,t)}async getAppGrantedUserUngrantedList(e,t={}){return this._get("app-granted-user/ungranted/list",null,e,t)}async getAppSettingInfoByAppId(e,t={}){return this._get("app-setting/infoByAppId",null,e,t)}async getAppGetDestBySource(e,t={}){return this._get("app/getDestBySource",null,e,t)}async getAppGetSourceByDest(e,t={}){return this._get("app/getSourceByDest",null,e,t)}async getAppListAppGrantedUserId(e,t={}){return this._get("app/listAppGrantedUserId",null,e,t)}async postAppLockOrUnlockToPaas(e,t={}){return this._post("app/lockOrUnlockToPaas",e,null,t)}async postAppOrg(e,t={}){return this._post("app/org",e,null,t)}async deleteAppOrg(e,t={}){return this._delete("app/org",null,e,t)}async postAppOrgDrag(e,t={}){return this._post("app/org/drag",e,null,t)}async getAppOrgInfoId(e={}){return this._get("app/org/info/{id}",null,null,e)}async getAppOrgList(e={}){return this._get("app/org/list",null,null,e)}async postAppOrgSaveList(e={}){return this._post("app/org/save-list",null,null,e)}async postAppOrgTransferAndDelete(e,t={}){return this._post("app/org/transferAndDelete",e,null,t)}async postAppOrgUserAdd(e,t={}){return this._post("app/org/user/add",e,null,t)}async postAppOrgUserCreateAndAdd(e,t,r={}){return this._post("app/org/user/createAndAdd",t,e,r)}async getAppOrgUserInfo(e,t={}){return this._get("app/org/user/info",null,e,t)}async postAppOrgUserMove(e,t={}){return this._post("app/org/user/move",e,null,t)}async getAppOrgUserPageList(e,t={}){return this._get("app/org/user/page/list",null,e,t)}async postAppOrgUserRemove(e,t={}){return this._post("app/org/user/remove",e,null,t)}async postAppOrgUserUpdate(e,t={}){return this._post("app/org/user/update",e,null,t)}async putAppOrgId(e,t={}){return this._put("app/org/{id}",e,null,t)}async getAppPublished(e={}){return this._get("app/published",null,null,e)}async postAppUpdateApaasAppSetting(e,t={}){return this._post("app/updateApaasAppSetting",e,null,t)}async postAppUser(e,t,r={}){return this._post("app/user",t,e,r)}async deleteAppUser(e,t,r={}){return this._delete("app/user",t,e,r)}async putAppUserDisable(e,t={}){return this._put("app/user/disable",null,e,t)}async putAppUserEnable(e,t={}){return this._put("app/user/enable",null,e,t)}async getAppUserInfoId(e={}){return this._get("app/user/info/{id}",null,null,e)}async getAppUserPageList(e,t={}){return this._get("app/user/page/list",null,e,t)}async postAppUserRemove(e,t={}){return this._post("app/user/remove",e,null,t)}async postAppUserResetDefaultPwd(e,t={}){return this._post("app/user/reset/default/pwd",e,null,t)}async postAppUserResetDefaultSignPwd(e,t={}){return this._post("app/user/reset/default/signPwd",e,null,t)}async postAppUserSaveList(e,t={}){return this._post("app/user/save-list",null,e,t)}async putAppUserId(e,t={}){return this._put("app/user/{id}",e,null,t)}async getDataSourceExecuteSelect(e,t={}){return this._get("data-source/executeSelect",null,e,t)}async postDataSourceExecuteUpdate(e,t={}){return this._post("data-source/executeUpdate",e,null,t)}async getDataSourceFindByKeyAndEnv(e,t={}){return this._get("data-source/findByKeyAndEnv",null,e,t)}async postDataSourcePageList(e,t={}){return this._post("data-source/page/list",e,null,t)}async getDataSourceQueryData(e,t={}){return this._get("data-source/queryData",null,e,t)}async postDataSourceSelect(e,t,r={}){return this._post("data-source/select",t,e,r)}async getDataSourceType(e,t={}){return this._get("data-source/type",null,e,t)}async postFileTaskList(e={}){return this._post("file-task/list",null,null,e)}async postFileTaskStatus(e,t={}){return this._post("file-task/status",e,null,t)}async postFileTaskSubmit(e,t={}){return this._post("file-task/submit",e,null,t)}async getKnowledgeBaseFindByIds(e,t={}){return this._get("knowledge-base/findByIds",null,e,t)}async postLoginLogUserLoginLogPage(e,t={}){return this._post("login-log/userLoginLogPage",e,null,t)}async getModelInfo(e,t={}){return this._get("model/info",null,e,t)}async getMsgFindAllByType(e,t={}){return this._get("msg/findAllByType",null,e,t)}async postMsgSendEmailMessage(e,t={}){return this._post("msg/sendEmailMessage",e,null,t)}async postMsgSendMessage(e,t={}){return this._post("msg/sendMessage",e,null,t)}async postOpenapiGroup(e,t={}){return this._post("openapi-group",e,null,t)}async putOpenapiGroupEnabled(e,t={}){return this._put("openapi-group/enabled",null,e,t)}async putOpenapiGroupOpened(e,t={}){return this._put("openapi-group/opened",null,e,t)}async putOpenapiKeyGrantUpdateApi(e,t={}){return this._put("openapi-key-grant/updateApi",null,e,t)}async getOrgUserPickerAppGetCanBeUsedOrg(e,t={}){return this._get("org-user-picker/app/getCanBeUsedOrg",null,e,t)}async postOrgUserPickerAppGetCanBeUsedOrgUser(e,t={}){return this._post("org-user-picker/app/getCanBeUsedOrgUser",e,null,t)}async getOrgUserPickerAppGetVisibleOrg(e,t={}){return this._get("org-user-picker/app/getVisibleOrg",null,e,t)}async postOrgUserPickerAppGetVisibleOrgUser(e,t={}){return this._post("org-user-picker/app/getVisibleOrgUser",e,null,t)}async getOrgUserPickerAppGetVisibleUser(e,t={}){return this._get("org-user-picker/app/getVisibleUser",null,e,t)}async getOrgUserPickerAppListUserByIds(e,t={}){return this._get("org-user-picker/app/listUserByIds",null,e,t)}async postOrgFindAllByIdIn(e={}){return this._post("org/findAllByIdIn",null,null,e)}async postOrgList(e,t={}){return this._post("org/list",null,e,t)}async getOrgListAll(e={}){return this._get("org/listAll",null,null,e)}async postOrgPrincipals(e={}){return this._post("org/principals",null,null,e)}async getPlatAppGlobalInfoAppId(e={}){return this._get("plat/app/global/info/{appId}",null,null,e)}async postPlatAppGlobalAppId(e,t={}){return this._post("plat/app/global/{appId}",e,null,t)}async postPlatBase(e,t={}){return this._post("plat/base",e,null,t)}async postPlatOrg(e,t={}){return this._post("plat/org",e,null,t)}async postPlatSecurity(e,t={}){return this._post("plat/security",e,null,t)}async postPrintLogPageList(e,t={}){return this._post("print-log/page/list",e,null,t)}async getPrintExchangePrinterName(e,t={}){return this._get("print/exchangePrinterName",null,e,t)}async postPrintSendPrintData(e,t={}){return this._post("print/sendPrintData",e,null,t)}async deleteRegexpDelete(e,t={}){return this._delete("regexp/delete",null,e,t)}async getRegexpInfo(e,t={}){return this._get("regexp/info",null,e,t)}async getRegexpList(e={}){return this._get("regexp/list",null,null,e)}async getRegexpPageList(e,t={}){return this._get("regexp/page/list",null,e,t)}async postRegexpSave(e,t={}){return this._post("regexp/save",e,null,t)}async putRegexpUpdateId(e,t={}){return this._put("regexp/update/{id}",e,null,t)}async postReportDataExport(e,t={}){return this._post("report-data/export",e,null,t)}async getReportDataInfo(e,t={}){return this._get("report-data/info",null,e,t)}async postReportDataList(e,t={}){return this._post("report-data/list",e,null,t)}async getReportDataPageInfo(e,t={}){return this._get("report-data/page-info",null,e,t)}async getReportDataProjectInfo(e,t={}){return this._get("report-data/project-info",null,e,t)}async postReportDetailDetail(e,t={}){return this._post("report-detail/detail",e,null,t)}async postReportDetailListStatistic(e,t={}){return this._post("report-detail/listStatistic",e,null,t)}async postSignLogOperators(e,t={}){return this._post("signLog/operators",e,null,t)}async postSignLogPageList(e,t={}){return this._post("signLog/page/list",e,null,t)}async getTenantInfoByPortOrDomain(e,t={}){return this._get("tenant/info/byPortOrDomain",null,e,t)}async getTenantOrgList(e,t={}){return this._get("tenant/org/list",null,e,t)}async postTenantUserSyncFromThirdParty(e,t={}){return this._post("tenant/userSyncFromThirdParty",e,null,t)}async getUserOrgPrincipal(e,t={}){return this._get("user/org/principal",null,e,t)}async postUserOrgPrincipals(e,t={}){return this._post("user/org/principals",null,e,t)}}class Gu extends d{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ku extends d{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Fu extends d{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Vu extends d{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class $u extends d{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Hu extends d{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class Wu extends d{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class Xu extends d{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ju extends d{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class zu extends d{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class qu extends d{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ju extends d{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Qu extends d{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class Zu extends d{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Yu extends d{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class eo extends d{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class to extends d{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class so extends d{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class no extends d{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class ro extends d{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class lo extends d{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class io extends d{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class ao extends d{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class uo extends d{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class oo extends d{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class co extends d{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class go extends d{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class po extends d{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class ho extends d{constructor(){super("exportTemplate")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class yo extends d{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class _o extends d{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class fo extends d{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class vo extends d{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class mo extends d{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class Io extends d{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class So extends d{constructor(){super("importTemplate")}async get(e={}){return this._get("",null,null,e)}async head(e={}){return this._head("",null,null,e)}async post(e={}){return this._post("",null,null,e)}async put(e={}){return this._put("",null,null,e)}async delete(e={}){return this._delete("",null,null,e)}async options(e={}){return this._options("",null,null,e)}async patch(e={}){return this._patch("",null,null,e)}}class Ao extends d{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class Lo extends d{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class bo extends d{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class To extends d{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class Po extends d{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class Ro extends d{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Eo extends d{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Do extends d{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class Co extends d{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class wo extends d{constructor(){super("uploadFiles")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class Oo extends d{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Mo extends d{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class Bo extends d{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class xo extends d{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class Uo extends d{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class No extends d{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class ko{constructor(){i(this,"agent",new Si),i(this,"apk",new Ai),i(this,"app",new Li),i(this,"appMember",new bi),i(this,"appSetting",new Ti),i(this,"assets",new Pi),i(this,"auditLog",new Ri),i(this,"biDataSet",new Ei),i(this,"biFileDatasetConfig",new Di),i(this,"biFile",new Ci),i(this,"biShare",new wi),i(this,"category",new Oi),i(this,"dashboard",new Mi),i(this,"dataSource",new Bi),i(this,"dataTrace",new xi),i(this,"database",new Ui),i(this,"dataset",new Ni),i(this,"datasetLog",new ki),i(this,"datasourceDevops",new Gi),i(this,"datasourceMove",new Ki),i(this,"datasourceMoveData",new Fi),i(this,"datasourceMoveDetail",new Vi),i(this,"externalMessage",new $i),i(this,"fileTask",new Hi),i(this,"file",new Wi),i(this,"frontRelease",new Xi),i(this,"i18NConfig",new ji),i(this,"i18NInfo",new zi),i(this,"internalMessage",new qi),i(this,"invokeLog",new Ji),i(this,"knowledgeBase",new Qi),i(this,"knowledgeBaseChunk",new Zi),i(this,"knowledgeBaseDoc",new Yi),i(this,"ldap",new ea),i(this,"licenseUnbindLog",new ta),i(this,"license",new sa),i(this,"loginLog",new na),i(this,"login",new ra),i(this,"manager",new la),i(this,"messageSetting",new ia),i(this,"minioFile",new aa),i(this,"model",new ua),i(this,"modelProvider",new oa),i(this,"navMenu",new ca),i(this,"navPage",new ga),i(this,"openapiGroup",new pa),i(this,"openapiKeyGrant",new da),i(this,"org",new ha),i(this,"orgUserPicker",new ya),i(this,"permission",new _a),i(this,"plat",new fa),i(this,"plugin",new va),i(this,"pluginVersion",new ma),i(this,"pmProcessDelegate",new Ia),i(this,"pmProcessDelegateDetail",new Sa),i(this,"pmProcessInstance",new Aa),i(this,"pmTaskDone",new La),i(this,"pmTaskTodo",new ba),i(this,"pnPage",new Ta),i(this,"pnProject",new Pa),i(this,"printLog",new Ra),i(this,"printResource",new Ea),i(this,"regexp",new Da),i(this,"released",new Ca),i(this,"rolePermission",new wa),i(this,"role",new Oa),i(this,"seatMessage",new Ma),i(this,"seat",new Ba),i(this,"shortcut",new xa),i(this,"signLog",new Ua),i(this,"sms",new Na),i(this,"startedProcess",new ka),i(this,"taskDelegate",new Ga),i(this,"taskDone",new Ka),i(this,"taskTodo",new Fa),i(this,"tenantDeveloper",new Va),i(this,"tenant",new $a),i(this,"user",new Ha),i(this,"userExtra",new Wa),i(this,"userInfoLog",new Xa),i(this,"userPasswordHistory",new ja),i(this,"workbenchComponent",new za),i(this,"workbenchComponentRelation",new qa),i(this,"clearTempDir",new Ja),i(this,"deleteNotUseDir",new Qa),i(this,"getAttachmentInfoByPage",new Za),i(this,"deleteCompInfo",new Ya),i(this,"deleteCompInfoType",new eu),i(this,"getAllCompInfo",new tu),i(this,"getAllCompInfoByTypeId",new su),i(this,"getAllCompInfoType",new nu),i(this,"getCompInfoById",new ru),i(this,"getCompInfoByPage",new lu),i(this,"getCompInfoTypeById",new iu),i(this,"getCompInfoTypeByPage",new au),i(this,"importCompInfoJson",new uu),i(this,"saveCompInfo",new ou),i(this,"saveCompInfoType",new cu),i(this,"deleteCsvDatasource",new gu),i(this,"getAllCsvDatasource",new pu),i(this,"getContentToArray",new du),i(this,"getCsvDatasourceById",new hu),i(this,"getCsvDatasourceByName",new yu),i(this,"getCsvDatasourceByPage",new _u),i(this,"parseCsvOrExcel",new fu),i(this,"saveCsvDatasource",new vu),i(this,"getDesignerData",new mu),i(this,"deleteEchartTheme",new Iu),i(this,"getAllEchartTheme",new Su),i(this,"getEchartThemeById",new Au),i(this,"getEchartThemeByPage",new Lu),i(this,"getMyEchartThemes",new bu),i(this,"getSysEchartThemes",new Tu),i(this,"saveEchartTheme",new Pu),i(this,"buildEnshrineCompLibrary",new Ru),i(this,"deleteEnshrineComp",new Eu),i(this,"deleteEnshrineCompGroup",new Du),i(this,"getAllEnshrineCompGroups",new Cu),i(this,"getEnshrineCompByPage",new wu),i(this,"getEnshrineCompGroupById",new Ou),i(this,"getEnshrineCompGroupByPage",new Mu),i(this,"getLayoutItemObjById",new Bu),i(this,"saveEnshrineComp",new xu),i(this,"saveEnshrineCompGroup",new Uu),i(this,"searchEnshrineComp",new Nu),i(this,"api",new ku),i(this,"copyFilter",new Gu),i(this,"deleteFilter",new Ku),i(this,"getAllFilter",new Fu),i(this,"getFilterById",new Vu),i(this,"saveFilter",new $u),i(this,"httpQuery",new Hu),i(this,"clearLogLogin",new Wu),i(this,"getLogLoginByPage",new Xu),i(this,"clearLogOperate",new ju),i(this,"deleteLogOperateById",new zu),i(this,"getPnLogOperateByPage",new qu),i(this,"uncompressLogOperateLayoutStr",new Ju),i(this,"deleteMapGeoJson",new Qu),i(this,"getAdCodeByAliasName",new Zu),i(this,"getGeoJsonByAdCode",new Yu),i(this,"getMapBaseInfoByLevel",new eo),i(this,"getMapGeoJsonById",new to),i(this,"getMapGeoJsonByPage",new so),i(this,"saveMapGeoJson",new no),i(this,"deletePageSnapshoot",new ro),i(this,"getPageSnapshootByEnabled",new lo),i(this,"getPageSnapshootById",new io),i(this,"getPageSnapshootsByPageId",new ao),i(this,"savePageSnapshoot",new uo),i(this,"setPageSnapshootEnabled",new oo),i(this,"setPageSnapshootEnabledByPageId",new co),i(this,"attachmentResourceTransfer",new go),i(this,"deletePageTemplate",new po),i(this,"exportTemplate",new ho),i(this,"getAllPageTemplate",new yo),i(this,"getPageTemplateById",new _o),i(this,"getPageTemplateByPage",new fo),i(this,"getPageTemplateForCreatePageForm",new vo),i(this,"getPageTemplateLayout",new mo),i(this,"getPageTemplateThemeJson",new Io),i(this,"importTemplate",new So),i(this,"savePageTemplate",new Ao),i(this,"toggleEnabled",new Lo),i(this,"deletePnResource",new bo),i(this,"deletePnResourceGroup",new To),i(this,"getMyAllPnResourceGroup",new Po),i(this,"getMyPnResourceByPage",new Ro),i(this,"getPnResourceGroupById",new Eo),i(this,"resourceTransferToPage",new Do),i(this,"savePnResourceGroup",new Co),i(this,"uploadFiles",new wo),i(this,"getMyShareCustomCompByPage",new Oo),i(this,"getShareCustomCompById",new Mo),i(this,"getShareCustomCompByPage",new Bo),i(this,"saveShareCustomComp",new xo),i(this,"getPageTotalCount",new Uo),i(this,"getProjectTotalCount",new No)}}const Go=48,Ko=80;var ve=(s=>(s.FULL="full",s.FIXED="fixed",s))(ve||{}),me=(s=>(s.DARK="dark",s.LIGHT="light",s))(me||{}),Ie=(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(Ie||{}),Se=(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(Se||{}),Ae=(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(Ae||{}),Le=(s=>(s.ZOOM_FADE="zoom-fade",s.ZOOM_OUT="zoom-out",s.FADE_SIDE="fade-slide",s.FADE="fade",s.FADE_BOTTOM="fade-bottom",s.FADE_SCALE="fade-scale",s))(Le||{}),Z=(s=>(s.PORTAL="portal",s.BACKEND_MANAGEMENT="backend-management",s.DEVELOPER_CENTER="developer-center",s.TENANT_CENTER="tenant-center",s.APP_DESIGNER="app-designer",s.PAGE_DESIGNER="page-designer",s.WEB_RENDER="web-render",s.MOBILE_RENDER="mobile-render",s))(Z||{}),be=(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(be||{}),m=(s=>(s.PRIMARY_KEY="primary_key",s.ASSOCIATED_PRIMARY_KEY="associated_primary_key",s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.DATA_TABLE_FORMULA="data_table_formula",s.READONLYCMP="readonlycmp",s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s.Biz_Process="biz_process",s))(m||{}),Te=(s=>(s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s))(Te||{}),Pe=(s=>(s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.Biz_Process="biz_process",s))(Pe||{}),Re=(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(Re||{});const Fo={attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"};var Ee=(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(Ee||{}),De=(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(De||{}),Ce=(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(Ce||{}),we=(s=>(s.MaterialFormField="formField",s.MaterialTableField="tableField",s.MaterialEmbedTableField="embedTableField",s.MaterialSubTableField="subTableField",s.MaterialSubTableModalField="subTableModalField",s.cardListFormField="cardList",s.MaterialTableSelectField="tableSelectField",s.DescriptionsFormField="descriptions",s))(we||{});const Vo={primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"};var Oe=(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))(Oe||{}),Me=(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(Me||{}),Be=(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Be||{}),xe=(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(xe||{}),Ue=(s=>(s.ALL="all",s.UNREAD="unread",s))(Ue||{}),Ne=(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(Ne||{}),ke=(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(ke||{}),Ge=(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Ge||{}),Ke=(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(Ke||{});const $o=[m.TEXT,m.LONG_TEXT,m.LONG,m.INTEGER,m.DECIMAL,m.DOUBLE,m.SERIAL];var Fe=(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Fe||{}),Ve=(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(Ve||{}),$e=(s=>(s.BASE="BASE",s.NDO="NDO",s.RDO="RDO",s.TREE="TREE",s.DYNAMIC_FORM="DYNAMIC_FORM",s.WORKFLOW="WORKFLOW",s.TRANSACTION="TRANSACTION",s))($e||{}),He=(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(He||{}),We=(s=>(s.NULL="",s.SYS_DATE="SYS_DATE",s.SYS_TIME="SYS_TIME",s.SYS_DATE_TIME="SYS_DATE_TIME",s.CURRENT_USER="CURRENT_USER",s.CURRENT_ORG="CURRENT_ORG",s))(We||{}),Xe=(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(Xe||{}),je=(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(je||{}),ze=(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(ze||{}),qe=(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(qe||{}),Je=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(Je||{}),Qe=(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(Qe||{}),Ze=(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(Ze||{}),Ye=(s=>(s.BASIC="basic",s.ADVANCED="advance",s.DISPLAY="display",s.LABEL="label",s.VUE3="vue3",s.FIELD="field",s.DATA="data",s.OTHER="other",s.LIST="list",s.Table="table",s.SUBMIT_RULE="submitRule",s.LISTDATA="listdata",s.SHOW="show",s.FIELD_CONFIG="fieldConfig",s.FORM_CONFIG="formConfig",s.FIELD_LAYOUT="FieldLayout",s.TABLESELECT_CONFIG="tableSelect",s.GENRADIO="genRadio",s.GENCHECKBOX="genCheckbox",s.GENSWITCH="genSwitch",s.OPTIONS="options",s.COLLAPSE="collapse",s.IFRAME="iframe",s.FILECOLLECT="fileCollect",s.CARDLIST="cardList",s.BUTTON="button",s.Button="Button",s.ButtonShow="ButtonShow",s.ButtonStyle="ButtonStyle",s.LISTBUTTON="listButton",s.MODAL="modal",s.MODALWIDTH="modalWidth",s.MODALHEIGHT="modalHeight",s.MODALTITLECONFIG="modalTitleConfig",s.SEARCH="search",s.QUERY="query",s.INPUT_CONFIG="inputConfig",s.DATALINKAGE="dataLinkage",s.PERMISSION="permission",s.DATASOURCE="dataSource",s.VALIDATERULE="validaterule",s.TEXT="text",s.GRID_CONFIG="gridConfig",s.COL_CONFIG="colConfig",s.COMPONENTDEPENDENCY="componentDependency",s.GENIMAGE="genImage",s.DATARANGE="dataRange",s.OPERATOR_CONFIG="operatorConfig",s.BUSINESS_CONFIG="businessConfig",s))(Ye||{}),et=(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(et||{}),tt=(s=>(s.TAG="tag",s.PROGRESS="progress",s))(tt||{}),st=(s=>(s.RADIUS="radius",s.LINEAR_RADIUS="linear_radius",s.BIG_RADIUS="big_radius",s.LINEAR_BIG_RADIUS="linear_big_radius",s.DASHED_RADIUS="dashed_radius",s.STATUS="status",s))(st||{}),nt=(s=>(s.CIRCLE="circle",s.LINE="line",s))(nt||{}),rt=(s=>(s.RULE="rule",s.CONFIG="config",s))(rt||{}),lt=(s=>(s.STRING="string",s.NUMBER="number",s.BOOLEAN="boolean",s.OBJECT="object",s.ARRAY="array",s.NULL="NULL",s.DATE="date",s.DATETIME="datetime",s.TIME="time",s))(lt||{}),it=(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(it||{}),at=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(at||{}),ut=(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(ut||{}),ot=(s=>(s.INLINE="inline",s.MODAL="modal",s))(ot||{}),ct=(s=>(s.DELETE="delete",s.COPY="copy",s))(ct||{}),gt=(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(gt||{}),pt=(s=>(s.JS="js",s))(pt||{}),dt=(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(dt||{}),ht=(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(ht||{}),yt=(s=>(s.OUTLINE="OUTLINE",s.WIDGETS="WIDGETS",s.FIELD="FIELD",s.MODAL="MODAL",s.JS="JS",s.CSS="CSS",s.TEMPLATE="TEMPLATE",s.LO="LO",s))(yt||{}),_t=(s=>(s.FORM="form",s.LAYOUT="layout",s.ADVANCED="advanced",s.DATA="data",s.BUTTON="button",s.RDO="rdo",s.KIT="kit",s.PROCESS="process",s))(_t||{}),K=(s=>(s.WEB="web",s.MOBILE="mobile",s))(K||{}),ft=(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(ft||{}),vt=(s=>(s.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",s.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",s.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",s.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",s.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",s.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",s.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",s.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",s.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",s.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",s))(vt||{}),mt=(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(mt||{}),It=(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(It||{}),St=(s=>(s.d="d",s["d:h"]="d:h",s["d:h:m"]="d:h:m",s["d:h:m:s"]="d:h:m:s",s.h="h",s["h:m"]="h:m",s["h:m:s"]="h:m:s",s.m="m",s["m:s"]="m:s",s.s="s",s))(St||{}),At=(s=>(s.d="days",s["d:h"]="dayhour",s["d:h:m"]="dayhourminute",s["d:h:m:s"]="dayhourminutesecond",s.h="hour",s["h:m"]="hourminute",s["h:m:s"]="hourminutesecond",s.m="minute",s["m:s"]="minutesecond",s.s="seconds",s))(At||{}),Lt=(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(Lt||{}),bt=(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(bt||{}),Tt=(s=>(s.Current="current",s.Whole="whole",s))(Tt||{}),Pt=(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(Pt||{}),Rt=(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(Rt||{}),Et=(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(Et||{}),Dt=(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(Dt||{}),Ct=(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(Ct||{}),wt=(s=>(s.DEFAULT="default",s.LINK="link",s))(wt||{}),Ot=(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))(Ot||{}),Mt=(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(Mt||{}),Bt=(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Bt||{}),xt=(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(xt||{}),Ut=(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(Ut||{}),Nt=(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(Nt||{});const Ho={TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]};var kt=(s=>(s.COLUMNDELETE="columnDelete",s.COLUMNLINK="columnLink",s.COPY="copy",s.VERSION_COPY="version_copy",s.VERSION_CREATE="version_create",s.DETAILS="details",s.EDIT="edit",s.USAGEINFORMATION="usageInformation",s.MODELINGTRACEABILITY="modelingTraceability",s.IMPORT="import",s.EXPORT="export",s.BATCHDELETE="batchDelete",s.SUBMIT="submit",s.RESET="reset",s.EXCUTE="excute",s.LABEL_PRINT="label_print",s.DOCUMENT_PRINT="document_print",s.EXAMINE_AND_APPROVE="examineAndApprove",s))(kt||{}),Gt=(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Gt||{}),Kt=(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Kt||{}),Ft=(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Ft||{}),Vt=(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(Vt||{}),$t=(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))($t||{}),Ht=(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(Ht||{}),Wt=(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(Wt||{}),Xt=(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(Xt||{}),jt=(s=>(s.PAGE="page",s.MODAL="modal",s))(jt||{}),zt=(s=>(s.RdoInput="rdo-input",s.Input="input",s.ElectronicSignature="electronic-signature",s.UseinfoButton="useinfo-button",s.ModelingButton="modeling-button",s.ImportButton="gc-import-button",s.ExportButton="gc-export-button",s.DocumentPrintButton="document-print-button",s.SubmitButton="submit-button",s.BatchDeleteButton="batchdelete-button",s.CustomButton="custom-button",s.TableLinkButton="table-link-button",s.TableInfoButton="table-info-button",s.TableApproveButton="table-approve-button",s.OpeButton="ope-button",s.ResetButton="reset-button",s.RdoSaveButton="rdo-save-button",s.LabelPrintButton="labelprint-button",s.ProcessButton="process-button",s.ProcessApproveButton="process-approve-button",s.CreateButton="create-button",s.DeleteButton="delete-button",s.CopyButton="copy-button",s.RefreshButton="refresh-button",s.CreateVersionButton="create-version-button",s.CopyVersionButton="copy-version-button",s.Checkbox="checkbox",s.DataTable="data-table",s.TreeTable="tree-table",s.DataTableColumn="data-table-column",s.RefDataTable="ref-data-table",s.DataList="data-list",s.RdoDataList="rdo-data-list",s.DataTableOpe="data-table-ope",s.DataTableFormula="data-table-formula",s.Datepicker="datepicker",s.DateTimepicker="datetimepicker",s.Department="department",s.Form="form",s.RdoForm="rdo-form",s.RdoTable="rdo-table",s.MedProRdoForm="medprordo-form",s.MedProRdoTable="medprordo-table",s.FormProcess="form-process",s.Inputmoney="inputmoney",s.Inputnumber="inputnumber",s.InputDouble="inputdouble",s.Radio="radio",s.Select="select",s.RdoSelect="rdo-select",s.Switch="switch",s.Textarea="textarea",s.Timepicker="timepicker",s.Userpicker="userpicker",s.Search="search",s.SelectSearch="select-search",s.QuickSearch="quick-search",s.LayoutContainer="layout-container",s.ButtonContainer="button-container",s.ButtonProcessContainer="button-process-container",s.BottomButtonContainer="bottom-button-container",s.Grid="grid",s.GridCol="grid-col",s.Tabs="tabs",s.TabPane="tab-pane",s.LeftRightColumns="left-right-columns",s.TopBottomColumns="top-bottom-columns",s.LeftLayoutThree="left-layout-three",s.TopLayoutThree="top-layout-three",s.UploadFile="upload-file",s.UploadImage="upload-image",s.SubTable="sub-table",s.SubTableOpe="sub-table-ope",s.SubTableAddBtn="sub-table-add-button",s.SubTableCopyBtn="sub-table-copy-button",s.SubTableEditBtn="sub-table-edit-button",s.SubTableDeleteBtn="sub-table-delete-button",s.LinkPageBtn="link-page-button",s.Collapse="collapse",s.CardList="card-list",s.CardHeaderLeft="card-header-left",s.CardHeaderRight="card-header-right",s.CardContent="card-content",s.CardOpeBtn="card-ope-btn",s.BaseButton="base-button",s.ReadonlyCmp="readonlycmp",s.TableSelect="table-select",s.GenCheckbox="gen-checkbox",s.GenRadio="gen-radio",s.GenSwitch="gen-switch",s.WorkflowNodes="workflow-nodes",s.WorkflowNodeModal="workflow-node-modal",s.ESOP="e-sop",s.EXPRESSION="expression",s.ExpressionCondition="expression-condition",s.AGG="agg",s.DynamicFormType="dynamic-form-type",s.DynamicFormValue="dynamic-form-value",s.DynamicFormOpts="dynamic-form-options",s.DynamicFormShowType="dynamic-form-show-type",s.DynamicTable="dynamic-table",s.Transaction="transaction",s.SerialRule="serial-rule",s.LabelTemplate="label-template",s.LabelTemplateRef="label-template-ref",s.DocumentTemplate="document-template",s.Wacom="wacom",s.Text="text",s.CustomField="custom-field",s.Printer="printer",s.Descriptions="descriptions",s.RangeUser="range-user",s.GenImage="gen-image",s.TestButton="test-button",s.Iframe="iframe",s.ExcuteButton="medproexcute-button",s.SubDataTable="sub-data-table",s.Signature="signature",s.OnlineForm="online-form",s.TmplTreeSelect="tmpl-tree-select",s.Boolean="boolean",s.BizProcess="biz-process",s.ApprovalHistory="approval-history",s.FlowDiagram="flow-diagram",s))(zt||{}),qt=(s=>(s.SearchInput="SearchInput",s.SearchNumberInput="SearchNumberInput",s.SearchStringNumberInput="SearchStringNumberInput",s.SearchSwitch="SearchSwitch",s.SearchDate="SearchDate",s.SearchDateTime="SearchDateTime",s.SearchTime="SearchTime",s.SearchSelect="SearchSelect",s.SearchRdoSelect="SearchRdoSelect",s.SearchTransaction="SearchTransaction",s.SearchTmplTreeSelect="SearchTmplTreeSelect",s.SearchPrinter="SearchPrinter",s.SearchBizProcess="SearchBizProcess",s))(qt||{}),Jt=(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(Jt||{}),Qt=(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(Qt||{}),Zt=(s=>(s.TOTAL="total",s.AVERAGE="average",s))(Zt||{}),Yt=(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))(Yt||{}),es=(s=>(s.COLUMN_TEXT="COLUMN_TEXT",s.COLUMN_NUMBER="COLUMN_NUMBER",s.COLUMNTEXT_DATA="COLUMNTEXT_DATA",s.COLUMNTEXT_REF="COLUMNTEXT_REF",s.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",s.COLUMNTEXT_ORG="COLUMNTEXT_ORG",s.COLUMNTEXT_USER="COLUMNTEXT_USER",s.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",s.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",s))(es||{}),ts=(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(ts||{}),ss=(s=>(s.ASC="asc",s.DESC="desc",s))(ss||{}),ns=(s=>(s.CMP_TEXT="TEXT",s.CMP_TEXTAREA="TEXTAREA",s.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",s.CMP_BOOLEAN="BOOLEAN",s.CMP_SELECT_LIST="SELECT_LIST",s.CMP_RADIO="RADIO",s.CMP_CHECKBOX="CHECKBOX",s.CMP_DROPDOWN_SELECT="dropdownSelection",s.CMP_MODAL="modalBoxSelection",s.CMP_TREE_SELECTION="treeSelection",s.CMP_NUMBER="NUMBER",s.CMP_CURRENCY="CURRENCY",s.CMP_TIME="TIME",s))(ns||{});const Wo={TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"};var rs=(s=>(s.BindText="bindText",s.BindLongText="BindLongText",s.BindBool="bindBool",s.BindPerson="bindPerson",s.BindDept="bindDept",s.BindLink="bindLink",s.BindMulti="bindMulti",s.BindNum="bindNum",s.BindDecimal="bindDecimal",s))(rs||{});const Xo={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},jo={bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]};var ls=(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(ls||{});const zo=[m.BOOLEAN,m.DATE,m.DATE_TIME,m.DECIMAL,m.DOUBLE,m.ENUM,m.ENUM_MULTI,m.INTEGER,m.LONG,m.LONG_TEXT,m.TEXT,m.USER_MULTI,m.USER,m.TIME,m.REF_MULTI,m.REF,m.RDO_REF,m.ORG_MULTI,m.ORG,m.AGG,m.EXPRESSION,m.SERIAL,m.ONLINE_FORM_TEMPLATE,m.E_DHR_TEMPLATE,m.PRINTER,m.LABEL_TEMPLATE_REF,m.Biz_Process,m.DOCUMENT_TEMPLATE];var is=(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(is||{}),as=(s=>(s.Insert="Insert",s.Update="Update",s.Delete="Delete",s.Import="Import",s.Export="Export",s.Setting="Setting",s.Download="Download",s.Test="Test",s.Design="Design",s.Add="Add",s))(as||{}),us=(s=>(s.ResetPassword="ResetPassword",s.PermissionSetting="PermissionSetting",s.RemoveAndHandover="RemoveAndHandover",s.CategoryManagement="CategoryManagement",s.BaiscSetting="BaiscSetting",s.WatermarkSetting="WatermarkSetting",s.SecuritySetting="SecuritySetting",s.LoginSetting="LoginSetting",s.ThemeSetting="ThemeSetting",s.OrganizationSetting="OrganizationSetting",s.ApkSetting="ApkSetting",s.DevelopIconManagement="DevelopIconManagement",s.DevelopImageManagement="DevelopImageManagement",s.Reprint="Reprint",s.ViewTask="ViewTask",s.ManualTrigger="ManualTrigger",s.Setting="Setting",s.Terminate="Terminate",s.Reassign="Reassign",s.Log="Log",s.Moving="Moving",s.EnableDisable="EnableDisable",s))(us||{});const qo=["Insert","Update","Delete"],Jo=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var os=(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(os||{}),cs=(s=>(s[s.XS=480]="XS",s[s.SM=576]="SM",s[s.MD=768]="MD",s[s.LG=992]="LG",s[s.XL=1200]="XL",s[s.XXL=1600]="XXL",s))(cs||{});const x=new Map;x.set("XS",480);x.set("SM",576);x.set("MD",768);x.set("LG",992);x.set("XL",1200);x.set("XXL",1600);const gs="TIMEZONE__",Qo="TENANT__",Zo="TOKEN__",Yo="LOCALE__",ec="LOCALE__LIST",tc="LOCAL_I18N_TRANSLATE",sc="USER__INFO__",nc="ROLES__KEY__",rc="PROJ__CFG__KEY__",lc="LOCK__INFO__KEY__",ic="MULTIPLE_TABS__KEY__",ac="__APP__DARK__MODE__",uc="COMMON__LOCAL__KEY__",oc="COMMON__SESSION__KEY__",cc="DESIGNER_SESSION_CACHE_KEY";var ps=(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(ps||{}),ds=(s=>(s.EQ="eq",s.IEQ="iEq",s.NE="ne",s.INE="ine",s.GT="gt",s.GE="ge",s.LT="lt",s.LE="le",s.ISNULL="isNull",s.ISNOTNULL="isNotNull",s.LIKE="like",s.ILIKE="iLike",s.NOTLIKE="notLike",s.NOTILIKE="iNotLike",s.LEFTLIKE="leftLike",s.ILEFTLIKE="iLeftLike",s.RIGHTLIKE="rightLike",s.IRIGHTLIKE="iRightLike",s.IN="in",s.NOTIN="notIn",s.CONTAINANY="containAny",s.CONTAINALL="containAll",s.RANGE="range",s.ORANGE="oRange",s.LORANGE="loRange",s.RORANGE="roRange",s.VERSIONIN="versionIn",s))(ds||{});const gc=["in","notIn","containAny","containAll","versionIn"];var hs=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(hs||{});const pc=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var ys=(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(ys||{}),_s=(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(_s||{}),fs=(s=>(s[s.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",s[s.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",s[s.ERROR=500]="ERROR",s[s.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",s[s.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",s))(fs||{}),b=(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(b||{}),vs=(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(vs||{}),ms=(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(ms||{}),Is=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(Is||{}),Ss=(s=>(s.submit="post",s.listByIds="get",s.getone="post",s.listAll="post",s.listByPage="post",s.listTree="post",s.save="post",s.saveOrUpdate="post",s.saveBatch="post",s.importData="post",s.exportData="post",s.remove="post",s.removeById="delete",s.removeByIds="delete",s.update="put",s.updateById="put",s.updateByIds="put",s.rdoSave="post",s.rdoListAll="post",s.rdoListByPage="post",s.rdoListVersionById="get",s.rdoSaveVersion="post",s.rdoSaveBatch="post",s.rdoUpdateVersionById="put",s.rdoRemoveVersionById="delete",s.rdoRemoveById="delete",s.rdoGetVersionById="get",s.getOne="post",s.rdoGetVersionByRefId="post",s.getById="get",s.rdoListAllVersion="post",s.rdoRefListByPage="post",s.export="post",s.import="post",s.rdoExport="post",s.rdoImport="post",s.biz_search="post",s))(Ss||{}),As=(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(As||{}),Ls=(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(Ls||{}),bs=(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(bs||{}),Ts=(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(Ts||{}),Ps=(s=>(s.CENTER="center",s.START="start",s.END="end",s))(Ps||{}),Rs=(s=>(s.HOVER="hover",s.CLICK="click",s))(Rs||{}),Es=(s=>(s.BASE_LOGIN="/login",s.BASE_TENANT="/tenant",s.BASE_HOME="/home",s.USER_CENTER="/user-center",s.PROCESS_CENTER="/process",s.MESSAGE_CENTER="/message",s.ERROR_PAGE="/exception",s.ERROR_LOG_PAGE="/error-log/list",s.USER_CENTER_PWD="/user-center/password",s))(Es||{}),Ds=(s=>(s.SUPER="super",s.TEST="test",s))(Ds||{}),Cs=(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(Cs||{}),ws=(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))(ws||{});const dc={APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"};var Os=(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(Os||{}),N=(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(N||{});class Ms{projectName=Z.PORTAL;tenantId="";lang="zh-CN";appInfo={}}class Y{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class D{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class Bs extends D{}class xs extends D{}class Us extends D{activePane=""}class Ns extends D{}class ee extends D{label="";value=null;options=[]}class ks extends D{expand=!0}class Gs extends ee{}const hc=z.defineStore("global-store",{state(){return new Ms},getters:{getAppInfo(){return this.appInfo}},actions:{getAppInfo(){return this.appInfo},setProjectName(s){this.$state.projectName=s},setTenantId(s){this.$state.tenantId=s},setLang(s){this.$state.lang=s}}});class Ks{pinia=z.createPinia();store;constructor(){z.setActivePinia(this.pinia),this.store=hc()}}function yc(s){if(s instanceof Array)s&&s.length>0&&s.splice(0,s.length);else if(s instanceof Object&&s)for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&delete s[e]}class _c{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(e){this.maxListeners=e}getSize(e){return this.map.has(e)?this.map.get(e).length:0}addListener(e,t){if(t instanceof Function){this.map.has(e)||this.map.set(e,[]);const r=this.map.get(e);if(r.length<this.maxListeners)r.push(t);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(e,t){if(this.map.has(e)){const r=this.map.get(e);if(r.length>0){for(let u=0;u<r.length;u++)if(r[u]===t){r.splice(u,1);break}}}}emit(e,...t){this.map.has(e)&&this.map.get(e).forEach(u=>{u(...t)})}async asyncEmit(e,...t){if(this.map.has(e)){const u=this.map.get(e).map(n=>n(...t));return Promise.all(u)}return[]}reset(){this.map.forEach(e=>{yc(e)}),this.map.clear()}}class Fs{constructor(e){this.e=new _c,this.e.setMaxListeners(e||300)}getSize(e){return this.e.getSize(e)}on(e,t){this.e.addListener(e,t)}off(e,t){this.e.removeListener(e,t)}emit(e,...t){this.e.emit(e,...t)}asyncEmit(e,...t){return this.e.asyncEmit(e,...t)}reset(){this.e.reset()}}const{toString:fc}=Object.prototype;function vc(s){return Ic(s)==="function"}const mc={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Undefined]":"undefined","[object Null]":"null","[object Object]":"object","[object Set]":"set","[object Map]":"map","[object WeakMap]":"weakmap"};function Ic(s){return mc[fc.call(s)]}function te(s,e,t=0,r=!1,u="/"){let n="";if(r&&!/^(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)$/.test(location.hostname)){const o=location.hostname;o.indexOf(".")!==o.lastIndexOf(".")&&(n=`;domain=${o.substring(o.indexOf("."),o.length)}`)}if(t!==0){const l=t*24*60*60*1e3,o=new Date(new Date().getTime()+l);document.cookie=`${s}=${escape(e)};path=${u};expires=${o.toUTCString()}${n}`}else document.cookie=`${s}=${escape(e)};path=${u}${n}`}function Vs(s,e){te(s,"",-1,e)}function $s(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class V{constructor(){this.items=[]}get size(){return this.items.length}callSync(e,...t){const r=e||Object.create({});let u;for(let n=0;n<this.items.length;n++){const l=this.items[n];if(l.fn&&(u=l.fn(r,...t)),u===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return r}tap(e){if(e&&vc(e)){const t={mode:"sync"};t.fn=e,this.items.push(t)}}removeTap(e){if(e)for(let t=0;t<this.items.length;t++){const r=this.items[t];e===r.fn&&this.items.splice(t,1)}}clear(){this.items=[]}}class q{map=new Map;providers=new Map;hooks={register:new V,unregister:new V};register(e,t){this.map.set(e,t);const r=t();this.providers.set(e,r),this.hooks.register.callSync(null,e,r)}unregister(e){this.map.delete(e);const t=this.providers.get(e);t&&(this.hooks.unregister.callSync(null,e,t),this.providers.delete(e))}getProvider(e){return this.providers.get(e)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}class k{static editors=new Map;static providers=new Map;static register(e,t){k.editors.set(e,t)}static unregister(e){k.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=k.editors.get(e);if(t){const r=t();return this.providers.set(e,r),r}return null}}class G{static items=new Map;static register(e,t){G.items.set(e,t)}static unregister(e){G.items.delete(e)}static create(e){const t=G.items.get(e);return t?t():null}}class J{map=new Map;hooks={register:new V,unregister:new V};register(e,t){this.map.set(e,t),this.hooks.register.callSync(null,e,t)}unregister(e){this.map.delete(e),this.hooks.unregister.callSync(null,e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}}class Hs{configs=new Map;cache=new Map;getConfig(e){return this.configs.get(e)}register(e){this.configs.set(e.tag,e),e.items&&this.cache.set(e.tag,e.items)}unregister(e){this.configs.delete(e),this.cache.delete(e)}get(e){return this.cache.get(e)||[]}async asyncGet(e,t){const r=this.configs.get(e);return r?r.mode==="static"?this.getByConfig(r):r.mode==="async"?this.cache.has(e)?this.cache.get(e)||[]:this.asyncGetByConfig(r,t):[]:[]}getByConfig(e){return e.items||[]}async asyncGetByConfig(e,t={}){if(e.fetch){const r=await e.fetch(t||{});if(r){const[u,n]=e.keys||["name","id"];return this.deepFormat(r,u,n)}}return[]}deepFormat(e,t,r){return e.map(u=>{const n={label:u[t],value:u[r]};return u.children&&u.children.length>0&&(n.options=this.deepFormat(u.children,t,r)),n})}}function Sc(s,e){return _gct.i18n.global.t(s,e)}var se=(s=>(s.PREFIX="EDITOR___",s))(se||{}),Ws=(s=>(s.LENGTH_UNIT="length-unit",s.COLOR="color",s.SPAN="span",s.TEXT="text",s.NUMBER="number",s.INFO="info",s.SELECT="select",s.RADIO="radio",s.PICKER="picker",s.I18N="i18n",s.TEXTAREA="textarea",s.DATE_RANGE="date-range",s.SWITCH="switch",s.CHECK_SWITCH="check-switch",s.ICON_SELECT="icon-select",s.CHECKBOX="checkbox",s))(Ws||{}),Xs=(s=>(s.LENGTH_UNIT="length-unit-editor",s.COLOR="color-editor",s.SPAN="span-editor",s.TEXT="text-editor",s.NUMBER="number-editor",s.INFO="info-editor",s.SELECT="select-editor",s.MODEL_SELECT="model-editor",s.Field_SELECT="field-editor",s.RADIO="radio-editor",s.PICKER="picker-editor",s.I18N="i18n-editor",s.TEXTAREA="textarea-editor",s.DATE_RANGE="date-range-editor",s.SWITCH="switch-editor",s.CHECK_SWITCH="check-switch-editor",s.ICON_SELECT="icon-select-editor",s.CHECKBOX="checkbox-editor",s.BORDER="border-editor",s.BORDER_RADIUS="border-radius-editor",s.ALIGN="align-editor",s.FONT_STYLE="font-style-editor",s.POSITION="position-editor",s.SPACING="spacing-editor",s.MARGIN="margin-editor",s))(Xs||{}),js=(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(js||{});const B={TOKEN:"gct-token",TENANT:"gct-tenant"},zs="gct",qs="/minio",Ac="is-";function O(s,e,t,r,u){let n=`${s}-${e}`;return t&&(n+=`-${t}`),r&&(n+=`__${r}`),u&&(n+=`--${u}`),n}class Js{constructor(e,t){this.block=e,this.namespace=t||zs}namespace;b(e=""){return O(this.namespace,this.block,e,"","")}e(e){return e?O(this.namespace,this.block,"",e,""):""}m(e){return e?O(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?O(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?O(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?O(this.namespace,this.block,e,"",t):""}bem(e,t,r){return e&&t&&r?O(this.namespace,this.block,e,t,r):""}is(e,t){return e&&t?`${Ac}${e}`:""}cssVar(e){const t={};for(const r in e)e[r]&&(t[this.cssVarName(r)]=e[r]);return t}cssVarBlock(e){const t={};for(const r in e)e[r]&&(t[this.cssVarBlockName(r)]=e[r]);return t}cssVarName(e){return`--${this.namespace}-${e}`}cssVarBlockName(e){return`--${this.namespace}-${this.block}-${e}`}}function Lc(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var j,ge;function bc(){if(ge)return j;ge=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,j=r,j}var Tc=bc();const Q=Lc(Tc);class Pc{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(e,t,r=[]){const u=`${e}-${t}-${r.join("_")}`;if(this.cache.has(u))return this.cache.get(u);const n={client:t===K.WEB?"WEB":"MOBILE"};r.length>0&&(n.tag=r.join(","));const o=(await _gct.api.platform.plugin.postGetTenantCompList(n)).data;return o.length>0&&this.cache.set(u,o),o}static async loadPlugins(e,t=[]){const r={};if(t.length>0){const u=t.map(l=>{const o=Q.join(qs,l.url,"dist");return{imports:{[l.key]:`${o}/${e}.system.min.js?version=${l.version}`},styles:{[l.key]:`${o}/${e}.min.css?version=${l.version}`}}}),n=[];u.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(o=>{const c=async()=>{try{const g=await System.import(o);r[o]=g,this.module.set(o,g)}catch(g){console.error(g)}};n.push(c())})}),await Promise.all(n)}return r}static async loadPlugin(e,t,r){r=["common",...r];const u=`${e}-${t}-${r.join("_")}`;try{const n=await this.loadPluginConfig(e,t,r);if(!this.cacheModules.has(u)){const l=[];n.forEach(c=>{c.plugins&&l.push(...c.plugins)});const o=await this.loadPlugins(e,l);this.cacheModules.set(u,o)}return[n,this.cacheModules.get(u)]}catch(n){console.error(n)}return[[],{}]}static async loadDesignPlugin(e,t,r=[]){try{const u=await this.loadPlugin(N.DESIGN,t,r),[n,l]=u;return n.forEach(o=>{o.plugins.forEach(g=>{const a=l[g.key];if(!a){console.error(`${g.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===K.WEB){const p=a.web??a.default;p&&_gct.register.designer.web.register(g.key,()=>new p)}else{const p=a.mobile??a.default;p&&_gct.register.designer.mobile.register(g.key,()=>new p)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const r=await this.loadPlugins(N.DESIGN,t);t.forEach(u=>{const n=r[u.key];if(!n){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===K.WEB){const l=n.web??n.default;l&&_gct.register.designer.web.register(u.key,()=>new l)}else{const l=n.mobile??n.default;l&&_gct.register.designer.mobile.register(u.key,()=>new l)}})}catch(r){console.error(r)}}static async loadMobilePlugin(e=[]){try{const t=await this.loadPlugins(N.MOBILE,e);e.forEach(r=>{if(!t[r.key]){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(r.key,t[r.key].default)})}catch(t){console.error(t)}}static async loadWebPlugin(e=[]){try{const t=await this.loadPlugins(N.WEB,e);e.forEach(r=>{if(!t[r.key]){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(r.key,t[r.key].default)})}catch(t){console.error(t)}}}class Rc{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=Q.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+Q.resolve(this.baseDir,e)}}function Ec(){return $s(B.TOKEN)}function Dc(s){s?te(B.TOKEN,s,7,!0):Vs(B.TOKEN,!0)}function Cc(){return $s(B.TENANT)}function wc(s){s?te(B.TENANT,s,7,!0):Vs(B.TENANT,!0)}function Oc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const Mc=(()=>{const s=navigator.userAgent,e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,t=window.innerWidth<=768,r="ontouchstart"in window||navigator.maxTouchPoints>0;return e.test(s)||t&&r})();function Bc(){return localStorage.getItem(gs)||"UTC+08:00"}function xc(s,e,t,r){return{install(u){s&&e&&_gct.register.editor.register(se.PREFIX+s,e),t&&u.component(r??t.name,t)}}}var F=(s=>(s.DEV="dev",s.TEST="test",s.PROD="prod",s))(F||{});const Uc=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,pe=/^https?:\/\/([a-z0-9]+)-test\./,Nc=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,kc=/\/web\/|\/web-single\//,Gc=/\/web-render\//,Kc=/\/dev-single\//,Fc=/\/test-single\//;class Vc{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin,this._isHostMode=pe.test(this._platformOrigin)}get isAppRun(){return Nc.test(location.pathname)}get isAppProd(){return kc.test(location.pathname)}get isAppPreview(){return Gc.test(location.pathname)}get isDevSingleEnv(){return Kc.test(location.pathname)}get isTestEnv(){return Fc.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let e=null;if(this._isHostMode){if(e=this._platformOrigin.match(pe),this._testEnv=!!(e&&e[1]),this._testEnv){const t=await _gct.api.platform.tenant.getInfoByPortOrDomain({domain:e[1]});Object.assign(this._testTenantData,t.data)}}else{e=this._platformOrigin.match(Uc);const t=e&&e[2];if(t){const r=await _gct.api.platform.tenant.getInfoByPortOrDomain({port:t});r.data&&(Object.assign(this._testTenantData,r.data),this._testEnv=r.data.testEnvPort===t)}}}getEnv(){return this.isTestEnv?F.TEST:this.isAppProd?F.PROD:F.DEV}}class Qs{i18n=ln.createI18n({});storeUtil=new Ks;store=this.storeUtil.store;message;dictionary=new Hs;env=new Vc;register={designer:{mobile:new q,web:new q},render:{mobile:new J,web:new J},editor:k,formItem:G};api={apaas:new gi,platform:new ko};async init(){await this.env.checkIsTestEnv()}t(e,t){return this.i18n.global.t(e,t)}}class Zs{constructor(e){this.model=e,this.init()}evt=new Fs;state=new Y;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(e){e.forEach(t=>{let r=null;if((t.type==="item"||t.type==="hidden")&&(this.fields.push(t.name),this.modelMap[t.name]=t),t.type==="item"&&(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),r||(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),r||(r=_gct.register.formItem.create(t.type)),!r){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=r,t.type==="item"){const u=t;this.item[u.name]=r.createController(this,u)}else if(t.type==="hidden"){const u=t;this.item[u.name]=r.createController(this,u)}else if(t.type==="container"||t.container){const u=t;this.item[t.name]=r.createController(this,u),u.children&&this.initFormItems(u.children)}})}calcHidden(){Object.keys(this.item).forEach(t=>{const r=this.item[t];if(r.model.hidden){const u=r.model.hidden(this,r,this.state.data);u!=null&&(r.state.visible=!u)}})}getData(){const e={};return this.fields.forEach(t=>{const r=this.item[t];r&&(r.state.visible===!0||r.model.type==="hidden")&&(e[r.key]=r.value)}),e}resetData(){this.fields.forEach(e=>{const t=this.item[e];t&&t.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const e=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(t=>{const r=this.item[t];r&&(r.value=e[r.key]),r.defaultValue()}),this.state.loaded=!0,e}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(e=>{const t=this.item[e];t&&t.destroy()})}validate(){return Promise.resolve(!0)}validateItem(e){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(e=>{this.item[e].defaultValue()}),this.calcState()}mounted(){}}class $c extends Zs{initEvent(){super.initEvent(),this.evt.on("change",(e,t,r)=>{if(this.model.watch){const n=this.model.watch[e];n&&n(this,t,r)}const u=this.item[e];u&&u.model.watch&&u.model.watch(this,u,t,r),t!=r&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const e=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(e):this.model.updateRequest?this.model.updateRequest({id:this.context.id},e):Promise.resolve(e)}}function Hc(s){const e=s();return e.state=S.reactive(e.state),S.onUnmounted(()=>e.destroy()),e}class ne{model;constructor(e){this.model=e}}class Ys{constructor(e){this.model=e,this.init()}evt=new Fs;context={};params={};state=new Y;item={};provider={};load(){throw new Error("Method not implemented.")}loaded(){throw new Error("Method not implemented.")}destroy(){throw new Error("Method not implemented.")}validate(){throw new Error("Method not implemented.")}validateItem(e){throw new Error("Method not implemented.")}mounted(){throw new Error("Method not implemented.")}init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent()}initEvent(){}initFormItems(e){e.forEach(t=>{let r=null;if(t.type==="item"&&(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),r||(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),r||(r=_gct.register.formItem.create(t.type)),!r){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=r,t.type==="item"){const u=t;this.item[u.name]=r.createController(this,t)}else if(t.type==="container"){const u=t;this.item[t.name]=r.createController(this,t),u.children&&this.initFormItems(u.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(t=>{const r=this.state.data[t];r&&(typeof r=="object"?Array.isArray(r)?this.state.data[t]=[]:this.state.data[t]={}:this.state.data[t]=null)})}}function Wc(s){const e=new Ys(s);return e.state=S.reactive(e.state),e}class U{constructor(e,t){this.form=e,this.model=t,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new D}}function Xc(s){const e=s();return e.state=S.reactive(e.state),e}class jc extends U{type="collapse-pane";crateItemState(){return new Bs}}class zc extends U{type="collapse";crateItemState(){return new xs}}class qc extends U{type="tab";crateItemState(){return new Us}}class Jc extends U{type="tab-pane";crateItemState(){return new Ns}}class Qc extends U{type="group";crateItemState(){return new ks}}class re extends U{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=L.cloneDeep(this.form.state.data[this.key]);this.form.state.data[this.key]=e,this.form.evt.emit("change",this.key,e,t),this.state.value=e}get editorValue(){return this.model.fields?this.model.fields.map(e=>this.form.item[e].value):this.value}set editorValue(e){this.model.fields?this.model.fields.forEach((t,r)=>{this.form.item[t].value=e?.[r]}):this.value=e}init(){if(super.init(),this.model.type!=="hidden"){const{editor:e}=this.model;this.state.readonly=e.readonly,e.disabled!=null&&(this.state.disabled=e.disabled)}if(this.model.dictionary){const{mode:e}=this.model.dictionary;e==="static"&&(this.state.options=this.model.dictionary.items||[])}}defaultValue(){this.form.state.data[this.key]===void 0&&this.model.defaultValue!==void 0&&(this.form.state.data[this.key]=this.model.defaultValue)}reset(){this.model.defaultValue!==void 0?this.value=this.model.defaultValue:this.value=void 0}crateItemState(){return new ee}}class Zc extends re{type="item";async loadDictionary(e){if(this.state.options.length>0)return this.state.options;this.state.options=[],this.state.loading=!0;try{return this.model.dictionary?this.state.options=await _gct.dictionary.asyncGetByConfig(this.model.dictionary,e):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,e)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new Gs}}class Yc extends re{type="hidden"}class eg extends ne{}class tg extends ne{}function en(){return S.inject("formController")}function sg(s){let e=null;if(s){const r=en().item[s];r&&(e=S.computed({get(){return r.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&r.value==u)&&(r.value=u)}}))}else{let t=S.getCurrentInstance().proxy;const r=t.$props,u=t.$emit;e=S.computed({get:()=>r.value,set:n=>{typeof n=="string"&&(n=n.trim()),!(typeof n!="object"&&r.value==n)&&u("update:value",n)}}),t=null}return e}function ng(s,e){let t=S.getCurrentInstance().proxy;const r=t.$props,u=t.$emit,n=s?s.length:0,l=e?e.length:0,o=S.computed({get:()=>{if(!r.value)return"";let c=r.value;return n>0&&c.startsWith(s)&&(c=c.substring(n)),l>0&&c.endsWith(e)&&(c=c.substring(0,c.length-l)),c},set:c=>{if(r.value===c)return;if(typeof c=="string"&&(c=c.trim()),c==""){u("update:value","");return}let g=c;n>0&&(g=s+g),l>0&&(g=g+e),u("update:value",g)}});return t=null,o}function rg(s){const e=S.inject("modal");return e&&s&&(e.ok=s),e}function lg(s){return new Js(s)}function tn(s){return typeof s<"u"}function ig(s){const e=S.ref(s||""),t=S.ref(!1),r=S.ref(!1);return S.watch(e,u=>{tn(u)&&(r.value=!0,t.value=sn(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:r}}function sn(s,{target:e=document.body}={}){const t=document.createElement("textarea"),r=document.activeElement;t.value=s,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const u=document.getSelection();let n;u&&u.rangeCount>0&&(n=u.getRangeAt(0)),e.append(t),t.select(),t.selectionStart=0,t.selectionEnd=s.length;let l=!1;try{l=document.execCommand("copy")}catch(o){throw new Error(o)}return t.remove(),n&&u&&(u.removeAllRanges(),u.addRange(n)),r&&r.focus(),l}const M={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class ag{handle(e){console.error(e)}}class ug{handle(e){console.error(e)}}class og{handle(e){if(e.type===b.AJAX){new nn().handle(e);return}console.error(e)}}class nn{handle(e){const t=this._extractStatusCode(e.message);if(t)switch(t){case M.UNAUTHORIZED:this._handleUnauthorized();break;case M.FORBIDDEN:this._handleForbidden();break;case M.NOT_FOUND:this._handleNotFound();break;case M.INTERNAL_SERVER_ERROR:case M.BAD_GATEWAY:case M.SERVICE_UNAVAILABLE:case M.GATEWAY_TIMEOUT:this._handleServerError(t);break;default:this._handleGenericHttpError(e);break}else this._handleGenericHttpError(e)}_extractStatusCode(e){const t=e.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return t?parseInt(t[1]||t[2],10):null}_handleGenericHttpError(e){e.message.includes("Business Error")?console.debug("Handling business error:",e.message):e.message.includes("Network")?console.debug("Handling network error:",e.message):console.debug("Handling HTTP error:",e.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(e){console.warn(`Server error: ${e}`)}}class de{static _strategies=new Map;static init(){this.registerStrategy(b.SCRIPT,new ag),this.registerStrategy(b.VUE,new ug),this.registerStrategy(b.PROMISE,new og),this.registerStrategy(b.AJAX,new nn)}static getStrategy(e){return this._strategies.get(e)}static registerStrategy(e,t){this._strategies.set(e,t)}}class T{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return T._instance||(T._instance=new T),T._instance}static init(){T.getInstance()}static handleVueError(e,t,r){const u={type:b.VUE,message:`Vue Error: ${e.message} | Info: ${r}`,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(u)}static reportError(e,t=b.SCRIPT){const r={type:t,message:e.message,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(r)}_initializeStrategies(){de.init()}_processError(e){de.getStrategy(e.type)?.handle(e)}}async function cg(s){T.init(),s.config.errorHandler=(e,t,r)=>{T.handleVueError(e,t,r)},s.config.warnHandler=(e,t,r)=>{console.warn(`Vue Warning: ${e}`),r&&console.warn("Trace:",r)},window.addEventListener("error",e=>{T.reportError(new Error(e.message),b.SCRIPT)}),window.addEventListener("unhandledrejection",e=>{T.reportError(e.reason,b.PROMISE)})}async function gg(s){await cg(s),await _gct.init()}function rn(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Qs}exports.AGLINE_ENUMS=hs;exports.APP_DARK_MODE_KEY_=ac;exports.APP_LOCAL_CACHE_KEY=uc;exports.APP_SESSION_CACHE_KEY=oc;exports.ASSIGNMENTSTRATEGY_ENUM=dt;exports.AggTypes=Oe;exports.AppPublishStateEnum=is;exports.BasicAction=as;exports.BindCmpStyleEnum=ns;exports.BindCmpStyleTypeEnum=rs;exports.BizServiceEnum=Ss;exports.BorderStyle=qe;exports.BuiltinType=ft;exports.ButtonColorTheme=Ot;exports.ButtonColorType=wt;exports.ButtonGroupType=Ho;exports.ButtonOpeEnum=ys;exports.ButtonSize=Bt;exports.ButtonStyle=Mt;exports.ButtonType=Ut;exports.ButtonTypeGroup=xt;exports.ButtonType_vant=Nt;exports.COLUMNS_TYPE=at;exports.CURRENCY_ENUM=It;exports.CURRENCY_LANG_ENUM=Lt;exports.CacheTypeEnum=ps;exports.CategoryTypeEnum=_t;exports.Ch_BindCmpStyleEnum=Wo;exports.ColorEditorController=tg;exports.ContentEnum=ve;exports.ContentTypeEnum=Is;exports.CoreConst=B;exports.CreateType=Ee;exports.CustomAction=us;exports.DESIGNER_SESSION_CACHE_KEY=cc;exports.DatasourceTypeEnum=Ht;exports.DateRangeEnums=vt;exports.DefaultActions=qo;exports.Dependency_ENUM=ht;exports.DesignerRegister=q;exports.DictionaryUtil=Hs;exports.DisplayEnums=Ct;exports.DisplayType=rt;exports.EditFormController=$c;exports.EditorController=ne;exports.EditorRegister=k;exports.EditorRegisterConst=se;exports.EditorType=Ws;exports.EditorTypeOld=Xs;exports.EntityModelCategoryEnum=Ve;exports.EntityModelTypeEnum=$e;exports.ErrorTypeEnum=b;exports.EventCategory=Ze;exports.ExamineAndApproveStateEnum=Os;exports.ExceptionEnum=fs;exports.FIELD_TYPE=m;exports.FIELD_TYPE_BASIC=Te;exports.FIELD_TYPE_CATEGORY=be;exports.FIELD_TYPE_LOGIC=Pe;exports.FIELD_TYPE_TRACE=Re;exports.FieldDefaultValueTypeEnum=He;exports.FieldIconMap=Vo;exports.FieldSysVarDefaultValueEnum=We;exports.FieldTypeToJs=Fo;exports.FormCollapseController=zc;exports.FormCollapsePaneController=jc;exports.FormCollapsePaneState=Bs;exports.FormCollapseState=xs;exports.FormComponents=zt;exports.FormContainerType=js;exports.FormController=Ys;exports.FormEditItemController=re;exports.FormEditItemState=ee;exports.FormGroupController=Qc;exports.FormGroupState=ks;exports.FormHiddenItemController=Yc;exports.FormItemBasicController=U;exports.FormItemBasicState=D;exports.FormItemController=Zc;exports.FormItemRegister=G;exports.FormItemState=Gs;exports.FormState=Y;exports.FormTabController=qc;exports.FormTabPaneController=Jc;exports.FormTabPaneState=Ns;exports.FormTabState=Us;exports.GENDER_TYPE=Ge;exports.GLOBAL_TYPE=it;exports.GLOBAL_VAR_TYPE=lt;exports.GctFormController=Zs;exports.GctGlobal=Qs;exports.GlobalPiniaState=Ms;exports.GlobalStoreUtil=Ks;exports.INNER_EVENT=ut;exports.KeyMode=Et;exports.LOCALE_KEY=Yo;exports.LOCALE_LIST_KEY=ec;exports.LOCAL_I18N_TRANSLATE=tc;exports.LOCK_INFO_KEY=lc;exports.LengthUnitEditorController=eg;exports.ListTreeSearchTypeEnum=$t;exports.MULTIPLE_TABS_KEY=ic;exports.MaterialEnum=we;exports.MenuModeEnum=bs;exports.MenuSplitTyeEnum=Ts;exports.MenuType=De;exports.MenuTypeEnum=As;exports.MessageType=Ue;exports.MixSidebarTriggerEnum=Rs;exports.Namespace=Js;exports.NodesConfigTypeEnum=Me;exports.OpenMode=Ce;exports.PLUGIN_BASE_URL=qs;exports.PROJ_CFG_KEY=rc;exports.PageEnum=Es;exports.PanelEnum=je;exports.PermissionModeEnum=Ae;exports.PersonalCenterType=ke;exports.Platform=K;exports.PlatformSettingActions=Jo;exports.PluginModeEnum=N;exports.PluginPgkUtil=Pc;exports.PluginStaticResource=Rc;exports.Postion=ze;exports.PrintModeEnums=Pt;exports.ProcessStatusEnum=ws;exports.ProgressTypeEnum=nt;exports.ProjectName=Z;exports.PropGroup=Ye;exports.ROLES_KEY=nc;exports.RdoButtonOpeEnum=_s;exports.RenderRegister=J;exports.RequestEnum=ms;exports.ResetRuleType=Xt;exports.ResultEnum=vs;exports.RoleEnum=Ds;exports.RouterTransitionEnum=Le;exports.RowSelectionTypeEnums=bt;exports.SCOPE=jt;exports.SEARCH_SEVICE=ds;exports.SHOW_FIELDTYPES=$o;exports.SIDE_BAR_MINI_WIDTH=Go;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=Ko;exports.STYLE_NAMESPACE_TAG=zs;exports.SUB_TABLE_EDIT_MODE=ot;exports.SUB_TABLE_OPE_EVENT_TYPE=gt;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=ct;exports.SearchComponents=qt;exports.SelectPickerEnums=mt;exports.SessionTimeoutProcessingEnum=Se;exports.SettingButtonPositionEnum=Ie;exports.SignatureTypeEnum=Wt;exports.SizeEnum=Cs;exports.StatisticalMethodEnums=Tt;exports.StyleGroup=et;exports.TENANT_KEY=Qo;exports.TIMETYPE_ENUM=St;exports.TIMETYPE_LANG_ENUM=At;exports.TIMEZONE_KEY=gs;exports.TODO_TYPE=Ke;exports.TOKEN_KEY=Zo;exports.TableEditingMethodEnum=Ft;exports.TableSearchTypeEnum=Gt;exports.TableTypeEnum=Kt;exports.TagTypeEnum=st;exports.TextAlign=Je;exports.TextDecoration=Qe;exports.ThemeEnum=me;exports.ToolkitEnum=yt;exports.TopMenuAlignEnum=Ps;exports.TransactionMode=Dt;exports.TriggerEnum=Ls;exports.USER_INFO_KEY=sc;exports.UniqueConstraintType=xe;exports.UserServiceType=Fe;exports.VERIFICATIONCONDITIONS_TYPE=pt;exports.WidgetInScopeEnum=Vt;exports.WorkbenchType=Ne;exports.bindCmpStyleMap=jo;exports.buttonShowType=ls;exports.ch_ProcessStatusMap=dc;exports.controlConfigEnum=Qt;exports.copyTextToClipboard=sn;exports.createAppVue=gg;exports.default=rn;exports.fixedAlignENUM=Yt;exports.getPathQuery=Oc;exports.getTenant=Cc;exports.getTimezone=Bc;exports.getToken=Ec;exports.install=rn;exports.isDef=tn;exports.isMobile=Mc;exports.notSingleArr=gc;exports.openWindowEnums=Rt;exports.operateSysEnums=kt;exports.presetColor=pc;exports.screenEnum=cs;exports.screenMap=x;exports.scriptTypeEnum=Xe;exports.searchListByFieldType=zo;exports.selectionTypeEnums=Be;exports.setTenant=wc;exports.setToken=Dc;exports.sizeEnum=os;exports.sortTypeEnum=ss;exports.statisticalMethodEnum=Zt;exports.t=Sc;exports.tableColumnTypeEnum=es;exports.tableColumnWidthEnum=Jt;exports.tabsTypeENUM=ts;exports.tagEnum=tt;exports.transformBindCmp2CmpType=Xo;exports.useCopyToClipboard=ig;exports.useEditFormController=Hc;exports.useForm=en;exports.useFormController=Wc;exports.useFormItemController=Xc;exports.useGctFormValue=sg;exports.useGctFormValueByText=ng;exports.useModal=rg;exports.useNamespace=lg;exports.widthEditorInstall=xc;
|