@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
- System.register(["vue-i18n","axios","qs","lodash-es","pinia","vue"],(function(g,zc){"use strict";var pe,j,z,G,B,q,J,de,he,ye,F,_e,Q,V,Z,H,fe;return{setters:[i=>{pe=i.createI18n},i=>{j=i.default},i=>{z=i.default},i=>{G=i.mergeWith,B=i.cloneDeep,q=i.unionWith,J=i.isEqual},i=>{de=i.defineStore,he=i.createPinia,ye=i.setActivePinia},i=>{F=i.reactive,_e=i.onUnmounted,Q=i.inject,V=i.computed,Z=i.getCurrentInstance,H=i.ref,fe=i.watch}],execute:(function(){g({copyTextToClipboard:ze,createAppVue:jc,default:Qe,getPathQuery:yc,getTenant:dc,getTimezone:_c,getToken:gc,install:Qe,isDef:je,setTenant:hc,setToken:pc,t:Yo,useCopyToClipboard:Vc,useEditFormController:Pc,useForm:We,useFormController:Rc,useFormItemController:Ec,useGctFormValue:xc,useGctFormValueByText:Gc,useModal:Kc,useNamespace:Fc,widthEditorInstall:fc});function i(s,e,t){return(e=Ye(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function Ze(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 Ye(s){var e=Ze(s,"string");return typeof e=="symbol"?e:e+""}var ve=(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))(ve||{});function et(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var Y,me;function tt(){if(me)return Y;me=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,p=0,a,d=0;d<=u.length;++d){if(d<u.length)a=u.charCodeAt(d);else{if(a===47)break;a=47}if(a===47){if(!(c===d-1||p===1))if(c!==d-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=d,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=d,p=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,d):l=u.slice(c+1,d),o=d-c-1;c=d,p=0}else a===46&&p!==-1?++p:p=-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 p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(n=p+"/"+n,l=p.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,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var d=l.length,_=d-a,m=p<_?p:_,v=-1,f=0;f<=m;++f){if(f===m){if(_>m){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else p>m&&(n.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=n.charCodeAt(o+f),T=l.charCodeAt(a+f);if(A!==T)break;A===47&&(v=f)}var S="";for(f=o+v+1;f<=c;++f)(f===c||n.charCodeAt(f)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+l.slice(a+v):(a+=v,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,p=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!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,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var d=l.length-1,_=-1;for(a=n.length-1;a>=0;--a){var m=n.charCodeAt(a);if(m===47){if(!p){o=a+1;break}}else _===-1&&(p=!1,_=a+1),d>=0&&(m===l.charCodeAt(d)?--d===-1&&(c=a):(d=-1,c=_))}return o===c?c=_:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,p=!0,a=0,d=n.length-1;d>=0;--d){var _=n.charCodeAt(d);if(_===47){if(!p){o=d+1;break}continue}c===-1&&(p=!1,c=d+1),_===46?l===-1?l=d: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,p;c?(l.root="/",p=1):p=0;for(var a=-1,d=0,_=-1,m=!0,v=n.length-1,f=0;v>=p;--v){if(o=n.charCodeAt(v),o===47){if(!m){d=v+1;break}continue}_===-1&&(m=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===d+1?_!==-1&&(d===0&&c?l.base=l.name=n.slice(1,_):l.base=l.name=n.slice(d,_)):(d===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,_)):(l.name=n.slice(d,a),l.base=n.slice(d,_)),l.ext=n.slice(a,_)),d>0?l.dir=n.slice(0,d-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,Y=r,Y}var st=tt(),P=et(st),nt=require("../internals/export"),rt=require("../internals/array-includes").includes,lt=require("../internals/fails"),it=require("../internals/add-to-unscopables"),at=lt(function(){return!Array(1).includes()});nt({target:"Array",proto:!0,forced:at},{includes:function(e){return rt(this,e,arguments.length>1?arguments[1]:void 0)}}),it("includes");function ut(s,e){return G(B(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return G(B(t),r,(u,n)=>Array.isArray(u)?q(u,n,J):void 0)})}const Ie=j.create();let D=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=z.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await Ie.request(ut({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":ve.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}},ot=class{constructor(e){this.url=e}_put(e,t,r,u){return D.put(r?.id?P.join(this.url,e,r?.id):P.join(this.url,e),t||{},r||{},u)}_get(e,t,r,u){return D.get(P.join(this.url,e),t||{},r||{},u)}_delete(e,t,r,u){return D.delete(P.join(this.url,e),t||{},r||{},u)}_post(e,t,r,u){return D.post(P.join(this.url,e),t||{},r||{},u)}_options(e,t,r,u){return D.options(P.join(this.url,e),t||{},r||{},u)}_patch(e,t,r,u){return D.patch(P.join(this.url,e),t||{},r||{},u)}_head(e,t,r,u){return D.head(P.join(this.url,e),t||{},r||{},u)}};function ct(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var ee,Se;function gt(){if(Se)return ee;Se=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,p=0,a,d=0;d<=u.length;++d){if(d<u.length)a=u.charCodeAt(d);else{if(a===47)break;a=47}if(a===47){if(!(c===d-1||p===1))if(c!==d-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=d,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=d,p=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,d):l=u.slice(c+1,d),o=d-c-1;c=d,p=0}else a===46&&p!==-1?++p:p=-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 p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(n=p+"/"+n,l=p.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,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var d=l.length,_=d-a,m=p<_?p:_,v=-1,f=0;f<=m;++f){if(f===m){if(_>m){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else p>m&&(n.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=n.charCodeAt(o+f),T=l.charCodeAt(a+f);if(A!==T)break;A===47&&(v=f)}var S="";for(f=o+v+1;f<=c;++f)(f===c||n.charCodeAt(f)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+l.slice(a+v):(a+=v,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,p=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!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,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var d=l.length-1,_=-1;for(a=n.length-1;a>=0;--a){var m=n.charCodeAt(a);if(m===47){if(!p){o=a+1;break}}else _===-1&&(p=!1,_=a+1),d>=0&&(m===l.charCodeAt(d)?--d===-1&&(c=a):(d=-1,c=_))}return o===c?c=_:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,p=!0,a=0,d=n.length-1;d>=0;--d){var _=n.charCodeAt(d);if(_===47){if(!p){o=d+1;break}continue}c===-1&&(p=!1,c=d+1),_===46?l===-1?l=d: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,p;c?(l.root="/",p=1):p=0;for(var a=-1,d=0,_=-1,m=!0,v=n.length-1,f=0;v>=p;--v){if(o=n.charCodeAt(v),o===47){if(!m){d=v+1;break}continue}_===-1&&(m=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===d+1?_!==-1&&(d===0&&c?l.base=l.name=n.slice(1,_):l.base=l.name=n.slice(d,_)):(d===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,_)):(l.name=n.slice(d,a),l.base=n.slice(d,_)),l.ext=n.slice(a,_)),d>0?l.dir=n.slice(0,d-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,ee=r,ee}var pt=gt(),dt=ct(pt);class y extends ot{constructor(e){super(dt.join("/gct-apaas/api",e))}}class ht extends y{constructor(){super("app-branch")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yt extends y{constructor(){super("app-global-settings")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _t extends y{constructor(){super("app-granted-user")}async post(e,t={}){return this._post("",e,null,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async getGrantedStatistic(e={}){return this._get("grantedStatistic",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async 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 ft extends y{constructor(){super("app-org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async 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 vt extends y{constructor(){super("app-publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class mt extends y{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class It extends y{constructor(){super("app-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",e,null,t)}async putDisable(e,t={}){return this._put("disable",null,e,t)}async putEnable(e,t={}){return this._put("enable",null,e,t)}async 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 St extends y{constructor(){super("approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let At=class extends y{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e,t={}){return this._get("operateTypes",null,e,t)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}};class Lt extends y{constructor(){super("basic-config")}async post(e,t={}){return this._post("",e,null,t)}async getAiRagEnabled(e={}){return this._get("aiRagEnabled",null,null,e)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async postGlobal(e,t={}){return this._post("global",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class bt extends y{constructor(){super("biz-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Tt extends y{constructor(){super("biz-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Pt extends y{constructor(){super("biz-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Rt extends y{constructor(){super("biz-service-crud")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Et extends y{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 Dt extends y{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let Ct=class extends y{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getGetListRdoOrNdo(e,t={}){return this._get("getListRdoOrNdo",null,e,t)}async 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 wt extends y{constructor(){super("category-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async 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 Ot extends y{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Mt extends y{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class Bt extends y{constructor(){super("commit-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCanPublishProdReleaseTagList(e={}){return this._get("canPublishProdReleaseTagList",null,null,e)}async getCanReleaseTagList(e={}){return this._get("canReleaseTagList",null,null,e)}async postCommit(e,t={}){return this._post("commit",e,null,t)}async getGetLatestCommit(e={}){return this._get("getLatestCommit",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Ut extends y{constructor(){super("common-info-card")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetById(e,t={}){return this._get("getById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async 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 Nt extends y{constructor(){super("control-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 kt extends y{constructor(){super("customer-complaint")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 xt=class extends y{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Gt extends y{constructor(){super("data-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Kt=class extends y{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)}},Ft=class extends y{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Vt extends y{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 Ht extends y{constructor(){super("designer-lock")}async postCancelOccupyPage(e,t={}){return this._post("cancelOccupyPage",e,null,t)}async getGetPageOccupyMsg(e,t={}){return this._get("getPageOccupyMsg",null,e,t)}async postLockPage(e,t={}){return this._post("lockPage",e,null,t)}async postOccupyPage(e,t={}){return this._post("occupyPage",e,null,t)}async postUnLockPage(e,t={}){return this._post("unLockPage",e,null,t)}}class $t extends y{constructor(){super("designer-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Xt extends y{constructor(){super("devops")}async getListAllDigitsFields(e={}){return this._get("listAllDigitsFields",null,null,e)}async postUpdateDigits(e,t={}){return this._post("updateDigits",e,null,t)}}class Wt extends y{constructor(){super("dify-chat")}async postAsyncDocument(e,t={}){return this._post("asyncDocument",e,null,t)}async postChat(e,t={}){return this._post("chat",e,null,t)}}class jt extends y{constructor(){super("doc-control-started")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class zt extends y{constructor(){super("doc-control-task-done")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class qt extends y{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 Jt extends y{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 Qt extends y{constructor(){super("doc-outline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByInstance(e,t={}){return this._get("listByInstance",null,e,t)}async getListByRefId(e,t={}){return this._get("listByRefId",null,e,t)}async 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 Zt extends y{constructor(){super("document")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async 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 Yt extends y{constructor(){super("edhr-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByMaterialNo(e,t={}){return this._get("findByMaterialNo",null,e,t)}async getFindMaterialNo(e,t={}){return this._get("findMaterialNo",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async 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 es extends y{constructor(){super("edhr-instance-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getListTree(e,t={}){return this._get("list/tree",null,e,t)}async getListChild(e,t={}){return this._get("listChild",null,e,t)}}class ts extends y{constructor(){super("edhr-instance-search-history")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class ss extends y{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 ns extends y{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class rs extends y{constructor(){super("enum-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 ls extends y{constructor(){super("enum-model-field")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async 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 is extends y{constructor(){super("event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class as extends y{constructor(){super("event-log")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class us extends y{constructor(){super("excel-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postConfig(e,t={}){return this._post("config",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async 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 os extends y{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 cs extends y{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 gs extends y{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class ps extends y{constructor(){super("file-resource")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postUpload(e,t={}){return this._post("upload",null,e,t)}}let ds=class extends y{constructor(){super("file-task")}async getStart(e={}){return this._get("start",null,null,e)}async postStatus(e,t={}){return this._post("status",e,null,t)}async postSubmit(e,t={}){return this._post("submit",e,null,t)}},hs=class extends y{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 ys extends y{constructor(){super("formRelate")}async getCategory(e,t={}){return this._get("category",null,e,t)}async postCategory(e,t={}){return this._post("category",e,null,t)}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async 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 _s extends y{constructor(){super("front-operate-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class fs extends y{constructor(){super("global-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCurrentTime(e={}){return this._get("currentTime",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let vs=class extends y{constructor(){super("i18n-info")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 ms extends y{constructor(){super("instance-relation")}async postBind(e,t={}){return this._post("bind",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Is extends y{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class Ss extends y{constructor(){super("job")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 As extends y{constructor(){super("job-log")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Ls extends y{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 bs extends y{constructor(){super("label")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async 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 Ts extends y{constructor(){super("label-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let Ps=class extends y{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class Rs extends y{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 Es extends y{constructor(){super("menu-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Ds extends y{constructor(){super("merge-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Cs extends y{constructor(){super("message-record")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}let ws=class extends y{constructor(){super("message-setting")}async getFindAllByType(e,t={}){return this._get("findAllByType",null,e,t)}async postSendMessageByType(e,t={}){return this._post("sendMessageByType",e,null,t)}};class Os extends y{constructor(){super("message-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListByModelKey(e,t={}){return this._get("listByModelKey",null,e,t)}async putOpened(e,t={}){return this._put("opened",e,null,t)}async 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 Ms extends y{constructor(){super("mobile-homepage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Bs extends y{constructor(){super("mobile-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Us extends y{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 Ns extends y{constructor(){super("model-data")}async postAllModelLiquibaseSoftDeleteDataClean(e={}){return this._post("allModelLiquibaseSoftDeleteDataClean",null,null,e)}async postAllModelSoftDeleteDataClean(e={}){return this._post("allModelSoftDeleteDataClean",null,null,e)}async getCheckFieldValueExist(e,t={}){return this._get("checkFieldValueExist",null,e,t)}async postQueryRefData(e,t={}){return this._post("queryRefData",e,null,t)}async postSingleModelSoftDeleteDataClean(e,t={}){return this._post("singleModelSoftDeleteDataClean",null,e,t)}}class ks extends y{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 xs extends y{constructor(){super("model-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Gs=class extends y{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class Ks extends y{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class Fs extends y{constructor(){super("online-form-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Vs extends y{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Hs extends y{constructor(){super("online-form-tmpl-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class $s extends y{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 Xs extends y{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 Ws extends y{constructor(){super("online")}async getClients(e,t={}){return this._get("clients",null,e,t)}async getExit(e,t={}){return this._get("exit",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class js extends y{constructor(){super("openapi")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetApiInfo(e,t={}){return this._get("getApiInfo",null,e,t)}async getGetApiInfos(e={}){return this._get("getApiInfos",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class zs extends y{constructor(){super("page-designer-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let qs=class extends y{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}},Js=class extends y{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 Qs extends y{constructor(){super("pm-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllProcHasPublishedVersion(e,t={}){return this._get("listAllProcHasPublishedVersion",null,e,t)}async 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 Zs extends y{constructor(){super("pm-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Ys extends y{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 en extends y{constructor(){super("print-designer")}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async 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 tn=class extends y{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 sn extends y{constructor(){super("print")}async postGenerateZplCode(e,t={}){return this._post("generateZplCode",e,null,t)}async postLabelBackEndPrint(e,t={}){return this._post("labelBackEndPrint",e,null,t)}async getPrintDropdownList(e={}){return this._get("printDropdownList",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}}class nn extends y{constructor(){super("process")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class rn extends y{constructor(){super("process-approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getApproveHistory(e,t={}){return this._get("approveHistory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ln extends y{constructor(){super("process-approve-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class an extends y{constructor(){super("process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async 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 un extends y{constructor(){super("process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 on extends y{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 cn extends y{constructor(){super("process-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class gn extends y{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class pn extends y{constructor(){super("process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class dn extends y{constructor(){super("process-instance-relation-")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hn extends y{constructor(){super("process-message-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class yn extends y{constructor(){super("process-node-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class _n extends y{constructor(){super("process-path-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 y{constructor(){super("process-path")}async getFindAllByOfInstanceId(e,t={}){return this._get("findAllByOfInstanceId",null,e,t)}async getFindAllByTmplId(e,t={}){return this._get("findAllByTmplId",null,e,t)}}class vn extends y{constructor(){super("process-task-done")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class mn extends y{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 In extends y{constructor(){super("process-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Sn extends y{constructor(){super("processTest")}async getCompleteTask(e,t={}){return this._get("completeTask",null,e,t)}async getDeploy(e,t={}){return this._get("deploy",null,e,t)}async getReadXml(e,t={}){return this._get("readXml",null,e,t)}async getSignal(e,t={}){return this._get("signal",null,e,t)}async getStart(e,t={}){return this._get("start",null,e,t)}async getUpdateVar(e,t={}){return this._get("updateVar",null,e,t)}async getWithdraw(e,t={}){return this._get("withdraw",null,e,t)}}class An extends y{constructor(){super("product-release")}async getGetProductReleaseByMaterialNo(e,t={}){return this._get("getProductReleaseByMaterialNo",null,e,t)}async getGetProductReleaseForm(e,t={}){return this._get("getProductReleaseForm",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Ln extends y{constructor(){super("publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCreateRelease(e,t={}){return this._post("createRelease",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 bn=class extends y{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}};class Tn extends y{constructor(){super("report")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDeploy(e,t={}){return this._post("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfos(e,t={}){return this._get("infos",null,e,t)}async getList(e={}){return this._get("list",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 Pn extends y{constructor(){super("report-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGenSql(e,t={}){return this._get("genSql",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postListByPage4DataSet(e,t={}){return this._post("listByPage4DataSet",e,null,t)}async 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 Rn extends y{constructor(){super("report-data")}async postListByPage(e,t={}){return this._post("listByPage",e,null,t)}async postListByPage4Cross(e,t={}){return this._post("listByPage4Cross",e,null,t)}async postListStatistic(e,t={}){return this._post("listStatistic",e,null,t)}}let En=class extends y{constructor(){super("role")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putIdEnabled(e={}){return this._put("{id}/{enabled}",null,null,e)}},Dn=class extends y{constructor(){super("role-permission")}async post(e,t={}){return this._post("",e,null,t)}async postBulk(e,t={}){return this._post("bulk",e,null,t)}async getMenuList(e,t={}){return this._get("menu/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}};class Cn extends y{constructor(){super("script")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class wn extends y{constructor(){super("script-assistant")}async getRag(e={}){return this._get("rag",null,null,e)}async postScriptComplete(e,t={}){return this._post("scriptComplete",e,null,t)}}class On extends y{constructor(){super("script-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Mn extends y{constructor(){super("script-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Bn extends y{constructor(){super("service-orchestration")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Un extends y{constructor(){super("service-orchestration-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Nn extends y{constructor(){super("service-orchestration-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class kn extends y{constructor(){super("sign-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}let xn=class extends y{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 Gn extends y{constructor(){super("signature")}async postGetSignatureImage(e,t={}){return this._post("getSignatureImage",e,null,t)}async postGetSignatureUploadOrWriteImage(e,t={}){return this._post("getSignatureUploadOrWriteImage",e,null,t)}}class Kn extends y{constructor(){super("sql-view-model")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 y{constructor(){super("sql-view")}async postBizServiceModelKeyBsKey(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class Vn extends y{constructor(){super("stash")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByClientKey(e,t={}){return this._get("findByClientKey",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Hn extends y{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class $n extends y{constructor(){super("sys-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 y{constructor(){super("system-var")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSystemVarByKeys(e,t={}){return this._get("getSystemVarByKeys",null,e,t)}async getGetVarByKeys(e,t={}){return this._get("getVarByKeys",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListSystemVarCache(e={}){return this._get("listSystemVarCache",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wn extends y{constructor(){super("trace-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByTraceId(e,t={}){return this._get("findByTraceId",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class jn extends y{constructor(){super("trace-log-details")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 zn extends y{constructor(){super("trace-mainline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class qn extends y{constructor(){super("trace-mainline-ext")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Jn extends y{constructor(){super("trace-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getTreeByModelKey(e,t={}){return this._get("treeByModelKey",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Qn extends y{constructor(){super("user-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getSearch(e,t={}){return this._get("search",null,e,t)}async getUserRolePermissionList(e={}){return this._get("user/role/permission/list",null,null,e)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Zn extends y{constructor(){super("user-group-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Yn extends y{constructor(){super("view-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 er extends y{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class tr extends y{constructor(){super("webpage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelOccupyWebPage(e,t={}){return this._post("cancelOccupyWebPage",e,null,t)}async 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 sr=class extends y{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)}},nr=class{constructor(){i(this,"appBranch",new ht),i(this,"appGlobalSettings",new yt),i(this,"appGrantedUser",new _t),i(this,"appOrg",new ft),i(this,"appPublishLog",new vt),i(this,"appState",new mt),i(this,"appUser",new It),i(this,"approvalLog",new St),i(this,"auditLog",new At),i(this,"basicConfig",new Lt),i(this,"bizEvent",new bt),i(this,"bizProcessDefinition",new Tt),i(this,"bizProcessDefinitionVersion",new Pt),i(this,"bizServiceCrud",new Rt),i(this,"bizService",new Et),i(this,"bom",new Dt),i(this,"category",new Ct),i(this,"categoryRelation",new wt),i(this,"chat",new Ot),i(this,"codeTs",new Mt),i(this,"commitLog",new Bt),i(this,"commonInfoCard",new Ut),i(this,"controlConfig",new Nt),i(this,"customerComplaint",new kt),i(this,"dashboard",new xt),i(this,"dataModel",new Gt),i(this,"dataSource",new Kt),i(this,"dataTrace",new Ft),i(this,"designerCommon",new Vt),i(this,"designerLock",new Ht),i(this,"designerOperateLog",new $t),i(this,"devops",new Xt),i(this,"difyChat",new Wt),i(this,"docControlStarted",new jt),i(this,"docControlTaskDone",new zt),i(this,"docControlTaskTodo",new qt),i(this,"docControl",new Jt),i(this,"docOutline",new Qt),i(this,"document",new Zt),i(this,"edhrInstance",new Yt),i(this,"edhrInstanceRelation",new es),i(this,"edhrInstanceSearchHistory",new ts),i(this,"edhrTmpl",new ss),i(this,"eleSearch",new ns),i(this,"enumModel",new rs),i(this,"enumModelField",new ls),i(this,"event",new is),i(this,"eventLog",new as),i(this,"excelTmpl",new us),i(this,"excel",new os),i(this,"fieldMeta",new cs),i(this,"field",new gs),i(this,"fileResource",new ps),i(this,"fileTask",new ds),i(this,"file",new hs),i(this,"formRelate",new ys),i(this,"frontOperateLog",new _s),i(this,"globalMethod",new fs),i(this,"i18NInfo",new vs),i(this,"instanceRelation",new ms),i(this,"ipaas",new Is),i(this,"job",new Ss),i(this,"jobLog",new As),i(this,"jsEngine",new Ls),i(this,"label",new bs),i(this,"labelLog",new Ts),i(this,"loginLog",new Ps),i(this,"medPro",new Rs),i(this,"menuConfig",new Es),i(this,"mergeLog",new Ds),i(this,"messageRecord",new Cs),i(this,"messageSetting",new ws),i(this,"messageTmpl",new Os),i(this,"mobileHomepage",new Ms),i(this,"mobilePage",new Bs),i(this,"modelComprehensive",new Us),i(this,"modelData",new Ns),i(this,"modelMeta",new ks),i(this,"modelMethod",new xs),i(this,"model",new Gs),i(this,"onlineFormChangeHistory",new Ks),i(this,"onlineFormInstance",new Fs),i(this,"onlineFormLog",new Vs),i(this,"onlineFormTmplLog",new Hs),i(this,"onlineFormTmpl",new $s),i(this,"onlineForm",new Xs),i(this,"online",new Ws),i(this,"openapi",new js),i(this,"pageDesignerLog",new zs),i(this,"permission",new qs),i(this,"plat",new Js),i(this,"pmProcessDefinition",new Qs),i(this,"pmProcessDefinitionVersion",new Zs),i(this,"pmProcessEngine",new Ys),i(this,"printDesigner",new en),i(this,"printLog",new tn),i(this,"print",new sn),i(this,"process",new nn),i(this,"processApprovalLog",new rn),i(this,"processApproveUser",new ln),i(this,"processDefinition",new an),i(this,"processDefinitionVersion",new un),i(this,"processEngine",new on),i(this,"processEvent",new cn),i(this,"processGraph",new gn),i(this,"processInstance",new pn),i(this,"processInstanceRelation",new dn),i(this,"processMessageUser",new hn),i(this,"processNodeDefinition",new yn),i(this,"processPathUser",new _n),i(this,"processPath",new fn),i(this,"processTaskDone",new vn),i(this,"processTaskTodo",new mn),i(this,"processVersion",new In),i(this,"processTest",new Sn),i(this,"productRelease",new An),i(this,"publishLog",new Ln),i(this,"regexp",new bn),i(this,"report",new Tn),i(this,"reportDataSet",new Pn),i(this,"reportData",new Rn),i(this,"role",new En),i(this,"rolePermission",new Dn),i(this,"script",new Cn),i(this,"scriptAssistant",new wn),i(this,"scriptVersion",new On),i(this,"scriptVersionLog",new Mn),i(this,"serviceOrchestration",new Bn),i(this,"serviceOrchestrationVersion",new Un),i(this,"serviceOrchestrationVersionLog",new Nn),i(this,"signHistory",new kn),i(this,"signLog",new xn),i(this,"signature",new Gn),i(this,"sqlViewModel",new Kn),i(this,"sqlView",new Fn),i(this,"stash",new Vn),i(this,"subModelProcess",new Hn),i(this,"sysConfig",new $n),i(this,"systemVar",new Xn),i(this,"traceLog",new Wn),i(this,"traceLogDetails",new jn),i(this,"traceMainline",new zn),i(this,"traceMainlineExt",new qn),i(this,"traceSetting",new Jn),i(this,"userGroup",new Qn),i(this,"userGroupRelation",new Zn),i(this,"viewModel",new Yn),i(this,"wash",new er),i(this,"webpage",new tr),i(this,"api",new sr)}};var Ae=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(Ae||{});function rr(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var te,Le;function lr(){if(Le)return te;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,p=0,a,d=0;d<=u.length;++d){if(d<u.length)a=u.charCodeAt(d);else{if(a===47)break;a=47}if(a===47){if(!(c===d-1||p===1))if(c!==d-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=d,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=d,p=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,d):l=u.slice(c+1,d),o=d-c-1;c=d,p=0}else a===46&&p!==-1?++p:p=-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 p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(n=p+"/"+n,l=p.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,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var d=l.length,_=d-a,m=p<_?p:_,v=-1,f=0;f<=m;++f){if(f===m){if(_>m){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else p>m&&(n.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=n.charCodeAt(o+f),T=l.charCodeAt(a+f);if(A!==T)break;A===47&&(v=f)}var S="";for(f=o+v+1;f<=c;++f)(f===c||n.charCodeAt(f)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+l.slice(a+v):(a+=v,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,p=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!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,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var d=l.length-1,_=-1;for(a=n.length-1;a>=0;--a){var m=n.charCodeAt(a);if(m===47){if(!p){o=a+1;break}}else _===-1&&(p=!1,_=a+1),d>=0&&(m===l.charCodeAt(d)?--d===-1&&(c=a):(d=-1,c=_))}return o===c?c=_:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,p=!0,a=0,d=n.length-1;d>=0;--d){var _=n.charCodeAt(d);if(_===47){if(!p){o=d+1;break}continue}c===-1&&(p=!1,c=d+1),_===46?l===-1?l=d: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,p;c?(l.root="/",p=1):p=0;for(var a=-1,d=0,_=-1,m=!0,v=n.length-1,f=0;v>=p;--v){if(o=n.charCodeAt(v),o===47){if(!m){d=v+1;break}continue}_===-1&&(m=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===d+1?_!==-1&&(d===0&&c?l.base=l.name=n.slice(1,_):l.base=l.name=n.slice(d,_)):(d===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,_)):(l.name=n.slice(d,a),l.base=n.slice(d,_)),l.ext=n.slice(a,_)),d>0?l.dir=n.slice(0,d-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,te=r,te}var ir=lr(),R=rr(ir);function ar(s,e){return G(B(s),e,(t,r)=>{if(typeof t=="object"&&typeof r=="object")return G(B(t),r,(u,n)=>Array.isArray(u)?q(u,n,J):void 0)})}const be=j.create();class C{static use(e){e(be)}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=z.stringify(r,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const n=await be.request(ar({url:e,data:JSON.stringify(t||{}),params:r,timeout:120*1e3,headers:{"Content-Type":Ae.JSON}},u));if(n.status>=200&&n.status<300)return n.data;throw n}}class ur{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 or(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var se,Te;function cr(){if(Te)return se;Te=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,p=0,a,d=0;d<=u.length;++d){if(d<u.length)a=u.charCodeAt(d);else{if(a===47)break;a=47}if(a===47){if(!(c===d-1||p===1))if(c!==d-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=d,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=d,p=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,d):l=u.slice(c+1,d),o=d-c-1;c=d,p=0}else a===46&&p!==-1?++p:p=-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 p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(n=p+"/"+n,l=p.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,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var d=l.length,_=d-a,m=p<_?p:_,v=-1,f=0;f<=m;++f){if(f===m){if(_>m){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else p>m&&(n.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=n.charCodeAt(o+f),T=l.charCodeAt(a+f);if(A!==T)break;A===47&&(v=f)}var S="";for(f=o+v+1;f<=c;++f)(f===c||n.charCodeAt(f)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+l.slice(a+v):(a+=v,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,p=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!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,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var d=l.length-1,_=-1;for(a=n.length-1;a>=0;--a){var m=n.charCodeAt(a);if(m===47){if(!p){o=a+1;break}}else _===-1&&(p=!1,_=a+1),d>=0&&(m===l.charCodeAt(d)?--d===-1&&(c=a):(d=-1,c=_))}return o===c?c=_:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,p=!0,a=0,d=n.length-1;d>=0;--d){var _=n.charCodeAt(d);if(_===47){if(!p){o=d+1;break}continue}c===-1&&(p=!1,c=d+1),_===46?l===-1?l=d: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,p;c?(l.root="/",p=1):p=0;for(var a=-1,d=0,_=-1,m=!0,v=n.length-1,f=0;v>=p;--v){if(o=n.charCodeAt(v),o===47){if(!m){d=v+1;break}continue}_===-1&&(m=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===d+1?_!==-1&&(d===0&&c?l.base=l.name=n.slice(1,_):l.base=l.name=n.slice(d,_)):(d===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,_)):(l.name=n.slice(d,a),l.base=n.slice(d,_)),l.ext=n.slice(a,_)),d>0?l.dir=n.slice(0,d-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,se=r,se}var gr=cr(),pr=or(gr);class h extends ur{constructor(e){super(pr.join("/gct-platform/api",e))}}class dr extends h{constructor(){super("agent")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class hr extends h{constructor(){super("apk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetActiveApp(e={}){return this._get("getActiveApp",null,null,e)}async getGetIp(e={}){return this._get("getIp",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postUploadApk(e={}){return this._post("upload/apk",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class yr extends h{constructor(){super("app")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 _r extends h{constructor(){super("app-member")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postListMulti(e={}){return this._post("list-multi",null,null,e)}async 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 fr extends h{constructor(){super("app-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getCheckAppUserAdmin(e,t={}){return this._get("checkAppUserAdmin",null,e,t)}async getCheckAppUserVisibility(e,t={}){return this._get("checkAppUserVisibility",null,e,t)}async 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 vr extends h{constructor(){super("assets")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async 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 mr extends h{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e={}){return this._get("operateTypes",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}}class Ir extends h{constructor(){super("bi-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 Sr extends h{constructor(){super("bi-file-dataset-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDatasetid(e,t={}){return this._get("list-datasetid",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ar extends h{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class Lr extends h{constructor(){super("bi-share")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class br extends h{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAddDefaultCusComp(e={}){return this._post("addDefaultCusComp",null,null,e)}async deleteDeleteDatasetCategory(e,t={}){return this._delete("deleteDatasetCategory",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListDatasetCategory(e,t={}){return this._get("listDatasetCategory",null,e,t)}async 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 Tr 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 Pr extends h{constructor(){super("data-source")}async post(e,t={}){return this._post("",e,null,t)}async put(e,t={}){return this._put("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putEnabled(e,t={}){return this._put("enabled",e,null,t)}async postExecuteUpdate(e,t={}){return this._post("executeUpdate",e,null,t)}async getFindById(e,t={}){return this._get("findById",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async 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 Rr 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 Er extends h{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 Dr extends h{constructor(){super("dataset")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async getColumnValue(e,t={}){return this._get("column-value",null,e,t)}async putEncode(e,t={}){return this._put("encode",null,e,t)}async postGenColumn(e,t,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 Cr extends h{constructor(){super("dataset-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class wr extends h{constructor(){super("datasource-devops")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Or extends h{constructor(){super("datasource-move")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postMove(e,t={}){return this._post("move",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Mr extends h{constructor(){super("datasource-move-data")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Br extends h{constructor(){super("datasource-move-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ur extends h{constructor(){super("external-message")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Nr extends h{constructor(){super("file-task")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 kr extends h{constructor(){super("file")}async postDataPreview(e,t={}){return this._post("data-preview",e,null,t)}async postUploadCommon(e={}){return this._post("upload-common",null,null,e)}async postUploadDataset(e={}){return this._post("upload-dataset",null,null,e)}async postUploadImage(e,t={}){return this._post("upload/image",null,e,t)}}class xr extends h{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class Gr extends h{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 Kr extends h{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 Fr extends h{constructor(){super("internal-message")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async 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 Vr extends h{constructor(){super("invoke-log")}async getExport(e,t={}){return this._get("export",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Hr extends h{constructor(){super("knowledge-base")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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("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 Xr extends h{constructor(){super("knowledge-base-doc")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Wr extends h{constructor(){super("ldap")}async postUploadCertificate(e={}){return this._post("upload/certificate",null,null,e)}}class jr extends h{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class zr extends h{constructor(){super("license")}async getActivate(e,t={}){return this._get("activate",null,e,t)}async postActivates(e,t={}){return this._post("activates",null,e,t)}async postActivatesOffline(e,t={}){return this._post("activatesOffline",null,e,t)}async getCheckLicense(e={}){return this._get("checkLicense",null,null,e)}async getClients(e,t={}){return this._get("clients",null,e,t)}async getGetAppBasicInfo(e,t={}){return this._get("getAppBasicInfo",null,e,t)}async getGetExpireMsg(e,t={}){return this._get("getExpireMsg",null,e,t)}async getGetUsers(e,t={}){return this._get("getUsers",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async 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 qr extends h{constructor(){super("login-log")}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Jr extends h{constructor(){super("login")}async postCheckApp(e,t={}){return this._post("checkApp",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}async postSign(e,t={}){return this._post("sign",e,null,t)}async getSignOut(e,t={}){return this._get("signOut",null,e,t)}async getUserAppAuth(e,t={}){return this._get("userAppAuth",null,e,t)}}class Qr extends h{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 Zr extends h{constructor(){super("message-setting")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetTypeCount(e={}){return this._get("getTypeCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async 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 Yr extends h{constructor(){super("minio-file")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async getDownload(e,t={}){return this._get("download",null,e,t)}}class el extends h{constructor(){super("model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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("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 sl extends h{constructor(){super("nav-menu")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 nl extends h{constructor(){super("nav-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 rl extends h{constructor(){super("openapi-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",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 ll extends h{constructor(){super("openapi-key-grant")}async post(e={}){return this._post("",null,null,e)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 il extends h{constructor(){super("org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async 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 al extends h{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 ul extends h{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class ol extends h{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 cl extends h{constructor(){super("plugin")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelUpload(e,t={}){return this._post("cancelUpload",e,null,t)}async putDeleteCategory(e,t={}){return this._put("deleteCategory",e,null,t)}async getGetImages(e,t={}){return this._get("getImages",null,e,t)}async postGetTenantCompList(e,t={}){return this._post("getTenantCompList",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 gl extends h{constructor(){super("plugin-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class pl extends h{constructor(){super("pm-process-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class dl extends h{constructor(){super("pm-process-delegate-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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("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 yl extends h{constructor(){super("pm-task-done")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 _l extends h{constructor(){super("pm-task-todo")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 fl extends h{constructor(){super("pn-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class vl extends h{constructor(){super("pn-project")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async getExport(e,t={}){return this._get("export",null,e,t)}async postImport(e,t={}){return this._post("import",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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 ml extends h{constructor(){super("print-log")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}}class Il extends h{constructor(){super("print-resource")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetIpAddressStatus(e,t={}){return this._get("getIpAddressStatus",null,e,t)}async getGetPrintCount(e={}){return this._get("getPrintCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByMacAddress(e,t={}){return this._get("listByMacAddress",null,e,t)}async postPrintTest(e={}){return this._post("printTest",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}async putUpdateRemarkId(e,t={}){return this._put("updateRemark/{id}",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Sl 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 Al extends h{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 Ll extends h{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 bl extends h{constructor(){super("role")}async getList(e={}){return this._get("list",null,null,e)}async postPlat(e,t={}){return this._post("plat",e,null,t)}async deletePlat(e,t={}){return this._delete("plat",null,e,t)}async 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 Tl extends h{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class Pl extends h{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 Rl extends h{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 El extends h{constructor(){super("sign-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPageList(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Dl extends h{constructor(){super("sms")}async postGetSignsAndTemplates(e,t={}){return this._post("getSignsAndTemplates",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}}class Cl extends h{constructor(){super("started-process")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class wl extends h{constructor(){super("task-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async 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 Ol extends h{constructor(){super("task-done")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Ml extends h{constructor(){super("task-todo")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Bl extends h{constructor(){super("tenant-developer")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postRemoveAndHandover(e,t={}){return this._post("RemoveAndHandover",e,null,t)}async getGetUserMaintainerApp(e,t={}){return this._get("getUserMaintainerApp",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Ul extends h{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 Nl extends h{constructor(){super("user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info",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 kl extends h{constructor(){super("user-extra")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class xl extends h{constructor(){super("user-info-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async 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("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 Kl extends h{constructor(){super("workbench-component")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPageList(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,r={}){return this._put("",t,e,r)}}class Fl extends h{constructor(){super("workbench-component-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async 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 Vl extends h{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Hl extends h{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class $l extends h{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Xl extends h{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class Wl extends h{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class jl extends h{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class zl extends h{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class ql extends h{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class Jl extends h{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class Ql extends h{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Zl extends h{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class Yl extends h{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ei extends h{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class ti extends h{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class si extends h{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class ni extends h{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class ri extends h{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class li extends h{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class ii extends h{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class ai extends h{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class ui extends h{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class oi extends h{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class ci extends h{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class gi extends h{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class pi extends h{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class di extends h{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class hi extends h{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class yi extends h{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class _i extends h{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class fi extends h{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class vi extends h{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class mi extends h{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class Ii extends h{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class Si extends h{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ai extends h{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class Li extends h{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class bi extends h{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Ti extends h{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Pi extends h{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class Ri extends h{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Ei extends h{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class Di extends h{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class Ci extends h{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 wi extends h{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Oi extends h{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Mi extends h{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Bi extends h{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class Ui extends h{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ni extends h{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class ki extends h{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class xi extends h{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Gi extends h{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class Ki extends h{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class Fi extends h{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Vi extends h{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Hi extends h{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class $i extends h{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Xi extends h{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class Wi extends h{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class ji extends h{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class zi extends h{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class qi extends h{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class Ji extends h{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class Qi extends h{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class Zi extends h{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class Yi extends h{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class ea extends h{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class ta extends h{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class sa extends h{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class na extends h{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class ra extends h{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class la extends h{constructor(){super("exportTemplate")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class ia extends h{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class aa extends h{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class ua extends h{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class oa extends h{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class ca extends h{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class ga extends h{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class pa extends h{constructor(){super("importTemplate")}async get(e={}){return this._get("",null,null,e)}async head(e={}){return this._head("",null,null,e)}async post(e={}){return this._post("",null,null,e)}async put(e={}){return this._put("",null,null,e)}async delete(e={}){return this._delete("",null,null,e)}async options(e={}){return this._options("",null,null,e)}async patch(e={}){return this._patch("",null,null,e)}}class da extends h{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class ha extends h{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class ya extends h{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class _a extends h{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class fa extends h{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class va extends h{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ma extends h{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class Ia extends h{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class Sa extends h{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class Aa extends h{constructor(){super("uploadFiles")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class La extends h{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ba extends h{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class Ta extends h{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Pa extends h{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class Ra extends h{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class Ea extends h{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class Da{constructor(){i(this,"agent",new dr),i(this,"apk",new hr),i(this,"app",new yr),i(this,"appMember",new _r),i(this,"appSetting",new fr),i(this,"assets",new vr),i(this,"auditLog",new mr),i(this,"biDataSet",new Ir),i(this,"biFileDatasetConfig",new Sr),i(this,"biFile",new Ar),i(this,"biShare",new Lr),i(this,"category",new br),i(this,"dashboard",new Tr),i(this,"dataSource",new Pr),i(this,"dataTrace",new Rr),i(this,"database",new Er),i(this,"dataset",new Dr),i(this,"datasetLog",new Cr),i(this,"datasourceDevops",new wr),i(this,"datasourceMove",new Or),i(this,"datasourceMoveData",new Mr),i(this,"datasourceMoveDetail",new Br),i(this,"externalMessage",new Ur),i(this,"fileTask",new Nr),i(this,"file",new kr),i(this,"frontRelease",new xr),i(this,"i18NConfig",new Gr),i(this,"i18NInfo",new Kr),i(this,"internalMessage",new Fr),i(this,"invokeLog",new Vr),i(this,"knowledgeBase",new Hr),i(this,"knowledgeBaseChunk",new $r),i(this,"knowledgeBaseDoc",new Xr),i(this,"ldap",new Wr),i(this,"licenseUnbindLog",new jr),i(this,"license",new zr),i(this,"loginLog",new qr),i(this,"login",new Jr),i(this,"manager",new Qr),i(this,"messageSetting",new Zr),i(this,"minioFile",new Yr),i(this,"model",new el),i(this,"modelProvider",new tl),i(this,"navMenu",new sl),i(this,"navPage",new nl),i(this,"openapiGroup",new rl),i(this,"openapiKeyGrant",new ll),i(this,"org",new il),i(this,"orgUserPicker",new al),i(this,"permission",new ul),i(this,"plat",new ol),i(this,"plugin",new cl),i(this,"pluginVersion",new gl),i(this,"pmProcessDelegate",new pl),i(this,"pmProcessDelegateDetail",new dl),i(this,"pmProcessInstance",new hl),i(this,"pmTaskDone",new yl),i(this,"pmTaskTodo",new _l),i(this,"pnPage",new fl),i(this,"pnProject",new vl),i(this,"printLog",new ml),i(this,"printResource",new Il),i(this,"regexp",new Sl),i(this,"released",new Al),i(this,"rolePermission",new Ll),i(this,"role",new bl),i(this,"seatMessage",new Tl),i(this,"seat",new Pl),i(this,"shortcut",new Rl),i(this,"signLog",new El),i(this,"sms",new Dl),i(this,"startedProcess",new Cl),i(this,"taskDelegate",new wl),i(this,"taskDone",new Ol),i(this,"taskTodo",new Ml),i(this,"tenantDeveloper",new Bl),i(this,"tenant",new Ul),i(this,"user",new Nl),i(this,"userExtra",new kl),i(this,"userInfoLog",new xl),i(this,"userPasswordHistory",new Gl),i(this,"workbenchComponent",new Kl),i(this,"workbenchComponentRelation",new Fl),i(this,"clearTempDir",new Vl),i(this,"deleteNotUseDir",new Hl),i(this,"getAttachmentInfoByPage",new $l),i(this,"deleteCompInfo",new Xl),i(this,"deleteCompInfoType",new Wl),i(this,"getAllCompInfo",new jl),i(this,"getAllCompInfoByTypeId",new zl),i(this,"getAllCompInfoType",new ql),i(this,"getCompInfoById",new Jl),i(this,"getCompInfoByPage",new Ql),i(this,"getCompInfoTypeById",new Zl),i(this,"getCompInfoTypeByPage",new Yl),i(this,"importCompInfoJson",new ei),i(this,"saveCompInfo",new ti),i(this,"saveCompInfoType",new si),i(this,"deleteCsvDatasource",new ni),i(this,"getAllCsvDatasource",new ri),i(this,"getContentToArray",new li),i(this,"getCsvDatasourceById",new ii),i(this,"getCsvDatasourceByName",new ai),i(this,"getCsvDatasourceByPage",new ui),i(this,"parseCsvOrExcel",new oi),i(this,"saveCsvDatasource",new ci),i(this,"getDesignerData",new gi),i(this,"deleteEchartTheme",new pi),i(this,"getAllEchartTheme",new di),i(this,"getEchartThemeById",new hi),i(this,"getEchartThemeByPage",new yi),i(this,"getMyEchartThemes",new _i),i(this,"getSysEchartThemes",new fi),i(this,"saveEchartTheme",new vi),i(this,"buildEnshrineCompLibrary",new mi),i(this,"deleteEnshrineComp",new Ii),i(this,"deleteEnshrineCompGroup",new Si),i(this,"getAllEnshrineCompGroups",new Ai),i(this,"getEnshrineCompByPage",new Li),i(this,"getEnshrineCompGroupById",new bi),i(this,"getEnshrineCompGroupByPage",new Ti),i(this,"getLayoutItemObjById",new Pi),i(this,"saveEnshrineComp",new Ri),i(this,"saveEnshrineCompGroup",new Ei),i(this,"searchEnshrineComp",new Di),i(this,"api",new Ci),i(this,"copyFilter",new wi),i(this,"deleteFilter",new Oi),i(this,"getAllFilter",new Mi),i(this,"getFilterById",new Bi),i(this,"saveFilter",new Ui),i(this,"httpQuery",new Ni),i(this,"clearLogLogin",new ki),i(this,"getLogLoginByPage",new xi),i(this,"clearLogOperate",new Gi),i(this,"deleteLogOperateById",new Ki),i(this,"getPnLogOperateByPage",new Fi),i(this,"uncompressLogOperateLayoutStr",new Vi),i(this,"deleteMapGeoJson",new Hi),i(this,"getAdCodeByAliasName",new $i),i(this,"getGeoJsonByAdCode",new Xi),i(this,"getMapBaseInfoByLevel",new Wi),i(this,"getMapGeoJsonById",new ji),i(this,"getMapGeoJsonByPage",new zi),i(this,"saveMapGeoJson",new qi),i(this,"deletePageSnapshoot",new Ji),i(this,"getPageSnapshootByEnabled",new Qi),i(this,"getPageSnapshootById",new Zi),i(this,"getPageSnapshootsByPageId",new Yi),i(this,"savePageSnapshoot",new ea),i(this,"setPageSnapshootEnabled",new ta),i(this,"setPageSnapshootEnabledByPageId",new sa),i(this,"attachmentResourceTransfer",new na),i(this,"deletePageTemplate",new ra),i(this,"exportTemplate",new la),i(this,"getAllPageTemplate",new ia),i(this,"getPageTemplateById",new aa),i(this,"getPageTemplateByPage",new ua),i(this,"getPageTemplateForCreatePageForm",new oa),i(this,"getPageTemplateLayout",new ca),i(this,"getPageTemplateThemeJson",new ga),i(this,"importTemplate",new pa),i(this,"savePageTemplate",new da),i(this,"toggleEnabled",new ha),i(this,"deletePnResource",new ya),i(this,"deletePnResourceGroup",new _a),i(this,"getMyAllPnResourceGroup",new fa),i(this,"getMyPnResourceByPage",new va),i(this,"getPnResourceGroupById",new ma),i(this,"resourceTransferToPage",new Ia),i(this,"savePnResourceGroup",new Sa),i(this,"uploadFiles",new Aa),i(this,"getMyShareCustomCompByPage",new La),i(this,"getShareCustomCompById",new ba),i(this,"getShareCustomCompByPage",new Ta),i(this,"saveShareCustomComp",new Pa),i(this,"getPageTotalCount",new Ra),i(this,"getProjectTotalCount",new Ea)}}const qc=g("SIDE_BAR_MINI_WIDTH",48),Jc=g("SIDE_BAR_SHOW_TIT_MINI_WIDTH",80);var Ca=g("ContentEnum",(s=>(s.FULL="full",s.FIXED="fixed",s))(Ca||{})),wa=g("ThemeEnum",(s=>(s.DARK="dark",s.LIGHT="light",s))(wa||{})),Oa=g("SettingButtonPositionEnum",(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(Oa||{})),Ma=g("SessionTimeoutProcessingEnum",(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(Ma||{})),Ba=g("PermissionModeEnum",(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(Ba||{})),Ua=g("RouterTransitionEnum",(s=>(s.ZOOM_FADE="zoom-fade",s.ZOOM_OUT="zoom-out",s.FADE_SIDE="fade-slide",s.FADE="fade",s.FADE_BOTTOM="fade-bottom",s.FADE_SCALE="fade-scale",s))(Ua||{})),Pe=g("ProjectName",(s=>(s.PORTAL="portal",s.BACKEND_MANAGEMENT="backend-management",s.DEVELOPER_CENTER="developer-center",s.TENANT_CENTER="tenant-center",s.APP_DESIGNER="app-designer",s.PAGE_DESIGNER="page-designer",s.WEB_RENDER="web-render",s.MOBILE_RENDER="mobile-render",s))(Pe||{})),Na=g("FIELD_TYPE_CATEGORY",(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(Na||{})),I=g("FIELD_TYPE",(s=>(s.PRIMARY_KEY="primary_key",s.ASSOCIATED_PRIMARY_KEY="associated_primary_key",s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.DATA_TABLE_FORMULA="data_table_formula",s.READONLYCMP="readonlycmp",s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s.Biz_Process="biz_process",s))(I||{})),ka=g("FIELD_TYPE_BASIC",(s=>(s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s))(ka||{})),xa=g("FIELD_TYPE_LOGIC",(s=>(s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.Biz_Process="biz_process",s))(xa||{})),Ga=g("FIELD_TYPE_TRACE",(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(Ga||{}));const Qc=g("FieldTypeToJs",{attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"});var Ka=g("CreateType",(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(Ka||{})),Fa=g("MenuType",(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(Fa||{})),Va=g("OpenMode",(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(Va||{})),Ha=g("MaterialEnum",(s=>(s.MaterialFormField="formField",s.MaterialTableField="tableField",s.MaterialEmbedTableField="embedTableField",s.MaterialSubTableField="subTableField",s.MaterialSubTableModalField="subTableModalField",s.cardListFormField="cardList",s.MaterialTableSelectField="tableSelectField",s.DescriptionsFormField="descriptions",s))(Ha||{}));const Zc=g("FieldIconMap",{primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"});var $a=g("AggTypes",(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))($a||{})),Xa=g("NodesConfigTypeEnum",(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(Xa||{})),Wa=g("selectionTypeEnums",(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Wa||{})),ja=g("UniqueConstraintType",(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(ja||{})),za=g("MessageType",(s=>(s.ALL="all",s.UNREAD="unread",s))(za||{})),qa=g("WorkbenchType",(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(qa||{})),Ja=g("PersonalCenterType",(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(Ja||{})),Qa=g("GENDER_TYPE",(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Qa||{})),Za=g("TODO_TYPE",(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(Za||{}));const Yc=g("SHOW_FIELDTYPES",[I.TEXT,I.LONG_TEXT,I.LONG,I.INTEGER,I.DECIMAL,I.DOUBLE,I.SERIAL]);var Ya=g("UserServiceType",(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Ya||{})),eu=g("EntityModelCategoryEnum",(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(eu||{})),tu=g("EntityModelTypeEnum",(s=>(s.BASE="BASE",s.NDO="NDO",s.RDO="RDO",s.TREE="TREE",s.DYNAMIC_FORM="DYNAMIC_FORM",s.WORKFLOW="WORKFLOW",s.TRANSACTION="TRANSACTION",s))(tu||{})),su=g("FieldDefaultValueTypeEnum",(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(su||{})),nu=g("FieldSysVarDefaultValueEnum",(s=>(s.NULL="",s.SYS_DATE="SYS_DATE",s.SYS_TIME="SYS_TIME",s.SYS_DATE_TIME="SYS_DATE_TIME",s.CURRENT_USER="CURRENT_USER",s.CURRENT_ORG="CURRENT_ORG",s))(nu||{})),ru=g("scriptTypeEnum",(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(ru||{})),lu=g("PanelEnum",(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(lu||{})),iu=g("Postion",(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(iu||{})),au=g("BorderStyle",(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(au||{})),uu=g("TextAlign",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(uu||{})),ou=g("TextDecoration",(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(ou||{})),cu=g("EventCategory",(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(cu||{})),gu=g("PropGroup",(s=>(s.BASIC="basic",s.ADVANCED="advance",s.DISPLAY="display",s.LABEL="label",s.VUE3="vue3",s.FIELD="field",s.DATA="data",s.OTHER="other",s.LIST="list",s.Table="table",s.SUBMIT_RULE="submitRule",s.LISTDATA="listdata",s.SHOW="show",s.FIELD_CONFIG="fieldConfig",s.FORM_CONFIG="formConfig",s.FIELD_LAYOUT="FieldLayout",s.TABLESELECT_CONFIG="tableSelect",s.GENRADIO="genRadio",s.GENCHECKBOX="genCheckbox",s.GENSWITCH="genSwitch",s.OPTIONS="options",s.COLLAPSE="collapse",s.IFRAME="iframe",s.FILECOLLECT="fileCollect",s.CARDLIST="cardList",s.BUTTON="button",s.Button="Button",s.ButtonShow="ButtonShow",s.ButtonStyle="ButtonStyle",s.LISTBUTTON="listButton",s.MODAL="modal",s.MODALWIDTH="modalWidth",s.MODALHEIGHT="modalHeight",s.MODALTITLECONFIG="modalTitleConfig",s.SEARCH="search",s.QUERY="query",s.INPUT_CONFIG="inputConfig",s.DATALINKAGE="dataLinkage",s.PERMISSION="permission",s.DATASOURCE="dataSource",s.VALIDATERULE="validaterule",s.TEXT="text",s.GRID_CONFIG="gridConfig",s.COL_CONFIG="colConfig",s.COMPONENTDEPENDENCY="componentDependency",s.GENIMAGE="genImage",s.DATARANGE="dataRange",s.OPERATOR_CONFIG="operatorConfig",s.BUSINESS_CONFIG="businessConfig",s))(gu||{})),pu=g("StyleGroup",(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(pu||{})),du=g("tagEnum",(s=>(s.TAG="tag",s.PROGRESS="progress",s))(du||{})),hu=g("TagTypeEnum",(s=>(s.RADIUS="radius",s.LINEAR_RADIUS="linear_radius",s.BIG_RADIUS="big_radius",s.LINEAR_BIG_RADIUS="linear_big_radius",s.DASHED_RADIUS="dashed_radius",s.STATUS="status",s))(hu||{})),yu=g("ProgressTypeEnum",(s=>(s.CIRCLE="circle",s.LINE="line",s))(yu||{})),_u=g("DisplayType",(s=>(s.RULE="rule",s.CONFIG="config",s))(_u||{})),fu=g("GLOBAL_VAR_TYPE",(s=>(s.STRING="string",s.NUMBER="number",s.BOOLEAN="boolean",s.OBJECT="object",s.ARRAY="array",s.NULL="NULL",s.DATE="date",s.DATETIME="datetime",s.TIME="time",s))(fu||{})),vu=g("GLOBAL_TYPE",(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(vu||{})),mu=g("COLUMNS_TYPE",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(mu||{})),Iu=g("INNER_EVENT",(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(Iu||{})),Su=g("SUB_TABLE_EDIT_MODE",(s=>(s.INLINE="inline",s.MODAL="modal",s))(Su||{})),Au=g("SUB_TABLE_OPE_EVENT_TYPE_INLINE",(s=>(s.DELETE="delete",s.COPY="copy",s))(Au||{})),Lu=g("SUB_TABLE_OPE_EVENT_TYPE",(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(Lu||{})),bu=g("VERIFICATIONCONDITIONS_TYPE",(s=>(s.JS="js",s))(bu||{})),Tu=g("ASSIGNMENTSTRATEGY_ENUM",(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(Tu||{})),Pu=g("Dependency_ENUM",(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(Pu||{})),Ru=g("ToolkitEnum",(s=>(s.OUTLINE="OUTLINE",s.WIDGETS="WIDGETS",s.FIELD="FIELD",s.MODAL="MODAL",s.JS="JS",s.CSS="CSS",s.TEMPLATE="TEMPLATE",s.LO="LO",s))(Ru||{})),Eu=g("CategoryTypeEnum",(s=>(s.FORM="form",s.LAYOUT="layout",s.ADVANCED="advanced",s.DATA="data",s.BUTTON="button",s.RDO="rdo",s.KIT="kit",s.PROCESS="process",s))(Eu||{})),$=g("Platform",(s=>(s.WEB="web",s.MOBILE="mobile",s))($||{})),Du=g("BuiltinType",(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(Du||{})),Cu=g("DateRangeEnums",(s=>(s.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",s.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",s.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",s.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",s.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",s.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",s.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",s.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",s.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",s.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",s))(Cu||{})),wu=g("SelectPickerEnums",(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(wu||{})),Ou=g("CURRENCY_ENUM",(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(Ou||{})),Mu=g("TIMETYPE_ENUM",(s=>(s.d="d",s["d:h"]="d:h",s["d:h:m"]="d:h:m",s["d:h:m:s"]="d:h:m:s",s.h="h",s["h:m"]="h:m",s["h:m:s"]="h:m:s",s.m="m",s["m:s"]="m:s",s.s="s",s))(Mu||{})),Bu=g("TIMETYPE_LANG_ENUM",(s=>(s.d="days",s["d:h"]="dayhour",s["d:h:m"]="dayhourminute",s["d:h:m:s"]="dayhourminutesecond",s.h="hour",s["h:m"]="hourminute",s["h:m:s"]="hourminutesecond",s.m="minute",s["m:s"]="minutesecond",s.s="seconds",s))(Bu||{})),Uu=g("CURRENCY_LANG_ENUM",(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(Uu||{})),Nu=g("RowSelectionTypeEnums",(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(Nu||{})),ku=g("StatisticalMethodEnums",(s=>(s.Current="current",s.Whole="whole",s))(ku||{})),xu=g("PrintModeEnums",(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(xu||{})),Gu=g("openWindowEnums",(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(Gu||{})),Ku=g("KeyMode",(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(Ku||{})),Fu=g("TransactionMode",(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(Fu||{})),Vu=g("DisplayEnums",(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(Vu||{})),Hu=g("ButtonColorType",(s=>(s.DEFAULT="default",s.LINK="link",s))(Hu||{})),$u=g("ButtonColorTheme",(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))($u||{})),Xu=g("ButtonStyle",(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(Xu||{})),Wu=g("ButtonSize",(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Wu||{})),ju=g("ButtonTypeGroup",(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(ju||{})),zu=g("ButtonType",(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(zu||{})),qu=g("ButtonType_vant",(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(qu||{}));const eg=g("ButtonGroupType",{TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]});var Ju=g("operateSysEnums",(s=>(s.COLUMNDELETE="columnDelete",s.COLUMNLINK="columnLink",s.COPY="copy",s.VERSION_COPY="version_copy",s.VERSION_CREATE="version_create",s.DETAILS="details",s.EDIT="edit",s.USAGEINFORMATION="usageInformation",s.MODELINGTRACEABILITY="modelingTraceability",s.IMPORT="import",s.EXPORT="export",s.BATCHDELETE="batchDelete",s.SUBMIT="submit",s.RESET="reset",s.EXCUTE="excute",s.LABEL_PRINT="label_print",s.DOCUMENT_PRINT="document_print",s.EXAMINE_AND_APPROVE="examineAndApprove",s))(Ju||{})),Qu=g("TableSearchTypeEnum",(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Qu||{})),Zu=g("TableTypeEnum",(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Zu||{})),Yu=g("TableEditingMethodEnum",(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Yu||{})),eo=g("WidgetInScopeEnum",(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(eo||{})),to=g("ListTreeSearchTypeEnum",(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))(to||{})),so=g("DatasourceTypeEnum",(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(so||{})),no=g("SignatureTypeEnum",(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(no||{})),ro=g("ResetRuleType",(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(ro||{})),lo=g("SCOPE",(s=>(s.PAGE="page",s.MODAL="modal",s))(lo||{})),io=g("FormComponents",(s=>(s.RdoInput="rdo-input",s.Input="input",s.ElectronicSignature="electronic-signature",s.UseinfoButton="useinfo-button",s.ModelingButton="modeling-button",s.ImportButton="gc-import-button",s.ExportButton="gc-export-button",s.DocumentPrintButton="document-print-button",s.SubmitButton="submit-button",s.BatchDeleteButton="batchdelete-button",s.CustomButton="custom-button",s.TableLinkButton="table-link-button",s.TableInfoButton="table-info-button",s.TableApproveButton="table-approve-button",s.OpeButton="ope-button",s.ResetButton="reset-button",s.RdoSaveButton="rdo-save-button",s.LabelPrintButton="labelprint-button",s.ProcessButton="process-button",s.ProcessApproveButton="process-approve-button",s.CreateButton="create-button",s.DeleteButton="delete-button",s.CopyButton="copy-button",s.RefreshButton="refresh-button",s.CreateVersionButton="create-version-button",s.CopyVersionButton="copy-version-button",s.Checkbox="checkbox",s.DataTable="data-table",s.TreeTable="tree-table",s.DataTableColumn="data-table-column",s.RefDataTable="ref-data-table",s.DataList="data-list",s.RdoDataList="rdo-data-list",s.DataTableOpe="data-table-ope",s.DataTableFormula="data-table-formula",s.Datepicker="datepicker",s.DateTimepicker="datetimepicker",s.Department="department",s.Form="form",s.RdoForm="rdo-form",s.RdoTable="rdo-table",s.MedProRdoForm="medprordo-form",s.MedProRdoTable="medprordo-table",s.FormProcess="form-process",s.Inputmoney="inputmoney",s.Inputnumber="inputnumber",s.InputDouble="inputdouble",s.Radio="radio",s.Select="select",s.RdoSelect="rdo-select",s.Switch="switch",s.Textarea="textarea",s.Timepicker="timepicker",s.Userpicker="userpicker",s.Search="search",s.SelectSearch="select-search",s.QuickSearch="quick-search",s.LayoutContainer="layout-container",s.ButtonContainer="button-container",s.ButtonProcessContainer="button-process-container",s.BottomButtonContainer="bottom-button-container",s.Grid="grid",s.GridCol="grid-col",s.Tabs="tabs",s.TabPane="tab-pane",s.LeftRightColumns="left-right-columns",s.TopBottomColumns="top-bottom-columns",s.LeftLayoutThree="left-layout-three",s.TopLayoutThree="top-layout-three",s.UploadFile="upload-file",s.UploadImage="upload-image",s.SubTable="sub-table",s.SubTableOpe="sub-table-ope",s.SubTableAddBtn="sub-table-add-button",s.SubTableCopyBtn="sub-table-copy-button",s.SubTableEditBtn="sub-table-edit-button",s.SubTableDeleteBtn="sub-table-delete-button",s.LinkPageBtn="link-page-button",s.Collapse="collapse",s.CardList="card-list",s.CardHeaderLeft="card-header-left",s.CardHeaderRight="card-header-right",s.CardContent="card-content",s.CardOpeBtn="card-ope-btn",s.BaseButton="base-button",s.ReadonlyCmp="readonlycmp",s.TableSelect="table-select",s.GenCheckbox="gen-checkbox",s.GenRadio="gen-radio",s.GenSwitch="gen-switch",s.WorkflowNodes="workflow-nodes",s.WorkflowNodeModal="workflow-node-modal",s.ESOP="e-sop",s.EXPRESSION="expression",s.ExpressionCondition="expression-condition",s.AGG="agg",s.DynamicFormType="dynamic-form-type",s.DynamicFormValue="dynamic-form-value",s.DynamicFormOpts="dynamic-form-options",s.DynamicFormShowType="dynamic-form-show-type",s.DynamicTable="dynamic-table",s.Transaction="transaction",s.SerialRule="serial-rule",s.LabelTemplate="label-template",s.LabelTemplateRef="label-template-ref",s.DocumentTemplate="document-template",s.Wacom="wacom",s.Text="text",s.CustomField="custom-field",s.Printer="printer",s.Descriptions="descriptions",s.RangeUser="range-user",s.GenImage="gen-image",s.TestButton="test-button",s.Iframe="iframe",s.ExcuteButton="medproexcute-button",s.SubDataTable="sub-data-table",s.Signature="signature",s.OnlineForm="online-form",s.TmplTreeSelect="tmpl-tree-select",s.Boolean="boolean",s.BizProcess="biz-process",s.ApprovalHistory="approval-history",s.FlowDiagram="flow-diagram",s))(io||{})),ao=g("SearchComponents",(s=>(s.SearchInput="SearchInput",s.SearchNumberInput="SearchNumberInput",s.SearchStringNumberInput="SearchStringNumberInput",s.SearchSwitch="SearchSwitch",s.SearchDate="SearchDate",s.SearchDateTime="SearchDateTime",s.SearchTime="SearchTime",s.SearchSelect="SearchSelect",s.SearchRdoSelect="SearchRdoSelect",s.SearchTransaction="SearchTransaction",s.SearchTmplTreeSelect="SearchTmplTreeSelect",s.SearchPrinter="SearchPrinter",s.SearchBizProcess="SearchBizProcess",s))(ao||{})),uo=g("tableColumnWidthEnum",(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(uo||{})),oo=g("controlConfigEnum",(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(oo||{})),co=g("statisticalMethodEnum",(s=>(s.TOTAL="total",s.AVERAGE="average",s))(co||{})),go=g("fixedAlignENUM",(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))(go||{})),po=g("tableColumnTypeEnum",(s=>(s.COLUMN_TEXT="COLUMN_TEXT",s.COLUMN_NUMBER="COLUMN_NUMBER",s.COLUMNTEXT_DATA="COLUMNTEXT_DATA",s.COLUMNTEXT_REF="COLUMNTEXT_REF",s.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",s.COLUMNTEXT_ORG="COLUMNTEXT_ORG",s.COLUMNTEXT_USER="COLUMNTEXT_USER",s.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",s.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",s))(po||{})),ho=g("tabsTypeENUM",(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(ho||{})),yo=g("sortTypeEnum",(s=>(s.ASC="asc",s.DESC="desc",s))(yo||{})),_o=g("BindCmpStyleEnum",(s=>(s.CMP_TEXT="TEXT",s.CMP_TEXTAREA="TEXTAREA",s.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",s.CMP_BOOLEAN="BOOLEAN",s.CMP_SELECT_LIST="SELECT_LIST",s.CMP_RADIO="RADIO",s.CMP_CHECKBOX="CHECKBOX",s.CMP_DROPDOWN_SELECT="dropdownSelection",s.CMP_MODAL="modalBoxSelection",s.CMP_TREE_SELECTION="treeSelection",s.CMP_NUMBER="NUMBER",s.CMP_CURRENCY="CURRENCY",s.CMP_TIME="TIME",s))(_o||{}));const tg=g("Ch_BindCmpStyleEnum",{TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"});var fo=g("BindCmpStyleTypeEnum",(s=>(s.BindText="bindText",s.BindLongText="BindLongText",s.BindBool="bindBool",s.BindPerson="bindPerson",s.BindDept="bindDept",s.BindLink="bindLink",s.BindMulti="bindMulti",s.BindNum="bindNum",s.BindDecimal="bindDecimal",s))(fo||{}));const sg=g("transformBindCmp2CmpType",{TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"}),ng=g("bindCmpStyleMap",{bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]});var vo=g("buttonShowType",(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(vo||{}));const rg=g("searchListByFieldType",[I.BOOLEAN,I.DATE,I.DATE_TIME,I.DECIMAL,I.DOUBLE,I.ENUM,I.ENUM_MULTI,I.INTEGER,I.LONG,I.LONG_TEXT,I.TEXT,I.USER_MULTI,I.USER,I.TIME,I.REF_MULTI,I.REF,I.RDO_REF,I.ORG_MULTI,I.ORG,I.AGG,I.EXPRESSION,I.SERIAL,I.ONLINE_FORM_TEMPLATE,I.E_DHR_TEMPLATE,I.PRINTER,I.LABEL_TEMPLATE_REF,I.Biz_Process,I.DOCUMENT_TEMPLATE]);var mo=g("AppPublishStateEnum",(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(mo||{})),Io=g("BasicAction",(s=>(s.Insert="Insert",s.Update="Update",s.Delete="Delete",s.Import="Import",s.Export="Export",s.Setting="Setting",s.Download="Download",s.Test="Test",s.Design="Design",s.Add="Add",s))(Io||{})),So=g("CustomAction",(s=>(s.ResetPassword="ResetPassword",s.PermissionSetting="PermissionSetting",s.RemoveAndHandover="RemoveAndHandover",s.CategoryManagement="CategoryManagement",s.BaiscSetting="BaiscSetting",s.WatermarkSetting="WatermarkSetting",s.SecuritySetting="SecuritySetting",s.LoginSetting="LoginSetting",s.ThemeSetting="ThemeSetting",s.OrganizationSetting="OrganizationSetting",s.ApkSetting="ApkSetting",s.DevelopIconManagement="DevelopIconManagement",s.DevelopImageManagement="DevelopImageManagement",s.Reprint="Reprint",s.ViewTask="ViewTask",s.ManualTrigger="ManualTrigger",s.Setting="Setting",s.Terminate="Terminate",s.Reassign="Reassign",s.Log="Log",s.Moving="Moving",s.EnableDisable="EnableDisable",s))(So||{}));const lg=g("DefaultActions",["Insert","Update","Delete"]),ig=g("PlatformSettingActions",["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"]);var Ao=g("sizeEnum",(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(Ao||{})),Lo=g("screenEnum",(s=>(s[s.XS=480]="XS",s[s.SM=576]="SM",s[s.MD=768]="MD",s[s.LG=992]="LG",s[s.XL=1200]="XL",s[s.XXL=1600]="XXL",s))(Lo||{}));const U=g("screenMap",new Map);U.set("XS",480),U.set("SM",576),U.set("MD",768),U.set("LG",992),U.set("XL",1200),U.set("XXL",1600);const bo=g("TIMEZONE_KEY","TIMEZONE__"),ag=g("TENANT_KEY","TENANT__"),ug=g("TOKEN_KEY","TOKEN__"),og=g("LOCALE_KEY","LOCALE__"),cg=g("LOCALE_LIST_KEY","LOCALE__LIST"),gg=g("LOCAL_I18N_TRANSLATE","LOCAL_I18N_TRANSLATE"),pg=g("USER_INFO_KEY","USER__INFO__"),dg=g("ROLES_KEY","ROLES__KEY__"),hg=g("PROJ_CFG_KEY","PROJ__CFG__KEY__"),yg=g("LOCK_INFO_KEY","LOCK__INFO__KEY__"),_g=g("MULTIPLE_TABS_KEY","MULTIPLE_TABS__KEY__"),fg=g("APP_DARK_MODE_KEY_","__APP__DARK__MODE__"),vg=g("APP_LOCAL_CACHE_KEY","COMMON__LOCAL__KEY__"),mg=g("APP_SESSION_CACHE_KEY","COMMON__SESSION__KEY__"),Ig=g("DESIGNER_SESSION_CACHE_KEY","DESIGNER_SESSION_CACHE_KEY");var To=g("CacheTypeEnum",(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(To||{})),Po=g("SEARCH_SEVICE",(s=>(s.EQ="eq",s.IEQ="iEq",s.NE="ne",s.INE="ine",s.GT="gt",s.GE="ge",s.LT="lt",s.LE="le",s.ISNULL="isNull",s.ISNOTNULL="isNotNull",s.LIKE="like",s.ILIKE="iLike",s.NOTLIKE="notLike",s.NOTILIKE="iNotLike",s.LEFTLIKE="leftLike",s.ILEFTLIKE="iLeftLike",s.RIGHTLIKE="rightLike",s.IRIGHTLIKE="iRightLike",s.IN="in",s.NOTIN="notIn",s.CONTAINANY="containAny",s.CONTAINALL="containAll",s.RANGE="range",s.ORANGE="oRange",s.LORANGE="loRange",s.RORANGE="roRange",s.VERSIONIN="versionIn",s))(Po||{}));const Sg=g("notSingleArr",["in","notIn","containAny","containAll","versionIn"]);var Ro=g("AGLINE_ENUMS",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(Ro||{}));const Ag=g("presetColor",["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"]);var Eo=g("ButtonOpeEnum",(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(Eo||{})),Do=g("RdoButtonOpeEnum",(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(Do||{})),Co=g("ExceptionEnum",(s=>(s[s.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",s[s.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",s[s.ERROR=500]="ERROR",s[s.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",s[s.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",s))(Co||{})),L=g("ErrorTypeEnum",(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(L||{})),wo=g("ResultEnum",(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(wo||{})),Oo=g("RequestEnum",(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(Oo||{})),Mo=g("ContentTypeEnum",(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(Mo||{})),Bo=g("BizServiceEnum",(s=>(s.submit="post",s.listByIds="get",s.getone="post",s.listAll="post",s.listByPage="post",s.listTree="post",s.save="post",s.saveOrUpdate="post",s.saveBatch="post",s.importData="post",s.exportData="post",s.remove="post",s.removeById="delete",s.removeByIds="delete",s.update="put",s.updateById="put",s.updateByIds="put",s.rdoSave="post",s.rdoListAll="post",s.rdoListByPage="post",s.rdoListVersionById="get",s.rdoSaveVersion="post",s.rdoSaveBatch="post",s.rdoUpdateVersionById="put",s.rdoRemoveVersionById="delete",s.rdoRemoveById="delete",s.rdoGetVersionById="get",s.getOne="post",s.rdoGetVersionByRefId="post",s.getById="get",s.rdoListAllVersion="post",s.rdoRefListByPage="post",s.export="post",s.import="post",s.rdoExport="post",s.rdoImport="post",s.biz_search="post",s))(Bo||{})),Uo=g("MenuTypeEnum",(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(Uo||{})),No=g("TriggerEnum",(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(No||{})),ko=g("MenuModeEnum",(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(ko||{})),xo=g("MenuSplitTyeEnum",(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(xo||{})),Go=g("TopMenuAlignEnum",(s=>(s.CENTER="center",s.START="start",s.END="end",s))(Go||{})),Ko=g("MixSidebarTriggerEnum",(s=>(s.HOVER="hover",s.CLICK="click",s))(Ko||{})),Fo=g("PageEnum",(s=>(s.BASE_LOGIN="/login",s.BASE_TENANT="/tenant",s.BASE_HOME="/home",s.USER_CENTER="/user-center",s.PROCESS_CENTER="/process",s.MESSAGE_CENTER="/message",s.ERROR_PAGE="/exception",s.ERROR_LOG_PAGE="/error-log/list",s.USER_CENTER_PWD="/user-center/password",s))(Fo||{})),Vo=g("RoleEnum",(s=>(s.SUPER="super",s.TEST="test",s))(Vo||{})),Ho=g("SizeEnum",(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(Ho||{})),$o=g("ProcessStatusEnum",(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))($o||{}));const Lg=g("ch_ProcessStatusMap",{APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"});var Xo=g("ExamineAndApproveStateEnum",(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(Xo||{})),K=g("PluginModeEnum",(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(K||{}));class Re{projectName=Pe.PORTAL;tenantId="";lang="zh-CN";appInfo={}}g("GlobalPiniaState",Re);class ne{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}g("FormState",ne);class E{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}g("FormItemBasicState",E);class Ee extends E{}g("FormCollapsePaneState",Ee);class De extends E{}g("FormCollapseState",De);class Ce extends E{activePane=""}g("FormTabState",Ce);class we extends E{}g("FormTabPaneState",we);class re extends E{label="";value=null;options=[]}g("FormEditItemState",re);class Oe extends E{expand=!0}g("FormGroupState",Oe);class Me extends re{}g("FormItemState",Me);const Wo=de("global-store",{state(){return new Re},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 Be{pinia=he();store;constructor(){ye(this.pinia),this.store=Wo()}}g("GlobalStoreUtil",Be);function jo(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 zo{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=>{jo(e)}),this.map.clear()}}class Ue{constructor(e){this.e=new zo,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:qo}=Object.prototype;function Jo(s){return Zo(s)==="function"}const Qo={"[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 Zo(s){return Qo[qo.call(s)]}function le(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 Ne(s,e){le(s,"",-1,e)}function ke(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class X{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&&Jo(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 ie{map=new Map;providers=new Map;hooks={register:new X,unregister:new X};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())}}g("DesignerRegister",ie);class N{static editors=new Map;static providers=new Map;static register(e,t){N.editors.set(e,t)}static unregister(e){N.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=N.editors.get(e);if(t){const r=t();return this.providers.set(e,r),r}return null}}g("EditorRegister",N);class k{static items=new Map;static register(e,t){k.items.set(e,t)}static unregister(e){k.items.delete(e)}static create(e){const t=k.items.get(e);return t?t():null}}g("FormItemRegister",k);class ae{map=new Map;hooks={register:new X,unregister:new X};register(e,t){this.map.set(e,t),this.hooks.register.callSync(null,e,t)}unregister(e){this.map.delete(e),this.hooks.unregister.callSync(null,e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}}g("RenderRegister",ae);class xe{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})}}g("DictionaryUtil",xe);function Yo(s,e){return _gct.i18n.global.t(s,e)}var Ge=g("EditorRegisterConst",(s=>(s.PREFIX="EDITOR___",s))(Ge||{})),ec=g("EditorType",(s=>(s.LENGTH_UNIT="length-unit",s.COLOR="color",s.SPAN="span",s.TEXT="text",s.NUMBER="number",s.INFO="info",s.SELECT="select",s.RADIO="radio",s.PICKER="picker",s.I18N="i18n",s.TEXTAREA="textarea",s.DATE_RANGE="date-range",s.SWITCH="switch",s.CHECK_SWITCH="check-switch",s.ICON_SELECT="icon-select",s.CHECKBOX="checkbox",s))(ec||{})),tc=g("EditorTypeOld",(s=>(s.LENGTH_UNIT="length-unit-editor",s.COLOR="color-editor",s.SPAN="span-editor",s.TEXT="text-editor",s.NUMBER="number-editor",s.INFO="info-editor",s.SELECT="select-editor",s.MODEL_SELECT="model-editor",s.Field_SELECT="field-editor",s.RADIO="radio-editor",s.PICKER="picker-editor",s.I18N="i18n-editor",s.TEXTAREA="textarea-editor",s.DATE_RANGE="date-range-editor",s.SWITCH="switch-editor",s.CHECK_SWITCH="check-switch-editor",s.ICON_SELECT="icon-select-editor",s.CHECKBOX="checkbox-editor",s.BORDER="border-editor",s.BORDER_RADIUS="border-radius-editor",s.ALIGN="align-editor",s.FONT_STYLE="font-style-editor",s.POSITION="position-editor",s.SPACING="spacing-editor",s.MARGIN="margin-editor",s))(tc||{})),sc=g("FormContainerType",(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(sc||{}));const x=g("CoreConst",{TOKEN:"gct-token",TENANT:"gct-tenant"}),nc=g("STYLE_NAMESPACE_TAG","gct"),rc=g("PLUGIN_BASE_URL","/minio"),lc="is-";function w(s,e,t,r,u){let n=`${s}-${e}`;return t&&(n+=`-${t}`),r&&(n+=`__${r}`),u&&(n+=`--${u}`),n}class Ke{constructor(e,t){this.block=e,this.namespace=t||nc}namespace;b(e=""){return w(this.namespace,this.block,e,"","")}e(e){return e?w(this.namespace,this.block,"",e,""):""}m(e){return e?w(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?w(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?w(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?w(this.namespace,this.block,e,"",t):""}bem(e,t,r){return e&&t&&r?w(this.namespace,this.block,e,t,r):""}is(e,t){return e&&t?`${lc}${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}`}}g("Namespace",Ke);function ic(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var ue,Fe;function ac(){if(Fe)return ue;Fe=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,p=0,a,d=0;d<=u.length;++d){if(d<u.length)a=u.charCodeAt(d);else{if(a===47)break;a=47}if(a===47){if(!(c===d-1||p===1))if(c!==d-1&&p===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=d,p=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=d,p=0;continue}}n&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,d):l=u.slice(c+1,d),o=d-c-1;c=d,p=0}else a===46&&p!==-1?++p:p=-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 p;c>=0?p=arguments[c]:(o===void 0&&(o=process.cwd()),p=o),s(p),p.length!==0&&(n=p+"/"+n,l=p.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,p=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var d=l.length,_=d-a,m=p<_?p:_,v=-1,f=0;f<=m;++f){if(f===m){if(_>m){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else p>m&&(n.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=n.charCodeAt(o+f),T=l.charCodeAt(a+f);if(A!==T)break;A===47&&(v=f)}var S="";for(f=o+v+1;f<=c;++f)(f===c||n.charCodeAt(f)===47)&&(S.length===0?S+="..":S+="/..");return S.length>0?S+l.slice(a+v):(a+=v,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,p=!0,a=n.length-1;a>=1;--a)if(l=n.charCodeAt(a),l===47){if(!p){c=a;break}}else p=!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,p=!0,a;if(l!==void 0&&l.length>0&&l.length<=n.length){if(l.length===n.length&&l===n)return"";var d=l.length-1,_=-1;for(a=n.length-1;a>=0;--a){var m=n.charCodeAt(a);if(m===47){if(!p){o=a+1;break}}else _===-1&&(p=!1,_=a+1),d>=0&&(m===l.charCodeAt(d)?--d===-1&&(c=a):(d=-1,c=_))}return o===c?c=_:c===-1&&(c=n.length),n.slice(o,c)}else{for(a=n.length-1;a>=0;--a)if(n.charCodeAt(a)===47){if(!p){o=a+1;break}}else c===-1&&(p=!1,c=a+1);return c===-1?"":n.slice(o,c)}},extname:function(n){s(n);for(var l=-1,o=0,c=-1,p=!0,a=0,d=n.length-1;d>=0;--d){var _=n.charCodeAt(d);if(_===47){if(!p){o=d+1;break}continue}c===-1&&(p=!1,c=d+1),_===46?l===-1?l=d: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,p;c?(l.root="/",p=1):p=0;for(var a=-1,d=0,_=-1,m=!0,v=n.length-1,f=0;v>=p;--v){if(o=n.charCodeAt(v),o===47){if(!m){d=v+1;break}continue}_===-1&&(m=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===d+1?_!==-1&&(d===0&&c?l.base=l.name=n.slice(1,_):l.base=l.name=n.slice(d,_)):(d===0&&c?(l.name=n.slice(1,a),l.base=n.slice(1,_)):(l.name=n.slice(d,a),l.base=n.slice(d,_)),l.ext=n.slice(a,_)),d>0?l.dir=n.slice(0,d-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,ue=r,ue}var uc=ac();const oe=ic(uc);class oc{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===$.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=oe.join(rc,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 p=await System.import(o);r[o]=p,this.module.set(o,p)}catch(p){console.error(p)}};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(K.DESIGN,t,r),[n,l]=u;return n.forEach(o=>{o.plugins.forEach(p=>{const a=l[p.key];if(!a){console.error(`${p.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===$.WEB){const d=a.web??a.default;d&&_gct.register.designer.web.register(p.key,()=>new d)}else{const d=a.mobile??a.default;d&&_gct.register.designer.mobile.register(p.key,()=>new d)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const r=await this.loadPlugins(K.DESIGN,t);t.forEach(u=>{const n=r[u.key];if(!n){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===$.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(K.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(K.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)}}}g("PluginPgkUtil",oc);class cc{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=oe.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+oe.resolve(this.baseDir,e)}}g("PluginStaticResource",cc);function gc(){return ke(x.TOKEN)}function pc(s){s?le(x.TOKEN,s,7,!0):Ne(x.TOKEN,!0)}function dc(){return ke(x.TENANT)}function hc(s){s?le(x.TENANT,s,7,!0):Ne(x.TENANT,!0)}function yc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const bg=g("isMobile",(()=>{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 _c(){return localStorage.getItem(bo)||"UTC+08:00"}function fc(s,e,t,r){return{install(u){s&&e&&_gct.register.editor.register(Ge.PREFIX+s,e),t&&u.component(r??t.name,t)}}}var W=(s=>(s.DEV="dev",s.TEST="test",s.PROD="prod",s))(W||{});const vc=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,Ve=/^https?:\/\/([a-z0-9]+)-test\./,mc=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,Ic=/\/web\/|\/web-single\//,Sc=/\/web-render\//,Ac=/\/dev-single\//,Lc=/\/test-single\//;class bc{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin,this._isHostMode=Ve.test(this._platformOrigin)}get isAppRun(){return mc.test(location.pathname)}get isAppProd(){return Ic.test(location.pathname)}get isAppPreview(){return Sc.test(location.pathname)}get isDevSingleEnv(){return Ac.test(location.pathname)}get isTestEnv(){return Lc.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(Ve),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(vc);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?W.TEST:this.isAppProd?W.PROD:W.DEV}}class He{i18n=pe({});storeUtil=new Be;store=this.storeUtil.store;message;dictionary=new xe;env=new bc;register={designer:{mobile:new ie,web:new ie},render:{mobile:new ae,web:new ae},editor:N,formItem:k};api={apaas:new nr,platform:new Da};async init(){await this.env.checkIsTestEnv()}t(e,t){return this.i18n.global.t(e,t)}}g("GctGlobal",He);class $e{constructor(e){this.model=e,this.init()}evt=new Ue;state=new ne;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(){}}g("GctFormController",$e);class Tc extends $e{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)}}g("EditFormController",Tc);function Pc(s){const e=s();return e.state=F(e.state),_e(()=>e.destroy()),e}class ce{model;constructor(e){this.model=e}}g("EditorController",ce);class Xe{constructor(e){this.model=e,this.init()}evt=new Ue;context={};params={};state=new ne;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)})}}g("FormController",Xe);function Rc(s){const e=new Xe(s);return e.state=F(e.state),e}class O{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 E}}g("FormItemBasicController",O);function Ec(s){const e=s();return e.state=F(e.state),e}class Dc extends O{type="collapse-pane";crateItemState(){return new Ee}}g("FormCollapsePaneController",Dc);class Cc extends O{type="collapse";crateItemState(){return new De}}g("FormCollapseController",Cc);class wc extends O{type="tab";crateItemState(){return new Ce}}g("FormTabController",wc);class Oc extends O{type="tab-pane";crateItemState(){return new we}}g("FormTabPaneController",Oc);class Mc extends O{type="group";crateItemState(){return new Oe}}g("FormGroupController",Mc);class ge extends O{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=B(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 re}}g("FormEditItemController",ge);class Bc extends ge{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 Me}}g("FormItemController",Bc);class Uc extends ge{type="hidden"}g("FormHiddenItemController",Uc);class Nc extends ce{}g("LengthUnitEditorController",Nc);class kc extends ce{}g("ColorEditorController",kc);function We(){return Q("formController")}function xc(s){let e=null;if(s){const r=We().item[s];r&&(e=V({get(){return r.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&r.value==u)&&(r.value=u)}}))}else{let t=Z().proxy;const r=t.$props,u=t.$emit;e=V({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 Gc(s,e){let t=Z().proxy;const r=t.$props,u=t.$emit,n=s?s.length:0,l=e?e.length:0,o=V({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 p=c;n>0&&(p=s+p),l>0&&(p=p+e),u("update:value",p)}});return t=null,o}function Kc(s){const e=Q("modal");return e&&s&&(e.ok=s),e}function Fc(s){return new Ke(s)}function je(s){return typeof s<"u"}function Vc(s){const e=H(s||""),t=H(!1),r=H(!1);return fe(e,u=>{je(u)&&(r.value=!0,t.value=ze(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:r}}function ze(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 Hc{handle(e){console.error(e)}}class $c{handle(e){console.error(e)}}class Xc{handle(e){if(e.type===L.AJAX){new qe().handle(e);return}console.error(e)}}class qe{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 Je{static _strategies=new Map;static init(){this.registerStrategy(L.SCRIPT,new Hc),this.registerStrategy(L.VUE,new $c),this.registerStrategy(L.PROMISE,new Xc),this.registerStrategy(L.AJAX,new qe)}static getStrategy(e){return this._strategies.get(e)}static registerStrategy(e,t){this._strategies.set(e,t)}}class b{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return b._instance||(b._instance=new b),b._instance}static init(){b.getInstance()}static handleVueError(e,t,r){const u={type:L.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=L.SCRIPT){const r={type:t,message:e.message,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(r)}_initializeStrategies(){Je.init()}_processError(e){Je.getStrategy(e.type)?.handle(e)}}async function Wc(s){b.init(),s.config.errorHandler=(e,t,r)=>{b.handleVueError(e,t,r)},s.config.warnHandler=(e,t,r)=>{console.warn(`Vue Warning: ${e}`),r&&console.warn("Trace:",r)},window.addEventListener("error",e=>{b.reportError(new Error(e.message),L.SCRIPT)}),window.addEventListener("unhandledrejection",e=>{b.reportError(e.reason,L.PROMISE)})}async function jc(s){await Wc(s),await _gct.init()}function Qe(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new He}})}}));
1
+ System.register(["pinia","lodash-es","axios","vue-i18n","vue-router","vue","qs"],(function(y,kt){"use strict";var wt,Gt,Ht,vt,Ne,Kt,Vt,zt,Wt,qt,Xt,$t,Re,jt,At,Se,Et,Te,Jt,Zt;return{setters:[K=>{wt=K.defineStore,Gt=K.createPinia,Ht=K.setActivePinia},K=>{vt=K.mergeWith,Ne=K.cloneDeep,Kt=K.unionWith,Vt=K.isEqual},K=>{zt=K.AxiosHeaders,Wt=K.default},K=>{qt=K.createI18n},K=>{Xt=K.createRouter,$t=K.createWebHashHistory},K=>{Re=K.reactive,jt=K.onUnmounted,At=K.inject,Se=K.computed,Et=K.getCurrentInstance,Te=K.ref,Jt=K.watch},K=>{Zt=K.default}],execute:(function(){y({copyTextToClipboard:Qs,createAppVue:xd,deepMerge:ds,default:Es,getPathQuery:os,getTenant:_0,getTimezone:hs,getToken:ss,install:Es,interceptors:is,isDef:xs,setTenant:N0,setToken:rs,t:p0,useCopyToClipboard:pd,useEditFormController:j0,useForm:Ds,useFormController:J0,useFormItemController:Z0,useGctFormValue:id,useGctFormValueByText:ld,useModal:nd,useNamespace:ud,widthEditorInstall:S0});const K=y("SIDE_BAR_MINI_WIDTH",48),Td=y("SIDE_BAR_SHOW_TIT_MINI_WIDTH",80);var Os=y("ContentEnum",(e=>(e.FULL="full",e.FIXED="fixed",e))(Os||{})),Ms=y("ThemeEnum",(e=>(e.DARK="dark",e.LIGHT="light",e))(Ms||{})),Us=y("SettingButtonPositionEnum",(e=>(e.AUTO="auto",e.HEADER="header",e.FIXED="fixed",e))(Us||{})),ks=y("SessionTimeoutProcessingEnum",(e=>(e[e.ROUTE_JUMP=0]="ROUTE_JUMP",e[e.PAGE_COVERAGE=1]="PAGE_COVERAGE",e))(ks||{})),ws=y("PermissionModeEnum",(e=>(e.ROLE="ROLE",e.BACK="BACK",e.ROUTE_MAPPING="ROUTE_MAPPING",e.PLATFORM_ROLE="PLATFORM_ROLE",e))(ws||{})),Gs=y("RouterTransitionEnum",(e=>(e.ZOOM_FADE="zoom-fade",e.ZOOM_OUT="zoom-out",e.FADE_SIDE="fade-slide",e.FADE="fade",e.FADE_BOTTOM="fade-bottom",e.FADE_SCALE="fade-scale",e))(Gs||{})),fe=y("ProjectName",(e=>(e.PORTAL="portal",e.BACKEND_MANAGEMENT="backend-management",e.DEVELOPER_CENTER="developer-center",e.TENANT_CENTER="tenant-center",e.APP_DESIGNER="app-designer",e.PAGE_DESIGNER="page-designer",e.WEB_RENDER="web-render",e.MOBILE_RENDER="mobile-render",e))(fe||{})),Hs=y("FIELD_TYPE_CATEGORY",(e=>(e.ALL="field_type_all",e.BASIC="field_type_basic",e.LOGIC="field_type_logic",e.TRACE="field_type_trace",e))(Hs||{})),k=y("FIELD_TYPE",(e=>(e.PRIMARY_KEY="primary_key",e.ASSOCIATED_PRIMARY_KEY="associated_primary_key",e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.DATA_TABLE_FORMULA="data_table_formula",e.READONLYCMP="readonlycmp",e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e.Biz_Process="biz_process",e))(k||{})),Ks=y("FIELD_TYPE_BASIC",(e=>(e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e))(Ks||{})),Vs=y("FIELD_TYPE_LOGIC",(e=>(e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.Biz_Process="biz_process",e))(Vs||{})),zs=y("FIELD_TYPE_TRACE",(e=>(e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e))(zs||{}));const Fd=y("FieldTypeToJs",{attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"});var Ws=y("CreateType",(e=>(e.SYSTEM="SYSTEM",e.USER_DEFINED="USER_DEFINED",e.BUILTIN="BUILTIN",e.CUSTOM="CUSTOM",e.PROCESS="PROCESS",e))(Ws||{})),qs=y("MenuType",(e=>(e.CATALOG="CATALOG",e.STANDARD="STANDARD",e.LINK="LINK",e))(qs||{})),Xs=y("OpenMode",(e=>(e.PRESENT="PRESENT",e.IFRAME="IFRAME",e.NEW="NEW",e))(Xs||{})),$s=y("MaterialEnum",(e=>(e.MaterialFormField="formField",e.MaterialTableField="tableField",e.MaterialEmbedTableField="embedTableField",e.MaterialSubTableField="subTableField",e.MaterialSubTableModalField="subTableModalField",e.cardListFormField="cardList",e.MaterialTableSelectField="tableSelectField",e.DescriptionsFormField="descriptions",e))($s||{}));const Pd=y("FieldIconMap",{primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"});var js=y("AggTypes",(e=>(e.COUNT="COUNT",e.SUM="SUM",e.MAX="MAX",e.MIN="MIN",e.AVG="AVG",e))(js||{})),Js=y("NodesConfigTypeEnum",(e=>(e.SPEC="spec",e.SUB_WORKFLOW="sub_workflow",e))(Js||{})),Zs=y("selectionTypeEnums",(e=>(e.None="none",e.SingleChoice="gct_radio",e.MultipleChoice="checkbox",e))(Zs||{})),Ys=y("UniqueConstraintType",(e=>(e.NONE="NONE",e.GLOBAL="GLOBAL",e.LEVEL="LEVEL",e.LOGIC="LOGIC",e))(Ys||{})),er=y("MessageType",(e=>(e.ALL="all",e.UNREAD="unread",e))(er||{})),tr=y("WorkbenchType",(e=>(e.TEST="myTestApp",e.QUICK="quickAccess",e.MY="myApp",e))(tr||{})),ar=y("PersonalCenterType",(e=>(e.PROFILE="profile",e.GENDER="gender",e.ENTERPRISE="enterprise",e))(ar||{})),sr=y("GENDER_TYPE",(e=>(e.FEMALE="female",e.MALE="male",e.PRIVARY="privary",e))(sr||{})),rr=y("TODO_TYPE",(e=>(e.TODO="todo",e.APPLICATION="application",e.DONE="done",e.DELEGATE="delegate",e))(rr||{}));const Od=y("SHOW_FIELDTYPES",[k.TEXT,k.LONG_TEXT,k.LONG,k.INTEGER,k.DECIMAL,k.DOUBLE,k.SERIAL]);var or=y("UserServiceType",(e=>(e.SCRIPT_SERVICE="SCRIPT_SERVICE",e.SQL_SERVICE="SQL_SERVICE",e.SO_SERVICE="SO_SERVICE",e.BUILTIN_SERVICE="SYS_BUILTIN",e))(or||{})),hr=y("EntityModelCategoryEnum",(e=>(e.ENTITY="entity",e.DATA="data",e.VIEW="view",e))(hr||{})),dr=y("EntityModelTypeEnum",(e=>(e.BASE="BASE",e.NDO="NDO",e.RDO="RDO",e.TREE="TREE",e.DYNAMIC_FORM="DYNAMIC_FORM",e.WORKFLOW="WORKFLOW",e.TRANSACTION="TRANSACTION",e))(dr||{})),ir=y("FieldDefaultValueTypeEnum",(e=>(e.NONE="NONE",e.FIXED="FIXED",e.SYS_VAR="SYS_VAR",e))(ir||{})),lr=y("FieldSysVarDefaultValueEnum",(e=>(e.NULL="",e.SYS_DATE="SYS_DATE",e.SYS_TIME="SYS_TIME",e.SYS_DATE_TIME="SYS_DATE_TIME",e.CURRENT_USER="CURRENT_USER",e.CURRENT_ORG="CURRENT_ORG",e))(lr||{})),nr=y("scriptTypeEnum",(e=>(e.EVENT="event",e.BUSINESSSERVICE="businessService",e.TIMER="timer",e))(nr||{})),ur=y("PanelEnum",(e=>(e.PAGE="page",e.HISTORY="history",e.GLOBAL="global",e.WIDGET="widget",e.CHANGE_DESIGN="changeDesign",e))(ur||{})),pr=y("Postion",(e=>(e.STATIC="static",e.RELATIVE="relative",e.ABSOLUTE="absolute",e.FIXED="fixed",e.STICKY="sticky",e))(pr||{})),mr=y("BorderStyle",(e=>(e.NONE="none",e.SOLID="solid",e.DOTTED="dotted",e.DASHED="dashed",e.DOUBLE="double",e))(mr||{})),fr=y("TextAlign",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.JUSTIFY="justify",e))(fr||{})),gr=y("TextDecoration",(e=>(e.LINETHROUGH="line-through",e.UNDERLINE="underline",e.NONE="none",e))(gr||{})),yr=y("EventCategory",(e=>(e.INNER="inner",e.JS="js",e.LO="lo",e))(yr||{})),cr=y("PropGroup",(e=>(e.BASIC="basic",e.ADVANCED="advance",e.DISPLAY="display",e.LABEL="label",e.VUE3="vue3",e.FIELD="field",e.DATA="data",e.OTHER="other",e.LIST="list",e.Table="table",e.SUBMIT_RULE="submitRule",e.LISTDATA="listdata",e.SHOW="show",e.FIELD_CONFIG="fieldConfig",e.FORM_CONFIG="formConfig",e.FIELD_LAYOUT="FieldLayout",e.TABLESELECT_CONFIG="tableSelect",e.GENRADIO="genRadio",e.GENCHECKBOX="genCheckbox",e.GENSWITCH="genSwitch",e.OPTIONS="options",e.COLLAPSE="collapse",e.IFRAME="iframe",e.FILECOLLECT="fileCollect",e.CARDLIST="cardList",e.BUTTON="button",e.Button="Button",e.ButtonShow="ButtonShow",e.ButtonStyle="ButtonStyle",e.LISTBUTTON="listButton",e.MODAL="modal",e.MODALWIDTH="modalWidth",e.MODALHEIGHT="modalHeight",e.MODALTITLECONFIG="modalTitleConfig",e.SEARCH="search",e.QUERY="query",e.INPUT_CONFIG="inputConfig",e.DATALINKAGE="dataLinkage",e.PERMISSION="permission",e.DATASOURCE="dataSource",e.VALIDATERULE="validaterule",e.TEXT="text",e.GRID_CONFIG="gridConfig",e.COL_CONFIG="colConfig",e.COMPONENTDEPENDENCY="componentDependency",e.GENIMAGE="genImage",e.DATARANGE="dataRange",e.OPERATOR_CONFIG="operatorConfig",e.BUSINESS_CONFIG="businessConfig",e))(cr||{})),Dr=y("StyleGroup",(e=>(e.LAYOUT="layout",e.STYLE="style",e.BACKGROUND="background",e.MARGIN="margin",e.BORDER="border",e.HEADER="header",e))(Dr||{})),xr=y("tagEnum",(e=>(e.TAG="tag",e.PROGRESS="progress",e))(xr||{})),Qr=y("TagTypeEnum",(e=>(e.RADIUS="radius",e.LINEAR_RADIUS="linear_radius",e.BIG_RADIUS="big_radius",e.LINEAR_BIG_RADIUS="linear_big_radius",e.DASHED_RADIUS="dashed_radius",e.STATUS="status",e))(Qr||{})),vr=y("ProgressTypeEnum",(e=>(e.CIRCLE="circle",e.LINE="line",e))(vr||{})),Ar=y("DisplayType",(e=>(e.RULE="rule",e.CONFIG="config",e))(Ar||{})),Er=y("GLOBAL_VAR_TYPE",(e=>(e.STRING="string",e.NUMBER="number",e.BOOLEAN="boolean",e.OBJECT="object",e.ARRAY="array",e.NULL="NULL",e.DATE="date",e.DATETIME="datetime",e.TIME="time",e))(Er||{})),Br=y("GLOBAL_TYPE",(e=>(e.MODAL="modal",e.EVENT="event",e.VAR="var",e))(Br||{})),Cr=y("COLUMNS_TYPE",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(Cr||{})),Ir=y("INNER_EVENT",(e=>(e.CLOSE_MODAL="__CLOSEMODAL__",e.OPEN_MODAL="__OPENMODAL__",e.REFRESH_TABLE="__REFRESHTABLE__",e))(Ir||{})),br=y("SUB_TABLE_EDIT_MODE",(e=>(e.INLINE="inline",e.MODAL="modal",e))(br||{})),Lr=y("SUB_TABLE_OPE_EVENT_TYPE_INLINE",(e=>(e.DELETE="delete",e.COPY="copy",e))(Lr||{})),_r=y("SUB_TABLE_OPE_EVENT_TYPE",(e=>(e.DELETE="delete",e.EDIT="edit",e.COPY="copy",e))(_r||{})),Nr=y("VERIFICATIONCONDITIONS_TYPE",(e=>(e.JS="js",e))(Nr||{})),Rr=y("ASSIGNMENTSTRATEGY_ENUM",(e=>(e.alwaysCover="alwaysCover",e.notCovered="notCovered",e))(Rr||{})),Sr=y("Dependency_ENUM",(e=>(e.HIDDEN="hidden",e.READONLY="readonly",e.DISABLED="disabled",e.REQUIRED="required",e.ASSIGNMENT="assignment",e))(Sr||{})),Tr=y("ToolkitEnum",(e=>(e.OUTLINE="OUTLINE",e.WIDGETS="WIDGETS",e.FIELD="FIELD",e.MODAL="MODAL",e.JS="JS",e.CSS="CSS",e.TEMPLATE="TEMPLATE",e.LO="LO",e))(Tr||{})),Fr=y("CategoryTypeEnum",(e=>(e.FORM="form",e.LAYOUT="layout",e.ADVANCED="advanced",e.DATA="data",e.BUTTON="button",e.RDO="rdo",e.KIT="kit",e.PROCESS="process",e))(Fr||{})),Fe=y("Platform",(e=>(e.WEB="web",e.MOBILE="mobile",e))(Fe||{})),Pr=y("BuiltinType",(e=>(e.MODAL="modal",e.MODAL_BODY="modalBody",e.MODAL_FOOTER="modalFooter",e.BottomButtonContainer="bottom-button-container",e))(Pr||{})),Or=y("DateRangeEnums",(e=>(e.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",e.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",e.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",e.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",e.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",e.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",e.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",e.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",e.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",e.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",e))(Or||{})),Mr=y("SelectPickerEnums",(e=>(e.DROPDOWN_SELECTION="dropdownSelection",e.TREE_SELECTION="treeSelection",e.MODAL_BOX_SELECTION="modalBoxSelection",e))(Mr||{})),Ur=y("CURRENCY_ENUM",(e=>(e["¥"]="¥",e.$="$",e.S$="S$",e))(Ur||{})),kr=y("TIMETYPE_ENUM",(e=>(e.d="d",e["d:h"]="d:h",e["d:h:m"]="d:h:m",e["d:h:m:s"]="d:h:m:s",e.h="h",e["h:m"]="h:m",e["h:m:s"]="h:m:s",e.m="m",e["m:s"]="m:s",e.s="s",e))(kr||{})),wr=y("TIMETYPE_LANG_ENUM",(e=>(e.d="days",e["d:h"]="dayhour",e["d:h:m"]="dayhourminute",e["d:h:m:s"]="dayhourminutesecond",e.h="hour",e["h:m"]="hourminute",e["h:m:s"]="hourminutesecond",e.m="minute",e["m:s"]="minutesecond",e.s="seconds",e))(wr||{})),Gr=y("CURRENCY_LANG_ENUM",(e=>(e["¥"]="chMoney",e.$="usMoney",e.S$="sgpMoney",e))(Gr||{})),Hr=y("RowSelectionTypeEnums",(e=>(e.SingleChoice="radio",e.MultipleChoice="checkbox",e))(Hr||{})),Kr=y("StatisticalMethodEnums",(e=>(e.Current="current",e.Whole="whole",e))(Kr||{})),Vr=y("PrintModeEnums",(e=>(e.Local="local",e.Server="server",e.PREVIEW_PRINT="PreviewPrint",e.DIRECT_PRINTING="DirectPrinting",e))(Vr||{})),zr=y("openWindowEnums",(e=>(e.OPEN="open",e.APPROVE="linkApprove",e))(zr||{})),Wr=y("KeyMode",(e=>(e.SYSTEM="system",e.TRANSACTION="transaction",e))(Wr||{})),qr=y("TransactionMode",(e=>(e.CURRENT="current",e.REFERENCE="reference",e))(qr||{})),Xr=y("DisplayEnums",(e=>(e.BLOCK="block",e.INLINE_BLOCK="inline-block",e))(Xr||{})),$r=y("ButtonColorType",(e=>(e.DEFAULT="default",e.LINK="link",e))($r||{})),jr=y("ButtonColorTheme",(e=>(e.DEFAULT="default",e.PRIMARY="primary",e.ERROR="error",e.WARNING="warning",e.SUCCESS="success",e))(jr||{})),Jr=y("ButtonStyle",(e=>(e.ORDINARY="ordinary",e.SQUARE="square",e))(Jr||{})),Zr=y("ButtonSize",(e=>(e.SMALL="small",e.DEFAULT="middle",e.LARGE="large",e))(Zr||{})),Yr=y("ButtonTypeGroup",(e=>(e.TEXT="TEXT",e.ICON_TEXT="ICON_TEXT",e.ICON="ICON",e))(Yr||{})),eo=y("ButtonType",(e=>(e.PRIMARY="primary",e.DEFAULT="default",e.DASHED="dashed",e.LINK="link",e))(eo||{})),to=y("ButtonType_vant",(e=>(e.PRIMARY="primary",e.DANGER="danger",e.DEFAULT="default",e))(to||{}));const Md=y("ButtonGroupType",{TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]});var ao=y("operateSysEnums",(e=>(e.COLUMNDELETE="columnDelete",e.COLUMNLINK="columnLink",e.COPY="copy",e.VERSION_COPY="version_copy",e.VERSION_CREATE="version_create",e.DETAILS="details",e.EDIT="edit",e.USAGEINFORMATION="usageInformation",e.MODELINGTRACEABILITY="modelingTraceability",e.IMPORT="import",e.EXPORT="export",e.BATCHDELETE="batchDelete",e.SUBMIT="submit",e.RESET="reset",e.EXCUTE="excute",e.LABEL_PRINT="label_print",e.DOCUMENT_PRINT="document_print",e.EXAMINE_AND_APPROVE="examineAndApprove",e))(ao||{})),so=y("TableSearchTypeEnum",(e=>(e.NONE="none",e.EMBEDDED="embedded",e.EXTERNAL="external",e))(so||{})),ro=y("TableTypeEnum",(e=>(e.DEFAULT="default",e.EMBED="embed",e.SUB="sub",e))(ro||{})),oo=y("TableEditingMethodEnum",(e=>(e.DEFAULTEDITING="defaultEditing",e.CLICKTOENTEREDITING="clickToEnterEditing",e))(oo||{})),ho=y("WidgetInScopeEnum",(e=>(e.GCT="gct",e.GCT_MODAL="gct-modal",e.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",e))(ho||{})),io=y("ListTreeSearchTypeEnum",(e=>(e.ALL="ALL",e.SEARCH="SEARCH",e.SEARCHALL="SEARCHALL",e.LEVEL="LEVEL",e.CHILDREN="CHILDREN",e))(io||{})),lo=y("DatasourceTypeEnum",(e=>(e.REALTIMEDATASOURCE="realTimeDataSource",e.SERVICEDATASOURCE="serviceDataSource",e))(lo||{})),no=y("SignatureTypeEnum",(e=>(e.SIGNATURE_ONLY="signature_only",e.SIGNATURE_DATE="signature_date",e.SIGNATURE_DATETIME="signature_datetime",e))(no||{})),uo=y("ResetRuleType",(e=>(e.WIPE_DATA="wipe_data",e.REFRESHDATA="refresh_data",e))(uo||{})),po=y("SCOPE",(e=>(e.PAGE="page",e.MODAL="modal",e))(po||{})),mo=y("FormComponents",(e=>(e.RdoInput="rdo-input",e.Input="input",e.ElectronicSignature="electronic-signature",e.UseinfoButton="useinfo-button",e.ModelingButton="modeling-button",e.ImportButton="gc-import-button",e.ExportButton="gc-export-button",e.DocumentPrintButton="document-print-button",e.SubmitButton="submit-button",e.BatchDeleteButton="batchdelete-button",e.CustomButton="custom-button",e.TableLinkButton="table-link-button",e.TableInfoButton="table-info-button",e.TableApproveButton="table-approve-button",e.OpeButton="ope-button",e.ResetButton="reset-button",e.RdoSaveButton="rdo-save-button",e.LabelPrintButton="labelprint-button",e.ProcessButton="process-button",e.ProcessApproveButton="process-approve-button",e.CreateButton="create-button",e.DeleteButton="delete-button",e.CopyButton="copy-button",e.RefreshButton="refresh-button",e.CreateVersionButton="create-version-button",e.CopyVersionButton="copy-version-button",e.Checkbox="checkbox",e.DataTable="data-table",e.TreeTable="tree-table",e.DataTableColumn="data-table-column",e.RefDataTable="ref-data-table",e.DataList="data-list",e.RdoDataList="rdo-data-list",e.DataTableOpe="data-table-ope",e.DataTableFormula="data-table-formula",e.Datepicker="datepicker",e.DateTimepicker="datetimepicker",e.Department="department",e.Form="form",e.RdoForm="rdo-form",e.RdoTable="rdo-table",e.MedProRdoForm="medprordo-form",e.MedProRdoTable="medprordo-table",e.FormProcess="form-process",e.Inputmoney="inputmoney",e.Inputnumber="inputnumber",e.InputDouble="inputdouble",e.Radio="radio",e.Select="select",e.RdoSelect="rdo-select",e.Switch="switch",e.Textarea="textarea",e.Timepicker="timepicker",e.Userpicker="userpicker",e.Search="search",e.SelectSearch="select-search",e.QuickSearch="quick-search",e.LayoutContainer="layout-container",e.ButtonContainer="button-container",e.ButtonProcessContainer="button-process-container",e.BottomButtonContainer="bottom-button-container",e.Grid="grid",e.GridCol="grid-col",e.Tabs="tabs",e.TabPane="tab-pane",e.LeftRightColumns="left-right-columns",e.TopBottomColumns="top-bottom-columns",e.LeftLayoutThree="left-layout-three",e.TopLayoutThree="top-layout-three",e.UploadFile="upload-file",e.UploadImage="upload-image",e.SubTable="sub-table",e.SubTableOpe="sub-table-ope",e.SubTableAddBtn="sub-table-add-button",e.SubTableCopyBtn="sub-table-copy-button",e.SubTableEditBtn="sub-table-edit-button",e.SubTableDeleteBtn="sub-table-delete-button",e.LinkPageBtn="link-page-button",e.Collapse="collapse",e.CardList="card-list",e.CardHeaderLeft="card-header-left",e.CardHeaderRight="card-header-right",e.CardContent="card-content",e.CardOpeBtn="card-ope-btn",e.BaseButton="base-button",e.ReadonlyCmp="readonlycmp",e.TableSelect="table-select",e.GenCheckbox="gen-checkbox",e.GenRadio="gen-radio",e.GenSwitch="gen-switch",e.WorkflowNodes="workflow-nodes",e.WorkflowNodeModal="workflow-node-modal",e.ESOP="e-sop",e.EXPRESSION="expression",e.ExpressionCondition="expression-condition",e.AGG="agg",e.DynamicFormType="dynamic-form-type",e.DynamicFormValue="dynamic-form-value",e.DynamicFormOpts="dynamic-form-options",e.DynamicFormShowType="dynamic-form-show-type",e.DynamicTable="dynamic-table",e.Transaction="transaction",e.SerialRule="serial-rule",e.LabelTemplate="label-template",e.LabelTemplateRef="label-template-ref",e.DocumentTemplate="document-template",e.Wacom="wacom",e.Text="text",e.CustomField="custom-field",e.Printer="printer",e.Descriptions="descriptions",e.RangeUser="range-user",e.GenImage="gen-image",e.TestButton="test-button",e.Iframe="iframe",e.ExcuteButton="medproexcute-button",e.SubDataTable="sub-data-table",e.Signature="signature",e.OnlineForm="online-form",e.TmplTreeSelect="tmpl-tree-select",e.Boolean="boolean",e.BizProcess="biz-process",e.ApprovalHistory="approval-history",e.FlowDiagram="flow-diagram",e))(mo||{})),fo=y("SearchComponents",(e=>(e.SearchInput="SearchInput",e.SearchNumberInput="SearchNumberInput",e.SearchStringNumberInput="SearchStringNumberInput",e.SearchSwitch="SearchSwitch",e.SearchDate="SearchDate",e.SearchDateTime="SearchDateTime",e.SearchTime="SearchTime",e.SearchSelect="SearchSelect",e.SearchRdoSelect="SearchRdoSelect",e.SearchTransaction="SearchTransaction",e.SearchTmplTreeSelect="SearchTmplTreeSelect",e.SearchPrinter="SearchPrinter",e.SearchBizProcess="SearchBizProcess",e))(fo||{})),go=y("tableColumnWidthEnum",(e=>(e.ATUO="selfAdaption",e.ENUMERATION="fixed",e.PERCENTAGE="percentage",e))(go||{})),yo=y("controlConfigEnum",(e=>(e.NULL="NULL",e.STRING="空字符串",e.ZERO="0",e))(yo||{})),co=y("statisticalMethodEnum",(e=>(e.TOTAL="total",e.AVERAGE="average",e))(co||{})),Do=y("fixedAlignENUM",(e=>(e.RIGHT="right",e.NONE="",e.LEFT="left",e))(Do||{})),xo=y("tableColumnTypeEnum",(e=>(e.COLUMN_TEXT="COLUMN_TEXT",e.COLUMN_NUMBER="COLUMN_NUMBER",e.COLUMNTEXT_DATA="COLUMNTEXT_DATA",e.COLUMNTEXT_REF="COLUMNTEXT_REF",e.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",e.COLUMNTEXT_ORG="COLUMNTEXT_ORG",e.COLUMNTEXT_USER="COLUMNTEXT_USER",e.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",e.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",e))(xo||{})),Qo=y("tabsTypeENUM",(e=>(e.LINE="line",e.CARD="card",e.TEXt="text",e.CAPSULE="capsule",e.CUSTOM="custom",e))(Qo||{})),vo=y("sortTypeEnum",(e=>(e.ASC="asc",e.DESC="desc",e))(vo||{})),Ao=y("BindCmpStyleEnum",(e=>(e.CMP_TEXT="TEXT",e.CMP_TEXTAREA="TEXTAREA",e.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",e.CMP_BOOLEAN="BOOLEAN",e.CMP_SELECT_LIST="SELECT_LIST",e.CMP_RADIO="RADIO",e.CMP_CHECKBOX="CHECKBOX",e.CMP_DROPDOWN_SELECT="dropdownSelection",e.CMP_MODAL="modalBoxSelection",e.CMP_TREE_SELECTION="treeSelection",e.CMP_NUMBER="NUMBER",e.CMP_CURRENCY="CURRENCY",e.CMP_TIME="TIME",e))(Ao||{}));const Ud=y("Ch_BindCmpStyleEnum",{TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"});var Eo=y("BindCmpStyleTypeEnum",(e=>(e.BindText="bindText",e.BindLongText="BindLongText",e.BindBool="bindBool",e.BindPerson="bindPerson",e.BindDept="bindDept",e.BindLink="bindLink",e.BindMulti="bindMulti",e.BindNum="bindNum",e.BindDecimal="bindDecimal",e))(Eo||{}));const kd=y("transformBindCmp2CmpType",{TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"}),wd=y("bindCmpStyleMap",{bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]});var Bo=y("buttonShowType",(e=>(e.FOLD_ALL="foldAll",e.FOLD_PART="foldPart",e))(Bo||{}));const Gd=y("searchListByFieldType",[k.BOOLEAN,k.DATE,k.DATE_TIME,k.DECIMAL,k.DOUBLE,k.ENUM,k.ENUM_MULTI,k.INTEGER,k.LONG,k.LONG_TEXT,k.TEXT,k.USER_MULTI,k.USER,k.TIME,k.REF_MULTI,k.REF,k.RDO_REF,k.ORG_MULTI,k.ORG,k.AGG,k.EXPRESSION,k.SERIAL,k.ONLINE_FORM_TEMPLATE,k.E_DHR_TEMPLATE,k.PRINTER,k.LABEL_TEMPLATE_REF,k.Biz_Process,k.DOCUMENT_TEMPLATE]);var Co=y("AppPublishStateEnum",(e=>(e.SUCCESS="SUCCESS",e.FAILURE="FAILURE",e.PREPARING="PREPARING",e.EVENTING="EVENTING",e.PROCESSIING="PROCESSIING",e.DEPLOYING="DEPLOYING",e))(Co||{})),Io=y("BasicAction",(e=>(e.Insert="Insert",e.Update="Update",e.Delete="Delete",e.Import="Import",e.Export="Export",e.Setting="Setting",e.Download="Download",e.Test="Test",e.Design="Design",e.Add="Add",e))(Io||{})),bo=y("CustomAction",(e=>(e.ResetPassword="ResetPassword",e.PermissionSetting="PermissionSetting",e.RemoveAndHandover="RemoveAndHandover",e.CategoryManagement="CategoryManagement",e.BaiscSetting="BaiscSetting",e.WatermarkSetting="WatermarkSetting",e.SecuritySetting="SecuritySetting",e.LoginSetting="LoginSetting",e.ThemeSetting="ThemeSetting",e.OrganizationSetting="OrganizationSetting",e.ApkSetting="ApkSetting",e.DevelopIconManagement="DevelopIconManagement",e.DevelopImageManagement="DevelopImageManagement",e.Reprint="Reprint",e.ViewTask="ViewTask",e.ManualTrigger="ManualTrigger",e.Setting="Setting",e.Terminate="Terminate",e.Reassign="Reassign",e.Log="Log",e.Moving="Moving",e.EnableDisable="EnableDisable",e))(bo||{}));const Hd=y("DefaultActions",["Insert","Update","Delete"]),Kd=y("PlatformSettingActions",["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"]);var Lo=y("sizeEnum",(e=>(e.XS="XS",e.SM="SM",e.MD="MD",e.LG="LG",e.XL="XL",e.XXL="XXL",e))(Lo||{})),_o=y("screenEnum",(e=>(e[e.XS=480]="XS",e[e.SM=576]="SM",e[e.MD=768]="MD",e[e.LG=992]="LG",e[e.XL=1200]="XL",e[e.XXL=1600]="XXL",e))(_o||{}));const ge=y("screenMap",new Map);ge.set("XS",480),ge.set("SM",576),ge.set("MD",768),ge.set("LG",992),ge.set("XL",1200),ge.set("XXL",1600);const No=y("TIMEZONE_KEY","TIMEZONE__"),Vd=y("TENANT_KEY","TENANT__"),zd=y("TOKEN_KEY","TOKEN__"),Wd=y("LOCALE_KEY","LOCALE__"),qd=y("LOCALE_LIST_KEY","LOCALE__LIST"),Xd=y("LOCAL_I18N_TRANSLATE","LOCAL_I18N_TRANSLATE"),$d=y("USER_INFO_KEY","USER__INFO__"),jd=y("ROLES_KEY","ROLES__KEY__"),Jd=y("PROJ_CFG_KEY","PROJ__CFG__KEY__"),Zd=y("LOCK_INFO_KEY","LOCK__INFO__KEY__"),Yd=y("MULTIPLE_TABS_KEY","MULTIPLE_TABS__KEY__"),ei=y("APP_DARK_MODE_KEY_","__APP__DARK__MODE__"),ti=y("APP_LOCAL_CACHE_KEY","COMMON__LOCAL__KEY__"),ai=y("APP_SESSION_CACHE_KEY","COMMON__SESSION__KEY__"),si=y("DESIGNER_SESSION_CACHE_KEY","DESIGNER_SESSION_CACHE_KEY");var Ro=y("CacheTypeEnum",(e=>(e[e.SESSION=0]="SESSION",e[e.LOCAL=1]="LOCAL",e))(Ro||{})),So=y("SEARCH_SEVICE",(e=>(e.EQ="eq",e.IEQ="iEq",e.NE="ne",e.INE="ine",e.GT="gt",e.GE="ge",e.LT="lt",e.LE="le",e.ISNULL="isNull",e.ISNOTNULL="isNotNull",e.LIKE="like",e.ILIKE="iLike",e.NOTLIKE="notLike",e.NOTILIKE="iNotLike",e.LEFTLIKE="leftLike",e.ILEFTLIKE="iLeftLike",e.RIGHTLIKE="rightLike",e.IRIGHTLIKE="iRightLike",e.IN="in",e.NOTIN="notIn",e.CONTAINANY="containAny",e.CONTAINALL="containAll",e.RANGE="range",e.ORANGE="oRange",e.LORANGE="loRange",e.RORANGE="roRange",e.VERSIONIN="versionIn",e))(So||{}));const ri=y("notSingleArr",["in","notIn","containAny","containAll","versionIn"]);var To=y("AGLINE_ENUMS",(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.BETWEEN="between",e))(To||{}));const oi=y("presetColor",["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"]);var Fo=y("ButtonOpeEnum",(e=>(e[e.SINGLELINE=0]="SINGLELINE",e[e.HEAD=1]="HEAD",e[e.BATCH=2]="BATCH",e[e.SINGLELINE_RDO=3]="SINGLELINE_RDO",e))(Fo||{})),Po=y("RdoButtonOpeEnum",(e=>(e[e.parentVersion=0]="parentVersion",e[e.childVersion=1]="childVersion",e))(Po||{})),Oo=y("ExceptionEnum",(e=>(e[e.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",e[e.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",e[e.ERROR=500]="ERROR",e[e.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",e[e.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",e))(Oo||{})),ae=y("ErrorTypeEnum",(e=>(e.VUE="vue",e.SCRIPT="script",e.RESOURCE="resource",e.AJAX="ajax",e.PROMISE="promise",e))(ae||{})),Mo=y("ResultEnum",(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Mo||{})),Uo=y("RequestEnum",(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Uo||{})),ko=y("ContentTypeEnum",(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ko||{})),wo=y("BizServiceEnum",(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(wo||{})),Go=y("MenuTypeEnum",(e=>(e.SIDEBAR="sidebar",e.MIX_SIDEBAR="mix-sidebar",e.MIX="mix",e.TOP_MENU="top-menu",e))(Go||{})),Ho=y("TriggerEnum",(e=>(e.NONE="NONE",e.FOOTER="FOOTER",e.HEADER="HEADER",e))(Ho||{})),Ko=y("MenuModeEnum",(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e.VERTICAL_RIGHT="vertical-right",e.INLINE="inline",e))(Ko||{})),Vo=y("MenuSplitTyeEnum",(e=>(e[e.NONE=0]="NONE",e[e.TOP=1]="TOP",e[e.LEFT=2]="LEFT",e))(Vo||{})),zo=y("TopMenuAlignEnum",(e=>(e.CENTER="center",e.START="start",e.END="end",e))(zo||{})),Wo=y("MixSidebarTriggerEnum",(e=>(e.HOVER="hover",e.CLICK="click",e))(Wo||{})),qo=y("PageEnum",(e=>(e.BASE_LOGIN="/login",e.BASE_TENANT="/tenant",e.BASE_HOME="/home",e.USER_CENTER="/user-center",e.PROCESS_CENTER="/process",e.MESSAGE_CENTER="/message",e.ERROR_PAGE="/exception",e.ERROR_LOG_PAGE="/error-log/list",e.USER_CENTER_PWD="/user-center/password",e))(qo||{})),Xo=y("RoleEnum",(e=>(e.SUPER="super",e.TEST="test",e))(Xo||{})),$o=y("SizeEnum",(e=>(e.DEFAULT="default",e.SMALL="small",e.LARGE="large",e))($o||{})),jo=y("ProcessStatusEnum",(e=>(e.APPROVING="APPROVING",e.COMPLETED="COMPLETED",e.REFUSED="REFUSED",e.REJECTED="REJECTED",e.TERMINATED="TERMINATED",e.WITHDRAWN="WITHDRAWN",e))(jo||{}));const hi=y("ch_ProcessStatusMap",{APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"});var Jo=y("ExamineAndApproveStateEnum",(e=>(e.MY_APPLICATION="myApplication",e.MY_AGENT="myAgent",e.MY_DONE="myDone",e.MY_CUSTOM="myCustom",e.MY_CUSTOM_Modal="myCustomModal",e))(Jo||{})),Ae=y("PluginModeEnum",(e=>(e.DESIGN="design",e.WEB="web",e.MOBILE="mobile",e))(Ae||{}));class Yt{projectName=fe.PORTAL;tenantId="";lang="zh-CN";appInfo={};userInfo={};tenantUserInfo={}}y("GlobalPiniaState",Yt);class Bt{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}y("FormState",Bt);class re{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}y("FormItemBasicState",re);class ea extends re{}y("FormCollapsePaneState",ea);class ta extends re{}y("FormCollapseState",ta);class aa extends re{activePane=""}y("FormTabState",aa);class sa extends re{}y("FormTabPaneState",sa);class Ct extends re{label="";value=null;options=[]}y("FormEditItemState",Ct);class ra extends re{expand=!0}y("FormGroupState",ra);class oa extends Ct{}y("FormItemState",oa);function ha(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function da(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var a=e.default;if(typeof a=="function"){var s=function t(){var h=!1;try{h=this instanceof t}catch{}return h?Reflect.construct(a,arguments,this.constructor):a.apply(this,arguments)};s.prototype=a.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var h=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(s,t,h.get?h:{enumerable:!0,get:function(){return e[t]}})}),s}var Pe={exports:{}},ia=require("../internals/global-this"),la=require("../internals/function-call"),It=require("../internals/array-buffer-view-core"),Zo=require("../internals/length-of-array-like"),Yo=require("../internals/to-offset"),eh=require("../internals/to-object"),na=require("../internals/fails"),th=ia.RangeError,bt=ia.Int8Array,ua=bt&&bt.prototype,pa=ua&&ua.set,ah=It.aTypedArray,sh=It.exportTypedArrayMethod,Lt=!na(function(){var e=new Uint8ClampedArray(2);return la(pa,e,{length:1,0:3},1),e[1]!==3}),rh=Lt&&It.NATIVE_ARRAY_BUFFER_VIEWS&&na(function(){var e=new bt(2);return e.set(1),e.set("2",1),e[0]!==0||e[1]!==2});sh("set",function(a){ah(this);var s=Yo(arguments.length>1?arguments[1]:void 0,1),t=eh(a);if(Lt)return la(pa,this,t,s);var h=this.length,o=Zo(t),l=0;if(o+s>h)throw new th("Wrong length");for(;l<o;)this[s+l]=t[l++]},!Lt||rh),(function(e,a){typeof y=="object"?kt.exports=y=a():typeof define=="function"&&define.amd?define([],a):e.CryptoJS=a()})(void 0,function(){var e=e||(function(a,s){var t;if(typeof window<"u"&&window.crypto&&(t=window.crypto),typeof self<"u"&&self.crypto&&(t=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(t=globalThis.crypto),!t&&typeof window<"u"&&window.msCrypto&&(t=window.msCrypto),!t&&typeof global<"u"&&global.crypto&&(t=global.crypto),!t&&typeof require=="function")try{t=require("crypto")}catch{}var h=function(){if(t){if(typeof t.getRandomValues=="function")try{return t.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof t.randomBytes=="function")try{return t.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||(function(){function i(){}return function(c){var v;return i.prototype=c,v=new i,i.prototype=null,v}})(),l={},u=l.lib={},m=u.Base=(function(){return{extend:function(i){var c=o(this);return i&&c.mixIn(i),(!c.hasOwnProperty("init")||this.init===c.init)&&(c.init=function(){c.$super.init.apply(this,arguments)}),c.init.prototype=c,c.$super=this,c},create:function(){var i=this.extend();return i.init.apply(i,arguments),i},init:function(){},mixIn:function(i){for(var c in i)i.hasOwnProperty(c)&&(this[c]=i[c]);i.hasOwnProperty("toString")&&(this.toString=i.toString)},clone:function(){return this.init.prototype.extend(this)}}})(),r=u.WordArray=m.extend({init:function(i,c){i=this.words=i||[],c!=s?this.sigBytes=c:this.sigBytes=i.length*4},toString:function(i){return(i||Q).stringify(this)},concat:function(i){var c=this.words,v=i.words,D=this.sigBytes,x=i.sigBytes;if(this.clamp(),D%4)for(var E=0;E<x;E++){var B=v[E>>>2]>>>24-E%4*8&255;c[D+E>>>2]|=B<<24-(D+E)%4*8}else for(var I=0;I<x;I+=4)c[D+I>>>2]=v[I>>>2];return this.sigBytes+=x,this},clamp:function(){var i=this.words,c=this.sigBytes;i[c>>>2]&=4294967295<<32-c%4*8,i.length=a.ceil(c/4)},clone:function(){var i=m.clone.call(this);return i.words=this.words.slice(0),i},random:function(i){for(var c=[],v=0;v<i;v+=4)c.push(h());return new r.init(c,i)}}),d=l.enc={},Q=d.Hex={stringify:function(i){for(var c=i.words,v=i.sigBytes,D=[],x=0;x<v;x++){var E=c[x>>>2]>>>24-x%4*8&255;D.push((E>>>4).toString(16)),D.push((E&15).toString(16))}return D.join("")},parse:function(i){for(var c=i.length,v=[],D=0;D<c;D+=2)v[D>>>3]|=parseInt(i.substr(D,2),16)<<24-D%8*4;return new r.init(v,c/2)}},n=d.Latin1={stringify:function(i){for(var c=i.words,v=i.sigBytes,D=[],x=0;x<v;x++){var E=c[x>>>2]>>>24-x%4*8&255;D.push(String.fromCharCode(E))}return D.join("")},parse:function(i){for(var c=i.length,v=[],D=0;D<c;D++)v[D>>>2]|=(i.charCodeAt(D)&255)<<24-D%4*8;return new r.init(v,c)}},f=d.Utf8={stringify:function(i){try{return decodeURIComponent(escape(n.stringify(i)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(i){return n.parse(unescape(encodeURIComponent(i)))}},p=u.BufferedBlockAlgorithm=m.extend({reset:function(){this._data=new r.init,this._nDataBytes=0},_append:function(i){typeof i=="string"&&(i=f.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes},_process:function(i){var c,v=this._data,D=v.words,x=v.sigBytes,E=this.blockSize,B=E*4,I=x/B;i?I=a.ceil(I):I=a.max((I|0)-this._minBufferSize,0);var b=I*E,F=a.min(b*4,x);if(b){for(var A=0;A<b;A+=E)this._doProcessBlock(D,A);c=D.splice(0,b),v.sigBytes-=F}return new r.init(c,F)},clone:function(){var i=m.clone.call(this);return i._data=this._data.clone(),i},_minBufferSize:0});u.Hasher=p.extend({cfg:m.extend(),init:function(i){this.cfg=this.cfg.extend(i),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(i){return this._append(i),this._process(),this},finalize:function(i){i&&this._append(i);var c=this._doFinalize();return c},blockSize:16,_createHelper:function(i){return function(c,v){return new i.init(v).finalize(c)}},_createHmacHelper:function(i){return function(c,v){return new g.HMAC.init(i,v).finalize(c)}}});var g=l.algo={};return l})(Math);return e});const w=da(Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})));var Oe={exports:{}},oh=Oe.exports,ma;function Me(){return ma||(ma=1,(function(e,a){(function(s,t){e.exports=t(w)})(oh,function(s){return(function(t){var h=s,o=h.lib,l=o.Base,u=o.WordArray,m=h.x64={};m.Word=l.extend({init:function(r,d){this.high=r,this.low=d}}),m.WordArray=l.extend({init:function(r,d){r=this.words=r||[],d!=t?this.sigBytes=d:this.sigBytes=r.length*8},toX32:function(){for(var r=this.words,d=r.length,Q=[],n=0;n<d;n++){var f=r[n];Q.push(f.high),Q.push(f.low)}return u.create(Q,this.sigBytes)},clone:function(){for(var r=l.clone.call(this),d=r.words=this.words.slice(0),Q=d.length,n=0;n<Q;n++)d[n]=d[n].clone();return r}})})(),s})})(Oe)),Oe.exports}(function(e,a){typeof y=="object"?kt.exports=y=a(require("./core")):typeof define=="function"&&define.amd?define(["./core"],a):a(e.CryptoJS)})(void 0,function(e){return(function(){if(typeof ArrayBuffer=="function"){var a=e,s=a.lib,t=s.WordArray,h=t.init,o=t.init=function(l){if(l instanceof ArrayBuffer&&(l=new Uint8Array(l)),(l instanceof Int8Array||typeof Uint8ClampedArray<"u"&&l instanceof Uint8ClampedArray||l instanceof Int16Array||l instanceof Uint16Array||l instanceof Int32Array||l instanceof Uint32Array||l instanceof Float32Array||l instanceof Float64Array)&&(l=new Uint8Array(l.buffer,l.byteOffset,l.byteLength)),l instanceof Uint8Array){for(var u=l.byteLength,m=[],r=0;r<u;r++)m[r>>>2]|=l[r]<<24-r%4*8;h.call(this,m,u)}else h.apply(this,arguments)};o.prototype=t}})(),e.lib.WordArray});const hh=da(Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})));var Ue={exports:{}},dh=Ue.exports,fa;function ih(){return fa||(fa=1,(function(e,a){(function(s,t){e.exports=t(w)})(dh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Utf16=l.Utf16BE={stringify:function(m){for(var r=m.words,d=m.sigBytes,Q=[],n=0;n<d;n+=2){var f=r[n>>>2]>>>16-n%4*8&65535;Q.push(String.fromCharCode(f))}return Q.join("")},parse:function(m){for(var r=m.length,d=[],Q=0;Q<r;Q++)d[Q>>>1]|=m.charCodeAt(Q)<<16-Q%2*16;return o.create(d,r*2)}},l.Utf16LE={stringify:function(m){for(var r=m.words,d=m.sigBytes,Q=[],n=0;n<d;n+=2){var f=u(r[n>>>2]>>>16-n%4*8&65535);Q.push(String.fromCharCode(f))}return Q.join("")},parse:function(m){for(var r=m.length,d=[],Q=0;Q<r;Q++)d[Q>>>1]|=u(m.charCodeAt(Q)<<16-Q%2*16);return o.create(d,r*2)}};function u(m){return m<<8&4278255360|m>>>8&16711935}})(),s.enc.Utf16})})(Ue)),Ue.exports}var ke={exports:{}},lh=ke.exports,ga;function le(){return ga||(ga=1,(function(e,a){(function(s,t){e.exports=t(w)})(lh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Base64={stringify:function(m){var r=m.words,d=m.sigBytes,Q=this._map;m.clamp();for(var n=[],f=0;f<d;f+=3)for(var p=r[f>>>2]>>>24-f%4*8&255,g=r[f+1>>>2]>>>24-(f+1)%4*8&255,i=r[f+2>>>2]>>>24-(f+2)%4*8&255,c=p<<16|g<<8|i,v=0;v<4&&f+v*.75<d;v++)n.push(Q.charAt(c>>>6*(3-v)&63));var D=Q.charAt(64);if(D)for(;n.length%4;)n.push(D);return n.join("")},parse:function(m){var r=m.length,d=this._map,Q=this._reverseMap;if(!Q){Q=this._reverseMap=[];for(var n=0;n<d.length;n++)Q[d.charCodeAt(n)]=n}var f=d.charAt(64);if(f){var p=m.indexOf(f);p!==-1&&(r=p)}return u(m,r,Q)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function u(m,r,d){for(var Q=[],n=0,f=0;f<r;f++)if(f%4){var p=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=p|g;Q[n>>>2]|=i<<24-n%4*8,n++}return o.create(Q,n)}})(),s.enc.Base64})})(ke)),ke.exports}var we={exports:{}},nh=we.exports,ya;function uh(){return ya||(ya=1,(function(e,a){(function(s,t){e.exports=t(w)})(nh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.enc;l.Base64url={stringify:function(m,r){r===void 0&&(r=!0);var d=m.words,Q=m.sigBytes,n=r?this._safe_map:this._map;m.clamp();for(var f=[],p=0;p<Q;p+=3)for(var g=d[p>>>2]>>>24-p%4*8&255,i=d[p+1>>>2]>>>24-(p+1)%4*8&255,c=d[p+2>>>2]>>>24-(p+2)%4*8&255,v=g<<16|i<<8|c,D=0;D<4&&p+D*.75<Q;D++)f.push(n.charAt(v>>>6*(3-D)&63));var x=n.charAt(64);if(x)for(;f.length%4;)f.push(x);return f.join("")},parse:function(m,r){r===void 0&&(r=!0);var d=m.length,Q=r?this._safe_map:this._map,n=this._reverseMap;if(!n){n=this._reverseMap=[];for(var f=0;f<Q.length;f++)n[Q.charCodeAt(f)]=f}var p=Q.charAt(64);if(p){var g=m.indexOf(p);g!==-1&&(d=g)}return u(m,d,n)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function u(m,r,d){for(var Q=[],n=0,f=0;f<r;f++)if(f%4){var p=d[m.charCodeAt(f-1)]<<f%4*2,g=d[m.charCodeAt(f)]>>>6-f%4*2,i=p|g;Q[n>>>2]|=i<<24-n%4*8,n++}return o.create(Q,n)}})(),s.enc.Base64url})})(we)),we.exports}var Ge={exports:{}},ph=Ge.exports,ca;function ne(){return ca||(ca=1,(function(e,a){(function(s,t){e.exports=t(w)})(ph,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=[];(function(){for(var g=0;g<64;g++)r[g]=t.abs(t.sin(g+1))*4294967296|0})();var d=m.MD5=u.extend({_doReset:function(){this._hash=new l.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(g,i){for(var c=0;c<16;c++){var v=i+c,D=g[v];g[v]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}var x=this._hash.words,E=g[i+0],B=g[i+1],I=g[i+2],b=g[i+3],F=g[i+4],A=g[i+5],C=g[i+6],R=g[i+7],_=g[i+8],P=g[i+9],O=g[i+10],M=g[i+11],W=g[i+12],G=g[i+13],V=g[i+14],H=g[i+15],L=x[0],S=x[1],T=x[2],N=x[3];L=Q(L,S,T,N,E,7,r[0]),N=Q(N,L,S,T,B,12,r[1]),T=Q(T,N,L,S,I,17,r[2]),S=Q(S,T,N,L,b,22,r[3]),L=Q(L,S,T,N,F,7,r[4]),N=Q(N,L,S,T,A,12,r[5]),T=Q(T,N,L,S,C,17,r[6]),S=Q(S,T,N,L,R,22,r[7]),L=Q(L,S,T,N,_,7,r[8]),N=Q(N,L,S,T,P,12,r[9]),T=Q(T,N,L,S,O,17,r[10]),S=Q(S,T,N,L,M,22,r[11]),L=Q(L,S,T,N,W,7,r[12]),N=Q(N,L,S,T,G,12,r[13]),T=Q(T,N,L,S,V,17,r[14]),S=Q(S,T,N,L,H,22,r[15]),L=n(L,S,T,N,B,5,r[16]),N=n(N,L,S,T,C,9,r[17]),T=n(T,N,L,S,M,14,r[18]),S=n(S,T,N,L,E,20,r[19]),L=n(L,S,T,N,A,5,r[20]),N=n(N,L,S,T,O,9,r[21]),T=n(T,N,L,S,H,14,r[22]),S=n(S,T,N,L,F,20,r[23]),L=n(L,S,T,N,P,5,r[24]),N=n(N,L,S,T,V,9,r[25]),T=n(T,N,L,S,b,14,r[26]),S=n(S,T,N,L,_,20,r[27]),L=n(L,S,T,N,G,5,r[28]),N=n(N,L,S,T,I,9,r[29]),T=n(T,N,L,S,R,14,r[30]),S=n(S,T,N,L,W,20,r[31]),L=f(L,S,T,N,A,4,r[32]),N=f(N,L,S,T,_,11,r[33]),T=f(T,N,L,S,M,16,r[34]),S=f(S,T,N,L,V,23,r[35]),L=f(L,S,T,N,B,4,r[36]),N=f(N,L,S,T,F,11,r[37]),T=f(T,N,L,S,R,16,r[38]),S=f(S,T,N,L,O,23,r[39]),L=f(L,S,T,N,G,4,r[40]),N=f(N,L,S,T,E,11,r[41]),T=f(T,N,L,S,b,16,r[42]),S=f(S,T,N,L,C,23,r[43]),L=f(L,S,T,N,P,4,r[44]),N=f(N,L,S,T,W,11,r[45]),T=f(T,N,L,S,H,16,r[46]),S=f(S,T,N,L,I,23,r[47]),L=p(L,S,T,N,E,6,r[48]),N=p(N,L,S,T,R,10,r[49]),T=p(T,N,L,S,V,15,r[50]),S=p(S,T,N,L,A,21,r[51]),L=p(L,S,T,N,W,6,r[52]),N=p(N,L,S,T,b,10,r[53]),T=p(T,N,L,S,O,15,r[54]),S=p(S,T,N,L,B,21,r[55]),L=p(L,S,T,N,_,6,r[56]),N=p(N,L,S,T,H,10,r[57]),T=p(T,N,L,S,C,15,r[58]),S=p(S,T,N,L,G,21,r[59]),L=p(L,S,T,N,F,6,r[60]),N=p(N,L,S,T,M,10,r[61]),T=p(T,N,L,S,I,15,r[62]),S=p(S,T,N,L,P,21,r[63]),x[0]=x[0]+L|0,x[1]=x[1]+S|0,x[2]=x[2]+T|0,x[3]=x[3]+N|0},_doFinalize:function(){var g=this._data,i=g.words,c=this._nDataBytes*8,v=g.sigBytes*8;i[v>>>5]|=128<<24-v%32;var D=t.floor(c/4294967296),x=c;i[(v+64>>>9<<4)+15]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,i[(v+64>>>9<<4)+14]=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360,g.sigBytes=(i.length+1)*4,this._process();for(var E=this._hash,B=E.words,I=0;I<4;I++){var b=B[I];B[I]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360}return E},clone:function(){var g=u.clone.call(this);return g._hash=this._hash.clone(),g}});function Q(g,i,c,v,D,x,E){var B=g+(i&c|~i&v)+D+E;return(B<<x|B>>>32-x)+i}function n(g,i,c,v,D,x,E){var B=g+(i&v|c&~v)+D+E;return(B<<x|B>>>32-x)+i}function f(g,i,c,v,D,x,E){var B=g+(i^c^v)+D+E;return(B<<x|B>>>32-x)+i}function p(g,i,c,v,D,x,E){var B=g+(c^(i|~v))+D+E;return(B<<x|B>>>32-x)+i}h.MD5=u._createHelper(d),h.HmacMD5=u._createHmacHelper(d)})(Math),s.MD5})})(Ge)),Ge.exports}var He={exports:{}},mh=He.exports,Da;function xa(){return Da||(Da=1,(function(e,a){(function(s,t){e.exports=t(w)})(mh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=h.Hasher,u=t.algo,m=[],r=u.SHA1=l.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,Q){for(var n=this._hash.words,f=n[0],p=n[1],g=n[2],i=n[3],c=n[4],v=0;v<80;v++){if(v<16)m[v]=d[Q+v]|0;else{var D=m[v-3]^m[v-8]^m[v-14]^m[v-16];m[v]=D<<1|D>>>31}var x=(f<<5|f>>>27)+c+m[v];v<20?x+=(p&g|~p&i)+1518500249:v<40?x+=(p^g^i)+1859775393:v<60?x+=(p&g|p&i|g&i)-1894007588:x+=(p^g^i)-899497514,c=i,i=g,g=p<<30|p>>>2,p=f,f=x}n[0]=n[0]+f|0,n[1]=n[1]+p|0,n[2]=n[2]+g|0,n[3]=n[3]+i|0,n[4]=n[4]+c|0},_doFinalize:function(){var d=this._data,Q=d.words,n=this._nDataBytes*8,f=d.sigBytes*8;return Q[f>>>5]|=128<<24-f%32,Q[(f+64>>>9<<4)+14]=Math.floor(n/4294967296),Q[(f+64>>>9<<4)+15]=n,d.sigBytes=Q.length*4,this._process(),this._hash},clone:function(){var d=l.clone.call(this);return d._hash=this._hash.clone(),d}});t.SHA1=l._createHelper(r),t.HmacSHA1=l._createHmacHelper(r)})(),s.SHA1})})(He)),He.exports}var Ke={exports:{}},fh=Ke.exports,Qa;function _t(){return Qa||(Qa=1,(function(e,a){(function(s,t){e.exports=t(w)})(fh,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=[],d=[];(function(){function f(c){for(var v=t.sqrt(c),D=2;D<=v;D++)if(!(c%D))return!1;return!0}function p(c){return(c-(c|0))*4294967296|0}for(var g=2,i=0;i<64;)f(g)&&(i<8&&(r[i]=p(t.pow(g,1/2))),d[i]=p(t.pow(g,1/3)),i++),g++})();var Q=[],n=m.SHA256=u.extend({_doReset:function(){this._hash=new l.init(r.slice(0))},_doProcessBlock:function(f,p){for(var g=this._hash.words,i=g[0],c=g[1],v=g[2],D=g[3],x=g[4],E=g[5],B=g[6],I=g[7],b=0;b<64;b++){if(b<16)Q[b]=f[p+b]|0;else{var F=Q[b-15],A=(F<<25|F>>>7)^(F<<14|F>>>18)^F>>>3,C=Q[b-2],R=(C<<15|C>>>17)^(C<<13|C>>>19)^C>>>10;Q[b]=A+Q[b-7]+R+Q[b-16]}var _=x&E^~x&B,P=i&c^i&v^c&v,O=(i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22),M=(x<<26|x>>>6)^(x<<21|x>>>11)^(x<<7|x>>>25),W=I+M+_+d[b]+Q[b],G=O+P;I=B,B=E,E=x,x=D+W|0,D=v,v=c,c=i,i=W+G|0}g[0]=g[0]+i|0,g[1]=g[1]+c|0,g[2]=g[2]+v|0,g[3]=g[3]+D|0,g[4]=g[4]+x|0,g[5]=g[5]+E|0,g[6]=g[6]+B|0,g[7]=g[7]+I|0},_doFinalize:function(){var f=this._data,p=f.words,g=this._nDataBytes*8,i=f.sigBytes*8;return p[i>>>5]|=128<<24-i%32,p[(i+64>>>9<<4)+14]=t.floor(g/4294967296),p[(i+64>>>9<<4)+15]=g,f.sigBytes=p.length*4,this._process(),this._hash},clone:function(){var f=u.clone.call(this);return f._hash=this._hash.clone(),f}});h.SHA256=u._createHelper(n),h.HmacSHA256=u._createHmacHelper(n)})(Math),s.SHA256})})(Ke)),Ke.exports}var Ve={exports:{}},gh=Ve.exports,va;function yh(){return va||(va=1,(function(e,a){(function(s,t,h){e.exports=t(w,_t())})(gh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=t.algo,u=l.SHA256,m=l.SHA224=u.extend({_doReset:function(){this._hash=new o.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var r=u._doFinalize.call(this);return r.sigBytes-=4,r}});t.SHA224=u._createHelper(m),t.HmacSHA224=u._createHmacHelper(m)})(),s.SHA224})})(Ve)),Ve.exports}var ze={exports:{}},ch=ze.exports,Aa;function Ea(){return Aa||(Aa=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me())})(ch,function(s){return(function(){var t=s,h=t.lib,o=h.Hasher,l=t.x64,u=l.Word,m=l.WordArray,r=t.algo;function d(){return u.create.apply(u,arguments)}var Q=[d(1116352408,3609767458),d(1899447441,602891725),d(3049323471,3964484399),d(3921009573,2173295548),d(961987163,4081628472),d(1508970993,3053834265),d(2453635748,2937671579),d(2870763221,3664609560),d(3624381080,2734883394),d(310598401,1164996542),d(607225278,1323610764),d(1426881987,3590304994),d(1925078388,4068182383),d(2162078206,991336113),d(2614888103,633803317),d(3248222580,3479774868),d(3835390401,2666613458),d(4022224774,944711139),d(264347078,2341262773),d(604807628,2007800933),d(770255983,1495990901),d(1249150122,1856431235),d(1555081692,3175218132),d(1996064986,2198950837),d(2554220882,3999719339),d(2821834349,766784016),d(2952996808,2566594879),d(3210313671,3203337956),d(3336571891,1034457026),d(3584528711,2466948901),d(113926993,3758326383),d(338241895,168717936),d(666307205,1188179964),d(773529912,1546045734),d(1294757372,1522805485),d(1396182291,2643833823),d(1695183700,2343527390),d(1986661051,1014477480),d(2177026350,1206759142),d(2456956037,344077627),d(2730485921,1290863460),d(2820302411,3158454273),d(3259730800,3505952657),d(3345764771,106217008),d(3516065817,3606008344),d(3600352804,1432725776),d(4094571909,1467031594),d(275423344,851169720),d(430227734,3100823752),d(506948616,1363258195),d(659060556,3750685593),d(883997877,3785050280),d(958139571,3318307427),d(1322822218,3812723403),d(1537002063,2003034995),d(1747873779,3602036899),d(1955562222,1575990012),d(2024104815,1125592928),d(2227730452,2716904306),d(2361852424,442776044),d(2428436474,593698344),d(2756734187,3733110249),d(3204031479,2999351573),d(3329325298,3815920427),d(3391569614,3928383900),d(3515267271,566280711),d(3940187606,3454069534),d(4118630271,4000239992),d(116418474,1914138554),d(174292421,2731055270),d(289380356,3203993006),d(460393269,320620315),d(685471733,587496836),d(852142971,1086792851),d(1017036298,365543100),d(1126000580,2618297676),d(1288033470,3409855158),d(1501505948,4234509866),d(1607167915,987167468),d(1816402316,1246189591)],n=[];(function(){for(var p=0;p<80;p++)n[p]=d()})();var f=r.SHA512=o.extend({_doReset:function(){this._hash=new m.init([new u.init(1779033703,4089235720),new u.init(3144134277,2227873595),new u.init(1013904242,4271175723),new u.init(2773480762,1595750129),new u.init(1359893119,2917565137),new u.init(2600822924,725511199),new u.init(528734635,4215389547),new u.init(1541459225,327033209)])},_doProcessBlock:function(p,g){for(var i=this._hash.words,c=i[0],v=i[1],D=i[2],x=i[3],E=i[4],B=i[5],I=i[6],b=i[7],F=c.high,A=c.low,C=v.high,R=v.low,_=D.high,P=D.low,O=x.high,M=x.low,W=E.high,G=E.low,V=B.high,H=B.low,L=I.high,S=I.low,T=b.high,N=b.low,q=F,z=A,$=C,U=R,Ee=_,xe=P,Mt=O,Be=M,ee=W,j=G,Dt=V,Ce=H,xt=L,Ie=S,Ut=T,be=N,te=0;te<80;te++){var Y,de,Qt=n[te];if(te<16)de=Qt.high=p[g+te*2]|0,Y=Qt.low=p[g+te*2+1]|0;else{var Bs=n[te-15],Qe=Bs.high,Le=Bs.low,Qd=(Qe>>>1|Le<<31)^(Qe>>>8|Le<<24)^Qe>>>7,Cs=(Le>>>1|Qe<<31)^(Le>>>8|Qe<<24)^(Le>>>7|Qe<<25),Is=n[te-2],ve=Is.high,_e=Is.low,vd=(ve>>>19|_e<<13)^(ve<<3|_e>>>29)^ve>>>6,bs=(_e>>>19|ve<<13)^(_e<<3|ve>>>29)^(_e>>>6|ve<<26),Ls=n[te-7],Ad=Ls.high,Ed=Ls.low,_s=n[te-16],Bd=_s.high,Ns=_s.low;Y=Cs+Ed,de=Qd+Ad+(Y>>>0<Cs>>>0?1:0),Y=Y+bs,de=de+vd+(Y>>>0<bs>>>0?1:0),Y=Y+Ns,de=de+Bd+(Y>>>0<Ns>>>0?1:0),Qt.high=de,Qt.low=Y}var Cd=ee&Dt^~ee&xt,Rs=j&Ce^~j&Ie,Id=q&$^q&Ee^$&Ee,bd=z&U^z&xe^U&xe,Ld=(q>>>28|z<<4)^(q<<30|z>>>2)^(q<<25|z>>>7),Ss=(z>>>28|q<<4)^(z<<30|q>>>2)^(z<<25|q>>>7),_d=(ee>>>14|j<<18)^(ee>>>18|j<<14)^(ee<<23|j>>>9),Nd=(j>>>14|ee<<18)^(j>>>18|ee<<14)^(j<<23|ee>>>9),Ts=Q[te],Rd=Ts.high,Fs=Ts.low,J=be+Nd,ie=Ut+_d+(J>>>0<be>>>0?1:0),J=J+Rs,ie=ie+Cd+(J>>>0<Rs>>>0?1:0),J=J+Fs,ie=ie+Rd+(J>>>0<Fs>>>0?1:0),J=J+Y,ie=ie+de+(J>>>0<Y>>>0?1:0),Ps=Ss+bd,Sd=Ld+Id+(Ps>>>0<Ss>>>0?1:0);Ut=xt,be=Ie,xt=Dt,Ie=Ce,Dt=ee,Ce=j,j=Be+J|0,ee=Mt+ie+(j>>>0<Be>>>0?1:0)|0,Mt=Ee,Be=xe,Ee=$,xe=U,$=q,U=z,z=J+Ps|0,q=ie+Sd+(z>>>0<J>>>0?1:0)|0}A=c.low=A+z,c.high=F+q+(A>>>0<z>>>0?1:0),R=v.low=R+U,v.high=C+$+(R>>>0<U>>>0?1:0),P=D.low=P+xe,D.high=_+Ee+(P>>>0<xe>>>0?1:0),M=x.low=M+Be,x.high=O+Mt+(M>>>0<Be>>>0?1:0),G=E.low=G+j,E.high=W+ee+(G>>>0<j>>>0?1:0),H=B.low=H+Ce,B.high=V+Dt+(H>>>0<Ce>>>0?1:0),S=I.low=S+Ie,I.high=L+xt+(S>>>0<Ie>>>0?1:0),N=b.low=N+be,b.high=T+Ut+(N>>>0<be>>>0?1:0)},_doFinalize:function(){var p=this._data,g=p.words,i=this._nDataBytes*8,c=p.sigBytes*8;g[c>>>5]|=128<<24-c%32,g[(c+128>>>10<<5)+30]=Math.floor(i/4294967296),g[(c+128>>>10<<5)+31]=i,p.sigBytes=g.length*4,this._process();var v=this._hash.toX32();return v},clone:function(){var p=o.clone.call(this);return p._hash=this._hash.clone(),p},blockSize:1024/32});t.SHA512=o._createHelper(f),t.HmacSHA512=o._createHmacHelper(f)})(),s.SHA512})})(ze)),ze.exports}var We={exports:{}},Dh=We.exports,Ba;function xh(){return Ba||(Ba=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me(),Ea())})(Dh,function(s){return(function(){var t=s,h=t.x64,o=h.Word,l=h.WordArray,u=t.algo,m=u.SHA512,r=u.SHA384=m.extend({_doReset:function(){this._hash=new l.init([new o.init(3418070365,3238371032),new o.init(1654270250,914150663),new o.init(2438529370,812702999),new o.init(355462360,4144912697),new o.init(1731405415,4290775857),new o.init(2394180231,1750603025),new o.init(3675008525,1694076839),new o.init(1203062813,3204075428)])},_doFinalize:function(){var d=m._doFinalize.call(this);return d.sigBytes-=16,d}});t.SHA384=m._createHelper(r),t.HmacSHA384=m._createHmacHelper(r)})(),s.SHA384})})(We)),We.exports}var qe={exports:{}},Qh=qe.exports,Ca;function vh(){return Ca||(Ca=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me())})(Qh,function(s){return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.x64,r=m.Word,d=h.algo,Q=[],n=[],f=[];(function(){for(var i=1,c=0,v=0;v<24;v++){Q[i+5*c]=(v+1)*(v+2)/2%64;var D=c%5,x=(2*i+3*c)%5;i=D,c=x}for(var i=0;i<5;i++)for(var c=0;c<5;c++)n[i+5*c]=c+(2*i+3*c)%5*5;for(var E=1,B=0;B<24;B++){for(var I=0,b=0,F=0;F<7;F++){if(E&1){var A=(1<<F)-1;A<32?b^=1<<A:I^=1<<A-32}E&128?E=E<<1^113:E<<=1}f[B]=r.create(I,b)}})();var p=[];(function(){for(var i=0;i<25;i++)p[i]=r.create()})();var g=d.SHA3=u.extend({cfg:u.cfg.extend({outputLength:512}),_doReset:function(){for(var i=this._state=[],c=0;c<25;c++)i[c]=new r.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(i,c){for(var v=this._state,D=this.blockSize/2,x=0;x<D;x++){var E=i[c+2*x],B=i[c+2*x+1];E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,B=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360;var I=v[x];I.high^=B,I.low^=E}for(var b=0;b<24;b++){for(var F=0;F<5;F++){for(var A=0,C=0,R=0;R<5;R++){var I=v[F+5*R];A^=I.high,C^=I.low}var _=p[F];_.high=A,_.low=C}for(var F=0;F<5;F++)for(var P=p[(F+4)%5],O=p[(F+1)%5],M=O.high,W=O.low,A=P.high^(M<<1|W>>>31),C=P.low^(W<<1|M>>>31),R=0;R<5;R++){var I=v[F+5*R];I.high^=A,I.low^=C}for(var G=1;G<25;G++){var A,C,I=v[G],V=I.high,H=I.low,L=Q[G];L<32?(A=V<<L|H>>>32-L,C=H<<L|V>>>32-L):(A=H<<L-32|V>>>64-L,C=V<<L-32|H>>>64-L);var S=p[n[G]];S.high=A,S.low=C}var T=p[0],N=v[0];T.high=N.high,T.low=N.low;for(var F=0;F<5;F++)for(var R=0;R<5;R++){var G=F+5*R,I=v[G],q=p[G],z=p[(F+1)%5+5*R],$=p[(F+2)%5+5*R];I.high=q.high^~z.high&$.high,I.low=q.low^~z.low&$.low}var I=v[0],U=f[b];I.high^=U.high,I.low^=U.low}},_doFinalize:function(){var i=this._data,c=i.words;this._nDataBytes*8;var v=i.sigBytes*8,D=this.blockSize*32;c[v>>>5]|=1<<24-v%32,c[(t.ceil((v+1)/D)*D>>>5)-1]|=128,i.sigBytes=c.length*4,this._process();for(var x=this._state,E=this.cfg.outputLength/8,B=E/8,I=[],b=0;b<B;b++){var F=x[b],A=F.high,C=F.low;A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360,C=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360,I.push(C),I.push(A)}return new l.init(I,E)},clone:function(){for(var i=u.clone.call(this),c=i._state=this._state.slice(0),v=0;v<25;v++)c[v]=c[v].clone();return i}});h.SHA3=u._createHelper(g),h.HmacSHA3=u._createHmacHelper(g)})(Math),s.SHA3})})(qe)),qe.exports}var Xe={exports:{}},Ah=Xe.exports,Ia;function Eh(){return Ia||(Ia=1,(function(e,a){(function(s,t){e.exports=t(w)})(Ah,function(s){/** @preserve
2
+ (c) 2012 by Cédric Mesnil. All rights reserved.
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7
+ */return(function(t){var h=s,o=h.lib,l=o.WordArray,u=o.Hasher,m=h.algo,r=l.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),d=l.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),Q=l.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),n=l.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),f=l.create([0,1518500249,1859775393,2400959708,2840853838]),p=l.create([1352829926,1548603684,1836072691,2053994217,0]),g=m.RIPEMD160=u.extend({_doReset:function(){this._hash=l.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(B,I){for(var b=0;b<16;b++){var F=I+b,A=B[F];B[F]=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360}var C=this._hash.words,R=f.words,_=p.words,P=r.words,O=d.words,M=Q.words,W=n.words,G,V,H,L,S,T,N,q,z,$;T=G=C[0],N=V=C[1],q=H=C[2],z=L=C[3],$=S=C[4];for(var U,b=0;b<80;b+=1)U=G+B[I+P[b]]|0,b<16?U+=i(V,H,L)+R[0]:b<32?U+=c(V,H,L)+R[1]:b<48?U+=v(V,H,L)+R[2]:b<64?U+=D(V,H,L)+R[3]:U+=x(V,H,L)+R[4],U=U|0,U=E(U,M[b]),U=U+S|0,G=S,S=L,L=E(H,10),H=V,V=U,U=T+B[I+O[b]]|0,b<16?U+=x(N,q,z)+_[0]:b<32?U+=D(N,q,z)+_[1]:b<48?U+=v(N,q,z)+_[2]:b<64?U+=c(N,q,z)+_[3]:U+=i(N,q,z)+_[4],U=U|0,U=E(U,W[b]),U=U+$|0,T=$,$=z,z=E(q,10),q=N,N=U;U=C[1]+H+z|0,C[1]=C[2]+L+$|0,C[2]=C[3]+S+T|0,C[3]=C[4]+G+N|0,C[4]=C[0]+V+q|0,C[0]=U},_doFinalize:function(){var B=this._data,I=B.words,b=this._nDataBytes*8,F=B.sigBytes*8;I[F>>>5]|=128<<24-F%32,I[(F+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,B.sigBytes=(I.length+1)*4,this._process();for(var A=this._hash,C=A.words,R=0;R<5;R++){var _=C[R];C[R]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360}return A},clone:function(){var B=u.clone.call(this);return B._hash=this._hash.clone(),B}});function i(B,I,b){return B^I^b}function c(B,I,b){return B&I|~B&b}function v(B,I,b){return(B|~I)^b}function D(B,I,b){return B&b|I&~b}function x(B,I,b){return B^(I|~b)}function E(B,I){return B<<I|B>>>32-I}h.RIPEMD160=u._createHelper(g),h.HmacRIPEMD160=u._createHmacHelper(g)})(),s.RIPEMD160})})(Xe)),Xe.exports}var $e={exports:{}},Bh=$e.exports,ba;function Nt(){return ba||(ba=1,(function(e,a){(function(s,t){e.exports=t(w)})(Bh,function(s){(function(){var t=s,h=t.lib,o=h.Base,l=t.enc,u=l.Utf8,m=t.algo;m.HMAC=o.extend({init:function(r,d){r=this._hasher=new r.init,typeof d=="string"&&(d=u.parse(d));var Q=r.blockSize,n=Q*4;d.sigBytes>n&&(d=r.finalize(d)),d.clamp();for(var f=this._oKey=d.clone(),p=this._iKey=d.clone(),g=f.words,i=p.words,c=0;c<Q;c++)g[c]^=1549556828,i[c]^=909522486;f.sigBytes=p.sigBytes=n,this.reset()},reset:function(){var r=this._hasher;r.reset(),r.update(this._iKey)},update:function(r){return this._hasher.update(r),this},finalize:function(r){var d=this._hasher,Q=d.finalize(r);d.reset();var n=d.finalize(this._oKey.clone().concat(Q));return n}})})()})})($e)),$e.exports}var je={exports:{}},Ch=je.exports,La;function Ih(){return La||(La=1,(function(e,a){(function(s,t,h){e.exports=t(w,_t(),Nt())})(Ch,function(s){return(function(){var t=s,h=t.lib,o=h.Base,l=h.WordArray,u=t.algo,m=u.SHA256,r=u.HMAC,d=u.PBKDF2=o.extend({cfg:o.extend({keySize:128/32,hasher:m,iterations:25e4}),init:function(Q){this.cfg=this.cfg.extend(Q)},compute:function(Q,n){for(var f=this.cfg,p=r.create(f.hasher,Q),g=l.create(),i=l.create([1]),c=g.words,v=i.words,D=f.keySize,x=f.iterations;c.length<D;){var E=p.update(n).finalize(i);p.reset();for(var B=E.words,I=B.length,b=E,F=1;F<x;F++){b=p.finalize(b),p.reset();for(var A=b.words,C=0;C<I;C++)B[C]^=A[C]}g.concat(E),v[0]++}return g.sigBytes=D*4,g}});t.PBKDF2=function(Q,n,f){return d.create(f).compute(Q,n)}})(),s.PBKDF2})})(je)),je.exports}var Je={exports:{}},bh=Je.exports,_a;function oe(){return _a||(_a=1,(function(e,a){(function(s,t,h){e.exports=t(w,xa(),Nt())})(bh,function(s){return(function(){var t=s,h=t.lib,o=h.Base,l=h.WordArray,u=t.algo,m=u.MD5,r=u.EvpKDF=o.extend({cfg:o.extend({keySize:128/32,hasher:m,iterations:1}),init:function(d){this.cfg=this.cfg.extend(d)},compute:function(d,Q){for(var n,f=this.cfg,p=f.hasher.create(),g=l.create(),i=g.words,c=f.keySize,v=f.iterations;i.length<c;){n&&p.update(n),n=p.update(d).finalize(Q),p.reset();for(var D=1;D<v;D++)n=p.finalize(n),p.reset();g.concat(n)}return g.sigBytes=c*4,g}});t.EvpKDF=function(d,Q,n){return r.create(n).compute(d,Q)}})(),s.EvpKDF})})(Je)),Je.exports}var Ze={exports:{}},Lh=Ze.exports,Na;function X(){return Na||(Na=1,(function(e,a){(function(s,t,h){e.exports=t(w,oe())})(Lh,function(s){s.lib.Cipher||(function(t){var h=s,o=h.lib,l=o.Base,u=o.WordArray,m=o.BufferedBlockAlgorithm,r=h.enc;r.Utf8;var d=r.Base64,Q=h.algo,n=Q.EvpKDF,f=o.Cipher=m.extend({cfg:l.extend(),createEncryptor:function(A,C){return this.create(this._ENC_XFORM_MODE,A,C)},createDecryptor:function(A,C){return this.create(this._DEC_XFORM_MODE,A,C)},init:function(A,C,R){this.cfg=this.cfg.extend(R),this._xformMode=A,this._key=C,this.reset()},reset:function(){m.reset.call(this),this._doReset()},process:function(A){return this._append(A),this._process()},finalize:function(A){A&&this._append(A);var C=this._doFinalize();return C},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:(function(){function A(C){return typeof C=="string"?F:B}return function(C){return{encrypt:function(R,_,P){return A(_).encrypt(C,R,_,P)},decrypt:function(R,_,P){return A(_).decrypt(C,R,_,P)}}}})()});o.StreamCipher=f.extend({_doFinalize:function(){var A=this._process(!0);return A},blockSize:1});var p=h.mode={},g=o.BlockCipherMode=l.extend({createEncryptor:function(A,C){return this.Encryptor.create(A,C)},createDecryptor:function(A,C){return this.Decryptor.create(A,C)},init:function(A,C){this._cipher=A,this._iv=C}}),i=p.CBC=(function(){var A=g.extend();A.Encryptor=A.extend({processBlock:function(R,_){var P=this._cipher,O=P.blockSize;C.call(this,R,_,O),P.encryptBlock(R,_),this._prevBlock=R.slice(_,_+O)}}),A.Decryptor=A.extend({processBlock:function(R,_){var P=this._cipher,O=P.blockSize,M=R.slice(_,_+O);P.decryptBlock(R,_),C.call(this,R,_,O),this._prevBlock=M}});function C(R,_,P){var O,M=this._iv;M?(O=M,this._iv=t):O=this._prevBlock;for(var W=0;W<P;W++)R[_+W]^=O[W]}return A})(),c=h.pad={},v=c.Pkcs7={pad:function(A,C){for(var R=C*4,_=R-A.sigBytes%R,P=_<<24|_<<16|_<<8|_,O=[],M=0;M<_;M+=4)O.push(P);var W=u.create(O,_);A.concat(W)},unpad:function(A){var C=A.words[A.sigBytes-1>>>2]&255;A.sigBytes-=C}};o.BlockCipher=f.extend({cfg:f.cfg.extend({mode:i,padding:v}),reset:function(){var A;f.reset.call(this);var C=this.cfg,R=C.iv,_=C.mode;this._xformMode==this._ENC_XFORM_MODE?A=_.createEncryptor:(A=_.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==A?this._mode.init(this,R&&R.words):(this._mode=A.call(_,this,R&&R.words),this._mode.__creator=A)},_doProcessBlock:function(A,C){this._mode.processBlock(A,C)},_doFinalize:function(){var A,C=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(C.pad(this._data,this.blockSize),A=this._process(!0)):(A=this._process(!0),C.unpad(A)),A},blockSize:128/32});var D=o.CipherParams=l.extend({init:function(A){this.mixIn(A)},toString:function(A){return(A||this.formatter).stringify(this)}}),x=h.format={},E=x.OpenSSL={stringify:function(A){var C,R=A.ciphertext,_=A.salt;return _?C=u.create([1398893684,1701076831]).concat(_).concat(R):C=R,C.toString(d)},parse:function(A){var C,R=d.parse(A),_=R.words;return _[0]==1398893684&&_[1]==1701076831&&(C=u.create(_.slice(2,4)),_.splice(0,4),R.sigBytes-=16),D.create({ciphertext:R,salt:C})}},B=o.SerializableCipher=l.extend({cfg:l.extend({format:E}),encrypt:function(A,C,R,_){_=this.cfg.extend(_);var P=A.createEncryptor(R,_),O=P.finalize(C),M=P.cfg;return D.create({ciphertext:O,key:R,iv:M.iv,algorithm:A,mode:M.mode,padding:M.padding,blockSize:A.blockSize,formatter:_.format})},decrypt:function(A,C,R,_){_=this.cfg.extend(_),C=this._parse(C,_.format);var P=A.createDecryptor(R,_).finalize(C.ciphertext);return P},_parse:function(A,C){return typeof A=="string"?C.parse(A,this):A}}),I=h.kdf={},b=I.OpenSSL={execute:function(A,C,R,_,P){if(_||(_=u.random(64/8)),P)var O=n.create({keySize:C+R,hasher:P}).compute(A,_);else var O=n.create({keySize:C+R}).compute(A,_);var M=u.create(O.words.slice(C),R*4);return O.sigBytes=C*4,D.create({key:O,iv:M,salt:_})}},F=o.PasswordBasedCipher=B.extend({cfg:B.cfg.extend({kdf:b}),encrypt:function(A,C,R,_){_=this.cfg.extend(_);var P=_.kdf.execute(R,A.keySize,A.ivSize,_.salt,_.hasher);_.iv=P.iv;var O=B.encrypt.call(this,A,C,P.key,_);return O.mixIn(P),O},decrypt:function(A,C,R,_){_=this.cfg.extend(_),C=this._parse(C,_.format);var P=_.kdf.execute(R,A.keySize,A.ivSize,C.salt,_.hasher);_.iv=P.iv;var O=B.decrypt.call(this,A,C,P.key,_);return O}})})()})})(Ze)),Ze.exports}var Ye={exports:{}},_h=Ye.exports,Ra;function Nh(){return Ra||(Ra=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(_h,function(s){return s.mode.CFB=(function(){var t=s.lib.BlockCipherMode.extend();t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize;h.call(this,o,l,m,u),this._prevBlock=o.slice(l,l+m)}}),t.Decryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=o.slice(l,l+m);h.call(this,o,l,m,u),this._prevBlock=r}});function h(o,l,u,m){var r,d=this._iv;d?(r=d.slice(0),this._iv=void 0):r=this._prevBlock,m.encryptBlock(r,0);for(var Q=0;Q<u;Q++)o[l+Q]^=r[Q]}return t})(),s.mode.CFB})})(Ye)),Ye.exports}var et={exports:{}},Rh=et.exports,Sa;function Sh(){return Sa||(Sa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Rh,function(s){return s.mode.CTR=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=this._iv,d=this._counter;r&&(d=this._counter=r.slice(0),this._iv=void 0);var Q=d.slice(0);u.encryptBlock(Q,0),d[m-1]=d[m-1]+1|0;for(var n=0;n<m;n++)o[l+n]^=Q[n]}});return t.Decryptor=h,t})(),s.mode.CTR})})(et)),et.exports}var tt={exports:{}},Th=tt.exports,Ta;function Fh(){return Ta||(Ta=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Th,function(s){/** @preserve
8
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
9
+ * derived from CryptoJS.mode.CTR
10
+ * Jan Hruby jhruby.web@gmail.com
11
+ */return s.mode.CTRGladman=(function(){var t=s.lib.BlockCipherMode.extend();function h(u){if((u>>24&255)===255){var m=u>>16&255,r=u>>8&255,d=u&255;m===255?(m=0,r===255?(r=0,d===255?d=0:++d):++r):++m,u=0,u+=m<<16,u+=r<<8,u+=d}else u+=1<<24;return u}function o(u){return(u[0]=h(u[0]))===0&&(u[1]=h(u[1])),u}var l=t.Encryptor=t.extend({processBlock:function(u,m){var r=this._cipher,d=r.blockSize,Q=this._iv,n=this._counter;Q&&(n=this._counter=Q.slice(0),this._iv=void 0),o(n);var f=n.slice(0);r.encryptBlock(f,0);for(var p=0;p<d;p++)u[m+p]^=f[p]}});return t.Decryptor=l,t})(),s.mode.CTRGladman})})(tt)),tt.exports}var at={exports:{}},Ph=at.exports,Fa;function Oh(){return Fa||(Fa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Ph,function(s){return s.mode.OFB=(function(){var t=s.lib.BlockCipherMode.extend(),h=t.Encryptor=t.extend({processBlock:function(o,l){var u=this._cipher,m=u.blockSize,r=this._iv,d=this._keystream;r&&(d=this._keystream=r.slice(0),this._iv=void 0),u.encryptBlock(d,0);for(var Q=0;Q<m;Q++)o[l+Q]^=d[Q]}});return t.Decryptor=h,t})(),s.mode.OFB})})(at)),at.exports}var st={exports:{}},Mh=st.exports,Pa;function Uh(){return Pa||(Pa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Mh,function(s){return s.mode.ECB=(function(){var t=s.lib.BlockCipherMode.extend();return t.Encryptor=t.extend({processBlock:function(h,o){this._cipher.encryptBlock(h,o)}}),t.Decryptor=t.extend({processBlock:function(h,o){this._cipher.decryptBlock(h,o)}}),t})(),s.mode.ECB})})(st)),st.exports}var rt={exports:{}},kh=rt.exports,Oa;function wh(){return Oa||(Oa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(kh,function(s){return s.pad.AnsiX923={pad:function(t,h){var o=t.sigBytes,l=h*4,u=l-o%l,m=o+u-1;t.clamp(),t.words[m>>>2]|=u<<24-m%4*8,t.sigBytes+=u},unpad:function(t){var h=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=h}},s.pad.Ansix923})})(rt)),rt.exports}var ot={exports:{}},Gh=ot.exports,Ma;function Hh(){return Ma||(Ma=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Gh,function(s){return s.pad.Iso10126={pad:function(t,h){var o=h*4,l=o-t.sigBytes%o;t.concat(s.lib.WordArray.random(l-1)).concat(s.lib.WordArray.create([l<<24],1))},unpad:function(t){var h=t.words[t.sigBytes-1>>>2]&255;t.sigBytes-=h}},s.pad.Iso10126})})(ot)),ot.exports}var ht={exports:{}},Kh=ht.exports,Ua;function Vh(){return Ua||(Ua=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(Kh,function(s){return s.pad.Iso97971={pad:function(t,h){t.concat(s.lib.WordArray.create([2147483648],1)),s.pad.ZeroPadding.pad(t,h)},unpad:function(t){s.pad.ZeroPadding.unpad(t),t.sigBytes--}},s.pad.Iso97971})})(ht)),ht.exports}var dt={exports:{}},zh=dt.exports,ka;function Wh(){return ka||(ka=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(zh,function(s){return s.pad.ZeroPadding={pad:function(t,h){var o=h*4;t.clamp(),t.sigBytes+=o-(t.sigBytes%o||o)},unpad:function(t){for(var h=t.words,o=t.sigBytes-1,o=t.sigBytes-1;o>=0;o--)if(h[o>>>2]>>>24-o%4*8&255){t.sigBytes=o+1;break}}},s.pad.ZeroPadding})})(dt)),dt.exports}var it={exports:{}},qh=it.exports,wa;function Xh(){return wa||(wa=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})(qh,function(s){return s.pad.NoPadding={pad:function(){},unpad:function(){}},s.pad.NoPadding})})(it)),it.exports}var lt={exports:{}},$h=lt.exports,Ga;function jh(){return Ga||(Ga=1,(function(e,a){(function(s,t,h){e.exports=t(w,X())})($h,function(s){return(function(t){var h=s,o=h.lib,l=o.CipherParams,u=h.enc,m=u.Hex,r=h.format;r.Hex={stringify:function(d){return d.ciphertext.toString(m)},parse:function(d){var Q=m.parse(d);return l.create({ciphertext:Q})}}})(),s.format.Hex})})(lt)),lt.exports}var nt={exports:{}},Jh=nt.exports,Ha;function Zh(){return Ha||(Ha=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(Jh,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,l=t.algo,u=[],m=[],r=[],d=[],Q=[],n=[],f=[],p=[],g=[],i=[];(function(){for(var D=[],x=0;x<256;x++)x<128?D[x]=x<<1:D[x]=x<<1^283;for(var E=0,B=0,x=0;x<256;x++){var I=B^B<<1^B<<2^B<<3^B<<4;I=I>>>8^I&255^99,u[E]=I,m[I]=E;var b=D[E],F=D[b],A=D[F],C=D[I]*257^I*16843008;r[E]=C<<24|C>>>8,d[E]=C<<16|C>>>16,Q[E]=C<<8|C>>>24,n[E]=C;var C=A*16843009^F*65537^b*257^E*16843008;f[I]=C<<24|C>>>8,p[I]=C<<16|C>>>16,g[I]=C<<8|C>>>24,i[I]=C,E?(E=b^D[D[D[A^b]]],B^=D[D[B]]):E=B=1}})();var c=[0,1,2,4,8,16,32,64,128,27,54],v=l.AES=o.extend({_doReset:function(){var D;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var x=this._keyPriorReset=this._key,E=x.words,B=x.sigBytes/4,I=this._nRounds=B+6,b=(I+1)*4,F=this._keySchedule=[],A=0;A<b;A++)A<B?F[A]=E[A]:(D=F[A-1],A%B?B>6&&A%B==4&&(D=u[D>>>24]<<24|u[D>>>16&255]<<16|u[D>>>8&255]<<8|u[D&255]):(D=D<<8|D>>>24,D=u[D>>>24]<<24|u[D>>>16&255]<<16|u[D>>>8&255]<<8|u[D&255],D^=c[A/B|0]<<24),F[A]=F[A-B]^D);for(var C=this._invKeySchedule=[],R=0;R<b;R++){var A=b-R;if(R%4)var D=F[A];else var D=F[A-4];R<4||A<=4?C[R]=D:C[R]=f[u[D>>>24]]^p[u[D>>>16&255]]^g[u[D>>>8&255]]^i[u[D&255]]}}},encryptBlock:function(D,x){this._doCryptBlock(D,x,this._keySchedule,r,d,Q,n,u)},decryptBlock:function(D,x){var E=D[x+1];D[x+1]=D[x+3],D[x+3]=E,this._doCryptBlock(D,x,this._invKeySchedule,f,p,g,i,m);var E=D[x+1];D[x+1]=D[x+3],D[x+3]=E},_doCryptBlock:function(D,x,E,B,I,b,F,A){for(var C=this._nRounds,R=D[x]^E[0],_=D[x+1]^E[1],P=D[x+2]^E[2],O=D[x+3]^E[3],M=4,W=1;W<C;W++){var G=B[R>>>24]^I[_>>>16&255]^b[P>>>8&255]^F[O&255]^E[M++],V=B[_>>>24]^I[P>>>16&255]^b[O>>>8&255]^F[R&255]^E[M++],H=B[P>>>24]^I[O>>>16&255]^b[R>>>8&255]^F[_&255]^E[M++],L=B[O>>>24]^I[R>>>16&255]^b[_>>>8&255]^F[P&255]^E[M++];R=G,_=V,P=H,O=L}var G=(A[R>>>24]<<24|A[_>>>16&255]<<16|A[P>>>8&255]<<8|A[O&255])^E[M++],V=(A[_>>>24]<<24|A[P>>>16&255]<<16|A[O>>>8&255]<<8|A[R&255])^E[M++],H=(A[P>>>24]<<24|A[O>>>16&255]<<16|A[R>>>8&255]<<8|A[_&255])^E[M++],L=(A[O>>>24]<<24|A[R>>>16&255]<<16|A[_>>>8&255]<<8|A[P&255])^E[M++];D[x]=G,D[x+1]=V,D[x+2]=H,D[x+3]=L},keySize:256/32});t.AES=o._createHelper(v)})(),s.AES})})(nt)),nt.exports}var ut={exports:{}},Yh=ut.exports,Ka;function e0(){return Ka||(Ka=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(Yh,function(s){return(function(){var t=s,h=t.lib,o=h.WordArray,l=h.BlockCipher,u=t.algo,m=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],r=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],d=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],Q=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],n=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],f=u.DES=l.extend({_doReset:function(){for(var c=this._key,v=c.words,D=[],x=0;x<56;x++){var E=m[x]-1;D[x]=v[E>>>5]>>>31-E%32&1}for(var B=this._subKeys=[],I=0;I<16;I++){for(var b=B[I]=[],F=d[I],x=0;x<24;x++)b[x/6|0]|=D[(r[x]-1+F)%28]<<31-x%6,b[4+(x/6|0)]|=D[28+(r[x+24]-1+F)%28]<<31-x%6;b[0]=b[0]<<1|b[0]>>>31;for(var x=1;x<7;x++)b[x]=b[x]>>>(x-1)*4+3;b[7]=b[7]<<5|b[7]>>>27}for(var A=this._invSubKeys=[],x=0;x<16;x++)A[x]=B[15-x]},encryptBlock:function(c,v){this._doCryptBlock(c,v,this._subKeys)},decryptBlock:function(c,v){this._doCryptBlock(c,v,this._invSubKeys)},_doCryptBlock:function(c,v,D){this._lBlock=c[v],this._rBlock=c[v+1],p.call(this,4,252645135),p.call(this,16,65535),g.call(this,2,858993459),g.call(this,8,16711935),p.call(this,1,1431655765);for(var x=0;x<16;x++){for(var E=D[x],B=this._lBlock,I=this._rBlock,b=0,F=0;F<8;F++)b|=Q[F][((I^E[F])&n[F])>>>0];this._lBlock=I,this._rBlock=B^b}var A=this._lBlock;this._lBlock=this._rBlock,this._rBlock=A,p.call(this,1,1431655765),g.call(this,8,16711935),g.call(this,2,858993459),p.call(this,16,65535),p.call(this,4,252645135),c[v]=this._lBlock,c[v+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function p(c,v){var D=(this._lBlock>>>c^this._rBlock)&v;this._rBlock^=D,this._lBlock^=D<<c}function g(c,v){var D=(this._rBlock>>>c^this._lBlock)&v;this._lBlock^=D,this._rBlock^=D<<c}t.DES=l._createHelper(f);var i=u.TripleDES=l.extend({_doReset:function(){var c=this._key,v=c.words;if(v.length!==2&&v.length!==4&&v.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var D=v.slice(0,2),x=v.length<4?v.slice(0,2):v.slice(2,4),E=v.length<6?v.slice(0,2):v.slice(4,6);this._des1=f.createEncryptor(o.create(D)),this._des2=f.createEncryptor(o.create(x)),this._des3=f.createEncryptor(o.create(E))},encryptBlock:function(c,v){this._des1.encryptBlock(c,v),this._des2.decryptBlock(c,v),this._des3.encryptBlock(c,v)},decryptBlock:function(c,v){this._des3.decryptBlock(c,v),this._des2.encryptBlock(c,v),this._des1.decryptBlock(c,v)},keySize:192/32,ivSize:64/32,blockSize:64/32});t.TripleDES=l._createHelper(i)})(),s.TripleDES})})(ut)),ut.exports}var pt={exports:{}},t0=pt.exports,Va;function a0(){return Va||(Va=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(t0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=l.RC4=o.extend({_doReset:function(){for(var d=this._key,Q=d.words,n=d.sigBytes,f=this._S=[],p=0;p<256;p++)f[p]=p;for(var p=0,g=0;p<256;p++){var i=p%n,c=Q[i>>>2]>>>24-i%4*8&255;g=(g+f[p]+c)%256;var v=f[p];f[p]=f[g],f[g]=v}this._i=this._j=0},_doProcessBlock:function(d,Q){d[Q]^=m.call(this)},keySize:256/32,ivSize:0});function m(){for(var d=this._S,Q=this._i,n=this._j,f=0,p=0;p<4;p++){Q=(Q+1)%256,n=(n+d[Q])%256;var g=d[Q];d[Q]=d[n],d[n]=g,f|=d[(d[Q]+d[n])%256]<<24-p*8}return this._i=Q,this._j=n,f}t.RC4=o._createHelper(u);var r=l.RC4Drop=u.extend({cfg:u.cfg.extend({drop:192}),_doReset:function(){u._doReset.call(this);for(var d=this.cfg.drop;d>0;d--)m.call(this)}});t.RC4Drop=o._createHelper(r)})(),s.RC4})})(pt)),pt.exports}var mt={exports:{}},s0=mt.exports,za;function r0(){return za||(za=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(s0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=[],m=[],r=[],d=l.Rabbit=o.extend({_doReset:function(){for(var n=this._key.words,f=this.cfg.iv,p=0;p<4;p++)n[p]=(n[p]<<8|n[p]>>>24)&16711935|(n[p]<<24|n[p]>>>8)&4278255360;var g=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],i=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var p=0;p<4;p++)Q.call(this);for(var p=0;p<8;p++)i[p]^=g[p+4&7];if(f){var c=f.words,v=c[0],D=c[1],x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,B=x>>>16|E&4294901760,I=E<<16|x&65535;i[0]^=x,i[1]^=B,i[2]^=E,i[3]^=I,i[4]^=x,i[5]^=B,i[6]^=E,i[7]^=I;for(var p=0;p<4;p++)Q.call(this)}},_doProcessBlock:function(n,f){var p=this._X;Q.call(this),u[0]=p[0]^p[5]>>>16^p[3]<<16,u[1]=p[2]^p[7]>>>16^p[5]<<16,u[2]=p[4]^p[1]>>>16^p[7]<<16,u[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)u[g]=(u[g]<<8|u[g]>>>24)&16711935|(u[g]<<24|u[g]>>>8)&4278255360,n[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function Q(){for(var n=this._X,f=this._C,p=0;p<8;p++)m[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<m[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<m[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<m[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<m[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<m[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<m[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<m[6]>>>0?1:0)|0,this._b=f[7]>>>0<m[7]>>>0?1:0;for(var p=0;p<8;p++){var g=n[p]+f[p],i=g&65535,c=g>>>16,v=((i*i>>>17)+i*c>>>15)+c*c,D=((g&4294901760)*g|0)+((g&65535)*g|0);r[p]=v^D}n[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,n[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,n[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,n[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,n[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,n[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,n[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,n[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.Rabbit=o._createHelper(d)})(),s.Rabbit})})(mt)),mt.exports}var ft={exports:{}},o0=ft.exports,Wa;function h0(){return Wa||(Wa=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(o0,function(s){return(function(){var t=s,h=t.lib,o=h.StreamCipher,l=t.algo,u=[],m=[],r=[],d=l.RabbitLegacy=o.extend({_doReset:function(){var n=this._key.words,f=this.cfg.iv,p=this._X=[n[0],n[3]<<16|n[2]>>>16,n[1],n[0]<<16|n[3]>>>16,n[2],n[1]<<16|n[0]>>>16,n[3],n[2]<<16|n[1]>>>16],g=this._C=[n[2]<<16|n[2]>>>16,n[0]&4294901760|n[1]&65535,n[3]<<16|n[3]>>>16,n[1]&4294901760|n[2]&65535,n[0]<<16|n[0]>>>16,n[2]&4294901760|n[3]&65535,n[1]<<16|n[1]>>>16,n[3]&4294901760|n[0]&65535];this._b=0;for(var i=0;i<4;i++)Q.call(this);for(var i=0;i<8;i++)g[i]^=p[i+4&7];if(f){var c=f.words,v=c[0],D=c[1],x=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,E=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360,B=x>>>16|E&4294901760,I=E<<16|x&65535;g[0]^=x,g[1]^=B,g[2]^=E,g[3]^=I,g[4]^=x,g[5]^=B,g[6]^=E,g[7]^=I;for(var i=0;i<4;i++)Q.call(this)}},_doProcessBlock:function(n,f){var p=this._X;Q.call(this),u[0]=p[0]^p[5]>>>16^p[3]<<16,u[1]=p[2]^p[7]>>>16^p[5]<<16,u[2]=p[4]^p[1]>>>16^p[7]<<16,u[3]=p[6]^p[3]>>>16^p[1]<<16;for(var g=0;g<4;g++)u[g]=(u[g]<<8|u[g]>>>24)&16711935|(u[g]<<24|u[g]>>>8)&4278255360,n[f+g]^=u[g]},blockSize:128/32,ivSize:64/32});function Q(){for(var n=this._X,f=this._C,p=0;p<8;p++)m[p]=f[p];f[0]=f[0]+1295307597+this._b|0,f[1]=f[1]+3545052371+(f[0]>>>0<m[0]>>>0?1:0)|0,f[2]=f[2]+886263092+(f[1]>>>0<m[1]>>>0?1:0)|0,f[3]=f[3]+1295307597+(f[2]>>>0<m[2]>>>0?1:0)|0,f[4]=f[4]+3545052371+(f[3]>>>0<m[3]>>>0?1:0)|0,f[5]=f[5]+886263092+(f[4]>>>0<m[4]>>>0?1:0)|0,f[6]=f[6]+1295307597+(f[5]>>>0<m[5]>>>0?1:0)|0,f[7]=f[7]+3545052371+(f[6]>>>0<m[6]>>>0?1:0)|0,this._b=f[7]>>>0<m[7]>>>0?1:0;for(var p=0;p<8;p++){var g=n[p]+f[p],i=g&65535,c=g>>>16,v=((i*i>>>17)+i*c>>>15)+c*c,D=((g&4294901760)*g|0)+((g&65535)*g|0);r[p]=v^D}n[0]=r[0]+(r[7]<<16|r[7]>>>16)+(r[6]<<16|r[6]>>>16)|0,n[1]=r[1]+(r[0]<<8|r[0]>>>24)+r[7]|0,n[2]=r[2]+(r[1]<<16|r[1]>>>16)+(r[0]<<16|r[0]>>>16)|0,n[3]=r[3]+(r[2]<<8|r[2]>>>24)+r[1]|0,n[4]=r[4]+(r[3]<<16|r[3]>>>16)+(r[2]<<16|r[2]>>>16)|0,n[5]=r[5]+(r[4]<<8|r[4]>>>24)+r[3]|0,n[6]=r[6]+(r[5]<<16|r[5]>>>16)+(r[4]<<16|r[4]>>>16)|0,n[7]=r[7]+(r[6]<<8|r[6]>>>24)+r[5]|0}t.RabbitLegacy=o._createHelper(d)})(),s.RabbitLegacy})})(ft)),ft.exports}var gt={exports:{}},d0=gt.exports,qa;function i0(){return qa||(qa=1,(function(e,a){(function(s,t,h){e.exports=t(w,le(),ne(),oe(),X())})(d0,function(s){return(function(){var t=s,h=t.lib,o=h.BlockCipher,l=t.algo;const u=16,m=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],r=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var d={pbox:[],sbox:[]};function Q(i,c){let v=c>>24&255,D=c>>16&255,x=c>>8&255,E=c&255,B=i.sbox[0][v]+i.sbox[1][D];return B=B^i.sbox[2][x],B=B+i.sbox[3][E],B}function n(i,c,v){let D=c,x=v,E;for(let B=0;B<u;++B)D=D^i.pbox[B],x=Q(i,D)^x,E=D,D=x,x=E;return E=D,D=x,x=E,x=x^i.pbox[u],D=D^i.pbox[u+1],{left:D,right:x}}function f(i,c,v){let D=c,x=v,E;for(let B=u+1;B>1;--B)D=D^i.pbox[B],x=Q(i,D)^x,E=D,D=x,x=E;return E=D,D=x,x=E,x=x^i.pbox[1],D=D^i.pbox[0],{left:D,right:x}}function p(i,c,v){for(let I=0;I<4;I++){i.sbox[I]=[];for(let b=0;b<256;b++)i.sbox[I][b]=r[I][b]}let D=0;for(let I=0;I<u+2;I++)i.pbox[I]=m[I]^c[D],D++,D>=v&&(D=0);let x=0,E=0,B=0;for(let I=0;I<u+2;I+=2)B=n(i,x,E),x=B.left,E=B.right,i.pbox[I]=x,i.pbox[I+1]=E;for(let I=0;I<4;I++)for(let b=0;b<256;b+=2)B=n(i,x,E),x=B.left,E=B.right,i.sbox[I][b]=x,i.sbox[I][b+1]=E;return!0}var g=l.Blowfish=o.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var i=this._keyPriorReset=this._key,c=i.words,v=i.sigBytes/4;p(d,c,v)}},encryptBlock:function(i,c){var v=n(d,i[c],i[c+1]);i[c]=v.left,i[c+1]=v.right},decryptBlock:function(i,c){var v=f(d,i[c],i[c+1]);i[c]=v.left,i[c+1]=v.right},blockSize:64/32,keySize:128/32,ivSize:64/32});t.Blowfish=o._createHelper(g)})(),s.Blowfish})})(gt)),gt.exports}var l0=Pe.exports,Xa;function n0(){return Xa||(Xa=1,(function(e,a){(function(s,t,h){e.exports=t(w,Me(),hh,ih(),le(),uh(),ne(),xa(),_t(),yh(),Ea(),xh(),vh(),Eh(),Nt(),Ih(),oe(),X(),Nh(),Sh(),Fh(),Oh(),Uh(),wh(),Hh(),Vh(),Wh(),Xh(),jh(),Zh(),e0(),a0(),r0(),h0(),i0())})(l0,function(s){return s})})(Pe)),Pe.exports}var u0=n0();const $a=ha(u0);class ja{configs=new Map;cache=new Map;getConfig(a){return this.configs.get(a)}register(a){this.configs.set(a.tag,a),a.items&&this.cache.set(a.tag,a.items)}unregister(a){this.configs.delete(a),this.cache.delete(a)}get(a){return this.cache.get(a)||[]}async asyncGet(a,s){const t=this.configs.get(a);return t?t.mode==="static"?this.getByConfig(t):t.mode==="async"?this.cache.has(a)?this.cache.get(a)||[]:this.asyncGetByConfig(t,s):[]:[]}getByConfig(a){return a.items||[]}async asyncGetByConfig(a,s={}){if(a.fetch){const t=await a.fetch(s||{});if(t){const[h,o]=a.keys||["name","id"];return this.deepFormat(t,h,o)}}return[]}deepFormat(a,s,t){return a.map(h=>{const o={label:h[s],value:h[t]};return h.children&&h.children.length>0&&(o.options=this.deepFormat(h.children,s,t)),o})}}y("DictionaryUtil",ja);function p0(e,a){return _gct.i18n.global.t(e,a)}var Ja=y("EditorRegisterConst",(e=>(e.PREFIX="EDITOR___",e))(Ja||{})),m0=y("EditorType",(e=>(e.LENGTH_UNIT="length-unit",e.COLOR="color",e.SPAN="span",e.TEXT="text",e.NUMBER="number",e.INFO="info",e.SELECT="select",e.RADIO="radio",e.PICKER="picker",e.I18N="i18n",e.TEXTAREA="textarea",e.DATE_RANGE="date-range",e.SWITCH="switch",e.CHECK_SWITCH="check-switch",e.ICON_SELECT="icon-select",e.CHECKBOX="checkbox",e))(m0||{})),f0=y("EditorTypeOld",(e=>(e.LENGTH_UNIT="length-unit-editor",e.COLOR="color-editor",e.SPAN="span-editor",e.TEXT="text-editor",e.NUMBER="number-editor",e.INFO="info-editor",e.SELECT="select-editor",e.MODEL_SELECT="model-editor",e.Field_SELECT="field-editor",e.RADIO="radio-editor",e.PICKER="picker-editor",e.I18N="i18n-editor",e.TEXTAREA="textarea-editor",e.DATE_RANGE="date-range-editor",e.SWITCH="switch-editor",e.CHECK_SWITCH="check-switch-editor",e.ICON_SELECT="icon-select-editor",e.CHECKBOX="checkbox-editor",e.BORDER="border-editor",e.BORDER_RADIUS="border-radius-editor",e.ALIGN="align-editor",e.FONT_STYLE="font-style-editor",e.POSITION="position-editor",e.SPACING="spacing-editor",e.MARGIN="margin-editor",e))(f0||{})),g0=y("FormContainerType",(e=>(e.FORM_TITLE_GROUP="form-title-group",e))(g0||{}));const ye=y("CoreConst",{TOKEN:"gct-token",TENANT:"gct-tenant"}),y0=y("STYLE_NAMESPACE_TAG","gct"),c0=y("PLUGIN_BASE_URL","/minio"),D0="is-";function ue(e,a,s,t,h){let o=`${e}-${a}`;return s&&(o+=`-${s}`),t&&(o+=`__${t}`),h&&(o+=`--${h}`),o}class Za{constructor(a,s){this.block=a,this.namespace=s||y0}namespace;b(a=""){return ue(this.namespace,this.block,a,"","")}e(a){return a?ue(this.namespace,this.block,"",a,""):""}m(a){return a?ue(this.namespace,this.block,"","",a):""}be(a,s){return a&&s?ue(this.namespace,this.block,a,s,""):""}em(a,s){return a&&s?ue(this.namespace,this.block,"",a,s):""}bm(a,s){return a&&s?ue(this.namespace,this.block,a,"",s):""}bem(a,s,t){return a&&s&&t?ue(this.namespace,this.block,a,s,t):""}is(a,s){return a&&s?`${D0}${a}`:""}cssVar(a){const s={};for(const t in a)a[t]&&(s[this.cssVarName(t)]=a[t]);return s}cssVarBlock(a){const s={};for(const t in a)a[t]&&(s[this.cssVarBlockName(t)]=a[t]);return s}cssVarName(a){return`--${this.namespace}-${a}`}cssVarBlockName(a){return`--${this.namespace}-${this.block}-${a}`}}y("Namespace",Za);var Rt,Ya;function x0(){if(Ya)return Rt;Ya=1;function e(h){if(typeof h!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(h))}function a(h,o){for(var l="",u=0,m=-1,r=0,d,Q=0;Q<=h.length;++Q){if(Q<h.length)d=h.charCodeAt(Q);else{if(d===47)break;d=47}if(d===47){if(!(m===Q-1||r===1))if(m!==Q-1&&r===2){if(l.length<2||u!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var n=l.lastIndexOf("/");if(n!==l.length-1){n===-1?(l="",u=0):(l=l.slice(0,n),u=l.length-1-l.lastIndexOf("/")),m=Q,r=0;continue}}else if(l.length===2||l.length===1){l="",u=0,m=Q,r=0;continue}}o&&(l.length>0?l+="/..":l="..",u=2)}else l.length>0?l+="/"+h.slice(m+1,Q):l=h.slice(m+1,Q),u=Q-m-1;m=Q,r=0}else d===46&&r!==-1?++r:r=-1}return l}function s(h,o){var l=o.dir||o.root,u=o.base||(o.name||"")+(o.ext||"");return l?l===o.root?l+u:l+h+u:u}var t={resolve:function(){for(var o="",l=!1,u,m=arguments.length-1;m>=-1&&!l;m--){var r;m>=0?r=arguments[m]:(u===void 0&&(u=process.cwd()),r=u),e(r),r.length!==0&&(o=r+"/"+o,l=r.charCodeAt(0)===47)}return o=a(o,!l),l?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(o){if(e(o),o.length===0)return".";var l=o.charCodeAt(0)===47,u=o.charCodeAt(o.length-1)===47;return o=a(o,!l),o.length===0&&!l&&(o="."),o.length>0&&u&&(o+="/"),l?"/"+o:o},isAbsolute:function(o){return e(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,l=0;l<arguments.length;++l){var u=arguments[l];e(u),u.length>0&&(o===void 0?o=u:o+="/"+u)}return o===void 0?".":t.normalize(o)},relative:function(o,l){if(e(o),e(l),o===l||(o=t.resolve(o),l=t.resolve(l),o===l))return"";for(var u=1;u<o.length&&o.charCodeAt(u)===47;++u);for(var m=o.length,r=m-u,d=1;d<l.length&&l.charCodeAt(d)===47;++d);for(var Q=l.length,n=Q-d,f=r<n?r:n,p=-1,g=0;g<=f;++g){if(g===f){if(n>f){if(l.charCodeAt(d+g)===47)return l.slice(d+g+1);if(g===0)return l.slice(d+g)}else r>f&&(o.charCodeAt(u+g)===47?p=g:g===0&&(p=0));break}var i=o.charCodeAt(u+g),c=l.charCodeAt(d+g);if(i!==c)break;i===47&&(p=g)}var v="";for(g=u+p+1;g<=m;++g)(g===m||o.charCodeAt(g)===47)&&(v.length===0?v+="..":v+="/..");return v.length>0?v+l.slice(d+p):(d+=p,l.charCodeAt(d)===47&&++d,l.slice(d))},_makeLong:function(o){return o},dirname:function(o){if(e(o),o.length===0)return".";for(var l=o.charCodeAt(0),u=l===47,m=-1,r=!0,d=o.length-1;d>=1;--d)if(l=o.charCodeAt(d),l===47){if(!r){m=d;break}}else r=!1;return m===-1?u?"/":".":u&&m===1?"//":o.slice(0,m)},basename:function(o,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');e(o);var u=0,m=-1,r=!0,d;if(l!==void 0&&l.length>0&&l.length<=o.length){if(l.length===o.length&&l===o)return"";var Q=l.length-1,n=-1;for(d=o.length-1;d>=0;--d){var f=o.charCodeAt(d);if(f===47){if(!r){u=d+1;break}}else n===-1&&(r=!1,n=d+1),Q>=0&&(f===l.charCodeAt(Q)?--Q===-1&&(m=d):(Q=-1,m=n))}return u===m?m=n:m===-1&&(m=o.length),o.slice(u,m)}else{for(d=o.length-1;d>=0;--d)if(o.charCodeAt(d)===47){if(!r){u=d+1;break}}else m===-1&&(r=!1,m=d+1);return m===-1?"":o.slice(u,m)}},extname:function(o){e(o);for(var l=-1,u=0,m=-1,r=!0,d=0,Q=o.length-1;Q>=0;--Q){var n=o.charCodeAt(Q);if(n===47){if(!r){u=Q+1;break}continue}m===-1&&(r=!1,m=Q+1),n===46?l===-1?l=Q:d!==1&&(d=1):l!==-1&&(d=-1)}return l===-1||m===-1||d===0||d===1&&l===m-1&&l===u+1?"":o.slice(l,m)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return s("/",o)},parse:function(o){e(o);var l={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return l;var u=o.charCodeAt(0),m=u===47,r;m?(l.root="/",r=1):r=0;for(var d=-1,Q=0,n=-1,f=!0,p=o.length-1,g=0;p>=r;--p){if(u=o.charCodeAt(p),u===47){if(!f){Q=p+1;break}continue}n===-1&&(f=!1,n=p+1),u===46?d===-1?d=p:g!==1&&(g=1):d!==-1&&(g=-1)}return d===-1||n===-1||g===0||g===1&&d===n-1&&d===Q+1?n!==-1&&(Q===0&&m?l.base=l.name=o.slice(1,n):l.base=l.name=o.slice(Q,n)):(Q===0&&m?(l.name=o.slice(1,d),l.base=o.slice(1,n)):(l.name=o.slice(Q,d),l.base=o.slice(Q,n)),l.ext=o.slice(d,n)),Q>0?l.dir=o.slice(0,Q-1):m&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return t.posix=t,Rt=t,Rt}var Q0=x0();const Z=ha(Q0);class v0{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(a,s,t=[]){const h=`${a}-${s}-${t.join("_")}`;if(this.cache.has(h))return this.cache.get(h);const o={client:s===Fe.WEB?"WEB":"MOBILE"};t.length>0&&(o.tag=t.join(","));const u=(await _api.platform.plugin.postGetTenantCompList(o)).data;return u.length>0&&this.cache.set(h,u),u}static async loadPlugins(a,s=[]){const t={};if(s.length>0){const h=s.map(l=>{const u=Z.join(c0,l.url,"dist");return{imports:{[l.key]:`${u}/${a}.system.min.js?version=${l.version}`},styles:{[l.key]:`${u}/${a}.min.css?version=${l.version}`}}}),o=[];h.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(u=>{const m=async()=>{try{const r=await System.import(u);t[u]=r,this.module.set(u,r)}catch(r){console.error(r)}};o.push(m())})}),await Promise.all(o)}return t}static async loadPlugin(a,s,t){t=["common",...t];const h=`${a}-${s}-${t.join("_")}`;try{const o=await this.loadPluginConfig(a,s,t);if(!this.cacheModules.has(h)){const l=[];o.forEach(m=>{m.plugins&&l.push(...m.plugins)});const u=await this.loadPlugins(a,l);this.cacheModules.set(h,u)}return[o,this.cacheModules.get(h)]}catch(o){console.error(o)}return[[],{}]}static async loadDesignPlugin(a,s,t=[]){try{const h=await this.loadPlugin(Ae.DESIGN,s,t),[o,l]=h;return o.forEach(u=>{u.plugins.forEach(r=>{const d=l[r.key];if(!d){console.error(`${r.key} 插件加载失败,请检查插件配置是否正确`);return}if(s===Fe.WEB){const Q=d.web??d.default;Q&&_gct.register.designer.web.register(r.key,()=>new Q)}else{const Q=d.mobile??d.default;Q&&_gct.register.designer.mobile.register(r.key,()=>new Q)}})}),h}catch(h){console.error(h)}return[[],{}]}static async loadDesignDeletedPlugins(a,s=[]){try{const t=await this.loadPlugins(Ae.DESIGN,s);s.forEach(h=>{const o=t[h.key];if(!o){console.error(`${h.key} 插件加载失败,请检查插件配置是否正确`);return}if(a===Fe.WEB){const l=o.web??o.default;l&&_gct.register.designer.web.register(h.key,()=>new l)}else{const l=o.mobile??o.default;l&&_gct.register.designer.mobile.register(h.key,()=>new l)}})}catch(t){console.error(t)}}static async loadMobilePlugin(a=[]){try{const s=await this.loadPlugins(Ae.MOBILE,a);a.forEach(t=>{if(!s[t.key]){console.error(`${t.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(t.key,s[t.key].default)})}catch(s){console.error(s)}}static async loadWebPlugin(a=[]){try{const s=await this.loadPlugins(Ae.WEB,a);a.forEach(t=>{if(!s[t.key]){console.error(`${t.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(t.key,s[t.key].default)})}catch(s){console.error(s)}}}y("PluginPgkUtil",v0);class A0{constructor(a,s=!1){this.isDev=s,this.url=new URL(a),this.baseDir=Z.dirname(this.url.pathname)}baseDir;url;dir(a){return this.isDev===!0?a:this.url.origin+Z.resolve(this.baseDir,a)}}y("PluginStaticResource",A0);function E0(e){if(e instanceof Array)e&&e.length>0&&e.splice(0,e.length);else if(e instanceof Object&&e)for(const a in e)Object.prototype.hasOwnProperty.call(e,a)&&delete e[a]}class B0{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(a){this.maxListeners=a}getSize(a){return this.map.has(a)?this.map.get(a).length:0}addListener(a,s){if(s instanceof Function){this.map.has(a)||this.map.set(a,[]);const t=this.map.get(a);if(t.length<this.maxListeners)t.push(s);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(a,s){if(this.map.has(a)){const t=this.map.get(a);if(t.length>0){for(let h=0;h<t.length;h++)if(t[h]===s){t.splice(h,1);break}}}}emit(a,...s){this.map.has(a)&&this.map.get(a).forEach(h=>{h(...s)})}async asyncEmit(a,...s){if(this.map.has(a)){const h=this.map.get(a).map(o=>o(...s));return Promise.all(h)}return[]}reset(){this.map.forEach(a=>{E0(a)}),this.map.clear()}}class es{constructor(a){this.e=new B0,this.e.setMaxListeners(a||300)}getSize(a){return this.e.getSize(a)}on(a,s){this.e.addListener(a,s)}off(a,s){this.e.removeListener(a,s)}emit(a,...s){this.e.emit(a,...s)}asyncEmit(a,...s){return this.e.asyncEmit(a,...s)}reset(){this.e.reset()}}const{toString:C0}=Object.prototype;function I0(e){return L0(e)==="function"}const b0={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Undefined]":"undefined","[object Null]":"null","[object Object]":"object","[object Set]":"set","[object Map]":"map","[object WeakMap]":"weakmap"};function L0(e){return b0[C0.call(e)]}function St(e,a,s=0,t=!1,h="/"){let o="";if(t&&!/^(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)$/.test(location.hostname)){const u=location.hostname;u.indexOf(".")!==u.lastIndexOf(".")&&(o=`;domain=${u.substring(u.indexOf("."),u.length)}`)}if(s!==0){const l=s*24*60*60*1e3,u=new Date(new Date().getTime()+l);document.cookie=`${e}=${escape(a)};path=${h};expires=${u.toUTCString()}${o}`}else document.cookie=`${e}=${escape(a)};path=${h}${o}`}function ts(e,a){St(e,"",-1,a)}function as(e){const a=new RegExp(`(^| )${e}=([^;]*)(;|$)`),s=document.cookie.match(a);return s&&s.length>1?unescape(s[2]):null}class yt{constructor(){this.items=[]}get size(){return this.items.length}callSync(a,...s){const t=a||Object.create({});let h;for(let o=0;o<this.items.length;o++){const l=this.items[o];if(l.fn&&(h=l.fn(t,...s)),h===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return t}tap(a){if(a&&I0(a)){const s={mode:"sync"};s.fn=a,this.items.push(s)}}removeTap(a){if(a)for(let s=0;s<this.items.length;s++){const t=this.items[s];a===t.fn&&this.items.splice(s,1)}}clear(){this.items=[]}}function ss(){return as(ye.TOKEN)}function rs(e){e?St(ye.TOKEN,e,7,!0):ts(ye.TOKEN,!0)}function _0(){return as(ye.TENANT)}function N0(e){e?St(ye.TENANT,e,7,!0):ts(ye.TENANT,!0)}function os(){const e=location.pathname.replace("/src/projects","").split("/");return{aid:e[2],pid:e[3]}}const R0=y("isMobile",(()=>{const e=navigator.userAgent,a=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,s=window.innerWidth<=768,t="ontouchstart"in window||navigator.maxTouchPoints>0;return a.test(e)||s&&t})());function hs(){return localStorage.getItem(No)||"UTC+08:00"}function ds(e,a){return vt(Ne(e),a,(s,t)=>{if(typeof s=="object"&&typeof t=="object")return vt(Ne(s),t,(h,o)=>Array.isArray(h)?Kt(h,o,Vt):void 0)})}function S0(e,a,s,t){return{install(h){e&&a&&_gct.register.editor.register(Ja.PREFIX+e,a),s&&h.component(t??s.name,s)}}}function is(e){e.interceptors.request.use(a=>{if(a.headers||(a.headers=new zt),Object.assign(a.headers,{Token:ss(),Source:R0?502:501,Lang:_gct.store.lang,"Tenant-Id":_gct.store.tenantId,Timezone:hs()}),!a.headers["App-Tag"])if(a.url.includes("/gct-apaas/")){const s=os();a.headers["App-Tag"]=s.aid,a.headers.Module="TENANT_CENTER"}else a.headers["App-Tag"]="__platform__";return[fe.TENANT_CENTER,fe.APP_DESIGNER,fe.WEB_RENDER].includes(_gct.store.projectName)?a.headers.Module="TENANT_CENTER":_gct.store.projectName===fe.BACKEND_MANAGEMENT&&(a.headers.Module="BACKEND_MANAGEMENT"),a})}const T0=wt("global-store",{state(){return new Yt},getters:{getAppInfo(){return this.appInfo},getTenantList(){return this.userInfo.tenantList||[]}},actions:{getAppInfo(){return this.appInfo},setProjectName(e){this.$state.projectName=e},setTenantId(e){this.$state.tenantId=e},setLang(e){this.$state.lang=e},async login(){const e=await _gct.api.platform.login.postSign({username:"gct-admin",password:$a.SHA256("123456").toString($a.enc.Hex)});return this.$state.userInfo=e.data,rs(e.data.token),e.data},async loadUserInfo(){const e=await _gct.api.platform.user.getInfo();return this.$state.userInfo=e.data,e.data},async loadTenantUserInfo(){const e=await _gct.api.platform.tenant.getUserInfo();return this.$state.tenantUserInfo=e.data,e.data}}});class ls{pinia=Gt();store;constructor(){Ht(this.pinia),this.store=T0()}}y("GlobalStoreUtil",ls);class Tt{map=new Map;providers=new Map;hooks={register:new yt,unregister:new yt};register(a,s){this.map.set(a,s);const t=s();this.providers.set(a,t),this.hooks.register.callSync(null,a,t)}unregister(a){this.map.delete(a);const s=this.providers.get(a);s&&(this.hooks.unregister.callSync(null,a,s),this.providers.delete(a))}getProvider(a){return this.providers.get(a)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}y("DesignerRegister",Tt);class ce{static editors=new Map;static providers=new Map;static register(a,s){ce.editors.set(a,s)}static unregister(a){ce.editors.delete(a)}static get(a){if(this.providers.has(a))return this.providers.get(a);const s=ce.editors.get(a);if(s){const t=s();return this.providers.set(a,t),t}return null}}y("EditorRegister",ce);class De{static items=new Map;static register(a,s){De.items.set(a,s)}static unregister(a){De.items.delete(a)}static create(a){const s=De.items.get(a);return s?s():null}}y("FormItemRegister",De);class Ft{map=new Map;hooks={register:new yt,unregister:new yt};register(a,s){this.map.set(a,s),this.hooks.register.callSync(null,a,s)}unregister(a){this.map.delete(a),this.hooks.unregister.callSync(null,a)}get(a){return this.map.get(a)}keys(){return Array.from(this.map.keys())}}y("RenderRegister",Ft);var ct=(e=>(e.DEV="dev",e.TEST="test",e.PROD="prod",e))(ct||{});const F0=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,ns=/^https?:\/\/([a-z0-9]+)-test\./,P0=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,O0=/\/web\/|\/web-single\//,M0=/\/web-render\//,U0=/\/dev-single\//,k0=/\/test-single\//;class w0{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin||"",this._isHostMode=ns.test(this._platformOrigin)}get isAppRun(){return P0.test(location.pathname)}get isAppProd(){return O0.test(location.pathname)}get isAppPreview(){return M0.test(location.pathname)}get isDevSingleEnv(){return U0.test(location.pathname)}get isTestEnv(){return k0.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let a=null;if(this._isHostMode){if(a=this._platformOrigin.match(ns),this._testEnv=!!(a&&a[1]),this._testEnv){const s=await _api.platform.tenant.getInfoByPortOrDomain({domain:a[1]});Object.assign(this._testTenantData,s.data)}}else{a=this._platformOrigin.match(F0);const s=a&&a[2];if(s){const t=await _api.platform.tenant.getInfoByPortOrDomain({port:s});t.data&&(Object.assign(this._testTenantData,t.data),this._testEnv=t.data.testEnvPort===s)}}}getEnv(){return this.isTestEnv?ct.TEST:this.isAppProd?ct.PROD:ct.DEV}}class G0{i18n=qt({locale:"zh-CN",fallbackLocale:"en",messages:{en:{message:{hello:"hello world"}},ja:{message:{hello:"こんにちは、世界"}}}});locale="zh-CN";constructor(){this.init()}async init(){await this.loadLocales();const a=this.getMessageUrl({locale:this.locale});await this.loadMessages(a)}async loadLocales(){const a=await(await fetch("/gct-platform/api/i18n-config/list")).json();if(a.code===200){const s=a.data.find(t=>t.defaultLanguage);this.locale=s.languageTag}}async loadMessages(a,s=this.locale){const o=(await(await fetch(a)).text()).split(`
12
+ `).reduce((l,u)=>{const[m,...r]=u.split(":");return l[m]=r.join(":"),l},{});this.i18n.global.mergeLocaleMessage(s,o)}getMessageUrl(a){if("app"in a){const s=a.env==="dev"?`dev_${a.branch}`:a.env;return`minio/${a.app}/locale-js/${s}/${a.locale}__.json`}return`/minio/locale-js/${a.locale}__platform__.json`}}function H0(e){e.use(_gct.i18n)}const K0=[];class V0{router;constructor(){this.router=Xt({history:$t(),routes:K0})}async add(a){Array.isArray(a)?a.forEach(s=>this.add(s)):this.router.addRoute(a),await this.router.replace(this.router.currentRoute.value.fullPath)}}function z0(e){e.use(_gct.router)}class us{i18nUtil=new G0;i18n=this.i18nUtil.i18n;t(a,s){return this.i18n.global.t(a,s)}storeUtil=new ls;store=this.storeUtil.store;routerUtil=new V0;router=this.routerUtil.router;message;dictionary=new ja;env=new w0;register={designer:{mobile:new Tt,web:new Tt},render:{mobile:new Ft,web:new Ft},editor:ce,formItem:De};async init(){await this.env.checkIsTestEnv()}}y("GctGlobal",us);const W0=[{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getUngrantedList",path:"ungranted/list",hasQuery:!1,hasData:!1}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft",hasQuery:!1,hasData:!1}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled",hasQuery:!1,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"post",method:"postGlobal",path:"global",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0,hasData:!1},{mode:"get",method:"getPage",path:"page",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0,hasData:!1}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList",hasQuery:!1,hasData:!1},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList",hasQuery:!1,hasData:!1},{mode:"post",method:"postCommit",path:"commit",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDraft",path:"viewDraft",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApp",path:"getApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0,hasData:!1},{mode:"post",method:"postLockPage",path:"lockPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasQuery:!1,hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasQuery:!1,hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasQuery:!1,hasData:!0},{mode:"post",method:"postChat",path:"chat",hasQuery:!1,hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getCount",path:"count",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0,hasData:!1}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasQuery:!1,hasData:!1}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0,hasData:!1},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0,hasData:!1}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0,hasData:!1}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postConfig",path:"config",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getDownloadId",path:"download/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postV1Config",path:"v1/config",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0,hasData:!1}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion",hasQuery:!1,hasData:!1},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasQuery:!1,hasData:!1},{mode:"post",method:"postFuncCheck",path:"func/check",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start",hasQuery:!1,hasData:!1},{mode:"post",method:"postStatus",path:"status",hasQuery:!1,hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasQuery:!1,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCategory",path:"category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasQuery:!1,hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0,hasData:!1}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCurrentTime",path:"currentTime",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0,hasData:!1}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasQuery:!1,hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCronValid",path:"cron/valid",hasQuery:!1,hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putStatusId",path:"status/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql",hasQuery:!1,hasData:!1},{mode:"get",method:"getExecute",path:"execute",hasQuery:!1,hasData:!1},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListFont",path:"listFont",hasQuery:!1,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasQuery:!1,hasData:!0}]},{name:"medPro",entityName:"medPro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasQuery:!1,hasData:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0,hasData:!1}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasQuery:!1,hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpened",path:"opened",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessSend",path:"processSend",hasQuery:!1,hasData:!0},{mode:"post",method:"postSend",path:"send",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSystem",path:"model/system",hasQuery:!1,hasData:!1},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasQuery:!1,hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0,hasData:!1}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasQuery:!1,hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0,hasData:!1}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0,hasData:!1},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0,hasData:!1},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getEr",path:"er",hasQuery:!1,hasData:!1},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAll",path:"list-all",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0,hasData:!1},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"get",method:"getSupportProcess",path:"support-process",hasQuery:!1,hasData:!1},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0,hasData:!1},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!1},{mode:"post",method:"postInsert4Edhr",path:"insert4Edhr",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0,hasData:!1},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasQuery:!1,hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasQuery:!1,hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTask",path:"task",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putTaskUpdate",path:"task/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasQuery:!1,hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelId",path:"model/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getStash",path:"stash",hasQuery:!0,hasData:!1},{mode:"put",method:"putStashId",path:"stash/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseNotebookSubmit",path:"base/notebook/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBaseSubmit",path:"base/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStash",path:"stash",hasQuery:!1,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getExit",path:"exit",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfos",path:"getApiInfos",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators",hasQuery:!1,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcExecute",path:"procExecute",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassign",path:"reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasQuery:!1,hasData:!0},{mode:"post",method:"postReject",path:"reject",hasQuery:!1,hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1},{mode:"post",method:"postTerminate",path:"terminate",hasQuery:!1,hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasQuery:!1,hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0,hasData:!1}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasQuery:!1,hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasQuery:!1,hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishId",path:"publish/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassignment",path:"reassignment",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0,hasData:!1}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0,hasData:!1}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivateId",path:"activate/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0,hasData:!1},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0,hasData:!1},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0,hasData:!1},{mode:"get",method:"getStart",path:"start",hasQuery:!0,hasData:!1},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0,hasData:!1},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0,hasData:!1}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRelease",path:"createRelease",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasQuery:!1,hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListType",path:"list/type",hasQuery:!1,hasData:!1},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModels",path:"listSystemModels",hasQuery:!1,hasData:!1},{mode:"put",method:"putMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postViewPageList",path:"view/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasQuery:!1,hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasQuery:!1,hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag",hasQuery:!1,hasData:!1},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasQuery:!1,hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasQuery:!1,hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean",hasQuery:!1,hasData:!1}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getSearch",path:"search",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSql",path:"sql",hasQuery:!0,hasData:!1},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField",hasQuery:!1,hasData:!1},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst",hasQuery:!1,hasData:!1}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppMerge",path:"app/merge",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppRevert",path:"app/revert",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0,hasData:!1},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcessListAll",path:"process/list/all",hasQuery:!1,hasData:!1}]}],q0=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetActiveApp",path:"getActiveApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetIp",path:"getIp",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadApk",path:"upload/apk",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!1}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps",hasQuery:!1,hasData:!1},{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasQuery:!0,hasData:!1},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postListMulti",path:"list-multi",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasQuery:!1,hasData:!1}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch",hasQuery:!1,hasData:!1}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasQuery:!1,hasData:!1}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp",hasQuery:!1,hasData:!1},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnabled",path:"enabled",hasQuery:!1,hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"postAddDatabase",path:"addDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0,hasData:!1},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunSql",path:"runSql",hasQuery:!1,hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0,hasData:!1}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0,hasData:!1},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0,hasData:!1},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0,hasData:!1},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunScript",path:"runScript",hasQuery:!1,hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatchDownload",path:"batch/download",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache",hasQuery:!1,hasData:!1}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putReadAll",path:"read/all",hasQuery:!1,hasData:!1},{mode:"put",method:"putReadId",path:"read/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUnreadCount",path:"unread/count",hasQuery:!1,hasData:!1}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasQuery:!1,hasData:!1}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckLicense",path:"checkLicense",hasQuery:!1,hasData:!1},{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"get",method:"getUninstall",path:"uninstall",hasQuery:!1,hasData:!1},{mode:"get",method:"getVerify",path:"verify",hasQuery:!1,hasData:!1}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0},{mode:"post",method:"postSign",path:"sign",hasQuery:!1,hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0,hasData:!1}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTypeCount",path:"getTypeCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0,hasData:!1}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postInputCheck",path:"inputCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasQuery:!1,hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0,hasData:!1}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasQuery:!1,hasData:!0},{mode:"post",method:"postEmail",path:"email",hasQuery:!1,hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLogin",path:"login",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",hasQuery:!1,hasData:!1},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserField",path:"user/field",hasQuery:!1,hasData:!1},{mode:"get",method:"getVersion",path:"version",hasQuery:!1,hasData:!1},{mode:"post",method:"postWatermark",path:"watermark",hasQuery:!1,hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasQuery:!1,hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasQuery:!1,hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!1,hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetPrintCount",path:"getPrintCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintTest",path:"printTest",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlat",path:"plat",hasQuery:!1,hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenant",path:"tenant",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"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 ps=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ps||{});const ms=Wt.create();class he{static use(a){a(ms)}static get(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"GET"})}static post(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"POST"})}static put(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"PUT"})}static delete(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"DELETE"})}static options(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"OPTIONS"})}static patch(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"PATCH"})}static head(a,s={},t={},h={}){return this.request(a,s,t,{...h,method:"HEAD"})}static async request(a,s,t,h={}){if(t){const l=Zt.stringify(t,{arrayFormat:"brackets"});l&&(a.includes("?")?a+=`&${l}`:a+=`?${l}`)}const o=await ms.request(ds({url:a,data:JSON.stringify(s||{}),params:t,timeout:120*1e3,headers:{"Content-Type":ps.JSON}},h));if(o.status>=200&&o.status<300)return o.data;throw o}}class X0{constructor(a,s){return this.url=a,new Proxy(this,{get(t,h){if(!(h in t)){const o=s.apis.find(l=>l.method===h);if(o){const l=`_${o.mode}`;o.hasData&&o.hasQuery?t[h]=(u,m,r)=>t[l](o.path,m,u,r):o.hasData?t[h]=function(u,m){return t[l](o.path,u,void 0,m)}:o.hasQuery?t[h]=function(u,m){return t[l](o.path,void 0,u,m)}:t[h]=function(u){return t[l](o.path,void 0,void 0,u)}}}return t[h]}})}_put(a,s,t,h){return he.put(t?.id?Z.join(this.url,a,t.id):Z.join(this.url,a),s||{},t||{},h)}_get(a,s,t,h){return he.get(Z.join(this.url,a),s||{},t||{},h)}_delete(a,s,t,h){return he.delete(Z.join(this.url,a),s||{},t||{},h)}_post(a,s,t,h){return he.post(Z.join(this.url,a),s||{},t||{},h)}_options(a,s,t,h){return he.options(Z.join(this.url,a),s||{},t||{},h)}_patch(a,s,t,h){return he.patch(Z.join(this.url,a),s||{},t||{},h)}_head(a,s,t,h){return he.head(Z.join(this.url,a),s||{},t||{},h)}}class fs{constructor(a,s){return new Proxy(this,{get(t,h){const o=s.find(l=>l.name===h);if(o)return h in t||(t[h]=new X0(Z.join(a,o.entityName),o)),t[h]}})}}const gs={apaas:new fs("/gct-apaas/api",W0),platform:new fs("/gct-platform/api",q0)};class ys{constructor(a){this.model=a,this.init()}evt=new es;state=new Bt;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(a){a.forEach(s=>{let t=null;if((s.type==="item"||s.type==="hidden")&&(this.fields.push(s.name),this.modelMap[s.name]=s),s.type==="item"&&(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}___${s.name}`),t||(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}`))),t||(t=_gct.register.formItem.create(s.type)),!t){console.error(`未找到表单项提供者:${s.type}`,s);return}if(this.provider[s.name]=t,s.type==="item"){const h=s;this.item[h.name]=t.createController(this,h)}else if(s.type==="hidden"){const h=s;this.item[h.name]=t.createController(this,h)}else if(s.type==="container"||s.container){const h=s;this.item[s.name]=t.createController(this,h),h.children&&this.initFormItems(h.children)}})}calcHidden(){Object.keys(this.item).forEach(s=>{const t=this.item[s];if(t.model.hidden){const h=t.model.hidden(this,t,this.state.data);h!=null&&(t.state.visible=!h)}})}getData(){const a={};return this.fields.forEach(s=>{const t=this.item[s];t&&(t.state.visible===!0||t.model.type==="hidden")&&(a[t.key]=t.value)}),a}resetData(){this.fields.forEach(a=>{const s=this.item[a];s&&s.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const a=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(s=>{const t=this.item[s];t&&(t.value=a[t.key]),t.defaultValue()}),this.state.loaded=!0,a}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(a=>{const s=this.item[a];s&&s.destroy()})}validate(){return Promise.resolve(!0)}validateItem(a){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(a=>{this.item[a].defaultValue()}),this.calcState()}mounted(){}}y("GctFormController",ys);class $0 extends ys{initEvent(){super.initEvent(),this.evt.on("change",(a,s,t)=>{if(this.model.watch){const o=this.model.watch[a];o&&o(this,s,t)}const h=this.item[a];h&&h.model.watch&&h.model.watch(this,h,s,t),s!=t&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const a=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(a):this.model.updateRequest?this.model.updateRequest({id:this.context.id},a):Promise.resolve(a)}}y("EditFormController",$0);function j0(e){const a=e();return a.state=Re(a.state),jt(()=>a.destroy()),a}class Pt{model;constructor(a){this.model=a}}y("EditorController",Pt);class cs{constructor(a){this.model=a,this.init()}evt=new es;context={};params={};state=new Bt;item={};provider={};load(){throw new Error("Method not implemented.")}loaded(){throw new Error("Method not implemented.")}destroy(){throw new Error("Method not implemented.")}validate(){throw new Error("Method not implemented.")}validateItem(a){throw new Error("Method not implemented.")}mounted(){throw new Error("Method not implemented.")}init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent()}initEvent(){}initFormItems(a){a.forEach(s=>{let t=null;if(s.type==="item"&&(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}___${s.name}`),t||(t=_gct.register.formItem.create(`${s.type}___${s.editor.type}`))),t||(t=_gct.register.formItem.create(s.type)),!t){console.error(`未找到表单项提供者:${s.type}`,s);return}if(this.provider[s.name]=t,s.type==="item"){const h=s;this.item[h.name]=t.createController(this,s)}else if(s.type==="container"){const h=s;this.item[s.name]=t.createController(this,s),h.children&&this.initFormItems(h.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(s=>{const t=this.state.data[s];t&&(typeof t=="object"?Array.isArray(t)?this.state.data[s]=[]:this.state.data[s]={}:this.state.data[s]=null)})}}y("FormController",cs);function J0(e){const a=new cs(e);return a.state=Re(a.state),a}class pe{constructor(a,s){this.form=a,this.model=s,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new re}}y("FormItemBasicController",pe);function Z0(e){const a=e();return a.state=Re(a.state),a}class Y0 extends pe{type="collapse-pane";crateItemState(){return new ea}}y("FormCollapsePaneController",Y0);class ed extends pe{type="collapse";crateItemState(){return new ta}}y("FormCollapseController",ed);class td extends pe{type="tab";crateItemState(){return new aa}}y("FormTabController",td);class ad extends pe{type="tab-pane";crateItemState(){return new sa}}y("FormTabPaneController",ad);class sd extends pe{type="group";crateItemState(){return new ra}}y("FormGroupController",sd);class Ot extends pe{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(a){const s=Ne(this.form.state.data[this.key]);this.form.state.data[this.key]=a,this.form.evt.emit("change",this.key,a,s),this.state.value=a}get editorValue(){return this.model.fields?this.model.fields.map(a=>this.form.item[a].value):this.value}set editorValue(a){this.model.fields?this.model.fields.forEach((s,t)=>{this.form.item[s].value=a?.[t]}):this.value=a}init(){if(super.init(),this.model.type!=="hidden"){const{editor:a}=this.model;this.state.readonly=a.readonly,a.disabled!=null&&(this.state.disabled=a.disabled)}if(this.model.dictionary){const{mode:a}=this.model.dictionary;a==="static"&&(this.state.options=this.model.dictionary.items||[])}}defaultValue(){this.form.state.data[this.key]===void 0&&this.model.defaultValue!==void 0&&(this.form.state.data[this.key]=this.model.defaultValue)}reset(){this.model.defaultValue!==void 0?this.value=this.model.defaultValue:this.value=void 0}crateItemState(){return new Ct}}y("FormEditItemController",Ot);class rd extends Ot{type="item";async loadDictionary(a){if(this.state.options.length>0)return this.state.options;this.state.options=[],this.state.loading=!0;try{return this.model.dictionary?this.state.options=await _gct.dictionary.asyncGetByConfig(this.model.dictionary,a):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,a)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new oa}}y("FormItemController",rd);class od extends Ot{type="hidden"}y("FormHiddenItemController",od);class hd extends Pt{}y("LengthUnitEditorController",hd);class dd extends Pt{}y("ColorEditorController",dd);function Ds(){return At("formController")}function id(e){let a=null;if(e){const t=Ds().item[e];t&&(a=Se({get(){return t.value},set(h){typeof h=="string"&&(h=h.trim()),!(typeof h!="object"&&t.value==h)&&(t.value=h)}}))}else{let s=Et().proxy;const t=s.$props,h=s.$emit;a=Se({get:()=>t.value,set:o=>{typeof o=="string"&&(o=o.trim()),!(typeof o!="object"&&t.value==o)&&h("update:value",o)}}),s=null}return a}function ld(e,a){let s=Et().proxy;const t=s.$props,h=s.$emit,o=e?e.length:0,l=a?a.length:0,u=Se({get:()=>{if(!t.value)return"";let m=t.value;return o>0&&m.startsWith(e)&&(m=m.substring(o)),l>0&&m.endsWith(a)&&(m=m.substring(0,m.length-l)),m},set:m=>{if(t.value===m)return;if(typeof m=="string"&&(m=m.trim()),m==""){h("update:value","");return}let r=m;o>0&&(r=e+r),l>0&&(r=r+a),h("update:value",r)}});return s=null,u}function nd(e){const a=At("modal");return a&&e&&(a.ok=e),a}function ud(e){return new Za(e)}function xs(e){return typeof e<"u"}function pd(e){const a=Te(e||""),s=Te(!1),t=Te(!1);return Jt(a,h=>{xs(h)&&(t.value=!0,s.value=Qs(h))},{immediate:!!e,flush:"sync"}),{clipboardRef:a,isSuccessRef:s,copiedRef:t}}function Qs(e,{target:a=document.body}={}){const s=document.createElement("textarea"),t=document.activeElement;s.value=e,s.setAttribute("readonly",""),s.style.contain="strict",s.style.position="absolute",s.style.left="-9999px",s.style.fontSize="12pt";const h=document.getSelection();let o;h&&h.rangeCount>0&&(o=h.getRangeAt(0)),a.append(s),s.select(),s.selectionStart=0,s.selectionEnd=e.length;let l=!1;try{l=document.execCommand("copy")}catch(u){throw new Error(u)}return s.remove(),o&&h&&(h.removeAllRanges(),h.addRange(o)),t&&t.focus(),l}const me={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class md{handle(a){console.error(a)}}class fd{handle(a){console.error(a)}}class gd{handle(a){if(a.type===ae.AJAX){new vs().handle(a);return}console.error(a)}}class vs{handle(a){const s=this._extractStatusCode(a.message);if(s)switch(s){case me.UNAUTHORIZED:this._handleUnauthorized();break;case me.FORBIDDEN:this._handleForbidden();break;case me.NOT_FOUND:this._handleNotFound();break;case me.INTERNAL_SERVER_ERROR:case me.BAD_GATEWAY:case me.SERVICE_UNAVAILABLE:case me.GATEWAY_TIMEOUT:this._handleServerError(s);break;default:this._handleGenericHttpError(a);break}else this._handleGenericHttpError(a)}_extractStatusCode(a){const s=a.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return s?parseInt(s[1]||s[2],10):null}_handleGenericHttpError(a){a.message.includes("Business Error")?console.debug("Handling business error:",a.message):a.message.includes("Network")?console.debug("Handling network error:",a.message):console.debug("Handling HTTP error:",a.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(a){console.warn(`Server error: ${a}`)}}class As{static _strategies=new Map;static init(){this.registerStrategy(ae.SCRIPT,new md),this.registerStrategy(ae.VUE,new fd),this.registerStrategy(ae.PROMISE,new gd),this.registerStrategy(ae.AJAX,new vs)}static getStrategy(a){return this._strategies.get(a)}static registerStrategy(a,s){this._strategies.set(a,s)}}class se{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return se._instance||(se._instance=new se),se._instance}static init(){se.getInstance()}static handleVueError(a,s,t){const h={type:ae.VUE,message:`Vue Error: ${a.message} | Info: ${t}`,stack:a.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(h)}static reportError(a,s=ae.SCRIPT){const t={type:s,message:a.message,stack:a.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(t)}_initializeStrategies(){As.init()}_processError(a){As.getStrategy(a.type)?.handle(a)}}async function yd(e){se.init(),e.config.errorHandler=(a,s,t)=>{se.handleVueError(a,s,t)},e.config.warnHandler=(a,s,t)=>{console.warn(`Vue Warning: ${a}`),t&&console.warn("Trace:",t)},window.addEventListener("error",a=>{se.reportError(new Error(a.message),ae.SCRIPT)}),window.addEventListener("unhandledrejection",a=>{se.reportError(a.reason,ae.PROMISE)})}class cd{async init(){const a=await _api.platform.plat.getList();console.debug("plat",a.data)}}const Dd=new cd;async function xd(e){await yd(e),he.use(is),H0(e),z0(e),await _gct.init(),await Dd.init()}function Es(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new us,Object.defineProperty(window._gct,"api",{get(){return gs}}),Object.defineProperty(window,"_api",{get(){return gs}})}})}}));