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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/dist/index.min.cjs +1 -1
  2. package/dist/index.system.min.js +1 -1
  3. package/es/create-app-vue.mjs +1 -0
  4. package/es/global/gct/gct.d.ts +14 -1
  5. package/es/global/gct/gct.mjs +20 -4
  6. package/es/modules/env-manager/env-manager.const.d.ts +18 -0
  7. package/es/modules/env-manager/env-manager.const.mjs +11 -0
  8. package/es/modules/env-manager/env-manager.d.ts +59 -0
  9. package/es/modules/env-manager/env-manager.interface.d.ts +43 -0
  10. package/es/modules/env-manager/env-manager.interface.mjs +9 -0
  11. package/es/modules/env-manager/env-manager.mjs +109 -0
  12. package/es/modules/env-manager/index.d.ts +3 -0
  13. package/es/modules/env-manager/index.mjs +5 -0
  14. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/base/apaas-base.service.mjs +2 -2
  15. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/api.service.mjs +219 -0
  16. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-branch.service.mjs +1 -1
  17. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-granted-user.service.mjs +2 -2
  18. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-org.service.mjs +25 -5
  19. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-publish-log.service.mjs +1 -1
  20. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-user.service.mjs +7 -3
  21. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/approval-log.service.mjs +1 -1
  22. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/audit-log.service.mjs +1 -1
  23. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-event.service.mjs +1 -1
  24. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition-version.service.mjs +1 -1
  25. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-process-definition.service.mjs +1 -1
  26. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-service-crud.service.mjs +3 -3
  27. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/biz-service.service.mjs +4 -4
  28. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/category-relation.service.mjs +2 -2
  29. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/category.service.mjs +6 -2
  30. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/commit-log.service.mjs +6 -2
  31. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/common-info-card.service.mjs +1 -1
  32. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/control-config.service.mjs +2 -2
  33. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/customer-complaint.service.mjs +1 -1
  34. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/dashboard.service.mjs +1 -1
  35. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-model.service.mjs +5 -5
  36. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-source.service.mjs +1 -1
  37. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/data-trace.service.mjs +1 -1
  38. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-common.service.mjs +8 -4
  39. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-operate-log.service.mjs +1 -1
  40. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-started.service.mjs +1 -1
  41. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-done.service.mjs +1 -1
  42. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-control-task-todo.service.mjs +2 -2
  43. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/doc-control.service.mjs +46 -0
  44. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/doc-outline.service.mjs +1 -1
  45. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/document.service.mjs +4 -4
  46. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-relation.service.mjs +1 -1
  47. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance.service.mjs +4 -4
  48. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-tmpl.service.mjs +4 -4
  49. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/enum-model-field.service.mjs +2 -2
  50. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/enum-model.service.mjs +4 -4
  51. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/event-log.service.mjs +1 -1
  52. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/event.service.mjs +1 -1
  53. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/excel-tmpl.service.mjs +6 -6
  54. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/excel.service.mjs +34 -0
  55. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/field-meta.service.mjs +6 -6
  56. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file.service.mjs +2 -2
  57. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/formRelate.service.mjs +14 -2
  58. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/front-operate-log.service.mjs +1 -1
  59. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/global-method.service.mjs +1 -1
  60. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/i18n-info.service.mjs +3 -3
  61. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/instance-relation.service.mjs +1 -1
  62. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/job-log.service.mjs +1 -1
  63. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/job.service.mjs +3 -3
  64. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/js-engine.service.mjs +2 -2
  65. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/label-log.service.mjs +1 -1
  66. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/label.service.mjs +8 -4
  67. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/medPro.service.mjs +2 -2
  68. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/menu-config.service.mjs +1 -1
  69. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-record.service.mjs +1 -1
  70. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-tmpl.service.mjs +1 -1
  71. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/mobile-homepage.service.mjs +2 -2
  72. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/mobile-page.service.mjs +3 -3
  73. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-comprehensive.service.mjs +50 -20
  74. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-meta.service.mjs +13 -9
  75. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-method.service.mjs +3 -3
  76. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-instance.service.mjs +36 -16
  77. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl-log.service.mjs +1 -1
  78. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-tmpl.service.mjs +8 -8
  79. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/service/online-form.service.mjs +90 -0
  80. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online.service.mjs +1 -1
  81. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/openapi.service.mjs +1 -1
  82. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/page-designer-log.service.mjs +1 -1
  83. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/permission.service.mjs +1 -1
  84. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/plat.service.mjs +2 -2
  85. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition-version.service.mjs +1 -1
  86. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-definition.service.mjs +5 -1
  87. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/pm-process-engine.service.mjs +4 -4
  88. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print-designer.service.mjs +5 -1
  89. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print-log.service.mjs +1 -1
  90. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-approval-log.service.mjs +1 -1
  91. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-approve-user.service.mjs +1 -1
  92. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-definition-version.service.mjs +2 -2
  93. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-definition.service.mjs +2 -2
  94. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-engine.service.mjs +3 -3
  95. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-event.service.mjs +1 -1
  96. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-instance-relation-.service.mjs +1 -1
  97. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-instance.service.mjs +1 -1
  98. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-message-user.service.mjs +1 -1
  99. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-node-definition.service.mjs +1 -1
  100. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-path-user.service.mjs +1 -1
  101. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-task-done.service.mjs +1 -1
  102. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-task-todo.service.mjs +2 -2
  103. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-version.service.mjs +1 -1
  104. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/product-release.service.mjs +1 -1
  105. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/publish-log.service.mjs +1 -1
  106. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/regexp.service.mjs +1 -1
  107. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report-data-set.service.mjs +1 -1
  108. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report.service.mjs +9 -5
  109. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/role-permission.service.mjs +1 -1
  110. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/role.service.mjs +3 -3
  111. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-version-log.service.mjs +1 -1
  112. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-version.service.mjs +1 -1
  113. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script.service.mjs +1 -1
  114. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version-log.service.mjs +1 -1
  115. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration-version.service.mjs +1 -1
  116. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/service-orchestration.service.mjs +1 -1
  117. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sign-history.service.mjs +1 -1
  118. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sign-log.service.mjs +1 -1
  119. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sql-view-model.service.mjs +1 -1
  120. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sql-view.service.mjs +1 -1
  121. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sys-config.service.mjs +1 -1
  122. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/system-var.service.mjs +1 -1
  123. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-log-details.service.mjs +6 -2
  124. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-log.service.mjs +1 -1
  125. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-mainline-ext.service.mjs +1 -1
  126. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-mainline.service.mjs +1 -1
  127. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/user-group.service.mjs +1 -1
  128. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/view-model.service.mjs +7 -7
  129. package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/webpage.service.mjs +3 -3
  130. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/base/platform-base.service.mjs +12 -0
  131. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +44 -0
  132. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/_virtual/index.mjs +7 -0
  133. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/httpEnum.mjs +63 -0
  134. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/enums/index.mjs +3 -0
  135. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/index.mjs +9 -0
  136. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/base.service.mjs +68 -0
  137. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/service/index.mjs +3 -0
  138. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/types/index.mjs +1 -0
  139. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +74 -0
  140. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/index.mjs +3 -0
  141. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +18 -0
  142. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +541 -0
  143. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/agent.service.mjs +1 -1
  144. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/api.service.mjs +503 -0
  145. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/apk.service.mjs +1 -1
  146. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app-member.service.mjs +4 -4
  147. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app-setting.service.mjs +2 -2
  148. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/app.service.mjs +48 -28
  149. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/assets.service.mjs +3 -3
  150. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/audit-log.service.mjs +1 -1
  151. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-data-set.service.mjs +1 -1
  152. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-file-dataset-config.service.mjs +1 -1
  153. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-share.service.mjs +1 -1
  154. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/category.service.mjs +1 -1
  155. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dashboard.service.mjs +1 -1
  156. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/data-source.service.mjs +2 -2
  157. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/data-trace.service.mjs +1 -1
  158. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/database.service.mjs +8 -4
  159. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dataset-log.service.mjs +1 -1
  160. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/dataset.service.mjs +12 -4
  161. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-devops.service.mjs +1 -1
  162. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move-data.service.mjs +1 -1
  163. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move-detail.service.mjs +1 -1
  164. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/datasource-move.service.mjs +1 -1
  165. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/external-message.service.mjs +1 -1
  166. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/file-task.service.mjs +2 -2
  167. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/file.service.mjs +1 -1
  168. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/i18n-info.service.mjs +12 -4
  169. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/internal-message.service.mjs +7 -3
  170. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/invoke-log.service.mjs +1 -1
  171. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base-chunk.service.mjs +1 -1
  172. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base-doc.service.mjs +1 -1
  173. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/knowledge-base.service.mjs +1 -1
  174. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/ldap.service.mjs +1 -1
  175. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/license.service.mjs +1 -1
  176. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/login-log.service.mjs +1 -1
  177. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/manager.service.mjs +2 -2
  178. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/message-setting.service.mjs +2 -2
  179. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/model-provider.service.mjs +1 -1
  180. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/model.service.mjs +1 -1
  181. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/nav-menu.service.mjs +2 -2
  182. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/nav-page.service.mjs +2 -2
  183. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/openapi-group.service.mjs +19 -3
  184. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/openapi-key-grant.service.mjs +6 -2
  185. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/org-user-picker.service.mjs +31 -0
  186. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/org.service.mjs +29 -5
  187. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/permission.service.mjs +1 -1
  188. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plat.service.mjs +9 -5
  189. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plugin-version.service.mjs +1 -1
  190. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/plugin.service.mjs +1 -1
  191. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate-detail.service.mjs +1 -1
  192. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-delegate.service.mjs +1 -1
  193. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-process-instance.service.mjs +1 -1
  194. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-task-done.service.mjs +1 -1
  195. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pm-task-todo.service.mjs +1 -1
  196. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pn-page.service.mjs +1 -1
  197. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/pn-project.service.mjs +1 -1
  198. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/print-log.service.mjs +1 -1
  199. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/print-resource.service.mjs +1 -1
  200. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/regexp.service.mjs +1 -1
  201. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/released.service.mjs +11 -3
  202. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/role-permission.service.mjs +12 -4
  203. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/role.service.mjs +12 -4
  204. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/seat.service.mjs +8 -4
  205. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/shortcut.service.mjs +42 -0
  206. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/sign-log.service.mjs +1 -1
  207. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/started-process.service.mjs +1 -1
  208. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-delegate.service.mjs +2 -2
  209. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-done.service.mjs +1 -1
  210. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/task-todo.service.mjs +1 -1
  211. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/tenant-developer.service.mjs +1 -1
  212. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/tenant.service.mjs +163 -0
  213. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-extra.service.mjs +1 -1
  214. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-info-log.service.mjs +1 -1
  215. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/user-password-history.service.mjs +1 -1
  216. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/service/user.service.mjs +118 -0
  217. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/workbench-component-relation.service.mjs +2 -2
  218. package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/workbench-component.service.mjs +1 -1
  219. package/es/types/index.d.ts +5 -0
  220. package/package.json +10 -7
  221. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/api.service.mjs +0 -90
  222. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/doc-control.service.mjs +0 -18
  223. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/excel.service.mjs +0 -18
  224. package/es/node_modules/.pnpm/@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/service/online-form.service.mjs +0 -30
  225. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/base/platform-base.service.mjs +0 -11
  226. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/api.service.mjs +0 -179
  227. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/org-user-picker.service.mjs +0 -18
  228. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/shortcut.service.mjs +0 -26
  229. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/tenant.service.mjs +0 -75
  230. package/es/node_modules/.pnpm/@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform/es/service/user.service.mjs +0 -66
  231. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/_virtual/_commonjsHelpers.mjs +0 -0
  232. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/_virtual/index.mjs +0 -0
  233. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/index.mjs +0 -0
  234. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/_virtual/_commonjsHelpers.mjs +0 -0
  235. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/_virtual/index.mjs +0 -0
  236. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/enums/httpEnum.mjs +0 -0
  237. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/enums/index.mjs +0 -0
  238. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/index.mjs +0 -0
  239. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
  240. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/service/base.service.mjs +0 -0
  241. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/service/index.mjs +0 -0
  242. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/types/index.mjs +0 -0
  243. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/axios/axios.mjs +0 -0
  244. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/index.mjs +0 -0
  245. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.1 → @gct-paas_api-apaas@0.0.2-dev.2/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2}/node_modules/@gct-paas/base/es/utils/tools/tools.mjs +0 -0
  246. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
  247. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-global-settings.service.mjs +0 -0
  248. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/app-state.service.mjs +0 -0
  249. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/basic-config.service.mjs +0 -0
  250. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/bom.service.mjs +0 -0
  251. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/chat.service.mjs +0 -0
  252. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/code-ts.service.mjs +0 -0
  253. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/designer-lock.service.mjs +0 -0
  254. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/devops.service.mjs +0 -0
  255. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/dify-chat.service.mjs +0 -0
  256. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/edhr-instance-search-history.service.mjs +0 -0
  257. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/ele-search.service.mjs +0 -0
  258. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/field.service.mjs +0 -0
  259. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file-resource.service.mjs +0 -0
  260. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/file-task.service.mjs +0 -0
  261. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/index.mjs +0 -0
  262. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/ipaas.service.mjs +0 -0
  263. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/login-log.service.mjs +0 -0
  264. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/merge-log.service.mjs +0 -0
  265. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/message-setting.service.mjs +0 -0
  266. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model-data.service.mjs +0 -0
  267. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/model.service.mjs +0 -0
  268. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-change-history.service.mjs +0 -0
  269. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/online-form-log.service.mjs +0 -0
  270. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/print.service.mjs +0 -0
  271. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-graph.service.mjs +0 -0
  272. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process-path.service.mjs +0 -0
  273. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/process.service.mjs +0 -0
  274. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/processTest.service.mjs +0 -0
  275. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/report-data.service.mjs +0 -0
  276. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/script-assistant.service.mjs +0 -0
  277. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/signature.service.mjs +0 -0
  278. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/stash.service.mjs +0 -0
  279. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/sub-model-process.service.mjs +0 -0
  280. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/trace-setting.service.mjs +0 -0
  281. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/user-group-relation.service.mjs +0 -0
  282. /package/es/node_modules/.pnpm/{@gct-paas_api-apaas@0.0.2-dev.0 → @gct-paas_api-apaas@0.0.2-dev.2}/node_modules/@gct-paas/api-apaas/es/service/wash.service.mjs +0 -0
  283. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/_virtual/_commonjsHelpers.mjs +0 -0
  284. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/_virtual/index.mjs +0 -0
  285. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/index.mjs +0 -0
  286. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0/node_modules/@gct-paas/api-platform → @gct-paas_api-platform@0.0.2-dev.2/node_modules/@gct-paas/api-platform/es/node_modules/.pnpm/@gct-paas_base@0.1.4-dev.2/node_modules/@gct-paas/base}/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +0 -0
  287. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/attachmentResourceTransfer.service.mjs +0 -0
  288. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/bi-file.service.mjs +0 -0
  289. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/buildEnshrineCompLibrary.service.mjs +0 -0
  290. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearLogLogin.service.mjs +0 -0
  291. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearLogOperate.service.mjs +0 -0
  292. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/clearTempDir.service.mjs +0 -0
  293. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/copyFilter.service.mjs +0 -0
  294. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCompInfo.service.mjs +0 -0
  295. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCompInfoType.service.mjs +0 -0
  296. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteCsvDatasource.service.mjs +0 -0
  297. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEchartTheme.service.mjs +0 -0
  298. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineComp.service.mjs +0 -0
  299. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteEnshrineCompGroup.service.mjs +0 -0
  300. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteFilter.service.mjs +0 -0
  301. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteLogOperateById.service.mjs +0 -0
  302. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteMapGeoJson.service.mjs +0 -0
  303. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deleteNotUseDir.service.mjs +0 -0
  304. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePageSnapshoot.service.mjs +0 -0
  305. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePageTemplate.service.mjs +0 -0
  306. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePnResource.service.mjs +0 -0
  307. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/deletePnResourceGroup.service.mjs +0 -0
  308. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/exportTemplate.service.mjs +0 -0
  309. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/front-release.service.mjs +0 -0
  310. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAdCodeByAliasName.service.mjs +0 -0
  311. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfo.service.mjs +0 -0
  312. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoByTypeId.service.mjs +0 -0
  313. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCompInfoType.service.mjs +0 -0
  314. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllCsvDatasource.service.mjs +0 -0
  315. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllEchartTheme.service.mjs +0 -0
  316. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllEnshrineCompGroups.service.mjs +0 -0
  317. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllFilter.service.mjs +0 -0
  318. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAllPageTemplate.service.mjs +0 -0
  319. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getAttachmentInfoByPage.service.mjs +0 -0
  320. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoById.service.mjs +0 -0
  321. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoByPage.service.mjs +0 -0
  322. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeById.service.mjs +0 -0
  323. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCompInfoTypeByPage.service.mjs +0 -0
  324. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getContentToArray.service.mjs +0 -0
  325. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceById.service.mjs +0 -0
  326. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByName.service.mjs +0 -0
  327. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getCsvDatasourceByPage.service.mjs +0 -0
  328. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getDesignerData.service.mjs +0 -0
  329. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEchartThemeById.service.mjs +0 -0
  330. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEchartThemeByPage.service.mjs +0 -0
  331. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompByPage.service.mjs +0 -0
  332. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupById.service.mjs +0 -0
  333. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getEnshrineCompGroupByPage.service.mjs +0 -0
  334. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getFilterById.service.mjs +0 -0
  335. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getGeoJsonByAdCode.service.mjs +0 -0
  336. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getLayoutItemObjById.service.mjs +0 -0
  337. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getLogLoginByPage.service.mjs +0 -0
  338. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapBaseInfoByLevel.service.mjs +0 -0
  339. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonById.service.mjs +0 -0
  340. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMapGeoJsonByPage.service.mjs +0 -0
  341. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyAllPnResourceGroup.service.mjs +0 -0
  342. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyEchartThemes.service.mjs +0 -0
  343. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyPnResourceByPage.service.mjs +0 -0
  344. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getMyShareCustomCompByPage.service.mjs +0 -0
  345. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootByEnabled.service.mjs +0 -0
  346. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootById.service.mjs +0 -0
  347. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageSnapshootsByPageId.service.mjs +0 -0
  348. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateById.service.mjs +0 -0
  349. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateByPage.service.mjs +0 -0
  350. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateForCreatePageForm.service.mjs +0 -0
  351. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateLayout.service.mjs +0 -0
  352. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTemplateThemeJson.service.mjs +0 -0
  353. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPageTotalCount.service.mjs +0 -0
  354. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPnLogOperateByPage.service.mjs +0 -0
  355. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getPnResourceGroupById.service.mjs +0 -0
  356. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getProjectTotalCount.service.mjs +0 -0
  357. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompById.service.mjs +0 -0
  358. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getShareCustomCompByPage.service.mjs +0 -0
  359. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/getSysEchartThemes.service.mjs +0 -0
  360. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/httpQuery.service.mjs +0 -0
  361. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/i18n-config.service.mjs +0 -0
  362. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/importCompInfoJson.service.mjs +0 -0
  363. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/importTemplate.service.mjs +0 -0
  364. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/index.mjs +0 -0
  365. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/license-unbind-log.service.mjs +0 -0
  366. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/login.service.mjs +0 -0
  367. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/minio-file.service.mjs +0 -0
  368. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/parseCsvOrExcel.service.mjs +0 -0
  369. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/resourceTransferToPage.service.mjs +0 -0
  370. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCompInfo.service.mjs +0 -0
  371. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCompInfoType.service.mjs +0 -0
  372. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveCsvDatasource.service.mjs +0 -0
  373. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEchartTheme.service.mjs +0 -0
  374. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEnshrineComp.service.mjs +0 -0
  375. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveEnshrineCompGroup.service.mjs +0 -0
  376. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveFilter.service.mjs +0 -0
  377. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveMapGeoJson.service.mjs +0 -0
  378. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePageSnapshoot.service.mjs +0 -0
  379. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePageTemplate.service.mjs +0 -0
  380. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/savePnResourceGroup.service.mjs +0 -0
  381. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/saveShareCustomComp.service.mjs +0 -0
  382. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/searchEnshrineComp.service.mjs +0 -0
  383. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/seat-message.service.mjs +0 -0
  384. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabled.service.mjs +0 -0
  385. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/setPageSnapshootEnabledByPageId.service.mjs +0 -0
  386. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/sms.service.mjs +0 -0
  387. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/toggleEnabled.service.mjs +0 -0
  388. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/uncompressLogOperateLayoutStr.service.mjs +0 -0
  389. /package/es/node_modules/.pnpm/{@gct-paas_api-platform@0.0.2-dev.0 → @gct-paas_api-platform@0.0.2-dev.2}/node_modules/@gct-paas/api-platform/es/service/uploadFiles.service.mjs +0 -0
@@ -1 +1 @@
1
- System.register(["vue-i18n","axios","qs","lodash-es","@gct-paas/core","pinia","vue"],(function(g,Cc){"use strict";var re,le,ie,$,k,ae,ue,oe,ce,ge,he,x,de,H,G,X,K,pe;return{setters:[i=>{re=i.createI18n},i=>{le=i.default},i=>{ie=i.default},i=>{$=i.mergeWith,k=i.cloneDeep,ae=i.unionWith,ue=i.isEqual},i=>{oe=i.BaseService},i=>{ce=i.defineStore,ge=i.createPinia,he=i.setActivePinia},i=>{x=i.reactive,de=i.onUnmounted,H=i.inject,G=i.computed,X=i.getCurrentInstance,K=i.ref,pe=i.watch}],execute:(function(){g({copyTextToClipboard:Ve,createAppVue:wc,default:He,getPathQuery:nc,getTenant:tc,getTimezone:rc,getToken:Yo,install:He,isDef:Ke,setTenant:sc,setToken:ec,t:Vo,useCopyToClipboard:bc,useEditFormController:ac,useForm:Ge,useFormController:uc,useFormItemController:oc,useGctFormValue:Sc,useGctFormValueByText:mc,useModal:Ic,useNamespace:Ac,widthEditorInstall:lc});function i(s,e,t){return(e=We(e))in s?Object.defineProperty(s,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):s[e]=t,s}function Xe(s,e){if(typeof s!="object"||!s)return s;var t=s[Symbol.toPrimitive];if(t!==void 0){var n=t.call(s,e);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(s)}function We(s){var e=Xe(s,"string");return typeof e=="symbol"?e:e+""}var ye=(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(ye||{});function je(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var W,_e;function ze(){if(_e)return W;_e=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,d=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,d=0}else a===46&&d!==-1?++d:d=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,W=n,W}var qe=ze(),L=je(qe),Je=require("../internals/export"),Qe=require("../internals/array-includes").includes,Ze=require("../internals/fails"),Ye=require("../internals/add-to-unscopables"),et=Ze(function(){return!Array(1).includes()});Je({target:"Array",proto:!0,forced:et},{includes:function(e){return Qe(this,e,arguments.length>1?arguments[1]:void 0)}}),Ye("includes");function tt(s,e){return $(k(s),e,(t,n)=>{if(typeof t=="object"&&typeof n=="object")return $(k(t),n,(u,r)=>Array.isArray(u)?ae(u,r,ue):void 0)})}const fe=le.create();class E{static use(e){e(fe)}static get(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"GET"})}static post(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"POST"})}static put(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"PUT"})}static delete(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"DELETE"})}static options(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"OPTIONS"})}static patch(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"PATCH"})}static head(e,t={},n={},u={}){return this.request(e,t,n,{...u,method:"HEAD"})}static async request(e,t,n,u={}){if(n){const l=ie.stringify(n,{arrayFormat:"brackets"});l&&(e.includes("?")?e+=`&${l}`:e+=`?${l}`)}const r=await fe.request(tt({url:e,data:JSON.stringify(t||{}),params:n,timeout:120*1e3,headers:{"Content-Type":ye.JSON}},u));if(r.status>=200&&r.status<300)return r.data;throw r}}class st{constructor(e){this.url=e}_put(e,t,n,u){return E.put(n?.id?L.join(this.url,e,n?.id):L.join(this.url,e),t||{},n||{},u)}_get(e,t,n,u){return E.get(L.join(this.url,e),t||{},n||{},u)}_delete(e,t,n,u){return E.delete(L.join(this.url,e),t||{},n||{},u)}_post(e,t,n,u){return E.post(L.join(this.url,e),t||{},n||{},u)}_options(e,t,n,u){return E.options(L.join(this.url,e),t||{},n||{},u)}_patch(e,t,n,u){return E.patch(L.join(this.url,e),t||{},n||{},u)}_head(e,t,n,u){return E.head(L.join(this.url,e),t||{},n||{},u)}}function nt(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var j,ve;function rt(){if(ve)return j;ve=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,d=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,d=0}else a===46&&d!==-1?++d:d=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,j=n,j}var lt=rt(),it=nt(lt);class y extends st{constructor(e){super(it.join("/gct-apaas/api",e))}}class at extends y{constructor(){super("app-branch")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ut extends y{constructor(){super("app-global-settings")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ot extends y{constructor(){super("app-granted-user")}async post(e,t={}){return this._post("",e,null,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async getGrantedStatistic(e={}){return this._get("grantedStatistic",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getRemoveAndTransfer(e,t={}){return this._get("removeAndTransfer",null,e,t)}async getUngranted(e={}){return this._get("ungranted/list",null,null,e)}}class ct extends y{constructor(){super("app-org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUser(e,t={}){return this._post("user/update",e,null,t)}async getUser(e,t={}){return this._get("user/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class gt extends y{constructor(){super("app-publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ht extends y{constructor(){super("app-state")}async getDraft(e={}){return this._get("draft",null,null,e)}}class dt extends y{constructor(){super("app-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",e,null,t)}async putDisable(e,t={}){return this._put("disable",null,e,t)}async putEnable(e,t={}){return this._put("enable",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}async postReset(e,t={}){return this._post("reset/default/signPwd",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pt extends y{constructor(){super("approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let yt=class extends y{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e,t={}){return this._get("operateTypes",null,e,t)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}};class _t extends y{constructor(){super("basic-config")}async post(e,t={}){return this._post("",e,null,t)}async getAiRagEnabled(e={}){return this._get("aiRagEnabled",null,null,e)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async postGlobal(e,t={}){return this._post("global",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class ft extends y{constructor(){super("biz-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vt extends y{constructor(){super("biz-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class St extends y{constructor(){super("biz-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class mt extends y{constructor(){super("biz-service-crud")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModel(e={}){return this._get("data-model/list",null,null,e)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getViewModel(e,t={}){return this._get("view-model/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class It extends y{constructor(){super("biz-service")}async getModelKey(e,t={}){return this._get("{modelKey}/{bsKey}",null,e,t)}async postModelKey(e,t={}){return this._post("{modelKey}/{bsKey}",null,e,t)}async putModelKey(e,t={}){return this._put("{modelKey}/{bsKey}",null,e,t)}async deleteModelKey(e,t={}){return this._delete("{modelKey}/{bsKey}",null,e,t)}}class At extends y{constructor(){super("bom")}async postImport(e={}){return this._post("import",null,null,e)}}let bt=class extends y{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getGetListRdoOrNdo(e,t={}){return this._get("getListRdoOrNdo",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListComplete(e,t={}){return this._get("listComplete",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Tt extends y{constructor(){super("category-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Lt extends y{constructor(){super("chat")}async postImportExcel(e,t={}){return this._post("importExcel",null,e,t)}}class Rt extends y{constructor(){super("code-ts")}async getList(e={}){return this._get("list",null,null,e)}}class Et extends y{constructor(){super("commit-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCanPublishProdReleaseTagList(e={}){return this._get("canPublishProdReleaseTagList",null,null,e)}async getCanReleaseTagList(e={}){return this._get("canReleaseTagList",null,null,e)}async postCommit(e,t={}){return this._post("commit",e,null,t)}async getGetLatestCommit(e={}){return this._get("getLatestCommit",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getRelease(e,t={}){return this._get("release/page/list",null,e,t)}async getViewDetail(e,t={}){return this._get("viewDetail",null,e,t)}async getViewDraft(e={}){return this._get("viewDraft",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wt extends y{constructor(){super("common-info-card")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetById(e,t={}){return this._get("getById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ct extends y{constructor(){super("control-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCategory(e,t={}){return this._get("category/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getSpecial(e,t={}){return this._get("special/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Dt extends y{constructor(){super("customer-complaint")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSync(e={}){return this._get("sync",null,null,e)}async getUpdateFeishu(e,t={}){return this._get("updateFeishu",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Pt=class extends y{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Ot extends y{constructor(){super("data-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Nt=class extends y{constructor(){super("data-source")}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}},Mt=class extends y{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class Bt extends y{constructor(){super("designer-common")}async getEnumModelField(e,t={}){return this._get("enumModelField/list",null,e,t)}async getGetApp(e={}){return this._get("getApp",null,null,e)}async getGetCanBeUsedOrg(e={}){return this._get("getCanBeUsedOrg",null,null,e)}async getGetCanBeUsedOrgUser(e,t={}){return this._get("getCanBeUsedOrgUser",null,e,t)}async getGetUserGroupUser(e,t={}){return this._get("getUserGroupUser",null,e,t)}async getGetVisibleOrg(e={}){return this._get("getVisibleOrg",null,null,e)}async getGetVisibleOrgUser(e,t={}){return this._get("getVisibleOrgUser",null,e,t)}async getGetVisibleUser(e={}){return this._get("getVisibleUser",null,null,e)}async getGetVisibleUserAndVisibleOrgUser(e,t={}){return this._get("getVisibleUserAndVisibleOrgUser",null,e,t)}async getListUserByIds(e,t={}){return this._get("listUserByIds",null,e,t)}async getTableEntityModel(e,t={}){return this._get("table-entity-model/list",null,e,t)}async postUpload(e={}){return this._post("upload/label/image",null,null,e)}async getUser(e={}){return this._get("user/info",null,null,e)}}class Ut extends y{constructor(){super("designer-lock")}async postCancelOccupyPage(e,t={}){return this._post("cancelOccupyPage",e,null,t)}async getGetPageOccupyMsg(e,t={}){return this._get("getPageOccupyMsg",null,e,t)}async postLockPage(e,t={}){return this._post("lockPage",e,null,t)}async postOccupyPage(e,t={}){return this._post("occupyPage",e,null,t)}async postUnLockPage(e,t={}){return this._post("unLockPage",e,null,t)}}class kt extends y{constructor(){super("designer-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class xt extends y{constructor(){super("devops")}async getListAllDigitsFields(e={}){return this._get("listAllDigitsFields",null,null,e)}async postUpdateDigits(e,t={}){return this._post("updateDigits",e,null,t)}}class Gt extends y{constructor(){super("dify-chat")}async postAsyncDocument(e,t={}){return this._post("asyncDocument",e,null,t)}async postChat(e,t={}){return this._post("chat",e,null,t)}}class Kt extends y{constructor(){super("doc-control-started")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Vt extends y{constructor(){super("doc-control-task-done")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Ft extends y{constructor(){super("doc-control-task-todo")}async getAllUser(e,t={}){return this._get("all-user/page/list",null,e,t)}async getCount(e={}){return this._get("count",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class $t extends y{constructor(){super("doc-control")}async postProcess(e,t={}){return this._post("process/return",e,null,t)}async getProcess(e,t={}){return this._get("process/startProcess",null,e,t)}}class Ht extends y{constructor(){super("doc-outline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByInstance(e,t={}){return this._get("listByInstance",null,e,t)}async getListByRefId(e,t={}){return this._get("listByRefId",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSheet(e,t={}){return this._get("sheet",null,e,t)}async getSheetByInstance(e,t={}){return this._get("sheetByInstance",null,e,t)}async getSheetByRefId(e,t={}){return this._get("sheetByRefId",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Xt extends y{constructor(){super("document")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async putDesign(e,t={}){return this._put("design/{id}",e,null,t)}async getDocumentDataClean(e={}){return this._get("documentDataClean",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Wt extends y{constructor(){super("edhr-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByMaterialNo(e,t={}){return this._get("findByMaterialNo",null,e,t)}async getFindMaterialNo(e,t={}){return this._get("findMaterialNo",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getReverse(e,t={}){return this._get("reverse/page/list",null,e,t)}async getRunning(e,t={}){return this._get("running/page",null,e,t)}async putUpdateInstanceStatusById4Archived(e={}){return this._put("updateInstanceStatusById4Archived/{id}",null,null,e)}}class jt extends y{constructor(){super("edhr-instance-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list/tree",null,e,t)}async getListChild(e,t={}){return this._get("listChild",null,e,t)}}class zt extends y{constructor(){super("edhr-instance-search-history")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class qt extends y{constructor(){super("edhr-tmpl")}async postControl(e,t={}){return this._post("control",e,null,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefault(e={}){return this._put("setDefault/{id}",null,null,e)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class Jt extends y{constructor(){super("ele-search")}async getSearchByKey(e,t={}){return this._get("searchByKey",null,e,t)}}class Qt extends y{constructor(){super("enum-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSubmitWithFields(e,t={}){return this._post("submitWithFields",e,null,t)}async putUpdateIconState(e,t={}){return this._put("updateIconState/{id}",e,null,t)}async putUpdateTextState(e,t={}){return this._put("updateTextState/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Zt extends y{constructor(){super("enum-model-field")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Yt extends y{constructor(){super("event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class es extends y{constructor(){super("event-log")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class ts extends y{constructor(){super("excel-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postConfig(e,t={}){return this._post("config",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async getDownloadPlat(e={}){return this._get("download-plat/{id}",null,null,e)}async getDownload(e={}){return this._get("download/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInit(e,t={}){return this._get("init/tmpl",null,e,t)}async postInit(e,t,n={}){return this._post("init/tmpl",t,e,n)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postV1(e,t={}){return this._post("v1/config",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ss extends y{constructor(){super("excel")}async getData(e,t={}){return this._get("data/report",null,e,t)}async postData(e,t={}){return this._post("data/validate",null,e,t)}}class ns extends y{constructor(){super("field-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async postComplete(e={}){return this._post("complete/dataVersion",null,null,e)}async putDecimal(e={}){return this._put("decimal/digits/all/{digits}",null,null,e)}async postFunc(e,t={}){return this._post("func/check",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListConditionField(e,t={}){return this._get("listConditionField",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPage(e={}){return this._put("page/recycledRestore/{fieldId}",null,null,e)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putUnique(e={}){return this._put("unique/constraint/add/{modelKey}/{fieldKey}/{type}",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class rs extends y{constructor(){super("field")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}}class ls extends y{constructor(){super("file-resource")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postUpload(e,t={}){return this._post("upload",null,e,t)}}let is=class extends y{constructor(){super("file-task")}async getStart(e={}){return this._get("start",null,null,e)}async postStatus(e,t={}){return this._post("status",e,null,t)}async postSubmit(e,t={}){return this._post("submit",e,null,t)}},as=class extends y{constructor(){super("file")}async postPdf(e,t={}){return this._post("pdf/encode",null,e,t)}async postUpload(e,t={}){return this._post("upload/image",null,e,t)}};class us extends y{constructor(){super("formRelate")}async getCategory(e,t={}){return this._get("category",null,e,t)}async postCategory(e,t={}){return this._post("category",e,null,t)}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async putCategory(e,t={}){return this._put("category/{id}",e,null,t)}async deleteDeleteCategory(e,t={}){return this._delete("deleteCategory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllCategory(e,t={}){return this._get("listAllCategory",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getPage(e,t={}){return this._get("page/listFormNoChild",null,e,t)}}class os extends y{constructor(){super("front-operate-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class cs extends y{constructor(){super("global-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getCurrentTime(e={}){return this._get("currentTime",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let gs=class extends y{constructor(){super("i18n-info")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getLang(e,t={}){return this._get("lang/download",null,e,t)}async postLang(e,t={}){return this._post("lang/upload",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}};class hs extends y{constructor(){super("instance-relation")}async postBind(e,t={}){return this._post("bind",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteUnbind(e,t={}){return this._delete("unbind",null,e,t)}async putUpdateTitle(e,t={}){return this._put("updateTitle",null,e,t)}}class ds extends y{constructor(){super("ipaas")}async postWebhook(e,t={}){return this._post("webhook",e,null,t)}}class ps extends y{constructor(){super("job")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCron(e,t={}){return this._post("cron/valid",e,null,t)}async postExec(e,t={}){return this._post("exec",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putStatus(e,t={}){return this._put("status/{id}",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ys extends y{constructor(){super("job-log")}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class _s extends y{constructor(){super("js-engine")}async getExec(e,t={}){return this._get("exec/{key}",null,e,t)}async postExec(e,t={}){return this._post("exec/{key}",null,e,t)}async postExecute(e,t={}){return this._post("execute",e,null,t)}}class fs extends y{constructor(){super("label")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getEntity(e={}){return this._get("entity/update/datetime/sql",null,null,e)}async getExecute(e={}){return this._get("execute",null,null,e)}async getExport(e,t={}){return this._get("export",null,e,t)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postImport(e={}){return this._post("import",null,null,e)}async postLabelDuplicateNameCheck(e,t={}){return this._post("labelDuplicateNameCheck",e,null,t)}async getLabelParentDataClean(e={}){return this._get("labelParentDataClean",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListFont(e={}){return this._get("listFont",null,null,e)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async getTest(e,t={}){return this._get("test",null,e,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}async postXmlSetting(e,t={}){return this._post("xmlSetting",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vs extends y{constructor(){super("label-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Ss=class extends y{constructor(){super("login-log")}async postUserLoginLogPage(e,t={}){return this._post("userLoginLogPage",e,null,t)}};class ms extends y{constructor(){super("medPro")}async postModelMeta(e,t={}){return this._post("modelMeta/dataAssociation",e,null,t)}async getModelMeta(e,t={}){return this._get("modelMeta/modelDataAssociation",null,e,t)}}class Is extends y{constructor(){super("menu-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAvailable(e,t={}){return this._get("available/list",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class As extends y{constructor(){super("merge-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class bs extends y{constructor(){super("message-record")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}let Ts=class extends y{constructor(){super("message-setting")}async getFindAllByType(e,t={}){return this._get("findAllByType",null,e,t)}async postSendMessageByType(e,t={}){return this._post("sendMessageByType",e,null,t)}};class Ls extends y{constructor(){super("message-tmpl")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListByModelKey(e,t={}){return this._get("listByModelKey",null,e,t)}async putOpened(e,t={}){return this._put("opened",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postProcessSend(e,t={}){return this._post("processSend",e,null,t)}async postSend(e,t={}){return this._post("send",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Rs extends y{constructor(){super("mobile-homepage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Es extends y{constructor(){super("mobile-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopyById(e,t={}){return this._post("copyById/{id}",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ws extends y{constructor(){super("model-comprehensive")}async deleteBizServiceApi(e,t={}){return this._delete("biz-service-api",null,e,t)}async getBizServiceApi(e,t={}){return this._get("biz-service-api/list/{modelCategory}",null,e,t)}async putBizServiceApi(e,t={}){return this._put("biz-service-api/{id}",e,null,t)}async postBizServiceApi(e,t={}){return this._post("biz-service-api/{modelCategory}",e,null,t)}async postBizService(e,t={}){return this._post("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getEnum(e,t={}){return this._get("enum/info/{modelCategory}",null,e,t)}async postExport(e,t={}){return this._post("export/{modelCategory}/{modelKey}/{tmplKey}",null,e,t)}async getField(e,t={}){return this._get("field/list/{modelCategory}",null,e,t)}async getMethod(e,t={}){return this._get("method/list/{modelCategory}",null,e,t)}async getModel(e={}){return this._get("model/system",null,null,e)}async postQueryAllModelDataAndDrillData(e,t={}){return this._post("queryAllModelDataAndDrillData",e,null,t)}async postQueryFieldValueByRefChainData(e,t={}){return this._post("queryFieldValueByRefChainData/{modelCategory}",e,null,t)}async postQueryModelDataAndDrillData(e,t={}){return this._post("queryModelDataAndDrillData",e,null,t)}async postQueryRefChainData(e,t={}){return this._post("queryRefChainData/{modelCategory}",e,null,t)}async postQueryRefData(e,t={}){return this._post("queryRefData/{modelCategory}",e,null,t)}async postQueryRefDataById(e,t={}){return this._post("queryRefDataById/{modelCategory}",e,null,t)}async postQueryRefDataByIds(e,t={}){return this._post("queryRefDataByIds/{modelCategory}",e,null,t)}async postQuerySearchRefChainData(e,t={}){return this._post("querySearchRefChainData",e,null,t)}async getSubModel(e,t={}){return this._get("sub-model/list",null,e,t)}}class Cs extends y{constructor(){super("model-data")}async postAllModelLiquibaseSoftDeleteDataClean(e={}){return this._post("allModelLiquibaseSoftDeleteDataClean",null,null,e)}async postAllModelSoftDeleteDataClean(e={}){return this._post("allModelSoftDeleteDataClean",null,null,e)}async getCheckFieldValueExist(e,t={}){return this._get("checkFieldValueExist",null,e,t)}async postQueryRefData(e,t={}){return this._post("queryRefData",e,null,t)}async postSingleModelSoftDeleteDataClean(e,t={}){return this._post("singleModelSoftDeleteDataClean",null,e,t)}}class Ds extends y{constructor(){super("model-meta")}async delete(e,t={}){return this._delete("",null,e,t)}async getAgg(e,t={}){return this._get("agg/model",null,e,t)}async getBy(e,t={}){return this._get("by/keys",null,e,t)}async putConstant(e,t={}){return this._put("constant/{modelKey}",e,null,t)}async getDetail(e,t={}){return this._get("detail",null,e,t)}async putDisplay(e={}){return this._put("display/{modelKey}/{fieldKey}",null,null,e)}async getEr(e={}){return this._get("er",null,null,e)}async getFindAllByTypeIn(e,t={}){return this._get("findAllByTypeIn",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListAll(e={}){return this._get("list-all",null,null,e)}async getListAllModelAndFieldByName(e,t={}){return this._get("listAllModelAndFieldByName",null,e,t)}async getListMasterModel(e,t={}){return this._get("listMasterModel",null,e,t)}async getListModelReferencedBy(e,t={}){return this._get("listModelReferencedBy",null,e,t)}async getListSlaveModel(e,t={}){return this._get("listSlaveModel",null,e,t)}async getPage(e,t={}){return this._get("page/getRecycledList",null,e,t)}async putPage(e={}){return this._put("page/recycledRestore/{modelKey}",null,null,e)}async getPermissionEnabled(e,t={}){return this._get("permission-enabled/list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async putSupportMessage(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async getSupportProcess(e={}){return this._get("support-process",null,null,e)}async getTranslateModelFieldExp(e,t={}){return this._get("translateModelFieldExp",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}async putModelKey(e={}){return this._put("{modelKey}/{enabled}",null,null,e)}}class Ps extends y{constructor(){super("model-method")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getDataModel(e={}){return this._get("data-model/list",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getViewModel(e={}){return this._get("view-model/list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Os=class extends y{constructor(){super("model")}async deleteRemove(e,t={}){return this._delete("remove",null,e,t)}};class Ns extends y{constructor(){super("online-form-change-history")}async getList(e,t={}){return this._get("list",null,e,t)}}class Ms extends y{constructor(){super("online-form-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getAppendix(e,t={}){return this._get("appendix/form/list",null,e,t)}async getDataIds(e,t={}){return this._get("dataIds",null,e,t)}async getFindByMaterialNoAndDocOutlineId(e,t={}){return this._get("findByMaterialNoAndDocOutlineId",null,e,t)}async getFindByOfTmplIdAndEdhrInstanceId(e,t={}){return this._get("findByOfTmplIdAndEdhrInstanceId",null,e,t)}async getFindByTmplIdAndMaterialNo(e,t={}){return this._get("findByTmplIdAndMaterialNo",null,e,t)}async getFindOfTaskBySerialNo4Change(e,t={}){return this._get("findOfTaskBySerialNo4Change",null,e,t)}async getFindPage4EdhrInstance(e,t={}){return this._get("findPage4EdhrInstance",null,e,t)}async getFindRelationInfoById(e,t={}){return this._get("findRelationInfoById",null,e,t)}async getForm(e,t={}){return this._get("form/page/list",null,e,t)}async getGetOne(e,t={}){return this._get("getOne",null,e,t)}async getGetRelatedProduct(e,t={}){return this._get("getRelatedProduct",null,e,t)}async getInfo(e,t={}){return this._get("info/byRecordNo",null,e,t)}async postInfos(e={}){return this._post("infos",null,null,e)}async postInsert4Edhr(e,t={}){return this._post("insert4Edhr",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRefresh(e,t={}){return this._post("refresh/snapshot",null,e,t)}async getRelate(e,t={}){return this._get("relate/form/page/list",null,e,t)}async postRelated(e,t={}){return this._post("related/inst/unbind",e,null,t)}async deleteRelated(e,t={}){return this._delete("related/inst/remove",null,e,t)}async getReverse(e,t={}){return this._get("reverse/trace/page/list",null,e,t)}async postTask(e,t,n={}){return this._post("task/page/list",t,e,n)}async deleteTask(e={}){return this._delete("task/remove/{ofInstId}",null,null,e)}async getTask(e={}){return this._get("task/resend/{ofInstId}",null,null,e)}async putTask(e,t={}){return this._put("task/{id}",e,null,t)}async getTrace(e,t={}){return this._get("trace/page/list",null,e,t)}async putUpdateDescription(e,t={}){return this._put("updateDescription",e,null,t)}}class Bs extends y{constructor(){super("online-form-log")}async getList(e,t={}){return this._get("list",null,e,t)}}class Us extends y{constructor(){super("online-form-tmpl-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ks extends y{constructor(){super("online-form-tmpl")}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postCopyVersion(e,t={}){return this._post("copyVersion/{id}",e,null,t)}async getFormModels(e={}){return this._get("formModels/{id}",null,null,e)}async getGetVersionById(e,t={}){return this._get("getVersionById",null,e,t)}async postInfos(e,t={}){return this._post("infos",e,null,t)}async getListBaseAndProcessForm(e,t={}){return this._get("listBaseAndProcessForm",null,e,t)}async getListOnlineFormModels(e,t={}){return this._get("listOnlineFormModels",null,e,t)}async getListVersionById(e,t={}){return this._get("listVersionById",null,e,t)}async getModel(e={}){return this._get("model/{id}",null,null,e)}async postRelease(e,t,n={}){return this._post("release",t,e,n)}async deleteRemoveById(e,t={}){return this._delete("removeById",null,e,t)}async deleteRemoveVersionById(e,t={}){return this._delete("removeVersionById",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveField(e,t={}){return this._post("saveField",e,null,t)}async postSaveOperation(e,t={}){return this._post("saveOperation",e,null,t)}async postSaveVersion(e,t={}){return this._post("saveVersion",e,null,t)}async putSetDefault(e={}){return this._put("setDefault/{id}",null,null,e)}async getStash(e,t={}){return this._get("stash",null,e,t)}async putStash(e,t={}){return this._put("stash/{id}",e,null,t)}async putUpdateDesigner(e,t={}){return this._put("updateDesigner/{id}",e,null,t)}async putUpdateVersionById(e,t={}){return this._put("updateVersionById/{id}",e,null,t)}}class xs extends y{constructor(){super("online-form")}async postBase(e,t={}){return this._post("base/submit",e,null,t)}async postBiz(e,t={}){return this._post("biz/bizServiceSummary",e,null,t)}async getDataInit(e={}){return this._get("data-init/protocol/list",null,null,e)}async postProcess(e,t={}){return this._post("process/submit",e,null,t)}async postStash(e,t={}){return this._post("stash",e,null,t)}}class Gs extends y{constructor(){super("online")}async getClients(e,t={}){return this._get("clients",null,e,t)}async getExit(e,t={}){return this._get("exit",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Ks extends y{constructor(){super("openapi")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetApiInfo(e,t={}){return this._get("getApiInfo",null,e,t)}async getGetApiInfos(e={}){return this._get("getApiInfos",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Vs extends y{constructor(){super("page-designer-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Fs=class extends y{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}},$s=class extends y{constructor(){super("plat")}async postApp(e,t={}){return this._post("app/global",e,null,t)}async getApp(e={}){return this._get("app/global/info",null,null,e)}async postBase(e,t={}){return this._post("base",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}};class Hs extends y{constructor(){super("pm-process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllProcHasPublishedVersion(e,t={}){return this._get("listAllProcHasPublishedVersion",null,e,t)}async getPage(e,t={}){return this._get("page/listByPage",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Xs extends y{constructor(){super("pm-process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async postDeploy(e,t={}){return this._post("deploy",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postSave(e,t={}){return this._post("save",e,null,t)}async postSaveAndDeploy(e,t={}){return this._post("saveAndDeploy",e,null,t)}async postUpdateProcessUser(e,t={}){return this._post("updateProcessUser",e,null,t)}async getId(e,t={}){return this._get("",null,e,t)}}class Ws extends y{constructor(){super("pm-process-engine")}async postApprove(e,t={}){return this._post("approve",e,null,t)}async getHiTask(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTask(e,t={}){return this._get("initial-task/extension",null,e,t)}async getListAllAssignees(e={}){return this._get("listAllAssignees",null,null,e)}async getListAllInitiators(e={}){return this._get("listAllInitiators",null,null,e)}async getModel(e,t={}){return this._get("model",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postProcExecute(e,t={}){return this._post("procExecute",e,null,t)}async getProcInstExtension(e,t={}){return this._get("procInstExtension",null,e,t)}async postReassign(e,t={}){return this._post("reassign",e,null,t)}async postRefuse(e,t={}){return this._post("refuse",e,null,t)}async postReject(e,t={}){return this._post("reject",e,null,t)}async postResubmit(e,t={}){return this._post("resubmit",e,null,t)}async postStartProcInst(e,t={}){return this._post("startProcInst",e,null,t)}async getTask(e,t={}){return this._get("task/extension",null,e,t)}async postTerminate(e,t={}){return this._post("terminate",e,null,t)}async postWithdraw(e,t={}){return this._post("withdraw",e,null,t)}}class js extends y{constructor(){super("print-designer")}async deleteCategory(e,t={}){return this._delete("category",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getListAllVersion(e,t={}){return this._get("listAllVersion",null,e,t)}async getRdo(e,t={}){return this._get("rdo/page/list",null,e,t)}}let zs=class extends y{constructor(){super("print-log")}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postPatchwork(e,t={}){return this._post("patchwork",e,null,t)}};class qs extends y{constructor(){super("print")}async postGenerateZplCode(e,t={}){return this._post("generateZplCode",e,null,t)}async postLabelBackEndPrint(e,t={}){return this._post("labelBackEndPrint",e,null,t)}async getPrintDropdownList(e={}){return this._get("printDropdownList",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}}class Js extends y{constructor(){super("process")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Qs extends y{constructor(){super("process-approval-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getApproveHistory(e,t={}){return this._get("approveHistory",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Zs extends y{constructor(){super("process-approve-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ys extends y{constructor(){super("process-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postInitProcessAndProcessVersion(e={}){return this._post("initProcessAndProcessVersion/{type}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class en extends y{constructor(){super("process-definition-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCopy(e={}){return this._post("copy/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postPublish(e={}){return this._post("publish/{id}",null,null,e)}async getId(e,t={}){return this._get("",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class tn extends y{constructor(){super("process-engine")}async postExecute(e,t={}){return this._post("execute",e,null,t)}async getHiTask(e,t={}){return this._get("hi-task/extension",null,e,t)}async getInitialTask(e,t={}){return this._get("initial-task/extension",null,e,t)}async getModel(e,t={}){return this._get("model",null,e,t)}async postReassignment(e,t={}){return this._post("reassignment",e,null,t)}async getTask(e,t={}){return this._get("task/extension",null,e,t)}}class sn extends y{constructor(){super("process-event")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class nn extends y{constructor(){super("process-graph")}async getGraphInfo(e,t={}){return this._get("graphInfo",null,e,t)}}class rn extends y{constructor(){super("process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ln extends y{constructor(){super("process-instance-relation-")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class an extends y{constructor(){super("process-message-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class un extends y{constructor(){super("process-node-definition")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class on extends y{constructor(){super("process-path-user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class cn extends y{constructor(){super("process-path")}async getFindAllByOfInstanceId(e,t={}){return this._get("findAllByOfInstanceId",null,e,t)}async getFindAllByTmplId(e,t={}){return this._get("findAllByTmplId",null,e,t)}}class gn extends y{constructor(){super("process-task-done")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class hn extends y{constructor(){super("process-task-todo")}async getAllUser(e,t={}){return this._get("all-user/page/list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class dn extends y{constructor(){super("process-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postActivate(e={}){return this._post("activate/{id}",null,null,e)}async putDeploy(e,t={}){return this._put("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}}class pn extends y{constructor(){super("processTest")}async getCompleteTask(e,t={}){return this._get("completeTask",null,e,t)}async getDeploy(e,t={}){return this._get("deploy",null,e,t)}async getReadXml(e,t={}){return this._get("readXml",null,e,t)}async getSignal(e,t={}){return this._get("signal",null,e,t)}async getStart(e,t={}){return this._get("start",null,e,t)}async getUpdateVar(e,t={}){return this._get("updateVar",null,e,t)}async getWithdraw(e,t={}){return this._get("withdraw",null,e,t)}}class yn extends y{constructor(){super("product-release")}async getGetProductReleaseByMaterialNo(e,t={}){return this._get("getProductReleaseByMaterialNo",null,e,t)}async getGetProductReleaseForm(e,t={}){return this._get("getProductReleaseForm",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class _n extends y{constructor(){super("publish-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCreateRelease(e,t={}){return this._post("createRelease",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPublishToProd(e,t={}){return this._post("publishToProd",e,null,t)}async postPublishToTest(e,t={}){return this._post("publishToTest",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let fn=class extends y{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}};class vn extends y{constructor(){super("report")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDeploy(e,t={}){return this._post("deploy",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfos(e,t={}){return this._get("infos",null,e,t)}async getList(e={}){return this._get("list/type",null,null,e)}async getListModelReport(e,t={}){return this._get("listModelReport",null,e,t)}async getListSystemModelFields(e,t={}){return this._get("listSystemModelFields",null,e,t)}async getListSystemModels(e={}){return this._get("listSystemModels",null,null,e)}async putMove(e,t={}){return this._put("move",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putUndeploy(e={}){return this._put("undeploy/{id}",null,null,e)}async getUser(e={}){return this._get("user/permission/{id}",null,null,e)}async postView(e,t={}){return this._post("view/page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Sn extends y{constructor(){super("report-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGenSql(e,t={}){return this._get("genSql",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postListByPage4DataSet(e,t={}){return this._post("listByPage4DataSet",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async postUpdateName(e,t={}){return this._post("updateName",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class mn extends y{constructor(){super("report-data")}async postListByPage(e,t={}){return this._post("listByPage",e,null,t)}async postListByPage4Cross(e,t={}){return this._post("listByPage4Cross",e,null,t)}async postListStatistic(e,t={}){return this._post("listStatistic",e,null,t)}}let In=class extends y{constructor(){super("role")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t={}){return this._put("",null,e,t)}},An=class extends y{constructor(){super("role-permission")}async post(e,t={}){return this._post("",e,null,t)}async postBulk(e,t={}){return this._post("bulk",e,null,t)}async getMenu(e,t={}){return this._get("menu/list",null,e,t)}async postRemove(e,t={}){return this._post("remove",e,null,t)}};class bn extends y{constructor(){super("script")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Tn extends y{constructor(){super("script-assistant")}async getRag(e={}){return this._get("rag",null,null,e)}async postScriptComplete(e,t={}){return this._post("scriptComplete",e,null,t)}}class Ln extends y{constructor(){super("script-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Rn extends y{constructor(){super("script-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class En extends y{constructor(){super("service-orchestration")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoByKey(e,t={}){return this._get("infoByKey",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wn extends y{constructor(){super("service-orchestration-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putSetVersionActive(e,t={}){return this._put("setVersionActive",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Cn extends y{constructor(){super("service-orchestration-version-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Dn extends y{constructor(){super("sign-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let Pn=class extends y{constructor(){super("sign-log")}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}};class On extends y{constructor(){super("signature")}async postGetSignatureImage(e,t={}){return this._post("getSignatureImage",e,null,t)}async postGetSignatureUploadOrWriteImage(e,t={}){return this._post("getSignatureUploadOrWriteImage",e,null,t)}}class Nn extends y{constructor(){super("sql-view-model")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Mn extends y{constructor(){super("sql-view")}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}}class Bn extends y{constructor(){super("stash")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByClientKey(e,t={}){return this._get("findByClientKey",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Un extends y{constructor(){super("sub-model-process")}async postAllSubModelDataClean(e={}){return this._post("allSubModelDataClean",null,null,e)}}class kn extends y{constructor(){super("sys-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class xn extends y{constructor(){super("system-var")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSystemVarByKeys(e,t={}){return this._get("getSystemVarByKeys",null,e,t)}async getGetVarByKeys(e,t={}){return this._get("getVarByKeys",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListSystemVarCache(e={}){return this._get("listSystemVarCache",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Gn extends y{constructor(){super("trace-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getFindByTraceId(e,t={}){return this._get("findByTraceId",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Kn extends y{constructor(){super("trace-log-details")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAppDataTrace(e,t={}){return this._post("app-data-trace/page/list",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoTree(e,t={}){return this._get("infoTree",null,e,t)}async getInfoTreeById(e,t={}){return this._get("infoTreeById",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async getPage(e,t={}){return this._get("page/listByRecodeId",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Vn extends y{constructor(){super("trace-mainline")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Fn extends y{constructor(){super("trace-mainline-ext")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class $n extends y{constructor(){super("trace-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getTreeByModelKey(e,t={}){return this._get("treeByModelKey",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Hn extends y{constructor(){super("user-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getSearch(e,t={}){return this._get("search",null,e,t)}async getUser(e={}){return this._get("user/role/permission/list",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Xn extends y{constructor(){super("user-group-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Wn extends y{constructor(){super("view-model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getBizService(e,t={}){return this._get("biz-service/{modelKey}/{bsKey}",null,e,t)}async postBizService(e,t={}){return this._post("biz-service/{modelKey}/{bsKey}",null,e,t)}async putBizService(e,t={}){return this._put("biz-service/{modelKey}/{bsKey}",null,e,t)}async deleteBizService(e,t={}){return this._delete("biz-service/{modelKey}/{bsKey}",null,e,t)}async getField(e,t={}){return this._get("field/info",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getSql(e,t={}){return this._get("sql",null,e,t)}async putSupportMessage(e={}){return this._put("support-message/{modelKey}/{enabled}",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class jn extends y{constructor(){super("wash")}async getWashDictLabelField(e={}){return this._get("washDictLabelField",null,null,e)}async getWashEdhrAndOfInst(e={}){return this._get("washEdhrAndOfInst",null,null,e)}}class zn extends y{constructor(){super("webpage")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelOccupyWebPage(e,t={}){return this._post("cancelOccupyWebPage",e,null,t)}async postCopyById(e,t={}){return this._post("copyById/{id}",e,null,t)}async postGetWebPageOccupyMsg(e,t={}){return this._post("getWebPageOccupyMsg",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLockWebPage(e,t={}){return this._post("lockWebPage",e,null,t)}async postOccupyWebPage(e,t={}){return this._post("occupyWebPage",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postUnLockWebPage(e,t={}){return this._post("unLockWebPage",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}let qn=class extends y{constructor(){super("api")}async postApp(e,t,n={}){return this._post("app/visible/menu",t,e,n)}async getApp(e,t={}){return this._get("app/report/infos",null,e,t)}async deleteApp(e,t={}){return this._delete("app/dropTestDb",null,e,t)}async postAuditLog(e,t={}){return this._post("audit-log/save",e,null,t)}async getAuditLog(e,t={}){return this._get("audit-log/operators",null,e,t)}async postDatamove(e,t={}){return this._post("datamove/execute",e,null,t)}async postDatasource(e,t,n={}){return this._post("datasource/column-format",t,e,n)}async getDatasource(e={}){return this._get("datasource/info",null,null,e)}async postEdhr(e,t={}){return this._post("edhr/test/transferAllWorkItem",e,null,t)}async getIe(e,t={}){return this._get("ie/data/report",null,e,t)}async postModelComprehensive(e,t={}){return this._post("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getModelComprehensive(e,t={}){return this._get("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async putModelComprehensive(e,t={}){return this._put("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async deleteModelComprehensive(e,t={}){return this._delete("model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",null,e,t)}async getProcess(e={}){return this._get("process/list/all",null,null,e)}},Jn=class{constructor(){i(this,"appBranch",new at),i(this,"appGlobalSettings",new ut),i(this,"appGrantedUser",new ot),i(this,"appOrg",new ct),i(this,"appPublishLog",new gt),i(this,"appState",new ht),i(this,"appUser",new dt),i(this,"approvalLog",new pt),i(this,"auditLog",new yt),i(this,"basicConfig",new _t),i(this,"bizEvent",new ft),i(this,"bizProcessDefinition",new vt),i(this,"bizProcessDefinitionVersion",new St),i(this,"bizServiceCrud",new mt),i(this,"bizService",new It),i(this,"bom",new At),i(this,"category",new bt),i(this,"categoryRelation",new Tt),i(this,"chat",new Lt),i(this,"codeTs",new Rt),i(this,"commitLog",new Et),i(this,"commonInfoCard",new wt),i(this,"controlConfig",new Ct),i(this,"customerComplaint",new Dt),i(this,"dashboard",new Pt),i(this,"dataModel",new Ot),i(this,"dataSource",new Nt),i(this,"dataTrace",new Mt),i(this,"designerCommon",new Bt),i(this,"designerLock",new Ut),i(this,"designerOperateLog",new kt),i(this,"devops",new xt),i(this,"difyChat",new Gt),i(this,"docControlStarted",new Kt),i(this,"docControlTaskDone",new Vt),i(this,"docControlTaskTodo",new Ft),i(this,"docControl",new $t),i(this,"docOutline",new Ht),i(this,"document",new Xt),i(this,"edhrInstance",new Wt),i(this,"edhrInstanceRelation",new jt),i(this,"edhrInstanceSearchHistory",new zt),i(this,"edhrTmpl",new qt),i(this,"eleSearch",new Jt),i(this,"enumModel",new Qt),i(this,"enumModelField",new Zt),i(this,"event",new Yt),i(this,"eventLog",new es),i(this,"excelTmpl",new ts),i(this,"excel",new ss),i(this,"fieldMeta",new ns),i(this,"field",new rs),i(this,"fileResource",new ls),i(this,"fileTask",new is),i(this,"file",new as),i(this,"formRelate",new us),i(this,"frontOperateLog",new os),i(this,"globalMethod",new cs),i(this,"i18NInfo",new gs),i(this,"instanceRelation",new hs),i(this,"ipaas",new ds),i(this,"job",new ps),i(this,"jobLog",new ys),i(this,"jsEngine",new _s),i(this,"label",new fs),i(this,"labelLog",new vs),i(this,"loginLog",new Ss),i(this,"medPro",new ms),i(this,"menuConfig",new Is),i(this,"mergeLog",new As),i(this,"messageRecord",new bs),i(this,"messageSetting",new Ts),i(this,"messageTmpl",new Ls),i(this,"mobileHomepage",new Rs),i(this,"mobilePage",new Es),i(this,"modelComprehensive",new ws),i(this,"modelData",new Cs),i(this,"modelMeta",new Ds),i(this,"modelMethod",new Ps),i(this,"model",new Os),i(this,"onlineFormChangeHistory",new Ns),i(this,"onlineFormInstance",new Ms),i(this,"onlineFormLog",new Bs),i(this,"onlineFormTmplLog",new Us),i(this,"onlineFormTmpl",new ks),i(this,"onlineForm",new xs),i(this,"online",new Gs),i(this,"openapi",new Ks),i(this,"pageDesignerLog",new Vs),i(this,"permission",new Fs),i(this,"plat",new $s),i(this,"pmProcessDefinition",new Hs),i(this,"pmProcessDefinitionVersion",new Xs),i(this,"pmProcessEngine",new Ws),i(this,"printDesigner",new js),i(this,"printLog",new zs),i(this,"print",new qs),i(this,"process",new Js),i(this,"processApprovalLog",new Qs),i(this,"processApproveUser",new Zs),i(this,"processDefinition",new Ys),i(this,"processDefinitionVersion",new en),i(this,"processEngine",new tn),i(this,"processEvent",new sn),i(this,"processGraph",new nn),i(this,"processInstance",new rn),i(this,"processInstanceRelation",new ln),i(this,"processMessageUser",new an),i(this,"processNodeDefinition",new un),i(this,"processPathUser",new on),i(this,"processPath",new cn),i(this,"processTaskDone",new gn),i(this,"processTaskTodo",new hn),i(this,"processVersion",new dn),i(this,"processTest",new pn),i(this,"productRelease",new yn),i(this,"publishLog",new _n),i(this,"regexp",new fn),i(this,"report",new vn),i(this,"reportDataSet",new Sn),i(this,"reportData",new mn),i(this,"role",new In),i(this,"rolePermission",new An),i(this,"script",new bn),i(this,"scriptAssistant",new Tn),i(this,"scriptVersion",new Ln),i(this,"scriptVersionLog",new Rn),i(this,"serviceOrchestration",new En),i(this,"serviceOrchestrationVersion",new wn),i(this,"serviceOrchestrationVersionLog",new Cn),i(this,"signHistory",new Dn),i(this,"signLog",new Pn),i(this,"signature",new On),i(this,"sqlViewModel",new Nn),i(this,"sqlView",new Mn),i(this,"stash",new Bn),i(this,"subModelProcess",new Un),i(this,"sysConfig",new kn),i(this,"systemVar",new xn),i(this,"traceLog",new Gn),i(this,"traceLogDetails",new Kn),i(this,"traceMainline",new Vn),i(this,"traceMainlineExt",new Fn),i(this,"traceSetting",new $n),i(this,"userGroup",new Hn),i(this,"userGroupRelation",new Xn),i(this,"viewModel",new Wn),i(this,"wash",new jn),i(this,"webpage",new zn),i(this,"api",new qn)}};function Qn(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var z,Se;function Zn(){if(Se)return z;Se=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,d=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,d=0}else a===46&&d!==-1?++d:d=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,z=n,z}var Yn=Zn(),er=Qn(Yn);class h extends oe{constructor(e){super(er.join("/gct-platform/api",e))}}class tr extends h{constructor(){super("agent")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class sr extends h{constructor(){super("apk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetActiveApp(e={}){return this._get("getActiveApp",null,null,e)}async getGetIp(e={}){return this._get("getIp",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postUpload(e={}){return this._post("upload/apk",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class nr extends h{constructor(){super("app")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putAppCleanUp(e={}){return this._put("appCleanUp/{id}",null,null,e)}async putAppRestore(e={}){return this._put("appRestore/{id}/{userId}",null,null,e)}async getCheckAppMaintainerInTenant(e={}){return this._get("checkAppMaintainerInTenant/{appId}",null,null,e)}async postCreateBranch(e,t={}){return this._post("createBranch/{appId}",e,null,t)}async getDatamove(e={}){return this._get("datamove/apps",null,null,e)}async putDisable(e={}){return this._put("disable/{id}",null,null,e)}async putEnable(e={}){return this._put("enable/{id}",null,null,e)}async getFieldMeta(e,t={}){return this._get("field-meta/list",null,e,t)}async getGetAppCount(e,t={}){return this._get("getAppCount/{tenantId}",null,e,t)}async getGetCurrentBranch(e={}){return this._get("getCurrentBranch/{appId}",null,null,e)}async getGetLatestCommit(e,t={}){return this._get("getLatestCommit/{appId}",null,e,t)}async getGetMobileDbFileUrl(e={}){return this._get("getMobileDbFileUrl/{appId}",null,null,e)}async postImportVersion(e,t={}){return this._post("importVersion/{appId}",e,null,t)}async getImportVersionPreview(e,t={}){return this._get("importVersionPreview/{appId}",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e={}){return this._get("list",null,null,e)}async getListBranch(e={}){return this._get("listBranch/{appId}",null,null,e)}async getMerge(e,t={}){return this._get("merge/page/list/{appId}",null,e,t)}async postMerge(e,t={}){return this._post("merge/{appId}",e,null,t)}async getMergePreview(e,t={}){return this._get("mergePreview/{appId}",null,e,t)}async getModelMeta(e,t={}){return this._get("model-meta/list",null,e,t)}async getPage(e,t={}){return this._get("page/listReleasedApp",null,e,t)}async getPublishLogInfo(e,t={}){return this._get("publishLogInfo/{appId}",null,e,t)}async getPublishLogPageList(e,t={}){return this._get("publishLogPageList/{appId}",null,e,t)}async getReport(e,t={}){return this._get("report/infos",null,e,t)}async postRevert(e,t={}){return this._post("revert/{appId}",e,null,t)}async postSwitchBranch(e,t={}){return this._post("switchBranch/{appId}",e,null,t)}async getTenant(e,t={}){return this._get("tenant/role/{roles}/apps/count",null,e,t)}async postUpload(e={}){return this._post("upload/appPkg",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class rr extends h{constructor(){super("app-member")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postListMulti(e={}){return this._post("list-multi",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putTransfer(e={}){return this._put("transfer/{id}/{targetUserId}",null,null,e)}async putId(e,t={}){return this._put("",null,e,t)}}class lr extends h{constructor(){super("app-setting")}async delete(e,t={}){return this._delete("",null,e,t)}async getCheckAppUserAdmin(e,t={}){return this._get("checkAppUserAdmin",null,e,t)}async getCheckAppUserVisibility(e,t={}){return this._get("checkAppUserVisibility",null,e,t)}async deleteDeveloper(e,t={}){return this._delete("developer/delete",null,e,t)}async postDeveloper(e={}){return this._post("developer/saveSettingBatch",null,null,e)}async getInfoByAppId(e,t={}){return this._get("infoByAppId",null,e,t)}async postSaveSetting(e,t={}){return this._post("saveSetting",e,null,t)}async postSaveSettingBatch(e={}){return this._post("saveSettingBatch",null,null,e)}}class ir extends h{constructor(){super("assets")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e={}){return this._post("move/{assetId}/category/{categoryId}",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postUpload(e={}){return this._post("upload/{categoryId}",null,null,e)}}class ar extends h{constructor(){super("audit-log")}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getModules(e={}){return this._get("modules",null,null,e)}async getOperateTypes(e={}){return this._get("operateTypes",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}}class ur extends h{constructor(){super("bi-data-set")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPreview(e,t={}){return this._post("preview",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class or extends h{constructor(){super("bi-file-dataset-config")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getListDatasetid(e,t={}){return this._get("list-datasetid",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class cr extends h{constructor(){super("bi-file")}async postUpload(e,t={}){return this._post("upload",null,e,t)}}class gr extends h{constructor(){super("bi-share")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class hr extends h{constructor(){super("category")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postAddDefaultCusComp(e={}){return this._post("addDefaultCusComp",null,null,e)}async deleteDeleteDatasetCategory(e,t={}){return this._delete("deleteDatasetCategory",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListDatasetCategory(e,t={}){return this._get("listDatasetCategory",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSaveDatasetCategory(e,t={}){return this._post("saveDatasetCategory",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class dr extends h{constructor(){super("dashboard")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMove(e,t={}){return this._post("move",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class pr extends h{constructor(){super("data-source")}async post(e,t={}){return this._post("",e,null,t)}async put(e,t={}){return this._put("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async putEnabled(e,t={}){return this._put("enabled",e,null,t)}async postExecuteUpdate(e,t={}){return this._post("executeUpdate",e,null,t)}async getFindById(e,t={}){return this._get("findById",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postQueryData(e,t={}){return this._post("queryData",null,e,t)}async postSql(e,t={}){return this._post("sql/column/information",e,null,t)}async postTestConnect(e,t={}){return this._post("testConnect",e,null,t)}}class yr extends h{constructor(){super("data-trace")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postExport(e,t={}){return this._post("export",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOperators(e={}){return this._get("operators",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class _r extends h{constructor(){super("database")}async postAddDatabase(e,t={}){return this._post("addDatabase",e,null,t)}async getColumn(e,t={}){return this._get("column/information",null,e,t)}async getDb(e,t={}){return this._get("db/information",null,e,t)}async postGetDatabaseByPage(e,t={}){return this._post("getDatabaseByPage",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async deleteRemoveDatabase(e,t={}){return this._delete("removeDatabase",null,e,t)}async postRunSql(e,t={}){return this._post("runSql",e,null,t)}async getTable(e,t={}){return this._get("table/information",null,e,t)}async postTestDatabaseConn(e,t={}){return this._post("testDatabaseConn",e,null,t)}async putUpdateDatabase(e,t={}){return this._put("updateDatabase",e,null,t)}async getView(e,t={}){return this._get("view/information",null,e,t)}}class fr extends h{constructor(){super("dataset")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async getColumnValue(e,t={}){return this._get("column-value",null,e,t)}async putEncode(e,t={}){return this._put("encode",null,e,t)}async postGenColumn(e,t,n={}){return this._post("gen-column",t,e,n)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e,t={}){return this._get("list/keys",null,e,t)}async getListCategoryDataset(e,t={}){return this._get("list-category-dataset",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRunScript(e,t={}){return this._post("runScript",e,null,t)}async postRunScriptNoHeader(e,t={}){return this._post("runScriptNoHeader",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class vr extends h{constructor(){super("dataset-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Sr extends h{constructor(){super("datasource-devops")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class mr extends h{constructor(){super("datasource-move")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postMove(e,t={}){return this._post("move",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ir extends h{constructor(){super("datasource-move-data")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ar extends h{constructor(){super("datasource-move-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class br extends h{constructor(){super("external-message")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Tr extends h{constructor(){super("file-task")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postBatch(e,t={}){return this._post("batch/download",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Lr extends h{constructor(){super("file")}async postDataPreview(e,t={}){return this._post("data-preview",e,null,t)}async postUploadCommon(e={}){return this._post("upload-common",null,null,e)}async postUploadDataset(e={}){return this._post("upload-dataset",null,null,e)}async postUpload(e,t={}){return this._post("upload/image",null,e,t)}}class Rr extends h{constructor(){super("front-release")}async getCleanCache(e={}){return this._get("cleanCache",null,null,e)}}class Er extends h{constructor(){super("i18n-config")}async getList(e,t={}){return this._get("list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wr extends h{constructor(){super("i18n-info")}async delete(e,t={}){return this._delete("",null,e,t)}async postExternal(e={}){return this._post("external/lang/sync",null,null,e)}async getLang(e,t={}){return this._get("lang/download",null,e,t)}async postLang(e,t={}){return this._post("lang/upload",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putKey(e,t={}){return this._put("{key}",e,null,t)}}class Cr extends h{constructor(){super("internal-message")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putRead(e={}){return this._put("read/{id}",null,null,e)}async getUnread(e={}){return this._get("unread/count",null,null,e)}}class Dr extends h{constructor(){super("invoke-log")}async getExport(e,t={}){return this._get("export",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class Pr extends h{constructor(){super("knowledge-base")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Or extends h{constructor(){super("knowledge-base-chunk")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Nr extends h{constructor(){super("knowledge-base-doc")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Mr extends h{constructor(){super("ldap")}async postUpload(e={}){return this._post("upload/certificate",null,null,e)}}class Br extends h{constructor(){super("license-unbind-log")}async post(e,t={}){return this._post("",e,null,t)}}class Ur extends h{constructor(){super("license")}async getActivate(e,t={}){return this._get("activate",null,e,t)}async postActivates(e,t={}){return this._post("activates",null,e,t)}async postActivatesOffline(e,t={}){return this._post("activatesOffline",null,e,t)}async getCheckLicense(e={}){return this._get("checkLicense",null,null,e)}async getClients(e,t={}){return this._get("clients",null,e,t)}async getGetAppBasicInfo(e,t={}){return this._get("getAppBasicInfo",null,e,t)}async getGetExpireMsg(e,t={}){return this._get("getExpireMsg",null,e,t)}async getGetUsers(e,t={}){return this._get("getUsers",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getShareTag(e,t={}){return this._get("shareTag",null,e,t)}async getSourceTag(e,t={}){return this._get("sourceTag",null,e,t)}async getUnbind(e,t={}){return this._get("unbind",null,e,t)}async getUninstall(e={}){return this._get("uninstall",null,null,e)}async getVerify(e={}){return this._get("verify",null,null,e)}}class kr extends h{constructor(){super("login-log")}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class xr extends h{constructor(){super("login")}async postCheckApp(e,t={}){return this._post("checkApp",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}async postSign(e,t={}){return this._post("sign",e,null,t)}async getSignOut(e,t={}){return this._get("signOut",null,e,t)}async getUserAppAuth(e,t={}){return this._get("userAppAuth",null,e,t)}}class Gr extends h{constructor(){super("manager")}async getPlat(e,t={}){return this._get("plat/page/list",null,e,t)}async getTenant(e,t={}){return this._get("tenant/page/list",null,e,t)}}class Kr extends h{constructor(){super("message-setting")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetTypeCount(e={}){return this._get("getTypeCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async postMqtt(e,t={}){return this._post("mqtt/send",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSendEmailMessage(e,t={}){return this._post("sendEmailMessage",e,null,t)}async postSendMessage(e,t={}){return this._post("sendMessage",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Vr extends h{constructor(){super("minio-file")}async postBase64Upload(e,t={}){return this._post("base64Upload",e,null,t)}async getDownload(e,t={}){return this._get("download",null,e,t)}}class Fr extends h{constructor(){super("model")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class $r extends h{constructor(){super("model-provider")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Hr extends h{constructor(){super("nav-menu")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetSelected(e={}){return this._get("getSelected",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postSelect(e,t={}){return this._post("select",e,null,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Xr extends h{constructor(){super("nav-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdateDesignerJson(e,t={}){return this._put("updateDesignerJson/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Wr extends h{constructor(){super("openapi-group")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info/page/list",null,e,t)}async getList(e,t={}){return this._get("list/download",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class jr extends h{constructor(){super("openapi-key-grant")}async post(e={}){return this._post("",null,null,e)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getOpenapi(e={}){return this._get("openapi/tenantList",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class zr extends h{constructor(){super("org")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async postInputCheck(e,t={}){return this._post("inputCheck",e,null,t)}async getList(e={}){return this._get("list",null,null,e)}async postOrgHavePersonCheck(e,t={}){return this._post("orgHavePersonCheck",e,null,t)}async postTransferAndDelete(e,t={}){return this._post("transferAndDelete",e,null,t)}async postUser(e,t={}){return this._post("user/update",e,null,t)}async getUser(e,t={}){return this._get("user/page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class qr extends h{constructor(){super("org-user-picker")}async getManagement(e,t={}){return this._get("management/user/listByIds",null,e,t)}async getTenant(e,t={}){return this._get("tenant/management/user/listByIds",null,e,t)}}class Jr extends h{constructor(){super("permission")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Qr extends h{constructor(){super("plat")}async getApp(e={}){return this._get("app/global/info/{appId}",null,null,e)}async postApp(e,t={}){return this._post("app/global/{appId}",e,null,t)}async postBase(e,t={}){return this._post("base",e,null,t)}async postDingtalk(e,t={}){return this._post("dingtalk",e,null,t)}async postEmail(e,t={}){return this._post("email",e,null,t)}async postFeishu(e,t={}){return this._post("feishu",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postLogin(e,t={}){return this._post("login",e,null,t)}async postOrg(e,t={}){return this._post("org",e,null,t)}async postSecurity(e,t={}){return this._post("security",e,null,t)}async postTheme(e,t={}){return this._post("theme",e,null,t)}async postUploadCertFile(e={}){return this._post("uploadCertFile",null,null,e)}async postUserRole(e,t={}){return this._post("user-role/reset",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async getUser(e={}){return this._get("user/field",null,null,e)}async getVersion(e={}){return this._get("version",null,null,e)}async postWatermark(e,t={}){return this._post("watermark",e,null,t)}async postWxwork(e,t={}){return this._post("wxwork",e,null,t)}}class Zr extends h{constructor(){super("plugin")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancelUpload(e,t={}){return this._post("cancelUpload",e,null,t)}async putDeleteCategory(e,t={}){return this._put("deleteCategory",e,null,t)}async getGetImages(e,t={}){return this._get("getImages",null,e,t)}async postGetTenantCompList(e,t={}){return this._post("getTenantCompList",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async postUploadZip(e,t={}){return this._post("uploadZip",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Yr extends h{constructor(){super("plugin-version")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async postList(e,t={}){return this._post("list",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class el extends h{constructor(){super("pm-process-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class tl extends h{constructor(){super("pm-process-delegate-detail")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class sl extends h{constructor(){super("pm-process-instance")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class nl extends h{constructor(){super("pm-task-done")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class rl extends h{constructor(){super("pm-task-todo")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ll extends h{constructor(){super("pn-page")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class il extends h{constructor(){super("pn-project")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getChangeCategory(e,t={}){return this._get("change-category",null,e,t)}async postCopy(e,t={}){return this._post("copy",e,null,t)}async getExport(e,t={}){return this._get("export",null,e,t)}async postImport(e,t={}){return this._post("import",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getInfoNoHeader(e,t={}){return this._get("infoNoHeader",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postRelease(e,t={}){return this._post("release",e,null,t)}async postSavePage(e,t={}){return this._post("savePage",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class al extends h{constructor(){super("print-log")}async post(e,t={}){return this._post("",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}}class ul extends h{constructor(){super("print-resource")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getGetIpAddressStatus(e,t={}){return this._get("getIpAddressStatus",null,e,t)}async getGetPrintCount(e={}){return this._get("getPrintCount",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByMacAddress(e,t={}){return this._get("listByMacAddress",null,e,t)}async postPrintTest(e={}){return this._post("printTest",null,null,e)}async postSendPrintData(e,t={}){return this._post("sendPrintData",e,null,t)}async putUpdateRemark(e,t={}){return this._put("updateRemark/{id}",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ol extends h{constructor(){super("regexp")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class cl extends h{constructor(){super("released")}async deleteApp(e,t={}){return this._delete("app/deletePublishedAppByTestId",null,e,t)}async putApp(e={}){return this._put("app/enable/{appId}",null,null,e)}async getApp(e,t={}){return this._get("app/publishedApp/list",null,e,t)}}class gl extends h{constructor(){super("role-permission")}async getPlat(e,t={}){return this._get("plat/list",null,e,t)}async postPlat(e,t={}){return this._post("plat/single",e,null,t)}async getTenant(e,t={}){return this._get("tenant/list",null,e,t)}async postTenant(e,t={}){return this._post("tenant/single",e,null,t)}}class hl extends h{constructor(){super("role")}async getList(e={}){return this._get("list",null,null,e)}async postPlat(e,t={}){return this._post("plat",e,null,t)}async deletePlat(e,t={}){return this._delete("plat",null,e,t)}async getPlat(e,t={}){return this._get("plat/page/list",null,e,t)}async putPlat(e={}){return this._put("plat/{id}/{enabled}",null,null,e)}async postTenant(e,t={}){return this._post("tenant",e,null,t)}async deleteTenant(e,t={}){return this._delete("tenant",null,e,t)}async getTenant(e,t={}){return this._get("tenant/page/list",null,e,t)}async putTenant(e={}){return this._put("tenant/{id}/{enabled}",null,null,e)}}class dl extends h{constructor(){super("seat-message")}async getClose(e={}){return this._get("close",null,null,e)}}class pl extends h{constructor(){super("seat")}async getApp(e={}){return this._get("app/getVisibleUser",null,null,e)}async postApp(e,t={}){return this._post("app/getVisibleOrgUser",e,null,t)}async postAuth(e={}){return this._post("auth",null,null,e)}async getListAuthed(e,t={}){return this._get("listAuthed",null,e,t)}async getListNotAuth(e,t={}){return this._get("listNotAuth",null,e,t)}async postRemoveAuth(e,t={}){return this._post("removeAuth",null,e,t)}async getTotalinfos(e={}){return this._get("totalinfos",null,null,e)}}class yl extends h{constructor(){super("shortcut")}async postMenu(e={}){return this._post("menu/saveBatch",null,null,e)}async deleteMenu(e,t={}){return this._delete("menu",null,e,t)}async getMenu(e,t={}){return this._get("menu/page/list",null,e,t)}async putMenu(e,t={}){return this._put("menu/{id}",e,null,t)}}class _l extends h{constructor(){super("sign-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async postOperators(e,t={}){return this._post("operators",e,null,t)}async postPage(e,t={}){return this._post("page/list",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class fl extends h{constructor(){super("sms")}async postGetSignsAndTemplates(e,t={}){return this._post("getSignsAndTemplates",e,null,t)}async postSendMsg(e,t={}){return this._post("sendMsg",e,null,t)}}class vl extends h{constructor(){super("started-process")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Sl extends h{constructor(){super("task-delegate")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postCancel(e={}){return this._post("cancel/{id}",null,null,e)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class ml extends h{constructor(){super("task-done")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Il extends h{constructor(){super("task-todo")}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async getProcess(e={}){return this._get("process",null,null,e)}}class Al extends h{constructor(){super("tenant-developer")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postRemoveAndHandover(e,t={}){return this._post("RemoveAndHandover",e,null,t)}async getGetUserMaintainerApp(e,t={}){return this._get("getUserMaintainerApp",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class bl extends h{constructor(){super("tenant")}async putDisable(e={}){return this._put("disable/{id}",null,null,e)}async putEnable(e={}){return this._put("enable/{id}",null,null,e)}async getGetTenantIdByAppId(e,t={}){return this._get("getTenantIdByAppId",null,e,t)}async getGetTencentByDomain(e,t={}){return this._get("getTencentByDomain",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async postManagement(e,t={}){return this._post("management/user/reset/default/signPwd",e,null,t)}async deleteManagement(e,t={}){return this._delete("management/user",e,null,t)}async getManagement(e,t={}){return this._get("management/user/page/list",null,e,t)}async putManagement(e,t={}){return this._put("management/user/{id}",e,null,t)}async putUpdateDomain(e,t={}){return this._put("updateDomain/{id}",e,null,t)}async postUserRole(e,t={}){return this._post("user-role/reset",e,null,t)}async deleteUserRole(e,t={}){return this._delete("user-role",null,e,t)}async getUser(e={}){return this._get("user/info",null,null,e)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Tl extends h{constructor(){super("user")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e={}){return this._get("info/{id}",null,null,e)}async getInfoByIds(e,t={}){return this._get("infoByIds",null,e,t)}async getLast(e={}){return this._get("last/reset/pwd",null,null,e)}async getList(e,t={}){return this._get("list",null,e,t)}async getListByTenantId(e,t={}){return this._get("listByTenantId",null,e,t)}async postOrg(e,t={}){return this._post("org/tenant/tmpl4App",e,null,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async postPlat(e,t={}){return this._post("plat/tmpl",e,null,t)}async postReset(e,t={}){return this._post("reset/pwd",e,null,t)}async postSettings(e,t={}){return this._post("settings",e,null,t)}async postTenant(e,t={}){return this._post("tenant/tmpl4App",e,null,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Ll extends h{constructor(){super("user-extra")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Rl extends h{constructor(){super("user-info-log")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class El extends h{constructor(){super("user-password-history")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e={}){return this._get("list",null,null,e)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class wl extends h{constructor(){super("workbench-component")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Cl extends h{constructor(){super("workbench-component-relation")}async post(e,t={}){return this._post("",e,null,t)}async delete(e,t={}){return this._delete("",null,e,t)}async postDrag(e,t={}){return this._post("drag",e,null,t)}async getInfo(e,t={}){return this._get("info",null,e,t)}async getList(e,t={}){return this._get("list",null,e,t)}async getPage(e,t={}){return this._get("page/list",null,e,t)}async putUpdatePositionJson(e,t={}){return this._put("updatePositionJson",e,null,t)}async putWorkbenchComponentActive(e,t={}){return this._put("workbenchComponentActive/{id}",null,e,t)}async putId(e,t,n={}){return this._put("",t,e,n)}}class Dl extends h{constructor(){super("clearTempDir")}async post(e={}){return this._post("",null,null,e)}}class Pl extends h{constructor(){super("deleteNotUseDir")}async post(e={}){return this._post("",null,null,e)}}class Ol extends h{constructor(){super("getAttachmentInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Nl extends h{constructor(){super("deleteCompInfo")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ml extends h{constructor(){super("deleteCompInfoType")}async delete(e,t={}){return this._delete("",null,e,t)}}class Bl extends h{constructor(){super("getAllCompInfo")}async get(e={}){return this._get("",null,null,e)}}class Ul extends h{constructor(){super("getAllCompInfoByTypeId")}async get(e,t={}){return this._get("",null,e,t)}}class kl extends h{constructor(){super("getAllCompInfoType")}async get(e={}){return this._get("",null,null,e)}}class xl extends h{constructor(){super("getCompInfoById")}async get(e,t={}){return this._get("",null,e,t)}}class Gl extends h{constructor(){super("getCompInfoByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Kl extends h{constructor(){super("getCompInfoTypeById")}async get(e,t={}){return this._get("",null,e,t)}}class Vl extends h{constructor(){super("getCompInfoTypeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Fl extends h{constructor(){super("importCompInfoJson")}async post(e,t={}){return this._post("",e,null,t)}}class $l extends h{constructor(){super("saveCompInfo")}async post(e,t={}){return this._post("",e,null,t)}}class Hl extends h{constructor(){super("saveCompInfoType")}async post(e,t={}){return this._post("",e,null,t)}}class Xl extends h{constructor(){super("deleteCsvDatasource")}async delete(e,t={}){return this._delete("",null,e,t)}}class Wl extends h{constructor(){super("getAllCsvDatasource")}async get(e,t={}){return this._get("",null,e,t)}}class jl extends h{constructor(){super("getContentToArray")}async get(e,t={}){return this._get("",null,e,t)}}class zl extends h{constructor(){super("getCsvDatasourceById")}async get(e,t={}){return this._get("",null,e,t)}}class ql extends h{constructor(){super("getCsvDatasourceByName")}async get(e,t={}){return this._get("",null,e,t)}}class Jl extends h{constructor(){super("getCsvDatasourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ql extends h{constructor(){super("parseCsvOrExcel")}async get(e,t={}){return this._get("",null,e,t)}}class Zl extends h{constructor(){super("saveCsvDatasource")}async post(e,t={}){return this._post("",e,null,t)}}class Yl extends h{constructor(){super("getDesignerData")}async get(e,t={}){return this._get("",null,e,t)}}class ei extends h{constructor(){super("deleteEchartTheme")}async delete(e,t={}){return this._delete("",null,e,t)}}class ti extends h{constructor(){super("getAllEchartTheme")}async get(e={}){return this._get("",null,null,e)}}class si extends h{constructor(){super("getEchartThemeById")}async get(e,t={}){return this._get("",null,e,t)}}class ni extends h{constructor(){super("getEchartThemeByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ri extends h{constructor(){super("getMyEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class li extends h{constructor(){super("getSysEchartThemes")}async get(e={}){return this._get("",null,null,e)}}class ii extends h{constructor(){super("saveEchartTheme")}async post(e,t={}){return this._post("",e,null,t)}}class ai extends h{constructor(){super("buildEnshrineCompLibrary")}async get(e={}){return this._get("",null,null,e)}}class ui extends h{constructor(){super("deleteEnshrineComp")}async delete(e,t={}){return this._delete("",null,e,t)}}class oi extends h{constructor(){super("deleteEnshrineCompGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class ci extends h{constructor(){super("getAllEnshrineCompGroups")}async get(e={}){return this._get("",null,null,e)}}class gi extends h{constructor(){super("getEnshrineCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class hi extends h{constructor(){super("getEnshrineCompGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class di extends h{constructor(){super("getEnshrineCompGroupByPage")}async post(e,t={}){return this._post("",e,null,t)}}class pi extends h{constructor(){super("getLayoutItemObjById")}async get(e,t={}){return this._get("",null,e,t)}}class yi extends h{constructor(){super("saveEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class _i extends h{constructor(){super("saveEnshrineCompGroup")}async post(e,t={}){return this._post("",e,null,t)}}class fi extends h{constructor(){super("searchEnshrineComp")}async post(e,t={}){return this._post("",e,null,t)}}class vi extends h{constructor(){super("api")}async getAgent(e,t={}){return this._get("agent/scriptAgent",null,e,t)}async getApaasUtils(e,t={}){return this._get("apaas-utils/searchAllOrgOrUser",null,e,t)}async postAppGrantedUser(e,t,n={}){return this._post("app-granted-user/batch",t,e,n)}async getAppGrantedUser(e,t={}){return this._get("app-granted-user/ungranted/list",null,e,t)}async getAppSetting(e,t={}){return this._get("app-setting/infoByAppId",null,e,t)}async getApp(e,t={}){return this._get("app/user/page/list",null,e,t)}async postApp(e,t={}){return this._post("app/user/save-list",null,e,t)}async deleteApp(e,t,n={}){return this._delete("app/user",t,e,n)}async putApp(e,t={}){return this._put("app/user/{id}",e,null,t)}async getDataSource(e,t={}){return this._get("data-source/type",null,e,t)}async postDataSource(e,t,n={}){return this._post("data-source/select",t,e,n)}async postFileTask(e,t={}){return this._post("file-task/submit",e,null,t)}async getKnowledgeBase(e,t={}){return this._get("knowledge-base/findByIds",null,e,t)}async postLoginLog(e,t={}){return this._post("login-log/userLoginLogPage",e,null,t)}async getModel(e,t={}){return this._get("model/info",null,e,t)}async getMsg(e,t={}){return this._get("msg/findAllByType",null,e,t)}async postMsg(e,t={}){return this._post("msg/sendMessage",e,null,t)}async postOpenapiGroup(e,t={}){return this._post("openapi-group",e,null,t)}async putOpenapiGroup(e,t={}){return this._put("openapi-group/opened",null,e,t)}async putOpenapiKeyGrant(e,t={}){return this._put("openapi-key-grant/updateApi",null,e,t)}async getOrgUserPicker(e,t={}){return this._get("org-user-picker/app/listUserByIds",null,e,t)}async postOrgUserPicker(e,t={}){return this._post("org-user-picker/app/getVisibleOrgUser",e,null,t)}async postOrg(e={}){return this._post("org/principals",null,null,e)}async getOrg(e={}){return this._get("org/listAll",null,null,e)}async getPlat(e={}){return this._get("plat/app/global/info/{appId}",null,null,e)}async postPlat(e,t={}){return this._post("plat/security",e,null,t)}async postPrintLog(e,t={}){return this._post("print-log/page/list",e,null,t)}async getPrint(e,t={}){return this._get("print/exchangePrinterName",null,e,t)}async postPrint(e,t={}){return this._post("print/sendPrintData",e,null,t)}async deleteRegexp(e,t={}){return this._delete("regexp/delete",null,e,t)}async getRegexp(e,t={}){return this._get("regexp/page/list",null,e,t)}async postRegexp(e,t={}){return this._post("regexp/save",e,null,t)}async putRegexp(e,t={}){return this._put("regexp/update/{id}",e,null,t)}async postReportData(e,t={}){return this._post("report-data/list",e,null,t)}async getReportData(e,t={}){return this._get("report-data/project-info",null,e,t)}async postReportDetail(e,t={}){return this._post("report-detail/listStatistic",e,null,t)}async postSignLog(e,t={}){return this._post("signLog/page/list",e,null,t)}async getTenant(e,t={}){return this._get("tenant/org/list",null,e,t)}async postTenant(e,t={}){return this._post("tenant/userSyncFromThirdParty",e,null,t)}async getUser(e,t={}){return this._get("user/org/principal",null,e,t)}async postUser(e,t={}){return this._post("user/org/principals",null,e,t)}}class Si extends h{constructor(){super("copyFilter")}async post(e,t={}){return this._post("",e,null,t)}}class mi extends h{constructor(){super("deleteFilter")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ii extends h{constructor(){super("getAllFilter")}async get(e={}){return this._get("",null,null,e)}}class Ai extends h{constructor(){super("getFilterById")}async get(e,t={}){return this._get("",null,e,t)}}class bi extends h{constructor(){super("saveFilter")}async post(e,t={}){return this._post("",e,null,t)}}class Ti extends h{constructor(){super("httpQuery")}async post(e,t={}){return this._post("",e,null,t)}}class Li extends h{constructor(){super("clearLogLogin")}async post(e={}){return this._post("",null,null,e)}}class Ri extends h{constructor(){super("getLogLoginByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Ei extends h{constructor(){super("clearLogOperate")}async post(e={}){return this._post("",null,null,e)}}class wi extends h{constructor(){super("deleteLogOperateById")}async delete(e,t={}){return this._delete("",null,e,t)}}class Ci extends h{constructor(){super("getPnLogOperateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Di extends h{constructor(){super("uncompressLogOperateLayoutStr")}async post(e,t={}){return this._post("",e,null,t)}}class Pi extends h{constructor(){super("deleteMapGeoJson")}async delete(e,t={}){return this._delete("",null,e,t)}}class Oi extends h{constructor(){super("getAdCodeByAliasName")}async get(e,t={}){return this._get("",null,e,t)}}class Ni extends h{constructor(){super("getGeoJsonByAdCode")}async get(e,t={}){return this._get("",null,e,t)}}class Mi extends h{constructor(){super("getMapBaseInfoByLevel")}async get(e,t={}){return this._get("",null,e,t)}}class Bi extends h{constructor(){super("getMapGeoJsonById")}async get(e,t={}){return this._get("",null,e,t)}}class Ui extends h{constructor(){super("getMapGeoJsonByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ki extends h{constructor(){super("saveMapGeoJson")}async post(e,t={}){return this._post("",e,null,t)}}class xi extends h{constructor(){super("deletePageSnapshoot")}async delete(e,t={}){return this._delete("",null,e,t)}}class Gi extends h{constructor(){super("getPageSnapshootByEnabled")}async get(e,t={}){return this._get("",null,e,t)}}class Ki extends h{constructor(){super("getPageSnapshootById")}async get(e,t={}){return this._get("",null,e,t)}}class Vi extends h{constructor(){super("getPageSnapshootsByPageId")}async get(e,t={}){return this._get("",null,e,t)}}class Fi extends h{constructor(){super("savePageSnapshoot")}async post(e,t={}){return this._post("",e,null,t)}}class $i extends h{constructor(){super("setPageSnapshootEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class Hi extends h{constructor(){super("setPageSnapshootEnabledByPageId")}async post(e,t={}){return this._post("",e,null,t)}}class Xi extends h{constructor(){super("attachmentResourceTransfer")}async post(e,t={}){return this._post("",e,null,t)}}class Wi extends h{constructor(){super("deletePageTemplate")}async delete(e,t={}){return this._delete("",null,e,t)}}class ji extends h{constructor(){super("exportTemplate")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class zi extends h{constructor(){super("getAllPageTemplate")}async get(e={}){return this._get("",null,null,e)}}class qi extends h{constructor(){super("getPageTemplateById")}async get(e,t={}){return this._get("",null,e,t)}}class Ji extends h{constructor(){super("getPageTemplateByPage")}async post(e,t={}){return this._post("",e,null,t)}}class Qi extends h{constructor(){super("getPageTemplateForCreatePageForm")}async post(e,t={}){return this._post("",e,null,t)}}class Zi extends h{constructor(){super("getPageTemplateLayout")}async get(e,t={}){return this._get("",null,e,t)}}class Yi extends h{constructor(){super("getPageTemplateThemeJson")}async get(e,t={}){return this._get("",null,e,t)}}class ea extends h{constructor(){super("importTemplate")}async get(e={}){return this._get("",null,null,e)}async head(e={}){return this._head("",null,null,e)}async post(e={}){return this._post("",null,null,e)}async put(e={}){return this._put("",null,null,e)}async delete(e={}){return this._delete("",null,null,e)}async options(e={}){return this._options("",null,null,e)}async patch(e={}){return this._patch("",null,null,e)}}class ta extends h{constructor(){super("savePageTemplate")}async post(e,t={}){return this._post("",e,null,t)}}class sa extends h{constructor(){super("toggleEnabled")}async post(e,t={}){return this._post("",e,null,t)}}class na extends h{constructor(){super("deletePnResource")}async delete(e,t={}){return this._delete("",null,e,t)}}class ra extends h{constructor(){super("deletePnResourceGroup")}async delete(e,t={}){return this._delete("",null,e,t)}}class la extends h{constructor(){super("getMyAllPnResourceGroup")}async get(e={}){return this._get("",null,null,e)}}class ia extends h{constructor(){super("getMyPnResourceByPage")}async post(e,t={}){return this._post("",e,null,t)}}class aa extends h{constructor(){super("getPnResourceGroupById")}async get(e,t={}){return this._get("",null,e,t)}}class ua extends h{constructor(){super("resourceTransferToPage")}async post(e,t={}){return this._post("",e,null,t)}}class oa extends h{constructor(){super("savePnResourceGroup")}async post(e,t={}){return this._post("",e,null,t)}}class ca extends h{constructor(){super("uploadFiles")}async get(e,t={}){return this._get("",null,e,t)}async head(e,t={}){return this._head("",null,e,t)}async post(e,t={}){return this._post("",null,e,t)}async put(e,t={}){return this._put("",null,e,t)}async delete(e,t={}){return this._delete("",null,e,t)}async options(e,t={}){return this._options("",null,e,t)}async patch(e,t={}){return this._patch("",null,e,t)}}class ga extends h{constructor(){super("getMyShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class ha extends h{constructor(){super("getShareCustomCompById")}async get(e,t={}){return this._get("",null,e,t)}}class da extends h{constructor(){super("getShareCustomCompByPage")}async post(e,t={}){return this._post("",e,null,t)}}class pa extends h{constructor(){super("saveShareCustomComp")}async post(e,t={}){return this._post("",e,null,t)}}class ya extends h{constructor(){super("getPageTotalCount")}async get(e={}){return this._get("",null,null,e)}}class _a extends h{constructor(){super("getProjectTotalCount")}async get(e={}){return this._get("",null,null,e)}}class fa{constructor(){i(this,"agent",new tr),i(this,"apk",new sr),i(this,"app",new nr),i(this,"appMember",new rr),i(this,"appSetting",new lr),i(this,"assets",new ir),i(this,"auditLog",new ar),i(this,"biDataSet",new ur),i(this,"biFileDatasetConfig",new or),i(this,"biFile",new cr),i(this,"biShare",new gr),i(this,"category",new hr),i(this,"dashboard",new dr),i(this,"dataSource",new pr),i(this,"dataTrace",new yr),i(this,"database",new _r),i(this,"dataset",new fr),i(this,"datasetLog",new vr),i(this,"datasourceDevops",new Sr),i(this,"datasourceMove",new mr),i(this,"datasourceMoveData",new Ir),i(this,"datasourceMoveDetail",new Ar),i(this,"externalMessage",new br),i(this,"fileTask",new Tr),i(this,"file",new Lr),i(this,"frontRelease",new Rr),i(this,"i18NConfig",new Er),i(this,"i18NInfo",new wr),i(this,"internalMessage",new Cr),i(this,"invokeLog",new Dr),i(this,"knowledgeBase",new Pr),i(this,"knowledgeBaseChunk",new Or),i(this,"knowledgeBaseDoc",new Nr),i(this,"ldap",new Mr),i(this,"licenseUnbindLog",new Br),i(this,"license",new Ur),i(this,"loginLog",new kr),i(this,"login",new xr),i(this,"manager",new Gr),i(this,"messageSetting",new Kr),i(this,"minioFile",new Vr),i(this,"model",new Fr),i(this,"modelProvider",new $r),i(this,"navMenu",new Hr),i(this,"navPage",new Xr),i(this,"openapiGroup",new Wr),i(this,"openapiKeyGrant",new jr),i(this,"org",new zr),i(this,"orgUserPicker",new qr),i(this,"permission",new Jr),i(this,"plat",new Qr),i(this,"plugin",new Zr),i(this,"pluginVersion",new Yr),i(this,"pmProcessDelegate",new el),i(this,"pmProcessDelegateDetail",new tl),i(this,"pmProcessInstance",new sl),i(this,"pmTaskDone",new nl),i(this,"pmTaskTodo",new rl),i(this,"pnPage",new ll),i(this,"pnProject",new il),i(this,"printLog",new al),i(this,"printResource",new ul),i(this,"regexp",new ol),i(this,"released",new cl),i(this,"rolePermission",new gl),i(this,"role",new hl),i(this,"seatMessage",new dl),i(this,"seat",new pl),i(this,"shortcut",new yl),i(this,"signLog",new _l),i(this,"sms",new fl),i(this,"startedProcess",new vl),i(this,"taskDelegate",new Sl),i(this,"taskDone",new ml),i(this,"taskTodo",new Il),i(this,"tenantDeveloper",new Al),i(this,"tenant",new bl),i(this,"user",new Tl),i(this,"userExtra",new Ll),i(this,"userInfoLog",new Rl),i(this,"userPasswordHistory",new El),i(this,"workbenchComponent",new wl),i(this,"workbenchComponentRelation",new Cl),i(this,"clearTempDir",new Dl),i(this,"deleteNotUseDir",new Pl),i(this,"getAttachmentInfoByPage",new Ol),i(this,"deleteCompInfo",new Nl),i(this,"deleteCompInfoType",new Ml),i(this,"getAllCompInfo",new Bl),i(this,"getAllCompInfoByTypeId",new Ul),i(this,"getAllCompInfoType",new kl),i(this,"getCompInfoById",new xl),i(this,"getCompInfoByPage",new Gl),i(this,"getCompInfoTypeById",new Kl),i(this,"getCompInfoTypeByPage",new Vl),i(this,"importCompInfoJson",new Fl),i(this,"saveCompInfo",new $l),i(this,"saveCompInfoType",new Hl),i(this,"deleteCsvDatasource",new Xl),i(this,"getAllCsvDatasource",new Wl),i(this,"getContentToArray",new jl),i(this,"getCsvDatasourceById",new zl),i(this,"getCsvDatasourceByName",new ql),i(this,"getCsvDatasourceByPage",new Jl),i(this,"parseCsvOrExcel",new Ql),i(this,"saveCsvDatasource",new Zl),i(this,"getDesignerData",new Yl),i(this,"deleteEchartTheme",new ei),i(this,"getAllEchartTheme",new ti),i(this,"getEchartThemeById",new si),i(this,"getEchartThemeByPage",new ni),i(this,"getMyEchartThemes",new ri),i(this,"getSysEchartThemes",new li),i(this,"saveEchartTheme",new ii),i(this,"buildEnshrineCompLibrary",new ai),i(this,"deleteEnshrineComp",new ui),i(this,"deleteEnshrineCompGroup",new oi),i(this,"getAllEnshrineCompGroups",new ci),i(this,"getEnshrineCompByPage",new gi),i(this,"getEnshrineCompGroupById",new hi),i(this,"getEnshrineCompGroupByPage",new di),i(this,"getLayoutItemObjById",new pi),i(this,"saveEnshrineComp",new yi),i(this,"saveEnshrineCompGroup",new _i),i(this,"searchEnshrineComp",new fi),i(this,"api",new vi),i(this,"copyFilter",new Si),i(this,"deleteFilter",new mi),i(this,"getAllFilter",new Ii),i(this,"getFilterById",new Ai),i(this,"saveFilter",new bi),i(this,"httpQuery",new Ti),i(this,"clearLogLogin",new Li),i(this,"getLogLoginByPage",new Ri),i(this,"clearLogOperate",new Ei),i(this,"deleteLogOperateById",new wi),i(this,"getPnLogOperateByPage",new Ci),i(this,"uncompressLogOperateLayoutStr",new Di),i(this,"deleteMapGeoJson",new Pi),i(this,"getAdCodeByAliasName",new Oi),i(this,"getGeoJsonByAdCode",new Ni),i(this,"getMapBaseInfoByLevel",new Mi),i(this,"getMapGeoJsonById",new Bi),i(this,"getMapGeoJsonByPage",new Ui),i(this,"saveMapGeoJson",new ki),i(this,"deletePageSnapshoot",new xi),i(this,"getPageSnapshootByEnabled",new Gi),i(this,"getPageSnapshootById",new Ki),i(this,"getPageSnapshootsByPageId",new Vi),i(this,"savePageSnapshoot",new Fi),i(this,"setPageSnapshootEnabled",new $i),i(this,"setPageSnapshootEnabledByPageId",new Hi),i(this,"attachmentResourceTransfer",new Xi),i(this,"deletePageTemplate",new Wi),i(this,"exportTemplate",new ji),i(this,"getAllPageTemplate",new zi),i(this,"getPageTemplateById",new qi),i(this,"getPageTemplateByPage",new Ji),i(this,"getPageTemplateForCreatePageForm",new Qi),i(this,"getPageTemplateLayout",new Zi),i(this,"getPageTemplateThemeJson",new Yi),i(this,"importTemplate",new ea),i(this,"savePageTemplate",new ta),i(this,"toggleEnabled",new sa),i(this,"deletePnResource",new na),i(this,"deletePnResourceGroup",new ra),i(this,"getMyAllPnResourceGroup",new la),i(this,"getMyPnResourceByPage",new ia),i(this,"getPnResourceGroupById",new aa),i(this,"resourceTransferToPage",new ua),i(this,"savePnResourceGroup",new oa),i(this,"uploadFiles",new ca),i(this,"getMyShareCustomCompByPage",new ga),i(this,"getShareCustomCompById",new ha),i(this,"getShareCustomCompByPage",new da),i(this,"saveShareCustomComp",new pa),i(this,"getPageTotalCount",new ya),i(this,"getProjectTotalCount",new _a)}}const Dc=g("SIDE_BAR_MINI_WIDTH",48),Pc=g("SIDE_BAR_SHOW_TIT_MINI_WIDTH",80);var va=g("ContentEnum",(s=>(s.FULL="full",s.FIXED="fixed",s))(va||{})),Sa=g("ThemeEnum",(s=>(s.DARK="dark",s.LIGHT="light",s))(Sa||{})),ma=g("SettingButtonPositionEnum",(s=>(s.AUTO="auto",s.HEADER="header",s.FIXED="fixed",s))(ma||{})),Ia=g("SessionTimeoutProcessingEnum",(s=>(s[s.ROUTE_JUMP=0]="ROUTE_JUMP",s[s.PAGE_COVERAGE=1]="PAGE_COVERAGE",s))(Ia||{})),Aa=g("PermissionModeEnum",(s=>(s.ROLE="ROLE",s.BACK="BACK",s.ROUTE_MAPPING="ROUTE_MAPPING",s.PLATFORM_ROLE="PLATFORM_ROLE",s))(Aa||{})),ba=g("RouterTransitionEnum",(s=>(s.ZOOM_FADE="zoom-fade",s.ZOOM_OUT="zoom-out",s.FADE_SIDE="fade-slide",s.FADE="fade",s.FADE_BOTTOM="fade-bottom",s.FADE_SCALE="fade-scale",s))(ba||{})),me=g("ProjectName",(s=>(s.PORTAL="portal",s.BACKEND_MANAGEMENT="backend-management",s.DEVELOPER_CENTER="developer-center",s.TENANT_CENTER="tenant-center",s.APP_DESIGNER="app-designer",s.PAGE_DESIGNER="page-designer",s.WEB_RENDER="web-render",s.MOBILE_RENDER="mobile-render",s))(me||{})),Ta=g("FIELD_TYPE_CATEGORY",(s=>(s.ALL="field_type_all",s.BASIC="field_type_basic",s.LOGIC="field_type_logic",s.TRACE="field_type_trace",s))(Ta||{})),m=g("FIELD_TYPE",(s=>(s.PRIMARY_KEY="primary_key",s.ASSOCIATED_PRIMARY_KEY="associated_primary_key",s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.DATA_TABLE_FORMULA="data_table_formula",s.READONLYCMP="readonlycmp",s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s.Biz_Process="biz_process",s))(m||{})),La=g("FIELD_TYPE_BASIC",(s=>(s.TEXT="text",s.LONG_TEXT="long_text",s.INTEGER="integer",s.LONG="long",s.DOUBLE="double",s.DECIMAL="decimal",s.BOOLEAN="boolean",s.DATE="date",s.TIME="time",s.DATE_TIME="date_time",s))(La||{})),Ra=g("FIELD_TYPE_LOGIC",(s=>(s.IMAGE="image",s.ATTACHMENT="attachment",s.SERIAL="serial_number",s.MASTERSLAVE="master_slave",s.USER="user",s.USER_MULTI="user_multi",s.ORG="org",s.ORG_MULTI="org_multi",s.ENUM="enum",s.ENUM_MULTI="enum_multi",s.OPTION="option",s.OPTION_MULTI="option_multi",s.REF="ref",s.REF_MULTI="ref_multi",s.RDO_REF="rdo_ref",s.EXPRESSION="expression",s.EXPRESSION_CONDITION="expression_condition",s.AGG="agg",s.ESOP="esop",s.TRANSACTION="transaction",s.LABEL_TEMPLATE="label_template",s.LABEL_TEMPLATE_REF="label_template_ref",s.DOCUMENT_TEMPLATE="document_template",s.SERIALRULE="serial_number_rule",s.PRINTER="printer",s.MESSAGE_TMPL="message_tmpl",s.RANGE_USER="range_user",s.SIGNATURE="electronic_signature",s.ONLINE_FORM_TEMPLATE="online_form_tmpl",s.E_DHR_TEMPLATE="edhr_tmpl",s.ONLINE_FORM="online_form",s.Biz_Process="biz_process",s))(Ra||{})),Ea=g("FIELD_TYPE_TRACE",(s=>(s.MATERIAL_NO="material_no",s.PRODUCT="product",s.DEVICE="device",s))(Ea||{}));const Oc=g("FieldTypeToJs",{attachment:"string",boolean:"boolean",date:"string",date_time:"string",decimal:"number",double:"number",enum:"string",enum_multi:"string",image:"string",integer:"number",long:"number",long_text:"string",master_slave:"string",org:"string",org_multi:"string",rdo_ref:"string",ref:"string",ref_multi:"string",serial_number:"string",text:"string",time:"string",user:"string",user_multi:"string",expression:"string",expression_condition:"string",agg:"number",esop:"string",serial_number_rule:"string",label_template:"string",label_template_ref:"string",document_template:"string",transaction:"string",printer:"string",message_tmpl:"string",range_user:"string",primary_key:"string",associated_primary_key:"string",readonlycmp:"string",material_no:"string",product:"string",device:"string",option:"string",option_multi:"string",electronic_signature:"string",online_form_tmpl:"string",edhr_tmpl:"string",online_form:"string",data_table_formula:"string",biz_process:"string"});var wa=g("CreateType",(s=>(s.SYSTEM="SYSTEM",s.USER_DEFINED="USER_DEFINED",s.BUILTIN="BUILTIN",s.CUSTOM="CUSTOM",s.PROCESS="PROCESS",s))(wa||{})),Ca=g("MenuType",(s=>(s.CATALOG="CATALOG",s.STANDARD="STANDARD",s.LINK="LINK",s))(Ca||{})),Da=g("OpenMode",(s=>(s.PRESENT="PRESENT",s.IFRAME="IFRAME",s.NEW="NEW",s))(Da||{})),Pa=g("MaterialEnum",(s=>(s.MaterialFormField="formField",s.MaterialTableField="tableField",s.MaterialEmbedTableField="embedTableField",s.MaterialSubTableField="subTableField",s.MaterialSubTableModalField="subTableModalField",s.cardListFormField="cardList",s.MaterialTableSelectField="tableSelectField",s.DescriptionsFormField="descriptions",s))(Pa||{}));const Nc=g("FieldIconMap",{primary_key:"icon-id",text:"icon-wenben1",long_text:"icon-changwenben",integer:"icon-zhengshu",long:"icon-changzhengshu",decimal:"icon-jingduxiaoshu1",double:"icon-xiaoshu",boolean:"icon-buer",date:"icon-riqi1",time:"icon-shijian1",date_time:"icon-riqishijian",user:"icon-renyuanguanlian",org:"icon-bumenguanlian",user_multi:"icon-renyuanduoxuan",org_multi:"icon-bumenduoxuan",image:"icon-tupian1",attachment:"icon-fujian1",serial_number:"icon-xuliehao",master_slave:"icon-zhuziguanlian",enum:"icon-meijuguanlian",ref:"icon-moxingguanlian",rdo_ref:"icon-RDOmoxingguanlian",enum_multi:"icon-meijuguanlianduoxuan",option:"icon-meijuguanlian",option_multi:"icon-meijuguanlianduoxuan",ref_multi:"icon-moxingduoxuan",expression:"icon-gongshiziduan",expression_condition:"icon-gongshiziduan",agg:"icon-huizong",esop:"icon-E-SOP",transaction:"icon-ziduan1",serial_number_rule:"icon-ziduan1",printer:"icon-dayinanniu",message_tmpl:"icon-xiaoximoban",range_user:"icon-fanweirenyuan",label_template_ref:"icon-biaoqianmoban",document_template:"icon-danjumoban",electronic_signature:"icon-qianming1",online_form_tmpl:"icon-zaixianbiaodanmoban",edhr_tmpl:"icon-edhr",online_form:"icon-zaixianbiaodan",data_table_formula:"icon-gongshiziduan",readonlycmp:"icon-wenben1",tenant:"icon-id",associated_primary_key:"icon-id",material_no:"icon-field-material-no",product:"icon-field-product",device:"icon-field-device",biz_process:"icon-jichengzhongxin1"});var Oa=g("AggTypes",(s=>(s.COUNT="COUNT",s.SUM="SUM",s.MAX="MAX",s.MIN="MIN",s.AVG="AVG",s))(Oa||{})),Na=g("NodesConfigTypeEnum",(s=>(s.SPEC="spec",s.SUB_WORKFLOW="sub_workflow",s))(Na||{})),Ma=g("selectionTypeEnums",(s=>(s.None="none",s.SingleChoice="gct_radio",s.MultipleChoice="checkbox",s))(Ma||{})),Ba=g("UniqueConstraintType",(s=>(s.NONE="NONE",s.GLOBAL="GLOBAL",s.LEVEL="LEVEL",s.LOGIC="LOGIC",s))(Ba||{})),Ua=g("MessageType",(s=>(s.ALL="all",s.UNREAD="unread",s))(Ua||{})),ka=g("WorkbenchType",(s=>(s.TEST="myTestApp",s.QUICK="quickAccess",s.MY="myApp",s))(ka||{})),xa=g("PersonalCenterType",(s=>(s.PROFILE="profile",s.GENDER="gender",s.ENTERPRISE="enterprise",s))(xa||{})),Ga=g("GENDER_TYPE",(s=>(s.FEMALE="female",s.MALE="male",s.PRIVARY="privary",s))(Ga||{})),Ka=g("TODO_TYPE",(s=>(s.TODO="todo",s.APPLICATION="application",s.DONE="done",s.DELEGATE="delegate",s))(Ka||{}));const Mc=g("SHOW_FIELDTYPES",[m.TEXT,m.LONG_TEXT,m.LONG,m.INTEGER,m.DECIMAL,m.DOUBLE,m.SERIAL]);var Va=g("UserServiceType",(s=>(s.SCRIPT_SERVICE="SCRIPT_SERVICE",s.SQL_SERVICE="SQL_SERVICE",s.SO_SERVICE="SO_SERVICE",s.BUILTIN_SERVICE="SYS_BUILTIN",s))(Va||{})),Fa=g("EntityModelCategoryEnum",(s=>(s.ENTITY="entity",s.DATA="data",s.VIEW="view",s))(Fa||{})),$a=g("EntityModelTypeEnum",(s=>(s.BASE="BASE",s.NDO="NDO",s.RDO="RDO",s.TREE="TREE",s.DYNAMIC_FORM="DYNAMIC_FORM",s.WORKFLOW="WORKFLOW",s.TRANSACTION="TRANSACTION",s))($a||{})),Ha=g("FieldDefaultValueTypeEnum",(s=>(s.NONE="NONE",s.FIXED="FIXED",s.SYS_VAR="SYS_VAR",s))(Ha||{})),Xa=g("FieldSysVarDefaultValueEnum",(s=>(s.NULL="",s.SYS_DATE="SYS_DATE",s.SYS_TIME="SYS_TIME",s.SYS_DATE_TIME="SYS_DATE_TIME",s.CURRENT_USER="CURRENT_USER",s.CURRENT_ORG="CURRENT_ORG",s))(Xa||{})),Wa=g("scriptTypeEnum",(s=>(s.EVENT="event",s.BUSINESSSERVICE="businessService",s.TIMER="timer",s))(Wa||{})),ja=g("PanelEnum",(s=>(s.PAGE="page",s.HISTORY="history",s.GLOBAL="global",s.WIDGET="widget",s.CHANGE_DESIGN="changeDesign",s))(ja||{})),za=g("Postion",(s=>(s.STATIC="static",s.RELATIVE="relative",s.ABSOLUTE="absolute",s.FIXED="fixed",s.STICKY="sticky",s))(za||{})),qa=g("BorderStyle",(s=>(s.NONE="none",s.SOLID="solid",s.DOTTED="dotted",s.DASHED="dashed",s.DOUBLE="double",s))(qa||{})),Ja=g("TextAlign",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.JUSTIFY="justify",s))(Ja||{})),Qa=g("TextDecoration",(s=>(s.LINETHROUGH="line-through",s.UNDERLINE="underline",s.NONE="none",s))(Qa||{})),Za=g("EventCategory",(s=>(s.INNER="inner",s.JS="js",s.LO="lo",s))(Za||{})),Ya=g("PropGroup",(s=>(s.BASIC="basic",s.ADVANCED="advance",s.DISPLAY="display",s.LABEL="label",s.VUE3="vue3",s.FIELD="field",s.DATA="data",s.OTHER="other",s.LIST="list",s.Table="table",s.SUBMIT_RULE="submitRule",s.LISTDATA="listdata",s.SHOW="show",s.FIELD_CONFIG="fieldConfig",s.FORM_CONFIG="formConfig",s.FIELD_LAYOUT="FieldLayout",s.TABLESELECT_CONFIG="tableSelect",s.GENRADIO="genRadio",s.GENCHECKBOX="genCheckbox",s.GENSWITCH="genSwitch",s.OPTIONS="options",s.COLLAPSE="collapse",s.IFRAME="iframe",s.FILECOLLECT="fileCollect",s.CARDLIST="cardList",s.BUTTON="button",s.Button="Button",s.ButtonShow="ButtonShow",s.ButtonStyle="ButtonStyle",s.LISTBUTTON="listButton",s.MODAL="modal",s.MODALWIDTH="modalWidth",s.MODALHEIGHT="modalHeight",s.MODALTITLECONFIG="modalTitleConfig",s.SEARCH="search",s.QUERY="query",s.INPUT_CONFIG="inputConfig",s.DATALINKAGE="dataLinkage",s.PERMISSION="permission",s.DATASOURCE="dataSource",s.VALIDATERULE="validaterule",s.TEXT="text",s.GRID_CONFIG="gridConfig",s.COL_CONFIG="colConfig",s.COMPONENTDEPENDENCY="componentDependency",s.GENIMAGE="genImage",s.DATARANGE="dataRange",s.OPERATOR_CONFIG="operatorConfig",s.BUSINESS_CONFIG="businessConfig",s))(Ya||{})),eu=g("StyleGroup",(s=>(s.LAYOUT="layout",s.STYLE="style",s.BACKGROUND="background",s.MARGIN="margin",s.BORDER="border",s.HEADER="header",s))(eu||{})),tu=g("tagEnum",(s=>(s.TAG="tag",s.PROGRESS="progress",s))(tu||{})),su=g("TagTypeEnum",(s=>(s.RADIUS="radius",s.LINEAR_RADIUS="linear_radius",s.BIG_RADIUS="big_radius",s.LINEAR_BIG_RADIUS="linear_big_radius",s.DASHED_RADIUS="dashed_radius",s.STATUS="status",s))(su||{})),nu=g("ProgressTypeEnum",(s=>(s.CIRCLE="circle",s.LINE="line",s))(nu||{})),ru=g("DisplayType",(s=>(s.RULE="rule",s.CONFIG="config",s))(ru||{})),lu=g("GLOBAL_VAR_TYPE",(s=>(s.STRING="string",s.NUMBER="number",s.BOOLEAN="boolean",s.OBJECT="object",s.ARRAY="array",s.NULL="NULL",s.DATE="date",s.DATETIME="datetime",s.TIME="time",s))(lu||{})),iu=g("GLOBAL_TYPE",(s=>(s.MODAL="modal",s.EVENT="event",s.VAR="var",s))(iu||{})),au=g("COLUMNS_TYPE",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.TOP="top",s.BOTTOM="bottom",s))(au||{})),uu=g("INNER_EVENT",(s=>(s.CLOSE_MODAL="__CLOSEMODAL__",s.OPEN_MODAL="__OPENMODAL__",s.REFRESH_TABLE="__REFRESHTABLE__",s))(uu||{})),ou=g("SUB_TABLE_EDIT_MODE",(s=>(s.INLINE="inline",s.MODAL="modal",s))(ou||{})),cu=g("SUB_TABLE_OPE_EVENT_TYPE_INLINE",(s=>(s.DELETE="delete",s.COPY="copy",s))(cu||{})),gu=g("SUB_TABLE_OPE_EVENT_TYPE",(s=>(s.DELETE="delete",s.EDIT="edit",s.COPY="copy",s))(gu||{})),hu=g("VERIFICATIONCONDITIONS_TYPE",(s=>(s.JS="js",s))(hu||{})),du=g("ASSIGNMENTSTRATEGY_ENUM",(s=>(s.alwaysCover="alwaysCover",s.notCovered="notCovered",s))(du||{})),pu=g("Dependency_ENUM",(s=>(s.HIDDEN="hidden",s.READONLY="readonly",s.DISABLED="disabled",s.REQUIRED="required",s.ASSIGNMENT="assignment",s))(pu||{})),yu=g("ToolkitEnum",(s=>(s.OUTLINE="OUTLINE",s.WIDGETS="WIDGETS",s.FIELD="FIELD",s.MODAL="MODAL",s.JS="JS",s.CSS="CSS",s.TEMPLATE="TEMPLATE",s.LO="LO",s))(yu||{})),_u=g("CategoryTypeEnum",(s=>(s.FORM="form",s.LAYOUT="layout",s.ADVANCED="advanced",s.DATA="data",s.BUTTON="button",s.RDO="rdo",s.KIT="kit",s.PROCESS="process",s))(_u||{})),V=g("Platform",(s=>(s.WEB="web",s.MOBILE="mobile",s))(V||{})),fu=g("BuiltinType",(s=>(s.MODAL="modal",s.MODAL_BODY="modalBody",s.MODAL_FOOTER="modalFooter",s.BottomButtonContainer="bottom-button-container",s))(fu||{})),vu=g("DateRangeEnums",(s=>(s.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",s.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",s.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",s.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",s.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",s.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",s.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",s.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",s.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",s.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",s))(vu||{})),Su=g("SelectPickerEnums",(s=>(s.DROPDOWN_SELECTION="dropdownSelection",s.TREE_SELECTION="treeSelection",s.MODAL_BOX_SELECTION="modalBoxSelection",s))(Su||{})),mu=g("CURRENCY_ENUM",(s=>(s["¥"]="¥",s.$="$",s.S$="S$",s))(mu||{})),Iu=g("TIMETYPE_ENUM",(s=>(s.d="d",s["d:h"]="d:h",s["d:h:m"]="d:h:m",s["d:h:m:s"]="d:h:m:s",s.h="h",s["h:m"]="h:m",s["h:m:s"]="h:m:s",s.m="m",s["m:s"]="m:s",s.s="s",s))(Iu||{})),Au=g("TIMETYPE_LANG_ENUM",(s=>(s.d="days",s["d:h"]="dayhour",s["d:h:m"]="dayhourminute",s["d:h:m:s"]="dayhourminutesecond",s.h="hour",s["h:m"]="hourminute",s["h:m:s"]="hourminutesecond",s.m="minute",s["m:s"]="minutesecond",s.s="seconds",s))(Au||{})),bu=g("CURRENCY_LANG_ENUM",(s=>(s["¥"]="chMoney",s.$="usMoney",s.S$="sgpMoney",s))(bu||{})),Tu=g("RowSelectionTypeEnums",(s=>(s.SingleChoice="radio",s.MultipleChoice="checkbox",s))(Tu||{})),Lu=g("StatisticalMethodEnums",(s=>(s.Current="current",s.Whole="whole",s))(Lu||{})),Ru=g("PrintModeEnums",(s=>(s.Local="local",s.Server="server",s.PREVIEW_PRINT="PreviewPrint",s.DIRECT_PRINTING="DirectPrinting",s))(Ru||{})),Eu=g("openWindowEnums",(s=>(s.OPEN="open",s.APPROVE="linkApprove",s))(Eu||{})),wu=g("KeyMode",(s=>(s.SYSTEM="system",s.TRANSACTION="transaction",s))(wu||{})),Cu=g("TransactionMode",(s=>(s.CURRENT="current",s.REFERENCE="reference",s))(Cu||{})),Du=g("DisplayEnums",(s=>(s.BLOCK="block",s.INLINE_BLOCK="inline-block",s))(Du||{})),Pu=g("ButtonColorType",(s=>(s.DEFAULT="default",s.LINK="link",s))(Pu||{})),Ou=g("ButtonColorTheme",(s=>(s.DEFAULT="default",s.PRIMARY="primary",s.ERROR="error",s.WARNING="warning",s.SUCCESS="success",s))(Ou||{})),Nu=g("ButtonStyle",(s=>(s.ORDINARY="ordinary",s.SQUARE="square",s))(Nu||{})),Mu=g("ButtonSize",(s=>(s.SMALL="small",s.DEFAULT="middle",s.LARGE="large",s))(Mu||{})),Bu=g("ButtonTypeGroup",(s=>(s.TEXT="TEXT",s.ICON_TEXT="ICON_TEXT",s.ICON="ICON",s))(Bu||{})),Uu=g("ButtonType",(s=>(s.PRIMARY="primary",s.DEFAULT="default",s.DASHED="dashed",s.LINK="link",s))(Uu||{})),ku=g("ButtonType_vant",(s=>(s.PRIMARY="primary",s.DANGER="danger",s.DEFAULT="default",s))(ku||{}));const Bc=g("ButtonGroupType",{TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0}],ICON_TEXT:[{type:"primary",label:"sys.pageDesigner.button_primary",hasText:!0,hasIcon:!0},{type:"default",label:"sys.pageDesigner.button_default",hasText:!0,hasIcon:!0},{type:"primary",danger:!0,label:"sys.pageDesigner.button_primary_danger",hasText:!0,hasIcon:!0},{type:"default",danger:!0,label:"sys.pageDesigner.button_danger",hasText:!0,hasIcon:!0},{type:"dashed",label:"sys.pageDesigner.button_dashed",hasText:!0,hasIcon:!0},{type:"link",label:"sys.pageDesigner.button_text",hasText:!0,hasIcon:!0}],ICON:[{type:"primary",hasIcon:!0},{type:"default",hasIcon:!0},{type:"primary",danger:!0,hasIcon:!0},{type:"default",danger:!0,hasIcon:!0},{type:"dashed",hasIcon:!0},{type:"link",hasIcon:!0}]});var xu=g("operateSysEnums",(s=>(s.COLUMNDELETE="columnDelete",s.COLUMNLINK="columnLink",s.COPY="copy",s.VERSION_COPY="version_copy",s.VERSION_CREATE="version_create",s.DETAILS="details",s.EDIT="edit",s.USAGEINFORMATION="usageInformation",s.MODELINGTRACEABILITY="modelingTraceability",s.IMPORT="import",s.EXPORT="export",s.BATCHDELETE="batchDelete",s.SUBMIT="submit",s.RESET="reset",s.EXCUTE="excute",s.LABEL_PRINT="label_print",s.DOCUMENT_PRINT="document_print",s.EXAMINE_AND_APPROVE="examineAndApprove",s))(xu||{})),Gu=g("TableSearchTypeEnum",(s=>(s.NONE="none",s.EMBEDDED="embedded",s.EXTERNAL="external",s))(Gu||{})),Ku=g("TableTypeEnum",(s=>(s.DEFAULT="default",s.EMBED="embed",s.SUB="sub",s))(Ku||{})),Vu=g("TableEditingMethodEnum",(s=>(s.DEFAULTEDITING="defaultEditing",s.CLICKTOENTEREDITING="clickToEnterEditing",s))(Vu||{})),Fu=g("WidgetInScopeEnum",(s=>(s.GCT="gct",s.GCT_MODAL="gct-modal",s.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",s))(Fu||{})),$u=g("ListTreeSearchTypeEnum",(s=>(s.ALL="ALL",s.SEARCH="SEARCH",s.SEARCHALL="SEARCHALL",s.LEVEL="LEVEL",s.CHILDREN="CHILDREN",s))($u||{})),Hu=g("DatasourceTypeEnum",(s=>(s.REALTIMEDATASOURCE="realTimeDataSource",s.SERVICEDATASOURCE="serviceDataSource",s))(Hu||{})),Xu=g("SignatureTypeEnum",(s=>(s.SIGNATURE_ONLY="signature_only",s.SIGNATURE_DATE="signature_date",s.SIGNATURE_DATETIME="signature_datetime",s))(Xu||{})),Wu=g("ResetRuleType",(s=>(s.WIPE_DATA="wipe_data",s.REFRESHDATA="refresh_data",s))(Wu||{})),ju=g("SCOPE",(s=>(s.PAGE="page",s.MODAL="modal",s))(ju||{})),zu=g("FormComponents",(s=>(s.RdoInput="rdo-input",s.Input="input",s.ElectronicSignature="electronic-signature",s.UseinfoButton="useinfo-button",s.ModelingButton="modeling-button",s.ImportButton="gc-import-button",s.ExportButton="gc-export-button",s.DocumentPrintButton="document-print-button",s.SubmitButton="submit-button",s.BatchDeleteButton="batchdelete-button",s.CustomButton="custom-button",s.TableLinkButton="table-link-button",s.TableInfoButton="table-info-button",s.TableApproveButton="table-approve-button",s.OpeButton="ope-button",s.ResetButton="reset-button",s.RdoSaveButton="rdo-save-button",s.LabelPrintButton="labelprint-button",s.ProcessButton="process-button",s.ProcessApproveButton="process-approve-button",s.CreateButton="create-button",s.DeleteButton="delete-button",s.CopyButton="copy-button",s.RefreshButton="refresh-button",s.CreateVersionButton="create-version-button",s.CopyVersionButton="copy-version-button",s.Checkbox="checkbox",s.DataTable="data-table",s.TreeTable="tree-table",s.DataTableColumn="data-table-column",s.RefDataTable="ref-data-table",s.DataList="data-list",s.RdoDataList="rdo-data-list",s.DataTableOpe="data-table-ope",s.DataTableFormula="data-table-formula",s.Datepicker="datepicker",s.DateTimepicker="datetimepicker",s.Department="department",s.Form="form",s.RdoForm="rdo-form",s.RdoTable="rdo-table",s.MedProRdoForm="medprordo-form",s.MedProRdoTable="medprordo-table",s.FormProcess="form-process",s.Inputmoney="inputmoney",s.Inputnumber="inputnumber",s.InputDouble="inputdouble",s.Radio="radio",s.Select="select",s.RdoSelect="rdo-select",s.Switch="switch",s.Textarea="textarea",s.Timepicker="timepicker",s.Userpicker="userpicker",s.Search="search",s.SelectSearch="select-search",s.QuickSearch="quick-search",s.LayoutContainer="layout-container",s.ButtonContainer="button-container",s.ButtonProcessContainer="button-process-container",s.BottomButtonContainer="bottom-button-container",s.Grid="grid",s.GridCol="grid-col",s.Tabs="tabs",s.TabPane="tab-pane",s.LeftRightColumns="left-right-columns",s.TopBottomColumns="top-bottom-columns",s.LeftLayoutThree="left-layout-three",s.TopLayoutThree="top-layout-three",s.UploadFile="upload-file",s.UploadImage="upload-image",s.SubTable="sub-table",s.SubTableOpe="sub-table-ope",s.SubTableAddBtn="sub-table-add-button",s.SubTableCopyBtn="sub-table-copy-button",s.SubTableEditBtn="sub-table-edit-button",s.SubTableDeleteBtn="sub-table-delete-button",s.LinkPageBtn="link-page-button",s.Collapse="collapse",s.CardList="card-list",s.CardHeaderLeft="card-header-left",s.CardHeaderRight="card-header-right",s.CardContent="card-content",s.CardOpeBtn="card-ope-btn",s.BaseButton="base-button",s.ReadonlyCmp="readonlycmp",s.TableSelect="table-select",s.GenCheckbox="gen-checkbox",s.GenRadio="gen-radio",s.GenSwitch="gen-switch",s.WorkflowNodes="workflow-nodes",s.WorkflowNodeModal="workflow-node-modal",s.ESOP="e-sop",s.EXPRESSION="expression",s.ExpressionCondition="expression-condition",s.AGG="agg",s.DynamicFormType="dynamic-form-type",s.DynamicFormValue="dynamic-form-value",s.DynamicFormOpts="dynamic-form-options",s.DynamicFormShowType="dynamic-form-show-type",s.DynamicTable="dynamic-table",s.Transaction="transaction",s.SerialRule="serial-rule",s.LabelTemplate="label-template",s.LabelTemplateRef="label-template-ref",s.DocumentTemplate="document-template",s.Wacom="wacom",s.Text="text",s.CustomField="custom-field",s.Printer="printer",s.Descriptions="descriptions",s.RangeUser="range-user",s.GenImage="gen-image",s.TestButton="test-button",s.Iframe="iframe",s.ExcuteButton="medproexcute-button",s.SubDataTable="sub-data-table",s.Signature="signature",s.OnlineForm="online-form",s.TmplTreeSelect="tmpl-tree-select",s.Boolean="boolean",s.BizProcess="biz-process",s.ApprovalHistory="approval-history",s.FlowDiagram="flow-diagram",s))(zu||{})),qu=g("SearchComponents",(s=>(s.SearchInput="SearchInput",s.SearchNumberInput="SearchNumberInput",s.SearchStringNumberInput="SearchStringNumberInput",s.SearchSwitch="SearchSwitch",s.SearchDate="SearchDate",s.SearchDateTime="SearchDateTime",s.SearchTime="SearchTime",s.SearchSelect="SearchSelect",s.SearchRdoSelect="SearchRdoSelect",s.SearchTransaction="SearchTransaction",s.SearchTmplTreeSelect="SearchTmplTreeSelect",s.SearchPrinter="SearchPrinter",s.SearchBizProcess="SearchBizProcess",s))(qu||{})),Ju=g("tableColumnWidthEnum",(s=>(s.ATUO="selfAdaption",s.ENUMERATION="fixed",s.PERCENTAGE="percentage",s))(Ju||{})),Qu=g("controlConfigEnum",(s=>(s.NULL="NULL",s.STRING="空字符串",s.ZERO="0",s))(Qu||{})),Zu=g("statisticalMethodEnum",(s=>(s.TOTAL="total",s.AVERAGE="average",s))(Zu||{})),Yu=g("fixedAlignENUM",(s=>(s.RIGHT="right",s.NONE="",s.LEFT="left",s))(Yu||{})),eo=g("tableColumnTypeEnum",(s=>(s.COLUMN_TEXT="COLUMN_TEXT",s.COLUMN_NUMBER="COLUMN_NUMBER",s.COLUMNTEXT_DATA="COLUMNTEXT_DATA",s.COLUMNTEXT_REF="COLUMNTEXT_REF",s.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",s.COLUMNTEXT_ORG="COLUMNTEXT_ORG",s.COLUMNTEXT_USER="COLUMNTEXT_USER",s.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",s.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",s))(eo||{})),to=g("tabsTypeENUM",(s=>(s.LINE="line",s.CARD="card",s.TEXt="text",s.CAPSULE="capsule",s.CUSTOM="custom",s))(to||{})),so=g("sortTypeEnum",(s=>(s.ASC="asc",s.DESC="desc",s))(so||{})),no=g("BindCmpStyleEnum",(s=>(s.CMP_TEXT="TEXT",s.CMP_TEXTAREA="TEXTAREA",s.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",s.CMP_BOOLEAN="BOOLEAN",s.CMP_SELECT_LIST="SELECT_LIST",s.CMP_RADIO="RADIO",s.CMP_CHECKBOX="CHECKBOX",s.CMP_DROPDOWN_SELECT="dropdownSelection",s.CMP_MODAL="modalBoxSelection",s.CMP_TREE_SELECTION="treeSelection",s.CMP_NUMBER="NUMBER",s.CMP_CURRENCY="CURRENCY",s.CMP_TIME="TIME",s))(no||{}));const Uc=g("Ch_BindCmpStyleEnum",{TEXT:"sys.pageDesigner.bindCmpStyle.bindText",TEXTAREA:"sys.pageDesigner.bindCmpStyle.bindTextarea",ELECTRONICSIGNATURE:"sys.pageDesigner.bindCmpStyle.electronicSignature",BOOLEAN:"sys.pageDesigner.bindCmpStyle.bindBoolean",SELECT_LIST:"sys.pageDesigner.bindCmpStyle.bindSelectList",RADIO:"sys.pageDesigner.bindCmpStyle.bindRadio",CHECKBOX:"sys.pageDesigner.bindCmpStyle.bindCheckbox",dropdownSelection:"sys.pageDesigner.bindCmpStyle.bindDropdownSelect",modalBoxSelection:"sys.pageDesigner.bindCmpStyle.bindModal",treeSelection:"sys.pageDesigner.bindCmpStyle.bindTreeSelection",NUMBER:"sys.pageDesigner.bindCmpStyle.bindNumber",CURRENCY:"sys.pageDesigner.bindCmpStyle.bindCurrency",TIME:"sys.pageDesigner.bindCmpStyle.bindTime"});var ro=g("BindCmpStyleTypeEnum",(s=>(s.BindText="bindText",s.BindLongText="BindLongText",s.BindBool="bindBool",s.BindPerson="bindPerson",s.BindDept="bindDept",s.BindLink="bindLink",s.BindMulti="bindMulti",s.BindNum="bindNum",s.BindDecimal="bindDecimal",s))(ro||{}));const kc=g("transformBindCmp2CmpType",{TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"}),xc=g("bindCmpStyleMap",{bindText:["TEXT","TEXTAREA"],BindLongText:["TEXT","TEXTAREA","ELECTRONICSIGNATURE"],bindBool:["BOOLEAN","SELECT_LIST","RADIO","CHECKBOX"],bindPerson:["dropdownSelection","modalBoxSelection"],bindDept:["treeSelection","modalBoxSelection"],bindLink:["SELECT_LIST","RADIO"],bindMulti:["SELECT_LIST","CHECKBOX"],bindNum:["NUMBER","CURRENCY","TIME"],bindDecimal:["NUMBER","CURRENCY"]});var lo=g("buttonShowType",(s=>(s.FOLD_ALL="foldAll",s.FOLD_PART="foldPart",s))(lo||{}));const Gc=g("searchListByFieldType",[m.BOOLEAN,m.DATE,m.DATE_TIME,m.DECIMAL,m.DOUBLE,m.ENUM,m.ENUM_MULTI,m.INTEGER,m.LONG,m.LONG_TEXT,m.TEXT,m.USER_MULTI,m.USER,m.TIME,m.REF_MULTI,m.REF,m.RDO_REF,m.ORG_MULTI,m.ORG,m.AGG,m.EXPRESSION,m.SERIAL,m.ONLINE_FORM_TEMPLATE,m.E_DHR_TEMPLATE,m.PRINTER,m.LABEL_TEMPLATE_REF,m.Biz_Process,m.DOCUMENT_TEMPLATE]);var io=g("AppPublishStateEnum",(s=>(s.SUCCESS="SUCCESS",s.FAILURE="FAILURE",s.PREPARING="PREPARING",s.EVENTING="EVENTING",s.PROCESSIING="PROCESSIING",s.DEPLOYING="DEPLOYING",s))(io||{})),ao=g("BasicAction",(s=>(s.Insert="Insert",s.Update="Update",s.Delete="Delete",s.Import="Import",s.Export="Export",s.Setting="Setting",s.Download="Download",s.Test="Test",s.Design="Design",s.Add="Add",s))(ao||{})),uo=g("CustomAction",(s=>(s.ResetPassword="ResetPassword",s.PermissionSetting="PermissionSetting",s.RemoveAndHandover="RemoveAndHandover",s.CategoryManagement="CategoryManagement",s.BaiscSetting="BaiscSetting",s.WatermarkSetting="WatermarkSetting",s.SecuritySetting="SecuritySetting",s.LoginSetting="LoginSetting",s.ThemeSetting="ThemeSetting",s.OrganizationSetting="OrganizationSetting",s.ApkSetting="ApkSetting",s.DevelopIconManagement="DevelopIconManagement",s.DevelopImageManagement="DevelopImageManagement",s.Reprint="Reprint",s.ViewTask="ViewTask",s.ManualTrigger="ManualTrigger",s.Setting="Setting",s.Terminate="Terminate",s.Reassign="Reassign",s.Log="Log",s.Moving="Moving",s.EnableDisable="EnableDisable",s))(uo||{}));const Kc=g("DefaultActions",["Insert","Update","Delete"]),Vc=g("PlatformSettingActions",["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"]);var oo=g("sizeEnum",(s=>(s.XS="XS",s.SM="SM",s.MD="MD",s.LG="LG",s.XL="XL",s.XXL="XXL",s))(oo||{})),co=g("screenEnum",(s=>(s[s.XS=480]="XS",s[s.SM=576]="SM",s[s.MD=768]="MD",s[s.LG=992]="LG",s[s.XL=1200]="XL",s[s.XXL=1600]="XXL",s))(co||{}));const O=g("screenMap",new Map);O.set("XS",480),O.set("SM",576),O.set("MD",768),O.set("LG",992),O.set("XL",1200),O.set("XXL",1600);const go=g("TIMEZONE_KEY","TIMEZONE__"),Fc=g("TENANT_KEY","TENANT__"),$c=g("TOKEN_KEY","TOKEN__"),Hc=g("LOCALE_KEY","LOCALE__"),Xc=g("LOCALE_LIST_KEY","LOCALE__LIST"),Wc=g("LOCAL_I18N_TRANSLATE","LOCAL_I18N_TRANSLATE"),jc=g("USER_INFO_KEY","USER__INFO__"),zc=g("ROLES_KEY","ROLES__KEY__"),qc=g("PROJ_CFG_KEY","PROJ__CFG__KEY__"),Jc=g("LOCK_INFO_KEY","LOCK__INFO__KEY__"),Qc=g("MULTIPLE_TABS_KEY","MULTIPLE_TABS__KEY__"),Zc=g("APP_DARK_MODE_KEY_","__APP__DARK__MODE__"),Yc=g("APP_LOCAL_CACHE_KEY","COMMON__LOCAL__KEY__"),eg=g("APP_SESSION_CACHE_KEY","COMMON__SESSION__KEY__"),tg=g("DESIGNER_SESSION_CACHE_KEY","DESIGNER_SESSION_CACHE_KEY");var ho=g("CacheTypeEnum",(s=>(s[s.SESSION=0]="SESSION",s[s.LOCAL=1]="LOCAL",s))(ho||{})),po=g("SEARCH_SEVICE",(s=>(s.EQ="eq",s.IEQ="iEq",s.NE="ne",s.INE="ine",s.GT="gt",s.GE="ge",s.LT="lt",s.LE="le",s.ISNULL="isNull",s.ISNOTNULL="isNotNull",s.LIKE="like",s.ILIKE="iLike",s.NOTLIKE="notLike",s.NOTILIKE="iNotLike",s.LEFTLIKE="leftLike",s.ILEFTLIKE="iLeftLike",s.RIGHTLIKE="rightLike",s.IRIGHTLIKE="iRightLike",s.IN="in",s.NOTIN="notIn",s.CONTAINANY="containAny",s.CONTAINALL="containAll",s.RANGE="range",s.ORANGE="oRange",s.LORANGE="loRange",s.RORANGE="roRange",s.VERSIONIN="versionIn",s))(po||{}));const sg=g("notSingleArr",["in","notIn","containAny","containAll","versionIn"]);var yo=g("AGLINE_ENUMS",(s=>(s.LEFT="left",s.CENTER="center",s.RIGHT="right",s.BETWEEN="between",s))(yo||{}));const ng=g("presetColor",["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"]);var _o=g("ButtonOpeEnum",(s=>(s[s.SINGLELINE=0]="SINGLELINE",s[s.HEAD=1]="HEAD",s[s.BATCH=2]="BATCH",s[s.SINGLELINE_RDO=3]="SINGLELINE_RDO",s))(_o||{})),fo=g("RdoButtonOpeEnum",(s=>(s[s.parentVersion=0]="parentVersion",s[s.childVersion=1]="childVersion",s))(fo||{})),vo=g("ExceptionEnum",(s=>(s[s.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",s[s.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",s[s.ERROR=500]="ERROR",s[s.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",s[s.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",s))(vo||{})),b=g("ErrorTypeEnum",(s=>(s.VUE="vue",s.SCRIPT="script",s.RESOURCE="resource",s.AJAX="ajax",s.PROMISE="promise",s))(b||{})),So=g("ResultEnum",(s=>(s[s.SUCCESS=200]="SUCCESS",s[s.ERROR=-1]="ERROR",s[s.TIMEOUT=401]="TIMEOUT",s.TYPE="success",s))(So||{})),mo=g("RequestEnum",(s=>(s.GET="GET",s.POST="POST",s.PUT="PUT",s.DELETE="DELETE",s))(mo||{})),Io=g("ContentTypeEnum",(s=>(s.JSON="application/json;charset=UTF-8",s.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",s.FORM_DATA="multipart/form-data;charset=UTF-8",s))(Io||{})),Ao=g("BizServiceEnum",(s=>(s.submit="post",s.listByIds="get",s.getone="post",s.listAll="post",s.listByPage="post",s.listTree="post",s.save="post",s.saveOrUpdate="post",s.saveBatch="post",s.importData="post",s.exportData="post",s.remove="post",s.removeById="delete",s.removeByIds="delete",s.update="put",s.updateById="put",s.updateByIds="put",s.rdoSave="post",s.rdoListAll="post",s.rdoListByPage="post",s.rdoListVersionById="get",s.rdoSaveVersion="post",s.rdoSaveBatch="post",s.rdoUpdateVersionById="put",s.rdoRemoveVersionById="delete",s.rdoRemoveById="delete",s.rdoGetVersionById="get",s.getOne="post",s.rdoGetVersionByRefId="post",s.getById="get",s.rdoListAllVersion="post",s.rdoRefListByPage="post",s.export="post",s.import="post",s.rdoExport="post",s.rdoImport="post",s.biz_search="post",s))(Ao||{})),bo=g("MenuTypeEnum",(s=>(s.SIDEBAR="sidebar",s.MIX_SIDEBAR="mix-sidebar",s.MIX="mix",s.TOP_MENU="top-menu",s))(bo||{})),To=g("TriggerEnum",(s=>(s.NONE="NONE",s.FOOTER="FOOTER",s.HEADER="HEADER",s))(To||{})),Lo=g("MenuModeEnum",(s=>(s.VERTICAL="vertical",s.HORIZONTAL="horizontal",s.VERTICAL_RIGHT="vertical-right",s.INLINE="inline",s))(Lo||{})),Ro=g("MenuSplitTyeEnum",(s=>(s[s.NONE=0]="NONE",s[s.TOP=1]="TOP",s[s.LEFT=2]="LEFT",s))(Ro||{})),Eo=g("TopMenuAlignEnum",(s=>(s.CENTER="center",s.START="start",s.END="end",s))(Eo||{})),wo=g("MixSidebarTriggerEnum",(s=>(s.HOVER="hover",s.CLICK="click",s))(wo||{})),Co=g("PageEnum",(s=>(s.BASE_LOGIN="/login",s.BASE_TENANT="/tenant",s.BASE_HOME="/home",s.USER_CENTER="/user-center",s.PROCESS_CENTER="/process",s.MESSAGE_CENTER="/message",s.ERROR_PAGE="/exception",s.ERROR_LOG_PAGE="/error-log/list",s.USER_CENTER_PWD="/user-center/password",s))(Co||{})),Do=g("RoleEnum",(s=>(s.SUPER="super",s.TEST="test",s))(Do||{})),Po=g("SizeEnum",(s=>(s.DEFAULT="default",s.SMALL="small",s.LARGE="large",s))(Po||{})),Oo=g("ProcessStatusEnum",(s=>(s.APPROVING="APPROVING",s.COMPLETED="COMPLETED",s.REFUSED="REFUSED",s.REJECTED="REJECTED",s.TERMINATED="TERMINATED",s.WITHDRAWN="WITHDRAWN",s))(Oo||{}));const rg=g("ch_ProcessStatusMap",{APPROVING:"sys.process.status.approving",COMPLETED:"sys.process.status.completed",REFUSED:"sys.process.status.refused",REJECTED:"sys.process.status.rejected",TERMINATED:"sys.process.status.terminated",WITHDRAWN:"sys.process.status.withdrawn"});var No=g("ExamineAndApproveStateEnum",(s=>(s.MY_APPLICATION="myApplication",s.MY_AGENT="myAgent",s.MY_DONE="myDone",s.MY_CUSTOM="myCustom",s.MY_CUSTOM_Modal="myCustomModal",s))(No||{})),U=g("PluginModeEnum",(s=>(s.DESIGN="design",s.WEB="web",s.MOBILE="mobile",s))(U||{}));class Ie{projectName=me.PORTAL;tenantId="";lang="zh-CN";appInfo={}}g("GlobalPiniaState",Ie);class q{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}g("FormState",q);class R{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}g("FormItemBasicState",R);class Ae extends R{}g("FormCollapsePaneState",Ae);class be extends R{}g("FormCollapseState",be);class Te extends R{activePane=""}g("FormTabState",Te);class Le extends R{}g("FormTabPaneState",Le);class J extends R{label="";value=null;options=[]}g("FormEditItemState",J);class Re extends R{expand=!0}g("FormGroupState",Re);class Ee extends J{}g("FormItemState",Ee);const Mo=ce("global-store",{state(){return new Ie},getters:{getAppInfo(){return this.appInfo}},actions:{getAppInfo(){return this.appInfo},setProjectName(s){this.$state.projectName=s},setTenantId(s){this.$state.tenantId=s},setLang(s){this.$state.lang=s}}});class we{pinia=ge();store;constructor(){he(this.pinia),this.store=Mo()}}g("GlobalStoreUtil",we);function Bo(s){if(s instanceof Array)s&&s.length>0&&s.splice(0,s.length);else if(s instanceof Object&&s)for(const e in s)Object.prototype.hasOwnProperty.call(s,e)&&delete s[e]}class Uo{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(e){this.maxListeners=e}getSize(e){return this.map.has(e)?this.map.get(e).length:0}addListener(e,t){if(t instanceof Function){this.map.has(e)||this.map.set(e,[]);const n=this.map.get(e);if(n.length<this.maxListeners)n.push(t);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(e,t){if(this.map.has(e)){const n=this.map.get(e);if(n.length>0){for(let u=0;u<n.length;u++)if(n[u]===t){n.splice(u,1);break}}}}emit(e,...t){this.map.has(e)&&this.map.get(e).forEach(u=>{u(...t)})}async asyncEmit(e,...t){if(this.map.has(e)){const u=this.map.get(e).map(r=>r(...t));return Promise.all(u)}return[]}reset(){this.map.forEach(e=>{Bo(e)}),this.map.clear()}}class Ce{constructor(e){this.e=new Uo,this.e.setMaxListeners(e||300)}getSize(e){return this.e.getSize(e)}on(e,t){this.e.addListener(e,t)}off(e,t){this.e.removeListener(e,t)}emit(e,...t){this.e.emit(e,...t)}asyncEmit(e,...t){return this.e.asyncEmit(e,...t)}reset(){this.e.reset()}}const{toString:ko}=Object.prototype;function xo(s){return Ko(s)==="function"}const Go={"[object Boolean]":"boolean","[object Number]":"number","[object String]":"string","[object Function]":"function","[object Array]":"array","[object Date]":"date","[object RegExp]":"regExp","[object Undefined]":"undefined","[object Null]":"null","[object Object]":"object","[object Set]":"set","[object Map]":"map","[object WeakMap]":"weakmap"};function Ko(s){return Go[ko.call(s)]}function Q(s,e,t=0,n=!1,u="/"){let r="";if(n&&!/^(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)\.(25[0-5]|2[0-4]\d|[0-1]\d{2}|[1-9]?\d)$/.test(location.hostname)){const o=location.hostname;o.indexOf(".")!==o.lastIndexOf(".")&&(r=`;domain=${o.substring(o.indexOf("."),o.length)}`)}if(t!==0){const l=t*24*60*60*1e3,o=new Date(new Date().getTime()+l);document.cookie=`${s}=${escape(e)};path=${u};expires=${o.toUTCString()}${r}`}else document.cookie=`${s}=${escape(e)};path=${u}${r}`}function De(s,e){Q(s,"",-1,e)}function Pe(s){const e=new RegExp(`(^| )${s}=([^;]*)(;|$)`),t=document.cookie.match(e);return t&&t.length>1?unescape(t[2]):null}class F{constructor(){this.items=[]}get size(){return this.items.length}callSync(e,...t){const n=e||Object.create({});let u;for(let r=0;r<this.items.length;r++){const l=this.items[r];if(l.fn&&(u=l.fn(n,...t)),u===null){console.warn(`因${l.fn?l.fn.name:null}方法返回值为「null」,钩子中断执行。`,l);break}}return n}tap(e){if(e&&xo(e)){const t={mode:"sync"};t.fn=e,this.items.push(t)}}removeTap(e){if(e)for(let t=0;t<this.items.length;t++){const n=this.items[t];e===n.fn&&this.items.splice(t,1)}}clear(){this.items=[]}}class Z{map=new Map;providers=new Map;hooks={register:new F,unregister:new F};register(e,t){this.map.set(e,t);const n=t();this.providers.set(e,n),this.hooks.register.callSync(null,e,n)}unregister(e){this.map.delete(e);const t=this.providers.get(e);t&&(this.hooks.unregister.callSync(null,e,t),this.providers.delete(e))}getProvider(e){return this.providers.get(e)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}g("DesignerRegister",Z);class N{static editors=new Map;static providers=new Map;static register(e,t){N.editors.set(e,t)}static unregister(e){N.editors.delete(e)}static get(e){if(this.providers.has(e))return this.providers.get(e);const t=N.editors.get(e);if(t){const n=t();return this.providers.set(e,n),n}return null}}g("EditorRegister",N);class M{static items=new Map;static register(e,t){M.items.set(e,t)}static unregister(e){M.items.delete(e)}static create(e){const t=M.items.get(e);return t?t():null}}g("FormItemRegister",M);class Y{map=new Map;hooks={register:new F,unregister:new F};register(e,t){this.map.set(e,t),this.hooks.register.callSync(null,e,t)}unregister(e){this.map.delete(e),this.hooks.unregister.callSync(null,e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}}g("RenderRegister",Y);class Oe{configs=new Map;cache=new Map;getConfig(e){return this.configs.get(e)}register(e){this.configs.set(e.tag,e),e.items&&this.cache.set(e.tag,e.items)}unregister(e){this.configs.delete(e),this.cache.delete(e)}get(e){return this.cache.get(e)||[]}async asyncGet(e,t){const n=this.configs.get(e);return n?n.mode==="static"?this.getByConfig(n):n.mode==="async"?this.cache.has(e)?this.cache.get(e)||[]:this.asyncGetByConfig(n,t):[]:[]}getByConfig(e){return e.items||[]}async asyncGetByConfig(e,t={}){if(e.fetch){const n=await e.fetch(t||{});if(n){const[u,r]=e.keys||["name","id"];return this.deepFormat(n,u,r)}}return[]}deepFormat(e,t,n){return e.map(u=>{const r={label:u[t],value:u[n]};return u.children&&u.children.length>0&&(r.options=this.deepFormat(u.children,t,n)),r})}}g("DictionaryUtil",Oe);function Vo(s,e){return _gct.i18n.global.t(s,e)}var Ne=g("EditorRegisterConst",(s=>(s.PREFIX="EDITOR___",s))(Ne||{})),Fo=g("EditorType",(s=>(s.LENGTH_UNIT="length-unit",s.COLOR="color",s.SPAN="span",s.TEXT="text",s.NUMBER="number",s.INFO="info",s.SELECT="select",s.RADIO="radio",s.PICKER="picker",s.I18N="i18n",s.TEXTAREA="textarea",s.DATE_RANGE="date-range",s.SWITCH="switch",s.CHECK_SWITCH="check-switch",s.ICON_SELECT="icon-select",s.CHECKBOX="checkbox",s))(Fo||{})),$o=g("EditorTypeOld",(s=>(s.LENGTH_UNIT="length-unit-editor",s.COLOR="color-editor",s.SPAN="span-editor",s.TEXT="text-editor",s.NUMBER="number-editor",s.INFO="info-editor",s.SELECT="select-editor",s.MODEL_SELECT="model-editor",s.Field_SELECT="field-editor",s.RADIO="radio-editor",s.PICKER="picker-editor",s.I18N="i18n-editor",s.TEXTAREA="textarea-editor",s.DATE_RANGE="date-range-editor",s.SWITCH="switch-editor",s.CHECK_SWITCH="check-switch-editor",s.ICON_SELECT="icon-select-editor",s.CHECKBOX="checkbox-editor",s.BORDER="border-editor",s.BORDER_RADIUS="border-radius-editor",s.ALIGN="align-editor",s.FONT_STYLE="font-style-editor",s.POSITION="position-editor",s.SPACING="spacing-editor",s.MARGIN="margin-editor",s))($o||{})),Ho=g("FormContainerType",(s=>(s.FORM_TITLE_GROUP="form-title-group",s))(Ho||{}));const B=g("CoreConst",{TOKEN:"gct-token",TENANT:"gct-tenant"}),Xo=g("STYLE_NAMESPACE_TAG","gct"),Wo=g("PLUGIN_BASE_URL","/minio"),jo="is-";function w(s,e,t,n,u){let r=`${s}-${e}`;return t&&(r+=`-${t}`),n&&(r+=`__${n}`),u&&(r+=`--${u}`),r}class Me{constructor(e,t){this.block=e,this.namespace=t||Xo}namespace;b(e=""){return w(this.namespace,this.block,e,"","")}e(e){return e?w(this.namespace,this.block,"",e,""):""}m(e){return e?w(this.namespace,this.block,"","",e):""}be(e,t){return e&&t?w(this.namespace,this.block,e,t,""):""}em(e,t){return e&&t?w(this.namespace,this.block,"",e,t):""}bm(e,t){return e&&t?w(this.namespace,this.block,e,"",t):""}bem(e,t,n){return e&&t&&n?w(this.namespace,this.block,e,t,n):""}is(e,t){return e&&t?`${jo}${e}`:""}cssVar(e){const t={};for(const n in e)e[n]&&(t[this.cssVarName(n)]=e[n]);return t}cssVarBlock(e){const t={};for(const n in e)e[n]&&(t[this.cssVarBlockName(n)]=e[n]);return t}cssVarName(e){return`--${this.namespace}-${e}`}cssVarBlockName(e){return`--${this.namespace}-${this.block}-${e}`}}g("Namespace",Me);function zo(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}var ee,Be;function qo(){if(Be)return ee;Be=1;function s(u){if(typeof u!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(u))}function e(u,r){for(var l="",o=0,c=-1,d=0,a,p=0;p<=u.length;++p){if(p<u.length)a=u.charCodeAt(p);else{if(a===47)break;a=47}if(a===47){if(!(c===p-1||d===1))if(c!==p-1&&d===2){if(l.length<2||o!==2||l.charCodeAt(l.length-1)!==46||l.charCodeAt(l.length-2)!==46){if(l.length>2){var _=l.lastIndexOf("/");if(_!==l.length-1){_===-1?(l="",o=0):(l=l.slice(0,_),o=l.length-1-l.lastIndexOf("/")),c=p,d=0;continue}}else if(l.length===2||l.length===1){l="",o=0,c=p,d=0;continue}}r&&(l.length>0?l+="/..":l="..",o=2)}else l.length>0?l+="/"+u.slice(c+1,p):l=u.slice(c+1,p),o=p-c-1;c=p,d=0}else a===46&&d!==-1?++d:d=-1}return l}function t(u,r){var l=r.dir||r.root,o=r.base||(r.name||"")+(r.ext||"");return l?l===r.root?l+o:l+u+o:o}var n={resolve:function(){for(var r="",l=!1,o,c=arguments.length-1;c>=-1&&!l;c--){var d;c>=0?d=arguments[c]:(o===void 0&&(o=process.cwd()),d=o),s(d),d.length!==0&&(r=d+"/"+r,l=d.charCodeAt(0)===47)}return r=e(r,!l),l?r.length>0?"/"+r:"/":r.length>0?r:"."},normalize:function(r){if(s(r),r.length===0)return".";var l=r.charCodeAt(0)===47,o=r.charCodeAt(r.length-1)===47;return r=e(r,!l),r.length===0&&!l&&(r="."),r.length>0&&o&&(r+="/"),l?"/"+r:r},isAbsolute:function(r){return s(r),r.length>0&&r.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var r,l=0;l<arguments.length;++l){var o=arguments[l];s(o),o.length>0&&(r===void 0?r=o:r+="/"+o)}return r===void 0?".":n.normalize(r)},relative:function(r,l){if(s(r),s(l),r===l||(r=n.resolve(r),l=n.resolve(l),r===l))return"";for(var o=1;o<r.length&&r.charCodeAt(o)===47;++o);for(var c=r.length,d=c-o,a=1;a<l.length&&l.charCodeAt(a)===47;++a);for(var p=l.length,_=p-a,S=d<_?d:_,v=-1,f=0;f<=S;++f){if(f===S){if(_>S){if(l.charCodeAt(a+f)===47)return l.slice(a+f+1);if(f===0)return l.slice(a+f)}else d>S&&(r.charCodeAt(o+f)===47?v=f:f===0&&(v=0));break}var A=r.charCodeAt(o+f),P=l.charCodeAt(a+f);if(A!==P)break;A===47&&(v=f)}var I="";for(f=o+v+1;f<=c;++f)(f===c||r.charCodeAt(f)===47)&&(I.length===0?I+="..":I+="/..");return I.length>0?I+l.slice(a+v):(a+=v,l.charCodeAt(a)===47&&++a,l.slice(a))},_makeLong:function(r){return r},dirname:function(r){if(s(r),r.length===0)return".";for(var l=r.charCodeAt(0),o=l===47,c=-1,d=!0,a=r.length-1;a>=1;--a)if(l=r.charCodeAt(a),l===47){if(!d){c=a;break}}else d=!1;return c===-1?o?"/":".":o&&c===1?"//":r.slice(0,c)},basename:function(r,l){if(l!==void 0&&typeof l!="string")throw new TypeError('"ext" argument must be a string');s(r);var o=0,c=-1,d=!0,a;if(l!==void 0&&l.length>0&&l.length<=r.length){if(l.length===r.length&&l===r)return"";var p=l.length-1,_=-1;for(a=r.length-1;a>=0;--a){var S=r.charCodeAt(a);if(S===47){if(!d){o=a+1;break}}else _===-1&&(d=!1,_=a+1),p>=0&&(S===l.charCodeAt(p)?--p===-1&&(c=a):(p=-1,c=_))}return o===c?c=_:c===-1&&(c=r.length),r.slice(o,c)}else{for(a=r.length-1;a>=0;--a)if(r.charCodeAt(a)===47){if(!d){o=a+1;break}}else c===-1&&(d=!1,c=a+1);return c===-1?"":r.slice(o,c)}},extname:function(r){s(r);for(var l=-1,o=0,c=-1,d=!0,a=0,p=r.length-1;p>=0;--p){var _=r.charCodeAt(p);if(_===47){if(!d){o=p+1;break}continue}c===-1&&(d=!1,c=p+1),_===46?l===-1?l=p:a!==1&&(a=1):l!==-1&&(a=-1)}return l===-1||c===-1||a===0||a===1&&l===c-1&&l===o+1?"":r.slice(l,c)},format:function(r){if(r===null||typeof r!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof r);return t("/",r)},parse:function(r){s(r);var l={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return l;var o=r.charCodeAt(0),c=o===47,d;c?(l.root="/",d=1):d=0;for(var a=-1,p=0,_=-1,S=!0,v=r.length-1,f=0;v>=d;--v){if(o=r.charCodeAt(v),o===47){if(!S){p=v+1;break}continue}_===-1&&(S=!1,_=v+1),o===46?a===-1?a=v:f!==1&&(f=1):a!==-1&&(f=-1)}return a===-1||_===-1||f===0||f===1&&a===_-1&&a===p+1?_!==-1&&(p===0&&c?l.base=l.name=r.slice(1,_):l.base=l.name=r.slice(p,_)):(p===0&&c?(l.name=r.slice(1,a),l.base=r.slice(1,_)):(l.name=r.slice(p,a),l.base=r.slice(p,_)),l.ext=r.slice(a,_)),p>0?l.dir=r.slice(0,p-1):c&&(l.dir="/"),l},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,ee=n,ee}var Jo=qo();const te=zo(Jo);class Qo{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(e,t,n=[]){const u=`${e}-${t}-${n.join("_")}`;if(this.cache.has(u))return this.cache.get(u);const r={client:t===V.WEB?"WEB":"MOBILE"};n.length>0&&(r.tag=n.join(","));const o=(await _gct.api.platform.plugin.postGetTenantCompList(r)).data;return o.length>0&&this.cache.set(u,o),o}static async loadPlugins(e,t=[]){const n={};if(t.length>0){const u=t.map(l=>{const o=te.join(Wo,l.url,"dist");return{imports:{[l.key]:`${o}/${e}.system.min.js?version=${l.version}`},styles:{[l.key]:`${o}/${e}.min.css?version=${l.version}`}}}),r=[];u.forEach(l=>{System.addImportMap(l),l.imports&&Object.keys(l.imports).forEach(o=>{const c=async()=>{try{const d=await System.import(o);n[o]=d,this.module.set(o,d)}catch(d){console.error(d)}};r.push(c())})}),await Promise.all(r)}return n}static async loadPlugin(e,t,n){n=["common",...n];const u=`${e}-${t}-${n.join("_")}`;try{const r=await this.loadPluginConfig(e,t,n);if(!this.cacheModules.has(u)){const l=[];r.forEach(c=>{c.plugins&&l.push(...c.plugins)});const o=await this.loadPlugins(e,l);this.cacheModules.set(u,o)}return[r,this.cacheModules.get(u)]}catch(r){console.error(r)}return[[],{}]}static async loadDesignPlugin(e,t,n=[]){try{const u=await this.loadPlugin(U.DESIGN,t,n),[r,l]=u;return r.forEach(o=>{o.plugins.forEach(d=>{const a=l[d.key];if(!a){console.error(`${d.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===V.WEB){const p=a.web??a.default;p&&_gct.register.designer.web.register(d.key,()=>new p)}else{const p=a.mobile??a.default;p&&_gct.register.designer.mobile.register(d.key,()=>new p)}})}),u}catch(u){console.error(u)}return[[],{}]}static async loadDesignDeletedPlugins(e,t=[]){try{const n=await this.loadPlugins(U.DESIGN,t);t.forEach(u=>{const r=n[u.key];if(!r){console.error(`${u.key} 插件加载失败,请检查插件配置是否正确`);return}if(e===V.WEB){const l=r.web??r.default;l&&_gct.register.designer.web.register(u.key,()=>new l)}else{const l=r.mobile??r.default;l&&_gct.register.designer.mobile.register(u.key,()=>new l)}})}catch(n){console.error(n)}}static async loadMobilePlugin(e=[]){try{const t=await this.loadPlugins(U.MOBILE,e);e.forEach(n=>{if(!t[n.key]){console.error(`${n.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(n.key,t[n.key].default)})}catch(t){console.error(t)}}static async loadWebPlugin(e=[]){try{const t=await this.loadPlugins(U.WEB,e);e.forEach(n=>{if(!t[n.key]){console.error(`${n.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(n.key,t[n.key].default)})}catch(t){console.error(t)}}}g("PluginPgkUtil",Qo);class Zo{constructor(e,t=!1){this.isDev=t,this.url=new URL(e),this.baseDir=te.dirname(this.url.pathname)}baseDir;url;dir(e){return this.isDev===!0?e:this.url.origin+te.resolve(this.baseDir,e)}}g("PluginStaticResource",Zo);function Yo(){return Pe(B.TOKEN)}function ec(s){s?Q(B.TOKEN,s,7,!0):De(B.TOKEN,!0)}function tc(){return Pe(B.TENANT)}function sc(s){s?Q(B.TENANT,s,7,!0):De(B.TENANT,!0)}function nc(){const s=location.pathname.replace("/src/projects","").split("/");return{aid:s[2],pid:s[3]}}const lg=g("isMobile",(()=>{const s=navigator.userAgent,e=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,t=window.innerWidth<=768,n="ontouchstart"in window||navigator.maxTouchPoints>0;return e.test(s)||t&&n})());function rc(){return localStorage.getItem(go)||"UTC+08:00"}function lc(s,e,t,n){return{install(u){s&&e&&_gct.register.editor.register(Ne.PREFIX+s,e),t&&u.component(n??t.name,t)}}}class Ue{i18n=re({});storeUtil=new we;store=this.storeUtil.store;message;dictionary=new Oe;register={designer:{mobile:new Z,web:new Z},render:{mobile:new Y,web:new Y},editor:N,formItem:M};api={apaas:new Jn,platform:new fa};t(e,t){return this.i18n.global.t(e,t)}}g("GctGlobal",Ue);class ke{constructor(e){this.model=e,this.init()}evt=new Ce;state=new q;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(e){e.forEach(t=>{let n=null;if((t.type==="item"||t.type==="hidden")&&(this.fields.push(t.name),this.modelMap[t.name]=t),t.type==="item"&&(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),n||(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),n||(n=_gct.register.formItem.create(t.type)),!n){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=n,t.type==="item"){const u=t;this.item[u.name]=n.createController(this,u)}else if(t.type==="hidden"){const u=t;this.item[u.name]=n.createController(this,u)}else if(t.type==="container"||t.container){const u=t;this.item[t.name]=n.createController(this,u),u.children&&this.initFormItems(u.children)}})}calcHidden(){Object.keys(this.item).forEach(t=>{const n=this.item[t];if(n.model.hidden){const u=n.model.hidden(this,n,this.state.data);u!=null&&(n.state.visible=!u)}})}getData(){const e={};return this.fields.forEach(t=>{const n=this.item[t];n&&(n.state.visible===!0||n.model.type==="hidden")&&(e[n.key]=n.value)}),e}resetData(){this.fields.forEach(e=>{const t=this.item[e];t&&t.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const e=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(t=>{const n=this.item[t];n&&(n.value=e[n.key]),n.defaultValue()}),this.state.loaded=!0,e}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(e=>{const t=this.item[e];t&&t.destroy()})}validate(){return Promise.resolve(!0)}validateItem(e){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(e=>{this.item[e].defaultValue()}),this.calcState()}mounted(){}}g("GctFormController",ke);class ic extends ke{initEvent(){super.initEvent(),this.evt.on("change",(e,t,n)=>{if(this.model.watch){const r=this.model.watch[e];r&&r(this,t,n)}const u=this.item[e];u&&u.model.watch&&u.model.watch(this,u,t,n),t!=n&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const e=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(e):this.model.updateRequest?this.model.updateRequest({id:this.context.id},e):Promise.resolve(e)}}g("EditFormController",ic);function ac(s){const e=s();return e.state=x(e.state),de(()=>e.destroy()),e}class se{model;constructor(e){this.model=e}}g("EditorController",se);class xe{constructor(e){this.model=e,this.init()}evt=new Ce;context={};params={};state=new q;item={};provider={};load(){throw new Error("Method not implemented.")}loaded(){throw new Error("Method not implemented.")}destroy(){throw new Error("Method not implemented.")}validate(){throw new Error("Method not implemented.")}validateItem(e){throw new Error("Method not implemented.")}mounted(){throw new Error("Method not implemented.")}init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent()}initEvent(){}initFormItems(e){e.forEach(t=>{let n=null;if(t.type==="item"&&(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}___${t.name}`),n||(n=_gct.register.formItem.create(`${t.type}___${t.editor.type}`))),n||(n=_gct.register.formItem.create(t.type)),!n){console.error(`未找到表单项提供者:${t.type}`,t);return}if(this.provider[t.name]=n,t.type==="item"){const u=t;this.item[u.name]=n.createController(this,t)}else if(t.type==="container"){const u=t;this.item[t.name]=n.createController(this,t),u.children&&this.initFormItems(u.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(t=>{const n=this.state.data[t];n&&(typeof n=="object"?Array.isArray(n)?this.state.data[t]=[]:this.state.data[t]={}:this.state.data[t]=null)})}}g("FormController",xe);function uc(s){const e=new xe(s);return e.state=x(e.state),e}class C{constructor(e,t){this.form=e,this.model=t,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new R}}g("FormItemBasicController",C);function oc(s){const e=s();return e.state=x(e.state),e}class cc extends C{type="collapse-pane";crateItemState(){return new Ae}}g("FormCollapsePaneController",cc);class gc extends C{type="collapse";crateItemState(){return new be}}g("FormCollapseController",gc);class hc extends C{type="tab";crateItemState(){return new Te}}g("FormTabController",hc);class dc extends C{type="tab-pane";crateItemState(){return new Le}}g("FormTabPaneController",dc);class pc extends C{type="group";crateItemState(){return new Re}}g("FormGroupController",pc);class ne extends C{get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(e){const t=k(this.form.state.data[this.key]);this.form.state.data[this.key]=e,this.form.evt.emit("change",this.key,e,t),this.state.value=e}get editorValue(){return this.model.fields?this.model.fields.map(e=>this.form.item[e].value):this.value}set editorValue(e){this.model.fields?this.model.fields.forEach((t,n)=>{this.form.item[t].value=e?.[n]}):this.value=e}init(){if(super.init(),this.model.type!=="hidden"){const{editor:e}=this.model;this.state.readonly=e.readonly,e.disabled!=null&&(this.state.disabled=e.disabled)}if(this.model.dictionary){const{mode:e}=this.model.dictionary;e==="static"&&(this.state.options=this.model.dictionary.items||[])}}defaultValue(){this.form.state.data[this.key]===void 0&&this.model.defaultValue!==void 0&&(this.form.state.data[this.key]=this.model.defaultValue)}reset(){this.model.defaultValue!==void 0?this.value=this.model.defaultValue:this.value=void 0}crateItemState(){return new J}}g("FormEditItemController",ne);class yc extends ne{type="item";async loadDictionary(e){if(this.state.options.length>0)return this.state.options;this.state.options=[],this.state.loading=!0;try{return this.model.dictionary?this.state.options=await _gct.dictionary.asyncGetByConfig(this.model.dictionary,e):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,e)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new Ee}}g("FormItemController",yc);class _c extends ne{type="hidden"}g("FormHiddenItemController",_c);class fc extends se{}g("LengthUnitEditorController",fc);class vc extends se{}g("ColorEditorController",vc);function Ge(){return H("formController")}function Sc(s){let e=null;if(s){const n=Ge().item[s];n&&(e=G({get(){return n.value},set(u){typeof u=="string"&&(u=u.trim()),!(typeof u!="object"&&n.value==u)&&(n.value=u)}}))}else{let t=X().proxy;const n=t.$props,u=t.$emit;e=G({get:()=>n.value,set:r=>{typeof r=="string"&&(r=r.trim()),!(typeof r!="object"&&n.value==r)&&u("update:value",r)}}),t=null}return e}function mc(s,e){let t=X().proxy;const n=t.$props,u=t.$emit,r=s?s.length:0,l=e?e.length:0,o=G({get:()=>{if(!n.value)return"";let c=n.value;return r>0&&c.startsWith(s)&&(c=c.substring(r)),l>0&&c.endsWith(e)&&(c=c.substring(0,c.length-l)),c},set:c=>{if(n.value===c)return;if(typeof c=="string"&&(c=c.trim()),c==""){u("update:value","");return}let d=c;r>0&&(d=s+d),l>0&&(d=d+e),u("update:value",d)}});return t=null,o}function Ic(s){const e=H("modal");return e&&s&&(e.ok=s),e}function Ac(s){return new Me(s)}function Ke(s){return typeof s<"u"}function bc(s){const e=K(s||""),t=K(!1),n=K(!1);return pe(e,u=>{Ke(u)&&(n.value=!0,t.value=Ve(u))},{immediate:!!s,flush:"sync"}),{clipboardRef:e,isSuccessRef:t,copiedRef:n}}function Ve(s,{target:e=document.body}={}){const t=document.createElement("textarea"),n=document.activeElement;t.value=s,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const u=document.getSelection();let r;u&&u.rangeCount>0&&(r=u.getRangeAt(0)),e.append(t),t.select(),t.selectionStart=0,t.selectionEnd=s.length;let l=!1;try{l=document.execCommand("copy")}catch(o){throw new Error(o)}return t.remove(),r&&u&&(u.removeAllRanges(),u.addRange(r)),n&&n.focus(),l}const D={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class Tc{handle(e){console.error(e)}}class Lc{handle(e){console.error(e)}}class Rc{handle(e){if(e.type===b.AJAX){new Fe().handle(e);return}console.error(e)}}class Fe{handle(e){const t=this._extractStatusCode(e.message);if(t)switch(t){case D.UNAUTHORIZED:this._handleUnauthorized();break;case D.FORBIDDEN:this._handleForbidden();break;case D.NOT_FOUND:this._handleNotFound();break;case D.INTERNAL_SERVER_ERROR:case D.BAD_GATEWAY:case D.SERVICE_UNAVAILABLE:case D.GATEWAY_TIMEOUT:this._handleServerError(t);break;default:this._handleGenericHttpError(e);break}else this._handleGenericHttpError(e)}_extractStatusCode(e){const t=e.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return t?parseInt(t[1]||t[2],10):null}_handleGenericHttpError(e){e.message.includes("Business Error")?console.debug("Handling business error:",e.message):e.message.includes("Network")?console.debug("Handling network error:",e.message):console.debug("Handling HTTP error:",e.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(e){console.warn(`Server error: ${e}`)}}class $e{static _strategies=new Map;static init(){this.registerStrategy(b.SCRIPT,new Tc),this.registerStrategy(b.VUE,new Lc),this.registerStrategy(b.PROMISE,new Rc),this.registerStrategy(b.AJAX,new Fe)}static getStrategy(e){return this._strategies.get(e)}static registerStrategy(e,t){this._strategies.set(e,t)}}class T{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return T._instance||(T._instance=new T),T._instance}static init(){T.getInstance()}static handleVueError(e,t,n){const u={type:b.VUE,message:`Vue Error: ${e.message} | Info: ${n}`,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(u)}static reportError(e,t=b.SCRIPT){const n={type:t,message:e.message,stack:e.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(n)}_initializeStrategies(){$e.init()}_processError(e){$e.getStrategy(e.type)?.handle(e)}}async function Ec(s){T.init(),s.config.errorHandler=(e,t,n)=>{T.handleVueError(e,t,n)},s.config.warnHandler=(e,t,n)=>{console.warn(`Vue Warning: ${e}`),n&&console.warn("Trace:",n)},window.addEventListener("error",e=>{T.reportError(new Error(e.message),b.SCRIPT)}),window.addEventListener("unhandledrejection",e=>{T.reportError(e.reason,b.PROMISE)})}async function wc(s){await Ec(s)}function He(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Ue}})}}));
1
+ System.register(["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}})}}));