@gct-paas/core 0.1.4-dev.2 → 0.1.4-dev.4

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.
Files changed (448) hide show
  1. package/dist/index.min.cjs +12 -1
  2. package/dist/index.system.min.js +12 -1
  3. package/es/controller/form/form.controller.mjs +1 -2
  4. package/es/controller/gct-form/gct-form.controller.mjs +1 -2
  5. package/es/create-app-vue.mjs +10 -0
  6. package/es/global/gct/gct.d.ts +27 -16
  7. package/es/global/gct/gct.mjs +22 -23
  8. package/es/index.mjs +13 -1
  9. package/es/interface/controller/form/form.controller.mjs +1 -1
  10. package/es/interface/hooks/i-designer-hooks.mjs +1 -1
  11. package/es/interface/i-modal/i-modal.mjs +1 -1
  12. package/es/interface/i-pinia-action/i-global-actions.d.ts +18 -0
  13. package/es/interface/i-pinia-state/i-global-state.d.ts +12 -0
  14. package/es/interface/index.d.ts +0 -1
  15. package/es/locale/index.d.ts +19 -0
  16. package/es/locale/index.mjs +60 -0
  17. package/es/modules/api-service/api-manage.d.ts +26 -0
  18. package/es/modules/api-service/api-manage.mjs +33 -0
  19. package/es/modules/api-service/api-service.d.ts +96 -0
  20. package/es/modules/api-service/api-service.interface.d.ts +159 -0
  21. package/es/modules/api-service/api-service.interface.mjs +4 -0
  22. package/es/modules/api-service/api-service.mjs +173 -0
  23. package/es/modules/api-service/http.enum.d.ts +76 -0
  24. package/es/modules/api-service/http.util.d.ts +113 -0
  25. package/es/modules/api-service/http.util.mjs +160 -0
  26. package/es/modules/api-service/index.d.ts +8 -0
  27. package/es/modules/api-service/index.mjs +13 -0
  28. package/es/modules/env-manager/env-manager.const.d.ts +0 -4
  29. package/es/modules/env-manager/env-manager.const.mjs +1 -2
  30. package/es/modules/env-manager/env-manager.d.ts +1 -1
  31. package/es/modules/env-manager/env-manager.interface.d.ts +1 -1
  32. package/es/modules/env-manager/env-manager.mjs +4 -4
  33. package/es/modules/env-manager/index.mjs +1 -1
  34. package/es/modules/platform-config/constants.d.ts +29 -0
  35. package/es/modules/platform-config/constants.mjs +63 -0
  36. package/es/modules/platform-config/index.d.ts +19 -0
  37. package/es/modules/platform-config/index.mjs +17 -0
  38. package/es/modules/platform-config/types.d.ts +67 -0
  39. package/es/modules/platform-config/types.mjs +27 -0
  40. package/es/modules/platform-config/useBasicSetting.d.ts +7 -0
  41. package/es/modules/platform-config/useBasicSetting.mjs +50 -0
  42. package/es/modules/platform-config/useDeploySetting.d.ts +14 -0
  43. package/es/modules/platform-config/useDeploySetting.mjs +32 -0
  44. package/es/modules/platform-config/useLoginSetting.d.ts +25 -0
  45. package/es/modules/platform-config/useLoginSetting.mjs +183 -0
  46. package/es/modules/platform-config/useOrgSetting.d.ts +30 -0
  47. package/es/modules/platform-config/useOrgSetting.mjs +121 -0
  48. package/es/modules/platform-config/useSecuritySetting.d.ts +7 -0
  49. package/es/modules/platform-config/useSecuritySetting.mjs +71 -0
  50. package/es/modules/platform-config/useThemeSetting.d.ts +13 -0
  51. package/es/modules/platform-config/useThemeSetting.mjs +73 -0
  52. package/es/modules/platform-config/useWatermarkSetting.d.ts +18 -0
  53. package/es/modules/platform-config/useWatermarkSetting.mjs +48 -0
  54. package/es/register/designer-register/designer-register.mjs +1 -2
  55. package/es/register/render-register/render-register.mjs +1 -2
  56. package/es/router/index.d.ts +13 -0
  57. package/es/router/index.mjs +32 -0
  58. package/es/state/global-pinia-state/global-pinia-state.d.ts +12 -0
  59. package/es/state/global-pinia-state/global-pinia-state.mjs +12 -0
  60. package/es/store/global-store.mjs +25 -0
  61. package/es/types/index.d.ts +31 -1
  62. package/es/utils/index.d.ts +2 -1
  63. package/es/utils/index.mjs +2 -1
  64. package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +2 -4
  65. package/es/utils/plugin-static-resource/plugin-static-resource.mjs +1 -1
  66. package/es/utils/tools/tools.d.ts +10 -0
  67. package/es/utils/tools/tools.mjs +16 -3
  68. package/package.json +10 -10
  69. package/es/_virtual/_commonjsHelpers.mjs +0 -44
  70. package/es/_virtual/index.mjs +0 -7
  71. package/es/interface/i-http-response/i-http-response.d.ts +0 -29
  72. package/es/interface/i-http-response/i-http-response.mjs +0 -1
  73. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/_virtual/_commonjsHelpers.mjs +0 -44
  74. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/_virtual/index.mjs +0 -7
  75. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/base/apaas-base.service.mjs +0 -12
  76. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/index.mjs +0 -3
  77. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +0 -44
  78. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/index.mjs +0 -7
  79. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/index.mjs +0 -3
  80. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/index.mjs +0 -9
  81. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
  82. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/base.service.mjs +0 -68
  83. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/index.mjs +0 -3
  84. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/types/index.mjs +0 -1
  85. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +0 -74
  86. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/index.mjs +0 -3
  87. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +0 -18
  88. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
  89. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/api.service.mjs +0 -219
  90. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-branch.service.mjs +0 -34
  91. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-global-settings.service.mjs +0 -30
  92. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-granted-user.service.mjs +0 -38
  93. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-org.service.mjs +0 -66
  94. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-publish-log.service.mjs +0 -34
  95. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-state.service.mjs +0 -14
  96. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/app-user.service.mjs +0 -50
  97. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/approval-log.service.mjs +0 -34
  98. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/audit-log.service.mjs +0 -38
  99. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/basic-config.service.mjs +0 -38
  100. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/biz-event.service.mjs +0 -34
  101. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition-version.service.mjs +0 -42
  102. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition.service.mjs +0 -34
  103. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/biz-service-crud.service.mjs +0 -46
  104. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/biz-service.service.mjs +0 -26
  105. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/bom.service.mjs +0 -14
  106. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/category-relation.service.mjs +0 -38
  107. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/category.service.mjs +0 -50
  108. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/chat.service.mjs +0 -14
  109. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/code-ts.service.mjs +0 -14
  110. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/commit-log.service.mjs +0 -66
  111. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/common-info-card.service.mjs +0 -42
  112. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/control-config.service.mjs +0 -38
  113. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/customer-complaint.service.mjs +0 -42
  114. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/dashboard.service.mjs +0 -38
  115. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/data-model.service.mjs +0 -50
  116. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/data-source.service.mjs +0 -18
  117. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/data-trace.service.mjs +0 -42
  118. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/designer-common.service.mjs +0 -66
  119. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/designer-lock.service.mjs +0 -30
  120. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/designer-operate-log.service.mjs +0 -14
  121. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/devops.service.mjs +0 -18
  122. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/dify-chat.service.mjs +0 -18
  123. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control-started.service.mjs +0 -22
  124. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-done.service.mjs +0 -22
  125. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-todo.service.mjs +0 -30
  126. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control.service.mjs +0 -46
  127. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-outline.service.mjs +0 -58
  128. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/document.service.mjs +0 -70
  129. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-relation.service.mjs +0 -26
  130. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-search-history.service.mjs +0 -18
  131. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/edhr-instance.service.mjs +0 -51
  132. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/edhr-tmpl.service.mjs +0 -58
  133. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/ele-search.service.mjs +0 -14
  134. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/enum-model-field.service.mjs +0 -38
  135. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/enum-model.service.mjs +0 -46
  136. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/event-log.service.mjs +0 -26
  137. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/event.service.mjs +0 -34
  138. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/excel-tmpl.service.mjs +0 -62
  139. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/excel.service.mjs +0 -34
  140. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/field-meta.service.mjs +0 -71
  141. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/field.service.mjs +0 -14
  142. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/file-resource.service.mjs +0 -22
  143. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/file-task.service.mjs +0 -22
  144. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/file.service.mjs +0 -18
  145. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/formRelate.service.mjs +0 -58
  146. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/front-operate-log.service.mjs +0 -14
  147. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/global-method.service.mjs +0 -38
  148. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/i18n-info.service.mjs +0 -34
  149. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/index.mjs +0 -306
  150. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/instance-relation.service.mjs +0 -34
  151. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/ipaas.service.mjs +0 -14
  152. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/job-log.service.mjs +0 -22
  153. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/job.service.mjs +0 -46
  154. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/js-engine.service.mjs +0 -22
  155. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/label-log.service.mjs +0 -34
  156. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/label.service.mjs +0 -102
  157. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/login-log.service.mjs +0 -14
  158. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/medPro.service.mjs +0 -18
  159. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/menu-config.service.mjs +0 -38
  160. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/merge-log.service.mjs +0 -30
  161. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/message-record.service.mjs +0 -30
  162. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/message-setting.service.mjs +0 -18
  163. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/message-tmpl.service.mjs +0 -46
  164. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/mobile-homepage.service.mjs +0 -46
  165. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/mobile-page.service.mjs +0 -42
  166. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/model-comprehensive.service.mjs +0 -163
  167. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/model-data.service.mjs +0 -35
  168. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/model-meta.service.mjs +0 -115
  169. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/model-method.service.mjs +0 -42
  170. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/model.service.mjs +0 -14
  171. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form-change-history.service.mjs +0 -14
  172. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form-instance.service.mjs +0 -142
  173. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form-log.service.mjs +0 -14
  174. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl-log.service.mjs +0 -34
  175. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl.service.mjs +0 -94
  176. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form.service.mjs +0 -90
  177. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online.service.mjs +0 -22
  178. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/openapi.service.mjs +0 -42
  179. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/page-designer-log.service.mjs +0 -34
  180. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/permission.service.mjs +0 -34
  181. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/plat.service.mjs +0 -30
  182. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition-version.service.mjs +0 -46
  183. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition.service.mjs +0 -38
  184. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/pm-process-engine.service.mjs +0 -78
  185. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/print-designer.service.mjs +0 -30
  186. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/print-log.service.mjs +0 -18
  187. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/print.service.mjs +0 -26
  188. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-approval-log.service.mjs +0 -38
  189. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-approve-user.service.mjs +0 -34
  190. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-definition-version.service.mjs +0 -38
  191. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-definition.service.mjs +0 -43
  192. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-engine.service.mjs +0 -34
  193. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-event.service.mjs +0 -34
  194. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-graph.service.mjs +0 -14
  195. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-instance-relation-.service.mjs +0 -34
  196. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-instance.service.mjs +0 -34
  197. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-message-user.service.mjs +0 -34
  198. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-node-definition.service.mjs +0 -34
  199. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-path-user.service.mjs +0 -34
  200. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-path.service.mjs +0 -18
  201. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-task-done.service.mjs +0 -14
  202. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-task-todo.service.mjs +0 -18
  203. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process-version.service.mjs +0 -34
  204. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/process.service.mjs +0 -30
  205. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/processTest.service.mjs +0 -38
  206. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/product-release.service.mjs +0 -22
  207. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/publish-log.service.mjs +0 -46
  208. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/regexp.service.mjs +0 -34
  209. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/report-data-set.service.mjs +0 -50
  210. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/report-data.service.mjs +0 -22
  211. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/report.service.mjs +0 -74
  212. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/role-permission.service.mjs +0 -26
  213. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/role.service.mjs +0 -34
  214. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/script-assistant.service.mjs +0 -18
  215. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/script-version-log.service.mjs +0 -26
  216. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/script-version.service.mjs +0 -38
  217. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/script.service.mjs +0 -38
  218. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version-log.service.mjs +0 -30
  219. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version.service.mjs +0 -38
  220. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/service-orchestration.service.mjs +0 -38
  221. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sign-history.service.mjs +0 -34
  222. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sign-log.service.mjs +0 -18
  223. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/signature.service.mjs +0 -18
  224. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sql-view-model.service.mjs +0 -30
  225. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sql-view.service.mjs +0 -14
  226. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/stash.service.mjs +0 -30
  227. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sub-model-process.service.mjs +0 -14
  228. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/sys-config.service.mjs +0 -34
  229. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/system-var.service.mjs +0 -46
  230. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/trace-log-details.service.mjs +0 -54
  231. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/trace-log.service.mjs +0 -38
  232. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/trace-mainline-ext.service.mjs +0 -34
  233. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/trace-mainline.service.mjs +0 -34
  234. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/trace-setting.service.mjs +0 -26
  235. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/user-group-relation.service.mjs +0 -26
  236. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/user-group.service.mjs +0 -42
  237. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/view-model.service.mjs +0 -67
  238. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/wash.service.mjs +0 -18
  239. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/webpage.service.mjs +0 -62
  240. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/_virtual/_commonjsHelpers.mjs +0 -44
  241. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/_virtual/index.mjs +0 -7
  242. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/base/platform-base.service.mjs +0 -12
  243. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/index.mjs +0 -3
  244. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +0 -44
  245. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/index.mjs +0 -7
  246. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/httpEnum.mjs +0 -63
  247. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/index.mjs +0 -3
  248. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/index.mjs +0 -9
  249. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
  250. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/base.service.mjs +0 -68
  251. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/index.mjs +0 -3
  252. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/types/index.mjs +0 -1
  253. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +0 -74
  254. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/index.mjs +0 -3
  255. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +0 -18
  256. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
  257. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/agent.service.mjs +0 -34
  258. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/api.service.mjs +0 -503
  259. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/apk.service.mjs +0 -42
  260. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/app-member.service.mjs +0 -42
  261. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/app-setting.service.mjs +0 -42
  262. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/app.service.mjs +0 -158
  263. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/assets.service.mjs +0 -39
  264. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/attachmentResourceTransfer.service.mjs +0 -14
  265. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/audit-log.service.mjs +0 -34
  266. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/bi-data-set.service.mjs +0 -38
  267. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/bi-file-dataset-config.service.mjs +0 -38
  268. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/bi-file.service.mjs +0 -14
  269. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/bi-share.service.mjs +0 -34
  270. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/buildEnshrineCompLibrary.service.mjs +0 -14
  271. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/category.service.mjs +0 -54
  272. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/clearLogLogin.service.mjs +0 -14
  273. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/clearLogOperate.service.mjs +0 -14
  274. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/clearTempDir.service.mjs +0 -14
  275. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/copyFilter.service.mjs +0 -14
  276. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/dashboard.service.mjs +0 -38
  277. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/data-source.service.mjs +0 -54
  278. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/data-trace.service.mjs +0 -42
  279. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/database.service.mjs +0 -62
  280. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/dataset-log.service.mjs +0 -34
  281. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/dataset.service.mjs +0 -74
  282. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/datasource-devops.service.mjs +0 -34
  283. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/datasource-move-data.service.mjs +0 -34
  284. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/datasource-move-detail.service.mjs +0 -34
  285. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/datasource-move.service.mjs +0 -38
  286. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteCompInfo.service.mjs +0 -14
  287. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteCompInfoType.service.mjs +0 -14
  288. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteCsvDatasource.service.mjs +0 -14
  289. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteEchartTheme.service.mjs +0 -14
  290. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineComp.service.mjs +0 -14
  291. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineCompGroup.service.mjs +0 -14
  292. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteFilter.service.mjs +0 -14
  293. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteLogOperateById.service.mjs +0 -14
  294. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteMapGeoJson.service.mjs +0 -14
  295. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deleteNotUseDir.service.mjs +0 -14
  296. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deletePageSnapshoot.service.mjs +0 -14
  297. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deletePageTemplate.service.mjs +0 -14
  298. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deletePnResource.service.mjs +0 -14
  299. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/deletePnResourceGroup.service.mjs +0 -14
  300. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/exportTemplate.service.mjs +0 -38
  301. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/external-message.service.mjs +0 -34
  302. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/file-task.service.mjs +0 -38
  303. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/file.service.mjs +0 -26
  304. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/front-release.service.mjs +0 -14
  305. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAdCodeByAliasName.service.mjs +0 -14
  306. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllCompInfo.service.mjs +0 -14
  307. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoByTypeId.service.mjs +0 -14
  308. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoType.service.mjs +0 -14
  309. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllCsvDatasource.service.mjs +0 -14
  310. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllEchartTheme.service.mjs +0 -14
  311. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllEnshrineCompGroups.service.mjs +0 -14
  312. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllFilter.service.mjs +0 -14
  313. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAllPageTemplate.service.mjs +0 -14
  314. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getAttachmentInfoByPage.service.mjs +0 -14
  315. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCompInfoById.service.mjs +0 -14
  316. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCompInfoByPage.service.mjs +0 -14
  317. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeById.service.mjs +0 -14
  318. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeByPage.service.mjs +0 -14
  319. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getContentToArray.service.mjs +0 -14
  320. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceById.service.mjs +0 -14
  321. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByName.service.mjs +0 -14
  322. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByPage.service.mjs +0 -14
  323. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getDesignerData.service.mjs +0 -14
  324. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getEchartThemeById.service.mjs +0 -14
  325. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getEchartThemeByPage.service.mjs +0 -14
  326. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompByPage.service.mjs +0 -14
  327. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupById.service.mjs +0 -14
  328. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupByPage.service.mjs +0 -14
  329. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getFilterById.service.mjs +0 -14
  330. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getGeoJsonByAdCode.service.mjs +0 -14
  331. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getLayoutItemObjById.service.mjs +0 -14
  332. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getLogLoginByPage.service.mjs +0 -14
  333. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMapBaseInfoByLevel.service.mjs +0 -14
  334. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonById.service.mjs +0 -14
  335. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonByPage.service.mjs +0 -14
  336. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMyAllPnResourceGroup.service.mjs +0 -14
  337. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMyEchartThemes.service.mjs +0 -14
  338. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMyPnResourceByPage.service.mjs +0 -14
  339. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getMyShareCustomCompByPage.service.mjs +0 -14
  340. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootByEnabled.service.mjs +0 -14
  341. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootById.service.mjs +0 -14
  342. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootsByPageId.service.mjs +0 -14
  343. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTemplateById.service.mjs +0 -14
  344. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTemplateByPage.service.mjs +0 -14
  345. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTemplateForCreatePageForm.service.mjs +0 -14
  346. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTemplateLayout.service.mjs +0 -14
  347. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTemplateThemeJson.service.mjs +0 -14
  348. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPageTotalCount.service.mjs +0 -14
  349. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPnLogOperateByPage.service.mjs +0 -14
  350. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getPnResourceGroupById.service.mjs +0 -14
  351. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getProjectTotalCount.service.mjs +0 -14
  352. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompById.service.mjs +0 -14
  353. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompByPage.service.mjs +0 -14
  354. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/getSysEchartThemes.service.mjs +0 -14
  355. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/httpQuery.service.mjs +0 -14
  356. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/i18n-config.service.mjs +0 -18
  357. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/i18n-info.service.mjs +0 -42
  358. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/importCompInfoJson.service.mjs +0 -14
  359. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/importTemplate.service.mjs +0 -38
  360. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/index.mjs +0 -362
  361. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/internal-message.service.mjs +0 -38
  362. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/invoke-log.service.mjs +0 -22
  363. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/knowledge-base-chunk.service.mjs +0 -34
  364. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/knowledge-base-doc.service.mjs +0 -34
  365. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/knowledge-base.service.mjs +0 -34
  366. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/ldap.service.mjs +0 -14
  367. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/license-unbind-log.service.mjs +0 -14
  368. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/license.service.mjs +0 -70
  369. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/login-log.service.mjs +0 -14
  370. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/login.service.mjs +0 -30
  371. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/manager.service.mjs +0 -18
  372. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/message-setting.service.mjs +0 -50
  373. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/minio-file.service.mjs +0 -18
  374. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/model-provider.service.mjs +0 -34
  375. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/model.service.mjs +0 -34
  376. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/nav-menu.service.mjs +0 -46
  377. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/nav-page.service.mjs +0 -38
  378. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/openapi-group.service.mjs +0 -50
  379. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/openapi-key-grant.service.mjs +0 -42
  380. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/org-user-picker.service.mjs +0 -31
  381. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/org.service.mjs +0 -78
  382. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/parseCsvOrExcel.service.mjs +0 -14
  383. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/permission.service.mjs +0 -30
  384. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/plat.service.mjs +0 -90
  385. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/plugin-version.service.mjs +0 -34
  386. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/plugin.service.mjs +0 -54
  387. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate-detail.service.mjs +0 -34
  388. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate.service.mjs +0 -34
  389. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pm-process-instance.service.mjs +0 -38
  390. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pm-task-done.service.mjs +0 -38
  391. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pm-task-todo.service.mjs +0 -38
  392. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pn-page.service.mjs +0 -34
  393. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/pn-project.service.mjs +0 -62
  394. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/print-log.service.mjs +0 -26
  395. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/print-resource.service.mjs +0 -54
  396. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/regexp.service.mjs +0 -34
  397. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/released.service.mjs +0 -30
  398. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/resourceTransferToPage.service.mjs +0 -14
  399. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/role-permission.service.mjs +0 -34
  400. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/role.service.mjs +0 -54
  401. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveCompInfo.service.mjs +0 -14
  402. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveCompInfoType.service.mjs +0 -14
  403. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveCsvDatasource.service.mjs +0 -14
  404. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveEchartTheme.service.mjs +0 -14
  405. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveEnshrineComp.service.mjs +0 -14
  406. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveEnshrineCompGroup.service.mjs +0 -14
  407. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveFilter.service.mjs +0 -14
  408. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveMapGeoJson.service.mjs +0 -14
  409. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/savePageSnapshoot.service.mjs +0 -14
  410. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/savePageTemplate.service.mjs +0 -14
  411. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/savePnResourceGroup.service.mjs +0 -14
  412. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/saveShareCustomComp.service.mjs +0 -14
  413. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/searchEnshrineComp.service.mjs +0 -14
  414. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/seat-message.service.mjs +0 -14
  415. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/seat.service.mjs +0 -42
  416. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabled.service.mjs +0 -14
  417. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabledByPageId.service.mjs +0 -14
  418. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/shortcut.service.mjs +0 -42
  419. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/sign-log.service.mjs +0 -38
  420. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/sms.service.mjs +0 -18
  421. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/started-process.service.mjs +0 -26
  422. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/task-delegate.service.mjs +0 -42
  423. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/task-done.service.mjs +0 -26
  424. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/task-todo.service.mjs +0 -26
  425. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/tenant-developer.service.mjs +0 -42
  426. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/tenant.service.mjs +0 -163
  427. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/toggleEnabled.service.mjs +0 -14
  428. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/uncompressLogOperateLayoutStr.service.mjs +0 -14
  429. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/uploadFiles.service.mjs +0 -38
  430. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user-extra.service.mjs +0 -34
  431. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user-info-log.service.mjs +0 -34
  432. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user-password-history.service.mjs +0 -34
  433. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user.service.mjs +0 -118
  434. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/workbench-component-relation.service.mjs +0 -46
  435. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/workbench-component.service.mjs +0 -34
  436. package/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -541
  437. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/async-series-hook/async-series-hook.mjs +0 -73
  438. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/index.mjs +0 -2
  439. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/sync-series-hook/sync-series-hook.mjs +0 -100
  440. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/index.mjs +0 -2
  441. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/array/array.mjs +0 -47
  442. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/index.mjs +0 -5
  443. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/object/object.mjs +0 -24
  444. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event/qx-event.mjs +0 -94
  445. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event-emitter/qx-event-emitter.mjs +0 -146
  446. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/type-util/type-util.mjs +0 -149
  447. package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/util/util.mjs +0 -227
  448. /package/es/{node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/httpEnum.mjs → modules/api-service/http.enum.mjs} +0 -0
@@ -1 +1,12 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const ln=require("vue-i18n"),he=require("axios"),ye=require("qs"),L=require("lodash-es"),z=require("pinia"),S=require("vue");function i(s,e,t){return(e=un(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function an(s,e){if(typeof s!="object"||!s)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var r=t.call(s,e);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(s)}function un(s){var e=an(s,"string");return typeof e=="symbol"?e:e+""}var _e=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(_e||{});function on(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var $,le;function cn(){if(le)return $;le=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,$=r,$}var gn=cn(),R=on(gn),pn=require("../internals/export"),dn=require("../internals/array-includes").includes,hn=require("../internals/fails"),yn=require("../internals/add-to-unscopables"),_n=hn(function(){return!Array(1).includes()});pn({target:"Array",proto:!0,forced:_n},{includes:function(e){return dn(this,e,arguments.length>1?arguments[1]:void 0)}});yn("includes");function fn(s,e){return L.mergeWith(L.cloneDeep(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return L.mergeWith(L.cloneDeep(t),r,(u,n)=>Array.isArray(u)?L.unionWith(u,n,L.isEqual):void 0)})}const ie=he.create();let C=class{static use(e){e(ie)}static get(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"GET"})}static post(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"POST"})}static put(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PUT"})}static delete(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"DELETE"})}static options(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"OPTIONS"})}static patch(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PATCH"})}static head(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"HEAD"})}static async request(e,t,r,u={}){if(r){const l=ye.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await ie.request(fn({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":_e.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}},vn=class{constructor(e){this.url=e}_put(e,t,r,u){return C.put(r?.id?R.join(this.url,e,r?.id):R.join(this.url,e),t||{},r||{},u)}_get(e,t,r,u){return C.get(R.join(this.url,e),t||{},r||{},u)}_delete(e,t,r,u){return C.delete(R.join(this.url,e),t||{},r||{},u)}_post(e,t,r,u){return C.post(R.join(this.url,e),t||{},r||{},u)}_options(e,t,r,u){return C.options(R.join(this.url,e),t||{},r||{},u)}_patch(e,t,r,u){return C.patch(R.join(this.url,e),t||{},r||{},u)}_head(e,t,r,u){return C.head(R.join(this.url,e),t||{},r||{},u)}};function mn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var H,ae;function In(){if(ae)return H;ae=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,H=r,H}var Sn=In(),An=mn(Sn);class h extends vn{constructor(e){super(An.join("/gct-apaas/api",e))}}class Ln extends h{constructor(){super("app-branch")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bn extends h{constructor(){super("app-global-settings")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Tn extends h{constructor(){super("app-granted-user")}async post(e,t={}){return this._post("",e,null,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async getGrantedStatistic(e={}){return this._get("grantedStatistic",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getRemoveAndTransfer(e,t={}){return this._get("removeAndTransfer",null,e,t)}async getUngrantedList(e={}){return this._get("ungranted/list",null,null,e)}}class Pn extends h{constructor(){super("app-org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUserAdd(e,t={}){return this._post("user/add",e,null,t)}async postUserCreateAndAdd(e,t={}){return this._post("user/createAndAdd",e,null,t)}async getUserInfo(e,t={}){return this._get("user/info",null,e,t)}async postUserMove(e,t={}){return this._post("user/move",e,null,t)}async getUserPageList(e,t={}){return this._get("user/page/list",null,e,t)}async postUserRemove(e,t={}){return this._post("user/remove",e,null,t)}async postUserUpdate(e,t={}){return this._post("user/update",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Rn extends h{constructor(){super("app-publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class En extends h{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class Dn extends h{constructor(){super("app-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",e,null,t)}async putDisable(e,t={}){return this._put("disable",null,e,t)}async putEnable(e,t={}){return this._put("enable",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}async postResetDefaultPwd(e,t={}){return this._post("reset/default/pwd",e,null,t)}async postResetDefaultSignPwd(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Cn extends h{constructor(){super("approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let wn=class extends h{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e,t={}){return this._get("operateTypes",null,e,t)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}};class On extends h{constructor(){super("basic-config")}async post(e,t={}){return this._post("",e,null,t)}async getAiRagEnabled(e={}){return this._get("aiRagEnabled",null,null,e)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async postGlobal(e,t={}){return this._post("global",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class Mn extends h{constructor(){super("biz-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bn extends h{constructor(){super("biz-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class xn extends h{constructor(){super("biz-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class Un extends h{constructor(){super("biz-service-crud")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModelList(e={}){return this._get("data-model/list",null,null,e)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getViewModelList(e,t={}){return this._get("view-model/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Nn extends h{constructor(){super("biz-service")}async getModelKeyBsKey(e,t={}){return this._get("{modelKey}/{bsKey}",null,e,t)}async postModelKeyBsKey(e,t={}){return this._post("{modelKey}/{bsKey}",null,e,t)}async putModelKeyBsKey(e,t={}){return this._put("{modelKey}/{bsKey}",null,e,t)}async deleteModelKeyBsKey(e,t={}){return this._delete("{modelKey}/{bsKey}",null,e,t)}}class kn extends h{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let Gn=class extends h{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getGetListRdoOrNdo(e,t={}){return this._get("getListRdoOrNdo",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListComplete(e,t={}){return this._get("listComplete",null,e,t)}async getPage(e,t={}){return this._get("page",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Kn extends h{constructor(){super("category-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fn extends h{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Vn extends h{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class $n extends h{constructor(){super("commit-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCanPublishProdReleaseTagList(e={}){return this._get("canPublishProdReleaseTagList",null,null,e)}async getCanReleaseTagList(e={}){return this._get("canReleaseTagList",null,null,e)}async postCommit(e,t={}){return this._post("commit",e,null,t)}async getGetLatestCommit(e={}){return this._get("getLatestCommit",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getReleaseInfo(e,t={}){return this._get("release/info",null,e,t)}async getReleasePageList(e,t={}){return this._get("release/page/list",null,e,t)}async getViewDetail(e,t={}){return this._get("viewDetail",null,e,t)}async getViewDraft(e={}){return this._get("viewDraft",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hn extends h{constructor(){super("common-info-card")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetById(e,t={}){return this._get("getById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wn extends h{constructor(){super("control-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCategoryList(e,t={}){return this._get("category/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getSpecialPageList(e,t={}){return this._get("special/page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Xn extends h{constructor(){super("customer-complaint")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSync(e={}){return this._get("sync",null,null,e)}async getUpdateFeishu(e,t={}){return this._get("updateFeishu",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let jn=class extends h{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class zn extends h{constructor(){super("data-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizServiceModelKeyBsKey(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelKeyBsKey(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let qn=class extends h{constructor(){super("data-source")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}},Jn=class extends h{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Qn extends h{constructor(){super("designer-common")}async getEnumModelFieldList(e,t={}){return this._get("enumModelField/list",null,e,t)}async getGetApp(e={}){return this._get("getApp",null,null,e)}async getGetCanBeUsedOrg(e={}){return this._get("getCanBeUsedOrg",null,null,e)}async getGetCanBeUsedOrgUser(e,t={}){return this._get("getCanBeUsedOrgUser",null,e,t)}async getGetUserGroupUser(e,t={}){return this._get("getUserGroupUser",null,e,t)}async getGetVisibleOrg(e={}){return this._get("getVisibleOrg",null,null,e)}async getGetVisibleOrgUser(e,t={}){return this._get("getVisibleOrgUser",null,e,t)}async getGetVisibleUser(e={}){return this._get("getVisibleUser",null,null,e)}async getGetVisibleUserAndVisibleOrgUser(e,t={}){return this._get("getVisibleUserAndVisibleOrgUser",null,e,t)}async getListUserByIds(e,t={}){return this._get("listUserByIds",null,e,t)}async getTableEntityModelList(e,t={}){return this._get("table-entity-model/list",null,e,t)}async postUploadFile(e,t={}){return this._post("upload/file",null,e,t)}async postUploadLabelImage(e={}){return this._post("upload/label/image",null,null,e)}async getUserInfo(e={}){return this._get("user/info",null,null,e)}}class Zn extends h{constructor(){super("designer-lock")}async postCancelOccupyPage(e,t={}){return this._post("cancelOccupyPage",e,null,t)}async getGetPageOccupyMsg(e,t={}){return this._get("getPageOccupyMsg",null,e,t)}async postLockPage(e,t={}){return this._post("lockPage",e,null,t)}async postOccupyPage(e,t={}){return this._post("occupyPage",e,null,t)}async postUnLockPage(e,t={}){return this._post("unLockPage",e,null,t)}}class Yn extends h{constructor(){super("designer-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class er extends h{constructor(){super("devops")}async getListAllDigitsFields(e={}){return this._get("listAllDigitsFields",null,null,e)}async postUpdateDigits(e,t={}){return this._post("updateDigits",e,null,t)}}class tr extends h{constructor(){super("dify-chat")}async postAsyncDocument(e,t={}){return this._post("asyncDocument",e,null,t)}async postChat(e,t={}){return this._post("chat",e,null,t)}}class sr extends h{constructor(){super("doc-control-started")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class nr extends h{constructor(){super("doc-control-task-done")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class rr extends h{constructor(){super("doc-control-task-todo")}async getAllUserPageList(e,t={}){return this._get("all-user/page/list",null,e,t)}async getCount(e={}){return this._get("count",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class lr extends h{constructor(){super("doc-control")}async postProcessApprove(e,t={}){return this._post("process/approve",e,null,t)}async getProcessInfo(e,t={}){return this._get("process/info",null,e,t)}async postProcessInterfereReassign(e,t={}){return this._post("process/interfere/reassign",e,null,t)}async postProcessInterfereReturn(e,t={}){return this._post("process/interfere/return",e,null,t)}async postProcessJump(e,t={}){return this._post("process/jump",e,null,t)}async postProcessReassign(e,t={}){return this._post("process/reassign",e,null,t)}async postProcessResubmit(e,t={}){return this._post("process/resubmit",e,null,t)}async postProcessReturn(e,t={}){return this._post("process/return",e,null,t)}async getProcessStartProcess(e,t={}){return this._get("process/startProcess",null,e,t)}}class ir extends h{constructor(){super("doc-outline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByInstance(e,t={}){return this._get("listByInstance",null,e,t)}async getListByRefId(e,t={}){return this._get("listByRefId",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSheet(e,t={}){return this._get("sheet",null,e,t)}async getSheetByInstance(e,t={}){return this._get("sheetByInstance",null,e,t)}async getSheetByRefId(e,t={}){return this._get("sheetByRefId",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ar extends h{constructor(){super("document")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async putDesignId(e,t={}){return this._put("design/{id}",e,null,t)}async getDocumentDataClean(e={}){return this._get("documentDataClean",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ur extends h{constructor(){super("edhr-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByMaterialNo(e,t={}){return this._get("findByMaterialNo",null,e,t)}async getFindMaterialNo(e,t={}){return this._get("findMaterialNo",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getReversePageList(e,t={}){return this._get("reverse/page/list",null,e,t)}async getRunningPage(e,t={}){return this._get("running/page",null,e,t)}async putUpdateInstanceStatusById4ArchivedId(e={}){return this._put("updateInstanceStatusById4Archived/{id}",null,null,e)}}class or extends h{constructor(){super("edhr-instance-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getListTree(e,t={}){return this._get("list/tree",null,e,t)}async getListChild(e,t={}){return this._get("listChild",null,e,t)}}class cr extends h{constructor(){super("edhr-instance-search-history")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class gr extends h{constructor(){super("edhr-tmpl")}async postControl(e,t={}){return this._post("control",e,null,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefaultId(e={}){return this._put("setDefault/{id}",null,null,e)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class pr extends h{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class dr extends h{constructor(){super("enum-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSubmitWithFields(e,t={}){return this._post("submitWithFields",e,null,t)}async putUpdateIconStateId(e,t={}){return this._put("updateIconState/{id}",e,null,t)}async putUpdateTextStateId(e,t={}){return this._put("updateTextState/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hr extends h{constructor(){super("enum-model-field")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yr extends h{constructor(){super("event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _r extends h{constructor(){super("event-log")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class fr extends h{constructor(){super("excel-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postConfig(e,t={}){return this._post("config",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async getDownloadPlatId(e={}){return this._get("download-plat/{id}",null,null,e)}async getDownloadId(e={}){return this._get("download/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInitTmpl(e,t={}){return this._get("init/tmpl",null,e,t)}async postInitTmpl(e,t,r={}){return this._post("init/tmpl",t,e,r)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postV1Config(e,t={}){return this._post("v1/config",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class vr extends h{constructor(){super("excel")}async getDataDoImport(e,t={}){return this._get("data/doImport",null,e,t)}async getDataExport(e,t={}){return this._get("data/export",null,e,t)}async postDataImport(e,t={}){return this._post("data/import",null,e,t)}async getDataPreview(e,t={}){return this._get("data/preview",null,e,t)}async getDataReport(e,t={}){return this._get("data/report",null,e,t)}async postDataValidate(e,t={}){return this._post("data/validate",null,e,t)}}class mr extends h{constructor(){super("field-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async postCompleteDataVersion(e={}){return this._post("complete/dataVersion",null,null,e)}async putDecimalDigitsAllDigits(e={}){return this._put("decimal/digits/all/{digits}",null,null,e)}async postFuncCheck(e,t={}){return this._post("func/check",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListConditionField(e,t={}){return this._get("listConditionField",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageGetRecycledList(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPageRecycledRestoreFieldId(e={}){return this._put("page/recycledRestore/{fieldId}",null,null,e)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putUniqueConstraintAddModelKeyFieldKeyType(e={}){return this._put("unique/constraint/add/{modelKey}/{fieldKey}/{type}",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ir extends h{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class Sr extends h{constructor(){super("file-resource")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postUpload(e,t={}){return this._post("upload",null,e,t)}}let Ar=class extends h{constructor(){super("file-task")}async getStart(e={}){return this._get("start",null,null,e)}async postStatus(e,t={}){return this._post("status",e,null,t)}async postSubmit(e,t={}){return this._post("submit",e,null,t)}},Lr=class extends h{constructor(){super("file")}async postPdfEncode(e,t={}){return this._post("pdf/encode",null,e,t)}async postUploadImage(e,t={}){return this._post("upload/image",null,e,t)}};class br extends h{constructor(){super("formRelate")}async getCategory(e,t={}){return this._get("category",null,e,t)}async postCategory(e,t={}){return this._post("category",e,null,t)}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async putCategoryDrag(e,t={}){return this._put("category/drag",e,null,t)}async putCategoryId(e,t={}){return this._put("category/{id}",e,null,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllCategory(e,t={}){return this._get("listAllCategory",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getPageListAllModelKey(e,t={}){return this._get("page/listAllModelKey",null,e,t)}async getPageListFormAppendChild(e,t={}){return this._get("page/listFormAppendChild",null,e,t)}async getPageListFormNoChild(e,t={}){return this._get("page/listFormNoChild",null,e,t)}}class Tr extends h{constructor(){super("front-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Pr extends h{constructor(){super("global-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCurrentTime(e={}){return this._get("currentTime",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Rr=class extends h{constructor(){super("i18n-info")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getLangDownload(e,t={}){return this._get("lang/download",null,e,t)}async postLangUpload(e,t={}){return this._post("lang/upload",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}};class Er extends h{constructor(){super("instance-relation")}async postBind(e,t={}){return this._post("bind",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteUnbind(e,t={}){return this._delete("unbind",null,e,t)}async putUpdateTitle(e,t={}){return this._put("updateTitle",null,e,t)}}class Dr extends h{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class Cr extends h{constructor(){super("job")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCronValid(e,t={}){return this._post("cron/valid",e,null,t)}async postExec(e,t={}){return this._post("exec",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putStatusId(e,t={}){return this._put("status/{id}",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class wr extends h{constructor(){super("job-log")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Or extends h{constructor(){super("js-engine")}async getExecKey(e,t={}){return this._get("exec/{key}",null,e,t)}async postExecKey(e,t={}){return this._post("exec/{key}",null,e,t)}async postExecute(e,t={}){return this._post("execute",e,null,t)}}class Mr extends h{constructor(){super("label")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getEntityInfo(e,t={}){return this._get("entity/info",null,e,t)}async getEntityUpdateDatetimeSql(e={}){return this._get("entity/update/datetime/sql",null,null,e)}async getExecute(e={}){return this._get("execute",null,null,e)}async getExport(e,t={}){return this._get("export",null,e,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postImport(e={}){return this._post("import",null,null,e)}async postLabelDuplicateNameCheck(e,t={}){return this._post("labelDuplicateNameCheck",e,null,t)}async getLabelParentDataClean(e={}){return this._get("labelParentDataClean",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListFont(e={}){return this._get("listFont",null,null,e)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async getTest(e,t={}){return this._get("test",null,e,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async postXmlSetting(e,t={}){return this._post("xmlSetting",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Br extends h{constructor(){super("label-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let xr=class extends h{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class Ur extends h{constructor(){super("medPro")}async postModelMetaDataAssociation(e,t={}){return this._post("modelMeta/dataAssociation",e,null,t)}async getModelMetaModelDataAssociation(e,t={}){return this._get("modelMeta/modelDataAssociation",null,e,t)}}class Nr extends h{constructor(){super("menu-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAvailableList(e,t={}){return this._get("available/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class kr extends h{constructor(){super("merge-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gr extends h{constructor(){super("message-record")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}let Kr=class extends h{constructor(){super("message-setting")}async getFindAllByType(e,t={}){return this._get("findAllByType",null,e,t)}async postSendMessageByType(e,t={}){return this._post("sendMessageByType",e,null,t)}};class Fr extends h{constructor(){super("message-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListByModelKey(e,t={}){return this._get("listByModelKey",null,e,t)}async putOpened(e,t={}){return this._put("opened",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postProcessSend(e,t={}){return this._post("processSend",e,null,t)}async postSend(e,t={}){return this._post("send",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Vr extends h{constructor(){super("mobile-homepage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $r extends h{constructor(){super("mobile-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyByIdId(e,t={}){return this._post("copyById/{id}",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hr extends h{constructor(){super("model-comprehensive")}async deleteBizServiceApi(e,t={}){return this._delete("biz-service-api",null,e,t)}async getBizServiceApiListModelCategory(e,t={}){return this._get("biz-service-api/list/{modelCategory}",null,e,t)}async putBizServiceApiId(e,t={}){return this._put("biz-service-api/{id}",e,null,t)}async postBizServiceApiModelCategory(e,t={}){return this._post("biz-service-api/{modelCategory}",e,null,t)}async postBizServiceGeneralModelCategoryModelKeyBsKey(e,t={}){return this._post("biz-service/general/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._get("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._post("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._put("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getEnumInfoModelCategory(e,t={}){return this._get("enum/info/{modelCategory}",null,e,t)}async postExportModelCategoryModelKeyTmplKey(e,t={}){return this._post("export/{modelCategory}/{modelKey}/{tmplKey}",null,e,t)}async getFieldListModelCategory(e,t={}){return this._get("field/list/{modelCategory}",null,e,t)}async getMethodListModelCategory(e,t={}){return this._get("method/list/{modelCategory}",null,e,t)}async getModelDetailListByKeysModelCategory(e,t={}){return this._get("model/detail/listByKeys/{modelCategory}",null,e,t)}async getModelDetailModelCategory(e,t={}){return this._get("model/detail/{modelCategory}",null,e,t)}async getModelForm(e,t={}){return this._get("model/form",null,e,t)}async getModelSummary(e,t={}){return this._get("model/summary",null,e,t)}async getModelSystem(e={}){return this._get("model/system",null,null,e)}async postQueryAllModelDataAndDrillData(e,t={}){return this._post("queryAllModelDataAndDrillData",e,null,t)}async postQueryFieldValueByRefChainDataModelCategory(e,t={}){return this._post("queryFieldValueByRefChainData/{modelCategory}",e,null,t)}async postQueryModelDataAndDrillData(e,t={}){return this._post("queryModelDataAndDrillData",e,null,t)}async postQueryRefChainDataModelCategory(e,t={}){return this._post("queryRefChainData/{modelCategory}",e,null,t)}async postQueryRefDataModelCategory(e,t={}){return this._post("queryRefData/{modelCategory}",e,null,t)}async postQueryRefDataByIdModelCategory(e,t={}){return this._post("queryRefDataById/{modelCategory}",e,null,t)}async postQueryRefDataByIdsModelCategory(e,t={}){return this._post("queryRefDataByIds/{modelCategory}",e,null,t)}async postQuerySearchRefChainData(e,t={}){return this._post("querySearchRefChainData",e,null,t)}async getSubModelList(e,t={}){return this._get("sub-model/list",null,e,t)}}class Wr extends h{constructor(){super("model-data")}async postAllModelLiquibaseSoftDeleteDataClean(e={}){return this._post("allModelLiquibaseSoftDeleteDataClean",null,null,e)}async postAllModelSoftDeleteDataClean(e={}){return this._post("allModelSoftDeleteDataClean",null,null,e)}async getCheckFieldValueExist(e,t={}){return this._get("checkFieldValueExist",null,e,t)}async postQueryRefData(e,t={}){return this._post("queryRefData",e,null,t)}async postSingleModelSoftDeleteDataClean(e,t={}){return this._post("singleModelSoftDeleteDataClean",null,e,t)}}class Xr extends h{constructor(){super("model-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async getAggList(e,t={}){return this._get("agg/list",null,e,t)}async getAggModel(e,t={}){return this._get("agg/model",null,e,t)}async getByKeys(e,t={}){return this._get("by/keys",null,e,t)}async putConstantModelKey(e,t={}){return this._put("constant/{modelKey}",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async putDisplayModelKeyFieldKey(e={}){return this._put("display/{modelKey}/{fieldKey}",null,null,e)}async getEr(e={}){return this._get("er",null,null,e)}async getFindAllByTypeIn(e,t={}){return this._get("findAllByTypeIn",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListAll(e={}){return this._get("list-all",null,null,e)}async getListAllModelAndFieldByName(e,t={}){return this._get("listAllModelAndFieldByName",null,e,t)}async getListMasterModel(e,t={}){return this._get("listMasterModel",null,e,t)}async getListModelReferencedBy(e,t={}){return this._get("listModelReferencedBy",null,e,t)}async getListSlaveModel(e,t={}){return this._get("listSlaveModel",null,e,t)}async getPageGetRecycledList(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPageRecycledRestoreModelKey(e={}){return this._put("page/recycledRestore/{modelKey}",null,null,e)}async getPermissionEnabledList(e,t={}){return this._get("permission-enabled/list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putSupportMessageModelKeyEnabled(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async getSupportProcess(e={}){return this._get("support-process",null,null,e)}async getTranslateModelFieldExp(e,t={}){return this._get("translateModelFieldExp",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}async putModelKeyEnabled(e={}){return this._put("{modelKey}/{enabled}",null,null,e)}}class jr extends h{constructor(){super("model-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModelList(e={}){return this._get("data-model/list",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getViewModelList(e={}){return this._get("view-model/list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}let zr=class extends h{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class qr extends h{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class Jr extends h{constructor(){super("online-form-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAppendixFormList(e,t={}){return this._get("appendix/form/list",null,e,t)}async getDataIds(e,t={}){return this._get("dataIds",null,e,t)}async getFindByMaterialNoAndDocOutlineId(e,t={}){return this._get("findByMaterialNoAndDocOutlineId",null,e,t)}async getFindByOfTmplIdAndEdhrInstanceId(e,t={}){return this._get("findByOfTmplIdAndEdhrInstanceId",null,e,t)}async getFindByTmplIdAndMaterialNo(e,t={}){return this._get("findByTmplIdAndMaterialNo",null,e,t)}async getFindOfTaskBySerialNo4Change(e,t={}){return this._get("findOfTaskBySerialNo4Change",null,e,t)}async getFindPage4EdhrInstance(e,t={}){return this._get("findPage4EdhrInstance",null,e,t)}async getFindRelationInfoById(e,t={}){return this._get("findRelationInfoById",null,e,t)}async getFormPageList(e,t={}){return this._get("form/page/list",null,e,t)}async getGetOne(e,t={}){return this._get("getOne",null,e,t)}async getGetRelatedProduct(e,t={}){return this._get("getRelatedProduct",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByRecordNo(e,t={}){return this._get("info/byRecordNo",null,e,t)}async postInfos(e={}){return this._post("infos",null,null,e)}async postInsert4Edhr(e,t={}){return this._post("insert4Edhr",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRefreshSnapshot(e,t={}){return this._post("refresh/snapshot",null,e,t)}async getRelateFormPageList(e,t={}){return this._get("relate/form/page/list",null,e,t)}async postRelatedInstAppend(e,t={}){return this._post("related/inst/append",e,null,t)}async postRelatedInstBind(e,t={}){return this._post("related/inst/bind",e,null,t)}async deleteRelatedInstRemove(e,t={}){return this._delete("related/inst/remove",null,e,t)}async postRelatedInstUnbind(e,t={}){return this._post("related/inst/unbind",e,null,t)}async getReverseTracePageList(e,t={}){return this._get("reverse/trace/page/list",null,e,t)}async postTask(e,t={}){return this._post("task",e,null,t)}async postTaskPageList(e,t,r={}){return this._post("task/page/list",t,e,r)}async deleteTaskRemoveOfInstId(e={}){return this._delete("task/remove/{ofInstId}",null,null,e)}async getTaskResendOfInstId(e={}){return this._get("task/resend/{ofInstId}",null,null,e)}async putTaskUpdate(e,t={}){return this._put("task/update",e,null,t)}async putTaskId(e,t={}){return this._put("task/{id}",e,null,t)}async getTracePageList(e,t={}){return this._get("trace/page/list",null,e,t)}async putUpdateDescription(e,t={}){return this._put("updateDescription",e,null,t)}}class Qr extends h{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Zr extends h{constructor(){super("online-form-tmpl-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yr extends h{constructor(){super("online-form-tmpl")}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersionId(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getFormModelsId(e={}){return this._get("formModels/{id}",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postInfos(e,t={}){return this._post("infos",e,null,t)}async getListBaseAndProcessForm(e,t={}){return this._get("listBaseAndProcessForm",null,e,t)}async getListOnlineFormModels(e,t={}){return this._get("listOnlineFormModels",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getModelId(e={}){return this._get("model/{id}",null,null,e)}async postRelease(e,t,r={}){return this._post("release",t,e,r)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveField(e,t={}){return this._post("saveField",e,null,t)}async postSaveOperation(e,t={}){return this._post("saveOperation",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefaultId(e={}){return this._put("setDefault/{id}",null,null,e)}async getStash(e,t={}){return this._get("stash",null,e,t)}async putStashId(e,t={}){return this._put("stash/{id}",e,null,t)}async putUpdateDesignerId(e,t={}){return this._put("updateDesigner/{id}",e,null,t)}async putUpdateVersionByIdId(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class el extends h{constructor(){super("online-form")}async postBaseNotebookSubmit(e,t={}){return this._post("base/notebook/submit",e,null,t)}async postBaseSubmit(e,t={}){return this._post("base/submit",e,null,t)}async postBizBizServiceSummary(e,t={}){return this._post("biz/bizServiceSummary",e,null,t)}async getDataInitProtocolData(e,t={}){return this._get("data-init/protocol/data",null,e,t)}async getDataInitProtocolFieldMeta(e,t={}){return this._get("data-init/protocol/fieldMeta",null,e,t)}async getDataInitProtocolList(e={}){return this._get("data-init/protocol/list",null,null,e)}async postProcessAbandon(e,t={}){return this._post("process/abandon",e,null,t)}async postProcessApprove(e,t={}){return this._post("process/approve",e,null,t)}async postProcessApproveQualification(e,t={}){return this._post("process/approveQualification",e,null,t)}async postProcessChange(e,t={}){return this._post("process/change",e,null,t)}async postProcessControl(e,t={}){return this._post("process/control",e,null,t)}async postProcessInterfereReassign(e,t={}){return this._post("process/interfere/reassign",e,null,t)}async postProcessInterfereReturn(e,t={}){return this._post("process/interfere/return",e,null,t)}async postProcessJump(e,t={}){return this._post("process/jump",e,null,t)}async postProcessReassign(e,t={}){return this._post("process/reassign",e,null,t)}async postProcessResubmitOf(e,t={}){return this._post("process/resubmitOf",e,null,t)}async postProcessReturn(e,t={}){return this._post("process/return",e,null,t)}async postProcessSave(e,t={}){return this._post("process/save",e,null,t)}async postProcessSubmit(e,t={}){return this._post("process/submit",e,null,t)}async postStash(e,t={}){return this._post("stash",e,null,t)}}class tl extends h{constructor(){super("online")}async getClients(e,t={}){return this._get("clients",null,e,t)}async getExit(e,t={}){return this._get("exit",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class sl extends h{constructor(){super("openapi")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetApiInfo(e,t={}){return this._get("getApiInfo",null,e,t)}async getGetApiInfos(e={}){return this._get("getApiInfos",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class nl extends h{constructor(){super("page-designer-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let rl=class extends h{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}},ll=class extends h{constructor(){super("plat")}async postAppGlobal(e,t={}){return this._post("app/global",e,null,t)}async getAppGlobalInfo(e={}){return this._get("app/global/info",null,null,e)}async postBase(e,t={}){return this._post("base",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}};class il extends h{constructor(){super("pm-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllProcHasPublishedVersion(e,t={}){return this._get("listAllProcHasPublishedVersion",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListByPage(e,t={}){return this._get("page/listByPage",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class al extends h{constructor(){super("pm-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async postUpdateProcessUser(e,t={}){return this._post("updateProcessUser",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class ul extends h{constructor(){super("pm-process-engine")}async postApprove(e,t={}){return this._post("approve",e,null,t)}async getHiTaskExtension(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTaskExtension(e,t={}){return this._get("initial-task/extension",null,e,t)}async getListAllAssignees(e={}){return this._get("listAllAssignees",null,null,e)}async getListAllInitiators(e={}){return this._get("listAllInitiators",null,null,e)}async getModel(e,t={}){return this._get("model",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postProcExecute(e,t={}){return this._post("procExecute",e,null,t)}async getProcInstExtension(e,t={}){return this._get("procInstExtension",null,e,t)}async postReassign(e,t={}){return this._post("reassign",e,null,t)}async postRefuse(e,t={}){return this._post("refuse",e,null,t)}async postReject(e,t={}){return this._post("reject",e,null,t)}async postResubmit(e,t={}){return this._post("resubmit",e,null,t)}async postStartProcInst(e,t={}){return this._post("startProcInst",e,null,t)}async getTaskExtension(e,t={}){return this._get("task/extension",null,e,t)}async postTerminate(e,t={}){return this._post("terminate",e,null,t)}async postWithdraw(e,t={}){return this._post("withdraw",e,null,t)}}class ol extends h{constructor(){super("print-designer")}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getRdoPageBaseList(e,t={}){return this._get("rdo/page/base/list",null,e,t)}async getRdoPageList(e,t={}){return this._get("rdo/page/list",null,e,t)}}let cl=class extends h{constructor(){super("print-log")}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postPatchwork(e,t={}){return this._post("patchwork",e,null,t)}};class gl extends h{constructor(){super("print")}async postGenerateZplCode(e,t={}){return this._post("generateZplCode",e,null,t)}async postLabelBackEndPrint(e,t={}){return this._post("labelBackEndPrint",e,null,t)}async getPrintDropdownList(e={}){return this._get("printDropdownList",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}}class pl extends h{constructor(){super("process")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class dl extends h{constructor(){super("process-approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getApproveHistory(e,t={}){return this._get("approveHistory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hl extends h{constructor(){super("process-approve-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yl extends h{constructor(){super("process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postInitProcessAndProcessVersionType(e={}){return this._post("initProcessAndProcessVersion/{type}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _l extends h{constructor(){super("process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyId(e={}){return this._post("copy/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postPublishId(e={}){return this._post("publish/{id}",null,null,e)}async getId(e,t={}){return this._get("",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class fl extends h{constructor(){super("process-engine")}async postExecute(e,t={}){return this._post("execute",e,null,t)}async getHiTaskExtension(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTaskExtension(e,t={}){return this._get("initial-task/extension",null,e,t)}async getModel(e,t={}){return this._get("model",null,e,t)}async postReassignment(e,t={}){return this._post("reassignment",e,null,t)}async getTaskExtension(e,t={}){return this._get("task/extension",null,e,t)}}class vl extends h{constructor(){super("process-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ml extends h{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class Il extends h{constructor(){super("process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Sl extends h{constructor(){super("process-instance-relation-")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Al extends h{constructor(){super("process-message-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ll extends h{constructor(){super("process-node-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bl extends h{constructor(){super("process-path-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Tl extends h{constructor(){super("process-path")}async getFindAllByOfInstanceId(e,t={}){return this._get("findAllByOfInstanceId",null,e,t)}async getFindAllByTmplId(e,t={}){return this._get("findAllByTmplId",null,e,t)}}class Pl extends h{constructor(){super("process-task-done")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Rl extends h{constructor(){super("process-task-todo")}async getAllUserPageList(e,t={}){return this._get("all-user/page/list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class El extends h{constructor(){super("process-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postActivateId(e={}){return this._post("activate/{id}",null,null,e)}async putDeploy(e,t={}){return this._put("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class Dl extends h{constructor(){super("processTest")}async getCompleteTask(e,t={}){return this._get("completeTask",null,e,t)}async getDeploy(e,t={}){return this._get("deploy",null,e,t)}async getReadXml(e,t={}){return this._get("readXml",null,e,t)}async getSignal(e,t={}){return this._get("signal",null,e,t)}async getStart(e,t={}){return this._get("start",null,e,t)}async getUpdateVar(e,t={}){return this._get("updateVar",null,e,t)}async getWithdraw(e,t={}){return this._get("withdraw",null,e,t)}}class Cl extends h{constructor(){super("product-release")}async getGetProductReleaseByMaterialNo(e,t={}){return this._get("getProductReleaseByMaterialNo",null,e,t)}async getGetProductReleaseForm(e,t={}){return this._get("getProductReleaseForm",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class wl extends h{constructor(){super("publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCreateRelease(e,t={}){return this._post("createRelease",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPublishToProd(e,t={}){return this._post("publishToProd",e,null,t)}async postPublishToTest(e,t={}){return this._post("publishToTest",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Ol=class extends h{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Ml extends h{constructor(){super("report")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDeploy(e,t={}){return this._post("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfos(e,t={}){return this._get("infos",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListType(e={}){return this._get("list/type",null,null,e)}async getListModelReport(e,t={}){return this._get("listModelReport",null,e,t)}async getListSystemModelFields(e,t={}){return this._get("listSystemModelFields",null,e,t)}async getListSystemModels(e={}){return this._get("listSystemModels",null,null,e)}async putMove(e,t={}){return this._put("move",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putUndeployId(e={}){return this._put("undeploy/{id}",null,null,e)}async getUserPermissionId(e={}){return this._get("user/permission/{id}",null,null,e)}async postViewPageList(e,t={}){return this._post("view/page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bl extends h{constructor(){super("report-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGenSql(e,t={}){return this._get("genSql",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postListByPage4DataSet(e,t={}){return this._post("listByPage4DataSet",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class xl extends h{constructor(){super("report-data")}async postListByPage(e,t={}){return this._post("listByPage",e,null,t)}async postListByPage4Cross(e,t={}){return this._post("listByPage4Cross",e,null,t)}async postListStatistic(e,t={}){return this._post("listStatistic",e,null,t)}}let Ul=class extends h{constructor(){super("role")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putIdEnabled(e={}){return this._put("{id}/{enabled}",null,null,e)}},Nl=class extends h{constructor(){super("role-permission")}async post(e,t={}){return this._post("",e,null,t)}async postBulk(e,t={}){return this._post("bulk",e,null,t)}async getMenuList(e,t={}){return this._get("menu/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}};class kl extends h{constructor(){super("script")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gl extends h{constructor(){super("script-assistant")}async getRag(e={}){return this._get("rag",null,null,e)}async postScriptComplete(e,t={}){return this._post("scriptComplete",e,null,t)}}class Kl extends h{constructor(){super("script-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fl extends h{constructor(){super("script-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Vl extends h{constructor(){super("service-orchestration")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $l extends h{constructor(){super("service-orchestration-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hl extends h{constructor(){super("service-orchestration-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Wl extends h{constructor(){super("sign-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Xl=class extends h{constructor(){super("sign-log")}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}};class jl extends h{constructor(){super("signature")}async postGetSignatureImage(e,t={}){return this._post("getSignatureImage",e,null,t)}async postGetSignatureUploadOrWriteImage(e,t={}){return this._post("getSignatureUploadOrWriteImage",e,null,t)}}class zl extends h{constructor(){super("sql-view-model")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ql extends h{constructor(){super("sql-view")}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class Jl extends h{constructor(){super("stash")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByClientKey(e,t={}){return this._get("findByClientKey",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ql extends h{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class Zl extends h{constructor(){super("sys-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yl extends h{constructor(){super("system-var")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSystemVarByKeys(e,t={}){return this._get("getSystemVarByKeys",null,e,t)}async getGetVarByKeys(e,t={}){return this._get("getVarByKeys",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListSystemVarCache(e={}){return this._get("listSystemVarCache",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ei extends h{constructor(){super("trace-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByTraceId(e,t={}){return this._get("findByTraceId",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ti extends h{constructor(){super("trace-log-details")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAppDataTracePageList(e,t={}){return this._post("app-data-trace/page/list",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoTree(e,t={}){return this._get("infoTree",null,e,t)}async getInfoTreeById(e,t={}){return this._get("infoTreeById",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListByRecodeId(e,t={}){return this._get("page/listByRecodeId",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class si extends h{constructor(){super("trace-mainline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ni extends h{constructor(){super("trace-mainline-ext")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ri extends h{constructor(){super("trace-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getTreeByModelKey(e,t={}){return this._get("treeByModelKey",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class li extends h{constructor(){super("user-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getSearch(e,t={}){return this._get("search",null,e,t)}async getUserRolePermissionList(e={}){return this._get("user/role/permission/list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ii extends h{constructor(){super("user-group-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ai extends h{constructor(){super("view-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizServiceModelKeyBsKey(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizServiceModelKeyBsKey(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizServiceModelKeyBsKey(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getFieldInfo(e,t={}){return this._get("field/info",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getSql(e,t={}){return this._get("sql",null,e,t)}async putSupportMessageModelKeyEnabled(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ui extends h{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class oi extends h{constructor(){super("webpage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelOccupyWebPage(e,t={}){return this._post("cancelOccupyWebPage",e,null,t)}async postCopyByIdId(e,t={}){return this._post("copyById/{id}",e,null,t)}async postGetWebPageOccupyMsg(e,t={}){return this._post("getWebPageOccupyMsg",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLockWebPage(e,t={}){return this._post("lockWebPage",e,null,t)}async postOccupyWebPage(e,t={}){return this._post("occupyWebPage",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postUnLockWebPage(e,t={}){return this._post("unLockWebPage",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let ci=class extends h{constructor(){super("api")}async postAppCreateBranch(e,t={}){return this._post("app/createBranch",e,null,t)}async postAppCreateImportApp(e,t={}){return this._post("app/createImportApp",e,null,t)}async getAppCreateIndex(e,t={}){return this._get("app/createIndex",null,e,t)}async postAppCreateSelfBuiltApp(e,t={}){return this._post("app/createSelfBuiltApp",e,null,t)}async getAppDeleteIndex(e,t={}){return this._get("app/deleteIndex",null,e,t)}async deleteAppDropProdDb(e,t={}){return this._delete("app/dropProdDb",null,e,t)}async deleteAppDropTestDb(e,t={}){return this._delete("app/dropTestDb",null,e,t)}async getAppFieldMetaList(e,t={}){return this._get("app/field-meta/list",null,e,t)}async getAppGetAppMenu(e,t={}){return this._get("app/getAppMenu",null,e,t)}async getAppGetCurrentBranch(e,t={}){return this._get("app/getCurrentBranch",null,e,t)}async getAppGetIndex(e,t={}){return this._get("app/getIndex",null,e,t)}async getAppGetLatestBranch(e,t={}){return this._get("app/getLatestBranch",null,e,t)}async getAppGetLatestCommit(e,t={}){return this._get("app/getLatestCommit",null,e,t)}async postAppImportVersion(e,t={}){return this._post("app/importVersion",e,null,t)}async getAppImportVersionPreview(e,t={}){return this._get("app/importVersionPreview",null,e,t)}async getAppListBranch(e,t={}){return this._get("app/listBranch",null,e,t)}async postAppMerge(e,t={}){return this._post("app/merge",e,null,t)}async getAppMergeInfo(e,t={}){return this._get("app/merge/info",null,e,t)}async getAppMergePageList(e,t={}){return this._get("app/merge/page/list",null,e,t)}async getAppMergePreview(e,t={}){return this._get("app/mergePreview",null,e,t)}async getAppModelMetaList(e,t={}){return this._get("app/model-meta/list",null,e,t)}async getAppPublishLogInfo(e,t={}){return this._get("app/publishLogInfo",null,e,t)}async getAppPublishLogPageList(e,t={}){return this._get("app/publishLogPageList",null,e,t)}async getAppReportInfos(e,t={}){return this._get("app/report/infos",null,e,t)}async postAppRevert(e,t={}){return this._post("app/revert",e,null,t)}async postAppSwitchBranch(e,t={}){return this._post("app/switchBranch",e,null,t)}async postAppVisibleMenu(e,t,r={}){return this._post("app/visible/menu",t,e,r)}async postAuditLogExport(e,t={}){return this._post("audit-log/export",e,null,t)}async postAuditLogInfo(e,t={}){return this._post("audit-log/info",null,e,t)}async getAuditLogModules(e,t={}){return this._get("audit-log/modules",null,e,t)}async getAuditLogOperateTypes(e,t={}){return this._get("audit-log/operateTypes",null,e,t)}async getAuditLogOperators(e,t={}){return this._get("audit-log/operators",null,e,t)}async postAuditLogPageList(e,t={}){return this._post("audit-log/page/list",e,null,t)}async postAuditLogSave(e,t={}){return this._post("audit-log/save",e,null,t)}async postDatamoveExecute(e,t={}){return this._post("datamove/execute",e,null,t)}async postDatasourceColumnFormat(e,t,r={}){return this._post("datasource/column-format",t,e,r)}async getDatasourceInfo(e={}){return this._get("datasource/info",null,null,e)}async postEdhrProdTransferAllWorkItem(e,t={}){return this._post("edhr/prod/transferAllWorkItem",e,null,t)}async postEdhrTestTransferAllWorkItem(e,t={}){return this._post("edhr/test/transferAllWorkItem",e,null,t)}async getIeDataReport(e,t={}){return this._get("ie/data/report",null,e,t)}async postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey(e,t={}){return this._post("model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._get("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async postModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._post("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._put("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey(e,t={}){return this._delete("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getProcessListAll(e={}){return this._get("process/list/all",null,null,e)}},gi=class{constructor(){i(this,"appBranch",new Ln),i(this,"appGlobalSettings",new bn),i(this,"appGrantedUser",new Tn),i(this,"appOrg",new Pn),i(this,"appPublishLog",new Rn),i(this,"appState",new En),i(this,"appUser",new Dn),i(this,"approvalLog",new Cn),i(this,"auditLog",new wn),i(this,"basicConfig",new On),i(this,"bizEvent",new Mn),i(this,"bizProcessDefinition",new Bn),i(this,"bizProcessDefinitionVersion",new xn),i(this,"bizServiceCrud",new Un),i(this,"bizService",new Nn),i(this,"bom",new kn),i(this,"category",new Gn),i(this,"categoryRelation",new Kn),i(this,"chat",new Fn),i(this,"codeTs",new Vn),i(this,"commitLog",new $n),i(this,"commonInfoCard",new Hn),i(this,"controlConfig",new Wn),i(this,"customerComplaint",new Xn),i(this,"dashboard",new jn),i(this,"dataModel",new zn),i(this,"dataSource",new qn),i(this,"dataTrace",new Jn),i(this,"designerCommon",new Qn),i(this,"designerLock",new Zn),i(this,"designerOperateLog",new Yn),i(this,"devops",new er),i(this,"difyChat",new tr),i(this,"docControlStarted",new sr),i(this,"docControlTaskDone",new nr),i(this,"docControlTaskTodo",new rr),i(this,"docControl",new lr),i(this,"docOutline",new ir),i(this,"document",new ar),i(this,"edhrInstance",new ur),i(this,"edhrInstanceRelation",new or),i(this,"edhrInstanceSearchHistory",new cr),i(this,"edhrTmpl",new gr),i(this,"eleSearch",new pr),i(this,"enumModel",new dr),i(this,"enumModelField",new hr),i(this,"event",new yr),i(this,"eventLog",new _r),i(this,"excelTmpl",new fr),i(this,"excel",new vr),i(this,"fieldMeta",new mr),i(this,"field",new Ir),i(this,"fileResource",new Sr),i(this,"fileTask",new Ar),i(this,"file",new Lr),i(this,"formRelate",new br),i(this,"frontOperateLog",new Tr),i(this,"globalMethod",new Pr),i(this,"i18NInfo",new Rr),i(this,"instanceRelation",new Er),i(this,"ipaas",new Dr),i(this,"job",new Cr),i(this,"jobLog",new wr),i(this,"jsEngine",new Or),i(this,"label",new Mr),i(this,"labelLog",new Br),i(this,"loginLog",new xr),i(this,"medPro",new Ur),i(this,"menuConfig",new Nr),i(this,"mergeLog",new kr),i(this,"messageRecord",new Gr),i(this,"messageSetting",new Kr),i(this,"messageTmpl",new Fr),i(this,"mobileHomepage",new Vr),i(this,"mobilePage",new $r),i(this,"modelComprehensive",new Hr),i(this,"modelData",new Wr),i(this,"modelMeta",new Xr),i(this,"modelMethod",new jr),i(this,"model",new zr),i(this,"onlineFormChangeHistory",new qr),i(this,"onlineFormInstance",new Jr),i(this,"onlineFormLog",new Qr),i(this,"onlineFormTmplLog",new Zr),i(this,"onlineFormTmpl",new Yr),i(this,"onlineForm",new el),i(this,"online",new tl),i(this,"openapi",new sl),i(this,"pageDesignerLog",new nl),i(this,"permission",new rl),i(this,"plat",new ll),i(this,"pmProcessDefinition",new il),i(this,"pmProcessDefinitionVersion",new al),i(this,"pmProcessEngine",new ul),i(this,"printDesigner",new ol),i(this,"printLog",new cl),i(this,"print",new gl),i(this,"process",new pl),i(this,"processApprovalLog",new dl),i(this,"processApproveUser",new hl),i(this,"processDefinition",new yl),i(this,"processDefinitionVersion",new _l),i(this,"processEngine",new fl),i(this,"processEvent",new vl),i(this,"processGraph",new ml),i(this,"processInstance",new Il),i(this,"processInstanceRelation",new Sl),i(this,"processMessageUser",new Al),i(this,"processNodeDefinition",new Ll),i(this,"processPathUser",new bl),i(this,"processPath",new Tl),i(this,"processTaskDone",new Pl),i(this,"processTaskTodo",new Rl),i(this,"processVersion",new El),i(this,"processTest",new Dl),i(this,"productRelease",new Cl),i(this,"publishLog",new wl),i(this,"regexp",new Ol),i(this,"report",new Ml),i(this,"reportDataSet",new Bl),i(this,"reportData",new xl),i(this,"role",new Ul),i(this,"rolePermission",new Nl),i(this,"script",new kl),i(this,"scriptAssistant",new Gl),i(this,"scriptVersion",new Kl),i(this,"scriptVersionLog",new Fl),i(this,"serviceOrchestration",new Vl),i(this,"serviceOrchestrationVersion",new $l),i(this,"serviceOrchestrationVersionLog",new Hl),i(this,"signHistory",new Wl),i(this,"signLog",new Xl),i(this,"signature",new jl),i(this,"sqlViewModel",new zl),i(this,"sqlView",new ql),i(this,"stash",new Jl),i(this,"subModelProcess",new Ql),i(this,"sysConfig",new Zl),i(this,"systemVar",new Yl),i(this,"traceLog",new ei),i(this,"traceLogDetails",new ti),i(this,"traceMainline",new si),i(this,"traceMainlineExt",new ni),i(this,"traceSetting",new ri),i(this,"userGroup",new li),i(this,"userGroupRelation",new ii),i(this,"viewModel",new ai),i(this,"wash",new ui),i(this,"webpage",new oi),i(this,"api",new ci)}};var fe=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(fe||{});function pi(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var W,ue;function di(){if(ue)return W;ue=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,W=r,W}var hi=di(),E=pi(hi);function yi(s,e){return L.mergeWith(L.cloneDeep(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return L.mergeWith(L.cloneDeep(t),r,(u,n)=>Array.isArray(u)?L.unionWith(u,n,L.isEqual):void 0)})}const oe=he.create();class w{static use(e){e(oe)}static get(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"GET"})}static post(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"POST"})}static put(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PUT"})}static delete(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"DELETE"})}static options(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"OPTIONS"})}static patch(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"PATCH"})}static head(e,t={},r={},u={}){return this.request(e,t,r,{...u,method:"HEAD"})}static async request(e,t,r,u={}){if(r){const l=ye.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await oe.request(yi({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":fe.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}}class _i{constructor(e){this.url=e}_put(e,t,r,u){return w.put(r?.id?E.join(this.url,e,r?.id):E.join(this.url,e),t||{},r||{},u)}_get(e,t,r,u){return w.get(E.join(this.url,e),t||{},r||{},u)}_delete(e,t,r,u){return w.delete(E.join(this.url,e),t||{},r||{},u)}_post(e,t,r,u){return w.post(E.join(this.url,e),t||{},r||{},u)}_options(e,t,r,u){return w.options(E.join(this.url,e),t||{},r||{},u)}_patch(e,t,r,u){return w.patch(E.join(this.url,e),t||{},r||{},u)}_head(e,t,r,u){return w.head(E.join(this.url,e),t||{},r||{},u)}}function fi(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var X,ce;function vi(){if(ce)return X;ce=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,X=r,X}var mi=vi(),Ii=fi(mi);class d extends _i{constructor(e){super(Ii.join("/gct-platform/api",e))}}class Si extends d{constructor(){super("agent")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ai extends d{constructor(){super("apk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetActiveApp(e={}){return this._get("getActiveApp",null,null,e)}async getGetIp(e={}){return this._get("getIp",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postUploadApk(e={}){return this._post("upload/apk",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class Li extends d{constructor(){super("app")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putAppCleanUpId(e={}){return this._put("appCleanUp/{id}",null,null,e)}async putAppRestoreIdUserId(e={}){return this._put("appRestore/{id}/{userId}",null,null,e)}async getCheckAppMaintainerInTenantAppId(e={}){return this._get("checkAppMaintainerInTenant/{appId}",null,null,e)}async postCreateBranchAppId(e,t={}){return this._post("createBranch/{appId}",e,null,t)}async getDatamoveApps(e={}){return this._get("datamove/apps",null,null,e)}async putDisableId(e={}){return this._put("disable/{id}",null,null,e)}async putEnableId(e={}){return this._put("enable/{id}",null,null,e)}async getFieldMetaList(e,t={}){return this._get("field-meta/list",null,e,t)}async getGetAppCountTenantId(e,t={}){return this._get("getAppCount/{tenantId}",null,e,t)}async getGetCurrentBranchAppId(e={}){return this._get("getCurrentBranch/{appId}",null,null,e)}async getGetLatestCommitAppId(e,t={}){return this._get("getLatestCommit/{appId}",null,e,t)}async getGetMobileDbFileUrlAppId(e={}){return this._get("getMobileDbFileUrl/{appId}",null,null,e)}async postImportVersionAppId(e,t={}){return this._post("importVersion/{appId}",e,null,t)}async getImportVersionPreviewAppId(e,t={}){return this._get("importVersionPreview/{appId}",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getListBranchAppId(e={}){return this._get("listBranch/{appId}",null,null,e)}async getMergeInfoAppId(e,t={}){return this._get("merge/info/{appId}",null,e,t)}async getMergePageListAppId(e,t={}){return this._get("merge/page/list/{appId}",null,e,t)}async postMergeAppId(e,t={}){return this._post("merge/{appId}",e,null,t)}async getMergePreviewAppId(e,t={}){return this._get("mergePreview/{appId}",null,e,t)}async getModelMetaList(e,t={}){return this._get("model-meta/list",null,e,t)}async getPageGetListReleasedApp(e={}){return this._get("page/getListReleasedApp",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getPageListReleasedApp(e,t={}){return this._get("page/listReleasedApp",null,e,t)}async getPublishLogInfoAppId(e,t={}){return this._get("publishLogInfo/{appId}",null,e,t)}async getPublishLogPageListAppId(e,t={}){return this._get("publishLogPageList/{appId}",null,e,t)}async getReportInfos(e,t={}){return this._get("report/infos",null,e,t)}async postRevertAppId(e,t={}){return this._post("revert/{appId}",e,null,t)}async postSwitchBranchAppId(e,t={}){return this._post("switchBranch/{appId}",e,null,t)}async getTenantApps(e,t={}){return this._get("tenant/apps",null,e,t)}async getTenantRoleRolesApps(e,t={}){return this._get("tenant/role/{roles}/apps",null,e,t)}async getTenantRoleRolesAppsCount(e,t={}){return this._get("tenant/role/{roles}/apps/count",null,e,t)}async postUploadAppPkg(e={}){return this._post("upload/appPkg",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class bi extends d{constructor(){super("app-member")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postListMulti(e={}){return this._post("list-multi",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putTransferIdTargetUserId(e={}){return this._put("transfer/{id}/{targetUserId}",null,null,e)}async putIdRole(e={}){return this._put("{id}/{role}",null,null,e)}}class Ti extends d{constructor(){super("app-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getCheckAppUserAdmin(e,t={}){return this._get("checkAppUserAdmin",null,e,t)}async getCheckAppUserVisibility(e,t={}){return this._get("checkAppUserVisibility",null,e,t)}async deleteDeveloperDelete(e,t={}){return this._delete("developer/delete",null,e,t)}async postDeveloperSaveSettingBatch(e={}){return this._post("developer/saveSettingBatch",null,null,e)}async getInfoByAppId(e,t={}){return this._get("infoByAppId",null,e,t)}async postSaveSetting(e,t={}){return this._post("saveSetting",e,null,t)}async postSaveSettingBatch(e={}){return this._post("saveSettingBatch",null,null,e)}}class Pi extends d{constructor(){super("assets")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMoveAssetIdCategoryCategoryId(e={}){return this._post("move/{assetId}/category/{categoryId}",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postUploadCategoryId(e={}){return this._post("upload/{categoryId}",null,null,e)}}class Ri extends d{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e={}){return this._get("operateTypes",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}}class Ei extends d{constructor(){super("bi-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Di extends d{constructor(){super("bi-file-dataset-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDatasetid(e,t={}){return this._get("list-datasetid",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ci extends d{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class wi extends d{constructor(){super("bi-share")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Oi extends d{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAddDefaultCusComp(e={}){return this._post("addDefaultCusComp",null,null,e)}async deleteDeleteDatasetCategory(e,t={}){return this._delete("deleteDatasetCategory",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListDatasetCategory(e,t={}){return this._get("listDatasetCategory",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSaveDatasetCategory(e,t={}){return this._post("saveDatasetCategory",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Mi extends d{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Bi extends d{constructor(){super("data-source")}async post(e,t={}){return this._post("",e,null,t)}async put(e,t={}){return this._put("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putEnabled(e,t={}){return this._put("enabled",e,null,t)}async postExecuteUpdate(e,t={}){return this._post("executeUpdate",e,null,t)}async getFindById(e,t={}){return this._get("findById",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postQueryData(e,t={}){return this._post("queryData",null,e,t)}async postSqlColumnInformation(e,t={}){return this._post("sql/column/information",e,null,t)}async postTestConnect(e,t={}){return this._post("testConnect",e,null,t)}}class xi extends d{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ui extends d{constructor(){super("database")}async postAddDatabase(e,t={}){return this._post("addDatabase",e,null,t)}async getColumnInformation(e,t={}){return this._get("column/information",null,e,t)}async getDbInformation(e,t={}){return this._get("db/information",null,e,t)}async postGetDatabaseByPage(e,t={}){return this._post("getDatabaseByPage",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async deleteRemoveDatabase(e,t={}){return this._delete("removeDatabase",null,e,t)}async postRunSql(e,t={}){return this._post("runSql",e,null,t)}async getTableDataPageList(e,t={}){return this._get("table/data/page/list",null,e,t)}async getTableInformation(e,t={}){return this._get("table/information",null,e,t)}async postTestDatabaseConn(e,t={}){return this._post("testDatabaseConn",e,null,t)}async putUpdateDatabase(e,t={}){return this._put("updateDatabase",e,null,t)}async getViewInformation(e,t={}){return this._get("view/information",null,e,t)}}class Ni extends d{constructor(){super("dataset")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async getColumnValue(e,t={}){return this._get("column-value",null,e,t)}async putEncode(e,t={}){return this._put("encode",null,e,t)}async postGenColumn(e,t,r={}){return this._post("gen-column",t,e,r)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListCategoryDataset(e,t={}){return this._get("list-category-dataset",null,e,t)}async getListIds(e,t={}){return this._get("list/ids",null,e,t)}async getListKeys(e,t={}){return this._get("list/keys",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRunScript(e,t={}){return this._post("runScript",e,null,t)}async postRunScriptNoHeader(e,t={}){return this._post("runScriptNoHeader",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ki extends d{constructor(){super("dataset-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Gi extends d{constructor(){super("datasource-devops")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ki extends d{constructor(){super("datasource-move")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postMove(e,t={}){return this._post("move",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fi extends d{constructor(){super("datasource-move-data")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Vi extends d{constructor(){super("datasource-move-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $i extends d{constructor(){super("external-message")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hi extends d{constructor(){super("file-task")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatchDownload(e,t={}){return this._post("batch/download",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wi extends d{constructor(){super("file")}async postDataPreview(e,t={}){return this._post("data-preview",e,null,t)}async postUploadCommon(e={}){return this._post("upload-common",null,null,e)}async postUploadDataset(e={}){return this._post("upload-dataset",null,null,e)}async postUploadImage(e,t={}){return this._post("upload/image",null,e,t)}}class Xi extends d{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class ji extends d{constructor(){super("i18n-config")}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class zi extends d{constructor(){super("i18n-info")}async delete(e,t={}){return this._delete("",null,e,t)}async postExternalLangSync(e={}){return this._post("external/lang/sync",null,null,e)}async getLangDownload(e,t={}){return this._get("lang/download",null,e,t)}async postLangJson(e,t={}){return this._post("lang/json",null,e,t)}async postLangTrans(e,t={}){return this._post("lang/trans",null,e,t)}async postLangUpload(e,t={}){return this._post("lang/upload",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class qi extends d{constructor(){super("internal-message")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putReadAll(e={}){return this._put("read/all",null,null,e)}async putReadId(e={}){return this._put("read/{id}",null,null,e)}async getUnreadCount(e={}){return this._get("unread/count",null,null,e)}}class Ji extends d{constructor(){super("invoke-log")}async getExport(e,t={}){return this._get("export",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Qi extends d{constructor(){super("knowledge-base")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Zi extends d{constructor(){super("knowledge-base-chunk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yi extends d{constructor(){super("knowledge-base-doc")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ea extends d{constructor(){super("ldap")}async postUploadCertificate(e={}){return this._post("upload/certificate",null,null,e)}}class ta extends d{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class sa extends d{constructor(){super("license")}async getActivate(e,t={}){return this._get("activate",null,e,t)}async postActivates(e,t={}){return this._post("activates",null,e,t)}async postActivatesOffline(e,t={}){return this._post("activatesOffline",null,e,t)}async getCheckLicense(e={}){return this._get("checkLicense",null,null,e)}async getClients(e,t={}){return this._get("clients",null,e,t)}async getGetAppBasicInfo(e,t={}){return this._get("getAppBasicInfo",null,e,t)}async getGetExpireMsg(e,t={}){return this._get("getExpireMsg",null,e,t)}async getGetUsers(e,t={}){return this._get("getUsers",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getShareTag(e,t={}){return this._get("shareTag",null,e,t)}async getSourceTag(e,t={}){return this._get("sourceTag",null,e,t)}async getUnbind(e,t={}){return this._get("unbind",null,e,t)}async getUninstall(e={}){return this._get("uninstall",null,null,e)}async getVerify(e={}){return this._get("verify",null,null,e)}}class na extends d{constructor(){super("login-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class ra extends d{constructor(){super("login")}async postCheckApp(e,t={}){return this._post("checkApp",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}async postSign(e,t={}){return this._post("sign",e,null,t)}async getSignOut(e,t={}){return this._get("signOut",null,e,t)}async getUserAppAuth(e,t={}){return this._get("userAppAuth",null,e,t)}}class la extends d{constructor(){super("manager")}async getPlatPageList(e,t={}){return this._get("plat/page/list",null,e,t)}async getTenantPageList(e,t={}){return this._get("tenant/page/list",null,e,t)}}class ia extends d{constructor(){super("message-setting")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetTypeCount(e={}){return this._get("getTypeCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMqttSend(e,t={}){return this._post("mqtt/send",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSendEmailMessage(e,t={}){return this._post("sendEmailMessage",e,null,t)}async postSendMessage(e,t={}){return this._post("sendMessage",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class aa extends d{constructor(){super("minio-file")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async getDownload(e,t={}){return this._get("download",null,e,t)}}class ua extends d{constructor(){super("model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class oa extends d{constructor(){super("model-provider")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ca extends d{constructor(){super("nav-menu")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ga extends d{constructor(){super("nav-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJsonId(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class pa extends d{constructor(){super("openapi-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoAssociationModel(e,t={}){return this._get("info/associationModel",null,e,t)}async getInfoOpenapiInfo(e,t={}){return this._get("info/openapi/info",null,e,t)}async getInfoPageList(e,t={}){return this._get("info/page/list",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDownload(e,t={}){return this._get("list/download",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class da extends d{constructor(){super("openapi-key-grant")}async post(e={}){return this._post("",null,null,e)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOpenapiList(e,t={}){return this._get("openapi/list",null,e,t)}async getOpenapiTenantList(e={}){return this._get("openapi/tenantList",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ha extends d{constructor(){super("org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async postInputCheck(e,t={}){return this._post("inputCheck",e,null,t)}async getList(e={}){return this._get("list",null,null,e)}async postOrgHavePersonCheck(e,t={}){return this._post("orgHavePersonCheck",e,null,t)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUserAdd(e,t={}){return this._post("user/add",e,null,t)}async postUserCreateAndAdd(e,t={}){return this._post("user/createAndAdd",e,null,t)}async getUserInfo(e,t={}){return this._get("user/info",null,e,t)}async getUserListCurrentTenantUser(e,t={}){return this._get("user/listCurrentTenantUser",null,e,t)}async postUserMove(e,t={}){return this._post("user/move",e,null,t)}async getUserPageList(e,t={}){return this._get("user/page/list",null,e,t)}async postUserRemove(e,t={}){return this._post("user/remove",e,null,t)}async postUserUpdate(e,t={}){return this._post("user/update",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ya extends d{constructor(){super("org-user-picker")}async getManagementUserListByIds(e,t={}){return this._get("management/user/listByIds",null,e,t)}async getTenantManagementOrgList(e={}){return this._get("tenant/management/org/list",null,null,e)}async getTenantManagementOrgUserPageList(e,t={}){return this._get("tenant/management/org/user/page/list",null,e,t)}async getTenantManagementUserListByIds(e,t={}){return this._get("tenant/management/user/listByIds",null,e,t)}}class _a extends d{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class fa extends d{constructor(){super("plat")}async getAppGlobalInfoAppId(e={}){return this._get("app/global/info/{appId}",null,null,e)}async postAppGlobalAppId(e,t={}){return this._post("app/global/{appId}",e,null,t)}async postBase(e,t={}){return this._post("base",e,null,t)}async postDingtalk(e,t={}){return this._post("dingtalk",e,null,t)}async postEmail(e,t={}){return this._post("email",e,null,t)}async postFeishu(e,t={}){return this._post("feishu",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLogin(e,t={}){return this._post("login",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async postUploadCertFile(e={}){return this._post("uploadCertFile",null,null,e)}async postUserRole(e,t={}){return this._post("user-role",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async postUserRoleReset(e,t={}){return this._post("user-role/reset",e,null,t)}async getUserField(e={}){return this._get("user/field",null,null,e)}async getVersion(e={}){return this._get("version",null,null,e)}async postWatermark(e,t={}){return this._post("watermark",e,null,t)}async postWxwork(e,t={}){return this._post("wxwork",e,null,t)}}class va extends d{constructor(){super("plugin")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelUpload(e,t={}){return this._post("cancelUpload",e,null,t)}async putDeleteCategory(e,t={}){return this._put("deleteCategory",e,null,t)}async getGetImages(e,t={}){return this._get("getImages",null,e,t)}async postGetTenantCompList(e,t={}){return this._post("getTenantCompList",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postUploadZip(e,t={}){return this._post("uploadZip",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ma extends d{constructor(){super("plugin-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ia extends d{constructor(){super("pm-process-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Sa extends d{constructor(){super("pm-process-delegate-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Aa extends d{constructor(){super("pm-process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class La extends d{constructor(){super("pm-task-done")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ba extends d{constructor(){super("pm-task-todo")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ta extends d{constructor(){super("pn-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Pa extends d{constructor(){super("pn-project")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async getExport(e,t={}){return this._get("export",null,e,t)}async postImport(e,t={}){return this._post("import",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postRelease(e,t={}){return this._post("release",e,null,t)}async postSavePage(e,t={}){return this._post("savePage",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ra extends d{constructor(){super("print-log")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Ea extends d{constructor(){super("print-resource")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetIpAddressStatus(e,t={}){return this._get("getIpAddressStatus",null,e,t)}async getGetPrintCount(e={}){return this._get("getPrintCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByMacAddress(e,t={}){return this._get("listByMacAddress",null,e,t)}async postPrintTest(e={}){return this._post("printTest",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}async putUpdateRemarkId(e,t={}){return this._put("updateRemark/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Da extends d{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ca extends d{constructor(){super("released")}async deleteAppDeletePublishedAppByTestId(e,t={}){return this._delete("app/deletePublishedAppByTestId",null,e,t)}async putAppDisableAppId(e={}){return this._put("app/disable/{appId}",null,null,e)}async putAppEnableAppId(e={}){return this._put("app/enable/{appId}",null,null,e)}async getAppPublishedAppGetById(e,t={}){return this._get("app/publishedApp/getById",null,e,t)}async getAppPublishedAppList(e,t={}){return this._get("app/publishedApp/list",null,e,t)}}class wa extends d{constructor(){super("role-permission")}async getPlatList(e,t={}){return this._get("plat/list",null,e,t)}async postPlatRemove(e,t={}){return this._post("plat/remove",e,null,t)}async postPlatSingle(e,t={}){return this._post("plat/single",e,null,t)}async getTenantList(e,t={}){return this._get("tenant/list",null,e,t)}async postTenantRemove(e,t={}){return this._post("tenant/remove",e,null,t)}async postTenantSingle(e,t={}){return this._post("tenant/single",e,null,t)}}class Oa extends d{constructor(){super("role")}async getList(e={}){return this._get("list",null,null,e)}async postPlat(e,t={}){return this._post("plat",e,null,t)}async deletePlat(e,t={}){return this._delete("plat",null,e,t)}async getPlatInfo(e,t={}){return this._get("plat/info",null,e,t)}async getPlatPageList(e,t={}){return this._get("plat/page/list",null,e,t)}async putPlatIdEnabled(e={}){return this._put("plat/{id}/{enabled}",null,null,e)}async postTenant(e,t={}){return this._post("tenant",e,null,t)}async deleteTenant(e,t={}){return this._delete("tenant",null,e,t)}async getTenantInfo(e,t={}){return this._get("tenant/info",null,e,t)}async getTenantPageList(e,t={}){return this._get("tenant/page/list",null,e,t)}async putTenantIdEnabled(e={}){return this._put("tenant/{id}/{enabled}",null,null,e)}}class Ma extends d{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class Ba extends d{constructor(){super("seat")}async getAppGetVisibleOrg(e={}){return this._get("app/getVisibleOrg",null,null,e)}async postAppGetVisibleOrgUser(e,t={}){return this._post("app/getVisibleOrgUser",e,null,t)}async getAppGetVisibleUser(e={}){return this._get("app/getVisibleUser",null,null,e)}async postAuth(e={}){return this._post("auth",null,null,e)}async getListAuthed(e,t={}){return this._get("listAuthed",null,e,t)}async getListNotAuth(e,t={}){return this._get("listNotAuth",null,e,t)}async postRemoveAuth(e,t={}){return this._post("removeAuth",null,e,t)}async getTotalinfos(e={}){return this._get("totalinfos",null,null,e)}}class xa extends d{constructor(){super("shortcut")}async postMenu(e,t={}){return this._post("menu",e,null,t)}async deleteMenu(e,t={}){return this._delete("menu",null,e,t)}async getMenuInfo(e,t={}){return this._get("menu/info",null,e,t)}async getMenuList(e={}){return this._get("menu/list",null,null,e)}async getMenuListAppMenu(e,t={}){return this._get("menu/list/AppMenu",null,e,t)}async getMenuPageList(e,t={}){return this._get("menu/page/list",null,e,t)}async postMenuSaveBatch(e={}){return this._post("menu/saveBatch",null,null,e)}async putMenuId(e,t={}){return this._put("menu/{id}",e,null,t)}}class Ua extends d{constructor(){super("sign-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Na extends d{constructor(){super("sms")}async postGetSignsAndTemplates(e,t={}){return this._post("getSignsAndTemplates",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}}class ka extends d{constructor(){super("started-process")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Ga extends d{constructor(){super("task-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelId(e={}){return this._post("cancel/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ka extends d{constructor(){super("task-done")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Fa extends d{constructor(){super("task-todo")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Va extends d{constructor(){super("tenant-developer")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postRemoveAndHandover(e,t={}){return this._post("RemoveAndHandover",e,null,t)}async getGetUserMaintainerApp(e,t={}){return this._get("getUserMaintainerApp",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $a extends d{constructor(){super("tenant")}async putDisableId(e={}){return this._put("disable/{id}",null,null,e)}async putEnableId(e={}){return this._put("enable/{id}",null,null,e)}async getGetTenantIdByAppId(e,t={}){return this._get("getTenantIdByAppId",null,e,t)}async getGetTencentByDomain(e,t={}){return this._get("getTencentByDomain",null,e,t)}async getInfoByPortOrDomain(e,t={}){return this._get("info/byPortOrDomain",null,e,t)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postManagementOrg(e,t={}){return this._post("management/org",e,null,t)}async deleteManagementOrg(e,t={}){return this._delete("management/org",null,e,t)}async postManagementOrgDrag(e,t={}){return this._post("management/org/drag",e,null,t)}async getManagementOrgInfoId(e={}){return this._get("management/org/info/{id}",null,null,e)}async getManagementOrgList(e={}){return this._get("management/org/list",null,null,e)}async postManagementOrgTransferAndDelete(e,t={}){return this._post("management/org/transferAndDelete",e,null,t)}async postManagementOrgUserAdd(e,t={}){return this._post("management/org/user/add",e,null,t)}async postManagementOrgUserCreateAndAdd(e,t={}){return this._post("management/org/user/createAndAdd",e,null,t)}async getManagementOrgUserInfo(e,t={}){return this._get("management/org/user/info",null,e,t)}async postManagementOrgUserMove(e,t={}){return this._post("management/org/user/move",e,null,t)}async getManagementOrgUserPageList(e,t={}){return this._get("management/org/user/page/list",null,e,t)}async postManagementOrgUserRemove(e,t={}){return this._post("management/org/user/remove",e,null,t)}async postManagementOrgUserUpdate(e,t={}){return this._post("management/org/user/update",e,null,t)}async putManagementOrgId(e,t={}){return this._put("management/org/{id}",e,null,t)}async postManagementUser(e,t={}){return this._post("management/user",e,null,t)}async deleteManagementUser(e,t={}){return this._delete("management/user",e,null,t)}async putManagementUserDisable(e,t={}){return this._put("management/user/disable",null,e,t)}async putManagementUserEnable(e,t={}){return this._put("management/user/enable",null,e,t)}async getManagementUserInfoId(e={}){return this._get("management/user/info/{id}",null,null,e)}async getManagementUserPageList(e,t={}){return this._get("management/user/page/list",null,e,t)}async postManagementUserRemove(e,t={}){return this._post("management/user/remove",e,null,t)}async postManagementUserResetDefaultPwd(e,t={}){return this._post("management/user/reset/default/pwd",e,null,t)}async postManagementUserResetDefaultSignPwd(e,t={}){return this._post("management/user/reset/default/signPwd",e,null,t)}async putManagementUserId(e,t={}){return this._put("management/user/{id}",e,null,t)}async putUpdateDomainId(e,t={}){return this._put("updateDomain/{id}",e,null,t)}async postUserRole(e,t={}){return this._post("user-role",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async postUserRoleReset(e,t={}){return this._post("user-role/reset",e,null,t)}async getUserInfo(e={}){return this._get("user/info",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ha extends d{constructor(){super("user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info",null,null,e)}async getInfoId(e={}){return this._get("info/{id}",null,null,e)}async getInfoByIds(e,t={}){return this._get("infoByIds",null,e,t)}async getLastResetPwd(e={}){return this._get("last/reset/pwd",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByTenantId(e,t={}){return this._get("listByTenantId",null,e,t)}async postOrgPlatImport(e,t={}){return this._post("org/plat/import",null,e,t)}async postOrgPlatTmpl(e,t={}){return this._post("org/plat/tmpl",e,null,t)}async postOrgTenantImport(e,t={}){return this._post("org/tenant/import",null,e,t)}async postOrgTenantImport4App(e,t={}){return this._post("org/tenant/import4App",null,e,t)}async postOrgTenantTmpl(e,t={}){return this._post("org/tenant/tmpl",e,null,t)}async postOrgTenantTmpl4App(e,t={}){return this._post("org/tenant/tmpl4App",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async postPlatImport(e={}){return this._post("plat/import",null,null,e)}async postPlatTmpl(e,t={}){return this._post("plat/tmpl",e,null,t)}async postResetAllpwd(e,t={}){return this._post("reset/allpwd",e,null,t)}async postResetDefaultPwd(e,t={}){return this._post("reset/default/pwd",e,null,t)}async postResetDefaultSignPwd(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async postResetPwd(e,t={}){return this._post("reset/pwd",e,null,t)}async postSettings(e,t={}){return this._post("settings",e,null,t)}async postTenantImport(e={}){return this._post("tenant/import",null,null,e)}async postTenantImport4App(e={}){return this._post("tenant/import4App",null,null,e)}async postTenantTmpl(e,t={}){return this._post("tenant/tmpl",e,null,t)}async postTenantTmpl4App(e,t={}){return this._post("tenant/tmpl4App",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wa extends d{constructor(){super("user-extra")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Xa extends d{constructor(){super("user-info-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ja extends d{constructor(){super("user-password-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class za extends d{constructor(){super("workbench-component")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class qa extends d{constructor(){super("workbench-component-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putUpdatePositionJson(e,t={}){return this._put("updatePositionJson",e,null,t)}async putWorkbenchComponentActiveId(e,t={}){return this._put("workbenchComponentActive/{id}",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ja extends d{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Qa extends d{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class Za extends d{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ya extends d{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class eu extends d{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class tu extends d{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class su extends d{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class nu extends d{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class ru extends d{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class lu extends d{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class iu extends d{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class au extends d{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class uu extends d{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class ou extends d{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class cu extends d{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class gu extends d{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class pu extends d{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class du extends d{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class hu extends d{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class yu extends d{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class _u extends d{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class fu extends d{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class vu extends d{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class mu extends d{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class Iu extends d{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class Su extends d{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class Au extends d{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class Lu extends d{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class bu extends d{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class Tu extends d{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class Pu extends d{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class Ru extends d{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class Eu extends d{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class Du extends d{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class Cu extends d{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class wu extends d{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ou extends d{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Mu extends d{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Bu extends d{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class xu extends d{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Uu extends d{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class Nu extends d{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class ku extends d{constructor(){super("api")}async getAgentScriptAgent(e,t={}){return this._get("agent/scriptAgent",null,e,t)}async getApaasUtilsGetUserMasterOrg(e,t={}){return this._get("apaas-utils/getUserMasterOrg",null,e,t)}async getApaasUtilsGetUserMasterOrgId(e,t={}){return this._get("apaas-utils/getUserMasterOrgId",null,e,t)}async getApaasUtilsListUserAllOrgId(e,t={}){return this._get("apaas-utils/listUserAllOrgId",null,e,t)}async getApaasUtilsListUserAllOrgIdIncludeParent(e,t={}){return this._get("apaas-utils/listUserAllOrgIdIncludeParent",null,e,t)}async getApaasUtilsListUserAllPrincipalOrgId(e,t={}){return this._get("apaas-utils/listUserAllPrincipalOrgId",null,e,t)}async getApaasUtilsListUserDirectSubordinate(e,t={}){return this._get("apaas-utils/listUserDirectSubordinate",null,e,t)}async getApaasUtilsListUserIdUnderOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserAllOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserAllOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserAllPrincipalOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserAllPrincipalOrg",null,e,t)}async getApaasUtilsListUserIdUnderUserMasterOrg(e,t={}){return this._get("apaas-utils/listUserIdUnderUserMasterOrg",null,e,t)}async getApaasUtilsPrintDropdownList(e={}){return this._get("apaas-utils/printDropdownList",null,null,e)}async getApaasUtilsSearchAllOrgOrUser(e,t={}){return this._get("apaas-utils/searchAllOrgOrUser",null,e,t)}async postAppGrantedUser(e,t,r={}){return this._post("app-granted-user",t,e,r)}async postAppGrantedUserBatch(e,t,r={}){return this._post("app-granted-user/batch",t,e,r)}async getAppGrantedUserFindAllByDeleted(e,t={}){return this._get("app-granted-user/findAllByDeleted",null,e,t)}async getAppGrantedUserGrantedStatistic(e,t={}){return this._get("app-granted-user/grantedStatistic",null,e,t)}async getAppGrantedUserList(e,t={}){return this._get("app-granted-user/list",null,e,t)}async getAppGrantedUserPageList(e,t={}){return this._get("app-granted-user/page/list",null,e,t)}async getAppGrantedUserRemoveAndTransfer(e,t={}){return this._get("app-granted-user/removeAndTransfer",null,e,t)}async getAppGrantedUserUngrantedList(e,t={}){return this._get("app-granted-user/ungranted/list",null,e,t)}async getAppSettingInfoByAppId(e,t={}){return this._get("app-setting/infoByAppId",null,e,t)}async getAppGetDestBySource(e,t={}){return this._get("app/getDestBySource",null,e,t)}async getAppGetSourceByDest(e,t={}){return this._get("app/getSourceByDest",null,e,t)}async getAppListAppGrantedUserId(e,t={}){return this._get("app/listAppGrantedUserId",null,e,t)}async postAppLockOrUnlockToPaas(e,t={}){return this._post("app/lockOrUnlockToPaas",e,null,t)}async postAppOrg(e,t={}){return this._post("app/org",e,null,t)}async deleteAppOrg(e,t={}){return this._delete("app/org",null,e,t)}async postAppOrgDrag(e,t={}){return this._post("app/org/drag",e,null,t)}async getAppOrgInfoId(e={}){return this._get("app/org/info/{id}",null,null,e)}async getAppOrgList(e={}){return this._get("app/org/list",null,null,e)}async postAppOrgSaveList(e={}){return this._post("app/org/save-list",null,null,e)}async postAppOrgTransferAndDelete(e,t={}){return this._post("app/org/transferAndDelete",e,null,t)}async postAppOrgUserAdd(e,t={}){return this._post("app/org/user/add",e,null,t)}async postAppOrgUserCreateAndAdd(e,t,r={}){return this._post("app/org/user/createAndAdd",t,e,r)}async getAppOrgUserInfo(e,t={}){return this._get("app/org/user/info",null,e,t)}async postAppOrgUserMove(e,t={}){return this._post("app/org/user/move",e,null,t)}async getAppOrgUserPageList(e,t={}){return this._get("app/org/user/page/list",null,e,t)}async postAppOrgUserRemove(e,t={}){return this._post("app/org/user/remove",e,null,t)}async postAppOrgUserUpdate(e,t={}){return this._post("app/org/user/update",e,null,t)}async putAppOrgId(e,t={}){return this._put("app/org/{id}",e,null,t)}async getAppPublished(e={}){return this._get("app/published",null,null,e)}async postAppUpdateApaasAppSetting(e,t={}){return this._post("app/updateApaasAppSetting",e,null,t)}async postAppUser(e,t,r={}){return this._post("app/user",t,e,r)}async deleteAppUser(e,t,r={}){return this._delete("app/user",t,e,r)}async putAppUserDisable(e,t={}){return this._put("app/user/disable",null,e,t)}async putAppUserEnable(e,t={}){return this._put("app/user/enable",null,e,t)}async getAppUserInfoId(e={}){return this._get("app/user/info/{id}",null,null,e)}async getAppUserPageList(e,t={}){return this._get("app/user/page/list",null,e,t)}async postAppUserRemove(e,t={}){return this._post("app/user/remove",e,null,t)}async postAppUserResetDefaultPwd(e,t={}){return this._post("app/user/reset/default/pwd",e,null,t)}async postAppUserResetDefaultSignPwd(e,t={}){return this._post("app/user/reset/default/signPwd",e,null,t)}async postAppUserSaveList(e,t={}){return this._post("app/user/save-list",null,e,t)}async putAppUserId(e,t={}){return this._put("app/user/{id}",e,null,t)}async getDataSourceExecuteSelect(e,t={}){return this._get("data-source/executeSelect",null,e,t)}async postDataSourceExecuteUpdate(e,t={}){return this._post("data-source/executeUpdate",e,null,t)}async getDataSourceFindByKeyAndEnv(e,t={}){return this._get("data-source/findByKeyAndEnv",null,e,t)}async postDataSourcePageList(e,t={}){return this._post("data-source/page/list",e,null,t)}async getDataSourceQueryData(e,t={}){return this._get("data-source/queryData",null,e,t)}async postDataSourceSelect(e,t,r={}){return this._post("data-source/select",t,e,r)}async getDataSourceType(e,t={}){return this._get("data-source/type",null,e,t)}async postFileTaskList(e={}){return this._post("file-task/list",null,null,e)}async postFileTaskStatus(e,t={}){return this._post("file-task/status",e,null,t)}async postFileTaskSubmit(e,t={}){return this._post("file-task/submit",e,null,t)}async getKnowledgeBaseFindByIds(e,t={}){return this._get("knowledge-base/findByIds",null,e,t)}async postLoginLogUserLoginLogPage(e,t={}){return this._post("login-log/userLoginLogPage",e,null,t)}async getModelInfo(e,t={}){return this._get("model/info",null,e,t)}async getMsgFindAllByType(e,t={}){return this._get("msg/findAllByType",null,e,t)}async postMsgSendEmailMessage(e,t={}){return this._post("msg/sendEmailMessage",e,null,t)}async postMsgSendMessage(e,t={}){return this._post("msg/sendMessage",e,null,t)}async postOpenapiGroup(e,t={}){return this._post("openapi-group",e,null,t)}async putOpenapiGroupEnabled(e,t={}){return this._put("openapi-group/enabled",null,e,t)}async putOpenapiGroupOpened(e,t={}){return this._put("openapi-group/opened",null,e,t)}async putOpenapiKeyGrantUpdateApi(e,t={}){return this._put("openapi-key-grant/updateApi",null,e,t)}async getOrgUserPickerAppGetCanBeUsedOrg(e,t={}){return this._get("org-user-picker/app/getCanBeUsedOrg",null,e,t)}async postOrgUserPickerAppGetCanBeUsedOrgUser(e,t={}){return this._post("org-user-picker/app/getCanBeUsedOrgUser",e,null,t)}async getOrgUserPickerAppGetVisibleOrg(e,t={}){return this._get("org-user-picker/app/getVisibleOrg",null,e,t)}async postOrgUserPickerAppGetVisibleOrgUser(e,t={}){return this._post("org-user-picker/app/getVisibleOrgUser",e,null,t)}async getOrgUserPickerAppGetVisibleUser(e,t={}){return this._get("org-user-picker/app/getVisibleUser",null,e,t)}async getOrgUserPickerAppListUserByIds(e,t={}){return this._get("org-user-picker/app/listUserByIds",null,e,t)}async postOrgFindAllByIdIn(e={}){return this._post("org/findAllByIdIn",null,null,e)}async postOrgList(e,t={}){return this._post("org/list",null,e,t)}async getOrgListAll(e={}){return this._get("org/listAll",null,null,e)}async postOrgPrincipals(e={}){return this._post("org/principals",null,null,e)}async getPlatAppGlobalInfoAppId(e={}){return this._get("plat/app/global/info/{appId}",null,null,e)}async postPlatAppGlobalAppId(e,t={}){return this._post("plat/app/global/{appId}",e,null,t)}async postPlatBase(e,t={}){return this._post("plat/base",e,null,t)}async postPlatOrg(e,t={}){return this._post("plat/org",e,null,t)}async postPlatSecurity(e,t={}){return this._post("plat/security",e,null,t)}async postPrintLogPageList(e,t={}){return this._post("print-log/page/list",e,null,t)}async getPrintExchangePrinterName(e,t={}){return this._get("print/exchangePrinterName",null,e,t)}async postPrintSendPrintData(e,t={}){return this._post("print/sendPrintData",e,null,t)}async deleteRegexpDelete(e,t={}){return this._delete("regexp/delete",null,e,t)}async getRegexpInfo(e,t={}){return this._get("regexp/info",null,e,t)}async getRegexpList(e={}){return this._get("regexp/list",null,null,e)}async getRegexpPageList(e,t={}){return this._get("regexp/page/list",null,e,t)}async postRegexpSave(e,t={}){return this._post("regexp/save",e,null,t)}async putRegexpUpdateId(e,t={}){return this._put("regexp/update/{id}",e,null,t)}async postReportDataExport(e,t={}){return this._post("report-data/export",e,null,t)}async getReportDataInfo(e,t={}){return this._get("report-data/info",null,e,t)}async postReportDataList(e,t={}){return this._post("report-data/list",e,null,t)}async getReportDataPageInfo(e,t={}){return this._get("report-data/page-info",null,e,t)}async getReportDataProjectInfo(e,t={}){return this._get("report-data/project-info",null,e,t)}async postReportDetailDetail(e,t={}){return this._post("report-detail/detail",e,null,t)}async postReportDetailListStatistic(e,t={}){return this._post("report-detail/listStatistic",e,null,t)}async postSignLogOperators(e,t={}){return this._post("signLog/operators",e,null,t)}async postSignLogPageList(e,t={}){return this._post("signLog/page/list",e,null,t)}async getTenantInfoByPortOrDomain(e,t={}){return this._get("tenant/info/byPortOrDomain",null,e,t)}async getTenantOrgList(e,t={}){return this._get("tenant/org/list",null,e,t)}async postTenantUserSyncFromThirdParty(e,t={}){return this._post("tenant/userSyncFromThirdParty",e,null,t)}async getUserOrgPrincipal(e,t={}){return this._get("user/org/principal",null,e,t)}async postUserOrgPrincipals(e,t={}){return this._post("user/org/principals",null,e,t)}}class Gu extends d{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ku extends d{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Fu extends d{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Vu extends d{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class $u extends d{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Hu extends d{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class Wu extends d{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class Xu extends d{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ju extends d{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class zu extends d{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class qu extends d{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ju extends d{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Qu extends d{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class Zu extends d{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Yu extends d{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class eo extends d{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class to extends d{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class so extends d{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class no extends d{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class ro extends d{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class lo extends d{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class io extends d{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class ao extends d{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class uo extends d{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class oo extends d{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class co extends d{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class go extends d{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class po extends d{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class ho extends d{constructor(){super("exportTemplate")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class yo extends d{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class _o extends d{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class fo extends d{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class vo extends d{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class mo extends d{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class Io extends d{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class So extends d{constructor(){super("importTemplate")}async get(e={}){return this._get("",null,null,e)}async head(e={}){return this._head("",null,null,e)}async post(e={}){return this._post("",null,null,e)}async put(e={}){return this._put("",null,null,e)}async delete(e={}){return this._delete("",null,null,e)}async options(e={}){return this._options("",null,null,e)}async patch(e={}){return this._patch("",null,null,e)}}class Ao extends d{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class Lo extends d{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class bo extends d{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class To extends d{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class Po extends d{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class Ro extends d{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Eo extends d{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Do extends d{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class Co extends d{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class wo extends d{constructor(){super("uploadFiles")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class Oo extends d{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Mo extends d{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class Bo extends d{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class xo extends d{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class Uo extends d{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class No extends d{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class ko{constructor(){i(this,"agent",new Si),i(this,"apk",new Ai),i(this,"app",new Li),i(this,"appMember",new bi),i(this,"appSetting",new Ti),i(this,"assets",new Pi),i(this,"auditLog",new Ri),i(this,"biDataSet",new Ei),i(this,"biFileDatasetConfig",new Di),i(this,"biFile",new Ci),i(this,"biShare",new wi),i(this,"category",new Oi),i(this,"dashboard",new Mi),i(this,"dataSource",new Bi),i(this,"dataTrace",new xi),i(this,"database",new Ui),i(this,"dataset",new Ni),i(this,"datasetLog",new ki),i(this,"datasourceDevops",new Gi),i(this,"datasourceMove",new Ki),i(this,"datasourceMoveData",new Fi),i(this,"datasourceMoveDetail",new Vi),i(this,"externalMessage",new $i),i(this,"fileTask",new Hi),i(this,"file",new Wi),i(this,"frontRelease",new Xi),i(this,"i18NConfig",new ji),i(this,"i18NInfo",new zi),i(this,"internalMessage",new qi),i(this,"invokeLog",new Ji),i(this,"knowledgeBase",new Qi),i(this,"knowledgeBaseChunk",new Zi),i(this,"knowledgeBaseDoc",new Yi),i(this,"ldap",new ea),i(this,"licenseUnbindLog",new ta),i(this,"license",new sa),i(this,"loginLog",new na),i(this,"login",new ra),i(this,"manager",new la),i(this,"messageSetting",new ia),i(this,"minioFile",new aa),i(this,"model",new ua),i(this,"modelProvider",new oa),i(this,"navMenu",new ca),i(this,"navPage",new ga),i(this,"openapiGroup",new pa),i(this,"openapiKeyGrant",new da),i(this,"org",new ha),i(this,"orgUserPicker",new ya),i(this,"permission",new _a),i(this,"plat",new fa),i(this,"plugin",new va),i(this,"pluginVersion",new ma),i(this,"pmProcessDelegate",new Ia),i(this,"pmProcessDelegateDetail",new Sa),i(this,"pmProcessInstance",new Aa),i(this,"pmTaskDone",new La),i(this,"pmTaskTodo",new ba),i(this,"pnPage",new Ta),i(this,"pnProject",new Pa),i(this,"printLog",new Ra),i(this,"printResource",new Ea),i(this,"regexp",new Da),i(this,"released",new Ca),i(this,"rolePermission",new wa),i(this,"role",new Oa),i(this,"seatMessage",new Ma),i(this,"seat",new Ba),i(this,"shortcut",new xa),i(this,"signLog",new Ua),i(this,"sms",new Na),i(this,"startedProcess",new ka),i(this,"taskDelegate",new Ga),i(this,"taskDone",new Ka),i(this,"taskTodo",new Fa),i(this,"tenantDeveloper",new Va),i(this,"tenant",new $a),i(this,"user",new Ha),i(this,"userExtra",new Wa),i(this,"userInfoLog",new Xa),i(this,"userPasswordHistory",new ja),i(this,"workbenchComponent",new za),i(this,"workbenchComponentRelation",new qa),i(this,"clearTempDir",new Ja),i(this,"deleteNotUseDir",new Qa),i(this,"getAttachmentInfoByPage",new Za),i(this,"deleteCompInfo",new Ya),i(this,"deleteCompInfoType",new eu),i(this,"getAllCompInfo",new tu),i(this,"getAllCompInfoByTypeId",new su),i(this,"getAllCompInfoType",new nu),i(this,"getCompInfoById",new ru),i(this,"getCompInfoByPage",new lu),i(this,"getCompInfoTypeById",new iu),i(this,"getCompInfoTypeByPage",new au),i(this,"importCompInfoJson",new uu),i(this,"saveCompInfo",new ou),i(this,"saveCompInfoType",new cu),i(this,"deleteCsvDatasource",new gu),i(this,"getAllCsvDatasource",new pu),i(this,"getContentToArray",new du),i(this,"getCsvDatasourceById",new hu),i(this,"getCsvDatasourceByName",new yu),i(this,"getCsvDatasourceByPage",new _u),i(this,"parseCsvOrExcel",new fu),i(this,"saveCsvDatasource",new vu),i(this,"getDesignerData",new mu),i(this,"deleteEchartTheme",new Iu),i(this,"getAllEchartTheme",new Su),i(this,"getEchartThemeById",new Au),i(this,"getEchartThemeByPage",new Lu),i(this,"getMyEchartThemes",new bu),i(this,"getSysEchartThemes",new Tu),i(this,"saveEchartTheme",new Pu),i(this,"buildEnshrineCompLibrary",new Ru),i(this,"deleteEnshrineComp",new Eu),i(this,"deleteEnshrineCompGroup",new Du),i(this,"getAllEnshrineCompGroups",new Cu),i(this,"getEnshrineCompByPage",new wu),i(this,"getEnshrineCompGroupById",new Ou),i(this,"getEnshrineCompGroupByPage",new Mu),i(this,"getLayoutItemObjById",new Bu),i(this,"saveEnshrineComp",new xu),i(this,"saveEnshrineCompGroup",new Uu),i(this,"searchEnshrineComp",new Nu),i(this,"api",new ku),i(this,"copyFilter",new Gu),i(this,"deleteFilter",new Ku),i(this,"getAllFilter",new Fu),i(this,"getFilterById",new Vu),i(this,"saveFilter",new $u),i(this,"httpQuery",new Hu),i(this,"clearLogLogin",new Wu),i(this,"getLogLoginByPage",new Xu),i(this,"clearLogOperate",new ju),i(this,"deleteLogOperateById",new zu),i(this,"getPnLogOperateByPage",new qu),i(this,"uncompressLogOperateLayoutStr",new Ju),i(this,"deleteMapGeoJson",new Qu),i(this,"getAdCodeByAliasName",new Zu),i(this,"getGeoJsonByAdCode",new Yu),i(this,"getMapBaseInfoByLevel",new eo),i(this,"getMapGeoJsonById",new to),i(this,"getMapGeoJsonByPage",new so),i(this,"saveMapGeoJson",new no),i(this,"deletePageSnapshoot",new ro),i(this,"getPageSnapshootByEnabled",new lo),i(this,"getPageSnapshootById",new io),i(this,"getPageSnapshootsByPageId",new ao),i(this,"savePageSnapshoot",new uo),i(this,"setPageSnapshootEnabled",new oo),i(this,"setPageSnapshootEnabledByPageId",new co),i(this,"attachmentResourceTransfer",new go),i(this,"deletePageTemplate",new po),i(this,"exportTemplate",new ho),i(this,"getAllPageTemplate",new yo),i(this,"getPageTemplateById",new _o),i(this,"getPageTemplateByPage",new fo),i(this,"getPageTemplateForCreatePageForm",new vo),i(this,"getPageTemplateLayout",new mo),i(this,"getPageTemplateThemeJson",new Io),i(this,"importTemplate",new So),i(this,"savePageTemplate",new Ao),i(this,"toggleEnabled",new Lo),i(this,"deletePnResource",new bo),i(this,"deletePnResourceGroup",new To),i(this,"getMyAllPnResourceGroup",new Po),i(this,"getMyPnResourceByPage",new Ro),i(this,"getPnResourceGroupById",new Eo),i(this,"resourceTransferToPage",new Do),i(this,"savePnResourceGroup",new Co),i(this,"uploadFiles",new wo),i(this,"getMyShareCustomCompByPage",new Oo),i(this,"getShareCustomCompById",new Mo),i(this,"getShareCustomCompByPage",new Bo),i(this,"saveShareCustomComp",new xo),i(this,"getPageTotalCount",new Uo),i(this,"getProjectTotalCount",new No)}}const Go=48,Ko=80;var ve=(s=>(s.FULL="full",s.FIXED="fixed",s))(ve||{}),me=(s=>(s.DARK="dark",s.LIGHT="light",s))(me||{}),Ie=(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(Ie||{}),Se=(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(Se||{}),Ae=(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(Ae||{}),Le=(s=>(s.ZOOM_FADE="zoom-fade",s.ZOOM_OUT="zoom-out",s.FADE_SIDE="fade-slide",s.FADE="fade",s.FADE_BOTTOM="fade-bottom",s.FADE_SCALE="fade-scale",s))(Le||{}),Z=(s=>(s.PORTAL="portal",s.BACKEND_MANAGEMENT="backend-management",s.DEVELOPER_CENTER="developer-center",s.TENANT_CENTER="tenant-center",s.APP_DESIGNER="app-designer",s.PAGE_DESIGNER="page-designer",s.WEB_RENDER="web-render",s.MOBILE_RENDER="mobile-render",s))(Z||{}),be=(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(be||{}),m=(s=>(s.PRIMARY_KEY="primary_key",s.ASSOCIATED_PRIMARY_KEY="associated_primary_key",s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.DATA_TABLE_FORMULA="data_table_formula",s.READONLYCMP="readonlycmp",s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s.Biz_Process="biz_process",s))(m||{}),Te=(s=>(s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s))(Te||{}),Pe=(s=>(s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.Biz_Process="biz_process",s))(Pe||{}),Re=(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(Re||{});const Fo={attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"};var Ee=(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(Ee||{}),De=(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(De||{}),Ce=(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(Ce||{}),we=(s=>(s.MaterialFormField="formField",s.MaterialTableField="tableField",s.MaterialEmbedTableField="embedTableField",s.MaterialSubTableField="subTableField",s.MaterialSubTableModalField="subTableModalField",s.cardListFormField="cardList",s.MaterialTableSelectField="tableSelectField",s.DescriptionsFormField="descriptions",s))(we||{});const Vo={primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"};var Oe=(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))(Oe||{}),Me=(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(Me||{}),Be=(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Be||{}),xe=(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(xe||{}),Ue=(s=>(s.ALL="all",s.UNREAD="unread",s))(Ue||{}),Ne=(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(Ne||{}),ke=(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(ke||{}),Ge=(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Ge||{}),Ke=(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(Ke||{});const $o=[m.TEXT,m.LONG_TEXT,m.LONG,m.INTEGER,m.DECIMAL,m.DOUBLE,m.SERIAL];var Fe=(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Fe||{}),Ve=(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(Ve||{}),$e=(s=>(s.BASE="BASE",s.NDO="NDO",s.RDO="RDO",s.TREE="TREE",s.DYNAMIC_FORM="DYNAMIC_FORM",s.WORKFLOW="WORKFLOW",s.TRANSACTION="TRANSACTION",s))($e||{}),He=(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(He||{}),We=(s=>(s.NULL="",s.SYS_DATE="SYS_DATE",s.SYS_TIME="SYS_TIME",s.SYS_DATE_TIME="SYS_DATE_TIME",s.CURRENT_USER="CURRENT_USER",s.CURRENT_ORG="CURRENT_ORG",s))(We||{}),Xe=(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(Xe||{}),je=(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(je||{}),ze=(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(ze||{}),qe=(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(qe||{}),Je=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(Je||{}),Qe=(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(Qe||{}),Ze=(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(Ze||{}),Ye=(s=>(s.BASIC="basic",s.ADVANCED="advance",s.DISPLAY="display",s.LABEL="label",s.VUE3="vue3",s.FIELD="field",s.DATA="data",s.OTHER="other",s.LIST="list",s.Table="table",s.SUBMIT_RULE="submitRule",s.LISTDATA="listdata",s.SHOW="show",s.FIELD_CONFIG="fieldConfig",s.FORM_CONFIG="formConfig",s.FIELD_LAYOUT="FieldLayout",s.TABLESELECT_CONFIG="tableSelect",s.GENRADIO="genRadio",s.GENCHECKBOX="genCheckbox",s.GENSWITCH="genSwitch",s.OPTIONS="options",s.COLLAPSE="collapse",s.IFRAME="iframe",s.FILECOLLECT="fileCollect",s.CARDLIST="cardList",s.BUTTON="button",s.Button="Button",s.ButtonShow="ButtonShow",s.ButtonStyle="ButtonStyle",s.LISTBUTTON="listButton",s.MODAL="modal",s.MODALWIDTH="modalWidth",s.MODALHEIGHT="modalHeight",s.MODALTITLECONFIG="modalTitleConfig",s.SEARCH="search",s.QUERY="query",s.INPUT_CONFIG="inputConfig",s.DATALINKAGE="dataLinkage",s.PERMISSION="permission",s.DATASOURCE="dataSource",s.VALIDATERULE="validaterule",s.TEXT="text",s.GRID_CONFIG="gridConfig",s.COL_CONFIG="colConfig",s.COMPONENTDEPENDENCY="componentDependency",s.GENIMAGE="genImage",s.DATARANGE="dataRange",s.OPERATOR_CONFIG="operatorConfig",s.BUSINESS_CONFIG="businessConfig",s))(Ye||{}),et=(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(et||{}),tt=(s=>(s.TAG="tag",s.PROGRESS="progress",s))(tt||{}),st=(s=>(s.RADIUS="radius",s.LINEAR_RADIUS="linear_radius",s.BIG_RADIUS="big_radius",s.LINEAR_BIG_RADIUS="linear_big_radius",s.DASHED_RADIUS="dashed_radius",s.STATUS="status",s))(st||{}),nt=(s=>(s.CIRCLE="circle",s.LINE="line",s))(nt||{}),rt=(s=>(s.RULE="rule",s.CONFIG="config",s))(rt||{}),lt=(s=>(s.STRING="string",s.NUMBER="number",s.BOOLEAN="boolean",s.OBJECT="object",s.ARRAY="array",s.NULL="NULL",s.DATE="date",s.DATETIME="datetime",s.TIME="time",s))(lt||{}),it=(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(it||{}),at=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(at||{}),ut=(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(ut||{}),ot=(s=>(s.INLINE="inline",s.MODAL="modal",s))(ot||{}),ct=(s=>(s.DELETE="delete",s.COPY="copy",s))(ct||{}),gt=(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(gt||{}),pt=(s=>(s.JS="js",s))(pt||{}),dt=(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(dt||{}),ht=(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(ht||{}),yt=(s=>(s.OUTLINE="OUTLINE",s.WIDGETS="WIDGETS",s.FIELD="FIELD",s.MODAL="MODAL",s.JS="JS",s.CSS="CSS",s.TEMPLATE="TEMPLATE",s.LO="LO",s))(yt||{}),_t=(s=>(s.FORM="form",s.LAYOUT="layout",s.ADVANCED="advanced",s.DATA="data",s.BUTTON="button",s.RDO="rdo",s.KIT="kit",s.PROCESS="process",s))(_t||{}),K=(s=>(s.WEB="web",s.MOBILE="mobile",s))(K||{}),ft=(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(ft||{}),vt=(s=>(s.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",s.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",s.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",s.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",s.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",s.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",s.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",s.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",s.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",s.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",s))(vt||{}),mt=(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(mt||{}),It=(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(It||{}),St=(s=>(s.d="d",s["d:h"]="d:h",s["d:h:m"]="d:h:m",s["d:h:m:s"]="d:h:m:s",s.h="h",s["h:m"]="h:m",s["h:m:s"]="h:m:s",s.m="m",s["m:s"]="m:s",s.s="s",s))(St||{}),At=(s=>(s.d="days",s["d:h"]="dayhour",s["d:h:m"]="dayhourminute",s["d:h:m:s"]="dayhourminutesecond",s.h="hour",s["h:m"]="hourminute",s["h:m:s"]="hourminutesecond",s.m="minute",s["m:s"]="minutesecond",s.s="seconds",s))(At||{}),Lt=(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(Lt||{}),bt=(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(bt||{}),Tt=(s=>(s.Current="current",s.Whole="whole",s))(Tt||{}),Pt=(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(Pt||{}),Rt=(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(Rt||{}),Et=(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(Et||{}),Dt=(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(Dt||{}),Ct=(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(Ct||{}),wt=(s=>(s.DEFAULT="default",s.LINK="link",s))(wt||{}),Ot=(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))(Ot||{}),Mt=(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(Mt||{}),Bt=(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Bt||{}),xt=(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(xt||{}),Ut=(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(Ut||{}),Nt=(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(Nt||{});const Ho={TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]};var kt=(s=>(s.COLUMNDELETE="columnDelete",s.COLUMNLINK="columnLink",s.COPY="copy",s.VERSION_COPY="version_copy",s.VERSION_CREATE="version_create",s.DETAILS="details",s.EDIT="edit",s.USAGEINFORMATION="usageInformation",s.MODELINGTRACEABILITY="modelingTraceability",s.IMPORT="import",s.EXPORT="export",s.BATCHDELETE="batchDelete",s.SUBMIT="submit",s.RESET="reset",s.EXCUTE="excute",s.LABEL_PRINT="label_print",s.DOCUMENT_PRINT="document_print",s.EXAMINE_AND_APPROVE="examineAndApprove",s))(kt||{}),Gt=(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Gt||{}),Kt=(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Kt||{}),Ft=(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Ft||{}),Vt=(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(Vt||{}),$t=(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))($t||{}),Ht=(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(Ht||{}),Wt=(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(Wt||{}),Xt=(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(Xt||{}),jt=(s=>(s.PAGE="page",s.MODAL="modal",s))(jt||{}),zt=(s=>(s.RdoInput="rdo-input",s.Input="input",s.ElectronicSignature="electronic-signature",s.UseinfoButton="useinfo-button",s.ModelingButton="modeling-button",s.ImportButton="gc-import-button",s.ExportButton="gc-export-button",s.DocumentPrintButton="document-print-button",s.SubmitButton="submit-button",s.BatchDeleteButton="batchdelete-button",s.CustomButton="custom-button",s.TableLinkButton="table-link-button",s.TableInfoButton="table-info-button",s.TableApproveButton="table-approve-button",s.OpeButton="ope-button",s.ResetButton="reset-button",s.RdoSaveButton="rdo-save-button",s.LabelPrintButton="labelprint-button",s.ProcessButton="process-button",s.ProcessApproveButton="process-approve-button",s.CreateButton="create-button",s.DeleteButton="delete-button",s.CopyButton="copy-button",s.RefreshButton="refresh-button",s.CreateVersionButton="create-version-button",s.CopyVersionButton="copy-version-button",s.Checkbox="checkbox",s.DataTable="data-table",s.TreeTable="tree-table",s.DataTableColumn="data-table-column",s.RefDataTable="ref-data-table",s.DataList="data-list",s.RdoDataList="rdo-data-list",s.DataTableOpe="data-table-ope",s.DataTableFormula="data-table-formula",s.Datepicker="datepicker",s.DateTimepicker="datetimepicker",s.Department="department",s.Form="form",s.RdoForm="rdo-form",s.RdoTable="rdo-table",s.MedProRdoForm="medprordo-form",s.MedProRdoTable="medprordo-table",s.FormProcess="form-process",s.Inputmoney="inputmoney",s.Inputnumber="inputnumber",s.InputDouble="inputdouble",s.Radio="radio",s.Select="select",s.RdoSelect="rdo-select",s.Switch="switch",s.Textarea="textarea",s.Timepicker="timepicker",s.Userpicker="userpicker",s.Search="search",s.SelectSearch="select-search",s.QuickSearch="quick-search",s.LayoutContainer="layout-container",s.ButtonContainer="button-container",s.ButtonProcessContainer="button-process-container",s.BottomButtonContainer="bottom-button-container",s.Grid="grid",s.GridCol="grid-col",s.Tabs="tabs",s.TabPane="tab-pane",s.LeftRightColumns="left-right-columns",s.TopBottomColumns="top-bottom-columns",s.LeftLayoutThree="left-layout-three",s.TopLayoutThree="top-layout-three",s.UploadFile="upload-file",s.UploadImage="upload-image",s.SubTable="sub-table",s.SubTableOpe="sub-table-ope",s.SubTableAddBtn="sub-table-add-button",s.SubTableCopyBtn="sub-table-copy-button",s.SubTableEditBtn="sub-table-edit-button",s.SubTableDeleteBtn="sub-table-delete-button",s.LinkPageBtn="link-page-button",s.Collapse="collapse",s.CardList="card-list",s.CardHeaderLeft="card-header-left",s.CardHeaderRight="card-header-right",s.CardContent="card-content",s.CardOpeBtn="card-ope-btn",s.BaseButton="base-button",s.ReadonlyCmp="readonlycmp",s.TableSelect="table-select",s.GenCheckbox="gen-checkbox",s.GenRadio="gen-radio",s.GenSwitch="gen-switch",s.WorkflowNodes="workflow-nodes",s.WorkflowNodeModal="workflow-node-modal",s.ESOP="e-sop",s.EXPRESSION="expression",s.ExpressionCondition="expression-condition",s.AGG="agg",s.DynamicFormType="dynamic-form-type",s.DynamicFormValue="dynamic-form-value",s.DynamicFormOpts="dynamic-form-options",s.DynamicFormShowType="dynamic-form-show-type",s.DynamicTable="dynamic-table",s.Transaction="transaction",s.SerialRule="serial-rule",s.LabelTemplate="label-template",s.LabelTemplateRef="label-template-ref",s.DocumentTemplate="document-template",s.Wacom="wacom",s.Text="text",s.CustomField="custom-field",s.Printer="printer",s.Descriptions="descriptions",s.RangeUser="range-user",s.GenImage="gen-image",s.TestButton="test-button",s.Iframe="iframe",s.ExcuteButton="medproexcute-button",s.SubDataTable="sub-data-table",s.Signature="signature",s.OnlineForm="online-form",s.TmplTreeSelect="tmpl-tree-select",s.Boolean="boolean",s.BizProcess="biz-process",s.ApprovalHistory="approval-history",s.FlowDiagram="flow-diagram",s))(zt||{}),qt=(s=>(s.SearchInput="SearchInput",s.SearchNumberInput="SearchNumberInput",s.SearchStringNumberInput="SearchStringNumberInput",s.SearchSwitch="SearchSwitch",s.SearchDate="SearchDate",s.SearchDateTime="SearchDateTime",s.SearchTime="SearchTime",s.SearchSelect="SearchSelect",s.SearchRdoSelect="SearchRdoSelect",s.SearchTransaction="SearchTransaction",s.SearchTmplTreeSelect="SearchTmplTreeSelect",s.SearchPrinter="SearchPrinter",s.SearchBizProcess="SearchBizProcess",s))(qt||{}),Jt=(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(Jt||{}),Qt=(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(Qt||{}),Zt=(s=>(s.TOTAL="total",s.AVERAGE="average",s))(Zt||{}),Yt=(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))(Yt||{}),es=(s=>(s.COLUMN_TEXT="COLUMN_TEXT",s.COLUMN_NUMBER="COLUMN_NUMBER",s.COLUMNTEXT_DATA="COLUMNTEXT_DATA",s.COLUMNTEXT_REF="COLUMNTEXT_REF",s.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",s.COLUMNTEXT_ORG="COLUMNTEXT_ORG",s.COLUMNTEXT_USER="COLUMNTEXT_USER",s.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",s.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",s))(es||{}),ts=(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(ts||{}),ss=(s=>(s.ASC="asc",s.DESC="desc",s))(ss||{}),ns=(s=>(s.CMP_TEXT="TEXT",s.CMP_TEXTAREA="TEXTAREA",s.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",s.CMP_BOOLEAN="BOOLEAN",s.CMP_SELECT_LIST="SELECT_LIST",s.CMP_RADIO="RADIO",s.CMP_CHECKBOX="CHECKBOX",s.CMP_DROPDOWN_SELECT="dropdownSelection",s.CMP_MODAL="modalBoxSelection",s.CMP_TREE_SELECTION="treeSelection",s.CMP_NUMBER="NUMBER",s.CMP_CURRENCY="CURRENCY",s.CMP_TIME="TIME",s))(ns||{});const Wo={TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"};var rs=(s=>(s.BindText="bindText",s.BindLongText="BindLongText",s.BindBool="bindBool",s.BindPerson="bindPerson",s.BindDept="bindDept",s.BindLink="bindLink",s.BindMulti="bindMulti",s.BindNum="bindNum",s.BindDecimal="bindDecimal",s))(rs||{});const Xo={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},jo={bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]};var ls=(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(ls||{});const zo=[m.BOOLEAN,m.DATE,m.DATE_TIME,m.DECIMAL,m.DOUBLE,m.ENUM,m.ENUM_MULTI,m.INTEGER,m.LONG,m.LONG_TEXT,m.TEXT,m.USER_MULTI,m.USER,m.TIME,m.REF_MULTI,m.REF,m.RDO_REF,m.ORG_MULTI,m.ORG,m.AGG,m.EXPRESSION,m.SERIAL,m.ONLINE_FORM_TEMPLATE,m.E_DHR_TEMPLATE,m.PRINTER,m.LABEL_TEMPLATE_REF,m.Biz_Process,m.DOCUMENT_TEMPLATE];var is=(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(is||{}),as=(s=>(s.Insert="Insert",s.Update="Update",s.Delete="Delete",s.Import="Import",s.Export="Export",s.Setting="Setting",s.Download="Download",s.Test="Test",s.Design="Design",s.Add="Add",s))(as||{}),us=(s=>(s.ResetPassword="ResetPassword",s.PermissionSetting="PermissionSetting",s.RemoveAndHandover="RemoveAndHandover",s.CategoryManagement="CategoryManagement",s.BaiscSetting="BaiscSetting",s.WatermarkSetting="WatermarkSetting",s.SecuritySetting="SecuritySetting",s.LoginSetting="LoginSetting",s.ThemeSetting="ThemeSetting",s.OrganizationSetting="OrganizationSetting",s.ApkSetting="ApkSetting",s.DevelopIconManagement="DevelopIconManagement",s.DevelopImageManagement="DevelopImageManagement",s.Reprint="Reprint",s.ViewTask="ViewTask",s.ManualTrigger="ManualTrigger",s.Setting="Setting",s.Terminate="Terminate",s.Reassign="Reassign",s.Log="Log",s.Moving="Moving",s.EnableDisable="EnableDisable",s))(us||{});const qo=["Insert","Update","Delete"],Jo=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var os=(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(os||{}),cs=(s=>(s[s.XS=480]="XS",s[s.SM=576]="SM",s[s.MD=768]="MD",s[s.LG=992]="LG",s[s.XL=1200]="XL",s[s.XXL=1600]="XXL",s))(cs||{});const x=new Map;x.set("XS",480);x.set("SM",576);x.set("MD",768);x.set("LG",992);x.set("XL",1200);x.set("XXL",1600);const gs="TIMEZONE__",Qo="TENANT__",Zo="TOKEN__",Yo="LOCALE__",ec="LOCALE__LIST",tc="LOCAL_I18N_TRANSLATE",sc="USER__INFO__",nc="ROLES__KEY__",rc="PROJ__CFG__KEY__",lc="LOCK__INFO__KEY__",ic="MULTIPLE_TABS__KEY__",ac="__APP__DARK__MODE__",uc="COMMON__LOCAL__KEY__",oc="COMMON__SESSION__KEY__",cc="DESIGNER_SESSION_CACHE_KEY";var ps=(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(ps||{}),ds=(s=>(s.EQ="eq",s.IEQ="iEq",s.NE="ne",s.INE="ine",s.GT="gt",s.GE="ge",s.LT="lt",s.LE="le",s.ISNULL="isNull",s.ISNOTNULL="isNotNull",s.LIKE="like",s.ILIKE="iLike",s.NOTLIKE="notLike",s.NOTILIKE="iNotLike",s.LEFTLIKE="leftLike",s.ILEFTLIKE="iLeftLike",s.RIGHTLIKE="rightLike",s.IRIGHTLIKE="iRightLike",s.IN="in",s.NOTIN="notIn",s.CONTAINANY="containAny",s.CONTAINALL="containAll",s.RANGE="range",s.ORANGE="oRange",s.LORANGE="loRange",s.RORANGE="roRange",s.VERSIONIN="versionIn",s))(ds||{});const gc=["in","notIn","containAny","containAll","versionIn"];var hs=(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(hs||{});const pc=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var ys=(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(ys||{}),_s=(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(_s||{}),fs=(s=>(s[s.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",s[s.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",s[s.ERROR=500]="ERROR",s[s.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",s[s.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",s))(fs||{}),b=(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(b||{}),vs=(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(vs||{}),ms=(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(ms||{}),Is=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(Is||{}),Ss=(s=>(s.submit="post",s.listByIds="get",s.getone="post",s.listAll="post",s.listByPage="post",s.listTree="post",s.save="post",s.saveOrUpdate="post",s.saveBatch="post",s.importData="post",s.exportData="post",s.remove="post",s.removeById="delete",s.removeByIds="delete",s.update="put",s.updateById="put",s.updateByIds="put",s.rdoSave="post",s.rdoListAll="post",s.rdoListByPage="post",s.rdoListVersionById="get",s.rdoSaveVersion="post",s.rdoSaveBatch="post",s.rdoUpdateVersionById="put",s.rdoRemoveVersionById="delete",s.rdoRemoveById="delete",s.rdoGetVersionById="get",s.getOne="post",s.rdoGetVersionByRefId="post",s.getById="get",s.rdoListAllVersion="post",s.rdoRefListByPage="post",s.export="post",s.import="post",s.rdoExport="post",s.rdoImport="post",s.biz_search="post",s))(Ss||{}),As=(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(As||{}),Ls=(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(Ls||{}),bs=(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(bs||{}),Ts=(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(Ts||{}),Ps=(s=>(s.CENTER="center",s.START="start",s.END="end",s))(Ps||{}),Rs=(s=>(s.HOVER="hover",s.CLICK="click",s))(Rs||{}),Es=(s=>(s.BASE_LOGIN="/login",s.BASE_TENANT="/tenant",s.BASE_HOME="/home",s.USER_CENTER="/user-center",s.PROCESS_CENTER="/process",s.MESSAGE_CENTER="/message",s.ERROR_PAGE="/exception",s.ERROR_LOG_PAGE="/error-log/list",s.USER_CENTER_PWD="/user-center/password",s))(Es||{}),Ds=(s=>(s.SUPER="super",s.TEST="test",s))(Ds||{}),Cs=(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(Cs||{}),ws=(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))(ws||{});const dc={APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"};var Os=(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(Os||{}),N=(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(N||{});class Ms{projectName=Z.PORTAL;tenantId="";lang="zh-CN";appInfo={}}class Y{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class D{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class Bs extends D{}class xs extends D{}class Us extends D{activePane=""}class Ns extends D{}class ee extends D{label="";value=null;options=[]}class ks extends D{expand=!0}class Gs extends ee{}const hc=z.defineStore("global-store",{state(){return new Ms},getters:{getAppInfo(){return this.appInfo}},actions:{getAppInfo(){return this.appInfo},setProjectName(s){this.$state.projectName=s},setTenantId(s){this.$state.tenantId=s},setLang(s){this.$state.lang=s}}});class Ks{pinia=z.createPinia();store;constructor(){z.setActivePinia(this.pinia),this.store=hc()}}function yc(s){if(s instanceof Array)s&&s.length>0&&s.splice(0,s.length);else if(s instanceof Object&&s)for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&delete s[e]}class _c{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(e){this.maxListeners=e}getSize(e){return this.map.has(e)?this.map.get(e).length:0}addListener(e,t){if(t instanceof Function){this.map.has(e)||this.map.set(e,[]);const r=this.map.get(e);if(r.length<this.maxListeners)r.push(t);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(e,t){if(this.map.has(e)){const r=this.map.get(e);if(r.length>0){for(let u=0;u<r.length;u++)if(r[u]===t){r.splice(u,1);break}}}}emit(e,...t){this.map.has(e)&&this.map.get(e).forEach(u=>{u(...t)})}async asyncEmit(e,...t){if(this.map.has(e)){const u=this.map.get(e).map(n=>n(...t));return Promise.all(u)}return[]}reset(){this.map.forEach(e=>{yc(e)}),this.map.clear()}}class Fs{constructor(e){this.e=new _c,this.e.setMaxListeners(e||300)}getSize(e){return this.e.getSize(e)}on(e,t){this.e.addListener(e,t)}off(e,t){this.e.removeListener(e,t)}emit(e,...t){this.e.emit(e,...t)}asyncEmit(e,...t){return this.e.asyncEmit(e,...t)}reset(){this.e.reset()}}const{toString:fc}=Object.prototype;function vc(s){return Ic(s)==="function"}const mc={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Undefined]":"undefined","[object Null]":"null","[object Object]":"object","[object Set]":"set","[object Map]":"map","[object WeakMap]":"weakmap"};function Ic(s){return mc[fc.call(s)]}function te(s,e,t=0,r=!1,u="/"){let n="";if(r&&!/^(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)$/.test(location.hostname)){const o=location.hostname;o.indexOf(".")!==o.lastIndexOf(".")&&(n=`;domain=${o.substring(o.indexOf("."),o.length)}`)}if(t!==0){const l=t*24*60*60*1e3,o=new Date(new Date().getTime()+l);document.cookie=`${s}=${escape(e)};path=${u};expires=${o.toUTCString()}${n}`}else document.cookie=`${s}=${escape(e)};path=${u}${n}`}function Vs(s,e){te(s,"",-1,e)}function $s(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class V{constructor(){this.items=[]}get size(){return this.items.length}callSync(e,...t){const r=e||Object.create({});let u;for(let n=0;n<this.items.length;n++){const l=this.items[n];if(l.fn&&(u=l.fn(r,...t)),u===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return r}tap(e){if(e&&vc(e)){const t={mode:"sync"};t.fn=e,this.items.push(t)}}removeTap(e){if(e)for(let t=0;t<this.items.length;t++){const r=this.items[t];e===r.fn&&this.items.splice(t,1)}}clear(){this.items=[]}}class q{map=new Map;providers=new Map;hooks={register:new V,unregister:new V};register(e,t){this.map.set(e,t);const r=t();this.providers.set(e,r),this.hooks.register.callSync(null,e,r)}unregister(e){this.map.delete(e);const t=this.providers.get(e);t&&(this.hooks.unregister.callSync(null,e,t),this.providers.delete(e))}getProvider(e){return this.providers.get(e)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}class k{static editors=new Map;static providers=new Map;static register(e,t){k.editors.set(e,t)}static unregister(e){k.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=k.editors.get(e);if(t){const r=t();return this.providers.set(e,r),r}return null}}class G{static items=new Map;static register(e,t){G.items.set(e,t)}static unregister(e){G.items.delete(e)}static create(e){const t=G.items.get(e);return t?t():null}}class J{map=new Map;hooks={register:new V,unregister:new V};register(e,t){this.map.set(e,t),this.hooks.register.callSync(null,e,t)}unregister(e){this.map.delete(e),this.hooks.unregister.callSync(null,e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}}class Hs{configs=new Map;cache=new Map;getConfig(e){return this.configs.get(e)}register(e){this.configs.set(e.tag,e),e.items&&this.cache.set(e.tag,e.items)}unregister(e){this.configs.delete(e),this.cache.delete(e)}get(e){return this.cache.get(e)||[]}async asyncGet(e,t){const r=this.configs.get(e);return r?r.mode==="static"?this.getByConfig(r):r.mode==="async"?this.cache.has(e)?this.cache.get(e)||[]:this.asyncGetByConfig(r,t):[]:[]}getByConfig(e){return e.items||[]}async asyncGetByConfig(e,t={}){if(e.fetch){const r=await e.fetch(t||{});if(r){const[u,n]=e.keys||["name","id"];return this.deepFormat(r,u,n)}}return[]}deepFormat(e,t,r){return e.map(u=>{const n={label:u[t],value:u[r]};return u.children&&u.children.length>0&&(n.options=this.deepFormat(u.children,t,r)),n})}}function Sc(s,e){return _gct.i18n.global.t(s,e)}var se=(s=>(s.PREFIX="EDITOR___",s))(se||{}),Ws=(s=>(s.LENGTH_UNIT="length-unit",s.COLOR="color",s.SPAN="span",s.TEXT="text",s.NUMBER="number",s.INFO="info",s.SELECT="select",s.RADIO="radio",s.PICKER="picker",s.I18N="i18n",s.TEXTAREA="textarea",s.DATE_RANGE="date-range",s.SWITCH="switch",s.CHECK_SWITCH="check-switch",s.ICON_SELECT="icon-select",s.CHECKBOX="checkbox",s))(Ws||{}),Xs=(s=>(s.LENGTH_UNIT="length-unit-editor",s.COLOR="color-editor",s.SPAN="span-editor",s.TEXT="text-editor",s.NUMBER="number-editor",s.INFO="info-editor",s.SELECT="select-editor",s.MODEL_SELECT="model-editor",s.Field_SELECT="field-editor",s.RADIO="radio-editor",s.PICKER="picker-editor",s.I18N="i18n-editor",s.TEXTAREA="textarea-editor",s.DATE_RANGE="date-range-editor",s.SWITCH="switch-editor",s.CHECK_SWITCH="check-switch-editor",s.ICON_SELECT="icon-select-editor",s.CHECKBOX="checkbox-editor",s.BORDER="border-editor",s.BORDER_RADIUS="border-radius-editor",s.ALIGN="align-editor",s.FONT_STYLE="font-style-editor",s.POSITION="position-editor",s.SPACING="spacing-editor",s.MARGIN="margin-editor",s))(Xs||{}),js=(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(js||{});const B={TOKEN:"gct-token",TENANT:"gct-tenant"},zs="gct",qs="/minio",Ac="is-";function O(s,e,t,r,u){let n=`${s}-${e}`;return t&&(n+=`-${t}`),r&&(n+=`__${r}`),u&&(n+=`--${u}`),n}class Js{constructor(e,t){this.block=e,this.namespace=t||zs}namespace;b(e=""){return O(this.namespace,this.block,e,"","")}e(e){return e?O(this.namespace,this.block,"",e,""):""}m(e){return e?O(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?O(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?O(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?O(this.namespace,this.block,e,"",t):""}bem(e,t,r){return e&&t&&r?O(this.namespace,this.block,e,t,r):""}is(e,t){return e&&t?`${Ac}${e}`:""}cssVar(e){const t={};for(const r in e)e[r]&&(t[this.cssVarName(r)]=e[r]);return t}cssVarBlock(e){const t={};for(const r in e)e[r]&&(t[this.cssVarBlockName(r)]=e[r]);return t}cssVarName(e){return`--${this.namespace}-${e}`}cssVarBlockName(e){return`--${this.namespace}-${this.block}-${e}`}}function Lc(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var j,ge;function bc(){if(ge)return j;ge=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,n){for(var l="",o=0,c=-1,g=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||g===1))if(c!==p-1&&g===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var y=l.lastIndexOf("/");if(y!==l.length-1){y===-1?(l="",o=0):(l=l.slice(0,y),o=l.length-1-l.lastIndexOf("/")),c=p,g=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,g=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,g=0}else a===46&&g!==-1?++g:g=-1}return l}function t(u,n){var l=n.dir||n.root,o=n.base||(n.name||"")+(n.ext||"");return l?l===n.root?l+o:l+u+o:o}var r={resolve:function(){for(var n="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var g;c>=0?g=arguments[c]:(o===void 0&&(o=process.cwd()),g=o),s(g),g.length!==0&&(n=g+"/"+n,l=g.charCodeAt(0)===47)}return n=e(n,!l),l?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(s(n),n.length===0)return".";var l=n.charCodeAt(0)===47,o=n.charCodeAt(n.length-1)===47;return n=e(n,!l),n.length===0&&!l&&(n="."),n.length>0&&o&&(n+="/"),l?"/"+n:n},isAbsolute:function(n){return s(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(n===void 0?n=o:n+="/"+o)}return n===void 0?".":r.normalize(n)},relative:function(n,l){if(s(n),s(l),n===l||(n=r.resolve(n),l=r.resolve(l),n===l))return"";for(var o=1;o<n.length&&n.charCodeAt(o)===47;++o);for(var c=n.length,g=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,y=p-a,v=g<y?g:y,f=-1,_=0;_<=v;++_){if(_===v){if(y>v){if(l.charCodeAt(a+_)===47)return l.slice(a+_+1);if(_===0)return l.slice(a+_)}else g>v&&(n.charCodeAt(o+_)===47?f=_:_===0&&(f=0));break}var A=n.charCodeAt(o+_),P=l.charCodeAt(a+_);if(A!==P)break;A===47&&(f=_)}var I="";for(_=o+f+1;_<=c;++_)(_===c||n.charCodeAt(_)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+f):(a+=f,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(n){return n},dirname:function(n){if(s(n),n.length===0)return".";for(var l=n.charCodeAt(0),o=l===47,c=-1,g=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!g){c=a;break}}else g=!1;return c===-1?o?"/":".":o&&c===1?"//":n.slice(0,c)},basename:function(n,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(n);var o=0,c=-1,g=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var p=l.length-1,y=-1;for(a=n.length-1;a>=0;--a){var v=n.charCodeAt(a);if(v===47){if(!g){o=a+1;break}}else y===-1&&(g=!1,y=a+1),p>=0&&(v===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=y))}return o===c?c=y:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!g){o=a+1;break}}else c===-1&&(g=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,g=!0,a=0,p=n.length-1;p>=0;--p){var y=n.charCodeAt(p);if(y===47){if(!g){o=p+1;break}continue}c===-1&&(g=!1,c=p+1),y===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":n.slice(l,c)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){s(n);var l={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return l;var o=n.charCodeAt(0),c=o===47,g;c?(l.root="/",g=1):g=0;for(var a=-1,p=0,y=-1,v=!0,f=n.length-1,_=0;f>=g;--f){if(o=n.charCodeAt(f),o===47){if(!v){p=f+1;break}continue}y===-1&&(v=!1,y=f+1),o===46?a===-1?a=f:_!==1&&(_=1):a!==-1&&(_=-1)}return a===-1||y===-1||_===0||_===1&&a===y-1&&a===p+1?y!==-1&&(p===0&&c?l.base=l.name=n.slice(1,y):l.base=l.name=n.slice(p,y)):(p===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,y)):(l.name=n.slice(p,a),l.base=n.slice(p,y)),l.ext=n.slice(a,y)),p>0?l.dir=n.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,j=r,j}var Tc=bc();const Q=Lc(Tc);class Pc{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(e,t,r=[]){const u=`${e}-${t}-${r.join("_")}`;if(this.cache.has(u))return this.cache.get(u);const n={client:t===K.WEB?"WEB":"MOBILE"};r.length>0&&(n.tag=r.join(","));const o=(await _gct.api.platform.plugin.postGetTenantCompList(n)).data;return o.length>0&&this.cache.set(u,o),o}static async loadPlugins(e,t=[]){const r={};if(t.length>0){const u=t.map(l=>{const o=Q.join(qs,l.url,"dist");return{imports:{[l.key]:`${o}/${e}.system.min.js?version=${l.version}`},styles:{[l.key]:`${o}/${e}.min.css?version=${l.version}`}}}),n=[];u.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(o=>{const c=async()=>{try{const g=await System.import(o);r[o]=g,this.module.set(o,g)}catch(g){console.error(g)}};n.push(c())})}),await Promise.all(n)}return r}static async loadPlugin(e,t,r){r=["common",...r];const u=`${e}-${t}-${r.join("_")}`;try{const n=await this.loadPluginConfig(e,t,r);if(!this.cacheModules.has(u)){const l=[];n.forEach(c=>{c.plugins&&l.push(...c.plugins)});const o=await this.loadPlugins(e,l);this.cacheModules.set(u,o)}return[n,this.cacheModules.get(u)]}catch(n){console.error(n)}return[[],{}]}static async loadDesignPlugin(e,t,r=[]){try{const u=await this.loadPlugin(N.DESIGN,t,r),[n,l]=u;return n.forEach(o=>{o.plugins.forEach(g=>{const a=l[g.key];if(!a){console.error(`${g.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===K.WEB){const p=a.web??a.default;p&&_gct.register.designer.web.register(g.key,()=>new p)}else{const p=a.mobile??a.default;p&&_gct.register.designer.mobile.register(g.key,()=>new p)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const r=await this.loadPlugins(N.DESIGN,t);t.forEach(u=>{const n=r[u.key];if(!n){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===K.WEB){const l=n.web??n.default;l&&_gct.register.designer.web.register(u.key,()=>new l)}else{const l=n.mobile??n.default;l&&_gct.register.designer.mobile.register(u.key,()=>new l)}})}catch(r){console.error(r)}}static async loadMobilePlugin(e=[]){try{const t=await this.loadPlugins(N.MOBILE,e);e.forEach(r=>{if(!t[r.key]){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(r.key,t[r.key].default)})}catch(t){console.error(t)}}static async loadWebPlugin(e=[]){try{const t=await this.loadPlugins(N.WEB,e);e.forEach(r=>{if(!t[r.key]){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(r.key,t[r.key].default)})}catch(t){console.error(t)}}}class Rc{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=Q.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+Q.resolve(this.baseDir,e)}}function Ec(){return $s(B.TOKEN)}function Dc(s){s?te(B.TOKEN,s,7,!0):Vs(B.TOKEN,!0)}function Cc(){return $s(B.TENANT)}function wc(s){s?te(B.TENANT,s,7,!0):Vs(B.TENANT,!0)}function Oc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const Mc=(()=>{const s=navigator.userAgent,e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,t=window.innerWidth<=768,r="ontouchstart"in window||navigator.maxTouchPoints>0;return e.test(s)||t&&r})();function Bc(){return localStorage.getItem(gs)||"UTC+08:00"}function xc(s,e,t,r){return{install(u){s&&e&&_gct.register.editor.register(se.PREFIX+s,e),t&&u.component(r??t.name,t)}}}var F=(s=>(s.DEV="dev",s.TEST="test",s.PROD="prod",s))(F||{});const Uc=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,pe=/^https?:\/\/([a-z0-9]+)-test\./,Nc=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,kc=/\/web\/|\/web-single\//,Gc=/\/web-render\//,Kc=/\/dev-single\//,Fc=/\/test-single\//;class Vc{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin,this._isHostMode=pe.test(this._platformOrigin)}get isAppRun(){return Nc.test(location.pathname)}get isAppProd(){return kc.test(location.pathname)}get isAppPreview(){return Gc.test(location.pathname)}get isDevSingleEnv(){return Kc.test(location.pathname)}get isTestEnv(){return Fc.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let e=null;if(this._isHostMode){if(e=this._platformOrigin.match(pe),this._testEnv=!!(e&&e[1]),this._testEnv){const t=await _gct.api.platform.tenant.getInfoByPortOrDomain({domain:e[1]});Object.assign(this._testTenantData,t.data)}}else{e=this._platformOrigin.match(Uc);const t=e&&e[2];if(t){const r=await _gct.api.platform.tenant.getInfoByPortOrDomain({port:t});r.data&&(Object.assign(this._testTenantData,r.data),this._testEnv=r.data.testEnvPort===t)}}}getEnv(){return this.isTestEnv?F.TEST:this.isAppProd?F.PROD:F.DEV}}class Qs{i18n=ln.createI18n({});storeUtil=new Ks;store=this.storeUtil.store;message;dictionary=new Hs;env=new Vc;register={designer:{mobile:new q,web:new q},render:{mobile:new J,web:new J},editor:k,formItem:G};api={apaas:new gi,platform:new ko};async init(){await this.env.checkIsTestEnv()}t(e,t){return this.i18n.global.t(e,t)}}class Zs{constructor(e){this.model=e,this.init()}evt=new Fs;state=new Y;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(e){e.forEach(t=>{let r=null;if((t.type==="item"||t.type==="hidden")&&(this.fields.push(t.name),this.modelMap[t.name]=t),t.type==="item"&&(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),r||(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),r||(r=_gct.register.formItem.create(t.type)),!r){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=r,t.type==="item"){const u=t;this.item[u.name]=r.createController(this,u)}else if(t.type==="hidden"){const u=t;this.item[u.name]=r.createController(this,u)}else if(t.type==="container"||t.container){const u=t;this.item[t.name]=r.createController(this,u),u.children&&this.initFormItems(u.children)}})}calcHidden(){Object.keys(this.item).forEach(t=>{const r=this.item[t];if(r.model.hidden){const u=r.model.hidden(this,r,this.state.data);u!=null&&(r.state.visible=!u)}})}getData(){const e={};return this.fields.forEach(t=>{const r=this.item[t];r&&(r.state.visible===!0||r.model.type==="hidden")&&(e[r.key]=r.value)}),e}resetData(){this.fields.forEach(e=>{const t=this.item[e];t&&t.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const e=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(t=>{const r=this.item[t];r&&(r.value=e[r.key]),r.defaultValue()}),this.state.loaded=!0,e}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(e=>{const t=this.item[e];t&&t.destroy()})}validate(){return Promise.resolve(!0)}validateItem(e){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(e=>{this.item[e].defaultValue()}),this.calcState()}mounted(){}}class $c extends Zs{initEvent(){super.initEvent(),this.evt.on("change",(e,t,r)=>{if(this.model.watch){const n=this.model.watch[e];n&&n(this,t,r)}const u=this.item[e];u&&u.model.watch&&u.model.watch(this,u,t,r),t!=r&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const e=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(e):this.model.updateRequest?this.model.updateRequest({id:this.context.id},e):Promise.resolve(e)}}function Hc(s){const e=s();return e.state=S.reactive(e.state),S.onUnmounted(()=>e.destroy()),e}class ne{model;constructor(e){this.model=e}}class Ys{constructor(e){this.model=e,this.init()}evt=new Fs;context={};params={};state=new Y;item={};provider={};load(){throw new Error("Method not implemented.")}loaded(){throw new Error("Method not implemented.")}destroy(){throw new Error("Method not implemented.")}validate(){throw new Error("Method not implemented.")}validateItem(e){throw new Error("Method not implemented.")}mounted(){throw new Error("Method not implemented.")}init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent()}initEvent(){}initFormItems(e){e.forEach(t=>{let r=null;if(t.type==="item"&&(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),r||(r=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),r||(r=_gct.register.formItem.create(t.type)),!r){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=r,t.type==="item"){const u=t;this.item[u.name]=r.createController(this,t)}else if(t.type==="container"){const u=t;this.item[t.name]=r.createController(this,t),u.children&&this.initFormItems(u.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(t=>{const r=this.state.data[t];r&&(typeof r=="object"?Array.isArray(r)?this.state.data[t]=[]:this.state.data[t]={}:this.state.data[t]=null)})}}function Wc(s){const e=new Ys(s);return e.state=S.reactive(e.state),e}class U{constructor(e,t){this.form=e,this.model=t,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new D}}function Xc(s){const e=s();return e.state=S.reactive(e.state),e}class jc extends U{type="collapse-pane";crateItemState(){return new Bs}}class zc extends U{type="collapse";crateItemState(){return new xs}}class qc extends U{type="tab";crateItemState(){return new Us}}class Jc extends U{type="tab-pane";crateItemState(){return new Ns}}class Qc extends U{type="group";crateItemState(){return new ks}}class re extends U{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=L.cloneDeep(this.form.state.data[this.key]);this.form.state.data[this.key]=e,this.form.evt.emit("change",this.key,e,t),this.state.value=e}get editorValue(){return this.model.fields?this.model.fields.map(e=>this.form.item[e].value):this.value}set editorValue(e){this.model.fields?this.model.fields.forEach((t,r)=>{this.form.item[t].value=e?.[r]}):this.value=e}init(){if(super.init(),this.model.type!=="hidden"){const{editor:e}=this.model;this.state.readonly=e.readonly,e.disabled!=null&&(this.state.disabled=e.disabled)}if(this.model.dictionary){const{mode:e}=this.model.dictionary;e==="static"&&(this.state.options=this.model.dictionary.items||[])}}defaultValue(){this.form.state.data[this.key]===void 0&&this.model.defaultValue!==void 0&&(this.form.state.data[this.key]=this.model.defaultValue)}reset(){this.model.defaultValue!==void 0?this.value=this.model.defaultValue:this.value=void 0}crateItemState(){return new ee}}class Zc extends re{type="item";async loadDictionary(e){if(this.state.options.length>0)return this.state.options;this.state.options=[],this.state.loading=!0;try{return this.model.dictionary?this.state.options=await _gct.dictionary.asyncGetByConfig(this.model.dictionary,e):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,e)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new Gs}}class Yc extends re{type="hidden"}class eg extends ne{}class tg extends ne{}function en(){return S.inject("formController")}function sg(s){let e=null;if(s){const r=en().item[s];r&&(e=S.computed({get(){return r.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&r.value==u)&&(r.value=u)}}))}else{let t=S.getCurrentInstance().proxy;const r=t.$props,u=t.$emit;e=S.computed({get:()=>r.value,set:n=>{typeof n=="string"&&(n=n.trim()),!(typeof n!="object"&&r.value==n)&&u("update:value",n)}}),t=null}return e}function ng(s,e){let t=S.getCurrentInstance().proxy;const r=t.$props,u=t.$emit,n=s?s.length:0,l=e?e.length:0,o=S.computed({get:()=>{if(!r.value)return"";let c=r.value;return n>0&&c.startsWith(s)&&(c=c.substring(n)),l>0&&c.endsWith(e)&&(c=c.substring(0,c.length-l)),c},set:c=>{if(r.value===c)return;if(typeof c=="string"&&(c=c.trim()),c==""){u("update:value","");return}let g=c;n>0&&(g=s+g),l>0&&(g=g+e),u("update:value",g)}});return t=null,o}function rg(s){const e=S.inject("modal");return e&&s&&(e.ok=s),e}function lg(s){return new Js(s)}function tn(s){return typeof s<"u"}function ig(s){const e=S.ref(s||""),t=S.ref(!1),r=S.ref(!1);return S.watch(e,u=>{tn(u)&&(r.value=!0,t.value=sn(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:r}}function sn(s,{target:e=document.body}={}){const t=document.createElement("textarea"),r=document.activeElement;t.value=s,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const u=document.getSelection();let n;u&&u.rangeCount>0&&(n=u.getRangeAt(0)),e.append(t),t.select(),t.selectionStart=0,t.selectionEnd=s.length;let l=!1;try{l=document.execCommand("copy")}catch(o){throw new Error(o)}return t.remove(),n&&u&&(u.removeAllRanges(),u.addRange(n)),r&&r.focus(),l}const M={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class ag{handle(e){console.error(e)}}class ug{handle(e){console.error(e)}}class og{handle(e){if(e.type===b.AJAX){new nn().handle(e);return}console.error(e)}}class nn{handle(e){const t=this._extractStatusCode(e.message);if(t)switch(t){case M.UNAUTHORIZED:this._handleUnauthorized();break;case M.FORBIDDEN:this._handleForbidden();break;case M.NOT_FOUND:this._handleNotFound();break;case M.INTERNAL_SERVER_ERROR:case M.BAD_GATEWAY:case M.SERVICE_UNAVAILABLE:case M.GATEWAY_TIMEOUT:this._handleServerError(t);break;default:this._handleGenericHttpError(e);break}else this._handleGenericHttpError(e)}_extractStatusCode(e){const t=e.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return t?parseInt(t[1]||t[2],10):null}_handleGenericHttpError(e){e.message.includes("Business Error")?console.debug("Handling business error:",e.message):e.message.includes("Network")?console.debug("Handling network error:",e.message):console.debug("Handling HTTP error:",e.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(e){console.warn(`Server error: ${e}`)}}class de{static _strategies=new Map;static init(){this.registerStrategy(b.SCRIPT,new ag),this.registerStrategy(b.VUE,new ug),this.registerStrategy(b.PROMISE,new og),this.registerStrategy(b.AJAX,new nn)}static getStrategy(e){return this._strategies.get(e)}static registerStrategy(e,t){this._strategies.set(e,t)}}class T{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return T._instance||(T._instance=new T),T._instance}static init(){T.getInstance()}static handleVueError(e,t,r){const u={type:b.VUE,message:`Vue Error: ${e.message} | Info: ${r}`,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(u)}static reportError(e,t=b.SCRIPT){const r={type:t,message:e.message,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(r)}_initializeStrategies(){de.init()}_processError(e){de.getStrategy(e.type)?.handle(e)}}async function cg(s){T.init(),s.config.errorHandler=(e,t,r)=>{T.handleVueError(e,t,r)},s.config.warnHandler=(e,t,r)=>{console.warn(`Vue Warning: ${e}`),r&&console.warn("Trace:",r)},window.addEventListener("error",e=>{T.reportError(new Error(e.message),b.SCRIPT)}),window.addEventListener("unhandledrejection",e=>{T.reportError(e.reason,b.PROMISE)})}async function gg(s){await cg(s),await _gct.init()}function rn(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Qs}exports.AGLINE_ENUMS=hs;exports.APP_DARK_MODE_KEY_=ac;exports.APP_LOCAL_CACHE_KEY=uc;exports.APP_SESSION_CACHE_KEY=oc;exports.ASSIGNMENTSTRATEGY_ENUM=dt;exports.AggTypes=Oe;exports.AppPublishStateEnum=is;exports.BasicAction=as;exports.BindCmpStyleEnum=ns;exports.BindCmpStyleTypeEnum=rs;exports.BizServiceEnum=Ss;exports.BorderStyle=qe;exports.BuiltinType=ft;exports.ButtonColorTheme=Ot;exports.ButtonColorType=wt;exports.ButtonGroupType=Ho;exports.ButtonOpeEnum=ys;exports.ButtonSize=Bt;exports.ButtonStyle=Mt;exports.ButtonType=Ut;exports.ButtonTypeGroup=xt;exports.ButtonType_vant=Nt;exports.COLUMNS_TYPE=at;exports.CURRENCY_ENUM=It;exports.CURRENCY_LANG_ENUM=Lt;exports.CacheTypeEnum=ps;exports.CategoryTypeEnum=_t;exports.Ch_BindCmpStyleEnum=Wo;exports.ColorEditorController=tg;exports.ContentEnum=ve;exports.ContentTypeEnum=Is;exports.CoreConst=B;exports.CreateType=Ee;exports.CustomAction=us;exports.DESIGNER_SESSION_CACHE_KEY=cc;exports.DatasourceTypeEnum=Ht;exports.DateRangeEnums=vt;exports.DefaultActions=qo;exports.Dependency_ENUM=ht;exports.DesignerRegister=q;exports.DictionaryUtil=Hs;exports.DisplayEnums=Ct;exports.DisplayType=rt;exports.EditFormController=$c;exports.EditorController=ne;exports.EditorRegister=k;exports.EditorRegisterConst=se;exports.EditorType=Ws;exports.EditorTypeOld=Xs;exports.EntityModelCategoryEnum=Ve;exports.EntityModelTypeEnum=$e;exports.ErrorTypeEnum=b;exports.EventCategory=Ze;exports.ExamineAndApproveStateEnum=Os;exports.ExceptionEnum=fs;exports.FIELD_TYPE=m;exports.FIELD_TYPE_BASIC=Te;exports.FIELD_TYPE_CATEGORY=be;exports.FIELD_TYPE_LOGIC=Pe;exports.FIELD_TYPE_TRACE=Re;exports.FieldDefaultValueTypeEnum=He;exports.FieldIconMap=Vo;exports.FieldSysVarDefaultValueEnum=We;exports.FieldTypeToJs=Fo;exports.FormCollapseController=zc;exports.FormCollapsePaneController=jc;exports.FormCollapsePaneState=Bs;exports.FormCollapseState=xs;exports.FormComponents=zt;exports.FormContainerType=js;exports.FormController=Ys;exports.FormEditItemController=re;exports.FormEditItemState=ee;exports.FormGroupController=Qc;exports.FormGroupState=ks;exports.FormHiddenItemController=Yc;exports.FormItemBasicController=U;exports.FormItemBasicState=D;exports.FormItemController=Zc;exports.FormItemRegister=G;exports.FormItemState=Gs;exports.FormState=Y;exports.FormTabController=qc;exports.FormTabPaneController=Jc;exports.FormTabPaneState=Ns;exports.FormTabState=Us;exports.GENDER_TYPE=Ge;exports.GLOBAL_TYPE=it;exports.GLOBAL_VAR_TYPE=lt;exports.GctFormController=Zs;exports.GctGlobal=Qs;exports.GlobalPiniaState=Ms;exports.GlobalStoreUtil=Ks;exports.INNER_EVENT=ut;exports.KeyMode=Et;exports.LOCALE_KEY=Yo;exports.LOCALE_LIST_KEY=ec;exports.LOCAL_I18N_TRANSLATE=tc;exports.LOCK_INFO_KEY=lc;exports.LengthUnitEditorController=eg;exports.ListTreeSearchTypeEnum=$t;exports.MULTIPLE_TABS_KEY=ic;exports.MaterialEnum=we;exports.MenuModeEnum=bs;exports.MenuSplitTyeEnum=Ts;exports.MenuType=De;exports.MenuTypeEnum=As;exports.MessageType=Ue;exports.MixSidebarTriggerEnum=Rs;exports.Namespace=Js;exports.NodesConfigTypeEnum=Me;exports.OpenMode=Ce;exports.PLUGIN_BASE_URL=qs;exports.PROJ_CFG_KEY=rc;exports.PageEnum=Es;exports.PanelEnum=je;exports.PermissionModeEnum=Ae;exports.PersonalCenterType=ke;exports.Platform=K;exports.PlatformSettingActions=Jo;exports.PluginModeEnum=N;exports.PluginPgkUtil=Pc;exports.PluginStaticResource=Rc;exports.Postion=ze;exports.PrintModeEnums=Pt;exports.ProcessStatusEnum=ws;exports.ProgressTypeEnum=nt;exports.ProjectName=Z;exports.PropGroup=Ye;exports.ROLES_KEY=nc;exports.RdoButtonOpeEnum=_s;exports.RenderRegister=J;exports.RequestEnum=ms;exports.ResetRuleType=Xt;exports.ResultEnum=vs;exports.RoleEnum=Ds;exports.RouterTransitionEnum=Le;exports.RowSelectionTypeEnums=bt;exports.SCOPE=jt;exports.SEARCH_SEVICE=ds;exports.SHOW_FIELDTYPES=$o;exports.SIDE_BAR_MINI_WIDTH=Go;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=Ko;exports.STYLE_NAMESPACE_TAG=zs;exports.SUB_TABLE_EDIT_MODE=ot;exports.SUB_TABLE_OPE_EVENT_TYPE=gt;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=ct;exports.SearchComponents=qt;exports.SelectPickerEnums=mt;exports.SessionTimeoutProcessingEnum=Se;exports.SettingButtonPositionEnum=Ie;exports.SignatureTypeEnum=Wt;exports.SizeEnum=Cs;exports.StatisticalMethodEnums=Tt;exports.StyleGroup=et;exports.TENANT_KEY=Qo;exports.TIMETYPE_ENUM=St;exports.TIMETYPE_LANG_ENUM=At;exports.TIMEZONE_KEY=gs;exports.TODO_TYPE=Ke;exports.TOKEN_KEY=Zo;exports.TableEditingMethodEnum=Ft;exports.TableSearchTypeEnum=Gt;exports.TableTypeEnum=Kt;exports.TagTypeEnum=st;exports.TextAlign=Je;exports.TextDecoration=Qe;exports.ThemeEnum=me;exports.ToolkitEnum=yt;exports.TopMenuAlignEnum=Ps;exports.TransactionMode=Dt;exports.TriggerEnum=Ls;exports.USER_INFO_KEY=sc;exports.UniqueConstraintType=xe;exports.UserServiceType=Fe;exports.VERIFICATIONCONDITIONS_TYPE=pt;exports.WidgetInScopeEnum=Vt;exports.WorkbenchType=Ne;exports.bindCmpStyleMap=jo;exports.buttonShowType=ls;exports.ch_ProcessStatusMap=dc;exports.controlConfigEnum=Qt;exports.copyTextToClipboard=sn;exports.createAppVue=gg;exports.default=rn;exports.fixedAlignENUM=Yt;exports.getPathQuery=Oc;exports.getTenant=Cc;exports.getTimezone=Bc;exports.getToken=Ec;exports.install=rn;exports.isDef=tn;exports.isMobile=Mc;exports.notSingleArr=gc;exports.openWindowEnums=Rt;exports.operateSysEnums=kt;exports.presetColor=pc;exports.screenEnum=cs;exports.screenMap=x;exports.scriptTypeEnum=Xe;exports.searchListByFieldType=zo;exports.selectionTypeEnums=Be;exports.setTenant=wc;exports.setToken=Dc;exports.sizeEnum=os;exports.sortTypeEnum=ss;exports.statisticalMethodEnum=Zt;exports.t=Sc;exports.tableColumnTypeEnum=es;exports.tableColumnWidthEnum=Jt;exports.tabsTypeENUM=ts;exports.tagEnum=tt;exports.transformBindCmp2CmpType=Xo;exports.useCopyToClipboard=ig;exports.useEditFormController=Hc;exports.useForm=en;exports.useFormController=Wc;exports.useFormItemController=Xc;exports.useGctFormValue=sg;exports.useGctFormValueByText=ng;exports.useModal=rg;exports.useNamespace=lg;exports.widthEditorInstall=xc;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Qt=require("pinia"),le=require("lodash-es"),Pa=require("axios"),Yo=require("vue-i18n"),Wt=require("vue-router"),q=require("vue"),eh=require("qs"),th=48,ah=80;var Oa=(e=>(e.FULL="full",e.FIXED="fixed",e))(Oa||{}),Ma=(e=>(e.DARK="dark",e.LIGHT="light",e))(Ma||{}),Ua=(e=>(e.AUTO="auto",e.HEADER="header",e.FIXED="fixed",e))(Ua||{}),ka=(e=>(e[e.ROUTE_JUMP=0]="ROUTE_JUMP",e[e.PAGE_COVERAGE=1]="PAGE_COVERAGE",e))(ka||{}),wa=(e=>(e.ROLE="ROLE",e.BACK="BACK",e.ROUTE_MAPPING="ROUTE_MAPPING",e.PLATFORM_ROLE="PLATFORM_ROLE",e))(wa||{}),Ga=(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))(Ga||{}),ue=(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))(ue||{}),Ha=(e=>(e.ALL="field_type_all",e.BASIC="field_type_basic",e.LOGIC="field_type_logic",e.TRACE="field_type_trace",e))(Ha||{}),U=(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))(U||{}),Ka=(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))(Ka||{}),Va=(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))(Va||{}),za=(e=>(e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e))(za||{});const sh={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=(e=>(e.SYSTEM="SYSTEM",e.USER_DEFINED="USER_DEFINED",e.BUILTIN="BUILTIN",e.CUSTOM="CUSTOM",e.PROCESS="PROCESS",e))(Wa||{}),qa=(e=>(e.CATALOG="CATALOG",e.STANDARD="STANDARD",e.LINK="LINK",e))(qa||{}),$a=(e=>(e.PRESENT="PRESENT",e.IFRAME="IFRAME",e.NEW="NEW",e))($a||{}),Xa=(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))(Xa||{});const rh={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 ja=(e=>(e.COUNT="COUNT",e.SUM="SUM",e.MAX="MAX",e.MIN="MIN",e.AVG="AVG",e))(ja||{}),Ja=(e=>(e.SPEC="spec",e.SUB_WORKFLOW="sub_workflow",e))(Ja||{}),Za=(e=>(e.None="none",e.SingleChoice="gct_radio",e.MultipleChoice="checkbox",e))(Za||{}),Ya=(e=>(e.NONE="NONE",e.GLOBAL="GLOBAL",e.LEVEL="LEVEL",e.LOGIC="LOGIC",e))(Ya||{}),es=(e=>(e.ALL="all",e.UNREAD="unread",e))(es||{}),ts=(e=>(e.TEST="myTestApp",e.QUICK="quickAccess",e.MY="myApp",e))(ts||{}),as=(e=>(e.PROFILE="profile",e.GENDER="gender",e.ENTERPRISE="enterprise",e))(as||{}),ss=(e=>(e.FEMALE="female",e.MALE="male",e.PRIVARY="privary",e))(ss||{}),rs=(e=>(e.TODO="todo",e.APPLICATION="application",e.DONE="done",e.DELEGATE="delegate",e))(rs||{});const oh=[U.TEXT,U.LONG_TEXT,U.LONG,U.INTEGER,U.DECIMAL,U.DOUBLE,U.SERIAL];var os=(e=>(e.SCRIPT_SERVICE="SCRIPT_SERVICE",e.SQL_SERVICE="SQL_SERVICE",e.SO_SERVICE="SO_SERVICE",e.BUILTIN_SERVICE="SYS_BUILTIN",e))(os||{}),hs=(e=>(e.ENTITY="entity",e.DATA="data",e.VIEW="view",e))(hs||{}),ds=(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))(ds||{}),is=(e=>(e.NONE="NONE",e.FIXED="FIXED",e.SYS_VAR="SYS_VAR",e))(is||{}),ps=(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))(ps||{}),ls=(e=>(e.EVENT="event",e.BUSINESSSERVICE="businessService",e.TIMER="timer",e))(ls||{}),us=(e=>(e.PAGE="page",e.HISTORY="history",e.GLOBAL="global",e.WIDGET="widget",e.CHANGE_DESIGN="changeDesign",e))(us||{}),ns=(e=>(e.STATIC="static",e.RELATIVE="relative",e.ABSOLUTE="absolute",e.FIXED="fixed",e.STICKY="sticky",e))(ns||{}),ms=(e=>(e.NONE="none",e.SOLID="solid",e.DOTTED="dotted",e.DASHED="dashed",e.DOUBLE="double",e))(ms||{}),fs=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.JUSTIFY="justify",e))(fs||{}),gs=(e=>(e.LINETHROUGH="line-through",e.UNDERLINE="underline",e.NONE="none",e))(gs||{}),ys=(e=>(e.INNER="inner",e.JS="js",e.LO="lo",e))(ys||{}),cs=(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))(cs||{}),Ds=(e=>(e.LAYOUT="layout",e.STYLE="style",e.BACKGROUND="background",e.MARGIN="margin",e.BORDER="border",e.HEADER="header",e))(Ds||{}),xs=(e=>(e.TAG="tag",e.PROGRESS="progress",e))(xs||{}),Qs=(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))(Qs||{}),vs=(e=>(e.CIRCLE="circle",e.LINE="line",e))(vs||{}),As=(e=>(e.RULE="rule",e.CONFIG="config",e))(As||{}),Es=(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))(Es||{}),Bs=(e=>(e.MODAL="modal",e.EVENT="event",e.VAR="var",e))(Bs||{}),Cs=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(Cs||{}),Is=(e=>(e.CLOSE_MODAL="__CLOSEMODAL__",e.OPEN_MODAL="__OPENMODAL__",e.REFRESH_TABLE="__REFRESHTABLE__",e))(Is||{}),bs=(e=>(e.INLINE="inline",e.MODAL="modal",e))(bs||{}),Ls=(e=>(e.DELETE="delete",e.COPY="copy",e))(Ls||{}),_s=(e=>(e.DELETE="delete",e.EDIT="edit",e.COPY="copy",e))(_s||{}),Ns=(e=>(e.JS="js",e))(Ns||{}),Rs=(e=>(e.alwaysCover="alwaysCover",e.notCovered="notCovered",e))(Rs||{}),Ss=(e=>(e.HIDDEN="hidden",e.READONLY="readonly",e.DISABLED="disabled",e.REQUIRED="required",e.ASSIGNMENT="assignment",e))(Ss||{}),Ts=(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))(Ts||{}),Fs=(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))(Fs||{}),Ne=(e=>(e.WEB="web",e.MOBILE="mobile",e))(Ne||{}),Ps=(e=>(e.MODAL="modal",e.MODAL_BODY="modalBody",e.MODAL_FOOTER="modalFooter",e.BottomButtonContainer="bottom-button-container",e))(Ps||{}),Os=(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))(Os||{}),Ms=(e=>(e.DROPDOWN_SELECTION="dropdownSelection",e.TREE_SELECTION="treeSelection",e.MODAL_BOX_SELECTION="modalBoxSelection",e))(Ms||{}),Us=(e=>(e["¥"]="¥",e.$="$",e.S$="S$",e))(Us||{}),ks=(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))(ks||{}),ws=(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))(ws||{}),Gs=(e=>(e["¥"]="chMoney",e.$="usMoney",e.S$="sgpMoney",e))(Gs||{}),Hs=(e=>(e.SingleChoice="radio",e.MultipleChoice="checkbox",e))(Hs||{}),Ks=(e=>(e.Current="current",e.Whole="whole",e))(Ks||{}),Vs=(e=>(e.Local="local",e.Server="server",e.PREVIEW_PRINT="PreviewPrint",e.DIRECT_PRINTING="DirectPrinting",e))(Vs||{}),zs=(e=>(e.OPEN="open",e.APPROVE="linkApprove",e))(zs||{}),Ws=(e=>(e.SYSTEM="system",e.TRANSACTION="transaction",e))(Ws||{}),qs=(e=>(e.CURRENT="current",e.REFERENCE="reference",e))(qs||{}),$s=(e=>(e.BLOCK="block",e.INLINE_BLOCK="inline-block",e))($s||{}),Xs=(e=>(e.DEFAULT="default",e.LINK="link",e))(Xs||{}),js=(e=>(e.DEFAULT="default",e.PRIMARY="primary",e.ERROR="error",e.WARNING="warning",e.SUCCESS="success",e))(js||{}),Js=(e=>(e.ORDINARY="ordinary",e.SQUARE="square",e))(Js||{}),Zs=(e=>(e.SMALL="small",e.DEFAULT="middle",e.LARGE="large",e))(Zs||{}),Ys=(e=>(e.TEXT="TEXT",e.ICON_TEXT="ICON_TEXT",e.ICON="ICON",e))(Ys||{}),er=(e=>(e.PRIMARY="primary",e.DEFAULT="default",e.DASHED="dashed",e.LINK="link",e))(er||{}),tr=(e=>(e.PRIMARY="primary",e.DANGER="danger",e.DEFAULT="default",e))(tr||{});const hh={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 ar=(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))(ar||{}),sr=(e=>(e.NONE="none",e.EMBEDDED="embedded",e.EXTERNAL="external",e))(sr||{}),rr=(e=>(e.DEFAULT="default",e.EMBED="embed",e.SUB="sub",e))(rr||{}),or=(e=>(e.DEFAULTEDITING="defaultEditing",e.CLICKTOENTEREDITING="clickToEnterEditing",e))(or||{}),hr=(e=>(e.GCT="gct",e.GCT_MODAL="gct-modal",e.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",e))(hr||{}),dr=(e=>(e.ALL="ALL",e.SEARCH="SEARCH",e.SEARCHALL="SEARCHALL",e.LEVEL="LEVEL",e.CHILDREN="CHILDREN",e))(dr||{}),ir=(e=>(e.REALTIMEDATASOURCE="realTimeDataSource",e.SERVICEDATASOURCE="serviceDataSource",e))(ir||{}),pr=(e=>(e.SIGNATURE_ONLY="signature_only",e.SIGNATURE_DATE="signature_date",e.SIGNATURE_DATETIME="signature_datetime",e))(pr||{}),lr=(e=>(e.WIPE_DATA="wipe_data",e.REFRESHDATA="refresh_data",e))(lr||{}),ur=(e=>(e.PAGE="page",e.MODAL="modal",e))(ur||{}),nr=(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))(nr||{}),mr=(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))(mr||{}),fr=(e=>(e.ATUO="selfAdaption",e.ENUMERATION="fixed",e.PERCENTAGE="percentage",e))(fr||{}),gr=(e=>(e.NULL="NULL",e.STRING="空字符串",e.ZERO="0",e))(gr||{}),yr=(e=>(e.TOTAL="total",e.AVERAGE="average",e))(yr||{}),cr=(e=>(e.RIGHT="right",e.NONE="",e.LEFT="left",e))(cr||{}),Dr=(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))(Dr||{}),xr=(e=>(e.LINE="line",e.CARD="card",e.TEXt="text",e.CAPSULE="capsule",e.CUSTOM="custom",e))(xr||{}),Qr=(e=>(e.ASC="asc",e.DESC="desc",e))(Qr||{}),vr=(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))(vr||{});const dh={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 Ar=(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))(Ar||{});const ih={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},ph={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 Er=(e=>(e.FOLD_ALL="foldAll",e.FOLD_PART="foldPart",e))(Er||{});const lh=[U.BOOLEAN,U.DATE,U.DATE_TIME,U.DECIMAL,U.DOUBLE,U.ENUM,U.ENUM_MULTI,U.INTEGER,U.LONG,U.LONG_TEXT,U.TEXT,U.USER_MULTI,U.USER,U.TIME,U.REF_MULTI,U.REF,U.RDO_REF,U.ORG_MULTI,U.ORG,U.AGG,U.EXPRESSION,U.SERIAL,U.ONLINE_FORM_TEMPLATE,U.E_DHR_TEMPLATE,U.PRINTER,U.LABEL_TEMPLATE_REF,U.Biz_Process,U.DOCUMENT_TEMPLATE];var Br=(e=>(e.SUCCESS="SUCCESS",e.FAILURE="FAILURE",e.PREPARING="PREPARING",e.EVENTING="EVENTING",e.PROCESSIING="PROCESSIING",e.DEPLOYING="DEPLOYING",e))(Br||{}),Cr=(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))(Cr||{}),Ir=(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))(Ir||{});const uh=["Insert","Update","Delete"],nh=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var br=(e=>(e.XS="XS",e.SM="SM",e.MD="MD",e.LG="LG",e.XL="XL",e.XXL="XXL",e))(br||{}),Lr=(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))(Lr||{});const me=new Map;me.set("XS",480);me.set("SM",576);me.set("MD",768);me.set("LG",992);me.set("XL",1200);me.set("XXL",1600);const _r="TIMEZONE__",mh="TENANT__",fh="TOKEN__",gh="LOCALE__",yh="LOCALE__LIST",ch="LOCAL_I18N_TRANSLATE",Dh="USER__INFO__",xh="ROLES__KEY__",Qh="PROJ__CFG__KEY__",vh="LOCK__INFO__KEY__",Ah="MULTIPLE_TABS__KEY__",Eh="__APP__DARK__MODE__",Bh="COMMON__LOCAL__KEY__",Ch="COMMON__SESSION__KEY__",Ih="DESIGNER_SESSION_CACHE_KEY";var Nr=(e=>(e[e.SESSION=0]="SESSION",e[e.LOCAL=1]="LOCAL",e))(Nr||{}),Rr=(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))(Rr||{});const bh=["in","notIn","containAny","containAll","versionIn"];var Sr=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.BETWEEN="between",e))(Sr||{});const Lh=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var Tr=(e=>(e[e.SINGLELINE=0]="SINGLELINE",e[e.HEAD=1]="HEAD",e[e.BATCH=2]="BATCH",e[e.SINGLELINE_RDO=3]="SINGLELINE_RDO",e))(Tr||{}),Fr=(e=>(e[e.parentVersion=0]="parentVersion",e[e.childVersion=1]="childVersion",e))(Fr||{}),Pr=(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))(Pr||{}),te=(e=>(e.VUE="vue",e.SCRIPT="script",e.RESOURCE="resource",e.AJAX="ajax",e.PROMISE="promise",e))(te||{}),Or=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Or||{}),Mr=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Mr||{}),Ur=(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))(Ur||{}),kr=(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))(kr||{}),wr=(e=>(e.SIDEBAR="sidebar",e.MIX_SIDEBAR="mix-sidebar",e.MIX="mix",e.TOP_MENU="top-menu",e))(wr||{}),Gr=(e=>(e.NONE="NONE",e.FOOTER="FOOTER",e.HEADER="HEADER",e))(Gr||{}),Hr=(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e.VERTICAL_RIGHT="vertical-right",e.INLINE="inline",e))(Hr||{}),Kr=(e=>(e[e.NONE=0]="NONE",e[e.TOP=1]="TOP",e[e.LEFT=2]="LEFT",e))(Kr||{}),Vr=(e=>(e.CENTER="center",e.START="start",e.END="end",e))(Vr||{}),zr=(e=>(e.HOVER="hover",e.CLICK="click",e))(zr||{}),Wr=(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))(Wr||{}),qr=(e=>(e.SUPER="super",e.TEST="test",e))(qr||{}),$r=(e=>(e.DEFAULT="default",e.SMALL="small",e.LARGE="large",e))($r||{}),Xr=(e=>(e.APPROVING="APPROVING",e.COMPLETED="COMPLETED",e.REFUSED="REFUSED",e.REJECTED="REJECTED",e.TERMINATED="TERMINATED",e.WITHDRAWN="WITHDRAWN",e))(Xr||{});const _h={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 jr=(e=>(e.MY_APPLICATION="myApplication",e.MY_AGENT="myAgent",e.MY_DONE="myDone",e.MY_CUSTOM="myCustom",e.MY_CUSTOM_Modal="myCustomModal",e))(jr||{}),Qe=(e=>(e.DESIGN="design",e.WEB="web",e.MOBILE="mobile",e))(Qe||{});class Jr{projectName=ue.PORTAL;tenantId="";lang="zh-CN";appInfo={};userInfo={};tenantUserInfo={}}class Ct{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class he{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class Zr extends he{}class Yr extends he{}class eo extends he{activePane=""}class to extends he{}class It extends he{label="";value=null;options=[]}class ao extends he{expand=!0}class so extends It{}function ro(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function oo(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 Fe={exports:{}},ho=require("../internals/global-this"),io=require("../internals/function-call"),bt=require("../internals/array-buffer-view-core"),Nh=require("../internals/length-of-array-like"),Rh=require("../internals/to-offset"),Sh=require("../internals/to-object"),po=require("../internals/fails"),Th=ho.RangeError,vt=ho.Int8Array,qt=vt&&vt.prototype,lo=qt&&qt.set,Fh=bt.aTypedArray,Ph=bt.exportTypedArrayMethod,At=!po(function(){var e=new Uint8ClampedArray(2);return io(lo,e,{length:1,0:3},1),e[1]!==3}),Oh=At&&bt.NATIVE_ARRAY_BUFFER_VIEWS&&po(function(){var e=new vt(2);return e.set(1),e.set("2",1),e[0]!==0||e[1]!==2});Ph("set",function(a){Fh(this);var s=Rh(arguments.length>1?arguments[1]:void 0,1),t=Sh(a);if(At)return io(lo,this,t,s);var h=this.length,o=Nh(t),p=0;if(o+s>h)throw new Th("Wrong length");for(;p<o;)this[s+p]=t[p++]},!At||Oh);(function(e,a){typeof exports=="object"?module.exports=exports=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(y){var Q;return i.prototype=y,Q=new i,i.prototype=null,Q}})(),p={},u=p.lib={},m=u.Base=(function(){return{extend:function(i){var y=o(this);return i&&y.mixIn(i),(!y.hasOwnProperty("init")||this.init===y.init)&&(y.init=function(){y.$super.init.apply(this,arguments)}),y.init.prototype=y,y.$super=this,y},create:function(){var i=this.extend();return i.init.apply(i,arguments),i},init:function(){},mixIn:function(i){for(var y in i)i.hasOwnProperty(y)&&(this[y]=i[y]);i.hasOwnProperty("toString")&&(this.toString=i.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),r=u.WordArray=m.extend({init:function(i,y){i=this.words=i||[],y!=s?this.sigBytes=y:this.sigBytes=i.length*4},toString:function(i){return(i||x).stringify(this)},concat:function(i){var y=this.words,Q=i.words,c=this.sigBytes,D=i.sigBytes;if(this.clamp(),c%4)for(var A=0;A<D;A++){var E=Q[A>>>2]>>>24-A%4*8&255;y[c+A>>>2]|=E<<24-(c+A)%4*8}else for(var C=0;C<D;C+=4)y[c+C>>>2]=Q[C>>>2];return this.sigBytes+=D,this},clamp:function(){var i=this.words,y=this.sigBytes;i[y>>>2]&=4294967295<<32-y%4*8,i.length=a.ceil(y/4)},clone:function(){var i=m.clone.call(this);return i.words=this.words.slice(0),i},random:function(i){for(var y=[],Q=0;Q<i;Q+=4)y.push(h());return new r.init(y,i)}}),d=p.enc={},x=d.Hex={stringify:function(i){for(var y=i.words,Q=i.sigBytes,c=[],D=0;D<Q;D++){var A=y[D>>>2]>>>24-D%4*8&255;c.push((A>>>4).toString(16)),c.push((A&15).toString(16))}return c.join("")},parse:function(i){for(var y=i.length,Q=[],c=0;c<y;c+=2)Q[c>>>3]|=parseInt(i.substr(c,2),16)<<24-c%8*4;return new r.init(Q,y/2)}},l=d.Latin1={stringify:function(i){for(var y=i.words,Q=i.sigBytes,c=[],D=0;D<Q;D++){var A=y[D>>>2]>>>24-D%4*8&255;c.push(String.fromCharCode(A))}return c.join("")},parse:function(i){for(var y=i.length,Q=[],c=0;c<y;c++)Q[c>>>2]|=(i.charCodeAt(c)&255)<<24-c%4*8;return new r.init(Q,y)}},f=d.Utf8={stringify:function(i){try{return decodeURIComponent(escape(l.stringify(i)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(i){return l.parse(unescape(encodeURIComponent(i)))}},n=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 y,Q=this._data,c=Q.words,D=Q.sigBytes,A=this.blockSize,E=A*4,C=D/E;i?C=a.ceil(C):C=a.max((C|0)-this._minBufferSize,0);var I=C*A,T=a.min(I*4,D);if(I){for(var v=0;v<I;v+=A)this._doProcessBlock(c,v);y=c.splice(0,I),Q.sigBytes-=T}return new r.init(y,T)},clone:function(){var i=m.clone.call(this);return i._data=this._data.clone(),i},_minBufferSize:0});u.Hasher=n.extend({cfg:m.extend(),init:function(i){this.cfg=this.cfg.extend(i),this.reset()},reset:function(){n.reset.call(this),this._doReset()},update:function(i){return this._append(i),this._process(),this},finalize:function(i){i&&this._append(i);var y=this._doFinalize();return y},blockSize:16,_createHelper:function(i){return function(y,Q){return new i.init(Q).finalize(y)}},_createHmacHelper:function(i){return function(y,Q){return new g.HMAC.init(i,Q).finalize(y)}}});var g=p.algo={};return p})(Math);return e});const Mh=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),k=oo(Mh);var Pe={exports:{}},Uh=Pe.exports,$t;function yt(){return $t||($t=1,(function(e,a){(function(s,t){e.exports=t(k)})(Uh,function(s){return(function(t){var h=s,o=h.lib,p=o.Base,u=o.WordArray,m=h.x64={};m.Word=p.extend({init:function(r,d){this.high=r,this.low=d}}),m.WordArray=p.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,x=[],l=0;l<d;l++){var f=r[l];x.push(f.high),x.push(f.low)}return u.create(x,this.sigBytes)},clone:function(){for(var r=p.clone.call(this),d=r.words=this.words.slice(0),x=d.length,l=0;l<x;l++)d[l]=d[l].clone();return r}})})(),s})})(Pe)),Pe.exports}(function(e,a){typeof exports=="object"?module.exports=exports=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(p){if(p instanceof ArrayBuffer&&(p=new Uint8Array(p)),(p instanceof Int8Array||typeof Uint8ClampedArray<"u"&&p instanceof Uint8ClampedArray||p instanceof Int16Array||p instanceof Uint16Array||p instanceof Int32Array||p instanceof Uint32Array||p instanceof Float32Array||p instanceof Float64Array)&&(p=new Uint8Array(p.buffer,p.byteOffset,p.byteLength)),p instanceof Uint8Array){for(var u=p.byteLength,m=[],r=0;r<u;r++)m[r>>>2]|=p[r]<<24-r%4*8;h.call(this,m,u)}else h.apply(this,arguments)};o.prototype=t}})(),e.lib.WordArray});const kh=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),wh=oo(kh);var Oe={exports:{}},Gh=Oe.exports,Xt;function Hh(){return Xt||(Xt=1,(function(e,a){(function(s,t){e.exports=t(k)})(Gh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=t.enc;p.Utf16=p.Utf16BE={stringify:function(m){for(var r=m.words,d=m.sigBytes,x=[],l=0;l<d;l+=2){var f=r[l>>>2]>>>16-l%4*8&65535;x.push(String.fromCharCode(f))}return x.join("")},parse:function(m){for(var r=m.length,d=[],x=0;x<r;x++)d[x>>>1]|=m.charCodeAt(x)<<16-x%2*16;return o.create(d,r*2)}},p.Utf16LE={stringify:function(m){for(var r=m.words,d=m.sigBytes,x=[],l=0;l<d;l+=2){var f=u(r[l>>>2]>>>16-l%4*8&65535);x.push(String.fromCharCode(f))}return x.join("")},parse:function(m){for(var r=m.length,d=[],x=0;x<r;x++)d[x>>>1]|=u(m.charCodeAt(x)<<16-x%2*16);return o.create(d,r*2)}};function u(m){return m<<8&4278255360|m>>>8&16711935}})(),s.enc.Utf16})})(Oe)),Oe.exports}var Me={exports:{}},Kh=Me.exports,jt;function fe(){return jt||(jt=1,(function(e,a){(function(s,t){e.exports=t(k)})(Kh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=t.enc;p.Base64={stringify:function(m){var r=m.words,d=m.sigBytes,x=this._map;m.clamp();for(var l=[],f=0;f<d;f+=3)for(var n=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,y=n<<16|g<<8|i,Q=0;Q<4&&f+Q*.75<d;Q++)l.push(x.charAt(y>>>6*(3-Q)&63));var c=x.charAt(64);if(c)for(;l.length%4;)l.push(c);return l.join("")},parse:function(m){var r=m.length,d=this._map,x=this._reverseMap;if(!x){x=this._reverseMap=[];for(var l=0;l<d.length;l++)x[d.charCodeAt(l)]=l}var f=d.charAt(64);if(f){var n=m.indexOf(f);n!==-1&&(r=n)}return u(m,r,x)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function u(m,r,d){for(var x=[],l=0,f=0;f<r;f++)if(f%4){var n=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=n|g;x[l>>>2]|=i<<24-l%4*8,l++}return o.create(x,l)}})(),s.enc.Base64})})(Me)),Me.exports}var Ue={exports:{}},Vh=Ue.exports,Jt;function zh(){return Jt||(Jt=1,(function(e,a){(function(s,t){e.exports=t(k)})(Vh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=t.enc;p.Base64url={stringify:function(m,r){r===void 0&&(r=!0);var d=m.words,x=m.sigBytes,l=r?this._safe_map:this._map;m.clamp();for(var f=[],n=0;n<x;n+=3)for(var g=d[n>>>2]>>>24-n%4*8&255,i=d[n+1>>>2]>>>24-(n+1)%4*8&255,y=d[n+2>>>2]>>>24-(n+2)%4*8&255,Q=g<<16|i<<8|y,c=0;c<4&&n+c*.75<x;c++)f.push(l.charAt(Q>>>6*(3-c)&63));var D=l.charAt(64);if(D)for(;f.length%4;)f.push(D);return f.join("")},parse:function(m,r){r===void 0&&(r=!0);var d=m.length,x=r?this._safe_map:this._map,l=this._reverseMap;if(!l){l=this._reverseMap=[];for(var f=0;f<x.length;f++)l[x.charCodeAt(f)]=f}var n=x.charAt(64);if(n){var g=m.indexOf(n);g!==-1&&(d=g)}return u(m,d,l)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function u(m,r,d){for(var x=[],l=0,f=0;f<r;f++)if(f%4){var n=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=n|g;x[l>>>2]|=i<<24-l%4*8,l++}return o.create(x,l)}})(),s.enc.Base64url})})(Ue)),Ue.exports}var ke={exports:{}},Wh=ke.exports,Zt;function ge(){return Zt||(Zt=1,(function(e,a){(function(s,t){e.exports=t(k)})(Wh,function(s){return(function(t){var h=s,o=h.lib,p=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 p.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(g,i){for(var y=0;y<16;y++){var Q=i+y,c=g[Q];g[Q]=(c<<8|c>>>24)&16711935|(c<<24|c>>>8)&4278255360}var D=this._hash.words,A=g[i+0],E=g[i+1],C=g[i+2],I=g[i+3],T=g[i+4],v=g[i+5],B=g[i+6],N=g[i+7],L=g[i+8],F=g[i+9],P=g[i+10],O=g[i+11],V=g[i+12],w=g[i+13],H=g[i+14],G=g[i+15],b=D[0],R=D[1],S=D[2],_=D[3];b=x(b,R,S,_,A,7,r[0]),_=x(_,b,R,S,E,12,r[1]),S=x(S,_,b,R,C,17,r[2]),R=x(R,S,_,b,I,22,r[3]),b=x(b,R,S,_,T,7,r[4]),_=x(_,b,R,S,v,12,r[5]),S=x(S,_,b,R,B,17,r[6]),R=x(R,S,_,b,N,22,r[7]),b=x(b,R,S,_,L,7,r[8]),_=x(_,b,R,S,F,12,r[9]),S=x(S,_,b,R,P,17,r[10]),R=x(R,S,_,b,O,22,r[11]),b=x(b,R,S,_,V,7,r[12]),_=x(_,b,R,S,w,12,r[13]),S=x(S,_,b,R,H,17,r[14]),R=x(R,S,_,b,G,22,r[15]),b=l(b,R,S,_,E,5,r[16]),_=l(_,b,R,S,B,9,r[17]),S=l(S,_,b,R,O,14,r[18]),R=l(R,S,_,b,A,20,r[19]),b=l(b,R,S,_,v,5,r[20]),_=l(_,b,R,S,P,9,r[21]),S=l(S,_,b,R,G,14,r[22]),R=l(R,S,_,b,T,20,r[23]),b=l(b,R,S,_,F,5,r[24]),_=l(_,b,R,S,H,9,r[25]),S=l(S,_,b,R,I,14,r[26]),R=l(R,S,_,b,L,20,r[27]),b=l(b,R,S,_,w,5,r[28]),_=l(_,b,R,S,C,9,r[29]),S=l(S,_,b,R,N,14,r[30]),R=l(R,S,_,b,V,20,r[31]),b=f(b,R,S,_,v,4,r[32]),_=f(_,b,R,S,L,11,r[33]),S=f(S,_,b,R,O,16,r[34]),R=f(R,S,_,b,H,23,r[35]),b=f(b,R,S,_,E,4,r[36]),_=f(_,b,R,S,T,11,r[37]),S=f(S,_,b,R,N,16,r[38]),R=f(R,S,_,b,P,23,r[39]),b=f(b,R,S,_,w,4,r[40]),_=f(_,b,R,S,A,11,r[41]),S=f(S,_,b,R,I,16,r[42]),R=f(R,S,_,b,B,23,r[43]),b=f(b,R,S,_,F,4,r[44]),_=f(_,b,R,S,V,11,r[45]),S=f(S,_,b,R,G,16,r[46]),R=f(R,S,_,b,C,23,r[47]),b=n(b,R,S,_,A,6,r[48]),_=n(_,b,R,S,N,10,r[49]),S=n(S,_,b,R,H,15,r[50]),R=n(R,S,_,b,v,21,r[51]),b=n(b,R,S,_,V,6,r[52]),_=n(_,b,R,S,I,10,r[53]),S=n(S,_,b,R,P,15,r[54]),R=n(R,S,_,b,E,21,r[55]),b=n(b,R,S,_,L,6,r[56]),_=n(_,b,R,S,G,10,r[57]),S=n(S,_,b,R,B,15,r[58]),R=n(R,S,_,b,w,21,r[59]),b=n(b,R,S,_,T,6,r[60]),_=n(_,b,R,S,O,10,r[61]),S=n(S,_,b,R,C,15,r[62]),R=n(R,S,_,b,F,21,r[63]),D[0]=D[0]+b|0,D[1]=D[1]+R|0,D[2]=D[2]+S|0,D[3]=D[3]+_|0},_doFinalize:function(){var g=this._data,i=g.words,y=this._nDataBytes*8,Q=g.sigBytes*8;i[Q>>>5]|=128<<24-Q%32;var c=t.floor(y/4294967296),D=y;i[(Q+64>>>9<<4)+15]=(c<<8|c>>>24)&16711935|(c<<24|c>>>8)&4278255360,i[(Q+64>>>9<<4)+14]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,g.sigBytes=(i.length+1)*4,this._process();for(var A=this._hash,E=A.words,C=0;C<4;C++){var I=E[C];E[C]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360}return A},clone:function(){var g=u.clone.call(this);return g._hash=this._hash.clone(),g}});function x(g,i,y,Q,c,D,A){var E=g+(i&y|~i&Q)+c+A;return(E<<D|E>>>32-D)+i}function l(g,i,y,Q,c,D,A){var E=g+(i&Q|y&~Q)+c+A;return(E<<D|E>>>32-D)+i}function f(g,i,y,Q,c,D,A){var E=g+(i^y^Q)+c+A;return(E<<D|E>>>32-D)+i}function n(g,i,y,Q,c,D,A){var E=g+(y^(i|~Q))+c+A;return(E<<D|E>>>32-D)+i}h.MD5=u._createHelper(d),h.HmacMD5=u._createHmacHelper(d)})(Math),s.MD5})})(ke)),ke.exports}var we={exports:{}},qh=we.exports,Yt;function uo(){return Yt||(Yt=1,(function(e,a){(function(s,t){e.exports=t(k)})(qh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=h.Hasher,u=t.algo,m=[],r=u.SHA1=p.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,x){for(var l=this._hash.words,f=l[0],n=l[1],g=l[2],i=l[3],y=l[4],Q=0;Q<80;Q++){if(Q<16)m[Q]=d[x+Q]|0;else{var c=m[Q-3]^m[Q-8]^m[Q-14]^m[Q-16];m[Q]=c<<1|c>>>31}var D=(f<<5|f>>>27)+y+m[Q];Q<20?D+=(n&g|~n&i)+1518500249:Q<40?D+=(n^g^i)+1859775393:Q<60?D+=(n&g|n&i|g&i)-1894007588:D+=(n^g^i)-899497514,y=i,i=g,g=n<<30|n>>>2,n=f,f=D}l[0]=l[0]+f|0,l[1]=l[1]+n|0,l[2]=l[2]+g|0,l[3]=l[3]+i|0,l[4]=l[4]+y|0},_doFinalize:function(){var d=this._data,x=d.words,l=this._nDataBytes*8,f=d.sigBytes*8;return x[f>>>5]|=128<<24-f%32,x[(f+64>>>9<<4)+14]=Math.floor(l/4294967296),x[(f+64>>>9<<4)+15]=l,d.sigBytes=x.length*4,this._process(),this._hash},clone:function(){var d=p.clone.call(this);return d._hash=this._hash.clone(),d}});t.SHA1=p._createHelper(r),t.HmacSHA1=p._createHmacHelper(r)})(),s.SHA1})})(we)),we.exports}var Ge={exports:{}},$h=Ge.exports,ea;function Lt(){return ea||(ea=1,(function(e,a){(function(s,t){e.exports=t(k)})($h,function(s){return(function(t){var h=s,o=h.lib,p=o.WordArray,u=o.Hasher,m=h.algo,r=[],d=[];(function(){function f(y){for(var Q=t.sqrt(y),c=2;c<=Q;c++)if(!(y%c))return!1;return!0}function n(y){return(y-(y|0))*4294967296|0}for(var g=2,i=0;i<64;)f(g)&&(i<8&&(r[i]=n(t.pow(g,1/2))),d[i]=n(t.pow(g,1/3)),i++),g++})();var x=[],l=m.SHA256=u.extend({_doReset:function(){this._hash=new p.init(r.slice(0))},_doProcessBlock:function(f,n){for(var g=this._hash.words,i=g[0],y=g[1],Q=g[2],c=g[3],D=g[4],A=g[5],E=g[6],C=g[7],I=0;I<64;I++){if(I<16)x[I]=f[n+I]|0;else{var T=x[I-15],v=(T<<25|T>>>7)^(T<<14|T>>>18)^T>>>3,B=x[I-2],N=(B<<15|B>>>17)^(B<<13|B>>>19)^B>>>10;x[I]=v+x[I-7]+N+x[I-16]}var L=D&A^~D&E,F=i&y^i&Q^y&Q,P=(i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22),O=(D<<26|D>>>6)^(D<<21|D>>>11)^(D<<7|D>>>25),V=C+O+L+d[I]+x[I],w=P+F;C=E,E=A,A=D,D=c+V|0,c=Q,Q=y,y=i,i=V+w|0}g[0]=g[0]+i|0,g[1]=g[1]+y|0,g[2]=g[2]+Q|0,g[3]=g[3]+c|0,g[4]=g[4]+D|0,g[5]=g[5]+A|0,g[6]=g[6]+E|0,g[7]=g[7]+C|0},_doFinalize:function(){var f=this._data,n=f.words,g=this._nDataBytes*8,i=f.sigBytes*8;return n[i>>>5]|=128<<24-i%32,n[(i+64>>>9<<4)+14]=t.floor(g/4294967296),n[(i+64>>>9<<4)+15]=g,f.sigBytes=n.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(l),h.HmacSHA256=u._createHmacHelper(l)})(Math),s.SHA256})})(Ge)),Ge.exports}var He={exports:{}},Xh=He.exports,ta;function jh(){return ta||(ta=1,(function(e,a){(function(s,t,h){e.exports=t(k,Lt())})(Xh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=t.algo,u=p.SHA256,m=p.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})})(He)),He.exports}var Ke={exports:{}},Jh=Ke.exports,aa;function no(){return aa||(aa=1,(function(e,a){(function(s,t,h){e.exports=t(k,yt())})(Jh,function(s){return(function(){var t=s,h=t.lib,o=h.Hasher,p=t.x64,u=p.Word,m=p.WordArray,r=t.algo;function d(){return u.create.apply(u,arguments)}var x=[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)],l=[];(function(){for(var n=0;n<80;n++)l[n]=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(n,g){for(var i=this._hash.words,y=i[0],Q=i[1],c=i[2],D=i[3],A=i[4],E=i[5],C=i[6],I=i[7],T=y.high,v=y.low,B=Q.high,N=Q.low,L=c.high,F=c.low,P=D.high,O=D.low,V=A.high,w=A.low,H=E.high,G=E.low,b=C.high,R=C.low,S=I.high,_=I.low,z=T,K=v,$=B,M=N,Ee=L,ce=F,ct=P,Be=O,Y=V,X=w,Re=H,Ce=G,Se=b,Ie=R,Dt=S,be=_,ee=0;ee<80;ee++){var J,se,Te=l[ee];if(ee<16)se=Te.high=n[g+ee*2]|0,J=Te.low=n[g+ee*2+1]|0;else{var Ft=l[ee-15],De=Ft.high,Le=Ft.low,wo=(De>>>1|Le<<31)^(De>>>8|Le<<24)^De>>>7,Pt=(Le>>>1|De<<31)^(Le>>>8|De<<24)^(Le>>>7|De<<25),Ot=l[ee-2],xe=Ot.high,_e=Ot.low,Go=(xe>>>19|_e<<13)^(xe<<3|_e>>>29)^xe>>>6,Mt=(_e>>>19|xe<<13)^(_e<<3|xe>>>29)^(_e>>>6|xe<<26),Ut=l[ee-7],Ho=Ut.high,Ko=Ut.low,kt=l[ee-16],Vo=kt.high,wt=kt.low;J=Pt+Ko,se=wo+Ho+(J>>>0<Pt>>>0?1:0),J=J+Mt,se=se+Go+(J>>>0<Mt>>>0?1:0),J=J+wt,se=se+Vo+(J>>>0<wt>>>0?1:0),Te.high=se,Te.low=J}var zo=Y&Re^~Y&Se,Gt=X&Ce^~X&Ie,Wo=z&$^z&Ee^$&Ee,qo=K&M^K&ce^M&ce,$o=(z>>>28|K<<4)^(z<<30|K>>>2)^(z<<25|K>>>7),Ht=(K>>>28|z<<4)^(K<<30|z>>>2)^(K<<25|z>>>7),Xo=(Y>>>14|X<<18)^(Y>>>18|X<<14)^(Y<<23|X>>>9),jo=(X>>>14|Y<<18)^(X>>>18|Y<<14)^(X<<23|Y>>>9),Kt=x[ee],Jo=Kt.high,Vt=Kt.low,j=be+jo,re=Dt+Xo+(j>>>0<be>>>0?1:0),j=j+Gt,re=re+zo+(j>>>0<Gt>>>0?1:0),j=j+Vt,re=re+Jo+(j>>>0<Vt>>>0?1:0),j=j+J,re=re+se+(j>>>0<J>>>0?1:0),zt=Ht+qo,Zo=$o+Wo+(zt>>>0<Ht>>>0?1:0);Dt=Se,be=Ie,Se=Re,Ie=Ce,Re=Y,Ce=X,X=Be+j|0,Y=ct+re+(X>>>0<Be>>>0?1:0)|0,ct=Ee,Be=ce,Ee=$,ce=M,$=z,M=K,K=j+zt|0,z=re+Zo+(K>>>0<j>>>0?1:0)|0}v=y.low=v+K,y.high=T+z+(v>>>0<K>>>0?1:0),N=Q.low=N+M,Q.high=B+$+(N>>>0<M>>>0?1:0),F=c.low=F+ce,c.high=L+Ee+(F>>>0<ce>>>0?1:0),O=D.low=O+Be,D.high=P+ct+(O>>>0<Be>>>0?1:0),w=A.low=w+X,A.high=V+Y+(w>>>0<X>>>0?1:0),G=E.low=G+Ce,E.high=H+Re+(G>>>0<Ce>>>0?1:0),R=C.low=R+Ie,C.high=b+Se+(R>>>0<Ie>>>0?1:0),_=I.low=_+be,I.high=S+Dt+(_>>>0<be>>>0?1:0)},_doFinalize:function(){var n=this._data,g=n.words,i=this._nDataBytes*8,y=n.sigBytes*8;g[y>>>5]|=128<<24-y%32,g[(y+128>>>10<<5)+30]=Math.floor(i/4294967296),g[(y+128>>>10<<5)+31]=i,n.sigBytes=g.length*4,this._process();var Q=this._hash.toX32();return Q},clone:function(){var n=o.clone.call(this);return n._hash=this._hash.clone(),n},blockSize:1024/32});t.SHA512=o._createHelper(f),t.HmacSHA512=o._createHmacHelper(f)})(),s.SHA512})})(Ke)),Ke.exports}var Ve={exports:{}},Zh=Ve.exports,sa;function Yh(){return sa||(sa=1,(function(e,a){(function(s,t,h){e.exports=t(k,yt(),no())})(Zh,function(s){return(function(){var t=s,h=t.x64,o=h.Word,p=h.WordArray,u=t.algo,m=u.SHA512,r=u.SHA384=m.extend({_doReset:function(){this._hash=new p.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})})(Ve)),Ve.exports}var ze={exports:{}},e0=ze.exports,ra;function t0(){return ra||(ra=1,(function(e,a){(function(s,t,h){e.exports=t(k,yt())})(e0,function(s){return(function(t){var h=s,o=h.lib,p=o.WordArray,u=o.Hasher,m=h.x64,r=m.Word,d=h.algo,x=[],l=[],f=[];(function(){for(var i=1,y=0,Q=0;Q<24;Q++){x[i+5*y]=(Q+1)*(Q+2)/2%64;var c=y%5,D=(2*i+3*y)%5;i=c,y=D}for(var i=0;i<5;i++)for(var y=0;y<5;y++)l[i+5*y]=y+(2*i+3*y)%5*5;for(var A=1,E=0;E<24;E++){for(var C=0,I=0,T=0;T<7;T++){if(A&1){var v=(1<<T)-1;v<32?I^=1<<v:C^=1<<v-32}A&128?A=A<<1^113:A<<=1}f[E]=r.create(C,I)}})();var n=[];(function(){for(var i=0;i<25;i++)n[i]=r.create()})();var g=d.SHA3=u.extend({cfg:u.cfg.extend({outputLength:512}),_doReset:function(){for(var i=this._state=[],y=0;y<25;y++)i[y]=new r.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(i,y){for(var Q=this._state,c=this.blockSize/2,D=0;D<c;D++){var A=i[y+2*D],E=i[y+2*D+1];A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360;var C=Q[D];C.high^=E,C.low^=A}for(var I=0;I<24;I++){for(var T=0;T<5;T++){for(var v=0,B=0,N=0;N<5;N++){var C=Q[T+5*N];v^=C.high,B^=C.low}var L=n[T];L.high=v,L.low=B}for(var T=0;T<5;T++)for(var F=n[(T+4)%5],P=n[(T+1)%5],O=P.high,V=P.low,v=F.high^(O<<1|V>>>31),B=F.low^(V<<1|O>>>31),N=0;N<5;N++){var C=Q[T+5*N];C.high^=v,C.low^=B}for(var w=1;w<25;w++){var v,B,C=Q[w],H=C.high,G=C.low,b=x[w];b<32?(v=H<<b|G>>>32-b,B=G<<b|H>>>32-b):(v=G<<b-32|H>>>64-b,B=H<<b-32|G>>>64-b);var R=n[l[w]];R.high=v,R.low=B}var S=n[0],_=Q[0];S.high=_.high,S.low=_.low;for(var T=0;T<5;T++)for(var N=0;N<5;N++){var w=T+5*N,C=Q[w],z=n[w],K=n[(T+1)%5+5*N],$=n[(T+2)%5+5*N];C.high=z.high^~K.high&$.high,C.low=z.low^~K.low&$.low}var C=Q[0],M=f[I];C.high^=M.high,C.low^=M.low}},_doFinalize:function(){var i=this._data,y=i.words;this._nDataBytes*8;var Q=i.sigBytes*8,c=this.blockSize*32;y[Q>>>5]|=1<<24-Q%32,y[(t.ceil((Q+1)/c)*c>>>5)-1]|=128,i.sigBytes=y.length*4,this._process();for(var D=this._state,A=this.cfg.outputLength/8,E=A/8,C=[],I=0;I<E;I++){var T=D[I],v=T.high,B=T.low;v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,C.push(B),C.push(v)}return new p.init(C,A)},clone:function(){for(var i=u.clone.call(this),y=i._state=this._state.slice(0),Q=0;Q<25;Q++)y[Q]=y[Q].clone();return i}});h.SHA3=u._createHelper(g),h.HmacSHA3=u._createHmacHelper(g)})(Math),s.SHA3})})(ze)),ze.exports}var We={exports:{}},a0=We.exports,oa;function s0(){return oa||(oa=1,(function(e,a){(function(s,t){e.exports=t(k)})(a0,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,p=o.WordArray,u=o.Hasher,m=h.algo,r=p.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=p.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]),x=p.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]),l=p.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=p.create([0,1518500249,1859775393,2400959708,2840853838]),n=p.create([1352829926,1548603684,1836072691,2053994217,0]),g=m.RIPEMD160=u.extend({_doReset:function(){this._hash=p.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(E,C){for(var I=0;I<16;I++){var T=C+I,v=E[T];E[T]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360}var B=this._hash.words,N=f.words,L=n.words,F=r.words,P=d.words,O=x.words,V=l.words,w,H,G,b,R,S,_,z,K,$;S=w=B[0],_=H=B[1],z=G=B[2],K=b=B[3],$=R=B[4];for(var M,I=0;I<80;I+=1)M=w+E[C+F[I]]|0,I<16?M+=i(H,G,b)+N[0]:I<32?M+=y(H,G,b)+N[1]:I<48?M+=Q(H,G,b)+N[2]:I<64?M+=c(H,G,b)+N[3]:M+=D(H,G,b)+N[4],M=M|0,M=A(M,O[I]),M=M+R|0,w=R,R=b,b=A(G,10),G=H,H=M,M=S+E[C+P[I]]|0,I<16?M+=D(_,z,K)+L[0]:I<32?M+=c(_,z,K)+L[1]:I<48?M+=Q(_,z,K)+L[2]:I<64?M+=y(_,z,K)+L[3]:M+=i(_,z,K)+L[4],M=M|0,M=A(M,V[I]),M=M+$|0,S=$,$=K,K=A(z,10),z=_,_=M;M=B[1]+G+K|0,B[1]=B[2]+b+$|0,B[2]=B[3]+R+S|0,B[3]=B[4]+w+_|0,B[4]=B[0]+H+z|0,B[0]=M},_doFinalize:function(){var E=this._data,C=E.words,I=this._nDataBytes*8,T=E.sigBytes*8;C[T>>>5]|=128<<24-T%32,C[(T+64>>>9<<4)+14]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,E.sigBytes=(C.length+1)*4,this._process();for(var v=this._hash,B=v.words,N=0;N<5;N++){var L=B[N];B[N]=(L<<8|L>>>24)&16711935|(L<<24|L>>>8)&4278255360}return v},clone:function(){var E=u.clone.call(this);return E._hash=this._hash.clone(),E}});function i(E,C,I){return E^C^I}function y(E,C,I){return E&C|~E&I}function Q(E,C,I){return(E|~C)^I}function c(E,C,I){return E&I|C&~I}function D(E,C,I){return E^(C|~I)}function A(E,C){return E<<C|E>>>32-C}h.RIPEMD160=u._createHelper(g),h.HmacRIPEMD160=u._createHmacHelper(g)})(),s.RIPEMD160})})(We)),We.exports}var qe={exports:{}},r0=qe.exports,ha;function _t(){return ha||(ha=1,(function(e,a){(function(s,t){e.exports=t(k)})(r0,function(s){(function(){var t=s,h=t.lib,o=h.Base,p=t.enc,u=p.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 x=r.blockSize,l=x*4;d.sigBytes>l&&(d=r.finalize(d)),d.clamp();for(var f=this._oKey=d.clone(),n=this._iKey=d.clone(),g=f.words,i=n.words,y=0;y<x;y++)g[y]^=1549556828,i[y]^=909522486;f.sigBytes=n.sigBytes=l,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,x=d.finalize(r);d.reset();var l=d.finalize(this._oKey.clone().concat(x));return l}})})()})})(qe)),qe.exports}var $e={exports:{}},o0=$e.exports,da;function h0(){return da||(da=1,(function(e,a){(function(s,t,h){e.exports=t(k,Lt(),_t())})(o0,function(s){return(function(){var t=s,h=t.lib,o=h.Base,p=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(x){this.cfg=this.cfg.extend(x)},compute:function(x,l){for(var f=this.cfg,n=r.create(f.hasher,x),g=p.create(),i=p.create([1]),y=g.words,Q=i.words,c=f.keySize,D=f.iterations;y.length<c;){var A=n.update(l).finalize(i);n.reset();for(var E=A.words,C=E.length,I=A,T=1;T<D;T++){I=n.finalize(I),n.reset();for(var v=I.words,B=0;B<C;B++)E[B]^=v[B]}g.concat(A),Q[0]++}return g.sigBytes=c*4,g}});t.PBKDF2=function(x,l,f){return d.create(f).compute(x,l)}})(),s.PBKDF2})})($e)),$e.exports}var Xe={exports:{}},d0=Xe.exports,ia;function de(){return ia||(ia=1,(function(e,a){(function(s,t,h){e.exports=t(k,uo(),_t())})(d0,function(s){return(function(){var t=s,h=t.lib,o=h.Base,p=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,x){for(var l,f=this.cfg,n=f.hasher.create(),g=p.create(),i=g.words,y=f.keySize,Q=f.iterations;i.length<y;){l&&n.update(l),l=n.update(d).finalize(x),n.reset();for(var c=1;c<Q;c++)l=n.finalize(l),n.reset();g.concat(l)}return g.sigBytes=y*4,g}});t.EvpKDF=function(d,x,l){return r.create(l).compute(d,x)}})(),s.EvpKDF})})(Xe)),Xe.exports}var je={exports:{}},i0=je.exports,pa;function W(){return pa||(pa=1,(function(e,a){(function(s,t,h){e.exports=t(k,de())})(i0,function(s){s.lib.Cipher||(function(t){var h=s,o=h.lib,p=o.Base,u=o.WordArray,m=o.BufferedBlockAlgorithm,r=h.enc;r.Utf8;var d=r.Base64,x=h.algo,l=x.EvpKDF,f=o.Cipher=m.extend({cfg:p.extend(),createEncryptor:function(v,B){return this.create(this._ENC_XFORM_MODE,v,B)},createDecryptor:function(v,B){return this.create(this._DEC_XFORM_MODE,v,B)},init:function(v,B,N){this.cfg=this.cfg.extend(N),this._xformMode=v,this._key=B,this.reset()},reset:function(){m.reset.call(this),this._doReset()},process:function(v){return this._append(v),this._process()},finalize:function(v){v&&this._append(v);var B=this._doFinalize();return B},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function v(B){return typeof B=="string"?T:E}return function(B){return{encrypt:function(N,L,F){return v(L).encrypt(B,N,L,F)},decrypt:function(N,L,F){return v(L).decrypt(B,N,L,F)}}}})()});o.StreamCipher=f.extend({_doFinalize:function(){var v=this._process(!0);return v},blockSize:1});var n=h.mode={},g=o.BlockCipherMode=p.extend({createEncryptor:function(v,B){return this.Encryptor.create(v,B)},createDecryptor:function(v,B){return this.Decryptor.create(v,B)},init:function(v,B){this._cipher=v,this._iv=B}}),i=n.CBC=(function(){var v=g.extend();v.Encryptor=v.extend({processBlock:function(N,L){var F=this._cipher,P=F.blockSize;B.call(this,N,L,P),F.encryptBlock(N,L),this._prevBlock=N.slice(L,L+P)}}),v.Decryptor=v.extend({processBlock:function(N,L){var F=this._cipher,P=F.blockSize,O=N.slice(L,L+P);F.decryptBlock(N,L),B.call(this,N,L,P),this._prevBlock=O}});function B(N,L,F){var P,O=this._iv;O?(P=O,this._iv=t):P=this._prevBlock;for(var V=0;V<F;V++)N[L+V]^=P[V]}return v})(),y=h.pad={},Q=y.Pkcs7={pad:function(v,B){for(var N=B*4,L=N-v.sigBytes%N,F=L<<24|L<<16|L<<8|L,P=[],O=0;O<L;O+=4)P.push(F);var V=u.create(P,L);v.concat(V)},unpad:function(v){var B=v.words[v.sigBytes-1>>>2]&255;v.sigBytes-=B}};o.BlockCipher=f.extend({cfg:f.cfg.extend({mode:i,padding:Q}),reset:function(){var v;f.reset.call(this);var B=this.cfg,N=B.iv,L=B.mode;this._xformMode==this._ENC_XFORM_MODE?v=L.createEncryptor:(v=L.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==v?this._mode.init(this,N&&N.words):(this._mode=v.call(L,this,N&&N.words),this._mode.__creator=v)},_doProcessBlock:function(v,B){this._mode.processBlock(v,B)},_doFinalize:function(){var v,B=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(B.pad(this._data,this.blockSize),v=this._process(!0)):(v=this._process(!0),B.unpad(v)),v},blockSize:128/32});var c=o.CipherParams=p.extend({init:function(v){this.mixIn(v)},toString:function(v){return(v||this.formatter).stringify(this)}}),D=h.format={},A=D.OpenSSL={stringify:function(v){var B,N=v.ciphertext,L=v.salt;return L?B=u.create([1398893684,1701076831]).concat(L).concat(N):B=N,B.toString(d)},parse:function(v){var B,N=d.parse(v),L=N.words;return L[0]==1398893684&&L[1]==1701076831&&(B=u.create(L.slice(2,4)),L.splice(0,4),N.sigBytes-=16),c.create({ciphertext:N,salt:B})}},E=o.SerializableCipher=p.extend({cfg:p.extend({format:A}),encrypt:function(v,B,N,L){L=this.cfg.extend(L);var F=v.createEncryptor(N,L),P=F.finalize(B),O=F.cfg;return c.create({ciphertext:P,key:N,iv:O.iv,algorithm:v,mode:O.mode,padding:O.padding,blockSize:v.blockSize,formatter:L.format})},decrypt:function(v,B,N,L){L=this.cfg.extend(L),B=this._parse(B,L.format);var F=v.createDecryptor(N,L).finalize(B.ciphertext);return F},_parse:function(v,B){return typeof v=="string"?B.parse(v,this):v}}),C=h.kdf={},I=C.OpenSSL={execute:function(v,B,N,L,F){if(L||(L=u.random(64/8)),F)var P=l.create({keySize:B+N,hasher:F}).compute(v,L);else var P=l.create({keySize:B+N}).compute(v,L);var O=u.create(P.words.slice(B),N*4);return P.sigBytes=B*4,c.create({key:P,iv:O,salt:L})}},T=o.PasswordBasedCipher=E.extend({cfg:E.cfg.extend({kdf:I}),encrypt:function(v,B,N,L){L=this.cfg.extend(L);var F=L.kdf.execute(N,v.keySize,v.ivSize,L.salt,L.hasher);L.iv=F.iv;var P=E.encrypt.call(this,v,B,F.key,L);return P.mixIn(F),P},decrypt:function(v,B,N,L){L=this.cfg.extend(L),B=this._parse(B,L.format);var F=L.kdf.execute(N,v.keySize,v.ivSize,B.salt,L.hasher);L.iv=F.iv;var P=E.decrypt.call(this,v,B,F.key,L);return P}})})()})})(je)),je.exports}var Je={exports:{}},p0=Je.exports,la;function l0(){return la||(la=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(p0,function(s){return s.mode.CFB=(function(){var t=s.lib.BlockCipherMode.extend();t.Encryptor=t.extend({processBlock:function(o,p){var u=this._cipher,m=u.blockSize;h.call(this,o,p,m,u),this._prevBlock=o.slice(p,p+m)}}),t.Decryptor=t.extend({processBlock:function(o,p){var u=this._cipher,m=u.blockSize,r=o.slice(p,p+m);h.call(this,o,p,m,u),this._prevBlock=r}});function h(o,p,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 x=0;x<u;x++)o[p+x]^=r[x]}return t})(),s.mode.CFB})})(Je)),Je.exports}var Ze={exports:{}},u0=Ze.exports,ua;function n0(){return ua||(ua=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(u0,function(s){return s.mode.CTR=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,p){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 x=d.slice(0);u.encryptBlock(x,0),d[m-1]=d[m-1]+1|0;for(var l=0;l<m;l++)o[p+l]^=x[l]}});return t.Decryptor=h,t})(),s.mode.CTR})})(Ze)),Ze.exports}var Ye={exports:{}},m0=Ye.exports,na;function f0(){return na||(na=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(m0,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 p=t.Encryptor=t.extend({processBlock:function(u,m){var r=this._cipher,d=r.blockSize,x=this._iv,l=this._counter;x&&(l=this._counter=x.slice(0),this._iv=void 0),o(l);var f=l.slice(0);r.encryptBlock(f,0);for(var n=0;n<d;n++)u[m+n]^=f[n]}});return t.Decryptor=p,t})(),s.mode.CTRGladman})})(Ye)),Ye.exports}var et={exports:{}},g0=et.exports,ma;function y0(){return ma||(ma=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(g0,function(s){return s.mode.OFB=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,p){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 x=0;x<m;x++)o[p+x]^=d[x]}});return t.Decryptor=h,t})(),s.mode.OFB})})(et)),et.exports}var tt={exports:{}},c0=tt.exports,fa;function D0(){return fa||(fa=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(c0,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})})(tt)),tt.exports}var at={exports:{}},x0=at.exports,ga;function Q0(){return ga||(ga=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(x0,function(s){return s.pad.AnsiX923={pad:function(t,h){var o=t.sigBytes,p=h*4,u=p-o%p,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})})(at)),at.exports}var st={exports:{}},v0=st.exports,ya;function A0(){return ya||(ya=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(v0,function(s){return s.pad.Iso10126={pad:function(t,h){var o=h*4,p=o-t.sigBytes%o;t.concat(s.lib.WordArray.random(p-1)).concat(s.lib.WordArray.create([p<<24],1))},unpad:function(t){var h=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=h}},s.pad.Iso10126})})(st)),st.exports}var rt={exports:{}},E0=rt.exports,ca;function B0(){return ca||(ca=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(E0,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})})(rt)),rt.exports}var ot={exports:{}},C0=ot.exports,Da;function I0(){return Da||(Da=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(C0,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})})(ot)),ot.exports}var ht={exports:{}},b0=ht.exports,xa;function L0(){return xa||(xa=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(b0,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})})(ht)),ht.exports}var dt={exports:{}},_0=dt.exports,Qa;function N0(){return Qa||(Qa=1,(function(e,a){(function(s,t,h){e.exports=t(k,W())})(_0,function(s){return(function(t){var h=s,o=h.lib,p=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 x=m.parse(d);return p.create({ciphertext:x})}}})(),s.format.Hex})})(dt)),dt.exports}var it={exports:{}},R0=it.exports,va;function S0(){return va||(va=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(R0,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,p=t.algo,u=[],m=[],r=[],d=[],x=[],l=[],f=[],n=[],g=[],i=[];(function(){for(var c=[],D=0;D<256;D++)D<128?c[D]=D<<1:c[D]=D<<1^283;for(var A=0,E=0,D=0;D<256;D++){var C=E^E<<1^E<<2^E<<3^E<<4;C=C>>>8^C&255^99,u[A]=C,m[C]=A;var I=c[A],T=c[I],v=c[T],B=c[C]*257^C*16843008;r[A]=B<<24|B>>>8,d[A]=B<<16|B>>>16,x[A]=B<<8|B>>>24,l[A]=B;var B=v*16843009^T*65537^I*257^A*16843008;f[C]=B<<24|B>>>8,n[C]=B<<16|B>>>16,g[C]=B<<8|B>>>24,i[C]=B,A?(A=I^c[c[c[v^I]]],E^=c[c[E]]):A=E=1}})();var y=[0,1,2,4,8,16,32,64,128,27,54],Q=p.AES=o.extend({_doReset:function(){var c;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var D=this._keyPriorReset=this._key,A=D.words,E=D.sigBytes/4,C=this._nRounds=E+6,I=(C+1)*4,T=this._keySchedule=[],v=0;v<I;v++)v<E?T[v]=A[v]:(c=T[v-1],v%E?E>6&&v%E==4&&(c=u[c>>>24]<<24|u[c>>>16&255]<<16|u[c>>>8&255]<<8|u[c&255]):(c=c<<8|c>>>24,c=u[c>>>24]<<24|u[c>>>16&255]<<16|u[c>>>8&255]<<8|u[c&255],c^=y[v/E|0]<<24),T[v]=T[v-E]^c);for(var B=this._invKeySchedule=[],N=0;N<I;N++){var v=I-N;if(N%4)var c=T[v];else var c=T[v-4];N<4||v<=4?B[N]=c:B[N]=f[u[c>>>24]]^n[u[c>>>16&255]]^g[u[c>>>8&255]]^i[u[c&255]]}}},encryptBlock:function(c,D){this._doCryptBlock(c,D,this._keySchedule,r,d,x,l,u)},decryptBlock:function(c,D){var A=c[D+1];c[D+1]=c[D+3],c[D+3]=A,this._doCryptBlock(c,D,this._invKeySchedule,f,n,g,i,m);var A=c[D+1];c[D+1]=c[D+3],c[D+3]=A},_doCryptBlock:function(c,D,A,E,C,I,T,v){for(var B=this._nRounds,N=c[D]^A[0],L=c[D+1]^A[1],F=c[D+2]^A[2],P=c[D+3]^A[3],O=4,V=1;V<B;V++){var w=E[N>>>24]^C[L>>>16&255]^I[F>>>8&255]^T[P&255]^A[O++],H=E[L>>>24]^C[F>>>16&255]^I[P>>>8&255]^T[N&255]^A[O++],G=E[F>>>24]^C[P>>>16&255]^I[N>>>8&255]^T[L&255]^A[O++],b=E[P>>>24]^C[N>>>16&255]^I[L>>>8&255]^T[F&255]^A[O++];N=w,L=H,F=G,P=b}var w=(v[N>>>24]<<24|v[L>>>16&255]<<16|v[F>>>8&255]<<8|v[P&255])^A[O++],H=(v[L>>>24]<<24|v[F>>>16&255]<<16|v[P>>>8&255]<<8|v[N&255])^A[O++],G=(v[F>>>24]<<24|v[P>>>16&255]<<16|v[N>>>8&255]<<8|v[L&255])^A[O++],b=(v[P>>>24]<<24|v[N>>>16&255]<<16|v[L>>>8&255]<<8|v[F&255])^A[O++];c[D]=w,c[D+1]=H,c[D+2]=G,c[D+3]=b},keySize:256/32});t.AES=o._createHelper(Q)})(),s.AES})})(it)),it.exports}var pt={exports:{}},T0=pt.exports,Aa;function F0(){return Aa||(Aa=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(T0,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,p=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],x=[{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}],l=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],f=u.DES=p.extend({_doReset:function(){for(var y=this._key,Q=y.words,c=[],D=0;D<56;D++){var A=m[D]-1;c[D]=Q[A>>>5]>>>31-A%32&1}for(var E=this._subKeys=[],C=0;C<16;C++){for(var I=E[C]=[],T=d[C],D=0;D<24;D++)I[D/6|0]|=c[(r[D]-1+T)%28]<<31-D%6,I[4+(D/6|0)]|=c[28+(r[D+24]-1+T)%28]<<31-D%6;I[0]=I[0]<<1|I[0]>>>31;for(var D=1;D<7;D++)I[D]=I[D]>>>(D-1)*4+3;I[7]=I[7]<<5|I[7]>>>27}for(var v=this._invSubKeys=[],D=0;D<16;D++)v[D]=E[15-D]},encryptBlock:function(y,Q){this._doCryptBlock(y,Q,this._subKeys)},decryptBlock:function(y,Q){this._doCryptBlock(y,Q,this._invSubKeys)},_doCryptBlock:function(y,Q,c){this._lBlock=y[Q],this._rBlock=y[Q+1],n.call(this,4,252645135),n.call(this,16,65535),g.call(this,2,858993459),g.call(this,8,16711935),n.call(this,1,1431655765);for(var D=0;D<16;D++){for(var A=c[D],E=this._lBlock,C=this._rBlock,I=0,T=0;T<8;T++)I|=x[T][((C^A[T])&l[T])>>>0];this._lBlock=C,this._rBlock=E^I}var v=this._lBlock;this._lBlock=this._rBlock,this._rBlock=v,n.call(this,1,1431655765),g.call(this,8,16711935),g.call(this,2,858993459),n.call(this,16,65535),n.call(this,4,252645135),y[Q]=this._lBlock,y[Q+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function n(y,Q){var c=(this._lBlock>>>y^this._rBlock)&Q;this._rBlock^=c,this._lBlock^=c<<y}function g(y,Q){var c=(this._rBlock>>>y^this._lBlock)&Q;this._lBlock^=c,this._rBlock^=c<<y}t.DES=p._createHelper(f);var i=u.TripleDES=p.extend({_doReset:function(){var y=this._key,Q=y.words;if(Q.length!==2&&Q.length!==4&&Q.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var c=Q.slice(0,2),D=Q.length<4?Q.slice(0,2):Q.slice(2,4),A=Q.length<6?Q.slice(0,2):Q.slice(4,6);this._des1=f.createEncryptor(o.create(c)),this._des2=f.createEncryptor(o.create(D)),this._des3=f.createEncryptor(o.create(A))},encryptBlock:function(y,Q){this._des1.encryptBlock(y,Q),this._des2.decryptBlock(y,Q),this._des3.encryptBlock(y,Q)},decryptBlock:function(y,Q){this._des3.decryptBlock(y,Q),this._des2.encryptBlock(y,Q),this._des1.decryptBlock(y,Q)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=p._createHelper(i)})(),s.TripleDES})})(pt)),pt.exports}var lt={exports:{}},P0=lt.exports,Ea;function O0(){return Ea||(Ea=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(P0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,p=t.algo,u=p.RC4=o.extend({_doReset:function(){for(var d=this._key,x=d.words,l=d.sigBytes,f=this._S=[],n=0;n<256;n++)f[n]=n;for(var n=0,g=0;n<256;n++){var i=n%l,y=x[i>>>2]>>>24-i%4*8&255;g=(g+f[n]+y)%256;var Q=f[n];f[n]=f[g],f[g]=Q}this._i=this._j=0},_doProcessBlock:function(d,x){d[x]^=m.call(this)},keySize:256/32,ivSize:0});function m(){for(var d=this._S,x=this._i,l=this._j,f=0,n=0;n<4;n++){x=(x+1)%256,l=(l+d[x])%256;var g=d[x];d[x]=d[l],d[l]=g,f|=d[(d[x]+d[l])%256]<<24-n*8}return this._i=x,this._j=l,f}t.RC4=o._createHelper(u);var r=p.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})})(lt)),lt.exports}var ut={exports:{}},M0=ut.exports,Ba;function U0(){return Ba||(Ba=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(M0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,p=t.algo,u=[],m=[],r=[],d=p.Rabbit=o.extend({_doReset:function(){for(var l=this._key.words,f=this.cfg.iv,n=0;n<4;n++)l[n]=(l[n]<<8|l[n]>>>24)&16711935|(l[n]<<24|l[n]>>>8)&4278255360;var g=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],i=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var n=0;n<4;n++)x.call(this);for(var n=0;n<8;n++)i[n]^=g[n+4&7];if(f){var y=f.words,Q=y[0],c=y[1],D=(Q<<8|Q>>>24)&16711935|(Q<<24|Q>>>8)&4278255360,A=(c<<8|c>>>24)&16711935|(c<<24|c>>>8)&4278255360,E=D>>>16|A&4294901760,C=A<<16|D&65535;i[0]^=D,i[1]^=E,i[2]^=A,i[3]^=C,i[4]^=D,i[5]^=E,i[6]^=A,i[7]^=C;for(var n=0;n<4;n++)x.call(this)}},_doProcessBlock:function(l,f){var n=this._X;x.call(this),u[0]=n[0]^n[5]>>>16^n[3]<<16,u[1]=n[2]^n[7]>>>16^n[5]<<16,u[2]=n[4]^n[1]>>>16^n[7]<<16,u[3]=n[6]^n[3]>>>16^n[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,l[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function x(){for(var l=this._X,f=this._C,n=0;n<8;n++)m[n]=f[n];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 n=0;n<8;n++){var g=l[n]+f[n],i=g&65535,y=g>>>16,Q=((i*i>>>17)+i*y>>>15)+y*y,c=((g&4294901760)*g|0)+((g&65535)*g|0);r[n]=Q^c}l[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,l[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,l[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,l[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,l[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,l[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,l[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,l[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.Rabbit=o._createHelper(d)})(),s.Rabbit})})(ut)),ut.exports}var nt={exports:{}},k0=nt.exports,Ca;function w0(){return Ca||(Ca=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(k0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,p=t.algo,u=[],m=[],r=[],d=p.RabbitLegacy=o.extend({_doReset:function(){var l=this._key.words,f=this.cfg.iv,n=this._X=[l[0],l[3]<<16|l[2]>>>16,l[1],l[0]<<16|l[3]>>>16,l[2],l[1]<<16|l[0]>>>16,l[3],l[2]<<16|l[1]>>>16],g=this._C=[l[2]<<16|l[2]>>>16,l[0]&4294901760|l[1]&65535,l[3]<<16|l[3]>>>16,l[1]&4294901760|l[2]&65535,l[0]<<16|l[0]>>>16,l[2]&4294901760|l[3]&65535,l[1]<<16|l[1]>>>16,l[3]&4294901760|l[0]&65535];this._b=0;for(var i=0;i<4;i++)x.call(this);for(var i=0;i<8;i++)g[i]^=n[i+4&7];if(f){var y=f.words,Q=y[0],c=y[1],D=(Q<<8|Q>>>24)&16711935|(Q<<24|Q>>>8)&4278255360,A=(c<<8|c>>>24)&16711935|(c<<24|c>>>8)&4278255360,E=D>>>16|A&4294901760,C=A<<16|D&65535;g[0]^=D,g[1]^=E,g[2]^=A,g[3]^=C,g[4]^=D,g[5]^=E,g[6]^=A,g[7]^=C;for(var i=0;i<4;i++)x.call(this)}},_doProcessBlock:function(l,f){var n=this._X;x.call(this),u[0]=n[0]^n[5]>>>16^n[3]<<16,u[1]=n[2]^n[7]>>>16^n[5]<<16,u[2]=n[4]^n[1]>>>16^n[7]<<16,u[3]=n[6]^n[3]>>>16^n[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,l[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function x(){for(var l=this._X,f=this._C,n=0;n<8;n++)m[n]=f[n];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 n=0;n<8;n++){var g=l[n]+f[n],i=g&65535,y=g>>>16,Q=((i*i>>>17)+i*y>>>15)+y*y,c=((g&4294901760)*g|0)+((g&65535)*g|0);r[n]=Q^c}l[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,l[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,l[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,l[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,l[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,l[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,l[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,l[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.RabbitLegacy=o._createHelper(d)})(),s.RabbitLegacy})})(nt)),nt.exports}var mt={exports:{}},G0=mt.exports,Ia;function H0(){return Ia||(Ia=1,(function(e,a){(function(s,t,h){e.exports=t(k,fe(),ge(),de(),W())})(G0,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,p=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 x(i,y){let Q=y>>24&255,c=y>>16&255,D=y>>8&255,A=y&255,E=i.sbox[0][Q]+i.sbox[1][c];return E=E^i.sbox[2][D],E=E+i.sbox[3][A],E}function l(i,y,Q){let c=y,D=Q,A;for(let E=0;E<u;++E)c=c^i.pbox[E],D=x(i,c)^D,A=c,c=D,D=A;return A=c,c=D,D=A,D=D^i.pbox[u],c=c^i.pbox[u+1],{left:c,right:D}}function f(i,y,Q){let c=y,D=Q,A;for(let E=u+1;E>1;--E)c=c^i.pbox[E],D=x(i,c)^D,A=c,c=D,D=A;return A=c,c=D,D=A,D=D^i.pbox[1],c=c^i.pbox[0],{left:c,right:D}}function n(i,y,Q){for(let C=0;C<4;C++){i.sbox[C]=[];for(let I=0;I<256;I++)i.sbox[C][I]=r[C][I]}let c=0;for(let C=0;C<u+2;C++)i.pbox[C]=m[C]^y[c],c++,c>=Q&&(c=0);let D=0,A=0,E=0;for(let C=0;C<u+2;C+=2)E=l(i,D,A),D=E.left,A=E.right,i.pbox[C]=D,i.pbox[C+1]=A;for(let C=0;C<4;C++)for(let I=0;I<256;I+=2)E=l(i,D,A),D=E.left,A=E.right,i.sbox[C][I]=D,i.sbox[C][I+1]=A;return!0}var g=p.Blowfish=o.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var i=this._keyPriorReset=this._key,y=i.words,Q=i.sigBytes/4;n(d,y,Q)}},encryptBlock:function(i,y){var Q=l(d,i[y],i[y+1]);i[y]=Q.left,i[y+1]=Q.right},decryptBlock:function(i,y){var Q=f(d,i[y],i[y+1]);i[y]=Q.left,i[y+1]=Q.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=o._createHelper(g)})(),s.Blowfish})})(mt)),mt.exports}var K0=Fe.exports,ba;function V0(){return ba||(ba=1,(function(e,a){(function(s,t,h){e.exports=t(k,yt(),wh,Hh(),fe(),zh(),ge(),uo(),Lt(),jh(),no(),Yh(),t0(),s0(),_t(),h0(),de(),W(),l0(),n0(),f0(),y0(),D0(),Q0(),A0(),B0(),I0(),L0(),N0(),S0(),F0(),O0(),U0(),w0(),H0())})(K0,function(s){return s})})(Fe)),Fe.exports}var z0=V0();const La=ro(z0);class mo{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})}}function W0(e,a){return _gct.i18n.global.t(e,a)}var Nt=(e=>(e.PREFIX="EDITOR___",e))(Nt||{}),fo=(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))(fo||{}),go=(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))(go||{}),yo=(e=>(e.FORM_TITLE_GROUP="form-title-group",e))(yo||{});const ne={TOKEN:"gct-token",TENANT:"gct-tenant"},co="gct",Do="/minio",q0="is-";function ie(e,a,s,t,h){let o=`${e}-${a}`;return s&&(o+=`-${s}`),t&&(o+=`__${t}`),h&&(o+=`--${h}`),o}class xo{constructor(a,s){this.block=a,this.namespace=s||co}namespace;b(a=""){return ie(this.namespace,this.block,a,"","")}e(a){return a?ie(this.namespace,this.block,"",a,""):""}m(a){return a?ie(this.namespace,this.block,"","",a):""}be(a,s){return a&&s?ie(this.namespace,this.block,a,s,""):""}em(a,s){return a&&s?ie(this.namespace,this.block,"",a,s):""}bm(a,s){return a&&s?ie(this.namespace,this.block,a,"",s):""}bem(a,s,t){return a&&s&&t?ie(this.namespace,this.block,a,s,t):""}is(a,s){return a&&s?`${q0}${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}`}}var xt,_a;function $0(){if(_a)return xt;_a=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 p="",u=0,m=-1,r=0,d,x=0;x<=h.length;++x){if(x<h.length)d=h.charCodeAt(x);else{if(d===47)break;d=47}if(d===47){if(!(m===x-1||r===1))if(m!==x-1&&r===2){if(p.length<2||u!==2||p.charCodeAt(p.length-1)!==46||p.charCodeAt(p.length-2)!==46){if(p.length>2){var l=p.lastIndexOf("/");if(l!==p.length-1){l===-1?(p="",u=0):(p=p.slice(0,l),u=p.length-1-p.lastIndexOf("/")),m=x,r=0;continue}}else if(p.length===2||p.length===1){p="",u=0,m=x,r=0;continue}}o&&(p.length>0?p+="/..":p="..",u=2)}else p.length>0?p+="/"+h.slice(m+1,x):p=h.slice(m+1,x),u=x-m-1;m=x,r=0}else d===46&&r!==-1?++r:r=-1}return p}function s(h,o){var p=o.dir||o.root,u=o.base||(o.name||"")+(o.ext||"");return p?p===o.root?p+u:p+h+u:u}var t={resolve:function(){for(var o="",p=!1,u,m=arguments.length-1;m>=-1&&!p;m--){var r;m>=0?r=arguments[m]:(u===void 0&&(u=process.cwd()),r=u),e(r),r.length!==0&&(o=r+"/"+o,p=r.charCodeAt(0)===47)}return o=a(o,!p),p?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(o){if(e(o),o.length===0)return".";var p=o.charCodeAt(0)===47,u=o.charCodeAt(o.length-1)===47;return o=a(o,!p),o.length===0&&!p&&(o="."),o.length>0&&u&&(o+="/"),p?"/"+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,p=0;p<arguments.length;++p){var u=arguments[p];e(u),u.length>0&&(o===void 0?o=u:o+="/"+u)}return o===void 0?".":t.normalize(o)},relative:function(o,p){if(e(o),e(p),o===p||(o=t.resolve(o),p=t.resolve(p),o===p))return"";for(var u=1;u<o.length&&o.charCodeAt(u)===47;++u);for(var m=o.length,r=m-u,d=1;d<p.length&&p.charCodeAt(d)===47;++d);for(var x=p.length,l=x-d,f=r<l?r:l,n=-1,g=0;g<=f;++g){if(g===f){if(l>f){if(p.charCodeAt(d+g)===47)return p.slice(d+g+1);if(g===0)return p.slice(d+g)}else r>f&&(o.charCodeAt(u+g)===47?n=g:g===0&&(n=0));break}var i=o.charCodeAt(u+g),y=p.charCodeAt(d+g);if(i!==y)break;i===47&&(n=g)}var Q="";for(g=u+n+1;g<=m;++g)(g===m||o.charCodeAt(g)===47)&&(Q.length===0?Q+="..":Q+="/..");return Q.length>0?Q+p.slice(d+n):(d+=n,p.charCodeAt(d)===47&&++d,p.slice(d))},_makeLong:function(o){return o},dirname:function(o){if(e(o),o.length===0)return".";for(var p=o.charCodeAt(0),u=p===47,m=-1,r=!0,d=o.length-1;d>=1;--d)if(p=o.charCodeAt(d),p===47){if(!r){m=d;break}}else r=!1;return m===-1?u?"/":".":u&&m===1?"//":o.slice(0,m)},basename:function(o,p){if(p!==void 0&&typeof p!="string")throw new TypeError('"ext" argument must be a string');e(o);var u=0,m=-1,r=!0,d;if(p!==void 0&&p.length>0&&p.length<=o.length){if(p.length===o.length&&p===o)return"";var x=p.length-1,l=-1;for(d=o.length-1;d>=0;--d){var f=o.charCodeAt(d);if(f===47){if(!r){u=d+1;break}}else l===-1&&(r=!1,l=d+1),x>=0&&(f===p.charCodeAt(x)?--x===-1&&(m=d):(x=-1,m=l))}return u===m?m=l: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 p=-1,u=0,m=-1,r=!0,d=0,x=o.length-1;x>=0;--x){var l=o.charCodeAt(x);if(l===47){if(!r){u=x+1;break}continue}m===-1&&(r=!1,m=x+1),l===46?p===-1?p=x:d!==1&&(d=1):p!==-1&&(d=-1)}return p===-1||m===-1||d===0||d===1&&p===m-1&&p===u+1?"":o.slice(p,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 p={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return p;var u=o.charCodeAt(0),m=u===47,r;m?(p.root="/",r=1):r=0;for(var d=-1,x=0,l=-1,f=!0,n=o.length-1,g=0;n>=r;--n){if(u=o.charCodeAt(n),u===47){if(!f){x=n+1;break}continue}l===-1&&(f=!1,l=n+1),u===46?d===-1?d=n:g!==1&&(g=1):d!==-1&&(g=-1)}return d===-1||l===-1||g===0||g===1&&d===l-1&&d===x+1?l!==-1&&(x===0&&m?p.base=p.name=o.slice(1,l):p.base=p.name=o.slice(x,l)):(x===0&&m?(p.name=o.slice(1,d),p.base=o.slice(1,l)):(p.name=o.slice(x,d),p.base=o.slice(x,l)),p.ext=o.slice(d,l)),x>0?p.dir=o.slice(0,x-1):m&&(p.dir="/"),p},sep:"/",delimiter:":",win32:null,posix:null};return t.posix=t,xt=t,xt}var X0=$0();const Z=ro(X0);class j0{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===Ne.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(p=>{const u=Z.join(Do,p.url,"dist");return{imports:{[p.key]:`${u}/${a}.system.min.js?version=${p.version}`},styles:{[p.key]:`${u}/${a}.min.css?version=${p.version}`}}}),o=[];h.forEach(p=>{System.addImportMap(p),p.imports&&Object.keys(p.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 p=[];o.forEach(m=>{m.plugins&&p.push(...m.plugins)});const u=await this.loadPlugins(a,p);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(Qe.DESIGN,s,t),[o,p]=h;return o.forEach(u=>{u.plugins.forEach(r=>{const d=p[r.key];if(!d){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}if(s===Ne.WEB){const x=d.web??d.default;x&&_gct.register.designer.web.register(r.key,()=>new x)}else{const x=d.mobile??d.default;x&&_gct.register.designer.mobile.register(r.key,()=>new x)}})}),h}catch(h){console.error(h)}return[[],{}]}static async loadDesignDeletedPlugins(a,s=[]){try{const t=await this.loadPlugins(Qe.DESIGN,s);s.forEach(h=>{const o=t[h.key];if(!o){console.error(`${h.key} 插件加载失败,请检查插件配置是否正确`);return}if(a===Ne.WEB){const p=o.web??o.default;p&&_gct.register.designer.web.register(h.key,()=>new p)}else{const p=o.mobile??o.default;p&&_gct.register.designer.mobile.register(h.key,()=>new p)}})}catch(t){console.error(t)}}static async loadMobilePlugin(a=[]){try{const s=await this.loadPlugins(Qe.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(Qe.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)}}}class J0{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)}}function Z0(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 Y0{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=>{Z0(a)}),this.map.clear()}}class Qo{constructor(a){this.e=new Y0,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:ed}=Object.prototype;function td(e){return sd(e)==="function"}const ad={"[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 sd(e){return ad[ed.call(e)]}function Rt(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 p=s*24*60*60*1e3,u=new Date(new Date().getTime()+p);document.cookie=`${e}=${escape(a)};path=${h};expires=${u.toUTCString()}${o}`}else document.cookie=`${e}=${escape(a)};path=${h}${o}`}function vo(e,a){Rt(e,"",-1,a)}function Ao(e){const a=new RegExp(`(^| )${e}=([^;]*)(;|$)`),s=document.cookie.match(a);return s&&s.length>1?unescape(s[2]):null}class gt{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 p=this.items[o];if(p.fn&&(h=p.fn(t,...s)),h===null){console.warn(`因${p.fn?p.fn.name:null}方法返回值为「null」,钩子中断执行。`,p);break}}return t}tap(a){if(a&&td(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 Eo(){return Ao(ne.TOKEN)}function Bo(e){e?Rt(ne.TOKEN,e,7,!0):vo(ne.TOKEN,!0)}function rd(){return Ao(ne.TENANT)}function od(e){e?Rt(ne.TENANT,e,7,!0):vo(ne.TENANT,!0)}function Co(){const e=location.pathname.replace("/src/projects","").split("/");return{aid:e[2],pid:e[3]}}const Io=(()=>{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 bo(){return localStorage.getItem(_r)||"UTC+08:00"}function Lo(e,a){return le.mergeWith(le.cloneDeep(e),a,(s,t)=>{if(typeof s=="object"&&typeof t=="object")return le.mergeWith(le.cloneDeep(s),t,(h,o)=>Array.isArray(h)?le.unionWith(h,o,le.isEqual):void 0)})}function hd(e,a,s,t){return{install(h){e&&a&&_gct.register.editor.register(Nt.PREFIX+e,a),s&&h.component(t??s.name,s)}}}function _o(e){e.interceptors.request.use(a=>{if(a.headers||(a.headers=new Pa.AxiosHeaders),Object.assign(a.headers,{Token:Eo(),Source:Io?502:501,Lang:_gct.store.lang,"Tenant-Id":_gct.store.tenantId,Timezone:bo()}),!a.headers["App-Tag"])if(a.url.includes("/gct-apaas/")){const s=Co();a.headers["App-Tag"]=s.aid,a.headers.Module="TENANT_CENTER"}else a.headers["App-Tag"]="__platform__";return[ue.TENANT_CENTER,ue.APP_DESIGNER,ue.WEB_RENDER].includes(_gct.store.projectName)?a.headers.Module="TENANT_CENTER":_gct.store.projectName===ue.BACKEND_MANAGEMENT&&(a.headers.Module="BACKEND_MANAGEMENT"),a})}const dd=Qt.defineStore("global-store",{state(){return new Jr},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:La.SHA256("123456").toString(La.enc.Hex)});return this.$state.userInfo=e.data,Bo(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 No{pinia=Qt.createPinia();store;constructor(){Qt.setActivePinia(this.pinia),this.store=dd()}}class Et{map=new Map;providers=new Map;hooks={register:new gt,unregister:new gt};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())}}class ve{static editors=new Map;static providers=new Map;static register(a,s){ve.editors.set(a,s)}static unregister(a){ve.editors.delete(a)}static get(a){if(this.providers.has(a))return this.providers.get(a);const s=ve.editors.get(a);if(s){const t=s();return this.providers.set(a,t),t}return null}}class Ae{static items=new Map;static register(a,s){Ae.items.set(a,s)}static unregister(a){Ae.items.delete(a)}static create(a){const s=Ae.items.get(a);return s?s():null}}class Bt{map=new Map;hooks={register:new gt,unregister:new gt};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())}}var ft=(e=>(e.DEV="dev",e.TEST="test",e.PROD="prod",e))(ft||{});const id=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,Na=/^https?:\/\/([a-z0-9]+)-test\./,pd=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,ld=/\/web\/|\/web-single\//,ud=/\/web-render\//,nd=/\/dev-single\//,md=/\/test-single\//;class fd{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin||"",this._isHostMode=Na.test(this._platformOrigin)}get isAppRun(){return pd.test(location.pathname)}get isAppProd(){return ld.test(location.pathname)}get isAppPreview(){return ud.test(location.pathname)}get isDevSingleEnv(){return nd.test(location.pathname)}get isTestEnv(){return md.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(Na),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(id);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?ft.TEST:this.isAppProd?ft.PROD:ft.DEV}}class gd{i18n=Yo.createI18n({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((p,u)=>{const[m,...r]=u.split(":");return p[m]=r.join(":"),p},{});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 yd(e){e.use(_gct.i18n)}const cd=[];class Dd{router;constructor(){this.router=Wt.createRouter({history:Wt.createWebHashHistory(),routes:cd})}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 xd(e){e.use(_gct.router)}class Ro{i18nUtil=new gd;i18n=this.i18nUtil.i18n;t(a,s){return this.i18n.global.t(a,s)}storeUtil=new No;store=this.storeUtil.store;routerUtil=new Dd;router=this.routerUtil.router;message;dictionary=new mo;env=new fd;register={designer:{mobile:new Et,web:new Et},render:{mobile:new Bt,web:new Bt},editor:ve,formItem:Ae};async init(){await this.env.checkIsTestEnv()}}const Qd=[{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}]}],vd=[{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:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckName",path:"checkName",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:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{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 So=(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))(So||{});const Ra=Pa.create();class oe{static use(a){a(Ra)}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 p=eh.stringify(t,{arrayFormat:"brackets"});p&&(a.includes("?")?a+=`&${p}`:a+=`?${p}`)}const o=await Ra.request(Lo({url:a,data:JSON.stringify(s||{}),params:t,timeout:120*1e3,headers:{"Content-Type":So.JSON}},h));if(o.status>=200&&o.status<300)return o.data;throw o}}class Ad{constructor(a,s){return this.url=a,new Proxy(this,{get(t,h){if(!(h in t)){const o=s.apis.find(p=>p.method===h);if(o){const p=`_${o.mode}`;o.hasData&&o.hasQuery?t[h]=(u,m,r)=>t[p](o.path,m,u,r):o.hasData?t[h]=function(u,m){return t[p](o.path,u,void 0,m)}:o.hasQuery?t[h]=function(u,m){return t[p](o.path,void 0,u,m)}:t[h]=function(u){return t[p](o.path,void 0,void 0,u)}}}return t[h]}})}_put(a,s,t,h){return oe.put(t?.id?Z.join(this.url,a,t.id):Z.join(this.url,a),s||{},t||{},h)}_get(a,s,t,h){return oe.get(Z.join(this.url,a),s||{},t||{},h)}_delete(a,s,t,h){return oe.delete(Z.join(this.url,a),s||{},t||{},h)}_post(a,s,t,h){return oe.post(Z.join(this.url,a),s||{},t||{},h)}_options(a,s,t,h){return oe.options(Z.join(this.url,a),s||{},t||{},h)}_patch(a,s,t,h){return oe.patch(Z.join(this.url,a),s||{},t||{},h)}_head(a,s,t,h){return oe.head(Z.join(this.url,a),s||{},t||{},h)}}class Sa{constructor(a,s){return new Proxy(this,{get(t,h){const o=s.find(p=>p.name===h);if(o)return h in t||(t[h]=new Ad(Z.join(a,o.entityName),o)),t[h]}})}}const Ta={apaas:new Sa("/gct-apaas/api",Qd),platform:new Sa("/gct-platform/api",vd)};class To{constructor(a){this.model=a,this.init()}evt=new Qo;state=new Ct;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(){}}class Ed extends To{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)}}function Bd(e){const a=e();return a.state=q.reactive(a.state),q.onUnmounted(()=>a.destroy()),a}class St{model;constructor(a){this.model=a}}class Fo{constructor(a){this.model=a,this.init()}evt=new Qo;context={};params={};state=new Ct;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)})}}function Cd(e){const a=new Fo(e);return a.state=q.reactive(a.state),a}class ye{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 he}}function Id(e){const a=e();return a.state=q.reactive(a.state),a}class bd extends ye{type="collapse-pane";crateItemState(){return new Zr}}class Ld extends ye{type="collapse";crateItemState(){return new Yr}}class _d extends ye{type="tab";crateItemState(){return new eo}}class Nd extends ye{type="tab-pane";crateItemState(){return new to}}class Rd extends ye{type="group";crateItemState(){return new ao}}class Tt extends ye{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(a){const s=le.cloneDeep(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 It}}class Sd extends Tt{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 so}}class Td extends Tt{type="hidden"}class Fd extends St{}class Pd extends St{}function Po(){return q.inject("formController")}function Od(e){let a=null;if(e){const t=Po().item[e];t&&(a=q.computed({get(){return t.value},set(h){typeof h=="string"&&(h=h.trim()),!(typeof h!="object"&&t.value==h)&&(t.value=h)}}))}else{let s=q.getCurrentInstance().proxy;const t=s.$props,h=s.$emit;a=q.computed({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 Md(e,a){let s=q.getCurrentInstance().proxy;const t=s.$props,h=s.$emit,o=e?e.length:0,p=a?a.length:0,u=q.computed({get:()=>{if(!t.value)return"";let m=t.value;return o>0&&m.startsWith(e)&&(m=m.substring(o)),p>0&&m.endsWith(a)&&(m=m.substring(0,m.length-p)),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),p>0&&(r=r+a),h("update:value",r)}});return s=null,u}function Ud(e){const a=q.inject("modal");return a&&e&&(a.ok=e),a}function kd(e){return new xo(e)}function Oo(e){return typeof e<"u"}function wd(e){const a=q.ref(e||""),s=q.ref(!1),t=q.ref(!1);return q.watch(a,h=>{Oo(h)&&(t.value=!0,s.value=Mo(h))},{immediate:!!e,flush:"sync"}),{clipboardRef:a,isSuccessRef:s,copiedRef:t}}function Mo(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 p=!1;try{p=document.execCommand("copy")}catch(u){throw new Error(u)}return s.remove(),o&&h&&(h.removeAllRanges(),h.addRange(o)),t&&t.focus(),p}const pe={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class Gd{handle(a){console.error(a)}}class Hd{handle(a){console.error(a)}}class Kd{handle(a){if(a.type===te.AJAX){new Uo().handle(a);return}console.error(a)}}class Uo{handle(a){const s=this._extractStatusCode(a.message);if(s)switch(s){case pe.UNAUTHORIZED:this._handleUnauthorized();break;case pe.FORBIDDEN:this._handleForbidden();break;case pe.NOT_FOUND:this._handleNotFound();break;case pe.INTERNAL_SERVER_ERROR:case pe.BAD_GATEWAY:case pe.SERVICE_UNAVAILABLE:case pe.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 Fa{static _strategies=new Map;static init(){this.registerStrategy(te.SCRIPT,new Gd),this.registerStrategy(te.VUE,new Hd),this.registerStrategy(te.PROMISE,new Kd),this.registerStrategy(te.AJAX,new Uo)}static getStrategy(a){return this._strategies.get(a)}static registerStrategy(a,s){this._strategies.set(a,s)}}class ae{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return ae._instance||(ae._instance=new ae),ae._instance}static init(){ae.getInstance()}static handleVueError(a,s,t){const h={type:te.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=te.SCRIPT){const t={type:s,message:a.message,stack:a.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(t)}_initializeStrategies(){Fa.init()}_processError(a){Fa.getStrategy(a.type)?.handle(a)}}async function Vd(e){ae.init(),e.config.errorHandler=(a,s,t)=>{ae.handleVueError(a,s,t)},e.config.warnHandler=(a,s,t)=>{console.warn(`Vue Warning: ${a}`),t&&console.warn("Trace:",t)},window.addEventListener("error",a=>{ae.reportError(new Error(a.message),te.SCRIPT)}),window.addEventListener("unhandledrejection",a=>{ae.reportError(a.reason,te.PROMISE)})}class zd{async init(){const a=await _api.platform.plat.getList();console.debug("plat",a.data)}}const Wd=new zd;async function qd(e){await Vd(e),oe.use(_o),yd(e),xd(e),await _gct.init(),await Wd.init()}function ko(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Ro,Object.defineProperty(window._gct,"api",{get(){return Ta}}),Object.defineProperty(window,"_api",{get(){return Ta}})}exports.AGLINE_ENUMS=Sr;exports.APP_DARK_MODE_KEY_=Eh;exports.APP_LOCAL_CACHE_KEY=Bh;exports.APP_SESSION_CACHE_KEY=Ch;exports.ASSIGNMENTSTRATEGY_ENUM=Rs;exports.AggTypes=ja;exports.AppPublishStateEnum=Br;exports.BasicAction=Cr;exports.BindCmpStyleEnum=vr;exports.BindCmpStyleTypeEnum=Ar;exports.BizServiceEnum=kr;exports.BorderStyle=ms;exports.BuiltinType=Ps;exports.ButtonColorTheme=js;exports.ButtonColorType=Xs;exports.ButtonGroupType=hh;exports.ButtonOpeEnum=Tr;exports.ButtonSize=Zs;exports.ButtonStyle=Js;exports.ButtonType=er;exports.ButtonTypeGroup=Ys;exports.ButtonType_vant=tr;exports.COLUMNS_TYPE=Cs;exports.CURRENCY_ENUM=Us;exports.CURRENCY_LANG_ENUM=Gs;exports.CacheTypeEnum=Nr;exports.CategoryTypeEnum=Fs;exports.Ch_BindCmpStyleEnum=dh;exports.ColorEditorController=Pd;exports.ContentEnum=Oa;exports.ContentTypeEnum=Ur;exports.CoreConst=ne;exports.CreateType=Wa;exports.CustomAction=Ir;exports.DESIGNER_SESSION_CACHE_KEY=Ih;exports.DatasourceTypeEnum=ir;exports.DateRangeEnums=Os;exports.DefaultActions=uh;exports.Dependency_ENUM=Ss;exports.DesignerRegister=Et;exports.DictionaryUtil=mo;exports.DisplayEnums=$s;exports.DisplayType=As;exports.EditFormController=Ed;exports.EditorController=St;exports.EditorRegister=ve;exports.EditorRegisterConst=Nt;exports.EditorType=fo;exports.EditorTypeOld=go;exports.EntityModelCategoryEnum=hs;exports.EntityModelTypeEnum=ds;exports.ErrorTypeEnum=te;exports.EventCategory=ys;exports.ExamineAndApproveStateEnum=jr;exports.ExceptionEnum=Pr;exports.FIELD_TYPE=U;exports.FIELD_TYPE_BASIC=Ka;exports.FIELD_TYPE_CATEGORY=Ha;exports.FIELD_TYPE_LOGIC=Va;exports.FIELD_TYPE_TRACE=za;exports.FieldDefaultValueTypeEnum=is;exports.FieldIconMap=rh;exports.FieldSysVarDefaultValueEnum=ps;exports.FieldTypeToJs=sh;exports.FormCollapseController=Ld;exports.FormCollapsePaneController=bd;exports.FormCollapsePaneState=Zr;exports.FormCollapseState=Yr;exports.FormComponents=nr;exports.FormContainerType=yo;exports.FormController=Fo;exports.FormEditItemController=Tt;exports.FormEditItemState=It;exports.FormGroupController=Rd;exports.FormGroupState=ao;exports.FormHiddenItemController=Td;exports.FormItemBasicController=ye;exports.FormItemBasicState=he;exports.FormItemController=Sd;exports.FormItemRegister=Ae;exports.FormItemState=so;exports.FormState=Ct;exports.FormTabController=_d;exports.FormTabPaneController=Nd;exports.FormTabPaneState=to;exports.FormTabState=eo;exports.GENDER_TYPE=ss;exports.GLOBAL_TYPE=Bs;exports.GLOBAL_VAR_TYPE=Es;exports.GctFormController=To;exports.GctGlobal=Ro;exports.GlobalPiniaState=Jr;exports.GlobalStoreUtil=No;exports.INNER_EVENT=Is;exports.KeyMode=Ws;exports.LOCALE_KEY=gh;exports.LOCALE_LIST_KEY=yh;exports.LOCAL_I18N_TRANSLATE=ch;exports.LOCK_INFO_KEY=vh;exports.LengthUnitEditorController=Fd;exports.ListTreeSearchTypeEnum=dr;exports.MULTIPLE_TABS_KEY=Ah;exports.MaterialEnum=Xa;exports.MenuModeEnum=Hr;exports.MenuSplitTyeEnum=Kr;exports.MenuType=qa;exports.MenuTypeEnum=wr;exports.MessageType=es;exports.MixSidebarTriggerEnum=zr;exports.Namespace=xo;exports.NodesConfigTypeEnum=Ja;exports.OpenMode=$a;exports.PLUGIN_BASE_URL=Do;exports.PROJ_CFG_KEY=Qh;exports.PageEnum=Wr;exports.PanelEnum=us;exports.PermissionModeEnum=wa;exports.PersonalCenterType=as;exports.Platform=Ne;exports.PlatformSettingActions=nh;exports.PluginModeEnum=Qe;exports.PluginPgkUtil=j0;exports.PluginStaticResource=J0;exports.Postion=ns;exports.PrintModeEnums=Vs;exports.ProcessStatusEnum=Xr;exports.ProgressTypeEnum=vs;exports.ProjectName=ue;exports.PropGroup=cs;exports.ROLES_KEY=xh;exports.RdoButtonOpeEnum=Fr;exports.RenderRegister=Bt;exports.RequestEnum=Mr;exports.ResetRuleType=lr;exports.ResultEnum=Or;exports.RoleEnum=qr;exports.RouterTransitionEnum=Ga;exports.RowSelectionTypeEnums=Hs;exports.SCOPE=ur;exports.SEARCH_SEVICE=Rr;exports.SHOW_FIELDTYPES=oh;exports.SIDE_BAR_MINI_WIDTH=th;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=ah;exports.STYLE_NAMESPACE_TAG=co;exports.SUB_TABLE_EDIT_MODE=bs;exports.SUB_TABLE_OPE_EVENT_TYPE=_s;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=Ls;exports.SearchComponents=mr;exports.SelectPickerEnums=Ms;exports.SessionTimeoutProcessingEnum=ka;exports.SettingButtonPositionEnum=Ua;exports.SignatureTypeEnum=pr;exports.SizeEnum=$r;exports.StatisticalMethodEnums=Ks;exports.StyleGroup=Ds;exports.TENANT_KEY=mh;exports.TIMETYPE_ENUM=ks;exports.TIMETYPE_LANG_ENUM=ws;exports.TIMEZONE_KEY=_r;exports.TODO_TYPE=rs;exports.TOKEN_KEY=fh;exports.TableEditingMethodEnum=or;exports.TableSearchTypeEnum=sr;exports.TableTypeEnum=rr;exports.TagTypeEnum=Qs;exports.TextAlign=fs;exports.TextDecoration=gs;exports.ThemeEnum=Ma;exports.ToolkitEnum=Ts;exports.TopMenuAlignEnum=Vr;exports.TransactionMode=qs;exports.TriggerEnum=Gr;exports.USER_INFO_KEY=Dh;exports.UniqueConstraintType=Ya;exports.UserServiceType=os;exports.VERIFICATIONCONDITIONS_TYPE=Ns;exports.WidgetInScopeEnum=hr;exports.WorkbenchType=ts;exports.bindCmpStyleMap=ph;exports.buttonShowType=Er;exports.ch_ProcessStatusMap=_h;exports.controlConfigEnum=gr;exports.copyTextToClipboard=Mo;exports.createAppVue=qd;exports.deepMerge=Lo;exports.default=ko;exports.fixedAlignENUM=cr;exports.getPathQuery=Co;exports.getTenant=rd;exports.getTimezone=bo;exports.getToken=Eo;exports.install=ko;exports.interceptors=_o;exports.isDef=Oo;exports.isMobile=Io;exports.notSingleArr=bh;exports.openWindowEnums=zs;exports.operateSysEnums=ar;exports.presetColor=Lh;exports.screenEnum=Lr;exports.screenMap=me;exports.scriptTypeEnum=ls;exports.searchListByFieldType=lh;exports.selectionTypeEnums=Za;exports.setTenant=od;exports.setToken=Bo;exports.sizeEnum=br;exports.sortTypeEnum=Qr;exports.statisticalMethodEnum=yr;exports.t=W0;exports.tableColumnTypeEnum=Dr;exports.tableColumnWidthEnum=fr;exports.tabsTypeENUM=xr;exports.tagEnum=xs;exports.transformBindCmp2CmpType=ih;exports.useCopyToClipboard=wd;exports.useEditFormController=Bd;exports.useForm=Po;exports.useFormController=Cd;exports.useFormItemController=Id;exports.useGctFormValue=Od;exports.useGctFormValueByText=Md;exports.useModal=Ud;exports.useNamespace=kd;exports.widthEditorInstall=hd;