@gct-paas/core 0.1.4-dev.1 → 0.1.4-dev.3
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 +12 -1
- package/dist/index.system.min.js +12 -1
- package/es/_virtual/_commonjs-dynamic-modules.mjs +5 -0
- package/es/_virtual/aes.mjs +3 -0
- package/es/_virtual/blowfish.mjs +3 -0
- package/es/_virtual/cipher-core.mjs +3 -0
- package/es/_virtual/core.mjs +3 -0
- package/es/_virtual/enc-base64.mjs +3 -0
- package/es/_virtual/enc-base64url.mjs +3 -0
- package/es/_virtual/enc-utf16.mjs +3 -0
- package/es/_virtual/evpkdf.mjs +3 -0
- package/es/_virtual/format-hex.mjs +3 -0
- package/es/_virtual/hmac.mjs +3 -0
- package/es/_virtual/index.mjs +4 -4
- package/es/_virtual/index3.mjs +3 -0
- package/es/_virtual/lib-typedarrays.mjs +3 -0
- package/es/_virtual/md5.mjs +3 -0
- package/es/_virtual/mode-cfb.mjs +3 -0
- package/es/_virtual/mode-ctr-gladman.mjs +3 -0
- package/es/_virtual/mode-ctr.mjs +3 -0
- package/es/_virtual/mode-ecb.mjs +3 -0
- package/es/_virtual/mode-ofb.mjs +3 -0
- package/es/_virtual/pad-ansix923.mjs +3 -0
- package/es/_virtual/pad-iso10126.mjs +3 -0
- package/es/_virtual/pad-iso97971.mjs +3 -0
- package/es/_virtual/pad-nopadding.mjs +3 -0
- package/es/_virtual/pad-zeropadding.mjs +3 -0
- package/es/_virtual/pbkdf2.mjs +3 -0
- package/es/_virtual/rabbit-legacy.mjs +3 -0
- package/es/_virtual/rabbit.mjs +3 -0
- package/es/_virtual/rc4.mjs +3 -0
- package/es/_virtual/ripemd160.mjs +3 -0
- package/es/_virtual/sha1.mjs +3 -0
- package/es/_virtual/sha224.mjs +3 -0
- package/es/_virtual/sha256.mjs +3 -0
- package/es/_virtual/sha3.mjs +3 -0
- package/es/_virtual/sha384.mjs +3 -0
- package/es/_virtual/sha512.mjs +3 -0
- package/es/_virtual/tripledes.mjs +3 -0
- package/es/_virtual/x64-core.mjs +3 -0
- package/es/create-app-vue.mjs +11 -0
- package/es/global/gct/gct.d.ts +37 -13
- package/es/global/gct/gct.mjs +34 -19
- package/es/index.mjs +13 -1
- package/es/interface/i-pinia-action/i-global-actions.d.ts +18 -0
- package/es/interface/i-pinia-state/i-global-state.d.ts +12 -0
- package/es/interface/index.d.ts +0 -1
- package/es/locale/index.d.ts +19 -0
- package/es/locale/index.mjs +60 -0
- package/es/modules/api-service/api-manage.d.ts +26 -0
- package/es/modules/api-service/api-manage.mjs +33 -0
- package/es/modules/api-service/api-service.d.ts +96 -0
- package/es/modules/api-service/api-service.interface.d.ts +159 -0
- package/es/modules/api-service/api-service.interface.mjs +4 -0
- package/es/modules/api-service/api-service.mjs +173 -0
- package/es/modules/api-service/http.enum.d.ts +76 -0
- package/es/modules/api-service/http.util.d.ts +113 -0
- package/es/modules/api-service/http.util.mjs +160 -0
- package/es/modules/api-service/index.d.ts +8 -0
- package/es/modules/api-service/index.mjs +15 -0
- package/es/modules/env-manager/env-manager.const.d.ts +14 -0
- package/es/modules/env-manager/env-manager.const.mjs +10 -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/modules/platform-config/constants.d.ts +29 -0
- package/es/modules/platform-config/constants.mjs +63 -0
- package/es/modules/platform-config/index.d.ts +19 -0
- package/es/modules/platform-config/index.mjs +17 -0
- package/es/modules/platform-config/types.d.ts +67 -0
- package/es/modules/platform-config/types.mjs +27 -0
- package/es/modules/platform-config/useBasicSetting.d.ts +7 -0
- package/es/modules/platform-config/useBasicSetting.mjs +50 -0
- package/es/modules/platform-config/useDeploySetting.d.ts +14 -0
- package/es/modules/platform-config/useDeploySetting.mjs +32 -0
- package/es/modules/platform-config/useLoginSetting.d.ts +25 -0
- package/es/modules/platform-config/useLoginSetting.mjs +183 -0
- package/es/modules/platform-config/useOrgSetting.d.ts +30 -0
- package/es/modules/platform-config/useOrgSetting.mjs +121 -0
- package/es/modules/platform-config/useSecuritySetting.d.ts +7 -0
- package/es/modules/platform-config/useSecuritySetting.mjs +71 -0
- package/es/modules/platform-config/useThemeSetting.d.ts +13 -0
- package/es/modules/platform-config/useThemeSetting.mjs +73 -0
- package/es/modules/platform-config/useWatermarkSetting.d.ts +18 -0
- package/es/modules/platform-config/useWatermarkSetting.mjs +48 -0
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.4/node_modules/@gct-paas/api-apaas/es/index.mjs +3 -0
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.4/node_modules/@gct-paas/api-apaas/es/service/api-config.mjs +8213 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.4/node_modules/@gct-paas/api-platform/es/index.mjs +3 -0
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.4/node_modules/@gct-paas/api-platform/es/service/api-config.mjs +7156 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/aes.mjs +255 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/blowfish.mjs +492 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/cipher-core.mjs +913 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/core.mjs +824 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-base64.mjs +153 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-base64url.mjs +165 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/enc-utf16.mjs +166 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/evpkdf.mjs +153 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/format-hex.mjs +84 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/hmac.mjs +160 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/index.mjs +69 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/lib-typedarrays.mjs +93 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/md5.mjs +285 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-cfb.mjs +98 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ctr-gladman.mjs +134 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ctr.mjs +76 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ecb.mjs +58 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/mode-ofb.mjs +72 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-ansix923.mjs +67 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-iso10126.mjs +62 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-iso97971.mjs +58 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-nopadding.mjs +48 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pad-zeropadding.mjs +65 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/pbkdf2.mjs +164 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/rabbit-legacy.mjs +211 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/rabbit.mjs +213 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/rc4.mjs +160 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/ripemd160.mjs +284 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha1.mjs +167 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha224.mjs +98 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha256.mjs +216 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha3.mjs +344 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha384.mjs +102 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/sha512.mjs +344 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/tripledes.mjs +800 -0
- package/es/node_modules/.pnpm/crypto-js@4.2.0/node_modules/crypto-js/x64-core.mjs +321 -0
- package/es/router/index.d.ts +13 -0
- package/es/router/index.mjs +32 -0
- package/es/state/global-pinia-state/global-pinia-state.d.ts +12 -0
- package/es/state/global-pinia-state/global-pinia-state.mjs +12 -0
- package/es/store/global-store.mjs +25 -0
- package/es/types/index.d.ts +35 -0
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.mjs +2 -1
- package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +2 -4
- package/es/utils/plugin-static-resource/plugin-static-resource.mjs +1 -1
- package/es/utils/tools/tools.d.ts +10 -0
- package/es/utils/tools/tools.mjs +15 -1
- package/package.json +13 -8
- package/es/interface/i-http-response/i-http-response.d.ts +0 -29
- package/es/interface/i-http-response/i-http-response.mjs +0 -1
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/_virtual/_commonjsHelpers.mjs +0 -44
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/base/apaas-base.service.mjs +0 -12
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/index.mjs +0 -3
- 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/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +0 -44
- 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/node_modules/@gct-paas/base/es/_virtual/index.mjs +0 -7
- 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/node_modules/@gct-paas/base/es/enums/index.mjs +0 -3
- 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/node_modules/@gct-paas/base/es/index.mjs +0 -9
- 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/node_modules/@gct-paas/base/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
- 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/node_modules/@gct-paas/base/es/service/base.service.mjs +0 -68
- 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/node_modules/@gct-paas/base/es/service/index.mjs +0 -3
- 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/node_modules/@gct-paas/base/es/types/index.mjs +0 -1
- 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/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +0 -74
- 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/node_modules/@gct-paas/base/es/utils/index.mjs +0 -3
- 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/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +0 -18
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
- 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/app-branch.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-global-settings.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-granted-user.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-org.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-publish-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-state.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/app-user.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/approval-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/audit-log.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/basic-config.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/biz-event.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition-version.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/biz-service-crud.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/biz-service.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/bom.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/category-relation.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/category.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/chat.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/code-ts.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/commit-log.service.mjs +0 -62
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/common-info-card.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/control-config.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/customer-complaint.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/dashboard.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/data-model.service.mjs +0 -50
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/data-source.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/data-trace.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/designer-common.service.mjs +0 -62
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/designer-lock.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/designer-operate-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/devops.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/dify-chat.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/doc-control-started.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-done.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-todo.service.mjs +0 -30
- 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/doc-outline.service.mjs +0 -58
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/document.service.mjs +0 -70
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-relation.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-search-history.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/edhr-instance.service.mjs +0 -51
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/edhr-tmpl.service.mjs +0 -58
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/ele-search.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/enum-model-field.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/enum-model.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/event-log.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/event.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/excel-tmpl.service.mjs +0 -62
- 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/field-meta.service.mjs +0 -71
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/field.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/file-resource.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/file-task.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/file.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/formRelate.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/front-operate-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/global-method.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/i18n-info.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/index.mjs +0 -306
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/instance-relation.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/ipaas.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/job-log.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/job.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/js-engine.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/label-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/label.service.mjs +0 -98
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/login-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/medPro.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/menu-config.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/merge-log.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/message-record.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/message-setting.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/message-tmpl.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/mobile-homepage.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/mobile-page.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/model-comprehensive.service.mjs +0 -133
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/model-data.service.mjs +0 -35
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/model-meta.service.mjs +0 -111
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/model-method.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/model.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form-change-history.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form-instance.service.mjs +0 -122
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl.service.mjs +0 -94
- 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-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/openapi.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/page-designer-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/permission.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/plat.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition-version.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/pm-process-engine.service.mjs +0 -78
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/print-designer.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/print-log.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/print.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-approval-log.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-approve-user.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-definition-version.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-definition.service.mjs +0 -43
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-engine.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-event.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-graph.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-instance-relation-.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-instance.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-message-user.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-node-definition.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-path-user.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-path.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/process-task-done.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process-task-todo.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/process-version.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/process.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/processTest.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/product-release.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/publish-log.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/regexp.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/report-data-set.service.mjs +0 -50
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/report-data.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/report.service.mjs +0 -70
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/role-permission.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/role.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/script-assistant.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/script-version-log.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/script-version.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/script.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version-log.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/service-orchestration.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/sign-history.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/sign-log.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/signature.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/sql-view-model.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/sql-view.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/stash.service.mjs +0 -30
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/sub-model-process.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/sys-config.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/system-var.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/trace-log-details.service.mjs +0 -50
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/trace-log.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/trace-mainline-ext.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/trace-mainline.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/trace-setting.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/user-group-relation.service.mjs +0 -26
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/user-group.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/view-model.service.mjs +0 -67
- package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/wash.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/webpage.service.mjs +0 -62
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/_virtual/_commonjsHelpers.mjs +0 -44
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/_virtual/index.mjs +0 -7
- 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/index.mjs +0 -3
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/agent.service.mjs +0 -34
- 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/apk.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/app-member.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/app-setting.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/app.service.mjs +0 -138
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/assets.service.mjs +0 -39
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/attachmentResourceTransfer.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/audit-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/bi-data-set.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/bi-file-dataset-config.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/bi-file.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/bi-share.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/buildEnshrineCompLibrary.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/category.service.mjs +0 -54
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/clearLogLogin.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/clearLogOperate.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/clearTempDir.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/copyFilter.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/dashboard.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/data-source.service.mjs +0 -54
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/data-trace.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/database.service.mjs +0 -58
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/dataset-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/dataset.service.mjs +0 -66
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/datasource-devops.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/datasource-move-data.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/datasource-move-detail.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/datasource-move.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteCompInfo.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteCompInfoType.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteCsvDatasource.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteEchartTheme.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineComp.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineCompGroup.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteFilter.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteLogOperateById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteMapGeoJson.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deleteNotUseDir.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deletePageSnapshoot.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deletePageTemplate.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deletePnResource.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/deletePnResourceGroup.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/exportTemplate.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/external-message.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/file-task.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/file.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/front-release.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAdCodeByAliasName.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllCompInfo.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoByTypeId.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoType.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllCsvDatasource.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllEchartTheme.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllEnshrineCompGroups.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllFilter.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAllPageTemplate.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getAttachmentInfoByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCompInfoById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCompInfoByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getContentToArray.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByName.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getDesignerData.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getEchartThemeById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getEchartThemeByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getFilterById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getGeoJsonByAdCode.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getLayoutItemObjById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getLogLoginByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMapBaseInfoByLevel.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMyAllPnResourceGroup.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMyEchartThemes.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMyPnResourceByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getMyShareCustomCompByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootByEnabled.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootsByPageId.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTemplateById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTemplateByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTemplateForCreatePageForm.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTemplateLayout.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTemplateThemeJson.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPageTotalCount.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPnLogOperateByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getPnResourceGroupById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getProjectTotalCount.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompById.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompByPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/getSysEchartThemes.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/httpQuery.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/i18n-config.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/i18n-info.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/importCompInfoJson.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/importTemplate.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/index.mjs +0 -362
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/internal-message.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/invoke-log.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/knowledge-base-chunk.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/knowledge-base-doc.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/knowledge-base.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/ldap.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/license-unbind-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/license.service.mjs +0 -70
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/login-log.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/login.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/service/manager.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/message-setting.service.mjs +0 -50
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/minio-file.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/model-provider.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/model.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/nav-menu.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/nav-page.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/openapi-group.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/openapi-key-grant.service.mjs +0 -38
- 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/org.service.mjs +0 -54
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/parseCsvOrExcel.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/permission.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/service/plat.service.mjs +0 -86
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/plugin-version.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/plugin.service.mjs +0 -54
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate-detail.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pm-process-instance.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pm-task-done.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pm-task-todo.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pn-page.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/pn-project.service.mjs +0 -62
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/print-log.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/print-resource.service.mjs +0 -54
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/regexp.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/released.service.mjs +0 -22
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/resourceTransferToPage.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/role-permission.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/role.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveCompInfo.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveCompInfoType.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveCsvDatasource.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveEchartTheme.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveEnshrineComp.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveEnshrineCompGroup.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveFilter.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveMapGeoJson.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/savePageSnapshoot.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/savePageTemplate.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/savePnResourceGroup.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/saveShareCustomComp.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/searchEnshrineComp.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/seat-message.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/seat.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabled.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabledByPageId.service.mjs +0 -14
- 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/sign-log.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/sms.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/started-process.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/task-delegate.service.mjs +0 -42
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/task-done.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/task-todo.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-developer.service.mjs +0 -42
- 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/toggleEnabled.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/uncompressLogOperateLayoutStr.service.mjs +0 -14
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/uploadFiles.service.mjs +0 -38
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/user-extra.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/user-info-log.service.mjs +0 -34
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/user-password-history.service.mjs +0 -34
- 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-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/workbench-component-relation.service.mjs +0 -46
- package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/workbench-component.service.mjs +0 -34
- /package/es/{node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/_virtual/index.mjs → _virtual/index2.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/node_modules/@gct-paas/base/es/enums/httpEnum.mjs → modules/api-service/http.enum.mjs} +0 -0
package/dist/index.system.min.js
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
|
-
System.register(["vue-i18n","axios","qs","lodash-es","@gct-paas/core","pinia","vue"],(function(g,Cc){"use strict";var re,le,ie,$,k,ae,ue,oe,ce,ge,he,x,de,H,G,X,K,pe;return{setters:[i=>{re=i.createI18n},i=>{le=i.default},i=>{ie=i.default},i=>{$=i.mergeWith,k=i.cloneDeep,ae=i.unionWith,ue=i.isEqual},i=>{oe=i.BaseService},i=>{ce=i.defineStore,ge=i.createPinia,he=i.setActivePinia},i=>{x=i.reactive,de=i.onUnmounted,H=i.inject,G=i.computed,X=i.getCurrentInstance,K=i.ref,pe=i.watch}],execute:(function(){g({copyTextToClipboard:Ve,createAppVue:wc,default:He,getPathQuery:nc,getTenant:tc,getTimezone:rc,getToken:Yo,install:He,isDef:Ke,setTenant:sc,setToken:ec,t:Vo,useCopyToClipboard:bc,useEditFormController:ac,useForm:Ge,useFormController:uc,useFormItemController:oc,useGctFormValue:Sc,useGctFormValueByText:mc,useModal:Ic,useNamespace:Ac,widthEditorInstall:lc});function i(s,e,t){return(e=We(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function Xe(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 We(s){var e=Xe(s,"string");return typeof e=="symbol"?e:e+""}var ye=(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))(ye||{});function je(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var W,_e;function ze(){if(_e)return W;_e=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,d=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||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(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,d=0}else a===46&&d!==-1?++d:d=-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 d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.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,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,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,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!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,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===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?"":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,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,W=n,W}var qe=ze(),L=je(qe),Je=require("../internals/export"),Qe=require("../internals/array-includes").includes,Ze=require("../internals/fails"),Ye=require("../internals/add-to-unscopables"),et=Ze(function(){return!Array(1).includes()});Je({target:"Array",proto:!0,forced:et},{includes:function(e){return Qe(this,e,arguments.length>1?arguments[1]:void 0)}}),Ye("includes");function tt(s,e){return $(k(s),e,(t,n)=>{if(typeof t=="object"&&typeof n=="object")return $(k(t),n,(u,r)=>Array.isArray(u)?ae(u,r,ue):void 0)})}const fe=le.create();class E{static use(e){e(fe)}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=ie.stringify(n,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const r=await fe.request(tt({url:e,data:JSON.stringify(t||{}),params:n,timeout:120*1e3,headers:{"Content-Type":ye.JSON}},u));if(r.status>=200&&r.status<300)return r.data;throw r}}class st{constructor(e){this.url=e}_put(e,t,n,u){return E.put(n?.id?L.join(this.url,e,n?.id):L.join(this.url,e),t||{},n||{},u)}_get(e,t,n,u){return E.get(L.join(this.url,e),t||{},n||{},u)}_delete(e,t,n,u){return E.delete(L.join(this.url,e),t||{},n||{},u)}_post(e,t,n,u){return E.post(L.join(this.url,e),t||{},n||{},u)}_options(e,t,n,u){return E.options(L.join(this.url,e),t||{},n||{},u)}_patch(e,t,n,u){return E.patch(L.join(this.url,e),t||{},n||{},u)}_head(e,t,n,u){return E.head(L.join(this.url,e),t||{},n||{},u)}}function nt(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var j,ve;function rt(){if(ve)return j;ve=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,d=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||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(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,d=0}else a===46&&d!==-1?++d:d=-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 d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.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,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,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,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!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,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===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?"":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,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,j=n,j}var lt=rt(),it=nt(lt);class y extends st{constructor(e){super(it.join("/gct-apaas/api",e))}}class at extends y{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 ut extends y{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 ot extends y{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 ct extends y{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 gt extends y{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 ht extends y{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class dt extends y{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 pt extends y{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 yt=class extends y{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 _t extends y{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 ft extends y{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 vt extends y{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 St extends y{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 mt extends y{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 It extends y{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 At extends y{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let bt=class extends y{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 Tt extends y{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 Lt extends y{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Rt extends y{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class Et extends y{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 wt extends y{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 Ct extends y{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 Dt extends y{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 Pt=class extends y{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 Ot extends y{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 Nt=class extends y{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)}},Mt=class extends y{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 Bt extends y{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 Ut extends y{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 kt extends y{constructor(){super("designer-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class xt extends y{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 Gt extends y{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 Kt extends y{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 Vt extends y{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 Ft extends y{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 $t extends y{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 Ht extends y{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 Xt extends y{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 Wt extends y{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 jt extends y{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 zt extends y{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 qt extends y{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 Jt extends y{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class Qt extends y{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 Zt extends y{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 Yt extends y{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 es extends y{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 ts extends y{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 ss extends y{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 ns extends y{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 rs extends y{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class ls extends y{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 is=class extends y{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)}},as=class extends y{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 us extends y{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 os extends y{constructor(){super("front-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class cs extends y{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 gs=class extends y{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 hs extends y{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 ds extends y{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class ps extends y{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 ys extends y{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 _s extends y{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 fs extends y{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 vs extends y{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 Ss=class extends y{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class ms extends y{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 Is extends y{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 As extends y{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 bs extends y{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 Ts=class extends y{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 Ls extends y{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 Rs extends y{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 Es extends y{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 ws extends y{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 Cs extends y{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 Ds extends y{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 Ps extends y{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 Os=class extends y{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class Ns extends y{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class Ms extends y{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 Bs extends y{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Us extends y{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 ks extends y{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 xs extends y{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 Gs extends y{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 Ks extends y{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 Vs extends y{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 Fs=class extends y{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)}},$s=class extends y{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 Hs extends y{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 Xs extends y{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 Ws extends y{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 js extends y{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 zs=class extends y{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 qs extends y{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 Js extends y{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 Qs extends y{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 Zs extends y{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 Ys extends y{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 en extends y{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 tn extends y{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 sn extends y{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 nn extends y{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class rn extends y{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 ln extends y{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 an extends y{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 un extends y{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 on extends y{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 cn extends y{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 gn extends y{constructor(){super("process-task-done")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class hn extends y{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 dn extends y{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 pn extends y{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 yn extends y{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 _n extends y{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 fn=class extends y{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 vn extends y{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 Sn extends y{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 mn extends y{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 In=class extends y{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)}},An=class extends y{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 bn extends y{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 Tn extends y{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 Ln extends y{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 Rn extends y{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 En extends y{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 wn extends y{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 Cn extends y{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 Dn extends y{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 Pn=class extends y{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 On extends y{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 Nn extends y{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 Mn extends y{constructor(){super("sql-view")}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class Bn extends y{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 Un extends y{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class kn extends y{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 xn extends y{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 Gn extends y{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 Kn extends y{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 Vn extends y{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 Fn extends y{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 $n extends y{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 Hn extends y{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 Xn extends y{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 Wn extends y{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 jn extends y{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class zn extends y{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 qn=class extends y{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)}},Jn=class{constructor(){i(this,"appBranch",new at),i(this,"appGlobalSettings",new ut),i(this,"appGrantedUser",new ot),i(this,"appOrg",new ct),i(this,"appPublishLog",new gt),i(this,"appState",new ht),i(this,"appUser",new dt),i(this,"approvalLog",new pt),i(this,"auditLog",new yt),i(this,"basicConfig",new _t),i(this,"bizEvent",new ft),i(this,"bizProcessDefinition",new vt),i(this,"bizProcessDefinitionVersion",new St),i(this,"bizServiceCrud",new mt),i(this,"bizService",new It),i(this,"bom",new At),i(this,"category",new bt),i(this,"categoryRelation",new Tt),i(this,"chat",new Lt),i(this,"codeTs",new Rt),i(this,"commitLog",new Et),i(this,"commonInfoCard",new wt),i(this,"controlConfig",new Ct),i(this,"customerComplaint",new Dt),i(this,"dashboard",new Pt),i(this,"dataModel",new Ot),i(this,"dataSource",new Nt),i(this,"dataTrace",new Mt),i(this,"designerCommon",new Bt),i(this,"designerLock",new Ut),i(this,"designerOperateLog",new kt),i(this,"devops",new xt),i(this,"difyChat",new Gt),i(this,"docControlStarted",new Kt),i(this,"docControlTaskDone",new Vt),i(this,"docControlTaskTodo",new Ft),i(this,"docControl",new $t),i(this,"docOutline",new Ht),i(this,"document",new Xt),i(this,"edhrInstance",new Wt),i(this,"edhrInstanceRelation",new jt),i(this,"edhrInstanceSearchHistory",new zt),i(this,"edhrTmpl",new qt),i(this,"eleSearch",new Jt),i(this,"enumModel",new Qt),i(this,"enumModelField",new Zt),i(this,"event",new Yt),i(this,"eventLog",new es),i(this,"excelTmpl",new ts),i(this,"excel",new ss),i(this,"fieldMeta",new ns),i(this,"field",new rs),i(this,"fileResource",new ls),i(this,"fileTask",new is),i(this,"file",new as),i(this,"formRelate",new us),i(this,"frontOperateLog",new os),i(this,"globalMethod",new cs),i(this,"i18NInfo",new gs),i(this,"instanceRelation",new hs),i(this,"ipaas",new ds),i(this,"job",new ps),i(this,"jobLog",new ys),i(this,"jsEngine",new _s),i(this,"label",new fs),i(this,"labelLog",new vs),i(this,"loginLog",new Ss),i(this,"medPro",new ms),i(this,"menuConfig",new Is),i(this,"mergeLog",new As),i(this,"messageRecord",new bs),i(this,"messageSetting",new Ts),i(this,"messageTmpl",new Ls),i(this,"mobileHomepage",new Rs),i(this,"mobilePage",new Es),i(this,"modelComprehensive",new ws),i(this,"modelData",new Cs),i(this,"modelMeta",new Ds),i(this,"modelMethod",new Ps),i(this,"model",new Os),i(this,"onlineFormChangeHistory",new Ns),i(this,"onlineFormInstance",new Ms),i(this,"onlineFormLog",new Bs),i(this,"onlineFormTmplLog",new Us),i(this,"onlineFormTmpl",new ks),i(this,"onlineForm",new xs),i(this,"online",new Gs),i(this,"openapi",new Ks),i(this,"pageDesignerLog",new Vs),i(this,"permission",new Fs),i(this,"plat",new $s),i(this,"pmProcessDefinition",new Hs),i(this,"pmProcessDefinitionVersion",new Xs),i(this,"pmProcessEngine",new Ws),i(this,"printDesigner",new js),i(this,"printLog",new zs),i(this,"print",new qs),i(this,"process",new Js),i(this,"processApprovalLog",new Qs),i(this,"processApproveUser",new Zs),i(this,"processDefinition",new Ys),i(this,"processDefinitionVersion",new en),i(this,"processEngine",new tn),i(this,"processEvent",new sn),i(this,"processGraph",new nn),i(this,"processInstance",new rn),i(this,"processInstanceRelation",new ln),i(this,"processMessageUser",new an),i(this,"processNodeDefinition",new un),i(this,"processPathUser",new on),i(this,"processPath",new cn),i(this,"processTaskDone",new gn),i(this,"processTaskTodo",new hn),i(this,"processVersion",new dn),i(this,"processTest",new pn),i(this,"productRelease",new yn),i(this,"publishLog",new _n),i(this,"regexp",new fn),i(this,"report",new vn),i(this,"reportDataSet",new Sn),i(this,"reportData",new mn),i(this,"role",new In),i(this,"rolePermission",new An),i(this,"script",new bn),i(this,"scriptAssistant",new Tn),i(this,"scriptVersion",new Ln),i(this,"scriptVersionLog",new Rn),i(this,"serviceOrchestration",new En),i(this,"serviceOrchestrationVersion",new wn),i(this,"serviceOrchestrationVersionLog",new Cn),i(this,"signHistory",new Dn),i(this,"signLog",new Pn),i(this,"signature",new On),i(this,"sqlViewModel",new Nn),i(this,"sqlView",new Mn),i(this,"stash",new Bn),i(this,"subModelProcess",new Un),i(this,"sysConfig",new kn),i(this,"systemVar",new xn),i(this,"traceLog",new Gn),i(this,"traceLogDetails",new Kn),i(this,"traceMainline",new Vn),i(this,"traceMainlineExt",new Fn),i(this,"traceSetting",new $n),i(this,"userGroup",new Hn),i(this,"userGroupRelation",new Xn),i(this,"viewModel",new Wn),i(this,"wash",new jn),i(this,"webpage",new zn),i(this,"api",new qn)}};function Qn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var z,Se;function Zn(){if(Se)return z;Se=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,d=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||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(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,d=0}else a===46&&d!==-1?++d:d=-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 d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.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,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,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,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!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,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===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?"":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,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,z=n,z}var Yn=Zn(),er=Qn(Yn);class h extends oe{constructor(e){super(er.join("/gct-platform/api",e))}}class tr extends h{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 sr extends h{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 nr extends h{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 rr extends h{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 lr extends h{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 ir extends h{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 ar 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={}){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 ur extends h{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 or extends h{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 cr extends h{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class gr extends h{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 hr 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 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 dr 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 getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pr extends h{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 yr 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 postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class _r extends h{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 fr extends h{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 vr extends h{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 Sr extends h{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 mr extends h{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 Ir extends h{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 Ar extends h{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 br extends h{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 Tr extends h{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 Lr extends h{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 Rr extends h{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class Er extends h{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 wr extends h{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 Cr extends h{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 Dr extends h{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 Pr extends h{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 Or extends h{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 Nr extends h{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 Mr extends h{constructor(){super("ldap")}async postUpload(e={}){return this._post("upload/certificate",null,null,e)}}class Br extends h{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class Ur extends h{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 kr extends h{constructor(){super("login-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class xr extends h{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 Gr extends h{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 Kr extends h{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 Vr extends h{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 Fr extends h{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 $r extends h{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 Hr extends h{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 Xr extends h{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 Wr extends h{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 jr extends h{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 zr extends h{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 qr extends h{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 Jr 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 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 Qr extends h{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 Zr extends h{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 Yr extends h{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 el extends h{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 tl extends h{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 sl extends h{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 nl extends h{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 rl extends h{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 ll extends h{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 il extends h{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 al extends h{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 ul extends h{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 ol 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 getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class cl extends h{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 gl extends h{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 hl extends h{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 dl extends h{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class pl extends h{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 yl extends h{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 _l extends h{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 fl extends h{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 vl extends h{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 Sl extends h{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 ml extends h{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 Il extends h{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 Al extends h{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 bl extends h{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 Tl extends h{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 Ll extends h{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 Rl extends h{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 El extends h{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 wl extends h{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 Cl extends h{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 Dl extends h{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Pl extends h{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class Ol extends h{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Nl extends h{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ml extends h{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class Bl extends h{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class Ul extends h{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class kl extends h{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class xl extends h{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class Gl extends h{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Kl extends h{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class Vl extends h{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Fl extends h{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class $l extends h{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class Hl extends h{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class Xl extends h{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class Wl extends h{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class jl extends h{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class zl extends h{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class ql extends h{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class Jl extends h{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ql extends h{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class Zl extends h{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class Yl extends h{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class ei extends h{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class ti extends h{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class si extends h{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class ni extends h{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ri extends h{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class li extends h{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class ii extends h{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class ai extends h{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class ui extends h{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class oi extends h{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class ci extends h{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class gi extends h{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class hi extends h{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class di extends h{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class pi extends h{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class yi extends h{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class _i extends h{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class fi extends h{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class vi extends h{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 Si extends h{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class mi extends h{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ii extends h{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Ai extends h{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class bi extends h{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ti extends h{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class Li extends h{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class Ri extends h{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ei extends h{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class wi extends h{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ci extends h{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Di extends h{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Pi extends h{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class Oi extends h{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Ni extends h{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class Mi extends h{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class Bi extends h{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class Ui extends h{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ki extends h{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class xi extends h{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class Gi extends h{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class Ki extends h{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class Vi extends h{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class Fi extends h{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class $i extends h{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class Hi extends h{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class Xi extends h{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class Wi extends h{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class ji extends h{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 zi extends h{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class qi extends h{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class Ji extends h{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Qi extends h{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class Zi extends h{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class Yi extends h{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class ea extends h{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 ta extends h{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class sa extends h{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class na extends h{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class ra extends h{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class la extends h{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class ia extends h{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class aa extends h{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class ua extends h{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class oa extends h{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class ca extends h{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 ga extends h{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ha extends h{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class da extends h{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class pa extends h{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class ya extends h{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class _a extends h{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class fa{constructor(){i(this,"agent",new tr),i(this,"apk",new sr),i(this,"app",new nr),i(this,"appMember",new rr),i(this,"appSetting",new lr),i(this,"assets",new ir),i(this,"auditLog",new ar),i(this,"biDataSet",new ur),i(this,"biFileDatasetConfig",new or),i(this,"biFile",new cr),i(this,"biShare",new gr),i(this,"category",new hr),i(this,"dashboard",new dr),i(this,"dataSource",new pr),i(this,"dataTrace",new yr),i(this,"database",new _r),i(this,"dataset",new fr),i(this,"datasetLog",new vr),i(this,"datasourceDevops",new Sr),i(this,"datasourceMove",new mr),i(this,"datasourceMoveData",new Ir),i(this,"datasourceMoveDetail",new Ar),i(this,"externalMessage",new br),i(this,"fileTask",new Tr),i(this,"file",new Lr),i(this,"frontRelease",new Rr),i(this,"i18NConfig",new Er),i(this,"i18NInfo",new wr),i(this,"internalMessage",new Cr),i(this,"invokeLog",new Dr),i(this,"knowledgeBase",new Pr),i(this,"knowledgeBaseChunk",new Or),i(this,"knowledgeBaseDoc",new Nr),i(this,"ldap",new Mr),i(this,"licenseUnbindLog",new Br),i(this,"license",new Ur),i(this,"loginLog",new kr),i(this,"login",new xr),i(this,"manager",new Gr),i(this,"messageSetting",new Kr),i(this,"minioFile",new Vr),i(this,"model",new Fr),i(this,"modelProvider",new $r),i(this,"navMenu",new Hr),i(this,"navPage",new Xr),i(this,"openapiGroup",new Wr),i(this,"openapiKeyGrant",new jr),i(this,"org",new zr),i(this,"orgUserPicker",new qr),i(this,"permission",new Jr),i(this,"plat",new Qr),i(this,"plugin",new Zr),i(this,"pluginVersion",new Yr),i(this,"pmProcessDelegate",new el),i(this,"pmProcessDelegateDetail",new tl),i(this,"pmProcessInstance",new sl),i(this,"pmTaskDone",new nl),i(this,"pmTaskTodo",new rl),i(this,"pnPage",new ll),i(this,"pnProject",new il),i(this,"printLog",new al),i(this,"printResource",new ul),i(this,"regexp",new ol),i(this,"released",new cl),i(this,"rolePermission",new gl),i(this,"role",new hl),i(this,"seatMessage",new dl),i(this,"seat",new pl),i(this,"shortcut",new yl),i(this,"signLog",new _l),i(this,"sms",new fl),i(this,"startedProcess",new vl),i(this,"taskDelegate",new Sl),i(this,"taskDone",new ml),i(this,"taskTodo",new Il),i(this,"tenantDeveloper",new Al),i(this,"tenant",new bl),i(this,"user",new Tl),i(this,"userExtra",new Ll),i(this,"userInfoLog",new Rl),i(this,"userPasswordHistory",new El),i(this,"workbenchComponent",new wl),i(this,"workbenchComponentRelation",new Cl),i(this,"clearTempDir",new Dl),i(this,"deleteNotUseDir",new Pl),i(this,"getAttachmentInfoByPage",new Ol),i(this,"deleteCompInfo",new Nl),i(this,"deleteCompInfoType",new Ml),i(this,"getAllCompInfo",new Bl),i(this,"getAllCompInfoByTypeId",new Ul),i(this,"getAllCompInfoType",new kl),i(this,"getCompInfoById",new xl),i(this,"getCompInfoByPage",new Gl),i(this,"getCompInfoTypeById",new Kl),i(this,"getCompInfoTypeByPage",new Vl),i(this,"importCompInfoJson",new Fl),i(this,"saveCompInfo",new $l),i(this,"saveCompInfoType",new Hl),i(this,"deleteCsvDatasource",new Xl),i(this,"getAllCsvDatasource",new Wl),i(this,"getContentToArray",new jl),i(this,"getCsvDatasourceById",new zl),i(this,"getCsvDatasourceByName",new ql),i(this,"getCsvDatasourceByPage",new Jl),i(this,"parseCsvOrExcel",new Ql),i(this,"saveCsvDatasource",new Zl),i(this,"getDesignerData",new Yl),i(this,"deleteEchartTheme",new ei),i(this,"getAllEchartTheme",new ti),i(this,"getEchartThemeById",new si),i(this,"getEchartThemeByPage",new ni),i(this,"getMyEchartThemes",new ri),i(this,"getSysEchartThemes",new li),i(this,"saveEchartTheme",new ii),i(this,"buildEnshrineCompLibrary",new ai),i(this,"deleteEnshrineComp",new ui),i(this,"deleteEnshrineCompGroup",new oi),i(this,"getAllEnshrineCompGroups",new ci),i(this,"getEnshrineCompByPage",new gi),i(this,"getEnshrineCompGroupById",new hi),i(this,"getEnshrineCompGroupByPage",new di),i(this,"getLayoutItemObjById",new pi),i(this,"saveEnshrineComp",new yi),i(this,"saveEnshrineCompGroup",new _i),i(this,"searchEnshrineComp",new fi),i(this,"api",new vi),i(this,"copyFilter",new Si),i(this,"deleteFilter",new mi),i(this,"getAllFilter",new Ii),i(this,"getFilterById",new Ai),i(this,"saveFilter",new bi),i(this,"httpQuery",new Ti),i(this,"clearLogLogin",new Li),i(this,"getLogLoginByPage",new Ri),i(this,"clearLogOperate",new Ei),i(this,"deleteLogOperateById",new wi),i(this,"getPnLogOperateByPage",new Ci),i(this,"uncompressLogOperateLayoutStr",new Di),i(this,"deleteMapGeoJson",new Pi),i(this,"getAdCodeByAliasName",new Oi),i(this,"getGeoJsonByAdCode",new Ni),i(this,"getMapBaseInfoByLevel",new Mi),i(this,"getMapGeoJsonById",new Bi),i(this,"getMapGeoJsonByPage",new Ui),i(this,"saveMapGeoJson",new ki),i(this,"deletePageSnapshoot",new xi),i(this,"getPageSnapshootByEnabled",new Gi),i(this,"getPageSnapshootById",new Ki),i(this,"getPageSnapshootsByPageId",new Vi),i(this,"savePageSnapshoot",new Fi),i(this,"setPageSnapshootEnabled",new $i),i(this,"setPageSnapshootEnabledByPageId",new Hi),i(this,"attachmentResourceTransfer",new Xi),i(this,"deletePageTemplate",new Wi),i(this,"exportTemplate",new ji),i(this,"getAllPageTemplate",new zi),i(this,"getPageTemplateById",new qi),i(this,"getPageTemplateByPage",new Ji),i(this,"getPageTemplateForCreatePageForm",new Qi),i(this,"getPageTemplateLayout",new Zi),i(this,"getPageTemplateThemeJson",new Yi),i(this,"importTemplate",new ea),i(this,"savePageTemplate",new ta),i(this,"toggleEnabled",new sa),i(this,"deletePnResource",new na),i(this,"deletePnResourceGroup",new ra),i(this,"getMyAllPnResourceGroup",new la),i(this,"getMyPnResourceByPage",new ia),i(this,"getPnResourceGroupById",new aa),i(this,"resourceTransferToPage",new ua),i(this,"savePnResourceGroup",new oa),i(this,"uploadFiles",new ca),i(this,"getMyShareCustomCompByPage",new ga),i(this,"getShareCustomCompById",new ha),i(this,"getShareCustomCompByPage",new da),i(this,"saveShareCustomComp",new pa),i(this,"getPageTotalCount",new ya),i(this,"getProjectTotalCount",new _a)}}const Dc=g("SIDE_BAR_MINI_WIDTH",48),Pc=g("SIDE_BAR_SHOW_TIT_MINI_WIDTH",80);var va=g("ContentEnum",(s=>(s.FULL="full",s.FIXED="fixed",s))(va||{})),Sa=g("ThemeEnum",(s=>(s.DARK="dark",s.LIGHT="light",s))(Sa||{})),ma=g("SettingButtonPositionEnum",(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(ma||{})),Ia=g("SessionTimeoutProcessingEnum",(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(Ia||{})),Aa=g("PermissionModeEnum",(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(Aa||{})),ba=g("RouterTransitionEnum",(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))(ba||{})),me=g("ProjectName",(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))(me||{})),Ta=g("FIELD_TYPE_CATEGORY",(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(Ta||{})),m=g("FIELD_TYPE",(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||{})),La=g("FIELD_TYPE_BASIC",(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))(La||{})),Ra=g("FIELD_TYPE_LOGIC",(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))(Ra||{})),Ea=g("FIELD_TYPE_TRACE",(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(Ea||{}));const Oc=g("FieldTypeToJs",{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 wa=g("CreateType",(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(wa||{})),Ca=g("MenuType",(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(Ca||{})),Da=g("OpenMode",(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(Da||{})),Pa=g("MaterialEnum",(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))(Pa||{}));const Nc=g("FieldIconMap",{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 Oa=g("AggTypes",(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))(Oa||{})),Na=g("NodesConfigTypeEnum",(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(Na||{})),Ma=g("selectionTypeEnums",(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Ma||{})),Ba=g("UniqueConstraintType",(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(Ba||{})),Ua=g("MessageType",(s=>(s.ALL="all",s.UNREAD="unread",s))(Ua||{})),ka=g("WorkbenchType",(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(ka||{})),xa=g("PersonalCenterType",(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(xa||{})),Ga=g("GENDER_TYPE",(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Ga||{})),Ka=g("TODO_TYPE",(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(Ka||{}));const Mc=g("SHOW_FIELDTYPES",[m.TEXT,m.LONG_TEXT,m.LONG,m.INTEGER,m.DECIMAL,m.DOUBLE,m.SERIAL]);var Va=g("UserServiceType",(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Va||{})),Fa=g("EntityModelCategoryEnum",(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(Fa||{})),$a=g("EntityModelTypeEnum",(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))($a||{})),Ha=g("FieldDefaultValueTypeEnum",(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(Ha||{})),Xa=g("FieldSysVarDefaultValueEnum",(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))(Xa||{})),Wa=g("scriptTypeEnum",(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(Wa||{})),ja=g("PanelEnum",(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(ja||{})),za=g("Postion",(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(za||{})),qa=g("BorderStyle",(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(qa||{})),Ja=g("TextAlign",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(Ja||{})),Qa=g("TextDecoration",(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(Qa||{})),Za=g("EventCategory",(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(Za||{})),Ya=g("PropGroup",(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))(Ya||{})),eu=g("StyleGroup",(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(eu||{})),tu=g("tagEnum",(s=>(s.TAG="tag",s.PROGRESS="progress",s))(tu||{})),su=g("TagTypeEnum",(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))(su||{})),nu=g("ProgressTypeEnum",(s=>(s.CIRCLE="circle",s.LINE="line",s))(nu||{})),ru=g("DisplayType",(s=>(s.RULE="rule",s.CONFIG="config",s))(ru||{})),lu=g("GLOBAL_VAR_TYPE",(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))(lu||{})),iu=g("GLOBAL_TYPE",(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(iu||{})),au=g("COLUMNS_TYPE",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(au||{})),uu=g("INNER_EVENT",(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(uu||{})),ou=g("SUB_TABLE_EDIT_MODE",(s=>(s.INLINE="inline",s.MODAL="modal",s))(ou||{})),cu=g("SUB_TABLE_OPE_EVENT_TYPE_INLINE",(s=>(s.DELETE="delete",s.COPY="copy",s))(cu||{})),gu=g("SUB_TABLE_OPE_EVENT_TYPE",(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(gu||{})),hu=g("VERIFICATIONCONDITIONS_TYPE",(s=>(s.JS="js",s))(hu||{})),du=g("ASSIGNMENTSTRATEGY_ENUM",(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(du||{})),pu=g("Dependency_ENUM",(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(pu||{})),yu=g("ToolkitEnum",(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))(yu||{})),_u=g("CategoryTypeEnum",(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))(_u||{})),V=g("Platform",(s=>(s.WEB="web",s.MOBILE="mobile",s))(V||{})),fu=g("BuiltinType",(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(fu||{})),vu=g("DateRangeEnums",(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))(vu||{})),Su=g("SelectPickerEnums",(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(Su||{})),mu=g("CURRENCY_ENUM",(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(mu||{})),Iu=g("TIMETYPE_ENUM",(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))(Iu||{})),Au=g("TIMETYPE_LANG_ENUM",(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))(Au||{})),bu=g("CURRENCY_LANG_ENUM",(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(bu||{})),Tu=g("RowSelectionTypeEnums",(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(Tu||{})),Lu=g("StatisticalMethodEnums",(s=>(s.Current="current",s.Whole="whole",s))(Lu||{})),Ru=g("PrintModeEnums",(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(Ru||{})),Eu=g("openWindowEnums",(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(Eu||{})),wu=g("KeyMode",(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(wu||{})),Cu=g("TransactionMode",(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(Cu||{})),Du=g("DisplayEnums",(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(Du||{})),Pu=g("ButtonColorType",(s=>(s.DEFAULT="default",s.LINK="link",s))(Pu||{})),Ou=g("ButtonColorTheme",(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))(Ou||{})),Nu=g("ButtonStyle",(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(Nu||{})),Mu=g("ButtonSize",(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Mu||{})),Bu=g("ButtonTypeGroup",(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(Bu||{})),Uu=g("ButtonType",(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(Uu||{})),ku=g("ButtonType_vant",(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(ku||{}));const Bc=g("ButtonGroupType",{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 xu=g("operateSysEnums",(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))(xu||{})),Gu=g("TableSearchTypeEnum",(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Gu||{})),Ku=g("TableTypeEnum",(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Ku||{})),Vu=g("TableEditingMethodEnum",(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Vu||{})),Fu=g("WidgetInScopeEnum",(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(Fu||{})),$u=g("ListTreeSearchTypeEnum",(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))($u||{})),Hu=g("DatasourceTypeEnum",(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(Hu||{})),Xu=g("SignatureTypeEnum",(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(Xu||{})),Wu=g("ResetRuleType",(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(Wu||{})),ju=g("SCOPE",(s=>(s.PAGE="page",s.MODAL="modal",s))(ju||{})),zu=g("FormComponents",(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))(zu||{})),qu=g("SearchComponents",(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))(qu||{})),Ju=g("tableColumnWidthEnum",(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(Ju||{})),Qu=g("controlConfigEnum",(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(Qu||{})),Zu=g("statisticalMethodEnum",(s=>(s.TOTAL="total",s.AVERAGE="average",s))(Zu||{})),Yu=g("fixedAlignENUM",(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))(Yu||{})),eo=g("tableColumnTypeEnum",(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))(eo||{})),to=g("tabsTypeENUM",(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(to||{})),so=g("sortTypeEnum",(s=>(s.ASC="asc",s.DESC="desc",s))(so||{})),no=g("BindCmpStyleEnum",(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))(no||{}));const Uc=g("Ch_BindCmpStyleEnum",{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 ro=g("BindCmpStyleTypeEnum",(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))(ro||{}));const kc=g("transformBindCmp2CmpType",{TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"}),xc=g("bindCmpStyleMap",{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 lo=g("buttonShowType",(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(lo||{}));const Gc=g("searchListByFieldType",[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 io=g("AppPublishStateEnum",(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(io||{})),ao=g("BasicAction",(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))(ao||{})),uo=g("CustomAction",(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))(uo||{}));const Kc=g("DefaultActions",["Insert","Update","Delete"]),Vc=g("PlatformSettingActions",["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"]);var oo=g("sizeEnum",(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(oo||{})),co=g("screenEnum",(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))(co||{}));const O=g("screenMap",new Map);O.set("XS",480),O.set("SM",576),O.set("MD",768),O.set("LG",992),O.set("XL",1200),O.set("XXL",1600);const go=g("TIMEZONE_KEY","TIMEZONE__"),Fc=g("TENANT_KEY","TENANT__"),$c=g("TOKEN_KEY","TOKEN__"),Hc=g("LOCALE_KEY","LOCALE__"),Xc=g("LOCALE_LIST_KEY","LOCALE__LIST"),Wc=g("LOCAL_I18N_TRANSLATE","LOCAL_I18N_TRANSLATE"),jc=g("USER_INFO_KEY","USER__INFO__"),zc=g("ROLES_KEY","ROLES__KEY__"),qc=g("PROJ_CFG_KEY","PROJ__CFG__KEY__"),Jc=g("LOCK_INFO_KEY","LOCK__INFO__KEY__"),Qc=g("MULTIPLE_TABS_KEY","MULTIPLE_TABS__KEY__"),Zc=g("APP_DARK_MODE_KEY_","__APP__DARK__MODE__"),Yc=g("APP_LOCAL_CACHE_KEY","COMMON__LOCAL__KEY__"),eg=g("APP_SESSION_CACHE_KEY","COMMON__SESSION__KEY__"),tg=g("DESIGNER_SESSION_CACHE_KEY","DESIGNER_SESSION_CACHE_KEY");var ho=g("CacheTypeEnum",(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(ho||{})),po=g("SEARCH_SEVICE",(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))(po||{}));const sg=g("notSingleArr",["in","notIn","containAny","containAll","versionIn"]);var yo=g("AGLINE_ENUMS",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(yo||{}));const ng=g("presetColor",["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"]);var _o=g("ButtonOpeEnum",(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(_o||{})),fo=g("RdoButtonOpeEnum",(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(fo||{})),vo=g("ExceptionEnum",(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))(vo||{})),b=g("ErrorTypeEnum",(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(b||{})),So=g("ResultEnum",(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(So||{})),mo=g("RequestEnum",(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(mo||{})),Io=g("ContentTypeEnum",(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))(Io||{})),Ao=g("BizServiceEnum",(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))(Ao||{})),bo=g("MenuTypeEnum",(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(bo||{})),To=g("TriggerEnum",(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(To||{})),Lo=g("MenuModeEnum",(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(Lo||{})),Ro=g("MenuSplitTyeEnum",(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(Ro||{})),Eo=g("TopMenuAlignEnum",(s=>(s.CENTER="center",s.START="start",s.END="end",s))(Eo||{})),wo=g("MixSidebarTriggerEnum",(s=>(s.HOVER="hover",s.CLICK="click",s))(wo||{})),Co=g("PageEnum",(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))(Co||{})),Do=g("RoleEnum",(s=>(s.SUPER="super",s.TEST="test",s))(Do||{})),Po=g("SizeEnum",(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(Po||{})),Oo=g("ProcessStatusEnum",(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))(Oo||{}));const rg=g("ch_ProcessStatusMap",{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 No=g("ExamineAndApproveStateEnum",(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(No||{})),U=g("PluginModeEnum",(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(U||{}));class Ie{projectName=me.PORTAL;tenantId="";lang="zh-CN";appInfo={}}g("GlobalPiniaState",Ie);class q{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}g("FormState",q);class R{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}g("FormItemBasicState",R);class Ae extends R{}g("FormCollapsePaneState",Ae);class be extends R{}g("FormCollapseState",be);class Te extends R{activePane=""}g("FormTabState",Te);class Le extends R{}g("FormTabPaneState",Le);class J extends R{label="";value=null;options=[]}g("FormEditItemState",J);class Re extends R{expand=!0}g("FormGroupState",Re);class Ee extends J{}g("FormItemState",Ee);const Mo=ce("global-store",{state(){return new Ie},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 we{pinia=ge();store;constructor(){he(this.pinia),this.store=Mo()}}g("GlobalStoreUtil",we);function Bo(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 Uo{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=>{Bo(e)}),this.map.clear()}}class Ce{constructor(e){this.e=new Uo,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:ko}=Object.prototype;function xo(s){return Ko(s)==="function"}const Go={"[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 Ko(s){return Go[ko.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 De(s,e){Q(s,"",-1,e)}function Pe(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class F{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&&xo(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 Z{map=new Map;providers=new Map;hooks={register:new F,unregister:new F};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())}}g("DesignerRegister",Z);class N{static editors=new Map;static providers=new Map;static register(e,t){N.editors.set(e,t)}static unregister(e){N.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=N.editors.get(e);if(t){const n=t();return this.providers.set(e,n),n}return null}}g("EditorRegister",N);class M{static items=new Map;static register(e,t){M.items.set(e,t)}static unregister(e){M.items.delete(e)}static create(e){const t=M.items.get(e);return t?t():null}}g("FormItemRegister",M);class Y{map=new Map;hooks={register:new F,unregister:new F};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())}}g("RenderRegister",Y);class Oe{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})}}g("DictionaryUtil",Oe);function Vo(s,e){return _gct.i18n.global.t(s,e)}var Ne=g("EditorRegisterConst",(s=>(s.PREFIX="EDITOR___",s))(Ne||{})),Fo=g("EditorType",(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))(Fo||{})),$o=g("EditorTypeOld",(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))($o||{})),Ho=g("FormContainerType",(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(Ho||{}));const B=g("CoreConst",{TOKEN:"gct-token",TENANT:"gct-tenant"}),Xo=g("STYLE_NAMESPACE_TAG","gct"),Wo=g("PLUGIN_BASE_URL","/minio"),jo="is-";function w(s,e,t,n,u){let r=`${s}-${e}`;return t&&(r+=`-${t}`),n&&(r+=`__${n}`),u&&(r+=`--${u}`),r}class Me{constructor(e,t){this.block=e,this.namespace=t||Xo}namespace;b(e=""){return w(this.namespace,this.block,e,"","")}e(e){return e?w(this.namespace,this.block,"",e,""):""}m(e){return e?w(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?w(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?w(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?w(this.namespace,this.block,e,"",t):""}bem(e,t,n){return e&&t&&n?w(this.namespace,this.block,e,t,n):""}is(e,t){return e&&t?`${jo}${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}`}}g("Namespace",Me);function zo(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var ee,Be;function qo(){if(Be)return ee;Be=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,d=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||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(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,d=0}else a===46&&d!==-1?++d:d=-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 d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.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,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,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,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!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,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===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?"":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,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,ee=n,ee}var Jo=qo();const te=zo(Jo);class Qo{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===V.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=te.join(Wo,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 d=await System.import(o);n[o]=d,this.module.set(o,d)}catch(d){console.error(d)}};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(U.DESIGN,t,n),[r,l]=u;return r.forEach(o=>{o.plugins.forEach(d=>{const a=l[d.key];if(!a){console.error(`${d.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===V.WEB){const p=a.web??a.default;p&&_gct.register.designer.web.register(d.key,()=>new p)}else{const p=a.mobile??a.default;p&&_gct.register.designer.mobile.register(d.key,()=>new p)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const n=await this.loadPlugins(U.DESIGN,t);t.forEach(u=>{const r=n[u.key];if(!r){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===V.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(U.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(U.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)}}}g("PluginPgkUtil",Qo);class Zo{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=te.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+te.resolve(this.baseDir,e)}}g("PluginStaticResource",Zo);function Yo(){return Pe(B.TOKEN)}function ec(s){s?Q(B.TOKEN,s,7,!0):De(B.TOKEN,!0)}function tc(){return Pe(B.TENANT)}function sc(s){s?Q(B.TENANT,s,7,!0):De(B.TENANT,!0)}function nc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const lg=g("isMobile",(()=>{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 rc(){return localStorage.getItem(go)||"UTC+08:00"}function lc(s,e,t,n){return{install(u){s&&e&&_gct.register.editor.register(Ne.PREFIX+s,e),t&&u.component(n??t.name,t)}}}class Ue{i18n=re({});storeUtil=new we;store=this.storeUtil.store;message;dictionary=new Oe;register={designer:{mobile:new Z,web:new Z},render:{mobile:new Y,web:new Y},editor:N,formItem:M};api={apaas:new Jn,platform:new fa};t(e,t){return this.i18n.global.t(e,t)}}g("GctGlobal",Ue);class ke{constructor(e){this.model=e,this.init()}evt=new Ce;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(){}}g("GctFormController",ke);class ic extends ke{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)}}g("EditFormController",ic);function ac(s){const e=s();return e.state=x(e.state),de(()=>e.destroy()),e}class se{model;constructor(e){this.model=e}}g("EditorController",se);class xe{constructor(e){this.model=e,this.init()}evt=new Ce;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)})}}g("FormController",xe);function uc(s){const e=new xe(s);return e.state=x(e.state),e}class C{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}}g("FormItemBasicController",C);function oc(s){const e=s();return e.state=x(e.state),e}class cc extends C{type="collapse-pane";crateItemState(){return new Ae}}g("FormCollapsePaneController",cc);class gc extends C{type="collapse";crateItemState(){return new be}}g("FormCollapseController",gc);class hc extends C{type="tab";crateItemState(){return new Te}}g("FormTabController",hc);class dc extends C{type="tab-pane";crateItemState(){return new Le}}g("FormTabPaneController",dc);class pc extends C{type="group";crateItemState(){return new Re}}g("FormGroupController",pc);class ne extends C{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=k(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}}g("FormEditItemController",ne);class yc extends ne{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 Ee}}g("FormItemController",yc);class _c extends ne{type="hidden"}g("FormHiddenItemController",_c);class fc extends se{}g("LengthUnitEditorController",fc);class vc extends se{}g("ColorEditorController",vc);function Ge(){return H("formController")}function Sc(s){let e=null;if(s){const n=Ge().item[s];n&&(e=G({get(){return n.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&n.value==u)&&(n.value=u)}}))}else{let t=X().proxy;const n=t.$props,u=t.$emit;e=G({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 mc(s,e){let t=X().proxy;const n=t.$props,u=t.$emit,r=s?s.length:0,l=e?e.length:0,o=G({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 d=c;r>0&&(d=s+d),l>0&&(d=d+e),u("update:value",d)}});return t=null,o}function Ic(s){const e=H("modal");return e&&s&&(e.ok=s),e}function Ac(s){return new Me(s)}function Ke(s){return typeof s<"u"}function bc(s){const e=K(s||""),t=K(!1),n=K(!1);return pe(e,u=>{Ke(u)&&(n.value=!0,t.value=Ve(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:n}}function Ve(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 Tc{handle(e){console.error(e)}}class Lc{handle(e){console.error(e)}}class Rc{handle(e){if(e.type===b.AJAX){new Fe().handle(e);return}console.error(e)}}class Fe{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 $e{static _strategies=new Map;static init(){this.registerStrategy(b.SCRIPT,new Tc),this.registerStrategy(b.VUE,new Lc),this.registerStrategy(b.PROMISE,new Rc),this.registerStrategy(b.AJAX,new Fe)}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(){$e.init()}_processError(e){$e.getStrategy(e.type)?.handle(e)}}async function Ec(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 Ec(s)}function He(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Ue}})}}));
|
|
1
|
+
System.register(["pinia","lodash-es","axios","vue-i18n","vue-router","vue","qs"],(function(y,kt){"use strict";var wt,Gt,Ht,vt,Ne,Kt,Vt,zt,Wt,qt,Xt,$t,Re,jt,At,Se,Et,Te,Jt,Zt;return{setters:[K=>{wt=K.defineStore,Gt=K.createPinia,Ht=K.setActivePinia},K=>{vt=K.mergeWith,Ne=K.cloneDeep,Kt=K.unionWith,Vt=K.isEqual},K=>{zt=K.AxiosHeaders,Wt=K.default},K=>{qt=K.createI18n},K=>{Xt=K.createRouter,$t=K.createWebHashHistory},K=>{Re=K.reactive,jt=K.onUnmounted,At=K.inject,Se=K.computed,Et=K.getCurrentInstance,Te=K.ref,Jt=K.watch},K=>{Zt=K.default}],execute:(function(){y({copyTextToClipboard:Qs,createAppVue:xd,deepMerge:ds,default:Es,getPathQuery:os,getTenant:_0,getTimezone:hs,getToken:ss,install:Es,interceptors:is,isDef:xs,setTenant:N0,setToken:rs,t:p0,useCopyToClipboard:pd,useEditFormController:j0,useForm:Ds,useFormController:J0,useFormItemController:Z0,useGctFormValue:id,useGctFormValueByText:ld,useModal:nd,useNamespace:ud,widthEditorInstall:S0});const K=y("SIDE_BAR_MINI_WIDTH",48),Td=y("SIDE_BAR_SHOW_TIT_MINI_WIDTH",80);var Os=y("ContentEnum",(e=>(e.FULL="full",e.FIXED="fixed",e))(Os||{})),Ms=y("ThemeEnum",(e=>(e.DARK="dark",e.LIGHT="light",e))(Ms||{})),Us=y("SettingButtonPositionEnum",(e=>(e.AUTO="auto",e.HEADER="header",e.FIXED="fixed",e))(Us||{})),ks=y("SessionTimeoutProcessingEnum",(e=>(e[e.ROUTE_JUMP=0]="ROUTE_JUMP",e[e.PAGE_COVERAGE=1]="PAGE_COVERAGE",e))(ks||{})),ws=y("PermissionModeEnum",(e=>(e.ROLE="ROLE",e.BACK="BACK",e.ROUTE_MAPPING="ROUTE_MAPPING",e.PLATFORM_ROLE="PLATFORM_ROLE",e))(ws||{})),Gs=y("RouterTransitionEnum",(e=>(e.ZOOM_FADE="zoom-fade",e.ZOOM_OUT="zoom-out",e.FADE_SIDE="fade-slide",e.FADE="fade",e.FADE_BOTTOM="fade-bottom",e.FADE_SCALE="fade-scale",e))(Gs||{})),fe=y("ProjectName",(e=>(e.PORTAL="portal",e.BACKEND_MANAGEMENT="backend-management",e.DEVELOPER_CENTER="developer-center",e.TENANT_CENTER="tenant-center",e.APP_DESIGNER="app-designer",e.PAGE_DESIGNER="page-designer",e.WEB_RENDER="web-render",e.MOBILE_RENDER="mobile-render",e))(fe||{})),Hs=y("FIELD_TYPE_CATEGORY",(e=>(e.ALL="field_type_all",e.BASIC="field_type_basic",e.LOGIC="field_type_logic",e.TRACE="field_type_trace",e))(Hs||{})),k=y("FIELD_TYPE",(e=>(e.PRIMARY_KEY="primary_key",e.ASSOCIATED_PRIMARY_KEY="associated_primary_key",e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.DATA_TABLE_FORMULA="data_table_formula",e.READONLYCMP="readonlycmp",e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e.Biz_Process="biz_process",e))(k||{})),Ks=y("FIELD_TYPE_BASIC",(e=>(e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e))(Ks||{})),Vs=y("FIELD_TYPE_LOGIC",(e=>(e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.Biz_Process="biz_process",e))(Vs||{})),zs=y("FIELD_TYPE_TRACE",(e=>(e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e))(zs||{}));const Fd=y("FieldTypeToJs",{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 Ws=y("CreateType",(e=>(e.SYSTEM="SYSTEM",e.USER_DEFINED="USER_DEFINED",e.BUILTIN="BUILTIN",e.CUSTOM="CUSTOM",e.PROCESS="PROCESS",e))(Ws||{})),qs=y("MenuType",(e=>(e.CATALOG="CATALOG",e.STANDARD="STANDARD",e.LINK="LINK",e))(qs||{})),Xs=y("OpenMode",(e=>(e.PRESENT="PRESENT",e.IFRAME="IFRAME",e.NEW="NEW",e))(Xs||{})),$s=y("MaterialEnum",(e=>(e.MaterialFormField="formField",e.MaterialTableField="tableField",e.MaterialEmbedTableField="embedTableField",e.MaterialSubTableField="subTableField",e.MaterialSubTableModalField="subTableModalField",e.cardListFormField="cardList",e.MaterialTableSelectField="tableSelectField",e.DescriptionsFormField="descriptions",e))($s||{}));const Pd=y("FieldIconMap",{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 js=y("AggTypes",(e=>(e.COUNT="COUNT",e.SUM="SUM",e.MAX="MAX",e.MIN="MIN",e.AVG="AVG",e))(js||{})),Js=y("NodesConfigTypeEnum",(e=>(e.SPEC="spec",e.SUB_WORKFLOW="sub_workflow",e))(Js||{})),Zs=y("selectionTypeEnums",(e=>(e.None="none",e.SingleChoice="gct_radio",e.MultipleChoice="checkbox",e))(Zs||{})),Ys=y("UniqueConstraintType",(e=>(e.NONE="NONE",e.GLOBAL="GLOBAL",e.LEVEL="LEVEL",e.LOGIC="LOGIC",e))(Ys||{})),er=y("MessageType",(e=>(e.ALL="all",e.UNREAD="unread",e))(er||{})),tr=y("WorkbenchType",(e=>(e.TEST="myTestApp",e.QUICK="quickAccess",e.MY="myApp",e))(tr||{})),ar=y("PersonalCenterType",(e=>(e.PROFILE="profile",e.GENDER="gender",e.ENTERPRISE="enterprise",e))(ar||{})),sr=y("GENDER_TYPE",(e=>(e.FEMALE="female",e.MALE="male",e.PRIVARY="privary",e))(sr||{})),rr=y("TODO_TYPE",(e=>(e.TODO="todo",e.APPLICATION="application",e.DONE="done",e.DELEGATE="delegate",e))(rr||{}));const Od=y("SHOW_FIELDTYPES",[k.TEXT,k.LONG_TEXT,k.LONG,k.INTEGER,k.DECIMAL,k.DOUBLE,k.SERIAL]);var or=y("UserServiceType",(e=>(e.SCRIPT_SERVICE="SCRIPT_SERVICE",e.SQL_SERVICE="SQL_SERVICE",e.SO_SERVICE="SO_SERVICE",e.BUILTIN_SERVICE="SYS_BUILTIN",e))(or||{})),hr=y("EntityModelCategoryEnum",(e=>(e.ENTITY="entity",e.DATA="data",e.VIEW="view",e))(hr||{})),dr=y("EntityModelTypeEnum",(e=>(e.BASE="BASE",e.NDO="NDO",e.RDO="RDO",e.TREE="TREE",e.DYNAMIC_FORM="DYNAMIC_FORM",e.WORKFLOW="WORKFLOW",e.TRANSACTION="TRANSACTION",e))(dr||{})),ir=y("FieldDefaultValueTypeEnum",(e=>(e.NONE="NONE",e.FIXED="FIXED",e.SYS_VAR="SYS_VAR",e))(ir||{})),lr=y("FieldSysVarDefaultValueEnum",(e=>(e.NULL="",e.SYS_DATE="SYS_DATE",e.SYS_TIME="SYS_TIME",e.SYS_DATE_TIME="SYS_DATE_TIME",e.CURRENT_USER="CURRENT_USER",e.CURRENT_ORG="CURRENT_ORG",e))(lr||{})),nr=y("scriptTypeEnum",(e=>(e.EVENT="event",e.BUSINESSSERVICE="businessService",e.TIMER="timer",e))(nr||{})),ur=y("PanelEnum",(e=>(e.PAGE="page",e.HISTORY="history",e.GLOBAL="global",e.WIDGET="widget",e.CHANGE_DESIGN="changeDesign",e))(ur||{})),pr=y("Postion",(e=>(e.STATIC="static",e.RELATIVE="relative",e.ABSOLUTE="absolute",e.FIXED="fixed",e.STICKY="sticky",e))(pr||{})),mr=y("BorderStyle",(e=>(e.NONE="none",e.SOLID="solid",e.DOTTED="dotted",e.DASHED="dashed",e.DOUBLE="double",e))(mr||{})),fr=y("TextAlign",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.JUSTIFY="justify",e))(fr||{})),gr=y("TextDecoration",(e=>(e.LINETHROUGH="line-through",e.UNDERLINE="underline",e.NONE="none",e))(gr||{})),yr=y("EventCategory",(e=>(e.INNER="inner",e.JS="js",e.LO="lo",e))(yr||{})),cr=y("PropGroup",(e=>(e.BASIC="basic",e.ADVANCED="advance",e.DISPLAY="display",e.LABEL="label",e.VUE3="vue3",e.FIELD="field",e.DATA="data",e.OTHER="other",e.LIST="list",e.Table="table",e.SUBMIT_RULE="submitRule",e.LISTDATA="listdata",e.SHOW="show",e.FIELD_CONFIG="fieldConfig",e.FORM_CONFIG="formConfig",e.FIELD_LAYOUT="FieldLayout",e.TABLESELECT_CONFIG="tableSelect",e.GENRADIO="genRadio",e.GENCHECKBOX="genCheckbox",e.GENSWITCH="genSwitch",e.OPTIONS="options",e.COLLAPSE="collapse",e.IFRAME="iframe",e.FILECOLLECT="fileCollect",e.CARDLIST="cardList",e.BUTTON="button",e.Button="Button",e.ButtonShow="ButtonShow",e.ButtonStyle="ButtonStyle",e.LISTBUTTON="listButton",e.MODAL="modal",e.MODALWIDTH="modalWidth",e.MODALHEIGHT="modalHeight",e.MODALTITLECONFIG="modalTitleConfig",e.SEARCH="search",e.QUERY="query",e.INPUT_CONFIG="inputConfig",e.DATALINKAGE="dataLinkage",e.PERMISSION="permission",e.DATASOURCE="dataSource",e.VALIDATERULE="validaterule",e.TEXT="text",e.GRID_CONFIG="gridConfig",e.COL_CONFIG="colConfig",e.COMPONENTDEPENDENCY="componentDependency",e.GENIMAGE="genImage",e.DATARANGE="dataRange",e.OPERATOR_CONFIG="operatorConfig",e.BUSINESS_CONFIG="businessConfig",e))(cr||{})),Dr=y("StyleGroup",(e=>(e.LAYOUT="layout",e.STYLE="style",e.BACKGROUND="background",e.MARGIN="margin",e.BORDER="border",e.HEADER="header",e))(Dr||{})),xr=y("tagEnum",(e=>(e.TAG="tag",e.PROGRESS="progress",e))(xr||{})),Qr=y("TagTypeEnum",(e=>(e.RADIUS="radius",e.LINEAR_RADIUS="linear_radius",e.BIG_RADIUS="big_radius",e.LINEAR_BIG_RADIUS="linear_big_radius",e.DASHED_RADIUS="dashed_radius",e.STATUS="status",e))(Qr||{})),vr=y("ProgressTypeEnum",(e=>(e.CIRCLE="circle",e.LINE="line",e))(vr||{})),Ar=y("DisplayType",(e=>(e.RULE="rule",e.CONFIG="config",e))(Ar||{})),Er=y("GLOBAL_VAR_TYPE",(e=>(e.STRING="string",e.NUMBER="number",e.BOOLEAN="boolean",e.OBJECT="object",e.ARRAY="array",e.NULL="NULL",e.DATE="date",e.DATETIME="datetime",e.TIME="time",e))(Er||{})),Br=y("GLOBAL_TYPE",(e=>(e.MODAL="modal",e.EVENT="event",e.VAR="var",e))(Br||{})),Cr=y("COLUMNS_TYPE",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(Cr||{})),Ir=y("INNER_EVENT",(e=>(e.CLOSE_MODAL="__CLOSEMODAL__",e.OPEN_MODAL="__OPENMODAL__",e.REFRESH_TABLE="__REFRESHTABLE__",e))(Ir||{})),br=y("SUB_TABLE_EDIT_MODE",(e=>(e.INLINE="inline",e.MODAL="modal",e))(br||{})),Lr=y("SUB_TABLE_OPE_EVENT_TYPE_INLINE",(e=>(e.DELETE="delete",e.COPY="copy",e))(Lr||{})),_r=y("SUB_TABLE_OPE_EVENT_TYPE",(e=>(e.DELETE="delete",e.EDIT="edit",e.COPY="copy",e))(_r||{})),Nr=y("VERIFICATIONCONDITIONS_TYPE",(e=>(e.JS="js",e))(Nr||{})),Rr=y("ASSIGNMENTSTRATEGY_ENUM",(e=>(e.alwaysCover="alwaysCover",e.notCovered="notCovered",e))(Rr||{})),Sr=y("Dependency_ENUM",(e=>(e.HIDDEN="hidden",e.READONLY="readonly",e.DISABLED="disabled",e.REQUIRED="required",e.ASSIGNMENT="assignment",e))(Sr||{})),Tr=y("ToolkitEnum",(e=>(e.OUTLINE="OUTLINE",e.WIDGETS="WIDGETS",e.FIELD="FIELD",e.MODAL="MODAL",e.JS="JS",e.CSS="CSS",e.TEMPLATE="TEMPLATE",e.LO="LO",e))(Tr||{})),Fr=y("CategoryTypeEnum",(e=>(e.FORM="form",e.LAYOUT="layout",e.ADVANCED="advanced",e.DATA="data",e.BUTTON="button",e.RDO="rdo",e.KIT="kit",e.PROCESS="process",e))(Fr||{})),Fe=y("Platform",(e=>(e.WEB="web",e.MOBILE="mobile",e))(Fe||{})),Pr=y("BuiltinType",(e=>(e.MODAL="modal",e.MODAL_BODY="modalBody",e.MODAL_FOOTER="modalFooter",e.BottomButtonContainer="bottom-button-container",e))(Pr||{})),Or=y("DateRangeEnums",(e=>(e.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",e.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",e.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",e.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",e.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",e.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",e.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",e.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",e.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",e.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",e))(Or||{})),Mr=y("SelectPickerEnums",(e=>(e.DROPDOWN_SELECTION="dropdownSelection",e.TREE_SELECTION="treeSelection",e.MODAL_BOX_SELECTION="modalBoxSelection",e))(Mr||{})),Ur=y("CURRENCY_ENUM",(e=>(e["¥"]="¥",e.$="$",e.S$="S$",e))(Ur||{})),kr=y("TIMETYPE_ENUM",(e=>(e.d="d",e["d:h"]="d:h",e["d:h:m"]="d:h:m",e["d:h:m:s"]="d:h:m:s",e.h="h",e["h:m"]="h:m",e["h:m:s"]="h:m:s",e.m="m",e["m:s"]="m:s",e.s="s",e))(kr||{})),wr=y("TIMETYPE_LANG_ENUM",(e=>(e.d="days",e["d:h"]="dayhour",e["d:h:m"]="dayhourminute",e["d:h:m:s"]="dayhourminutesecond",e.h="hour",e["h:m"]="hourminute",e["h:m:s"]="hourminutesecond",e.m="minute",e["m:s"]="minutesecond",e.s="seconds",e))(wr||{})),Gr=y("CURRENCY_LANG_ENUM",(e=>(e["¥"]="chMoney",e.$="usMoney",e.S$="sgpMoney",e))(Gr||{})),Hr=y("RowSelectionTypeEnums",(e=>(e.SingleChoice="radio",e.MultipleChoice="checkbox",e))(Hr||{})),Kr=y("StatisticalMethodEnums",(e=>(e.Current="current",e.Whole="whole",e))(Kr||{})),Vr=y("PrintModeEnums",(e=>(e.Local="local",e.Server="server",e.PREVIEW_PRINT="PreviewPrint",e.DIRECT_PRINTING="DirectPrinting",e))(Vr||{})),zr=y("openWindowEnums",(e=>(e.OPEN="open",e.APPROVE="linkApprove",e))(zr||{})),Wr=y("KeyMode",(e=>(e.SYSTEM="system",e.TRANSACTION="transaction",e))(Wr||{})),qr=y("TransactionMode",(e=>(e.CURRENT="current",e.REFERENCE="reference",e))(qr||{})),Xr=y("DisplayEnums",(e=>(e.BLOCK="block",e.INLINE_BLOCK="inline-block",e))(Xr||{})),$r=y("ButtonColorType",(e=>(e.DEFAULT="default",e.LINK="link",e))($r||{})),jr=y("ButtonColorTheme",(e=>(e.DEFAULT="default",e.PRIMARY="primary",e.ERROR="error",e.WARNING="warning",e.SUCCESS="success",e))(jr||{})),Jr=y("ButtonStyle",(e=>(e.ORDINARY="ordinary",e.SQUARE="square",e))(Jr||{})),Zr=y("ButtonSize",(e=>(e.SMALL="small",e.DEFAULT="middle",e.LARGE="large",e))(Zr||{})),Yr=y("ButtonTypeGroup",(e=>(e.TEXT="TEXT",e.ICON_TEXT="ICON_TEXT",e.ICON="ICON",e))(Yr||{})),eo=y("ButtonType",(e=>(e.PRIMARY="primary",e.DEFAULT="default",e.DASHED="dashed",e.LINK="link",e))(eo||{})),to=y("ButtonType_vant",(e=>(e.PRIMARY="primary",e.DANGER="danger",e.DEFAULT="default",e))(to||{}));const Md=y("ButtonGroupType",{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 ao=y("operateSysEnums",(e=>(e.COLUMNDELETE="columnDelete",e.COLUMNLINK="columnLink",e.COPY="copy",e.VERSION_COPY="version_copy",e.VERSION_CREATE="version_create",e.DETAILS="details",e.EDIT="edit",e.USAGEINFORMATION="usageInformation",e.MODELINGTRACEABILITY="modelingTraceability",e.IMPORT="import",e.EXPORT="export",e.BATCHDELETE="batchDelete",e.SUBMIT="submit",e.RESET="reset",e.EXCUTE="excute",e.LABEL_PRINT="label_print",e.DOCUMENT_PRINT="document_print",e.EXAMINE_AND_APPROVE="examineAndApprove",e))(ao||{})),so=y("TableSearchTypeEnum",(e=>(e.NONE="none",e.EMBEDDED="embedded",e.EXTERNAL="external",e))(so||{})),ro=y("TableTypeEnum",(e=>(e.DEFAULT="default",e.EMBED="embed",e.SUB="sub",e))(ro||{})),oo=y("TableEditingMethodEnum",(e=>(e.DEFAULTEDITING="defaultEditing",e.CLICKTOENTEREDITING="clickToEnterEditing",e))(oo||{})),ho=y("WidgetInScopeEnum",(e=>(e.GCT="gct",e.GCT_MODAL="gct-modal",e.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",e))(ho||{})),io=y("ListTreeSearchTypeEnum",(e=>(e.ALL="ALL",e.SEARCH="SEARCH",e.SEARCHALL="SEARCHALL",e.LEVEL="LEVEL",e.CHILDREN="CHILDREN",e))(io||{})),lo=y("DatasourceTypeEnum",(e=>(e.REALTIMEDATASOURCE="realTimeDataSource",e.SERVICEDATASOURCE="serviceDataSource",e))(lo||{})),no=y("SignatureTypeEnum",(e=>(e.SIGNATURE_ONLY="signature_only",e.SIGNATURE_DATE="signature_date",e.SIGNATURE_DATETIME="signature_datetime",e))(no||{})),uo=y("ResetRuleType",(e=>(e.WIPE_DATA="wipe_data",e.REFRESHDATA="refresh_data",e))(uo||{})),po=y("SCOPE",(e=>(e.PAGE="page",e.MODAL="modal",e))(po||{})),mo=y("FormComponents",(e=>(e.RdoInput="rdo-input",e.Input="input",e.ElectronicSignature="electronic-signature",e.UseinfoButton="useinfo-button",e.ModelingButton="modeling-button",e.ImportButton="gc-import-button",e.ExportButton="gc-export-button",e.DocumentPrintButton="document-print-button",e.SubmitButton="submit-button",e.BatchDeleteButton="batchdelete-button",e.CustomButton="custom-button",e.TableLinkButton="table-link-button",e.TableInfoButton="table-info-button",e.TableApproveButton="table-approve-button",e.OpeButton="ope-button",e.ResetButton="reset-button",e.RdoSaveButton="rdo-save-button",e.LabelPrintButton="labelprint-button",e.ProcessButton="process-button",e.ProcessApproveButton="process-approve-button",e.CreateButton="create-button",e.DeleteButton="delete-button",e.CopyButton="copy-button",e.RefreshButton="refresh-button",e.CreateVersionButton="create-version-button",e.CopyVersionButton="copy-version-button",e.Checkbox="checkbox",e.DataTable="data-table",e.TreeTable="tree-table",e.DataTableColumn="data-table-column",e.RefDataTable="ref-data-table",e.DataList="data-list",e.RdoDataList="rdo-data-list",e.DataTableOpe="data-table-ope",e.DataTableFormula="data-table-formula",e.Datepicker="datepicker",e.DateTimepicker="datetimepicker",e.Department="department",e.Form="form",e.RdoForm="rdo-form",e.RdoTable="rdo-table",e.MedProRdoForm="medprordo-form",e.MedProRdoTable="medprordo-table",e.FormProcess="form-process",e.Inputmoney="inputmoney",e.Inputnumber="inputnumber",e.InputDouble="inputdouble",e.Radio="radio",e.Select="select",e.RdoSelect="rdo-select",e.Switch="switch",e.Textarea="textarea",e.Timepicker="timepicker",e.Userpicker="userpicker",e.Search="search",e.SelectSearch="select-search",e.QuickSearch="quick-search",e.LayoutContainer="layout-container",e.ButtonContainer="button-container",e.ButtonProcessContainer="button-process-container",e.BottomButtonContainer="bottom-button-container",e.Grid="grid",e.GridCol="grid-col",e.Tabs="tabs",e.TabPane="tab-pane",e.LeftRightColumns="left-right-columns",e.TopBottomColumns="top-bottom-columns",e.LeftLayoutThree="left-layout-three",e.TopLayoutThree="top-layout-three",e.UploadFile="upload-file",e.UploadImage="upload-image",e.SubTable="sub-table",e.SubTableOpe="sub-table-ope",e.SubTableAddBtn="sub-table-add-button",e.SubTableCopyBtn="sub-table-copy-button",e.SubTableEditBtn="sub-table-edit-button",e.SubTableDeleteBtn="sub-table-delete-button",e.LinkPageBtn="link-page-button",e.Collapse="collapse",e.CardList="card-list",e.CardHeaderLeft="card-header-left",e.CardHeaderRight="card-header-right",e.CardContent="card-content",e.CardOpeBtn="card-ope-btn",e.BaseButton="base-button",e.ReadonlyCmp="readonlycmp",e.TableSelect="table-select",e.GenCheckbox="gen-checkbox",e.GenRadio="gen-radio",e.GenSwitch="gen-switch",e.WorkflowNodes="workflow-nodes",e.WorkflowNodeModal="workflow-node-modal",e.ESOP="e-sop",e.EXPRESSION="expression",e.ExpressionCondition="expression-condition",e.AGG="agg",e.DynamicFormType="dynamic-form-type",e.DynamicFormValue="dynamic-form-value",e.DynamicFormOpts="dynamic-form-options",e.DynamicFormShowType="dynamic-form-show-type",e.DynamicTable="dynamic-table",e.Transaction="transaction",e.SerialRule="serial-rule",e.LabelTemplate="label-template",e.LabelTemplateRef="label-template-ref",e.DocumentTemplate="document-template",e.Wacom="wacom",e.Text="text",e.CustomField="custom-field",e.Printer="printer",e.Descriptions="descriptions",e.RangeUser="range-user",e.GenImage="gen-image",e.TestButton="test-button",e.Iframe="iframe",e.ExcuteButton="medproexcute-button",e.SubDataTable="sub-data-table",e.Signature="signature",e.OnlineForm="online-form",e.TmplTreeSelect="tmpl-tree-select",e.Boolean="boolean",e.BizProcess="biz-process",e.ApprovalHistory="approval-history",e.FlowDiagram="flow-diagram",e))(mo||{})),fo=y("SearchComponents",(e=>(e.SearchInput="SearchInput",e.SearchNumberInput="SearchNumberInput",e.SearchStringNumberInput="SearchStringNumberInput",e.SearchSwitch="SearchSwitch",e.SearchDate="SearchDate",e.SearchDateTime="SearchDateTime",e.SearchTime="SearchTime",e.SearchSelect="SearchSelect",e.SearchRdoSelect="SearchRdoSelect",e.SearchTransaction="SearchTransaction",e.SearchTmplTreeSelect="SearchTmplTreeSelect",e.SearchPrinter="SearchPrinter",e.SearchBizProcess="SearchBizProcess",e))(fo||{})),go=y("tableColumnWidthEnum",(e=>(e.ATUO="selfAdaption",e.ENUMERATION="fixed",e.PERCENTAGE="percentage",e))(go||{})),yo=y("controlConfigEnum",(e=>(e.NULL="NULL",e.STRING="空字符串",e.ZERO="0",e))(yo||{})),co=y("statisticalMethodEnum",(e=>(e.TOTAL="total",e.AVERAGE="average",e))(co||{})),Do=y("fixedAlignENUM",(e=>(e.RIGHT="right",e.NONE="",e.LEFT="left",e))(Do||{})),xo=y("tableColumnTypeEnum",(e=>(e.COLUMN_TEXT="COLUMN_TEXT",e.COLUMN_NUMBER="COLUMN_NUMBER",e.COLUMNTEXT_DATA="COLUMNTEXT_DATA",e.COLUMNTEXT_REF="COLUMNTEXT_REF",e.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",e.COLUMNTEXT_ORG="COLUMNTEXT_ORG",e.COLUMNTEXT_USER="COLUMNTEXT_USER",e.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",e.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",e))(xo||{})),Qo=y("tabsTypeENUM",(e=>(e.LINE="line",e.CARD="card",e.TEXt="text",e.CAPSULE="capsule",e.CUSTOM="custom",e))(Qo||{})),vo=y("sortTypeEnum",(e=>(e.ASC="asc",e.DESC="desc",e))(vo||{})),Ao=y("BindCmpStyleEnum",(e=>(e.CMP_TEXT="TEXT",e.CMP_TEXTAREA="TEXTAREA",e.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",e.CMP_BOOLEAN="BOOLEAN",e.CMP_SELECT_LIST="SELECT_LIST",e.CMP_RADIO="RADIO",e.CMP_CHECKBOX="CHECKBOX",e.CMP_DROPDOWN_SELECT="dropdownSelection",e.CMP_MODAL="modalBoxSelection",e.CMP_TREE_SELECTION="treeSelection",e.CMP_NUMBER="NUMBER",e.CMP_CURRENCY="CURRENCY",e.CMP_TIME="TIME",e))(Ao||{}));const Ud=y("Ch_BindCmpStyleEnum",{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 Eo=y("BindCmpStyleTypeEnum",(e=>(e.BindText="bindText",e.BindLongText="BindLongText",e.BindBool="bindBool",e.BindPerson="bindPerson",e.BindDept="bindDept",e.BindLink="bindLink",e.BindMulti="bindMulti",e.BindNum="bindNum",e.BindDecimal="bindDecimal",e))(Eo||{}));const kd=y("transformBindCmp2CmpType",{TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"}),wd=y("bindCmpStyleMap",{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 Bo=y("buttonShowType",(e=>(e.FOLD_ALL="foldAll",e.FOLD_PART="foldPart",e))(Bo||{}));const Gd=y("searchListByFieldType",[k.BOOLEAN,k.DATE,k.DATE_TIME,k.DECIMAL,k.DOUBLE,k.ENUM,k.ENUM_MULTI,k.INTEGER,k.LONG,k.LONG_TEXT,k.TEXT,k.USER_MULTI,k.USER,k.TIME,k.REF_MULTI,k.REF,k.RDO_REF,k.ORG_MULTI,k.ORG,k.AGG,k.EXPRESSION,k.SERIAL,k.ONLINE_FORM_TEMPLATE,k.E_DHR_TEMPLATE,k.PRINTER,k.LABEL_TEMPLATE_REF,k.Biz_Process,k.DOCUMENT_TEMPLATE]);var Co=y("AppPublishStateEnum",(e=>(e.SUCCESS="SUCCESS",e.FAILURE="FAILURE",e.PREPARING="PREPARING",e.EVENTING="EVENTING",e.PROCESSIING="PROCESSIING",e.DEPLOYING="DEPLOYING",e))(Co||{})),Io=y("BasicAction",(e=>(e.Insert="Insert",e.Update="Update",e.Delete="Delete",e.Import="Import",e.Export="Export",e.Setting="Setting",e.Download="Download",e.Test="Test",e.Design="Design",e.Add="Add",e))(Io||{})),bo=y("CustomAction",(e=>(e.ResetPassword="ResetPassword",e.PermissionSetting="PermissionSetting",e.RemoveAndHandover="RemoveAndHandover",e.CategoryManagement="CategoryManagement",e.BaiscSetting="BaiscSetting",e.WatermarkSetting="WatermarkSetting",e.SecuritySetting="SecuritySetting",e.LoginSetting="LoginSetting",e.ThemeSetting="ThemeSetting",e.OrganizationSetting="OrganizationSetting",e.ApkSetting="ApkSetting",e.DevelopIconManagement="DevelopIconManagement",e.DevelopImageManagement="DevelopImageManagement",e.Reprint="Reprint",e.ViewTask="ViewTask",e.ManualTrigger="ManualTrigger",e.Setting="Setting",e.Terminate="Terminate",e.Reassign="Reassign",e.Log="Log",e.Moving="Moving",e.EnableDisable="EnableDisable",e))(bo||{}));const Hd=y("DefaultActions",["Insert","Update","Delete"]),Kd=y("PlatformSettingActions",["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"]);var Lo=y("sizeEnum",(e=>(e.XS="XS",e.SM="SM",e.MD="MD",e.LG="LG",e.XL="XL",e.XXL="XXL",e))(Lo||{})),_o=y("screenEnum",(e=>(e[e.XS=480]="XS",e[e.SM=576]="SM",e[e.MD=768]="MD",e[e.LG=992]="LG",e[e.XL=1200]="XL",e[e.XXL=1600]="XXL",e))(_o||{}));const ge=y("screenMap",new Map);ge.set("XS",480),ge.set("SM",576),ge.set("MD",768),ge.set("LG",992),ge.set("XL",1200),ge.set("XXL",1600);const No=y("TIMEZONE_KEY","TIMEZONE__"),Vd=y("TENANT_KEY","TENANT__"),zd=y("TOKEN_KEY","TOKEN__"),Wd=y("LOCALE_KEY","LOCALE__"),qd=y("LOCALE_LIST_KEY","LOCALE__LIST"),Xd=y("LOCAL_I18N_TRANSLATE","LOCAL_I18N_TRANSLATE"),$d=y("USER_INFO_KEY","USER__INFO__"),jd=y("ROLES_KEY","ROLES__KEY__"),Jd=y("PROJ_CFG_KEY","PROJ__CFG__KEY__"),Zd=y("LOCK_INFO_KEY","LOCK__INFO__KEY__"),Yd=y("MULTIPLE_TABS_KEY","MULTIPLE_TABS__KEY__"),ei=y("APP_DARK_MODE_KEY_","__APP__DARK__MODE__"),ti=y("APP_LOCAL_CACHE_KEY","COMMON__LOCAL__KEY__"),ai=y("APP_SESSION_CACHE_KEY","COMMON__SESSION__KEY__"),si=y("DESIGNER_SESSION_CACHE_KEY","DESIGNER_SESSION_CACHE_KEY");var Ro=y("CacheTypeEnum",(e=>(e[e.SESSION=0]="SESSION",e[e.LOCAL=1]="LOCAL",e))(Ro||{})),So=y("SEARCH_SEVICE",(e=>(e.EQ="eq",e.IEQ="iEq",e.NE="ne",e.INE="ine",e.GT="gt",e.GE="ge",e.LT="lt",e.LE="le",e.ISNULL="isNull",e.ISNOTNULL="isNotNull",e.LIKE="like",e.ILIKE="iLike",e.NOTLIKE="notLike",e.NOTILIKE="iNotLike",e.LEFTLIKE="leftLike",e.ILEFTLIKE="iLeftLike",e.RIGHTLIKE="rightLike",e.IRIGHTLIKE="iRightLike",e.IN="in",e.NOTIN="notIn",e.CONTAINANY="containAny",e.CONTAINALL="containAll",e.RANGE="range",e.ORANGE="oRange",e.LORANGE="loRange",e.RORANGE="roRange",e.VERSIONIN="versionIn",e))(So||{}));const ri=y("notSingleArr",["in","notIn","containAny","containAll","versionIn"]);var To=y("AGLINE_ENUMS",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.BETWEEN="between",e))(To||{}));const oi=y("presetColor",["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"]);var Fo=y("ButtonOpeEnum",(e=>(e[e.SINGLELINE=0]="SINGLELINE",e[e.HEAD=1]="HEAD",e[e.BATCH=2]="BATCH",e[e.SINGLELINE_RDO=3]="SINGLELINE_RDO",e))(Fo||{})),Po=y("RdoButtonOpeEnum",(e=>(e[e.parentVersion=0]="parentVersion",e[e.childVersion=1]="childVersion",e))(Po||{})),Oo=y("ExceptionEnum",(e=>(e[e.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",e[e.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",e[e.ERROR=500]="ERROR",e[e.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",e[e.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",e))(Oo||{})),ae=y("ErrorTypeEnum",(e=>(e.VUE="vue",e.SCRIPT="script",e.RESOURCE="resource",e.AJAX="ajax",e.PROMISE="promise",e))(ae||{})),Mo=y("ResultEnum",(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Mo||{})),Uo=y("RequestEnum",(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Uo||{})),ko=y("ContentTypeEnum",(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ko||{})),wo=y("BizServiceEnum",(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(wo||{})),Go=y("MenuTypeEnum",(e=>(e.SIDEBAR="sidebar",e.MIX_SIDEBAR="mix-sidebar",e.MIX="mix",e.TOP_MENU="top-menu",e))(Go||{})),Ho=y("TriggerEnum",(e=>(e.NONE="NONE",e.FOOTER="FOOTER",e.HEADER="HEADER",e))(Ho||{})),Ko=y("MenuModeEnum",(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e.VERTICAL_RIGHT="vertical-right",e.INLINE="inline",e))(Ko||{})),Vo=y("MenuSplitTyeEnum",(e=>(e[e.NONE=0]="NONE",e[e.TOP=1]="TOP",e[e.LEFT=2]="LEFT",e))(Vo||{})),zo=y("TopMenuAlignEnum",(e=>(e.CENTER="center",e.START="start",e.END="end",e))(zo||{})),Wo=y("MixSidebarTriggerEnum",(e=>(e.HOVER="hover",e.CLICK="click",e))(Wo||{})),qo=y("PageEnum",(e=>(e.BASE_LOGIN="/login",e.BASE_TENANT="/tenant",e.BASE_HOME="/home",e.USER_CENTER="/user-center",e.PROCESS_CENTER="/process",e.MESSAGE_CENTER="/message",e.ERROR_PAGE="/exception",e.ERROR_LOG_PAGE="/error-log/list",e.USER_CENTER_PWD="/user-center/password",e))(qo||{})),Xo=y("RoleEnum",(e=>(e.SUPER="super",e.TEST="test",e))(Xo||{})),$o=y("SizeEnum",(e=>(e.DEFAULT="default",e.SMALL="small",e.LARGE="large",e))($o||{})),jo=y("ProcessStatusEnum",(e=>(e.APPROVING="APPROVING",e.COMPLETED="COMPLETED",e.REFUSED="REFUSED",e.REJECTED="REJECTED",e.TERMINATED="TERMINATED",e.WITHDRAWN="WITHDRAWN",e))(jo||{}));const hi=y("ch_ProcessStatusMap",{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 Jo=y("ExamineAndApproveStateEnum",(e=>(e.MY_APPLICATION="myApplication",e.MY_AGENT="myAgent",e.MY_DONE="myDone",e.MY_CUSTOM="myCustom",e.MY_CUSTOM_Modal="myCustomModal",e))(Jo||{})),Ae=y("PluginModeEnum",(e=>(e.DESIGN="design",e.WEB="web",e.MOBILE="mobile",e))(Ae||{}));class Yt{projectName=fe.PORTAL;tenantId="";lang="zh-CN";appInfo={};userInfo={};tenantUserInfo={}}y("GlobalPiniaState",Yt);class Bt{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}y("FormState",Bt);class re{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}y("FormItemBasicState",re);class ea extends re{}y("FormCollapsePaneState",ea);class ta extends re{}y("FormCollapseState",ta);class aa extends re{activePane=""}y("FormTabState",aa);class sa extends re{}y("FormTabPaneState",sa);class Ct extends re{label="";value=null;options=[]}y("FormEditItemState",Ct);class ra extends re{expand=!0}y("FormGroupState",ra);class oa extends Ct{}y("FormItemState",oa);function ha(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function da(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var a=e.default;if(typeof a=="function"){var s=function t(){var h=!1;try{h=this instanceof t}catch{}return h?Reflect.construct(a,arguments,this.constructor):a.apply(this,arguments)};s.prototype=a.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var h=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(s,t,h.get?h:{enumerable:!0,get:function(){return e[t]}})}),s}var Pe={exports:{}},ia=require("../internals/global-this"),la=require("../internals/function-call"),It=require("../internals/array-buffer-view-core"),Zo=require("../internals/length-of-array-like"),Yo=require("../internals/to-offset"),eh=require("../internals/to-object"),na=require("../internals/fails"),th=ia.RangeError,bt=ia.Int8Array,ua=bt&&bt.prototype,pa=ua&&ua.set,ah=It.aTypedArray,sh=It.exportTypedArrayMethod,Lt=!na(function(){var e=new Uint8ClampedArray(2);return la(pa,e,{length:1,0:3},1),e[1]!==3}),rh=Lt&&It.NATIVE_ARRAY_BUFFER_VIEWS&&na(function(){var e=new bt(2);return e.set(1),e.set("2",1),e[0]!==0||e[1]!==2});sh("set",function(a){ah(this);var s=Yo(arguments.length>1?arguments[1]:void 0,1),t=eh(a);if(Lt)return la(pa,this,t,s);var h=this.length,o=Zo(t),l=0;if(o+s>h)throw new th("Wrong length");for(;l<o;)this[s+l]=t[l++]},!Lt||rh),(function(e,a){typeof y=="object"?kt.exports=y=a():typeof define=="function"&&define.amd?define([],a):e.CryptoJS=a()})(void 0,function(){var e=e||(function(a,s){var t;if(typeof window<"u"&&window.crypto&&(t=window.crypto),typeof self<"u"&&self.crypto&&(t=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(t=globalThis.crypto),!t&&typeof window<"u"&&window.msCrypto&&(t=window.msCrypto),!t&&typeof global<"u"&&global.crypto&&(t=global.crypto),!t&&typeof require=="function")try{t=require("crypto")}catch{}var h=function(){if(t){if(typeof t.getRandomValues=="function")try{return t.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof t.randomBytes=="function")try{return t.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||(function(){function i(){}return function(c){var v;return i.prototype=c,v=new i,i.prototype=null,v}})(),l={},u=l.lib={},m=u.Base=(function(){return{extend:function(i){var c=o(this);return i&&c.mixIn(i),(!c.hasOwnProperty("init")||this.init===c.init)&&(c.init=function(){c.$super.init.apply(this,arguments)}),c.init.prototype=c,c.$super=this,c},create:function(){var i=this.extend();return i.init.apply(i,arguments),i},init:function(){},mixIn:function(i){for(var c in i)i.hasOwnProperty(c)&&(this[c]=i[c]);i.hasOwnProperty("toString")&&(this.toString=i.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),r=u.WordArray=m.extend({init:function(i,c){i=this.words=i||[],c!=s?this.sigBytes=c:this.sigBytes=i.length*4},toString:function(i){return(i||Q).stringify(this)},concat:function(i){var c=this.words,v=i.words,D=this.sigBytes,x=i.sigBytes;if(this.clamp(),D%4)for(var E=0;E<x;E++){var B=v[E>>>2]>>>24-E%4*8&255;c[D+E>>>2]|=B<<24-(D+E)%4*8}else for(var I=0;I<x;I+=4)c[D+I>>>2]=v[I>>>2];return this.sigBytes+=x,this},clamp:function(){var i=this.words,c=this.sigBytes;i[c>>>2]&=4294967295<<32-c%4*8,i.length=a.ceil(c/4)},clone:function(){var i=m.clone.call(this);return i.words=this.words.slice(0),i},random:function(i){for(var c=[],v=0;v<i;v+=4)c.push(h());return new r.init(c,i)}}),d=l.enc={},Q=d.Hex={stringify:function(i){for(var c=i.words,v=i.sigBytes,D=[],x=0;x<v;x++){var E=c[x>>>2]>>>24-x%4*8&255;D.push((E>>>4).toString(16)),D.push((E&15).toString(16))}return D.join("")},parse:function(i){for(var c=i.length,v=[],D=0;D<c;D+=2)v[D>>>3]|=parseInt(i.substr(D,2),16)<<24-D%8*4;return new r.init(v,c/2)}},n=d.Latin1={stringify:function(i){for(var c=i.words,v=i.sigBytes,D=[],x=0;x<v;x++){var E=c[x>>>2]>>>24-x%4*8&255;D.push(String.fromCharCode(E))}return D.join("")},parse:function(i){for(var c=i.length,v=[],D=0;D<c;D++)v[D>>>2]|=(i.charCodeAt(D)&255)<<24-D%4*8;return new r.init(v,c)}},f=d.Utf8={stringify:function(i){try{return decodeURIComponent(escape(n.stringify(i)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(i){return n.parse(unescape(encodeURIComponent(i)))}},p=u.BufferedBlockAlgorithm=m.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(i){typeof i=="string"&&(i=f.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes},_process:function(i){var c,v=this._data,D=v.words,x=v.sigBytes,E=this.blockSize,B=E*4,I=x/B;i?I=a.ceil(I):I=a.max((I|0)-this._minBufferSize,0);var b=I*E,F=a.min(b*4,x);if(b){for(var A=0;A<b;A+=E)this._doProcessBlock(D,A);c=D.splice(0,b),v.sigBytes-=F}return new r.init(c,F)},clone:function(){var i=m.clone.call(this);return i._data=this._data.clone(),i},_minBufferSize:0});u.Hasher=p.extend({cfg:m.extend(),init:function(i){this.cfg=this.cfg.extend(i),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(i){return this._append(i),this._process(),this},finalize:function(i){i&&this._append(i);var c=this._doFinalize();return c},blockSize:16,_createHelper:function(i){return function(c,v){return new i.init(v).finalize(c)}},_createHmacHelper:function(i){return function(c,v){return new g.HMAC.init(i,v).finalize(c)}}});var g=l.algo={};return l})(Math);return e});const w=da(Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})));var Oe={exports:{}},oh=Oe.exports,ma;function Me(){return ma||(ma=1,(function(e,a){(function(s,t){e.exports=t(w)})(oh,function(s){return(function(t){var h=s,o=h.lib,l=o.Base,u=o.WordArray,m=h.x64={};m.Word=l.extend({init:function(r,d){this.high=r,this.low=d}}),m.WordArray=l.extend({init:function(r,d){r=this.words=r||[],d!=t?this.sigBytes=d:this.sigBytes=r.length*8},toX32:function(){for(var r=this.words,d=r.length,Q=[],n=0;n<d;n++){var f=r[n];Q.push(f.high),Q.push(f.low)}return u.create(Q,this.sigBytes)},clone:function(){for(var r=l.clone.call(this),d=r.words=this.words.slice(0),Q=d.length,n=0;n<Q;n++)d[n]=d[n].clone();return r}})})(),s})})(Oe)),Oe.exports}(function(e,a){typeof y=="object"?kt.exports=y=a(require("./core")):typeof define=="function"&&define.amd?define(["./core"],a):a(e.CryptoJS)})(void 0,function(e){return(function(){if(typeof ArrayBuffer=="function"){var a=e,s=a.lib,t=s.WordArray,h=t.init,o=t.init=function(l){if(l instanceof ArrayBuffer&&(l=new Uint8Array(l)),(l instanceof Int8Array||typeof Uint8ClampedArray<"u"&&l instanceof Uint8ClampedArray||l instanceof Int16Array||l instanceof Uint16Array||l instanceof Int32Array||l instanceof Uint32Array||l instanceof Float32Array||l instanceof Float64Array)&&(l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength)),l instanceof Uint8Array){for(var u=l.byteLength,m=[],r=0;r<u;r++)m[r>>>2]|=l[r]<<24-r%4*8;h.call(this,m,u)}else h.apply(this,arguments)};o.prototype=t}})(),e.lib.WordArray});const hh=da(Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})));var Ue={exports:{}},dh=Ue.exports,fa;function ih(){return fa||(fa=1,(function(e,a){(function(s,t){e.exports=t(w)})(dh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Utf16=l.Utf16BE={stringify:function(m){for(var r=m.words,d=m.sigBytes,Q=[],n=0;n<d;n+=2){var f=r[n>>>2]>>>16-n%4*8&65535;Q.push(String.fromCharCode(f))}return Q.join("")},parse:function(m){for(var r=m.length,d=[],Q=0;Q<r;Q++)d[Q>>>1]|=m.charCodeAt(Q)<<16-Q%2*16;return o.create(d,r*2)}},l.Utf16LE={stringify:function(m){for(var r=m.words,d=m.sigBytes,Q=[],n=0;n<d;n+=2){var f=u(r[n>>>2]>>>16-n%4*8&65535);Q.push(String.fromCharCode(f))}return Q.join("")},parse:function(m){for(var r=m.length,d=[],Q=0;Q<r;Q++)d[Q>>>1]|=u(m.charCodeAt(Q)<<16-Q%2*16);return o.create(d,r*2)}};function u(m){return m<<8&4278255360|m>>>8&16711935}})(),s.enc.Utf16})})(Ue)),Ue.exports}var ke={exports:{}},lh=ke.exports,ga;function le(){return ga||(ga=1,(function(e,a){(function(s,t){e.exports=t(w)})(lh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Base64={stringify:function(m){var r=m.words,d=m.sigBytes,Q=this._map;m.clamp();for(var n=[],f=0;f<d;f+=3)for(var p=r[f>>>2]>>>24-f%4*8&255,g=r[f+1>>>2]>>>24-(f+1)%4*8&255,i=r[f+2>>>2]>>>24-(f+2)%4*8&255,c=p<<16|g<<8|i,v=0;v<4&&f+v*.75<d;v++)n.push(Q.charAt(c>>>6*(3-v)&63));var D=Q.charAt(64);if(D)for(;n.length%4;)n.push(D);return n.join("")},parse:function(m){var r=m.length,d=this._map,Q=this._reverseMap;if(!Q){Q=this._reverseMap=[];for(var n=0;n<d.length;n++)Q[d.charCodeAt(n)]=n}var f=d.charAt(64);if(f){var p=m.indexOf(f);p!==-1&&(r=p)}return u(m,r,Q)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function u(m,r,d){for(var Q=[],n=0,f=0;f<r;f++)if(f%4){var p=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=p|g;Q[n>>>2]|=i<<24-n%4*8,n++}return o.create(Q,n)}})(),s.enc.Base64})})(ke)),ke.exports}var we={exports:{}},nh=we.exports,ya;function uh(){return ya||(ya=1,(function(e,a){(function(s,t){e.exports=t(w)})(nh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Base64url={stringify:function(m,r){r===void 0&&(r=!0);var d=m.words,Q=m.sigBytes,n=r?this._safe_map:this._map;m.clamp();for(var f=[],p=0;p<Q;p+=3)for(var g=d[p>>>2]>>>24-p%4*8&255,i=d[p+1>>>2]>>>24-(p+1)%4*8&255,c=d[p+2>>>2]>>>24-(p+2)%4*8&255,v=g<<16|i<<8|c,D=0;D<4&&p+D*.75<Q;D++)f.push(n.charAt(v>>>6*(3-D)&63));var x=n.charAt(64);if(x)for(;f.length%4;)f.push(x);return f.join("")},parse:function(m,r){r===void 0&&(r=!0);var d=m.length,Q=r?this._safe_map:this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var f=0;f<Q.length;f++)n[Q.charCodeAt(f)]=f}var p=Q.charAt(64);if(p){var g=m.indexOf(p);g!==-1&&(d=g)}return u(m,d,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function u(m,r,d){for(var Q=[],n=0,f=0;f<r;f++)if(f%4){var p=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=p|g;Q[n>>>2]|=i<<24-n%4*8,n++}return o.create(Q,n)}})(),s.enc.Base64url})})(we)),we.exports}var Ge={exports:{}},ph=Ge.exports,ca;function ne(){return ca||(ca=1,(function(e,a){(function(s,t){e.exports=t(w)})(ph,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=[];(function(){for(var g=0;g<64;g++)r[g]=t.abs(t.sin(g+1))*4294967296|0})();var d=m.MD5=u.extend({_doReset:function(){this._hash=new l.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(g,i){for(var c=0;c<16;c++){var v=i+c,D=g[v];g[v]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}var x=this._hash.words,E=g[i+0],B=g[i+1],I=g[i+2],b=g[i+3],F=g[i+4],A=g[i+5],C=g[i+6],R=g[i+7],_=g[i+8],P=g[i+9],O=g[i+10],M=g[i+11],W=g[i+12],G=g[i+13],V=g[i+14],H=g[i+15],L=x[0],S=x[1],T=x[2],N=x[3];L=Q(L,S,T,N,E,7,r[0]),N=Q(N,L,S,T,B,12,r[1]),T=Q(T,N,L,S,I,17,r[2]),S=Q(S,T,N,L,b,22,r[3]),L=Q(L,S,T,N,F,7,r[4]),N=Q(N,L,S,T,A,12,r[5]),T=Q(T,N,L,S,C,17,r[6]),S=Q(S,T,N,L,R,22,r[7]),L=Q(L,S,T,N,_,7,r[8]),N=Q(N,L,S,T,P,12,r[9]),T=Q(T,N,L,S,O,17,r[10]),S=Q(S,T,N,L,M,22,r[11]),L=Q(L,S,T,N,W,7,r[12]),N=Q(N,L,S,T,G,12,r[13]),T=Q(T,N,L,S,V,17,r[14]),S=Q(S,T,N,L,H,22,r[15]),L=n(L,S,T,N,B,5,r[16]),N=n(N,L,S,T,C,9,r[17]),T=n(T,N,L,S,M,14,r[18]),S=n(S,T,N,L,E,20,r[19]),L=n(L,S,T,N,A,5,r[20]),N=n(N,L,S,T,O,9,r[21]),T=n(T,N,L,S,H,14,r[22]),S=n(S,T,N,L,F,20,r[23]),L=n(L,S,T,N,P,5,r[24]),N=n(N,L,S,T,V,9,r[25]),T=n(T,N,L,S,b,14,r[26]),S=n(S,T,N,L,_,20,r[27]),L=n(L,S,T,N,G,5,r[28]),N=n(N,L,S,T,I,9,r[29]),T=n(T,N,L,S,R,14,r[30]),S=n(S,T,N,L,W,20,r[31]),L=f(L,S,T,N,A,4,r[32]),N=f(N,L,S,T,_,11,r[33]),T=f(T,N,L,S,M,16,r[34]),S=f(S,T,N,L,V,23,r[35]),L=f(L,S,T,N,B,4,r[36]),N=f(N,L,S,T,F,11,r[37]),T=f(T,N,L,S,R,16,r[38]),S=f(S,T,N,L,O,23,r[39]),L=f(L,S,T,N,G,4,r[40]),N=f(N,L,S,T,E,11,r[41]),T=f(T,N,L,S,b,16,r[42]),S=f(S,T,N,L,C,23,r[43]),L=f(L,S,T,N,P,4,r[44]),N=f(N,L,S,T,W,11,r[45]),T=f(T,N,L,S,H,16,r[46]),S=f(S,T,N,L,I,23,r[47]),L=p(L,S,T,N,E,6,r[48]),N=p(N,L,S,T,R,10,r[49]),T=p(T,N,L,S,V,15,r[50]),S=p(S,T,N,L,A,21,r[51]),L=p(L,S,T,N,W,6,r[52]),N=p(N,L,S,T,b,10,r[53]),T=p(T,N,L,S,O,15,r[54]),S=p(S,T,N,L,B,21,r[55]),L=p(L,S,T,N,_,6,r[56]),N=p(N,L,S,T,H,10,r[57]),T=p(T,N,L,S,C,15,r[58]),S=p(S,T,N,L,G,21,r[59]),L=p(L,S,T,N,F,6,r[60]),N=p(N,L,S,T,M,10,r[61]),T=p(T,N,L,S,I,15,r[62]),S=p(S,T,N,L,P,21,r[63]),x[0]=x[0]+L|0,x[1]=x[1]+S|0,x[2]=x[2]+T|0,x[3]=x[3]+N|0},_doFinalize:function(){var g=this._data,i=g.words,c=this._nDataBytes*8,v=g.sigBytes*8;i[v>>>5]|=128<<24-v%32;var D=t.floor(c/4294967296),x=c;i[(v+64>>>9<<4)+15]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,i[(v+64>>>9<<4)+14]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,g.sigBytes=(i.length+1)*4,this._process();for(var E=this._hash,B=E.words,I=0;I<4;I++){var b=B[I];B[I]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360}return E},clone:function(){var g=u.clone.call(this);return g._hash=this._hash.clone(),g}});function Q(g,i,c,v,D,x,E){var B=g+(i&c|~i&v)+D+E;return(B<<x|B>>>32-x)+i}function n(g,i,c,v,D,x,E){var B=g+(i&v|c&~v)+D+E;return(B<<x|B>>>32-x)+i}function f(g,i,c,v,D,x,E){var B=g+(i^c^v)+D+E;return(B<<x|B>>>32-x)+i}function p(g,i,c,v,D,x,E){var B=g+(c^(i|~v))+D+E;return(B<<x|B>>>32-x)+i}h.MD5=u._createHelper(d),h.HmacMD5=u._createHmacHelper(d)})(Math),s.MD5})})(Ge)),Ge.exports}var He={exports:{}},mh=He.exports,Da;function xa(){return Da||(Da=1,(function(e,a){(function(s,t){e.exports=t(w)})(mh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=h.Hasher,u=t.algo,m=[],r=u.SHA1=l.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,Q){for(var n=this._hash.words,f=n[0],p=n[1],g=n[2],i=n[3],c=n[4],v=0;v<80;v++){if(v<16)m[v]=d[Q+v]|0;else{var D=m[v-3]^m[v-8]^m[v-14]^m[v-16];m[v]=D<<1|D>>>31}var x=(f<<5|f>>>27)+c+m[v];v<20?x+=(p&g|~p&i)+1518500249:v<40?x+=(p^g^i)+1859775393:v<60?x+=(p&g|p&i|g&i)-1894007588:x+=(p^g^i)-899497514,c=i,i=g,g=p<<30|p>>>2,p=f,f=x}n[0]=n[0]+f|0,n[1]=n[1]+p|0,n[2]=n[2]+g|0,n[3]=n[3]+i|0,n[4]=n[4]+c|0},_doFinalize:function(){var d=this._data,Q=d.words,n=this._nDataBytes*8,f=d.sigBytes*8;return Q[f>>>5]|=128<<24-f%32,Q[(f+64>>>9<<4)+14]=Math.floor(n/4294967296),Q[(f+64>>>9<<4)+15]=n,d.sigBytes=Q.length*4,this._process(),this._hash},clone:function(){var d=l.clone.call(this);return d._hash=this._hash.clone(),d}});t.SHA1=l._createHelper(r),t.HmacSHA1=l._createHmacHelper(r)})(),s.SHA1})})(He)),He.exports}var Ke={exports:{}},fh=Ke.exports,Qa;function _t(){return Qa||(Qa=1,(function(e,a){(function(s,t){e.exports=t(w)})(fh,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=[],d=[];(function(){function f(c){for(var v=t.sqrt(c),D=2;D<=v;D++)if(!(c%D))return!1;return!0}function p(c){return(c-(c|0))*4294967296|0}for(var g=2,i=0;i<64;)f(g)&&(i<8&&(r[i]=p(t.pow(g,1/2))),d[i]=p(t.pow(g,1/3)),i++),g++})();var Q=[],n=m.SHA256=u.extend({_doReset:function(){this._hash=new l.init(r.slice(0))},_doProcessBlock:function(f,p){for(var g=this._hash.words,i=g[0],c=g[1],v=g[2],D=g[3],x=g[4],E=g[5],B=g[6],I=g[7],b=0;b<64;b++){if(b<16)Q[b]=f[p+b]|0;else{var F=Q[b-15],A=(F<<25|F>>>7)^(F<<14|F>>>18)^F>>>3,C=Q[b-2],R=(C<<15|C>>>17)^(C<<13|C>>>19)^C>>>10;Q[b]=A+Q[b-7]+R+Q[b-16]}var _=x&E^~x&B,P=i&c^i&v^c&v,O=(i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22),M=(x<<26|x>>>6)^(x<<21|x>>>11)^(x<<7|x>>>25),W=I+M+_+d[b]+Q[b],G=O+P;I=B,B=E,E=x,x=D+W|0,D=v,v=c,c=i,i=W+G|0}g[0]=g[0]+i|0,g[1]=g[1]+c|0,g[2]=g[2]+v|0,g[3]=g[3]+D|0,g[4]=g[4]+x|0,g[5]=g[5]+E|0,g[6]=g[6]+B|0,g[7]=g[7]+I|0},_doFinalize:function(){var f=this._data,p=f.words,g=this._nDataBytes*8,i=f.sigBytes*8;return p[i>>>5]|=128<<24-i%32,p[(i+64>>>9<<4)+14]=t.floor(g/4294967296),p[(i+64>>>9<<4)+15]=g,f.sigBytes=p.length*4,this._process(),this._hash},clone:function(){var f=u.clone.call(this);return f._hash=this._hash.clone(),f}});h.SHA256=u._createHelper(n),h.HmacSHA256=u._createHmacHelper(n)})(Math),s.SHA256})})(Ke)),Ke.exports}var Ve={exports:{}},gh=Ve.exports,va;function yh(){return va||(va=1,(function(e,a){(function(s,t,h){e.exports=t(w,_t())})(gh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.algo,u=l.SHA256,m=l.SHA224=u.extend({_doReset:function(){this._hash=new o.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var r=u._doFinalize.call(this);return r.sigBytes-=4,r}});t.SHA224=u._createHelper(m),t.HmacSHA224=u._createHmacHelper(m)})(),s.SHA224})})(Ve)),Ve.exports}var ze={exports:{}},ch=ze.exports,Aa;function Ea(){return Aa||(Aa=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me())})(ch,function(s){return(function(){var t=s,h=t.lib,o=h.Hasher,l=t.x64,u=l.Word,m=l.WordArray,r=t.algo;function d(){return u.create.apply(u,arguments)}var Q=[d(1116352408,3609767458),d(1899447441,602891725),d(3049323471,3964484399),d(3921009573,2173295548),d(961987163,4081628472),d(1508970993,3053834265),d(2453635748,2937671579),d(2870763221,3664609560),d(3624381080,2734883394),d(310598401,1164996542),d(607225278,1323610764),d(1426881987,3590304994),d(1925078388,4068182383),d(2162078206,991336113),d(2614888103,633803317),d(3248222580,3479774868),d(3835390401,2666613458),d(4022224774,944711139),d(264347078,2341262773),d(604807628,2007800933),d(770255983,1495990901),d(1249150122,1856431235),d(1555081692,3175218132),d(1996064986,2198950837),d(2554220882,3999719339),d(2821834349,766784016),d(2952996808,2566594879),d(3210313671,3203337956),d(3336571891,1034457026),d(3584528711,2466948901),d(113926993,3758326383),d(338241895,168717936),d(666307205,1188179964),d(773529912,1546045734),d(1294757372,1522805485),d(1396182291,2643833823),d(1695183700,2343527390),d(1986661051,1014477480),d(2177026350,1206759142),d(2456956037,344077627),d(2730485921,1290863460),d(2820302411,3158454273),d(3259730800,3505952657),d(3345764771,106217008),d(3516065817,3606008344),d(3600352804,1432725776),d(4094571909,1467031594),d(275423344,851169720),d(430227734,3100823752),d(506948616,1363258195),d(659060556,3750685593),d(883997877,3785050280),d(958139571,3318307427),d(1322822218,3812723403),d(1537002063,2003034995),d(1747873779,3602036899),d(1955562222,1575990012),d(2024104815,1125592928),d(2227730452,2716904306),d(2361852424,442776044),d(2428436474,593698344),d(2756734187,3733110249),d(3204031479,2999351573),d(3329325298,3815920427),d(3391569614,3928383900),d(3515267271,566280711),d(3940187606,3454069534),d(4118630271,4000239992),d(116418474,1914138554),d(174292421,2731055270),d(289380356,3203993006),d(460393269,320620315),d(685471733,587496836),d(852142971,1086792851),d(1017036298,365543100),d(1126000580,2618297676),d(1288033470,3409855158),d(1501505948,4234509866),d(1607167915,987167468),d(1816402316,1246189591)],n=[];(function(){for(var p=0;p<80;p++)n[p]=d()})();var f=r.SHA512=o.extend({_doReset:function(){this._hash=new m.init([new u.init(1779033703,4089235720),new u.init(3144134277,2227873595),new u.init(1013904242,4271175723),new u.init(2773480762,1595750129),new u.init(1359893119,2917565137),new u.init(2600822924,725511199),new u.init(528734635,4215389547),new u.init(1541459225,327033209)])},_doProcessBlock:function(p,g){for(var i=this._hash.words,c=i[0],v=i[1],D=i[2],x=i[3],E=i[4],B=i[5],I=i[6],b=i[7],F=c.high,A=c.low,C=v.high,R=v.low,_=D.high,P=D.low,O=x.high,M=x.low,W=E.high,G=E.low,V=B.high,H=B.low,L=I.high,S=I.low,T=b.high,N=b.low,q=F,z=A,$=C,U=R,Ee=_,xe=P,Mt=O,Be=M,ee=W,j=G,Dt=V,Ce=H,xt=L,Ie=S,Ut=T,be=N,te=0;te<80;te++){var Y,de,Qt=n[te];if(te<16)de=Qt.high=p[g+te*2]|0,Y=Qt.low=p[g+te*2+1]|0;else{var Bs=n[te-15],Qe=Bs.high,Le=Bs.low,Qd=(Qe>>>1|Le<<31)^(Qe>>>8|Le<<24)^Qe>>>7,Cs=(Le>>>1|Qe<<31)^(Le>>>8|Qe<<24)^(Le>>>7|Qe<<25),Is=n[te-2],ve=Is.high,_e=Is.low,vd=(ve>>>19|_e<<13)^(ve<<3|_e>>>29)^ve>>>6,bs=(_e>>>19|ve<<13)^(_e<<3|ve>>>29)^(_e>>>6|ve<<26),Ls=n[te-7],Ad=Ls.high,Ed=Ls.low,_s=n[te-16],Bd=_s.high,Ns=_s.low;Y=Cs+Ed,de=Qd+Ad+(Y>>>0<Cs>>>0?1:0),Y=Y+bs,de=de+vd+(Y>>>0<bs>>>0?1:0),Y=Y+Ns,de=de+Bd+(Y>>>0<Ns>>>0?1:0),Qt.high=de,Qt.low=Y}var Cd=ee&Dt^~ee&xt,Rs=j&Ce^~j&Ie,Id=q&$^q&Ee^$&Ee,bd=z&U^z&xe^U&xe,Ld=(q>>>28|z<<4)^(q<<30|z>>>2)^(q<<25|z>>>7),Ss=(z>>>28|q<<4)^(z<<30|q>>>2)^(z<<25|q>>>7),_d=(ee>>>14|j<<18)^(ee>>>18|j<<14)^(ee<<23|j>>>9),Nd=(j>>>14|ee<<18)^(j>>>18|ee<<14)^(j<<23|ee>>>9),Ts=Q[te],Rd=Ts.high,Fs=Ts.low,J=be+Nd,ie=Ut+_d+(J>>>0<be>>>0?1:0),J=J+Rs,ie=ie+Cd+(J>>>0<Rs>>>0?1:0),J=J+Fs,ie=ie+Rd+(J>>>0<Fs>>>0?1:0),J=J+Y,ie=ie+de+(J>>>0<Y>>>0?1:0),Ps=Ss+bd,Sd=Ld+Id+(Ps>>>0<Ss>>>0?1:0);Ut=xt,be=Ie,xt=Dt,Ie=Ce,Dt=ee,Ce=j,j=Be+J|0,ee=Mt+ie+(j>>>0<Be>>>0?1:0)|0,Mt=Ee,Be=xe,Ee=$,xe=U,$=q,U=z,z=J+Ps|0,q=ie+Sd+(z>>>0<J>>>0?1:0)|0}A=c.low=A+z,c.high=F+q+(A>>>0<z>>>0?1:0),R=v.low=R+U,v.high=C+$+(R>>>0<U>>>0?1:0),P=D.low=P+xe,D.high=_+Ee+(P>>>0<xe>>>0?1:0),M=x.low=M+Be,x.high=O+Mt+(M>>>0<Be>>>0?1:0),G=E.low=G+j,E.high=W+ee+(G>>>0<j>>>0?1:0),H=B.low=H+Ce,B.high=V+Dt+(H>>>0<Ce>>>0?1:0),S=I.low=S+Ie,I.high=L+xt+(S>>>0<Ie>>>0?1:0),N=b.low=N+be,b.high=T+Ut+(N>>>0<be>>>0?1:0)},_doFinalize:function(){var p=this._data,g=p.words,i=this._nDataBytes*8,c=p.sigBytes*8;g[c>>>5]|=128<<24-c%32,g[(c+128>>>10<<5)+30]=Math.floor(i/4294967296),g[(c+128>>>10<<5)+31]=i,p.sigBytes=g.length*4,this._process();var v=this._hash.toX32();return v},clone:function(){var p=o.clone.call(this);return p._hash=this._hash.clone(),p},blockSize:1024/32});t.SHA512=o._createHelper(f),t.HmacSHA512=o._createHmacHelper(f)})(),s.SHA512})})(ze)),ze.exports}var We={exports:{}},Dh=We.exports,Ba;function xh(){return Ba||(Ba=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me(),Ea())})(Dh,function(s){return(function(){var t=s,h=t.x64,o=h.Word,l=h.WordArray,u=t.algo,m=u.SHA512,r=u.SHA384=m.extend({_doReset:function(){this._hash=new l.init([new o.init(3418070365,3238371032),new o.init(1654270250,914150663),new o.init(2438529370,812702999),new o.init(355462360,4144912697),new o.init(1731405415,4290775857),new o.init(2394180231,1750603025),new o.init(3675008525,1694076839),new o.init(1203062813,3204075428)])},_doFinalize:function(){var d=m._doFinalize.call(this);return d.sigBytes-=16,d}});t.SHA384=m._createHelper(r),t.HmacSHA384=m._createHmacHelper(r)})(),s.SHA384})})(We)),We.exports}var qe={exports:{}},Qh=qe.exports,Ca;function vh(){return Ca||(Ca=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me())})(Qh,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.x64,r=m.Word,d=h.algo,Q=[],n=[],f=[];(function(){for(var i=1,c=0,v=0;v<24;v++){Q[i+5*c]=(v+1)*(v+2)/2%64;var D=c%5,x=(2*i+3*c)%5;i=D,c=x}for(var i=0;i<5;i++)for(var c=0;c<5;c++)n[i+5*c]=c+(2*i+3*c)%5*5;for(var E=1,B=0;B<24;B++){for(var I=0,b=0,F=0;F<7;F++){if(E&1){var A=(1<<F)-1;A<32?b^=1<<A:I^=1<<A-32}E&128?E=E<<1^113:E<<=1}f[B]=r.create(I,b)}})();var p=[];(function(){for(var i=0;i<25;i++)p[i]=r.create()})();var g=d.SHA3=u.extend({cfg:u.cfg.extend({outputLength:512}),_doReset:function(){for(var i=this._state=[],c=0;c<25;c++)i[c]=new r.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(i,c){for(var v=this._state,D=this.blockSize/2,x=0;x<D;x++){var E=i[c+2*x],B=i[c+2*x+1];E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360;var I=v[x];I.high^=B,I.low^=E}for(var b=0;b<24;b++){for(var F=0;F<5;F++){for(var A=0,C=0,R=0;R<5;R++){var I=v[F+5*R];A^=I.high,C^=I.low}var _=p[F];_.high=A,_.low=C}for(var F=0;F<5;F++)for(var P=p[(F+4)%5],O=p[(F+1)%5],M=O.high,W=O.low,A=P.high^(M<<1|W>>>31),C=P.low^(W<<1|M>>>31),R=0;R<5;R++){var I=v[F+5*R];I.high^=A,I.low^=C}for(var G=1;G<25;G++){var A,C,I=v[G],V=I.high,H=I.low,L=Q[G];L<32?(A=V<<L|H>>>32-L,C=H<<L|V>>>32-L):(A=H<<L-32|V>>>64-L,C=V<<L-32|H>>>64-L);var S=p[n[G]];S.high=A,S.low=C}var T=p[0],N=v[0];T.high=N.high,T.low=N.low;for(var F=0;F<5;F++)for(var R=0;R<5;R++){var G=F+5*R,I=v[G],q=p[G],z=p[(F+1)%5+5*R],$=p[(F+2)%5+5*R];I.high=q.high^~z.high&$.high,I.low=q.low^~z.low&$.low}var I=v[0],U=f[b];I.high^=U.high,I.low^=U.low}},_doFinalize:function(){var i=this._data,c=i.words;this._nDataBytes*8;var v=i.sigBytes*8,D=this.blockSize*32;c[v>>>5]|=1<<24-v%32,c[(t.ceil((v+1)/D)*D>>>5)-1]|=128,i.sigBytes=c.length*4,this._process();for(var x=this._state,E=this.cfg.outputLength/8,B=E/8,I=[],b=0;b<B;b++){var F=x[b],A=F.high,C=F.low;A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,C=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360,I.push(C),I.push(A)}return new l.init(I,E)},clone:function(){for(var i=u.clone.call(this),c=i._state=this._state.slice(0),v=0;v<25;v++)c[v]=c[v].clone();return i}});h.SHA3=u._createHelper(g),h.HmacSHA3=u._createHmacHelper(g)})(Math),s.SHA3})})(qe)),qe.exports}var Xe={exports:{}},Ah=Xe.exports,Ia;function Eh(){return Ia||(Ia=1,(function(e,a){(function(s,t){e.exports=t(w)})(Ah,function(s){/** @preserve
|
|
2
|
+
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
3
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
|
+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5
|
+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
6
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
7
|
+
*/return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=l.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),d=l.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),Q=l.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),n=l.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),f=l.create([0,1518500249,1859775393,2400959708,2840853838]),p=l.create([1352829926,1548603684,1836072691,2053994217,0]),g=m.RIPEMD160=u.extend({_doReset:function(){this._hash=l.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(B,I){for(var b=0;b<16;b++){var F=I+b,A=B[F];B[F]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}var C=this._hash.words,R=f.words,_=p.words,P=r.words,O=d.words,M=Q.words,W=n.words,G,V,H,L,S,T,N,q,z,$;T=G=C[0],N=V=C[1],q=H=C[2],z=L=C[3],$=S=C[4];for(var U,b=0;b<80;b+=1)U=G+B[I+P[b]]|0,b<16?U+=i(V,H,L)+R[0]:b<32?U+=c(V,H,L)+R[1]:b<48?U+=v(V,H,L)+R[2]:b<64?U+=D(V,H,L)+R[3]:U+=x(V,H,L)+R[4],U=U|0,U=E(U,M[b]),U=U+S|0,G=S,S=L,L=E(H,10),H=V,V=U,U=T+B[I+O[b]]|0,b<16?U+=x(N,q,z)+_[0]:b<32?U+=D(N,q,z)+_[1]:b<48?U+=v(N,q,z)+_[2]:b<64?U+=c(N,q,z)+_[3]:U+=i(N,q,z)+_[4],U=U|0,U=E(U,W[b]),U=U+$|0,T=$,$=z,z=E(q,10),q=N,N=U;U=C[1]+H+z|0,C[1]=C[2]+L+$|0,C[2]=C[3]+S+T|0,C[3]=C[4]+G+N|0,C[4]=C[0]+V+q|0,C[0]=U},_doFinalize:function(){var B=this._data,I=B.words,b=this._nDataBytes*8,F=B.sigBytes*8;I[F>>>5]|=128<<24-F%32,I[(F+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,B.sigBytes=(I.length+1)*4,this._process();for(var A=this._hash,C=A.words,R=0;R<5;R++){var _=C[R];C[R]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360}return A},clone:function(){var B=u.clone.call(this);return B._hash=this._hash.clone(),B}});function i(B,I,b){return B^I^b}function c(B,I,b){return B&I|~B&b}function v(B,I,b){return(B|~I)^b}function D(B,I,b){return B&b|I&~b}function x(B,I,b){return B^(I|~b)}function E(B,I){return B<<I|B>>>32-I}h.RIPEMD160=u._createHelper(g),h.HmacRIPEMD160=u._createHmacHelper(g)})(),s.RIPEMD160})})(Xe)),Xe.exports}var $e={exports:{}},Bh=$e.exports,ba;function Nt(){return ba||(ba=1,(function(e,a){(function(s,t){e.exports=t(w)})(Bh,function(s){(function(){var t=s,h=t.lib,o=h.Base,l=t.enc,u=l.Utf8,m=t.algo;m.HMAC=o.extend({init:function(r,d){r=this._hasher=new r.init,typeof d=="string"&&(d=u.parse(d));var Q=r.blockSize,n=Q*4;d.sigBytes>n&&(d=r.finalize(d)),d.clamp();for(var f=this._oKey=d.clone(),p=this._iKey=d.clone(),g=f.words,i=p.words,c=0;c<Q;c++)g[c]^=1549556828,i[c]^=909522486;f.sigBytes=p.sigBytes=n,this.reset()},reset:function(){var r=this._hasher;r.reset(),r.update(this._iKey)},update:function(r){return this._hasher.update(r),this},finalize:function(r){var d=this._hasher,Q=d.finalize(r);d.reset();var n=d.finalize(this._oKey.clone().concat(Q));return n}})})()})})($e)),$e.exports}var je={exports:{}},Ch=je.exports,La;function Ih(){return La||(La=1,(function(e,a){(function(s,t,h){e.exports=t(w,_t(),Nt())})(Ch,function(s){return(function(){var t=s,h=t.lib,o=h.Base,l=h.WordArray,u=t.algo,m=u.SHA256,r=u.HMAC,d=u.PBKDF2=o.extend({cfg:o.extend({keySize:128/32,hasher:m,iterations:25e4}),init:function(Q){this.cfg=this.cfg.extend(Q)},compute:function(Q,n){for(var f=this.cfg,p=r.create(f.hasher,Q),g=l.create(),i=l.create([1]),c=g.words,v=i.words,D=f.keySize,x=f.iterations;c.length<D;){var E=p.update(n).finalize(i);p.reset();for(var B=E.words,I=B.length,b=E,F=1;F<x;F++){b=p.finalize(b),p.reset();for(var A=b.words,C=0;C<I;C++)B[C]^=A[C]}g.concat(E),v[0]++}return g.sigBytes=D*4,g}});t.PBKDF2=function(Q,n,f){return d.create(f).compute(Q,n)}})(),s.PBKDF2})})(je)),je.exports}var Je={exports:{}},bh=Je.exports,_a;function oe(){return _a||(_a=1,(function(e,a){(function(s,t,h){e.exports=t(w,xa(),Nt())})(bh,function(s){return(function(){var t=s,h=t.lib,o=h.Base,l=h.WordArray,u=t.algo,m=u.MD5,r=u.EvpKDF=o.extend({cfg:o.extend({keySize:128/32,hasher:m,iterations:1}),init:function(d){this.cfg=this.cfg.extend(d)},compute:function(d,Q){for(var n,f=this.cfg,p=f.hasher.create(),g=l.create(),i=g.words,c=f.keySize,v=f.iterations;i.length<c;){n&&p.update(n),n=p.update(d).finalize(Q),p.reset();for(var D=1;D<v;D++)n=p.finalize(n),p.reset();g.concat(n)}return g.sigBytes=c*4,g}});t.EvpKDF=function(d,Q,n){return r.create(n).compute(d,Q)}})(),s.EvpKDF})})(Je)),Je.exports}var Ze={exports:{}},Lh=Ze.exports,Na;function X(){return Na||(Na=1,(function(e,a){(function(s,t,h){e.exports=t(w,oe())})(Lh,function(s){s.lib.Cipher||(function(t){var h=s,o=h.lib,l=o.Base,u=o.WordArray,m=o.BufferedBlockAlgorithm,r=h.enc;r.Utf8;var d=r.Base64,Q=h.algo,n=Q.EvpKDF,f=o.Cipher=m.extend({cfg:l.extend(),createEncryptor:function(A,C){return this.create(this._ENC_XFORM_MODE,A,C)},createDecryptor:function(A,C){return this.create(this._DEC_XFORM_MODE,A,C)},init:function(A,C,R){this.cfg=this.cfg.extend(R),this._xformMode=A,this._key=C,this.reset()},reset:function(){m.reset.call(this),this._doReset()},process:function(A){return this._append(A),this._process()},finalize:function(A){A&&this._append(A);var C=this._doFinalize();return C},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function A(C){return typeof C=="string"?F:B}return function(C){return{encrypt:function(R,_,P){return A(_).encrypt(C,R,_,P)},decrypt:function(R,_,P){return A(_).decrypt(C,R,_,P)}}}})()});o.StreamCipher=f.extend({_doFinalize:function(){var A=this._process(!0);return A},blockSize:1});var p=h.mode={},g=o.BlockCipherMode=l.extend({createEncryptor:function(A,C){return this.Encryptor.create(A,C)},createDecryptor:function(A,C){return this.Decryptor.create(A,C)},init:function(A,C){this._cipher=A,this._iv=C}}),i=p.CBC=(function(){var A=g.extend();A.Encryptor=A.extend({processBlock:function(R,_){var P=this._cipher,O=P.blockSize;C.call(this,R,_,O),P.encryptBlock(R,_),this._prevBlock=R.slice(_,_+O)}}),A.Decryptor=A.extend({processBlock:function(R,_){var P=this._cipher,O=P.blockSize,M=R.slice(_,_+O);P.decryptBlock(R,_),C.call(this,R,_,O),this._prevBlock=M}});function C(R,_,P){var O,M=this._iv;M?(O=M,this._iv=t):O=this._prevBlock;for(var W=0;W<P;W++)R[_+W]^=O[W]}return A})(),c=h.pad={},v=c.Pkcs7={pad:function(A,C){for(var R=C*4,_=R-A.sigBytes%R,P=_<<24|_<<16|_<<8|_,O=[],M=0;M<_;M+=4)O.push(P);var W=u.create(O,_);A.concat(W)},unpad:function(A){var C=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=C}};o.BlockCipher=f.extend({cfg:f.cfg.extend({mode:i,padding:v}),reset:function(){var A;f.reset.call(this);var C=this.cfg,R=C.iv,_=C.mode;this._xformMode==this._ENC_XFORM_MODE?A=_.createEncryptor:(A=_.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==A?this._mode.init(this,R&&R.words):(this._mode=A.call(_,this,R&&R.words),this._mode.__creator=A)},_doProcessBlock:function(A,C){this._mode.processBlock(A,C)},_doFinalize:function(){var A,C=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(C.pad(this._data,this.blockSize),A=this._process(!0)):(A=this._process(!0),C.unpad(A)),A},blockSize:128/32});var D=o.CipherParams=l.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),x=h.format={},E=x.OpenSSL={stringify:function(A){var C,R=A.ciphertext,_=A.salt;return _?C=u.create([1398893684,1701076831]).concat(_).concat(R):C=R,C.toString(d)},parse:function(A){var C,R=d.parse(A),_=R.words;return _[0]==1398893684&&_[1]==1701076831&&(C=u.create(_.slice(2,4)),_.splice(0,4),R.sigBytes-=16),D.create({ciphertext:R,salt:C})}},B=o.SerializableCipher=l.extend({cfg:l.extend({format:E}),encrypt:function(A,C,R,_){_=this.cfg.extend(_);var P=A.createEncryptor(R,_),O=P.finalize(C),M=P.cfg;return D.create({ciphertext:O,key:R,iv:M.iv,algorithm:A,mode:M.mode,padding:M.padding,blockSize:A.blockSize,formatter:_.format})},decrypt:function(A,C,R,_){_=this.cfg.extend(_),C=this._parse(C,_.format);var P=A.createDecryptor(R,_).finalize(C.ciphertext);return P},_parse:function(A,C){return typeof A=="string"?C.parse(A,this):A}}),I=h.kdf={},b=I.OpenSSL={execute:function(A,C,R,_,P){if(_||(_=u.random(64/8)),P)var O=n.create({keySize:C+R,hasher:P}).compute(A,_);else var O=n.create({keySize:C+R}).compute(A,_);var M=u.create(O.words.slice(C),R*4);return O.sigBytes=C*4,D.create({key:O,iv:M,salt:_})}},F=o.PasswordBasedCipher=B.extend({cfg:B.cfg.extend({kdf:b}),encrypt:function(A,C,R,_){_=this.cfg.extend(_);var P=_.kdf.execute(R,A.keySize,A.ivSize,_.salt,_.hasher);_.iv=P.iv;var O=B.encrypt.call(this,A,C,P.key,_);return O.mixIn(P),O},decrypt:function(A,C,R,_){_=this.cfg.extend(_),C=this._parse(C,_.format);var P=_.kdf.execute(R,A.keySize,A.ivSize,C.salt,_.hasher);_.iv=P.iv;var O=B.decrypt.call(this,A,C,P.key,_);return O}})})()})})(Ze)),Ze.exports}var Ye={exports:{}},_h=Ye.exports,Ra;function Nh(){return Ra||(Ra=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(_h,function(s){return s.mode.CFB=(function(){var t=s.lib.BlockCipherMode.extend();t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize;h.call(this,o,l,m,u),this._prevBlock=o.slice(l,l+m)}}),t.Decryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=o.slice(l,l+m);h.call(this,o,l,m,u),this._prevBlock=r}});function h(o,l,u,m){var r,d=this._iv;d?(r=d.slice(0),this._iv=void 0):r=this._prevBlock,m.encryptBlock(r,0);for(var Q=0;Q<u;Q++)o[l+Q]^=r[Q]}return t})(),s.mode.CFB})})(Ye)),Ye.exports}var et={exports:{}},Rh=et.exports,Sa;function Sh(){return Sa||(Sa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Rh,function(s){return s.mode.CTR=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=this._iv,d=this._counter;r&&(d=this._counter=r.slice(0),this._iv=void 0);var Q=d.slice(0);u.encryptBlock(Q,0),d[m-1]=d[m-1]+1|0;for(var n=0;n<m;n++)o[l+n]^=Q[n]}});return t.Decryptor=h,t})(),s.mode.CTR})})(et)),et.exports}var tt={exports:{}},Th=tt.exports,Ta;function Fh(){return Ta||(Ta=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Th,function(s){/** @preserve
|
|
8
|
+
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
9
|
+
* derived from CryptoJS.mode.CTR
|
|
10
|
+
* Jan Hruby jhruby.web@gmail.com
|
|
11
|
+
*/return s.mode.CTRGladman=(function(){var t=s.lib.BlockCipherMode.extend();function h(u){if((u>>24&255)===255){var m=u>>16&255,r=u>>8&255,d=u&255;m===255?(m=0,r===255?(r=0,d===255?d=0:++d):++r):++m,u=0,u+=m<<16,u+=r<<8,u+=d}else u+=1<<24;return u}function o(u){return(u[0]=h(u[0]))===0&&(u[1]=h(u[1])),u}var l=t.Encryptor=t.extend({processBlock:function(u,m){var r=this._cipher,d=r.blockSize,Q=this._iv,n=this._counter;Q&&(n=this._counter=Q.slice(0),this._iv=void 0),o(n);var f=n.slice(0);r.encryptBlock(f,0);for(var p=0;p<d;p++)u[m+p]^=f[p]}});return t.Decryptor=l,t})(),s.mode.CTRGladman})})(tt)),tt.exports}var at={exports:{}},Ph=at.exports,Fa;function Oh(){return Fa||(Fa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Ph,function(s){return s.mode.OFB=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=this._iv,d=this._keystream;r&&(d=this._keystream=r.slice(0),this._iv=void 0),u.encryptBlock(d,0);for(var Q=0;Q<m;Q++)o[l+Q]^=d[Q]}});return t.Decryptor=h,t})(),s.mode.OFB})})(at)),at.exports}var st={exports:{}},Mh=st.exports,Pa;function Uh(){return Pa||(Pa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Mh,function(s){return s.mode.ECB=(function(){var t=s.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(h,o){this._cipher.encryptBlock(h,o)}}),t.Decryptor=t.extend({processBlock:function(h,o){this._cipher.decryptBlock(h,o)}}),t})(),s.mode.ECB})})(st)),st.exports}var rt={exports:{}},kh=rt.exports,Oa;function wh(){return Oa||(Oa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(kh,function(s){return s.pad.AnsiX923={pad:function(t,h){var o=t.sigBytes,l=h*4,u=l-o%l,m=o+u-1;t.clamp(),t.words[m>>>2]|=u<<24-m%4*8,t.sigBytes+=u},unpad:function(t){var h=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=h}},s.pad.Ansix923})})(rt)),rt.exports}var ot={exports:{}},Gh=ot.exports,Ma;function Hh(){return Ma||(Ma=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Gh,function(s){return s.pad.Iso10126={pad:function(t,h){var o=h*4,l=o-t.sigBytes%o;t.concat(s.lib.WordArray.random(l-1)).concat(s.lib.WordArray.create([l<<24],1))},unpad:function(t){var h=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=h}},s.pad.Iso10126})})(ot)),ot.exports}var ht={exports:{}},Kh=ht.exports,Ua;function Vh(){return Ua||(Ua=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Kh,function(s){return s.pad.Iso97971={pad:function(t,h){t.concat(s.lib.WordArray.create([2147483648],1)),s.pad.ZeroPadding.pad(t,h)},unpad:function(t){s.pad.ZeroPadding.unpad(t),t.sigBytes--}},s.pad.Iso97971})})(ht)),ht.exports}var dt={exports:{}},zh=dt.exports,ka;function Wh(){return ka||(ka=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(zh,function(s){return s.pad.ZeroPadding={pad:function(t,h){var o=h*4;t.clamp(),t.sigBytes+=o-(t.sigBytes%o||o)},unpad:function(t){for(var h=t.words,o=t.sigBytes-1,o=t.sigBytes-1;o>=0;o--)if(h[o>>>2]>>>24-o%4*8&255){t.sigBytes=o+1;break}}},s.pad.ZeroPadding})})(dt)),dt.exports}var it={exports:{}},qh=it.exports,wa;function Xh(){return wa||(wa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(qh,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})})(it)),it.exports}var lt={exports:{}},$h=lt.exports,Ga;function jh(){return Ga||(Ga=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})($h,function(s){return(function(t){var h=s,o=h.lib,l=o.CipherParams,u=h.enc,m=u.Hex,r=h.format;r.Hex={stringify:function(d){return d.ciphertext.toString(m)},parse:function(d){var Q=m.parse(d);return l.create({ciphertext:Q})}}})(),s.format.Hex})})(lt)),lt.exports}var nt={exports:{}},Jh=nt.exports,Ha;function Zh(){return Ha||(Ha=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(Jh,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,l=t.algo,u=[],m=[],r=[],d=[],Q=[],n=[],f=[],p=[],g=[],i=[];(function(){for(var D=[],x=0;x<256;x++)x<128?D[x]=x<<1:D[x]=x<<1^283;for(var E=0,B=0,x=0;x<256;x++){var I=B^B<<1^B<<2^B<<3^B<<4;I=I>>>8^I&255^99,u[E]=I,m[I]=E;var b=D[E],F=D[b],A=D[F],C=D[I]*257^I*16843008;r[E]=C<<24|C>>>8,d[E]=C<<16|C>>>16,Q[E]=C<<8|C>>>24,n[E]=C;var C=A*16843009^F*65537^b*257^E*16843008;f[I]=C<<24|C>>>8,p[I]=C<<16|C>>>16,g[I]=C<<8|C>>>24,i[I]=C,E?(E=b^D[D[D[A^b]]],B^=D[D[B]]):E=B=1}})();var c=[0,1,2,4,8,16,32,64,128,27,54],v=l.AES=o.extend({_doReset:function(){var D;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var x=this._keyPriorReset=this._key,E=x.words,B=x.sigBytes/4,I=this._nRounds=B+6,b=(I+1)*4,F=this._keySchedule=[],A=0;A<b;A++)A<B?F[A]=E[A]:(D=F[A-1],A%B?B>6&&A%B==4&&(D=u[D>>>24]<<24|u[D>>>16&255]<<16|u[D>>>8&255]<<8|u[D&255]):(D=D<<8|D>>>24,D=u[D>>>24]<<24|u[D>>>16&255]<<16|u[D>>>8&255]<<8|u[D&255],D^=c[A/B|0]<<24),F[A]=F[A-B]^D);for(var C=this._invKeySchedule=[],R=0;R<b;R++){var A=b-R;if(R%4)var D=F[A];else var D=F[A-4];R<4||A<=4?C[R]=D:C[R]=f[u[D>>>24]]^p[u[D>>>16&255]]^g[u[D>>>8&255]]^i[u[D&255]]}}},encryptBlock:function(D,x){this._doCryptBlock(D,x,this._keySchedule,r,d,Q,n,u)},decryptBlock:function(D,x){var E=D[x+1];D[x+1]=D[x+3],D[x+3]=E,this._doCryptBlock(D,x,this._invKeySchedule,f,p,g,i,m);var E=D[x+1];D[x+1]=D[x+3],D[x+3]=E},_doCryptBlock:function(D,x,E,B,I,b,F,A){for(var C=this._nRounds,R=D[x]^E[0],_=D[x+1]^E[1],P=D[x+2]^E[2],O=D[x+3]^E[3],M=4,W=1;W<C;W++){var G=B[R>>>24]^I[_>>>16&255]^b[P>>>8&255]^F[O&255]^E[M++],V=B[_>>>24]^I[P>>>16&255]^b[O>>>8&255]^F[R&255]^E[M++],H=B[P>>>24]^I[O>>>16&255]^b[R>>>8&255]^F[_&255]^E[M++],L=B[O>>>24]^I[R>>>16&255]^b[_>>>8&255]^F[P&255]^E[M++];R=G,_=V,P=H,O=L}var G=(A[R>>>24]<<24|A[_>>>16&255]<<16|A[P>>>8&255]<<8|A[O&255])^E[M++],V=(A[_>>>24]<<24|A[P>>>16&255]<<16|A[O>>>8&255]<<8|A[R&255])^E[M++],H=(A[P>>>24]<<24|A[O>>>16&255]<<16|A[R>>>8&255]<<8|A[_&255])^E[M++],L=(A[O>>>24]<<24|A[R>>>16&255]<<16|A[_>>>8&255]<<8|A[P&255])^E[M++];D[x]=G,D[x+1]=V,D[x+2]=H,D[x+3]=L},keySize:256/32});t.AES=o._createHelper(v)})(),s.AES})})(nt)),nt.exports}var ut={exports:{}},Yh=ut.exports,Ka;function e0(){return Ka||(Ka=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(Yh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=h.BlockCipher,u=t.algo,m=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],r=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],d=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Q=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],n=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],f=u.DES=l.extend({_doReset:function(){for(var c=this._key,v=c.words,D=[],x=0;x<56;x++){var E=m[x]-1;D[x]=v[E>>>5]>>>31-E%32&1}for(var B=this._subKeys=[],I=0;I<16;I++){for(var b=B[I]=[],F=d[I],x=0;x<24;x++)b[x/6|0]|=D[(r[x]-1+F)%28]<<31-x%6,b[4+(x/6|0)]|=D[28+(r[x+24]-1+F)%28]<<31-x%6;b[0]=b[0]<<1|b[0]>>>31;for(var x=1;x<7;x++)b[x]=b[x]>>>(x-1)*4+3;b[7]=b[7]<<5|b[7]>>>27}for(var A=this._invSubKeys=[],x=0;x<16;x++)A[x]=B[15-x]},encryptBlock:function(c,v){this._doCryptBlock(c,v,this._subKeys)},decryptBlock:function(c,v){this._doCryptBlock(c,v,this._invSubKeys)},_doCryptBlock:function(c,v,D){this._lBlock=c[v],this._rBlock=c[v+1],p.call(this,4,252645135),p.call(this,16,65535),g.call(this,2,858993459),g.call(this,8,16711935),p.call(this,1,1431655765);for(var x=0;x<16;x++){for(var E=D[x],B=this._lBlock,I=this._rBlock,b=0,F=0;F<8;F++)b|=Q[F][((I^E[F])&n[F])>>>0];this._lBlock=I,this._rBlock=B^b}var A=this._lBlock;this._lBlock=this._rBlock,this._rBlock=A,p.call(this,1,1431655765),g.call(this,8,16711935),g.call(this,2,858993459),p.call(this,16,65535),p.call(this,4,252645135),c[v]=this._lBlock,c[v+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function p(c,v){var D=(this._lBlock>>>c^this._rBlock)&v;this._rBlock^=D,this._lBlock^=D<<c}function g(c,v){var D=(this._rBlock>>>c^this._lBlock)&v;this._lBlock^=D,this._rBlock^=D<<c}t.DES=l._createHelper(f);var i=u.TripleDES=l.extend({_doReset:function(){var c=this._key,v=c.words;if(v.length!==2&&v.length!==4&&v.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var D=v.slice(0,2),x=v.length<4?v.slice(0,2):v.slice(2,4),E=v.length<6?v.slice(0,2):v.slice(4,6);this._des1=f.createEncryptor(o.create(D)),this._des2=f.createEncryptor(o.create(x)),this._des3=f.createEncryptor(o.create(E))},encryptBlock:function(c,v){this._des1.encryptBlock(c,v),this._des2.decryptBlock(c,v),this._des3.encryptBlock(c,v)},decryptBlock:function(c,v){this._des3.decryptBlock(c,v),this._des2.encryptBlock(c,v),this._des1.decryptBlock(c,v)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=l._createHelper(i)})(),s.TripleDES})})(ut)),ut.exports}var pt={exports:{}},t0=pt.exports,Va;function a0(){return Va||(Va=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(t0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=l.RC4=o.extend({_doReset:function(){for(var d=this._key,Q=d.words,n=d.sigBytes,f=this._S=[],p=0;p<256;p++)f[p]=p;for(var p=0,g=0;p<256;p++){var i=p%n,c=Q[i>>>2]>>>24-i%4*8&255;g=(g+f[p]+c)%256;var v=f[p];f[p]=f[g],f[g]=v}this._i=this._j=0},_doProcessBlock:function(d,Q){d[Q]^=m.call(this)},keySize:256/32,ivSize:0});function m(){for(var d=this._S,Q=this._i,n=this._j,f=0,p=0;p<4;p++){Q=(Q+1)%256,n=(n+d[Q])%256;var g=d[Q];d[Q]=d[n],d[n]=g,f|=d[(d[Q]+d[n])%256]<<24-p*8}return this._i=Q,this._j=n,f}t.RC4=o._createHelper(u);var r=l.RC4Drop=u.extend({cfg:u.cfg.extend({drop:192}),_doReset:function(){u._doReset.call(this);for(var d=this.cfg.drop;d>0;d--)m.call(this)}});t.RC4Drop=o._createHelper(r)})(),s.RC4})})(pt)),pt.exports}var mt={exports:{}},s0=mt.exports,za;function r0(){return za||(za=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(s0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=[],m=[],r=[],d=l.Rabbit=o.extend({_doReset:function(){for(var n=this._key.words,f=this.cfg.iv,p=0;p<4;p++)n[p]=(n[p]<<8|n[p]>>>24)&16711935|(n[p]<<24|n[p]>>>8)&4278255360;var g=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],i=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var p=0;p<4;p++)Q.call(this);for(var p=0;p<8;p++)i[p]^=g[p+4&7];if(f){var c=f.words,v=c[0],D=c[1],x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,B=x>>>16|E&4294901760,I=E<<16|x&65535;i[0]^=x,i[1]^=B,i[2]^=E,i[3]^=I,i[4]^=x,i[5]^=B,i[6]^=E,i[7]^=I;for(var p=0;p<4;p++)Q.call(this)}},_doProcessBlock:function(n,f){var p=this._X;Q.call(this),u[0]=p[0]^p[5]>>>16^p[3]<<16,u[1]=p[2]^p[7]>>>16^p[5]<<16,u[2]=p[4]^p[1]>>>16^p[7]<<16,u[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)u[g]=(u[g]<<8|u[g]>>>24)&16711935|(u[g]<<24|u[g]>>>8)&4278255360,n[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function Q(){for(var n=this._X,f=this._C,p=0;p<8;p++)m[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<m[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<m[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<m[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<m[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<m[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<m[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<m[6]>>>0?1:0)|0,this._b=f[7]>>>0<m[7]>>>0?1:0;for(var p=0;p<8;p++){var g=n[p]+f[p],i=g&65535,c=g>>>16,v=((i*i>>>17)+i*c>>>15)+c*c,D=((g&4294901760)*g|0)+((g&65535)*g|0);r[p]=v^D}n[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,n[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,n[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,n[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,n[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,n[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,n[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,n[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.Rabbit=o._createHelper(d)})(),s.Rabbit})})(mt)),mt.exports}var ft={exports:{}},o0=ft.exports,Wa;function h0(){return Wa||(Wa=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(o0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=[],m=[],r=[],d=l.RabbitLegacy=o.extend({_doReset:function(){var n=this._key.words,f=this.cfg.iv,p=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],g=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var i=0;i<4;i++)Q.call(this);for(var i=0;i<8;i++)g[i]^=p[i+4&7];if(f){var c=f.words,v=c[0],D=c[1],x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,B=x>>>16|E&4294901760,I=E<<16|x&65535;g[0]^=x,g[1]^=B,g[2]^=E,g[3]^=I,g[4]^=x,g[5]^=B,g[6]^=E,g[7]^=I;for(var i=0;i<4;i++)Q.call(this)}},_doProcessBlock:function(n,f){var p=this._X;Q.call(this),u[0]=p[0]^p[5]>>>16^p[3]<<16,u[1]=p[2]^p[7]>>>16^p[5]<<16,u[2]=p[4]^p[1]>>>16^p[7]<<16,u[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)u[g]=(u[g]<<8|u[g]>>>24)&16711935|(u[g]<<24|u[g]>>>8)&4278255360,n[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function Q(){for(var n=this._X,f=this._C,p=0;p<8;p++)m[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<m[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<m[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<m[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<m[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<m[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<m[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<m[6]>>>0?1:0)|0,this._b=f[7]>>>0<m[7]>>>0?1:0;for(var p=0;p<8;p++){var g=n[p]+f[p],i=g&65535,c=g>>>16,v=((i*i>>>17)+i*c>>>15)+c*c,D=((g&4294901760)*g|0)+((g&65535)*g|0);r[p]=v^D}n[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,n[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,n[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,n[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,n[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,n[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,n[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,n[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.RabbitLegacy=o._createHelper(d)})(),s.RabbitLegacy})})(ft)),ft.exports}var gt={exports:{}},d0=gt.exports,qa;function i0(){return qa||(qa=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(d0,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,l=t.algo;const u=16,m=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],r=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var d={pbox:[],sbox:[]};function Q(i,c){let v=c>>24&255,D=c>>16&255,x=c>>8&255,E=c&255,B=i.sbox[0][v]+i.sbox[1][D];return B=B^i.sbox[2][x],B=B+i.sbox[3][E],B}function n(i,c,v){let D=c,x=v,E;for(let B=0;B<u;++B)D=D^i.pbox[B],x=Q(i,D)^x,E=D,D=x,x=E;return E=D,D=x,x=E,x=x^i.pbox[u],D=D^i.pbox[u+1],{left:D,right:x}}function f(i,c,v){let D=c,x=v,E;for(let B=u+1;B>1;--B)D=D^i.pbox[B],x=Q(i,D)^x,E=D,D=x,x=E;return E=D,D=x,x=E,x=x^i.pbox[1],D=D^i.pbox[0],{left:D,right:x}}function p(i,c,v){for(let I=0;I<4;I++){i.sbox[I]=[];for(let b=0;b<256;b++)i.sbox[I][b]=r[I][b]}let D=0;for(let I=0;I<u+2;I++)i.pbox[I]=m[I]^c[D],D++,D>=v&&(D=0);let x=0,E=0,B=0;for(let I=0;I<u+2;I+=2)B=n(i,x,E),x=B.left,E=B.right,i.pbox[I]=x,i.pbox[I+1]=E;for(let I=0;I<4;I++)for(let b=0;b<256;b+=2)B=n(i,x,E),x=B.left,E=B.right,i.sbox[I][b]=x,i.sbox[I][b+1]=E;return!0}var g=l.Blowfish=o.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var i=this._keyPriorReset=this._key,c=i.words,v=i.sigBytes/4;p(d,c,v)}},encryptBlock:function(i,c){var v=n(d,i[c],i[c+1]);i[c]=v.left,i[c+1]=v.right},decryptBlock:function(i,c){var v=f(d,i[c],i[c+1]);i[c]=v.left,i[c+1]=v.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=o._createHelper(g)})(),s.Blowfish})})(gt)),gt.exports}var l0=Pe.exports,Xa;function n0(){return Xa||(Xa=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me(),hh,ih(),le(),uh(),ne(),xa(),_t(),yh(),Ea(),xh(),vh(),Eh(),Nt(),Ih(),oe(),X(),Nh(),Sh(),Fh(),Oh(),Uh(),wh(),Hh(),Vh(),Wh(),Xh(),jh(),Zh(),e0(),a0(),r0(),h0(),i0())})(l0,function(s){return s})})(Pe)),Pe.exports}var u0=n0();const $a=ha(u0);class ja{configs=new Map;cache=new Map;getConfig(a){return this.configs.get(a)}register(a){this.configs.set(a.tag,a),a.items&&this.cache.set(a.tag,a.items)}unregister(a){this.configs.delete(a),this.cache.delete(a)}get(a){return this.cache.get(a)||[]}async asyncGet(a,s){const t=this.configs.get(a);return t?t.mode==="static"?this.getByConfig(t):t.mode==="async"?this.cache.has(a)?this.cache.get(a)||[]:this.asyncGetByConfig(t,s):[]:[]}getByConfig(a){return a.items||[]}async asyncGetByConfig(a,s={}){if(a.fetch){const t=await a.fetch(s||{});if(t){const[h,o]=a.keys||["name","id"];return this.deepFormat(t,h,o)}}return[]}deepFormat(a,s,t){return a.map(h=>{const o={label:h[s],value:h[t]};return h.children&&h.children.length>0&&(o.options=this.deepFormat(h.children,s,t)),o})}}y("DictionaryUtil",ja);function p0(e,a){return _gct.i18n.global.t(e,a)}var Ja=y("EditorRegisterConst",(e=>(e.PREFIX="EDITOR___",e))(Ja||{})),m0=y("EditorType",(e=>(e.LENGTH_UNIT="length-unit",e.COLOR="color",e.SPAN="span",e.TEXT="text",e.NUMBER="number",e.INFO="info",e.SELECT="select",e.RADIO="radio",e.PICKER="picker",e.I18N="i18n",e.TEXTAREA="textarea",e.DATE_RANGE="date-range",e.SWITCH="switch",e.CHECK_SWITCH="check-switch",e.ICON_SELECT="icon-select",e.CHECKBOX="checkbox",e))(m0||{})),f0=y("EditorTypeOld",(e=>(e.LENGTH_UNIT="length-unit-editor",e.COLOR="color-editor",e.SPAN="span-editor",e.TEXT="text-editor",e.NUMBER="number-editor",e.INFO="info-editor",e.SELECT="select-editor",e.MODEL_SELECT="model-editor",e.Field_SELECT="field-editor",e.RADIO="radio-editor",e.PICKER="picker-editor",e.I18N="i18n-editor",e.TEXTAREA="textarea-editor",e.DATE_RANGE="date-range-editor",e.SWITCH="switch-editor",e.CHECK_SWITCH="check-switch-editor",e.ICON_SELECT="icon-select-editor",e.CHECKBOX="checkbox-editor",e.BORDER="border-editor",e.BORDER_RADIUS="border-radius-editor",e.ALIGN="align-editor",e.FONT_STYLE="font-style-editor",e.POSITION="position-editor",e.SPACING="spacing-editor",e.MARGIN="margin-editor",e))(f0||{})),g0=y("FormContainerType",(e=>(e.FORM_TITLE_GROUP="form-title-group",e))(g0||{}));const ye=y("CoreConst",{TOKEN:"gct-token",TENANT:"gct-tenant"}),y0=y("STYLE_NAMESPACE_TAG","gct"),c0=y("PLUGIN_BASE_URL","/minio"),D0="is-";function ue(e,a,s,t,h){let o=`${e}-${a}`;return s&&(o+=`-${s}`),t&&(o+=`__${t}`),h&&(o+=`--${h}`),o}class Za{constructor(a,s){this.block=a,this.namespace=s||y0}namespace;b(a=""){return ue(this.namespace,this.block,a,"","")}e(a){return a?ue(this.namespace,this.block,"",a,""):""}m(a){return a?ue(this.namespace,this.block,"","",a):""}be(a,s){return a&&s?ue(this.namespace,this.block,a,s,""):""}em(a,s){return a&&s?ue(this.namespace,this.block,"",a,s):""}bm(a,s){return a&&s?ue(this.namespace,this.block,a,"",s):""}bem(a,s,t){return a&&s&&t?ue(this.namespace,this.block,a,s,t):""}is(a,s){return a&&s?`${D0}${a}`:""}cssVar(a){const s={};for(const t in a)a[t]&&(s[this.cssVarName(t)]=a[t]);return s}cssVarBlock(a){const s={};for(const t in a)a[t]&&(s[this.cssVarBlockName(t)]=a[t]);return s}cssVarName(a){return`--${this.namespace}-${a}`}cssVarBlockName(a){return`--${this.namespace}-${this.block}-${a}`}}y("Namespace",Za);var Rt,Ya;function x0(){if(Ya)return Rt;Ya=1;function e(h){if(typeof h!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(h))}function a(h,o){for(var l="",u=0,m=-1,r=0,d,Q=0;Q<=h.length;++Q){if(Q<h.length)d=h.charCodeAt(Q);else{if(d===47)break;d=47}if(d===47){if(!(m===Q-1||r===1))if(m!==Q-1&&r===2){if(l.length<2||u!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var n=l.lastIndexOf("/");if(n!==l.length-1){n===-1?(l="",u=0):(l=l.slice(0,n),u=l.length-1-l.lastIndexOf("/")),m=Q,r=0;continue}}else if(l.length===2||l.length===1){l="",u=0,m=Q,r=0;continue}}o&&(l.length>0?l+="/..":l="..",u=2)}else l.length>0?l+="/"+h.slice(m+1,Q):l=h.slice(m+1,Q),u=Q-m-1;m=Q,r=0}else d===46&&r!==-1?++r:r=-1}return l}function s(h,o){var l=o.dir||o.root,u=o.base||(o.name||"")+(o.ext||"");return l?l===o.root?l+u:l+h+u:u}var t={resolve:function(){for(var o="",l=!1,u,m=arguments.length-1;m>=-1&&!l;m--){var r;m>=0?r=arguments[m]:(u===void 0&&(u=process.cwd()),r=u),e(r),r.length!==0&&(o=r+"/"+o,l=r.charCodeAt(0)===47)}return o=a(o,!l),l?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(o){if(e(o),o.length===0)return".";var l=o.charCodeAt(0)===47,u=o.charCodeAt(o.length-1)===47;return o=a(o,!l),o.length===0&&!l&&(o="."),o.length>0&&u&&(o+="/"),l?"/"+o:o},isAbsolute:function(o){return e(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,l=0;l<arguments.length;++l){var u=arguments[l];e(u),u.length>0&&(o===void 0?o=u:o+="/"+u)}return o===void 0?".":t.normalize(o)},relative:function(o,l){if(e(o),e(l),o===l||(o=t.resolve(o),l=t.resolve(l),o===l))return"";for(var u=1;u<o.length&&o.charCodeAt(u)===47;++u);for(var m=o.length,r=m-u,d=1;d<l.length&&l.charCodeAt(d)===47;++d);for(var Q=l.length,n=Q-d,f=r<n?r:n,p=-1,g=0;g<=f;++g){if(g===f){if(n>f){if(l.charCodeAt(d+g)===47)return l.slice(d+g+1);if(g===0)return l.slice(d+g)}else r>f&&(o.charCodeAt(u+g)===47?p=g:g===0&&(p=0));break}var i=o.charCodeAt(u+g),c=l.charCodeAt(d+g);if(i!==c)break;i===47&&(p=g)}var v="";for(g=u+p+1;g<=m;++g)(g===m||o.charCodeAt(g)===47)&&(v.length===0?v+="..":v+="/..");return v.length>0?v+l.slice(d+p):(d+=p,l.charCodeAt(d)===47&&++d,l.slice(d))},_makeLong:function(o){return o},dirname:function(o){if(e(o),o.length===0)return".";for(var l=o.charCodeAt(0),u=l===47,m=-1,r=!0,d=o.length-1;d>=1;--d)if(l=o.charCodeAt(d),l===47){if(!r){m=d;break}}else r=!1;return m===-1?u?"/":".":u&&m===1?"//":o.slice(0,m)},basename:function(o,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');e(o);var u=0,m=-1,r=!0,d;if(l!==void 0&&l.length>0&&l.length<=o.length){if(l.length===o.length&&l===o)return"";var Q=l.length-1,n=-1;for(d=o.length-1;d>=0;--d){var f=o.charCodeAt(d);if(f===47){if(!r){u=d+1;break}}else n===-1&&(r=!1,n=d+1),Q>=0&&(f===l.charCodeAt(Q)?--Q===-1&&(m=d):(Q=-1,m=n))}return u===m?m=n:m===-1&&(m=o.length),o.slice(u,m)}else{for(d=o.length-1;d>=0;--d)if(o.charCodeAt(d)===47){if(!r){u=d+1;break}}else m===-1&&(r=!1,m=d+1);return m===-1?"":o.slice(u,m)}},extname:function(o){e(o);for(var l=-1,u=0,m=-1,r=!0,d=0,Q=o.length-1;Q>=0;--Q){var n=o.charCodeAt(Q);if(n===47){if(!r){u=Q+1;break}continue}m===-1&&(r=!1,m=Q+1),n===46?l===-1?l=Q:d!==1&&(d=1):l!==-1&&(d=-1)}return l===-1||m===-1||d===0||d===1&&l===m-1&&l===u+1?"":o.slice(l,m)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return s("/",o)},parse:function(o){e(o);var l={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return l;var u=o.charCodeAt(0),m=u===47,r;m?(l.root="/",r=1):r=0;for(var d=-1,Q=0,n=-1,f=!0,p=o.length-1,g=0;p>=r;--p){if(u=o.charCodeAt(p),u===47){if(!f){Q=p+1;break}continue}n===-1&&(f=!1,n=p+1),u===46?d===-1?d=p:g!==1&&(g=1):d!==-1&&(g=-1)}return d===-1||n===-1||g===0||g===1&&d===n-1&&d===Q+1?n!==-1&&(Q===0&&m?l.base=l.name=o.slice(1,n):l.base=l.name=o.slice(Q,n)):(Q===0&&m?(l.name=o.slice(1,d),l.base=o.slice(1,n)):(l.name=o.slice(Q,d),l.base=o.slice(Q,n)),l.ext=o.slice(d,n)),Q>0?l.dir=o.slice(0,Q-1):m&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return t.posix=t,Rt=t,Rt}var Q0=x0();const Z=ha(Q0);class v0{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(a,s,t=[]){const h=`${a}-${s}-${t.join("_")}`;if(this.cache.has(h))return this.cache.get(h);const o={client:s===Fe.WEB?"WEB":"MOBILE"};t.length>0&&(o.tag=t.join(","));const u=(await _api.platform.plugin.postGetTenantCompList(o)).data;return u.length>0&&this.cache.set(h,u),u}static async loadPlugins(a,s=[]){const t={};if(s.length>0){const h=s.map(l=>{const u=Z.join(c0,l.url,"dist");return{imports:{[l.key]:`${u}/${a}.system.min.js?version=${l.version}`},styles:{[l.key]:`${u}/${a}.min.css?version=${l.version}`}}}),o=[];h.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(u=>{const m=async()=>{try{const r=await System.import(u);t[u]=r,this.module.set(u,r)}catch(r){console.error(r)}};o.push(m())})}),await Promise.all(o)}return t}static async loadPlugin(a,s,t){t=["common",...t];const h=`${a}-${s}-${t.join("_")}`;try{const o=await this.loadPluginConfig(a,s,t);if(!this.cacheModules.has(h)){const l=[];o.forEach(m=>{m.plugins&&l.push(...m.plugins)});const u=await this.loadPlugins(a,l);this.cacheModules.set(h,u)}return[o,this.cacheModules.get(h)]}catch(o){console.error(o)}return[[],{}]}static async loadDesignPlugin(a,s,t=[]){try{const h=await this.loadPlugin(Ae.DESIGN,s,t),[o,l]=h;return o.forEach(u=>{u.plugins.forEach(r=>{const d=l[r.key];if(!d){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}if(s===Fe.WEB){const Q=d.web??d.default;Q&&_gct.register.designer.web.register(r.key,()=>new Q)}else{const Q=d.mobile??d.default;Q&&_gct.register.designer.mobile.register(r.key,()=>new Q)}})}),h}catch(h){console.error(h)}return[[],{}]}static async loadDesignDeletedPlugins(a,s=[]){try{const t=await this.loadPlugins(Ae.DESIGN,s);s.forEach(h=>{const o=t[h.key];if(!o){console.error(`${h.key} 插件加载失败,请检查插件配置是否正确`);return}if(a===Fe.WEB){const l=o.web??o.default;l&&_gct.register.designer.web.register(h.key,()=>new l)}else{const l=o.mobile??o.default;l&&_gct.register.designer.mobile.register(h.key,()=>new l)}})}catch(t){console.error(t)}}static async loadMobilePlugin(a=[]){try{const s=await this.loadPlugins(Ae.MOBILE,a);a.forEach(t=>{if(!s[t.key]){console.error(`${t.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(t.key,s[t.key].default)})}catch(s){console.error(s)}}static async loadWebPlugin(a=[]){try{const s=await this.loadPlugins(Ae.WEB,a);a.forEach(t=>{if(!s[t.key]){console.error(`${t.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(t.key,s[t.key].default)})}catch(s){console.error(s)}}}y("PluginPgkUtil",v0);class A0{constructor(a,s=!1){this.isDev=s,this.url=new URL(a),this.baseDir=Z.dirname(this.url.pathname)}baseDir;url;dir(a){return this.isDev===!0?a:this.url.origin+Z.resolve(this.baseDir,a)}}y("PluginStaticResource",A0);function E0(e){if(e instanceof Array)e&&e.length>0&&e.splice(0,e.length);else if(e instanceof Object&&e)for(const a in e)Object.prototype.hasOwnProperty.call(e,a)&&delete e[a]}class B0{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(a){this.maxListeners=a}getSize(a){return this.map.has(a)?this.map.get(a).length:0}addListener(a,s){if(s instanceof Function){this.map.has(a)||this.map.set(a,[]);const t=this.map.get(a);if(t.length<this.maxListeners)t.push(s);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(a,s){if(this.map.has(a)){const t=this.map.get(a);if(t.length>0){for(let h=0;h<t.length;h++)if(t[h]===s){t.splice(h,1);break}}}}emit(a,...s){this.map.has(a)&&this.map.get(a).forEach(h=>{h(...s)})}async asyncEmit(a,...s){if(this.map.has(a)){const h=this.map.get(a).map(o=>o(...s));return Promise.all(h)}return[]}reset(){this.map.forEach(a=>{E0(a)}),this.map.clear()}}class es{constructor(a){this.e=new B0,this.e.setMaxListeners(a||300)}getSize(a){return this.e.getSize(a)}on(a,s){this.e.addListener(a,s)}off(a,s){this.e.removeListener(a,s)}emit(a,...s){this.e.emit(a,...s)}asyncEmit(a,...s){return this.e.asyncEmit(a,...s)}reset(){this.e.reset()}}const{toString:C0}=Object.prototype;function I0(e){return L0(e)==="function"}const b0={"[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 L0(e){return b0[C0.call(e)]}function St(e,a,s=0,t=!1,h="/"){let o="";if(t&&!/^(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 u=location.hostname;u.indexOf(".")!==u.lastIndexOf(".")&&(o=`;domain=${u.substring(u.indexOf("."),u.length)}`)}if(s!==0){const l=s*24*60*60*1e3,u=new Date(new Date().getTime()+l);document.cookie=`${e}=${escape(a)};path=${h};expires=${u.toUTCString()}${o}`}else document.cookie=`${e}=${escape(a)};path=${h}${o}`}function ts(e,a){St(e,"",-1,a)}function as(e){const a=new RegExp(`(^| )${e}=([^;]*)(;|$)`),s=document.cookie.match(a);return s&&s.length>1?unescape(s[2]):null}class yt{constructor(){this.items=[]}get size(){return this.items.length}callSync(a,...s){const t=a||Object.create({});let h;for(let o=0;o<this.items.length;o++){const l=this.items[o];if(l.fn&&(h=l.fn(t,...s)),h===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return t}tap(a){if(a&&I0(a)){const s={mode:"sync"};s.fn=a,this.items.push(s)}}removeTap(a){if(a)for(let s=0;s<this.items.length;s++){const t=this.items[s];a===t.fn&&this.items.splice(s,1)}}clear(){this.items=[]}}function ss(){return as(ye.TOKEN)}function rs(e){e?St(ye.TOKEN,e,7,!0):ts(ye.TOKEN,!0)}function _0(){return as(ye.TENANT)}function N0(e){e?St(ye.TENANT,e,7,!0):ts(ye.TENANT,!0)}function os(){const e=location.pathname.replace("/src/projects","").split("/");return{aid:e[2],pid:e[3]}}const R0=y("isMobile",(()=>{const e=navigator.userAgent,a=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,s=window.innerWidth<=768,t="ontouchstart"in window||navigator.maxTouchPoints>0;return a.test(e)||s&&t})());function hs(){return localStorage.getItem(No)||"UTC+08:00"}function ds(e,a){return vt(Ne(e),a,(s,t)=>{if(typeof s=="object"&&typeof t=="object")return vt(Ne(s),t,(h,o)=>Array.isArray(h)?Kt(h,o,Vt):void 0)})}function S0(e,a,s,t){return{install(h){e&&a&&_gct.register.editor.register(Ja.PREFIX+e,a),s&&h.component(t??s.name,s)}}}function is(e){e.interceptors.request.use(a=>{if(a.headers||(a.headers=new zt),Object.assign(a.headers,{Token:ss(),Source:R0?502:501,Lang:_gct.store.lang,"Tenant-Id":_gct.store.tenantId,Timezone:hs()}),!a.headers["App-Tag"])if(a.url.includes("/gct-apaas/")){const s=os();a.headers["App-Tag"]=s.aid,a.headers.Module="TENANT_CENTER"}else a.headers["App-Tag"]="__platform__";return[fe.TENANT_CENTER,fe.APP_DESIGNER,fe.WEB_RENDER].includes(_gct.store.projectName)?a.headers.Module="TENANT_CENTER":_gct.store.projectName===fe.BACKEND_MANAGEMENT&&(a.headers.Module="BACKEND_MANAGEMENT"),a})}const T0=wt("global-store",{state(){return new Yt},getters:{getAppInfo(){return this.appInfo},getTenantList(){return this.userInfo.tenantList||[]}},actions:{getAppInfo(){return this.appInfo},setProjectName(e){this.$state.projectName=e},setTenantId(e){this.$state.tenantId=e},setLang(e){this.$state.lang=e},async login(){const e=await _gct.api.platform.login.postSign({username:"gct-admin",password:$a.SHA256("123456").toString($a.enc.Hex)});return this.$state.userInfo=e.data,rs(e.data.token),e.data},async loadUserInfo(){const e=await _gct.api.platform.user.getInfo();return this.$state.userInfo=e.data,e.data},async loadTenantUserInfo(){const e=await _gct.api.platform.tenant.getUserInfo();return this.$state.tenantUserInfo=e.data,e.data}}});class ls{pinia=Gt();store;constructor(){Ht(this.pinia),this.store=T0()}}y("GlobalStoreUtil",ls);class Tt{map=new Map;providers=new Map;hooks={register:new yt,unregister:new yt};register(a,s){this.map.set(a,s);const t=s();this.providers.set(a,t),this.hooks.register.callSync(null,a,t)}unregister(a){this.map.delete(a);const s=this.providers.get(a);s&&(this.hooks.unregister.callSync(null,a,s),this.providers.delete(a))}getProvider(a){return this.providers.get(a)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}y("DesignerRegister",Tt);class ce{static editors=new Map;static providers=new Map;static register(a,s){ce.editors.set(a,s)}static unregister(a){ce.editors.delete(a)}static get(a){if(this.providers.has(a))return this.providers.get(a);const s=ce.editors.get(a);if(s){const t=s();return this.providers.set(a,t),t}return null}}y("EditorRegister",ce);class De{static items=new Map;static register(a,s){De.items.set(a,s)}static unregister(a){De.items.delete(a)}static create(a){const s=De.items.get(a);return s?s():null}}y("FormItemRegister",De);class Ft{map=new Map;hooks={register:new yt,unregister:new yt};register(a,s){this.map.set(a,s),this.hooks.register.callSync(null,a,s)}unregister(a){this.map.delete(a),this.hooks.unregister.callSync(null,a)}get(a){return this.map.get(a)}keys(){return Array.from(this.map.keys())}}y("RenderRegister",Ft);var ct=(e=>(e.DEV="dev",e.TEST="test",e.PROD="prod",e))(ct||{});const F0=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,ns=/^https?:\/\/([a-z0-9]+)-test\./,P0=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,O0=/\/web\/|\/web-single\//,M0=/\/web-render\//,U0=/\/dev-single\//,k0=/\/test-single\//;class w0{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin||"",this._isHostMode=ns.test(this._platformOrigin)}get isAppRun(){return P0.test(location.pathname)}get isAppProd(){return O0.test(location.pathname)}get isAppPreview(){return M0.test(location.pathname)}get isDevSingleEnv(){return U0.test(location.pathname)}get isTestEnv(){return k0.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let a=null;if(this._isHostMode){if(a=this._platformOrigin.match(ns),this._testEnv=!!(a&&a[1]),this._testEnv){const s=await _api.platform.tenant.getInfoByPortOrDomain({domain:a[1]});Object.assign(this._testTenantData,s.data)}}else{a=this._platformOrigin.match(F0);const s=a&&a[2];if(s){const t=await _api.platform.tenant.getInfoByPortOrDomain({port:s});t.data&&(Object.assign(this._testTenantData,t.data),this._testEnv=t.data.testEnvPort===s)}}}getEnv(){return this.isTestEnv?ct.TEST:this.isAppProd?ct.PROD:ct.DEV}}class G0{i18n=qt({locale:"zh-CN",fallbackLocale:"en",messages:{en:{message:{hello:"hello world"}},ja:{message:{hello:"こんにちは、世界"}}}});locale="zh-CN";constructor(){this.init()}async init(){await this.loadLocales();const a=this.getMessageUrl({locale:this.locale});await this.loadMessages(a)}async loadLocales(){const a=await(await fetch("/gct-platform/api/i18n-config/list")).json();if(a.code===200){const s=a.data.find(t=>t.defaultLanguage);this.locale=s.languageTag}}async loadMessages(a,s=this.locale){const o=(await(await fetch(a)).text()).split(`
|
|
12
|
+
`).reduce((l,u)=>{const[m,...r]=u.split(":");return l[m]=r.join(":"),l},{});this.i18n.global.mergeLocaleMessage(s,o)}getMessageUrl(a){if("app"in a){const s=a.env==="dev"?`dev_${a.branch}`:a.env;return`minio/${a.app}/locale-js/${s}/${a.locale}__.json`}return`/minio/locale-js/${a.locale}__platform__.json`}}function H0(e){e.use(_gct.i18n)}const K0=[];class V0{router;constructor(){this.router=Xt({history:$t(),routes:K0})}async add(a){Array.isArray(a)?a.forEach(s=>this.add(s)):this.router.addRoute(a),await this.router.replace(this.router.currentRoute.value.fullPath)}}function z0(e){e.use(_gct.router)}class us{i18nUtil=new G0;i18n=this.i18nUtil.i18n;t(a,s){return this.i18n.global.t(a,s)}storeUtil=new ls;store=this.storeUtil.store;routerUtil=new V0;router=this.routerUtil.router;message;dictionary=new ja;env=new w0;register={designer:{mobile:new Tt,web:new Tt},render:{mobile:new Ft,web:new Ft},editor:ce,formItem:De};async init(){await this.env.checkIsTestEnv()}}y("GctGlobal",us);const W0=[{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getUngrantedList",path:"ungranted/list",hasQuery:!1,hasData:!1}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft",hasQuery:!1,hasData:!1}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled",hasQuery:!1,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"post",method:"postGlobal",path:"global",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0,hasData:!1},{mode:"get",method:"getPage",path:"page",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0,hasData:!1}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList",hasQuery:!1,hasData:!1},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList",hasQuery:!1,hasData:!1},{mode:"post",method:"postCommit",path:"commit",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDraft",path:"viewDraft",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApp",path:"getApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0,hasData:!1},{mode:"post",method:"postLockPage",path:"lockPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasQuery:!1,hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasQuery:!1,hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasQuery:!1,hasData:!0},{mode:"post",method:"postChat",path:"chat",hasQuery:!1,hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getCount",path:"count",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0,hasData:!1}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasQuery:!1,hasData:!1}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0,hasData:!1},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0,hasData:!1}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0,hasData:!1}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postConfig",path:"config",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getDownloadId",path:"download/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postV1Config",path:"v1/config",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0,hasData:!1}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion",hasQuery:!1,hasData:!1},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasQuery:!1,hasData:!1},{mode:"post",method:"postFuncCheck",path:"func/check",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start",hasQuery:!1,hasData:!1},{mode:"post",method:"postStatus",path:"status",hasQuery:!1,hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasQuery:!1,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCategory",path:"category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasQuery:!1,hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0,hasData:!1}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCurrentTime",path:"currentTime",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0,hasData:!1}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasQuery:!1,hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCronValid",path:"cron/valid",hasQuery:!1,hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putStatusId",path:"status/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql",hasQuery:!1,hasData:!1},{mode:"get",method:"getExecute",path:"execute",hasQuery:!1,hasData:!1},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListFont",path:"listFont",hasQuery:!1,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasQuery:!1,hasData:!0}]},{name:"medPro",entityName:"medPro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasQuery:!1,hasData:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0,hasData:!1}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasQuery:!1,hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpened",path:"opened",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessSend",path:"processSend",hasQuery:!1,hasData:!0},{mode:"post",method:"postSend",path:"send",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSystem",path:"model/system",hasQuery:!1,hasData:!1},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasQuery:!1,hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0,hasData:!1}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasQuery:!1,hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0,hasData:!1}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0,hasData:!1},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0,hasData:!1},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getEr",path:"er",hasQuery:!1,hasData:!1},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAll",path:"list-all",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0,hasData:!1},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"get",method:"getSupportProcess",path:"support-process",hasQuery:!1,hasData:!1},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0,hasData:!1},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!1},{mode:"post",method:"postInsert4Edhr",path:"insert4Edhr",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0,hasData:!1},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasQuery:!1,hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasQuery:!1,hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTask",path:"task",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putTaskUpdate",path:"task/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasQuery:!1,hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelId",path:"model/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getStash",path:"stash",hasQuery:!0,hasData:!1},{mode:"put",method:"putStashId",path:"stash/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseNotebookSubmit",path:"base/notebook/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBaseSubmit",path:"base/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStash",path:"stash",hasQuery:!1,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getExit",path:"exit",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfos",path:"getApiInfos",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators",hasQuery:!1,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcExecute",path:"procExecute",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassign",path:"reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasQuery:!1,hasData:!0},{mode:"post",method:"postReject",path:"reject",hasQuery:!1,hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1},{mode:"post",method:"postTerminate",path:"terminate",hasQuery:!1,hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasQuery:!1,hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0,hasData:!1}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasQuery:!1,hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasQuery:!1,hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishId",path:"publish/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassignment",path:"reassignment",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0,hasData:!1}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0,hasData:!1}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivateId",path:"activate/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0,hasData:!1},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0,hasData:!1},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0,hasData:!1},{mode:"get",method:"getStart",path:"start",hasQuery:!0,hasData:!1},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0,hasData:!1},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0,hasData:!1}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRelease",path:"createRelease",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasQuery:!1,hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListType",path:"list/type",hasQuery:!1,hasData:!1},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModels",path:"listSystemModels",hasQuery:!1,hasData:!1},{mode:"put",method:"putMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postViewPageList",path:"view/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasQuery:!1,hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasQuery:!1,hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag",hasQuery:!1,hasData:!1},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasQuery:!1,hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasQuery:!1,hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean",hasQuery:!1,hasData:!1}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getSearch",path:"search",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSql",path:"sql",hasQuery:!0,hasData:!1},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField",hasQuery:!1,hasData:!1},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst",hasQuery:!1,hasData:!1}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppMerge",path:"app/merge",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppRevert",path:"app/revert",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0,hasData:!1},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcessListAll",path:"process/list/all",hasQuery:!1,hasData:!1}]}],q0=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetActiveApp",path:"getActiveApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetIp",path:"getIp",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadApk",path:"upload/apk",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!1}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps",hasQuery:!1,hasData:!1},{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasQuery:!0,hasData:!1},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postListMulti",path:"list-multi",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasQuery:!1,hasData:!1}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch",hasQuery:!1,hasData:!1}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasQuery:!1,hasData:!1}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp",hasQuery:!1,hasData:!1},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnabled",path:"enabled",hasQuery:!1,hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"postAddDatabase",path:"addDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0,hasData:!1},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunSql",path:"runSql",hasQuery:!1,hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0,hasData:!1}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0,hasData:!1},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0,hasData:!1},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0,hasData:!1},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunScript",path:"runScript",hasQuery:!1,hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatchDownload",path:"batch/download",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache",hasQuery:!1,hasData:!1}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putReadAll",path:"read/all",hasQuery:!1,hasData:!1},{mode:"put",method:"putReadId",path:"read/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUnreadCount",path:"unread/count",hasQuery:!1,hasData:!1}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasQuery:!1,hasData:!1}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckLicense",path:"checkLicense",hasQuery:!1,hasData:!1},{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"get",method:"getUninstall",path:"uninstall",hasQuery:!1,hasData:!1},{mode:"get",method:"getVerify",path:"verify",hasQuery:!1,hasData:!1}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0},{mode:"post",method:"postSign",path:"sign",hasQuery:!1,hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0,hasData:!1}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTypeCount",path:"getTypeCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0,hasData:!1}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postInputCheck",path:"inputCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasQuery:!1,hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0,hasData:!1}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasQuery:!1,hasData:!0},{mode:"post",method:"postEmail",path:"email",hasQuery:!1,hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLogin",path:"login",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",hasQuery:!1,hasData:!1},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserField",path:"user/field",hasQuery:!1,hasData:!1},{mode:"get",method:"getVersion",path:"version",hasQuery:!1,hasData:!1},{mode:"post",method:"postWatermark",path:"watermark",hasQuery:!1,hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasQuery:!1,hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasQuery:!1,hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!1,hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetPrintCount",path:"getPrintCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintTest",path:"printTest",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlat",path:"plat",hasQuery:!1,hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenant",path:"tenant",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getClose",path:"close",hasQuery:!1,hasData:!1}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser",hasQuery:!1,hasData:!1},{mode:"post",method:"postAuth",path:"auth",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0,hasData:!1},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getTotalinfos",path:"totalinfos",hasQuery:!1,hasData:!1}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch",hasQuery:!1,hasData:!1},{mode:"put",method:"putMenuId",path:"menu/{id}",hasQuery:!1,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrg",path:"management/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementOrgList",path:"management/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatImport",path:"plat/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasQuery:!1,hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList",hasQuery:!1,hasData:!1},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppOrgList",path:"app/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppOrgUserPageList",path:"app/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppPublished",path:"app/published",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppUserPageList",path:"app/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0,hasData:!1},{mode:"post",method:"postFileTaskList",path:"file-task/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasQuery:!1,hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasQuery:!1,hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgListAll",path:"org/listAll",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgPrincipals",path:"org/principals",hasQuery:!1,hasData:!1},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasQuery:!1,hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpList",path:"regexp/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasQuery:!1,hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDataList",path:"report-data/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0,hasData:!1}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!1,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!1,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!1,hasData:!1}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]}];var ps=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ps||{});const ms=Wt.create();class he{static use(a){a(ms)}static get(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"GET"})}static post(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"POST"})}static put(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"PUT"})}static delete(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"DELETE"})}static options(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"OPTIONS"})}static patch(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"PATCH"})}static head(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"HEAD"})}static async request(a,s,t,h={}){if(t){const l=Zt.stringify(t,{arrayFormat:"brackets"});l&&(a.includes("?")?a+=`&${l}`:a+=`?${l}`)}const o=await ms.request(ds({url:a,data:JSON.stringify(s||{}),params:t,timeout:120*1e3,headers:{"Content-Type":ps.JSON}},h));if(o.status>=200&&o.status<300)return o.data;throw o}}class X0{constructor(a,s){return this.url=a,new Proxy(this,{get(t,h){if(!(h in t)){const o=s.apis.find(l=>l.method===h);if(o){const l=`_${o.mode}`;o.hasData&&o.hasQuery?t[h]=(u,m,r)=>t[l](o.path,m,u,r):o.hasData?t[h]=function(u,m){return t[l](o.path,u,void 0,m)}:o.hasQuery?t[h]=function(u,m){return t[l](o.path,void 0,u,m)}:t[h]=function(u){return t[l](o.path,void 0,void 0,u)}}}return t[h]}})}_put(a,s,t,h){return he.put(t?.id?Z.join(this.url,a,t.id):Z.join(this.url,a),s||{},t||{},h)}_get(a,s,t,h){return he.get(Z.join(this.url,a),s||{},t||{},h)}_delete(a,s,t,h){return he.delete(Z.join(this.url,a),s||{},t||{},h)}_post(a,s,t,h){return he.post(Z.join(this.url,a),s||{},t||{},h)}_options(a,s,t,h){return he.options(Z.join(this.url,a),s||{},t||{},h)}_patch(a,s,t,h){return he.patch(Z.join(this.url,a),s||{},t||{},h)}_head(a,s,t,h){return he.head(Z.join(this.url,a),s||{},t||{},h)}}class fs{constructor(a,s){return new Proxy(this,{get(t,h){const o=s.find(l=>l.name===h);if(o)return h in t||(t[h]=new X0(Z.join(a,o.entityName),o)),t[h]}})}}const gs={apaas:new fs("/gct-apaas/api",W0),platform:new fs("/gct-platform/api",q0)};class ys{constructor(a){this.model=a,this.init()}evt=new es;state=new Bt;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(a){a.forEach(s=>{let t=null;if((s.type==="item"||s.type==="hidden")&&(this.fields.push(s.name),this.modelMap[s.name]=s),s.type==="item"&&(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}___${s.name}`),t||(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}`))),t||(t=_gct.register.formItem.create(s.type)),!t){console.error(`未找到表单项提供者:${s.type}`,s);return}if(this.provider[s.name]=t,s.type==="item"){const h=s;this.item[h.name]=t.createController(this,h)}else if(s.type==="hidden"){const h=s;this.item[h.name]=t.createController(this,h)}else if(s.type==="container"||s.container){const h=s;this.item[s.name]=t.createController(this,h),h.children&&this.initFormItems(h.children)}})}calcHidden(){Object.keys(this.item).forEach(s=>{const t=this.item[s];if(t.model.hidden){const h=t.model.hidden(this,t,this.state.data);h!=null&&(t.state.visible=!h)}})}getData(){const a={};return this.fields.forEach(s=>{const t=this.item[s];t&&(t.state.visible===!0||t.model.type==="hidden")&&(a[t.key]=t.value)}),a}resetData(){this.fields.forEach(a=>{const s=this.item[a];s&&s.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const a=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(s=>{const t=this.item[s];t&&(t.value=a[t.key]),t.defaultValue()}),this.state.loaded=!0,a}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(a=>{const s=this.item[a];s&&s.destroy()})}validate(){return Promise.resolve(!0)}validateItem(a){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(a=>{this.item[a].defaultValue()}),this.calcState()}mounted(){}}y("GctFormController",ys);class $0 extends ys{initEvent(){super.initEvent(),this.evt.on("change",(a,s,t)=>{if(this.model.watch){const o=this.model.watch[a];o&&o(this,s,t)}const h=this.item[a];h&&h.model.watch&&h.model.watch(this,h,s,t),s!=t&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const a=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(a):this.model.updateRequest?this.model.updateRequest({id:this.context.id},a):Promise.resolve(a)}}y("EditFormController",$0);function j0(e){const a=e();return a.state=Re(a.state),jt(()=>a.destroy()),a}class Pt{model;constructor(a){this.model=a}}y("EditorController",Pt);class cs{constructor(a){this.model=a,this.init()}evt=new es;context={};params={};state=new Bt;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(a){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(a){a.forEach(s=>{let t=null;if(s.type==="item"&&(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}___${s.name}`),t||(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}`))),t||(t=_gct.register.formItem.create(s.type)),!t){console.error(`未找到表单项提供者:${s.type}`,s);return}if(this.provider[s.name]=t,s.type==="item"){const h=s;this.item[h.name]=t.createController(this,s)}else if(s.type==="container"){const h=s;this.item[s.name]=t.createController(this,s),h.children&&this.initFormItems(h.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(s=>{const t=this.state.data[s];t&&(typeof t=="object"?Array.isArray(t)?this.state.data[s]=[]:this.state.data[s]={}:this.state.data[s]=null)})}}y("FormController",cs);function J0(e){const a=new cs(e);return a.state=Re(a.state),a}class pe{constructor(a,s){this.form=a,this.model=s,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new re}}y("FormItemBasicController",pe);function Z0(e){const a=e();return a.state=Re(a.state),a}class Y0 extends pe{type="collapse-pane";crateItemState(){return new ea}}y("FormCollapsePaneController",Y0);class ed extends pe{type="collapse";crateItemState(){return new ta}}y("FormCollapseController",ed);class td extends pe{type="tab";crateItemState(){return new aa}}y("FormTabController",td);class ad extends pe{type="tab-pane";crateItemState(){return new sa}}y("FormTabPaneController",ad);class sd extends pe{type="group";crateItemState(){return new ra}}y("FormGroupController",sd);class Ot extends pe{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(a){const s=Ne(this.form.state.data[this.key]);this.form.state.data[this.key]=a,this.form.evt.emit("change",this.key,a,s),this.state.value=a}get editorValue(){return this.model.fields?this.model.fields.map(a=>this.form.item[a].value):this.value}set editorValue(a){this.model.fields?this.model.fields.forEach((s,t)=>{this.form.item[s].value=a?.[t]}):this.value=a}init(){if(super.init(),this.model.type!=="hidden"){const{editor:a}=this.model;this.state.readonly=a.readonly,a.disabled!=null&&(this.state.disabled=a.disabled)}if(this.model.dictionary){const{mode:a}=this.model.dictionary;a==="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 Ct}}y("FormEditItemController",Ot);class rd extends Ot{type="item";async loadDictionary(a){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,a):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,a)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new oa}}y("FormItemController",rd);class od extends Ot{type="hidden"}y("FormHiddenItemController",od);class hd extends Pt{}y("LengthUnitEditorController",hd);class dd extends Pt{}y("ColorEditorController",dd);function Ds(){return At("formController")}function id(e){let a=null;if(e){const t=Ds().item[e];t&&(a=Se({get(){return t.value},set(h){typeof h=="string"&&(h=h.trim()),!(typeof h!="object"&&t.value==h)&&(t.value=h)}}))}else{let s=Et().proxy;const t=s.$props,h=s.$emit;a=Se({get:()=>t.value,set:o=>{typeof o=="string"&&(o=o.trim()),!(typeof o!="object"&&t.value==o)&&h("update:value",o)}}),s=null}return a}function ld(e,a){let s=Et().proxy;const t=s.$props,h=s.$emit,o=e?e.length:0,l=a?a.length:0,u=Se({get:()=>{if(!t.value)return"";let m=t.value;return o>0&&m.startsWith(e)&&(m=m.substring(o)),l>0&&m.endsWith(a)&&(m=m.substring(0,m.length-l)),m},set:m=>{if(t.value===m)return;if(typeof m=="string"&&(m=m.trim()),m==""){h("update:value","");return}let r=m;o>0&&(r=e+r),l>0&&(r=r+a),h("update:value",r)}});return s=null,u}function nd(e){const a=At("modal");return a&&e&&(a.ok=e),a}function ud(e){return new Za(e)}function xs(e){return typeof e<"u"}function pd(e){const a=Te(e||""),s=Te(!1),t=Te(!1);return Jt(a,h=>{xs(h)&&(t.value=!0,s.value=Qs(h))},{immediate:!!e,flush:"sync"}),{clipboardRef:a,isSuccessRef:s,copiedRef:t}}function Qs(e,{target:a=document.body}={}){const s=document.createElement("textarea"),t=document.activeElement;s.value=e,s.setAttribute("readonly",""),s.style.contain="strict",s.style.position="absolute",s.style.left="-9999px",s.style.fontSize="12pt";const h=document.getSelection();let o;h&&h.rangeCount>0&&(o=h.getRangeAt(0)),a.append(s),s.select(),s.selectionStart=0,s.selectionEnd=e.length;let l=!1;try{l=document.execCommand("copy")}catch(u){throw new Error(u)}return s.remove(),o&&h&&(h.removeAllRanges(),h.addRange(o)),t&&t.focus(),l}const me={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class md{handle(a){console.error(a)}}class fd{handle(a){console.error(a)}}class gd{handle(a){if(a.type===ae.AJAX){new vs().handle(a);return}console.error(a)}}class vs{handle(a){const s=this._extractStatusCode(a.message);if(s)switch(s){case me.UNAUTHORIZED:this._handleUnauthorized();break;case me.FORBIDDEN:this._handleForbidden();break;case me.NOT_FOUND:this._handleNotFound();break;case me.INTERNAL_SERVER_ERROR:case me.BAD_GATEWAY:case me.SERVICE_UNAVAILABLE:case me.GATEWAY_TIMEOUT:this._handleServerError(s);break;default:this._handleGenericHttpError(a);break}else this._handleGenericHttpError(a)}_extractStatusCode(a){const s=a.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return s?parseInt(s[1]||s[2],10):null}_handleGenericHttpError(a){a.message.includes("Business Error")?console.debug("Handling business error:",a.message):a.message.includes("Network")?console.debug("Handling network error:",a.message):console.debug("Handling HTTP error:",a.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(a){console.warn(`Server error: ${a}`)}}class As{static _strategies=new Map;static init(){this.registerStrategy(ae.SCRIPT,new md),this.registerStrategy(ae.VUE,new fd),this.registerStrategy(ae.PROMISE,new gd),this.registerStrategy(ae.AJAX,new vs)}static getStrategy(a){return this._strategies.get(a)}static registerStrategy(a,s){this._strategies.set(a,s)}}class se{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return se._instance||(se._instance=new se),se._instance}static init(){se.getInstance()}static handleVueError(a,s,t){const h={type:ae.VUE,message:`Vue Error: ${a.message} | Info: ${t}`,stack:a.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(h)}static reportError(a,s=ae.SCRIPT){const t={type:s,message:a.message,stack:a.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(t)}_initializeStrategies(){As.init()}_processError(a){As.getStrategy(a.type)?.handle(a)}}async function yd(e){se.init(),e.config.errorHandler=(a,s,t)=>{se.handleVueError(a,s,t)},e.config.warnHandler=(a,s,t)=>{console.warn(`Vue Warning: ${a}`),t&&console.warn("Trace:",t)},window.addEventListener("error",a=>{se.reportError(new Error(a.message),ae.SCRIPT)}),window.addEventListener("unhandledrejection",a=>{se.reportError(a.reason,ae.PROMISE)})}class cd{async init(){const a=await _api.platform.plat.getList();console.debug("plat",a.data)}}const Dd=new cd;async function xd(e){await yd(e),he.use(is),H0(e),z0(e),await _gct.init(),await Dd.init()}function Es(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new us,Object.defineProperty(window._gct,"api",{get(){return gs}}),Object.defineProperty(window,"_api",{get(){return gs}})}})}}));
|