@gct-paas/core 0.1.4-dev.7 → 0.1.4-dev.8

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 (227) hide show
  1. package/dist/index.esm.min.mjs +4456 -18521
  2. package/dist/index.min.cjs +14 -2
  3. package/dist/index.system.min.js +14 -2
  4. package/es/constants/core.mjs +0 -1
  5. package/es/constants/editor-register/editor-register.mjs +0 -1
  6. package/es/constants/editor-type/editor-type.d.ts +65 -1
  7. package/es/constants/editor-type/editor-type.mjs +14 -1
  8. package/es/constants/form-container-type/form-container-type.mjs +0 -1
  9. package/es/constants/index.d.ts +4 -0
  10. package/es/constants/index.mjs +2 -7
  11. package/es/controller/edit-form/edit-form.controller.mjs +0 -1
  12. package/es/controller/editor/color-editor.controller.mjs +0 -1
  13. package/es/controller/editor/length-unit-editor.controller.mjs +0 -1
  14. package/es/controller/editor-item/editor-item.controller.mjs +0 -1
  15. package/es/controller/form/form.controller.mjs +5 -4
  16. package/es/controller/form-collapse/form-collapse.controller.mjs +4 -3
  17. package/es/controller/form-collapse-pane/form-collapse-pane.controller.mjs +4 -3
  18. package/es/controller/form-edit-item/form-edit-item.controller.d.ts +1 -0
  19. package/es/controller/form-edit-item/form-edit-item.controller.mjs +6 -2
  20. package/es/controller/form-group/form-group.controller.mjs +4 -3
  21. package/es/controller/form-item/form-item.controller.d.ts +1 -0
  22. package/es/controller/form-item/form-item.controller.mjs +7 -3
  23. package/es/controller/form-item-basic/form-item-basic.controller.mjs +3 -2
  24. package/es/controller/form-item-hidden/form-item-hidden.controller.mjs +0 -1
  25. package/es/controller/form-tab/form-tab.controller.mjs +4 -3
  26. package/es/controller/form-tab-pane/form-tab-pane.controller.mjs +4 -3
  27. package/es/controller/gct-form/gct-form.controller.mjs +5 -4
  28. package/es/create-app-vue.mjs +4 -3
  29. package/es/enums/app-designer/index.d.ts +13 -1
  30. package/es/enums/app-designer/index.mjs +8 -2
  31. package/es/enums/appEnum.d.ts +17 -66
  32. package/es/enums/appEnum.mjs +18 -14
  33. package/es/enums/appStateEnum.mjs +0 -1
  34. package/es/enums/authActionEnum.mjs +0 -1
  35. package/es/enums/breakpointEnum.mjs +0 -1
  36. package/es/enums/cacheEnum.mjs +0 -1
  37. package/es/enums/designEnum.mjs +0 -1
  38. package/es/enums/exceptionEnum.mjs +0 -1
  39. package/es/enums/globalEnum.d.ts +38 -0
  40. package/es/enums/globalEnum.mjs +25 -0
  41. package/es/enums/httpEnum.mjs +0 -1
  42. package/es/enums/index.d.ts +13 -0
  43. package/es/enums/index.mjs +15 -16
  44. package/es/enums/menuEnum.mjs +0 -1
  45. package/es/enums/page-designer/designer.d.ts +17 -3
  46. package/es/enums/page-designer/designer.mjs +85 -6
  47. package/es/enums/page-designer/panel.mjs +0 -1
  48. package/es/enums/page-designer/toolkit.mjs +0 -1
  49. package/es/enums/page-designer/widget.d.ts +2 -1
  50. package/es/enums/page-designer/widget.mjs +3 -3
  51. package/es/enums/pageEnum.mjs +0 -1
  52. package/es/enums/plugin-enum.mjs +0 -1
  53. package/es/enums/processEnum.mjs +0 -1
  54. package/es/enums/roleEnum.mjs +0 -1
  55. package/es/enums/sizeEnum.mjs +0 -1
  56. package/es/global/gct/gct.d.ts +2 -15
  57. package/es/global/gct/gct.mjs +19 -17
  58. package/es/hooks/index.d.ts +2 -0
  59. package/es/hooks/use-app-inst/use-app-inst.d.ts +8 -0
  60. package/es/hooks/use-app-inst/use-app-inst.mjs +8 -0
  61. package/es/hooks/use-form/use-form.mjs +0 -1
  62. package/es/hooks/use-gct-form-value/use-gct-form-value.d.ts +1 -1
  63. package/es/hooks/use-gct-form-value/use-gct-form-value.mjs +0 -4
  64. package/es/hooks/use-modal/use-modal.mjs +0 -1
  65. package/es/hooks/use-namespace/use-namespace.mjs +11 -2
  66. package/es/hooks/use-sub-app-utils/use-sub-app-utils.d.ts +31 -0
  67. package/es/hooks/use-sub-app-utils/use-sub-app-utils.mjs +30 -0
  68. package/es/hooks/useCopyToClipboard.mjs +0 -1
  69. package/es/index.d.ts +5 -1
  70. package/es/index.mjs +77 -58
  71. package/es/interface/controller/form-edit-item/form-edit-item.controller.d.ts +5 -0
  72. package/es/interface/controller/index.d.ts +0 -1
  73. package/es/interface/form/i-editor/i-editor-basic.d.ts +2 -2
  74. package/es/interface/form/i-editor/i-model-field-select-editor.d.ts +18 -0
  75. package/es/interface/form/i-form/i-form-collapse-pane.d.ts +4 -0
  76. package/es/interface/form/i-form/i-form-item-basic.d.ts +1 -1
  77. package/es/interface/form/i-form/i-form-tab-pane.d.ts +4 -0
  78. package/es/interface/form/index.d.ts +1 -0
  79. package/es/interface/i-app-context/i-app-context.d.ts +34 -0
  80. package/es/interface/i-field-code-chain/i-field-code-chain.d.ts +17 -0
  81. package/es/interface/i-global-var/i-global-var.d.ts +15 -0
  82. package/es/interface/i-mobile-home-menu-item/i-mobile-home-menu-item.d.ts +94 -0
  83. package/es/interface/i-pinia-action/i-global-actions.d.ts +8 -20
  84. package/es/interface/i-pinia-getter/i-global-getters.d.ts +1 -1
  85. package/es/interface/i-pinia-state/i-global-state.d.ts +7 -14
  86. package/es/interface/index.d.ts +5 -2
  87. package/es/interface/open-util/i-open-window-options/i-open-window-options.d.ts +59 -0
  88. package/es/interface/state/index.d.ts +0 -1
  89. package/es/locale/index.mjs +1 -2
  90. package/es/modules/env-manager/env-manager.const.mjs +0 -1
  91. package/es/modules/env-manager/env-manager.interface.mjs +0 -1
  92. package/es/modules/env-manager/env-manager.mjs +7 -8
  93. package/es/modules/error-handler/error-handler.const.mjs +1 -30
  94. package/es/modules/error-handler/error-strategy.mjs +0 -1
  95. package/es/modules/error-handler/index.mjs +0 -1
  96. package/es/modules/platform-config/constants/index.d.ts +7 -0
  97. package/es/modules/platform-config/constants/login.const.d.ts +15 -0
  98. package/es/modules/platform-config/constants/login.const.mjs +50 -0
  99. package/es/modules/platform-config/constants/org.const.d.ts +9 -0
  100. package/es/modules/platform-config/constants/org.const.mjs +54 -0
  101. package/es/modules/platform-config/constants/theme.const.d.ts +9 -0
  102. package/es/modules/platform-config/constants/theme.const.mjs +5 -0
  103. package/es/modules/platform-config/constants/watermark.const.d.ts +16 -0
  104. package/es/modules/platform-config/constants/watermark.const.mjs +14 -0
  105. package/es/modules/platform-config/enums/deploy.enum.d.ts +10 -0
  106. package/es/modules/platform-config/enums/deploy.enum.mjs +7 -0
  107. package/es/modules/platform-config/enums/index.d.ts +6 -0
  108. package/es/modules/platform-config/{constants.d.ts → enums/login.enum.d.ts} +3 -7
  109. package/es/modules/platform-config/enums/login.enum.mjs +16 -0
  110. package/es/modules/platform-config/enums/platform.enum.d.ts +27 -0
  111. package/es/modules/platform-config/enums/platform.enum.mjs +26 -0
  112. package/es/modules/platform-config/index.d.ts +6 -17
  113. package/es/modules/platform-config/interfaces/global-setting.interface.d.ts +7 -0
  114. package/es/modules/platform-config/interfaces/index.d.ts +7 -0
  115. package/es/modules/platform-config/interfaces/login-config.interface.d.ts +17 -0
  116. package/es/modules/platform-config/interfaces/platform-map.interface.d.ts +8 -0
  117. package/es/modules/platform-config/interfaces/theme-setting.interface.d.ts +30 -0
  118. package/es/modules/platform-config/store.d.ts +221 -0
  119. package/es/modules/platform-config/store.mjs +78 -0
  120. package/es/modules/platform-config/useBasicSetting.d.ts +6 -2
  121. package/es/modules/platform-config/useBasicSetting.mjs +39 -0
  122. package/es/modules/platform-config/useDeploySetting.d.ts +9 -4
  123. package/es/modules/platform-config/useDeploySetting.mjs +27 -0
  124. package/es/modules/platform-config/useLoginSetting.d.ts +4 -14
  125. package/es/modules/platform-config/useLoginSetting.mjs +177 -0
  126. package/es/modules/platform-config/useOrgSetting.d.ts +5 -1
  127. package/es/modules/platform-config/useOrgSetting.mjs +66 -0
  128. package/es/modules/platform-config/useProjectSetting.d.ts +12 -0
  129. package/es/modules/platform-config/useProjectSetting.mjs +11 -0
  130. package/es/modules/platform-config/useSecuritySetting.d.ts +5 -1
  131. package/es/modules/platform-config/useSecuritySetting.mjs +60 -0
  132. package/es/modules/platform-config/useThemeSetting.d.ts +6 -3
  133. package/es/modules/platform-config/useThemeSetting.mjs +64 -0
  134. package/es/modules/platform-config/useWatermarkSetting.d.ts +4 -1
  135. package/es/modules/platform-config/useWatermarkSetting.mjs +26 -0
  136. package/es/modules/user-stores/index.d.ts +3 -0
  137. package/es/modules/user-stores/store/permission.store.d.ts +21 -0
  138. package/es/modules/user-stores/store/permission.store.mjs +38 -0
  139. package/es/modules/user-stores/store/tenant.store.d.ts +9 -0
  140. package/es/modules/user-stores/store/tenant.store.mjs +24 -0
  141. package/es/modules/user-stores/store/user.store.d.ts +154 -0
  142. package/es/modules/user-stores/store/user.store.mjs +100 -0
  143. package/es/modules/user-stores/types/permission.d.ts +1 -0
  144. package/es/modules/user-stores/types/tenant.d.ts +1 -0
  145. package/es/modules/user-stores/types/user.d.ts +14 -0
  146. package/es/register/editor-register/editor-register.d.ts +5 -13
  147. package/es/register/editor-register/editor-register.mjs +8 -17
  148. package/es/register/form-item-register/form-item-register.d.ts +4 -15
  149. package/es/register/form-item-register/form-item-register.mjs +7 -17
  150. package/es/register/index.d.ts +18 -1
  151. package/es/register/render-register/render-register.mjs +0 -1
  152. package/es/router/index.mjs +0 -1
  153. package/es/state/form/form.state.mjs +0 -1
  154. package/es/state/form-collapse/form-collapse.state.mjs +0 -1
  155. package/es/state/form-collapse-pane/form-collapse-pane.state.mjs +0 -1
  156. package/es/state/form-edit-item/form-edit-item.state.mjs +0 -1
  157. package/es/state/form-group/form-group.state.mjs +0 -1
  158. package/es/state/form-item/form-item.state.mjs +0 -1
  159. package/es/state/form-item-basic/form-item-basic.state.mjs +0 -1
  160. package/es/state/form-tab/form-tab.state.mjs +0 -1
  161. package/es/state/form-tab-pane/form-tab-pane.state.mjs +0 -1
  162. package/es/state/global-pinia-state/global-pinia-state.d.ts +8 -25
  163. package/es/state/global-pinia-state/global-pinia-state.mjs +30 -16
  164. package/es/store/global-store.d.ts +1 -0
  165. package/es/store/global-store.mjs +34 -37
  166. package/es/store/index.d.ts +2 -3
  167. package/es/store/index.mjs +0 -1
  168. package/es/types/index.d.ts +14 -1
  169. package/es/utils/axios/interceptors.mjs +3 -23
  170. package/es/utils/deviceFingerprint.d.ts +17 -0
  171. package/es/utils/deviceFingerprint.mjs +73 -0
  172. package/es/utils/dictionary/dictionary.mjs +0 -1
  173. package/es/utils/i18n/index.d.ts +2 -1
  174. package/es/utils/i18n/index.mjs +3 -4
  175. package/es/utils/index.d.ts +11 -2
  176. package/es/utils/linked-list/linked-list.d.ts +72 -0
  177. package/es/utils/linked-list/linked-list.mjs +119 -0
  178. package/es/utils/linked-node/linked-node.d.ts +31 -0
  179. package/es/utils/linked-node/linked-node.mjs +32 -0
  180. package/es/utils/mitt/mitt.d.ts +1 -0
  181. package/es/utils/mitt/mitt.mjs +5 -0
  182. package/es/utils/model-loader/model-loader.d.ts +118 -0
  183. package/es/utils/model-loader/model-loader.mjs +326 -0
  184. package/es/utils/namespace/namespace.mjs +0 -1
  185. package/es/utils/plugin-static-resource/plugin-static-resource.mjs +0 -1
  186. package/es/utils/props/gct-form-item/gct-form-item.props.d.ts +63 -0
  187. package/es/utils/props/gct-form-item/gct-form-item.props.mjs +66 -0
  188. package/es/utils/props/index.d.ts +1 -0
  189. package/es/utils/style/index.d.ts +16 -0
  190. package/es/utils/style/index.mjs +141 -0
  191. package/es/utils/tools/tools.d.ts +13 -10
  192. package/es/utils/tools/tools.mjs +19 -11
  193. package/es/utils/treeHelper/treeHelper.d.ts +117 -0
  194. package/es/utils/treeHelper/treeHelper.mjs +220 -0
  195. package/es/utils/util.d.ts +39 -0
  196. package/es/utils/util.mjs +40 -0
  197. package/es/utils/value-helper/value-helper.d.ts +49 -0
  198. package/es/utils/value-helper/value-helper.mjs +109 -0
  199. package/es/utils/width-install/width-install.mjs +0 -2
  200. package/package.json +12 -16
  201. package/es/controller/index.mjs +0 -17
  202. package/es/enums/page-designer/index.mjs +0 -6
  203. package/es/global/index.mjs +0 -3
  204. package/es/hooks/index.mjs +0 -7
  205. package/es/interface/controller/i-designer-controller.d.ts +0 -116
  206. package/es/interface/hooks/i-designer-hooks.d.ts +0 -26
  207. package/es/interface/hooks/index.d.ts +0 -1
  208. package/es/interface/index.mjs +0 -1
  209. package/es/interface/low-code-types/index.d.ts +0 -4
  210. package/es/interface/low-code-types/modal-types.d.ts +0 -67
  211. package/es/interface/low-code-types/model/index.d.ts +0 -5338
  212. package/es/interface/low-code-types/schema/index.d.ts +0 -12
  213. package/es/interface/low-code-types/widget-basic-types.d.ts +0 -667
  214. package/es/interface/state/i-designer-state.d.ts +0 -27
  215. package/es/modules/env-manager/index.mjs +0 -5
  216. package/es/modules/platform-config/index.mjs +0 -17
  217. package/es/modules/platform-config/types.d.ts +0 -67
  218. package/es/provider/i-designer-provider/i-designer-provider.d.ts +0 -102
  219. package/es/provider/index.d.ts +0 -1
  220. package/es/provider/index.mjs +0 -1
  221. package/es/register/designer-register/designer-register.d.ts +0 -53
  222. package/es/register/designer-register/designer-register.mjs +0 -68
  223. package/es/register/index.mjs +0 -6
  224. package/es/state/index.mjs +0 -12
  225. package/es/utils/index.mjs +0 -10
  226. package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +0 -96
  227. package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +0 -260
@@ -1,2 +1,14 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const me=require("pinia"),M=require("lodash-es"),Se=require("axios"),bs=require("vue-i18n"),Qe=require("vue-router"),E=require("vue"),Ns=require("qs"),vs=48,Ts=80;var Ee=(e=>(e.FULL="full",e.FIXED="fixed",e))(Ee||{}),Pe=(e=>(e.DARK="dark",e.LIGHT="light",e))(Pe||{}),Oe=(e=>(e.AUTO="auto",e.HEADER="header",e.FIXED="fixed",e))(Oe||{}),Me=(e=>(e[e.ROUTE_JUMP=0]="ROUTE_JUMP",e[e.PAGE_COVERAGE=1]="PAGE_COVERAGE",e))(Me||{}),Ce=(e=>(e.ROLE="ROLE",e.BACK="BACK",e.ROUTE_MAPPING="ROUTE_MAPPING",e.PLATFORM_ROLE="PLATFORM_ROLE",e))(Ce||{}),_e=(e=>(e.ZOOM_FADE="zoom-fade",e.ZOOM_OUT="zoom-out",e.FADE_SIDE="fade-slide",e.FADE="fade",e.FADE_BOTTOM="fade-bottom",e.FADE_SCALE="fade-scale",e))(_e||{}),W=(e=>(e.PORTAL="portal",e.BACKEND_MANAGEMENT="backend-management",e.DEVELOPER_CENTER="developer-center",e.TENANT_CENTER="tenant-center",e.APP_DESIGNER="app-designer",e.PAGE_DESIGNER="page-designer",e.WEB_RENDER="web-render",e.MOBILE_RENDER="mobile-render",e))(W||{}),Be=(e=>(e.ALL="field_type_all",e.BASIC="field_type_basic",e.LOGIC="field_type_logic",e.TRACE="field_type_trace",e))(Be||{}),Q=(e=>(e.PRIMARY_KEY="primary_key",e.ASSOCIATED_PRIMARY_KEY="associated_primary_key",e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.DATA_TABLE_FORMULA="data_table_formula",e.READONLYCMP="readonlycmp",e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e.Biz_Process="biz_process",e))(Q||{}),Ue=(e=>(e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e))(Ue||{}),xe=(e=>(e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.Biz_Process="biz_process",e))(xe||{}),we=(e=>(e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e))(we||{});const Rs={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 ke=(e=>(e.SYSTEM="SYSTEM",e.USER_DEFINED="USER_DEFINED",e.BUILTIN="BUILTIN",e.CUSTOM="CUSTOM",e.PROCESS="PROCESS",e))(ke||{}),Fe=(e=>(e.CATALOG="CATALOG",e.STANDARD="STANDARD",e.LINK="LINK",e))(Fe||{}),Ge=(e=>(e.PRESENT="PRESENT",e.IFRAME="IFRAME",e.NEW="NEW",e))(Ge||{}),Ke=(e=>(e.MaterialFormField="formField",e.MaterialTableField="tableField",e.MaterialEmbedTableField="embedTableField",e.MaterialSubTableField="subTableField",e.MaterialSubTableModalField="subTableModalField",e.cardListFormField="cardList",e.MaterialTableSelectField="tableSelectField",e.DescriptionsFormField="descriptions",e))(Ke||{});const Ss={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 Ve=(e=>(e.COUNT="COUNT",e.SUM="SUM",e.MAX="MAX",e.MIN="MIN",e.AVG="AVG",e))(Ve||{}),He=(e=>(e.SPEC="spec",e.SUB_WORKFLOW="sub_workflow",e))(He||{}),We=(e=>(e.None="none",e.SingleChoice="gct_radio",e.MultipleChoice="checkbox",e))(We||{}),je=(e=>(e.NONE="NONE",e.GLOBAL="GLOBAL",e.LEVEL="LEVEL",e.LOGIC="LOGIC",e))(je||{}),Xe=(e=>(e.ALL="all",e.UNREAD="unread",e))(Xe||{}),$e=(e=>(e.TEST="myTestApp",e.QUICK="quickAccess",e.MY="myApp",e))($e||{}),ze=(e=>(e.PROFILE="profile",e.GENDER="gender",e.ENTERPRISE="enterprise",e))(ze||{}),qe=(e=>(e.FEMALE="female",e.MALE="male",e.PRIVARY="privary",e))(qe||{}),Je=(e=>(e.TODO="todo",e.APPLICATION="application",e.DONE="done",e.DELEGATE="delegate",e))(Je||{});const Es=[Q.TEXT,Q.LONG_TEXT,Q.LONG,Q.INTEGER,Q.DECIMAL,Q.DOUBLE,Q.SERIAL];var Ze=(e=>(e.SCRIPT_SERVICE="SCRIPT_SERVICE",e.SQL_SERVICE="SQL_SERVICE",e.SO_SERVICE="SO_SERVICE",e.BUILTIN_SERVICE="SYS_BUILTIN",e))(Ze||{}),Ye=(e=>(e.ENTITY="entity",e.DATA="data",e.VIEW="view",e))(Ye||{}),et=(e=>(e.BASE="BASE",e.NDO="NDO",e.RDO="RDO",e.TREE="TREE",e.DYNAMIC_FORM="DYNAMIC_FORM",e.WORKFLOW="WORKFLOW",e.TRANSACTION="TRANSACTION",e))(et||{}),tt=(e=>(e.NONE="NONE",e.FIXED="FIXED",e.SYS_VAR="SYS_VAR",e))(tt||{}),at=(e=>(e.NULL="",e.SYS_DATE="SYS_DATE",e.SYS_TIME="SYS_TIME",e.SYS_DATE_TIME="SYS_DATE_TIME",e.CURRENT_USER="CURRENT_USER",e.CURRENT_ORG="CURRENT_ORG",e))(at||{}),st=(e=>(e.EVENT="event",e.BUSINESSSERVICE="businessService",e.TIMER="timer",e))(st||{}),ot=(e=>(e.PAGE="page",e.HISTORY="history",e.GLOBAL="global",e.WIDGET="widget",e.CHANGE_DESIGN="changeDesign",e))(ot||{}),ht=(e=>(e.STATIC="static",e.RELATIVE="relative",e.ABSOLUTE="absolute",e.FIXED="fixed",e.STICKY="sticky",e))(ht||{}),rt=(e=>(e.NONE="none",e.SOLID="solid",e.DOTTED="dotted",e.DASHED="dashed",e.DOUBLE="double",e))(rt||{}),dt=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.JUSTIFY="justify",e))(dt||{}),pt=(e=>(e.LINETHROUGH="line-through",e.UNDERLINE="underline",e.NONE="none",e))(pt||{}),lt=(e=>(e.INNER="inner",e.JS="js",e.LO="lo",e))(lt||{}),ut=(e=>(e.BASIC="basic",e.ADVANCED="advance",e.DISPLAY="display",e.LABEL="label",e.VUE3="vue3",e.FIELD="field",e.DATA="data",e.OTHER="other",e.LIST="list",e.Table="table",e.SUBMIT_RULE="submitRule",e.LISTDATA="listdata",e.SHOW="show",e.FIELD_CONFIG="fieldConfig",e.FORM_CONFIG="formConfig",e.FIELD_LAYOUT="FieldLayout",e.TABLESELECT_CONFIG="tableSelect",e.GENRADIO="genRadio",e.GENCHECKBOX="genCheckbox",e.GENSWITCH="genSwitch",e.OPTIONS="options",e.COLLAPSE="collapse",e.IFRAME="iframe",e.FILECOLLECT="fileCollect",e.CARDLIST="cardList",e.BUTTON="button",e.Button="Button",e.ButtonShow="ButtonShow",e.ButtonStyle="ButtonStyle",e.LISTBUTTON="listButton",e.MODAL="modal",e.MODALWIDTH="modalWidth",e.MODALHEIGHT="modalHeight",e.MODALTITLECONFIG="modalTitleConfig",e.SEARCH="search",e.QUERY="query",e.INPUT_CONFIG="inputConfig",e.DATALINKAGE="dataLinkage",e.PERMISSION="permission",e.DATASOURCE="dataSource",e.VALIDATERULE="validaterule",e.TEXT="text",e.GRID_CONFIG="gridConfig",e.COL_CONFIG="colConfig",e.COMPONENTDEPENDENCY="componentDependency",e.GENIMAGE="genImage",e.DATARANGE="dataRange",e.OPERATOR_CONFIG="operatorConfig",e.BUSINESS_CONFIG="businessConfig",e))(ut||{}),it=(e=>(e.LAYOUT="layout",e.STYLE="style",e.BACKGROUND="background",e.MARGIN="margin",e.BORDER="border",e.HEADER="header",e))(it||{}),mt=(e=>(e.TAG="tag",e.PROGRESS="progress",e))(mt||{}),nt=(e=>(e.RADIUS="radius",e.LINEAR_RADIUS="linear_radius",e.BIG_RADIUS="big_radius",e.LINEAR_BIG_RADIUS="linear_big_radius",e.DASHED_RADIUS="dashed_radius",e.STATUS="status",e))(nt||{}),gt=(e=>(e.CIRCLE="circle",e.LINE="line",e))(gt||{}),ft=(e=>(e.RULE="rule",e.CONFIG="config",e))(ft||{}),yt=(e=>(e.STRING="string",e.NUMBER="number",e.BOOLEAN="boolean",e.OBJECT="object",e.ARRAY="array",e.NULL="NULL",e.DATE="date",e.DATETIME="datetime",e.TIME="time",e))(yt||{}),Dt=(e=>(e.MODAL="modal",e.EVENT="event",e.VAR="var",e))(Dt||{}),ct=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(ct||{}),Qt=(e=>(e.CLOSE_MODAL="__CLOSEMODAL__",e.OPEN_MODAL="__OPENMODAL__",e.REFRESH_TABLE="__REFRESHTABLE__",e))(Qt||{}),It=(e=>(e.INLINE="inline",e.MODAL="modal",e))(It||{}),Lt=(e=>(e.DELETE="delete",e.COPY="copy",e))(Lt||{}),At=(e=>(e.DELETE="delete",e.EDIT="edit",e.COPY="copy",e))(At||{}),bt=(e=>(e.JS="js",e))(bt||{}),Nt=(e=>(e.alwaysCover="alwaysCover",e.notCovered="notCovered",e))(Nt||{}),vt=(e=>(e.HIDDEN="hidden",e.READONLY="readonly",e.DISABLED="disabled",e.REQUIRED="required",e.ASSIGNMENT="assignment",e))(vt||{}),Tt=(e=>(e.OUTLINE="OUTLINE",e.WIDGETS="WIDGETS",e.FIELD="FIELD",e.MODAL="MODAL",e.JS="JS",e.CSS="CSS",e.TEMPLATE="TEMPLATE",e.LO="LO",e))(Tt||{}),Rt=(e=>(e.FORM="form",e.LAYOUT="layout",e.ADVANCED="advanced",e.DATA="data",e.BUTTON="button",e.RDO="rdo",e.KIT="kit",e.PROCESS="process",e))(Rt||{}),Y=(e=>(e.WEB="web",e.MOBILE="mobile",e))(Y||{}),St=(e=>(e.MODAL="modal",e.MODAL_BODY="modalBody",e.MODAL_FOOTER="modalFooter",e.BottomButtonContainer="bottom-button-container",e))(St||{}),Et=(e=>(e.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",e.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",e.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",e.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",e.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",e.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",e.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",e.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",e.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",e.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",e))(Et||{}),Pt=(e=>(e.DROPDOWN_SELECTION="dropdownSelection",e.TREE_SELECTION="treeSelection",e.MODAL_BOX_SELECTION="modalBoxSelection",e))(Pt||{}),Ot=(e=>(e["¥"]="¥",e.$="$",e.S$="S$",e))(Ot||{}),Mt=(e=>(e.d="d",e["d:h"]="d:h",e["d:h:m"]="d:h:m",e["d:h:m:s"]="d:h:m:s",e.h="h",e["h:m"]="h:m",e["h:m:s"]="h:m:s",e.m="m",e["m:s"]="m:s",e.s="s",e))(Mt||{}),Ct=(e=>(e.d="days",e["d:h"]="dayhour",e["d:h:m"]="dayhourminute",e["d:h:m:s"]="dayhourminutesecond",e.h="hour",e["h:m"]="hourminute",e["h:m:s"]="hourminutesecond",e.m="minute",e["m:s"]="minutesecond",e.s="seconds",e))(Ct||{}),_t=(e=>(e["¥"]="chMoney",e.$="usMoney",e.S$="sgpMoney",e))(_t||{}),Bt=(e=>(e.SingleChoice="radio",e.MultipleChoice="checkbox",e))(Bt||{}),Ut=(e=>(e.Current="current",e.Whole="whole",e))(Ut||{}),xt=(e=>(e.Local="local",e.Server="server",e.PREVIEW_PRINT="PreviewPrint",e.DIRECT_PRINTING="DirectPrinting",e))(xt||{}),wt=(e=>(e.OPEN="open",e.APPROVE="linkApprove",e))(wt||{}),kt=(e=>(e.SYSTEM="system",e.TRANSACTION="transaction",e))(kt||{}),Ft=(e=>(e.CURRENT="current",e.REFERENCE="reference",e))(Ft||{}),Gt=(e=>(e.BLOCK="block",e.INLINE_BLOCK="inline-block",e))(Gt||{}),Kt=(e=>(e.DEFAULT="default",e.LINK="link",e))(Kt||{}),Vt=(e=>(e.DEFAULT="default",e.PRIMARY="primary",e.ERROR="error",e.WARNING="warning",e.SUCCESS="success",e))(Vt||{}),Ht=(e=>(e.ORDINARY="ordinary",e.SQUARE="square",e))(Ht||{}),Wt=(e=>(e.SMALL="small",e.DEFAULT="middle",e.LARGE="large",e))(Wt||{}),jt=(e=>(e.TEXT="TEXT",e.ICON_TEXT="ICON_TEXT",e.ICON="ICON",e))(jt||{}),Xt=(e=>(e.PRIMARY="primary",e.DEFAULT="default",e.DASHED="dashed",e.LINK="link",e))(Xt||{}),$t=(e=>(e.PRIMARY="primary",e.DANGER="danger",e.DEFAULT="default",e))($t||{});const Ps={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 zt=(e=>(e.COLUMNDELETE="columnDelete",e.COLUMNLINK="columnLink",e.COPY="copy",e.VERSION_COPY="version_copy",e.VERSION_CREATE="version_create",e.DETAILS="details",e.EDIT="edit",e.USAGEINFORMATION="usageInformation",e.MODELINGTRACEABILITY="modelingTraceability",e.IMPORT="import",e.EXPORT="export",e.BATCHDELETE="batchDelete",e.SUBMIT="submit",e.RESET="reset",e.EXCUTE="excute",e.LABEL_PRINT="label_print",e.DOCUMENT_PRINT="document_print",e.EXAMINE_AND_APPROVE="examineAndApprove",e))(zt||{}),qt=(e=>(e.NONE="none",e.EMBEDDED="embedded",e.EXTERNAL="external",e))(qt||{}),Jt=(e=>(e.DEFAULT="default",e.EMBED="embed",e.SUB="sub",e))(Jt||{}),Zt=(e=>(e.DEFAULTEDITING="defaultEditing",e.CLICKTOENTEREDITING="clickToEnterEditing",e))(Zt||{}),Yt=(e=>(e.GCT="gct",e.GCT_MODAL="gct-modal",e.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",e))(Yt||{}),ea=(e=>(e.ALL="ALL",e.SEARCH="SEARCH",e.SEARCHALL="SEARCHALL",e.LEVEL="LEVEL",e.CHILDREN="CHILDREN",e))(ea||{}),ta=(e=>(e.REALTIMEDATASOURCE="realTimeDataSource",e.SERVICEDATASOURCE="serviceDataSource",e))(ta||{}),aa=(e=>(e.SIGNATURE_ONLY="signature_only",e.SIGNATURE_DATE="signature_date",e.SIGNATURE_DATETIME="signature_datetime",e))(aa||{}),sa=(e=>(e.WIPE_DATA="wipe_data",e.REFRESHDATA="refresh_data",e))(sa||{}),oa=(e=>(e.PAGE="page",e.MODAL="modal",e))(oa||{}),ha=(e=>(e.RdoInput="rdo-input",e.Input="input",e.ElectronicSignature="electronic-signature",e.UseinfoButton="useinfo-button",e.ModelingButton="modeling-button",e.ImportButton="gc-import-button",e.ExportButton="gc-export-button",e.DocumentPrintButton="document-print-button",e.SubmitButton="submit-button",e.BatchDeleteButton="batchdelete-button",e.CustomButton="custom-button",e.TableLinkButton="table-link-button",e.TableInfoButton="table-info-button",e.TableApproveButton="table-approve-button",e.OpeButton="ope-button",e.ResetButton="reset-button",e.RdoSaveButton="rdo-save-button",e.LabelPrintButton="labelprint-button",e.ProcessButton="process-button",e.ProcessApproveButton="process-approve-button",e.CreateButton="create-button",e.DeleteButton="delete-button",e.CopyButton="copy-button",e.RefreshButton="refresh-button",e.CreateVersionButton="create-version-button",e.CopyVersionButton="copy-version-button",e.Checkbox="checkbox",e.DataTable="data-table",e.TreeTable="tree-table",e.DataTableColumn="data-table-column",e.RefDataTable="ref-data-table",e.DataList="data-list",e.RdoDataList="rdo-data-list",e.DataTableOpe="data-table-ope",e.DataTableFormula="data-table-formula",e.Datepicker="datepicker",e.DateTimepicker="datetimepicker",e.Department="department",e.Form="form",e.RdoForm="rdo-form",e.RdoTable="rdo-table",e.MedProRdoForm="medprordo-form",e.MedProRdoTable="medprordo-table",e.FormProcess="form-process",e.Inputmoney="inputmoney",e.Inputnumber="inputnumber",e.InputDouble="inputdouble",e.Radio="radio",e.Select="select",e.RdoSelect="rdo-select",e.Switch="switch",e.Textarea="textarea",e.Timepicker="timepicker",e.Userpicker="userpicker",e.Search="search",e.SelectSearch="select-search",e.QuickSearch="quick-search",e.LayoutContainer="layout-container",e.ButtonContainer="button-container",e.ButtonProcessContainer="button-process-container",e.BottomButtonContainer="bottom-button-container",e.Grid="grid",e.GridCol="grid-col",e.Tabs="tabs",e.TabPane="tab-pane",e.LeftRightColumns="left-right-columns",e.TopBottomColumns="top-bottom-columns",e.LeftLayoutThree="left-layout-three",e.TopLayoutThree="top-layout-three",e.UploadFile="upload-file",e.UploadImage="upload-image",e.SubTable="sub-table",e.SubTableOpe="sub-table-ope",e.SubTableAddBtn="sub-table-add-button",e.SubTableCopyBtn="sub-table-copy-button",e.SubTableEditBtn="sub-table-edit-button",e.SubTableDeleteBtn="sub-table-delete-button",e.LinkPageBtn="link-page-button",e.Collapse="collapse",e.CardList="card-list",e.CardHeaderLeft="card-header-left",e.CardHeaderRight="card-header-right",e.CardContent="card-content",e.CardOpeBtn="card-ope-btn",e.BaseButton="base-button",e.ReadonlyCmp="readonlycmp",e.TableSelect="table-select",e.GenCheckbox="gen-checkbox",e.GenRadio="gen-radio",e.GenSwitch="gen-switch",e.WorkflowNodes="workflow-nodes",e.WorkflowNodeModal="workflow-node-modal",e.ESOP="e-sop",e.EXPRESSION="expression",e.ExpressionCondition="expression-condition",e.AGG="agg",e.DynamicFormType="dynamic-form-type",e.DynamicFormValue="dynamic-form-value",e.DynamicFormOpts="dynamic-form-options",e.DynamicFormShowType="dynamic-form-show-type",e.DynamicTable="dynamic-table",e.Transaction="transaction",e.SerialRule="serial-rule",e.LabelTemplate="label-template",e.LabelTemplateRef="label-template-ref",e.DocumentTemplate="document-template",e.Wacom="wacom",e.Text="text",e.CustomField="custom-field",e.Printer="printer",e.Descriptions="descriptions",e.RangeUser="range-user",e.GenImage="gen-image",e.TestButton="test-button",e.Iframe="iframe",e.ExcuteButton="medproexcute-button",e.SubDataTable="sub-data-table",e.Signature="signature",e.OnlineForm="online-form",e.TmplTreeSelect="tmpl-tree-select",e.Boolean="boolean",e.BizProcess="biz-process",e.ApprovalHistory="approval-history",e.FlowDiagram="flow-diagram",e))(ha||{}),ra=(e=>(e.SearchInput="SearchInput",e.SearchNumberInput="SearchNumberInput",e.SearchStringNumberInput="SearchStringNumberInput",e.SearchSwitch="SearchSwitch",e.SearchDate="SearchDate",e.SearchDateTime="SearchDateTime",e.SearchTime="SearchTime",e.SearchSelect="SearchSelect",e.SearchRdoSelect="SearchRdoSelect",e.SearchTransaction="SearchTransaction",e.SearchTmplTreeSelect="SearchTmplTreeSelect",e.SearchPrinter="SearchPrinter",e.SearchBizProcess="SearchBizProcess",e))(ra||{}),da=(e=>(e.ATUO="selfAdaption",e.ENUMERATION="fixed",e.PERCENTAGE="percentage",e))(da||{}),pa=(e=>(e.NULL="NULL",e.STRING="空字符串",e.ZERO="0",e))(pa||{}),la=(e=>(e.TOTAL="total",e.AVERAGE="average",e))(la||{}),ua=(e=>(e.RIGHT="right",e.NONE="",e.LEFT="left",e))(ua||{}),ia=(e=>(e.COLUMN_TEXT="COLUMN_TEXT",e.COLUMN_NUMBER="COLUMN_NUMBER",e.COLUMNTEXT_DATA="COLUMNTEXT_DATA",e.COLUMNTEXT_REF="COLUMNTEXT_REF",e.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",e.COLUMNTEXT_ORG="COLUMNTEXT_ORG",e.COLUMNTEXT_USER="COLUMNTEXT_USER",e.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",e.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",e))(ia||{}),ma=(e=>(e.LINE="line",e.CARD="card",e.TEXt="text",e.CAPSULE="capsule",e.CUSTOM="custom",e))(ma||{}),na=(e=>(e.ASC="asc",e.DESC="desc",e))(na||{}),ga=(e=>(e.CMP_TEXT="TEXT",e.CMP_TEXTAREA="TEXTAREA",e.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",e.CMP_BOOLEAN="BOOLEAN",e.CMP_SELECT_LIST="SELECT_LIST",e.CMP_RADIO="RADIO",e.CMP_CHECKBOX="CHECKBOX",e.CMP_DROPDOWN_SELECT="dropdownSelection",e.CMP_MODAL="modalBoxSelection",e.CMP_TREE_SELECTION="treeSelection",e.CMP_NUMBER="NUMBER",e.CMP_CURRENCY="CURRENCY",e.CMP_TIME="TIME",e))(ga||{});const Os={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 fa=(e=>(e.BindText="bindText",e.BindLongText="BindLongText",e.BindBool="bindBool",e.BindPerson="bindPerson",e.BindDept="bindDept",e.BindLink="bindLink",e.BindMulti="bindMulti",e.BindNum="bindNum",e.BindDecimal="bindDecimal",e))(fa||{});const Ms={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},Cs={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 ya=(e=>(e.FOLD_ALL="foldAll",e.FOLD_PART="foldPart",e))(ya||{});const _s=[Q.BOOLEAN,Q.DATE,Q.DATE_TIME,Q.DECIMAL,Q.DOUBLE,Q.ENUM,Q.ENUM_MULTI,Q.INTEGER,Q.LONG,Q.LONG_TEXT,Q.TEXT,Q.USER_MULTI,Q.USER,Q.TIME,Q.REF_MULTI,Q.REF,Q.RDO_REF,Q.ORG_MULTI,Q.ORG,Q.AGG,Q.EXPRESSION,Q.SERIAL,Q.ONLINE_FORM_TEMPLATE,Q.E_DHR_TEMPLATE,Q.PRINTER,Q.LABEL_TEMPLATE_REF,Q.Biz_Process,Q.DOCUMENT_TEMPLATE];var Da=(e=>(e.SUCCESS="SUCCESS",e.FAILURE="FAILURE",e.PREPARING="PREPARING",e.EVENTING="EVENTING",e.PROCESSIING="PROCESSIING",e.DEPLOYING="DEPLOYING",e))(Da||{}),ca=(e=>(e.Insert="Insert",e.Update="Update",e.Delete="Delete",e.Import="Import",e.Export="Export",e.Setting="Setting",e.Download="Download",e.Test="Test",e.Design="Design",e.Add="Add",e))(ca||{}),Qa=(e=>(e.ResetPassword="ResetPassword",e.PermissionSetting="PermissionSetting",e.RemoveAndHandover="RemoveAndHandover",e.CategoryManagement="CategoryManagement",e.BaiscSetting="BaiscSetting",e.WatermarkSetting="WatermarkSetting",e.SecuritySetting="SecuritySetting",e.LoginSetting="LoginSetting",e.ThemeSetting="ThemeSetting",e.OrganizationSetting="OrganizationSetting",e.ApkSetting="ApkSetting",e.DevelopIconManagement="DevelopIconManagement",e.DevelopImageManagement="DevelopImageManagement",e.Reprint="Reprint",e.ViewTask="ViewTask",e.ManualTrigger="ManualTrigger",e.Setting="Setting",e.Terminate="Terminate",e.Reassign="Reassign",e.Log="Log",e.Moving="Moving",e.EnableDisable="EnableDisable",e))(Qa||{});const Bs=["Insert","Update","Delete"],Us=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var Ia=(e=>(e.XS="XS",e.SM="SM",e.MD="MD",e.LG="LG",e.XL="XL",e.XXL="XXL",e))(Ia||{}),La=(e=>(e[e.XS=480]="XS",e[e.SM=576]="SM",e[e.MD=768]="MD",e[e.LG=992]="LG",e[e.XL=1200]="XL",e[e.XXL=1600]="XXL",e))(La||{});const X=new Map;X.set("XS",480);X.set("SM",576);X.set("MD",768);X.set("LG",992);X.set("XL",1200);X.set("XXL",1600);const Aa="TIMEZONE__",xs="TENANT__",ws="TOKEN__",ks="LOCALE__",Fs="LOCALE__LIST",Gs="LOCAL_I18N_TRANSLATE",Ks="USER__INFO__",Vs="ROLES__KEY__",Hs="PROJ__CFG__KEY__",Ws="LOCK__INFO__KEY__",js="MULTIPLE_TABS__KEY__",Xs="__APP__DARK__MODE__",$s="COMMON__LOCAL__KEY__",zs="COMMON__SESSION__KEY__",qs="DESIGNER_SESSION_CACHE_KEY";var ba=(e=>(e[e.SESSION=0]="SESSION",e[e.LOCAL=1]="LOCAL",e))(ba||{}),Na=(e=>(e.EQ="eq",e.IEQ="iEq",e.NE="ne",e.INE="ine",e.GT="gt",e.GE="ge",e.LT="lt",e.LE="le",e.ISNULL="isNull",e.ISNOTNULL="isNotNull",e.LIKE="like",e.ILIKE="iLike",e.NOTLIKE="notLike",e.NOTILIKE="iNotLike",e.LEFTLIKE="leftLike",e.ILEFTLIKE="iLeftLike",e.RIGHTLIKE="rightLike",e.IRIGHTLIKE="iRightLike",e.IN="in",e.NOTIN="notIn",e.CONTAINANY="containAny",e.CONTAINALL="containAll",e.RANGE="range",e.ORANGE="oRange",e.LORANGE="loRange",e.RORANGE="roRange",e.VERSIONIN="versionIn",e))(Na||{});const Js=["in","notIn","containAny","containAll","versionIn"];var va=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.BETWEEN="between",e))(va||{});const Zs=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var Ta=(e=>(e[e.SINGLELINE=0]="SINGLELINE",e[e.HEAD=1]="HEAD",e[e.BATCH=2]="BATCH",e[e.SINGLELINE_RDO=3]="SINGLELINE_RDO",e))(Ta||{}),Ra=(e=>(e[e.parentVersion=0]="parentVersion",e[e.childVersion=1]="childVersion",e))(Ra||{}),Sa=(e=>(e[e.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",e[e.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",e[e.ERROR=500]="ERROR",e[e.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",e[e.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",e))(Sa||{}),_=(e=>(e.VUE="vue",e.SCRIPT="script",e.RESOURCE="resource",e.AJAX="ajax",e.PROMISE="promise",e))(_||{}),Ea=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(Ea||{}),Pa=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Pa||{}),Oa=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(Oa||{}),Ma=(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(Ma||{}),Ca=(e=>(e.SIDEBAR="sidebar",e.MIX_SIDEBAR="mix-sidebar",e.MIX="mix",e.TOP_MENU="top-menu",e))(Ca||{}),_a=(e=>(e.NONE="NONE",e.FOOTER="FOOTER",e.HEADER="HEADER",e))(_a||{}),Ba=(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e.VERTICAL_RIGHT="vertical-right",e.INLINE="inline",e))(Ba||{}),Ua=(e=>(e[e.NONE=0]="NONE",e[e.TOP=1]="TOP",e[e.LEFT=2]="LEFT",e))(Ua||{}),xa=(e=>(e.CENTER="center",e.START="start",e.END="end",e))(xa||{}),wa=(e=>(e.HOVER="hover",e.CLICK="click",e))(wa||{}),ka=(e=>(e.BASE_LOGIN="/login",e.BASE_TENANT="/tenant",e.BASE_HOME="/home",e.USER_CENTER="/user-center",e.PROCESS_CENTER="/process",e.MESSAGE_CENTER="/message",e.ERROR_PAGE="/exception",e.ERROR_LOG_PAGE="/error-log/list",e.USER_CENTER_PWD="/user-center/password",e))(ka||{}),Fa=(e=>(e.SUPER="super",e.TEST="test",e))(Fa||{}),Ga=(e=>(e.DEFAULT="default",e.SMALL="small",e.LARGE="large",e))(Ga||{}),Ka=(e=>(e.APPROVING="APPROVING",e.COMPLETED="COMPLETED",e.REFUSED="REFUSED",e.REJECTED="REJECTED",e.TERMINATED="TERMINATED",e.WITHDRAWN="WITHDRAWN",e))(Ka||{});const Ys={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 Va=(e=>(e.MY_APPLICATION="myApplication",e.MY_AGENT="myAgent",e.MY_DONE="myDone",e.MY_CUSTOM="myCustom",e.MY_CUSTOM_Modal="myCustomModal",e))(Va||{}),z=(e=>(e.DESIGN="design",e.WEB="web",e.MOBILE="mobile",e))(z||{});class Ha{projectName=W.PORTAL;tenantId="";lang="zh-CN";appInfo={};userInfo={};tenantUserInfo={}}class ne{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class K{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class Wa extends K{}class ja extends K{}class Xa extends K{activePane=""}class $a extends K{}class ge extends K{label="";value=null;options=[]}class za extends K{expand=!0}class qa extends ge{}var eo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function to(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function ao(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if(typeof t=="function"){var a=function s(){var h=!1;try{h=this instanceof s}catch{}return h?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,"__esModule",{value:!0}),Object.keys(e).forEach(function(s){var h=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(a,s,h.get?h:{enumerable:!0,get:function(){return e[s]}})}),a}var ue={exports:{}};const so={},oo=Object.freeze(Object.defineProperty({__proto__:null,default:so},Symbol.toStringTag,{value:"Module"})),Ie=ao(oo);var Le;function ho(){return Le||(Le=1,(function(e){(function(){var t="input is invalid type",a=typeof window=="object",s=a?window:{};s.JS_SHA256_NO_WINDOW&&(a=!1);var h=!a&&typeof self=="object",o=!s.JS_SHA256_NO_NODE_JS&&typeof process=="object"&&process.versions&&process.versions.node&&process.type!="renderer";o?s=eo:h&&(s=self);var r=!s.JS_SHA256_NO_COMMON_JS&&!0&&e.exports,l=!s.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",d="0123456789abcdef".split(""),f=[-2147483648,8388608,32768,128],m=[24,16,8,0],c=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],A=["hex","array","digest","arrayBuffer"],N=[];(s.JS_SHA256_NO_NODE_JS||!Array.isArray)&&(Array.isArray=function(p){return Object.prototype.toString.call(p)==="[object Array]"}),l&&(s.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW||!ArrayBuffer.isView)&&(ArrayBuffer.isView=function(p){return typeof p=="object"&&p.buffer&&p.buffer.constructor===ArrayBuffer});var S=function(p,g){return function(y){return new R(g,!0).update(y)[p]()}},v=function(p){var g=S("hex",p);o&&(g=ee(g,p)),g.create=function(){return new R(p)},g.update=function(D){return g.create().update(D)};for(var y=0;y<A.length;++y){var n=A[y];g[n]=S(n,p)}return g},ee=function(p,g){var y=Ie,n=Ie.Buffer,D=g?"sha224":"sha256",i;n.from&&!s.JS_SHA256_NO_BUFFER_FROM?i=n.from:i=function(u){return new n(u)};var I=function(u){if(typeof u=="string")return y.createHash(D).update(u,"utf8").digest("hex");if(u==null)throw new Error(t);return u.constructor===ArrayBuffer&&(u=new Uint8Array(u)),Array.isArray(u)||ArrayBuffer.isView(u)||u.constructor===n?y.createHash(D).update(i(u)).digest("hex"):p(u)};return I},te=function(p,g){return function(y,n){return new ae(y,g,!0).update(n)[p]()}},U=function(p){var g=te("hex",p);g.create=function(D){return new ae(D,p)},g.update=function(D,i){return g.create(D).update(i)};for(var y=0;y<A.length;++y){var n=A[y];g[n]=te(n,p)}return g};function R(p,g){g?(N[0]=N[16]=N[1]=N[2]=N[3]=N[4]=N[5]=N[6]=N[7]=N[8]=N[9]=N[10]=N[11]=N[12]=N[13]=N[14]=N[15]=0,this.blocks=N):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],p?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=p}R.prototype.update=function(p){if(!this.finalized){var g,y=typeof p;if(y!=="string"){if(y==="object"){if(p===null)throw new Error(t);if(l&&p.constructor===ArrayBuffer)p=new Uint8Array(p);else if(!Array.isArray(p)&&(!l||!ArrayBuffer.isView(p)))throw new Error(t)}else throw new Error(t);g=!0}for(var n,D=0,i,I=p.length,u=this.blocks;D<I;){if(this.hashed&&(this.hashed=!1,u[0]=this.block,this.block=u[16]=u[1]=u[2]=u[3]=u[4]=u[5]=u[6]=u[7]=u[8]=u[9]=u[10]=u[11]=u[12]=u[13]=u[14]=u[15]=0),g)for(i=this.start;D<I&&i<64;++D)u[i>>>2]|=p[D]<<m[i++&3];else for(i=this.start;D<I&&i<64;++D)n=p.charCodeAt(D),n<128?u[i>>>2]|=n<<m[i++&3]:n<2048?(u[i>>>2]|=(192|n>>>6)<<m[i++&3],u[i>>>2]|=(128|n&63)<<m[i++&3]):n<55296||n>=57344?(u[i>>>2]|=(224|n>>>12)<<m[i++&3],u[i>>>2]|=(128|n>>>6&63)<<m[i++&3],u[i>>>2]|=(128|n&63)<<m[i++&3]):(n=65536+((n&1023)<<10|p.charCodeAt(++D)&1023),u[i>>>2]|=(240|n>>>18)<<m[i++&3],u[i>>>2]|=(128|n>>>12&63)<<m[i++&3],u[i>>>2]|=(128|n>>>6&63)<<m[i++&3],u[i>>>2]|=(128|n&63)<<m[i++&3]);this.lastByteIndex=i,this.bytes+=i-this.start,i>=64?(this.block=u[16],this.start=i-64,this.hash(),this.hashed=!0):this.start=i}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},R.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var p=this.blocks,g=this.lastByteIndex;p[16]=this.block,p[g>>>2]|=f[g&3],this.block=p[16],g>=56&&(this.hashed||this.hash(),p[0]=this.block,p[16]=p[1]=p[2]=p[3]=p[4]=p[5]=p[6]=p[7]=p[8]=p[9]=p[10]=p[11]=p[12]=p[13]=p[14]=p[15]=0),p[14]=this.hBytes<<3|this.bytes>>>29,p[15]=this.bytes<<3,this.hash()}},R.prototype.hash=function(){var p=this.h0,g=this.h1,y=this.h2,n=this.h3,D=this.h4,i=this.h5,I=this.h6,u=this.h7,L=this.blocks,T,P,O,w,b,k,F,Z,pe,le,se;for(T=16;T<64;++T)b=L[T-15],P=(b>>>7|b<<25)^(b>>>18|b<<14)^b>>>3,b=L[T-2],O=(b>>>17|b<<15)^(b>>>19|b<<13)^b>>>10,L[T]=L[T-16]+P+L[T-7]+O<<0;for(se=g&y,T=0;T<64;T+=4)this.first?(this.is224?(Z=300032,b=L[0]-1413257819,u=b-150054599<<0,n=b+24177077<<0):(Z=704751109,b=L[0]-210244248,u=b-1521486534<<0,n=b+143694565<<0),this.first=!1):(P=(p>>>2|p<<30)^(p>>>13|p<<19)^(p>>>22|p<<10),O=(D>>>6|D<<26)^(D>>>11|D<<21)^(D>>>25|D<<7),Z=p&g,w=Z^p&y^se,F=D&i^~D&I,b=u+O+F+c[T]+L[T],k=P+w,u=n+b<<0,n=b+k<<0),P=(n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10),O=(u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7),pe=n&p,w=pe^n&g^Z,F=u&D^~u&i,b=I+O+F+c[T+1]+L[T+1],k=P+w,I=y+b<<0,y=b+k<<0,P=(y>>>2|y<<30)^(y>>>13|y<<19)^(y>>>22|y<<10),O=(I>>>6|I<<26)^(I>>>11|I<<21)^(I>>>25|I<<7),le=y&n,w=le^y&p^pe,F=I&u^~I&D,b=i+O+F+c[T+2]+L[T+2],k=P+w,i=g+b<<0,g=b+k<<0,P=(g>>>2|g<<30)^(g>>>13|g<<19)^(g>>>22|g<<10),O=(i>>>6|i<<26)^(i>>>11|i<<21)^(i>>>25|i<<7),se=g&y,w=se^g&n^le,F=i&I^~i&u,b=D+O+F+c[T+3]+L[T+3],k=P+w,D=p+b<<0,p=b+k<<0,this.chromeBugWorkAround=!0;this.h0=this.h0+p<<0,this.h1=this.h1+g<<0,this.h2=this.h2+y<<0,this.h3=this.h3+n<<0,this.h4=this.h4+D<<0,this.h5=this.h5+i<<0,this.h6=this.h6+I<<0,this.h7=this.h7+u<<0},R.prototype.hex=function(){this.finalize();var p=this.h0,g=this.h1,y=this.h2,n=this.h3,D=this.h4,i=this.h5,I=this.h6,u=this.h7,L=d[p>>>28&15]+d[p>>>24&15]+d[p>>>20&15]+d[p>>>16&15]+d[p>>>12&15]+d[p>>>8&15]+d[p>>>4&15]+d[p&15]+d[g>>>28&15]+d[g>>>24&15]+d[g>>>20&15]+d[g>>>16&15]+d[g>>>12&15]+d[g>>>8&15]+d[g>>>4&15]+d[g&15]+d[y>>>28&15]+d[y>>>24&15]+d[y>>>20&15]+d[y>>>16&15]+d[y>>>12&15]+d[y>>>8&15]+d[y>>>4&15]+d[y&15]+d[n>>>28&15]+d[n>>>24&15]+d[n>>>20&15]+d[n>>>16&15]+d[n>>>12&15]+d[n>>>8&15]+d[n>>>4&15]+d[n&15]+d[D>>>28&15]+d[D>>>24&15]+d[D>>>20&15]+d[D>>>16&15]+d[D>>>12&15]+d[D>>>8&15]+d[D>>>4&15]+d[D&15]+d[i>>>28&15]+d[i>>>24&15]+d[i>>>20&15]+d[i>>>16&15]+d[i>>>12&15]+d[i>>>8&15]+d[i>>>4&15]+d[i&15]+d[I>>>28&15]+d[I>>>24&15]+d[I>>>20&15]+d[I>>>16&15]+d[I>>>12&15]+d[I>>>8&15]+d[I>>>4&15]+d[I&15];return this.is224||(L+=d[u>>>28&15]+d[u>>>24&15]+d[u>>>20&15]+d[u>>>16&15]+d[u>>>12&15]+d[u>>>8&15]+d[u>>>4&15]+d[u&15]),L},R.prototype.toString=R.prototype.hex,R.prototype.digest=function(){this.finalize();var p=this.h0,g=this.h1,y=this.h2,n=this.h3,D=this.h4,i=this.h5,I=this.h6,u=this.h7,L=[p>>>24&255,p>>>16&255,p>>>8&255,p&255,g>>>24&255,g>>>16&255,g>>>8&255,g&255,y>>>24&255,y>>>16&255,y>>>8&255,y&255,n>>>24&255,n>>>16&255,n>>>8&255,n&255,D>>>24&255,D>>>16&255,D>>>8&255,D&255,i>>>24&255,i>>>16&255,i>>>8&255,i&255,I>>>24&255,I>>>16&255,I>>>8&255,I&255];return this.is224||L.push(u>>>24&255,u>>>16&255,u>>>8&255,u&255),L},R.prototype.array=R.prototype.digest,R.prototype.arrayBuffer=function(){this.finalize();var p=new ArrayBuffer(this.is224?28:32),g=new DataView(p);return g.setUint32(0,this.h0),g.setUint32(4,this.h1),g.setUint32(8,this.h2),g.setUint32(12,this.h3),g.setUint32(16,this.h4),g.setUint32(20,this.h5),g.setUint32(24,this.h6),this.is224||g.setUint32(28,this.h7),p};function ae(p,g,y){var n,D=typeof p;if(D==="string"){var i=[],I=p.length,u=0,L;for(n=0;n<I;++n)L=p.charCodeAt(n),L<128?i[u++]=L:L<2048?(i[u++]=192|L>>>6,i[u++]=128|L&63):L<55296||L>=57344?(i[u++]=224|L>>>12,i[u++]=128|L>>>6&63,i[u++]=128|L&63):(L=65536+((L&1023)<<10|p.charCodeAt(++n)&1023),i[u++]=240|L>>>18,i[u++]=128|L>>>12&63,i[u++]=128|L>>>6&63,i[u++]=128|L&63);p=i}else if(D==="object"){if(p===null)throw new Error(t);if(l&&p.constructor===ArrayBuffer)p=new Uint8Array(p);else if(!Array.isArray(p)&&(!l||!ArrayBuffer.isView(p)))throw new Error(t)}else throw new Error(t);p.length>64&&(p=new R(g,!0).update(p).array());var T=[],P=[];for(n=0;n<64;++n){var O=p[n]||0;T[n]=92^O,P[n]=54^O}R.call(this,g,y),this.update(P),this.oKeyPad=T,this.inner=!0,this.sharedMemory=y}ae.prototype=new R,ae.prototype.finalize=function(){if(R.prototype.finalize.call(this),this.inner){this.inner=!1;var p=this.array();R.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(p),R.prototype.finalize.call(this)}};var x=v();x.sha256=x,x.sha224=v(!0),x.sha256.hmac=U(),x.sha224.hmac=U(!0),r?e.exports=x:(s.sha256=x.sha256,s.sha224=x.sha224)})()})(ue)),ue.exports}var ro=ho();class Ja{configs=new Map;cache=new Map;getConfig(t){return this.configs.get(t)}register(t){this.configs.set(t.tag,t),t.items&&this.cache.set(t.tag,t.items)}unregister(t){this.configs.delete(t),this.cache.delete(t)}get(t){return this.cache.get(t)||[]}async asyncGet(t,a){const s=this.configs.get(t);return s?s.mode==="static"?this.getByConfig(s):s.mode==="async"?this.cache.has(t)?this.cache.get(t)||[]:this.asyncGetByConfig(s,a):[]:[]}getByConfig(t){return t.items||[]}async asyncGetByConfig(t,a={}){if(t.fetch){const s=await t.fetch(a||{});if(s){const[h,o]=t.keys||["name","id"];return this.deepFormat(s,h,o)}}return[]}deepFormat(t,a,s){return t.map(h=>{const o={label:h[a],value:h[s]};return h.children&&h.children.length>0&&(o.options=this.deepFormat(h.children,a,s)),o})}}function po(e,t){return _gct.i18n.global.t(e,t)}var fe=(e=>(e.PREFIX="EDITOR___",e))(fe||{}),Za=(e=>(e.LENGTH_UNIT="length-unit",e.COLOR="color",e.SPAN="span",e.TEXT="text",e.NUMBER="number",e.INFO="info",e.SELECT="select",e.RADIO="radio",e.PICKER="picker",e.I18N="i18n",e.TEXTAREA="textarea",e.DATE_RANGE="date-range",e.SWITCH="switch",e.CHECK_SWITCH="check-switch",e.ICON_SELECT="icon-select",e.CHECKBOX="checkbox",e))(Za||{}),Ya=(e=>(e.LENGTH_UNIT="length-unit-editor",e.COLOR="color-editor",e.SPAN="span-editor",e.TEXT="text-editor",e.NUMBER="number-editor",e.INFO="info-editor",e.SELECT="select-editor",e.MODEL_SELECT="model-editor",e.Field_SELECT="field-editor",e.RADIO="radio-editor",e.PICKER="picker-editor",e.I18N="i18n-editor",e.TEXTAREA="textarea-editor",e.DATE_RANGE="date-range-editor",e.SWITCH="switch-editor",e.CHECK_SWITCH="check-switch-editor",e.ICON_SELECT="icon-select-editor",e.CHECKBOX="checkbox-editor",e.BORDER="border-editor",e.BORDER_RADIUS="border-radius-editor",e.ALIGN="align-editor",e.FONT_STYLE="font-style-editor",e.POSITION="position-editor",e.SPACING="spacing-editor",e.MARGIN="margin-editor",e))(Ya||{}),es=(e=>(e.FORM_TITLE_GROUP="form-title-group",e))(es||{});const j={TOKEN:"gct-token",TENANT:"gct-tenant"},ts="gct",as="/minio",lo="is-";function V(e,t,a,s,h){let o=`${e}-${t}`;return a&&(o+=`-${a}`),s&&(o+=`__${s}`),h&&(o+=`--${h}`),o}class ss{constructor(t,a){this.block=t,this.namespace=a||ts}namespace;b(t=""){return V(this.namespace,this.block,t,"","")}e(t){return t?V(this.namespace,this.block,"",t,""):""}m(t){return t?V(this.namespace,this.block,"","",t):""}be(t,a){return t&&a?V(this.namespace,this.block,t,a,""):""}em(t,a){return t&&a?V(this.namespace,this.block,"",t,a):""}bm(t,a){return t&&a?V(this.namespace,this.block,t,"",a):""}bem(t,a,s){return t&&a&&s?V(this.namespace,this.block,t,a,s):""}is(t,a){return t&&a?`${lo}${t}`:""}cssVar(t){const a={};for(const s in t)t[s]&&(a[this.cssVarName(s)]=t[s]);return a}cssVarBlock(t){const a={};for(const s in t)t[s]&&(a[this.cssVarBlockName(s)]=t[s]);return a}cssVarName(t){return`--${this.namespace}-${t}`}cssVarBlockName(t){return`--${this.namespace}-${this.block}-${t}`}}var ie,Ae;function uo(){if(Ae)return ie;Ae=1;function e(h){if(typeof h!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(h))}function t(h,o){for(var r="",l=0,d=-1,f=0,m,c=0;c<=h.length;++c){if(c<h.length)m=h.charCodeAt(c);else{if(m===47)break;m=47}if(m===47){if(!(d===c-1||f===1))if(d!==c-1&&f===2){if(r.length<2||l!==2||r.charCodeAt(r.length-1)!==46||r.charCodeAt(r.length-2)!==46){if(r.length>2){var A=r.lastIndexOf("/");if(A!==r.length-1){A===-1?(r="",l=0):(r=r.slice(0,A),l=r.length-1-r.lastIndexOf("/")),d=c,f=0;continue}}else if(r.length===2||r.length===1){r="",l=0,d=c,f=0;continue}}o&&(r.length>0?r+="/..":r="..",l=2)}else r.length>0?r+="/"+h.slice(d+1,c):r=h.slice(d+1,c),l=c-d-1;d=c,f=0}else m===46&&f!==-1?++f:f=-1}return r}function a(h,o){var r=o.dir||o.root,l=o.base||(o.name||"")+(o.ext||"");return r?r===o.root?r+l:r+h+l:l}var s={resolve:function(){for(var o="",r=!1,l,d=arguments.length-1;d>=-1&&!r;d--){var f;d>=0?f=arguments[d]:(l===void 0&&(l=process.cwd()),f=l),e(f),f.length!==0&&(o=f+"/"+o,r=f.charCodeAt(0)===47)}return o=t(o,!r),r?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(o){if(e(o),o.length===0)return".";var r=o.charCodeAt(0)===47,l=o.charCodeAt(o.length-1)===47;return o=t(o,!r),o.length===0&&!r&&(o="."),o.length>0&&l&&(o+="/"),r?"/"+o:o},isAbsolute:function(o){return e(o),o.length>0&&o.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var o,r=0;r<arguments.length;++r){var l=arguments[r];e(l),l.length>0&&(o===void 0?o=l:o+="/"+l)}return o===void 0?".":s.normalize(o)},relative:function(o,r){if(e(o),e(r),o===r||(o=s.resolve(o),r=s.resolve(r),o===r))return"";for(var l=1;l<o.length&&o.charCodeAt(l)===47;++l);for(var d=o.length,f=d-l,m=1;m<r.length&&r.charCodeAt(m)===47;++m);for(var c=r.length,A=c-m,N=f<A?f:A,S=-1,v=0;v<=N;++v){if(v===N){if(A>N){if(r.charCodeAt(m+v)===47)return r.slice(m+v+1);if(v===0)return r.slice(m+v)}else f>N&&(o.charCodeAt(l+v)===47?S=v:v===0&&(S=0));break}var ee=o.charCodeAt(l+v),te=r.charCodeAt(m+v);if(ee!==te)break;ee===47&&(S=v)}var U="";for(v=l+S+1;v<=d;++v)(v===d||o.charCodeAt(v)===47)&&(U.length===0?U+="..":U+="/..");return U.length>0?U+r.slice(m+S):(m+=S,r.charCodeAt(m)===47&&++m,r.slice(m))},_makeLong:function(o){return o},dirname:function(o){if(e(o),o.length===0)return".";for(var r=o.charCodeAt(0),l=r===47,d=-1,f=!0,m=o.length-1;m>=1;--m)if(r=o.charCodeAt(m),r===47){if(!f){d=m;break}}else f=!1;return d===-1?l?"/":".":l&&d===1?"//":o.slice(0,d)},basename:function(o,r){if(r!==void 0&&typeof r!="string")throw new TypeError('"ext" argument must be a string');e(o);var l=0,d=-1,f=!0,m;if(r!==void 0&&r.length>0&&r.length<=o.length){if(r.length===o.length&&r===o)return"";var c=r.length-1,A=-1;for(m=o.length-1;m>=0;--m){var N=o.charCodeAt(m);if(N===47){if(!f){l=m+1;break}}else A===-1&&(f=!1,A=m+1),c>=0&&(N===r.charCodeAt(c)?--c===-1&&(d=m):(c=-1,d=A))}return l===d?d=A:d===-1&&(d=o.length),o.slice(l,d)}else{for(m=o.length-1;m>=0;--m)if(o.charCodeAt(m)===47){if(!f){l=m+1;break}}else d===-1&&(f=!1,d=m+1);return d===-1?"":o.slice(l,d)}},extname:function(o){e(o);for(var r=-1,l=0,d=-1,f=!0,m=0,c=o.length-1;c>=0;--c){var A=o.charCodeAt(c);if(A===47){if(!f){l=c+1;break}continue}d===-1&&(f=!1,d=c+1),A===46?r===-1?r=c:m!==1&&(m=1):r!==-1&&(m=-1)}return r===-1||d===-1||m===0||m===1&&r===d-1&&r===l+1?"":o.slice(r,d)},format:function(o){if(o===null||typeof o!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof o);return a("/",o)},parse:function(o){e(o);var r={root:"",dir:"",base:"",ext:"",name:""};if(o.length===0)return r;var l=o.charCodeAt(0),d=l===47,f;d?(r.root="/",f=1):f=0;for(var m=-1,c=0,A=-1,N=!0,S=o.length-1,v=0;S>=f;--S){if(l=o.charCodeAt(S),l===47){if(!N){c=S+1;break}continue}A===-1&&(N=!1,A=S+1),l===46?m===-1?m=S:v!==1&&(v=1):m!==-1&&(v=-1)}return m===-1||A===-1||v===0||v===1&&m===A-1&&m===c+1?A!==-1&&(c===0&&d?r.base=r.name=o.slice(1,A):r.base=r.name=o.slice(c,A)):(c===0&&d?(r.name=o.slice(1,m),r.base=o.slice(1,A)):(r.name=o.slice(c,m),r.base=o.slice(c,A)),r.ext=o.slice(m,A)),c>0?r.dir=o.slice(0,c-1):d&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,ie=s,ie}var io=uo();const C=to(io);class mo{static cache=new Map;static cacheModules=new Map;static module=new Map;static async loadPluginConfig(t,a,s=[]){const h=`${t}-${a}-${s.join("_")}`;if(this.cache.has(h))return this.cache.get(h);const o={client:a===Y.WEB?"WEB":"MOBILE"};s.length>0&&(o.tag=s.join(","));const l=(await _api.platform.plugin.postGetTenantCompList(o)).data;return l.length>0&&this.cache.set(h,l),l}static async loadPlugins(t,a=[]){const s={};if(a.length>0){const h=a.map(r=>{const l=C.join(as,r.url,"dist");return{imports:{[r.key]:`${l}/${t}.system.min.js?version=${r.version}`},styles:{[r.key]:`${l}/${t}.min.css?version=${r.version}`}}}),o=[];h.forEach(r=>{System.addImportMap(r),r.imports&&Object.keys(r.imports).forEach(l=>{const d=async()=>{try{const f=await System.import(l);s[l]=f,this.module.set(l,f)}catch(f){console.error(f)}};o.push(d())})}),await Promise.all(o)}return s}static async loadPlugin(t,a,s){s=["common",...s];const h=`${t}-${a}-${s.join("_")}`;try{const o=await this.loadPluginConfig(t,a,s);if(!this.cacheModules.has(h)){const r=[];o.forEach(d=>{d.plugins&&r.push(...d.plugins)});const l=await this.loadPlugins(t,r);this.cacheModules.set(h,l)}return[o,this.cacheModules.get(h)]}catch(o){console.error(o)}return[[],{}]}static async loadDesignPlugin(t,a,s=[]){try{const h=await this.loadPlugin(z.DESIGN,a,s),[o,r]=h;return o.forEach(l=>{l.plugins.forEach(f=>{const m=r[f.key];if(!m){console.error(`${f.key} 插件加载失败,请检查插件配置是否正确`);return}if(a===Y.WEB){const c=m.web??m.default;c&&_gct.register.designer.web.register(f.key,()=>new c)}else{const c=m.mobile??m.default;c&&_gct.register.designer.mobile.register(f.key,()=>new c)}})}),h}catch(h){console.error(h)}return[[],{}]}static async loadDesignDeletedPlugins(t,a=[]){try{const s=await this.loadPlugins(z.DESIGN,a);a.forEach(h=>{const o=s[h.key];if(!o){console.error(`${h.key} 插件加载失败,请检查插件配置是否正确`);return}if(t===Y.WEB){const r=o.web??o.default;r&&_gct.register.designer.web.register(h.key,()=>new r)}else{const r=o.mobile??o.default;r&&_gct.register.designer.mobile.register(h.key,()=>new r)}})}catch(s){console.error(s)}}static async loadMobilePlugin(t=[]){try{const a=await this.loadPlugins(z.MOBILE,t);t.forEach(s=>{if(!a[s.key]){console.error(`${s.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.mobile.register(s.key,a[s.key].default)})}catch(a){console.error(a)}}static async loadWebPlugin(t=[]){try{const a=await this.loadPlugins(z.WEB,t);t.forEach(s=>{if(!a[s.key]){console.error(`${s.key} 插件加载失败,请检查插件配置是否正确`);return}_gct.register.render.web.register(s.key,a[s.key].default)})}catch(a){console.error(a)}}}class no{constructor(t,a=!1){this.isDev=a,this.url=new URL(t),this.baseDir=C.dirname(this.url.pathname)}baseDir;url;dir(t){return this.isDev===!0?t:this.url.origin+C.resolve(this.baseDir,t)}}function go(e){if(e instanceof Array)e&&e.length>0&&e.splice(0,e.length);else if(e instanceof Object&&e)for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&delete e[t]}class fo{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(t){this.maxListeners=t}getSize(t){return this.map.has(t)?this.map.get(t).length:0}addListener(t,a){if(a instanceof Function){this.map.has(t)||this.map.set(t,[]);const s=this.map.get(t);if(s.length<this.maxListeners)s.push(a);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(t,a){if(this.map.has(t)){const s=this.map.get(t);if(s.length>0){for(let h=0;h<s.length;h++)if(s[h]===a){s.splice(h,1);break}}}}emit(t,...a){this.map.has(t)&&this.map.get(t).forEach(h=>{h(...a)})}async asyncEmit(t,...a){if(this.map.has(t)){const h=this.map.get(t).map(o=>o(...a));return Promise.all(h)}return[]}reset(){this.map.forEach(t=>{go(t)}),this.map.clear()}}class os{constructor(t){this.e=new fo,this.e.setMaxListeners(t||300)}getSize(t){return this.e.getSize(t)}on(t,a){this.e.addListener(t,a)}off(t,a){this.e.removeListener(t,a)}emit(t,...a){this.e.emit(t,...a)}asyncEmit(t,...a){return this.e.asyncEmit(t,...a)}reset(){this.e.reset()}}const{toString:yo}=Object.prototype;function Do(e){return Qo(e)==="function"}const co={"[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 Qo(e){return co[yo.call(e)]}function ye(e,t,a=0,s=!1,h="/"){let o="";if(s&&!/^(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 l=location.hostname;l.indexOf(".")!==l.lastIndexOf(".")&&(o=`;domain=${l.substring(l.indexOf("."),l.length)}`)}if(a!==0){const r=a*24*60*60*1e3,l=new Date(new Date().getTime()+r);document.cookie=`${e}=${escape(t)};path=${h};expires=${l.toUTCString()}${o}`}else document.cookie=`${e}=${escape(t)};path=${h}${o}`}function hs(e,t){ye(e,"",-1,t)}function rs(e){const t=new RegExp(`(^| )${e}=([^;]*)(;|$)`),a=document.cookie.match(t);return a&&a.length>1?unescape(a[2]):null}class de{constructor(){this.items=[]}get size(){return this.items.length}callSync(t,...a){const s=t||Object.create({});let h;for(let o=0;o<this.items.length;o++){const r=this.items[o];if(r.fn&&(h=r.fn(s,...a)),h===null){console.warn(`因${r.fn?r.fn.name:null}方法返回值为「null」,钩子中断执行。`,r);break}}return s}tap(t){if(t&&Do(t)){const a={mode:"sync"};a.fn=t,this.items.push(a)}}removeTap(t){if(t)for(let a=0;a<this.items.length;a++){const s=this.items[a];t===s.fn&&this.items.splice(a,1)}}clear(){this.items=[]}}function ds(){return rs(j.TOKEN)}function ps(e){e?ye(j.TOKEN,e,7,!0):hs(j.TOKEN,!0)}function Io(){return rs(j.TENANT)}function Lo(e){e?ye(j.TENANT,e,7,!0):hs(j.TENANT,!0)}function ls(){const e=location.pathname.replace("/src/projects","").split("/");return{aid:e[2],pid:e[3]}}const us=(()=>{const e=navigator.userAgent,t=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,a=window.innerWidth<=768,s="ontouchstart"in window||navigator.maxTouchPoints>0;return t.test(e)||a&&s})();function is(){return localStorage.getItem(Aa)||"UTC+08:00"}function Ao(e,t){return M.mergeWith(M.cloneDeep(e),t,(a,s)=>{if(typeof a=="object"&&typeof s=="object")return M.mergeWith(M.cloneDeep(a),s,(h,o)=>Array.isArray(h)?M.unionWith(h,o,M.isEqual):void 0)})}function bo(e,t,a,s){return{install(h){e&&t&&_gct.register.editor.register(fe.PREFIX+e,t),a&&h.component(s??a.name,a)}}}function ms(e){e.interceptors.request.use(t=>{if(t.headers||(t.headers=new Se.AxiosHeaders),Object.assign(t.headers,{Token:ds(),Source:us?502:501,Lang:_gct.store.lang,"Tenant-Id":_gct.store.tenantId,Timezone:is()}),!t.headers["App-Tag"])if(t.url.includes("/gct-apaas/")){const a=ls();t.headers["App-Tag"]=a.aid,t.headers.Module="TENANT_CENTER"}else t.headers["App-Tag"]="__platform__";return[W.TENANT_CENTER,W.APP_DESIGNER,W.WEB_RENDER].includes(_gct.store.projectName)?t.headers.Module="TENANT_CENTER":_gct.store.projectName===W.BACKEND_MANAGEMENT&&(t.headers.Module="BACKEND_MANAGEMENT"),t})}const No=me.defineStore("global-store",{state(){return new Ha},getters:{tenantList(){return this.userInfo.tenantList||[]}},actions:{setProjectName(e){this.$state.projectName=e},setTenantId(e){this.$state.tenantId=e},setLang(e){this.$state.lang=e},async login(e){const{username:t,password:a}=e,s=ro.sha256(a),h=await _gct.api.platform.login.postSign({username:t,password:s});return this.$state.userInfo=h.data,ps(h.data.token),h.data},async loadUserInfo(){const e=await _gct.api.platform.user.getInfo();return this.$state.userInfo=e.data,e.data},async loadTenantUserInfo(){const e=await _gct.api.platform.tenant.getUserInfo();return this.$state.tenantUserInfo=e.data,e.data}}});class ns{pinia=me.createPinia();store;constructor(){me.setActivePinia(this.pinia),this.store=No()}}class oe{map=new Map;providers=new Map;hooks={register:new de,unregister:new de};register(t,a){this.map.set(t,a);const s=a();this.providers.set(t,s),this.hooks.register.callSync(null,t,s)}unregister(t){this.map.delete(t);const a=this.providers.get(t);a&&(this.hooks.unregister.callSync(null,t,a),this.providers.delete(t))}getProvider(t){return this.providers.get(t)}getKeys(){return Array.from(this.map.keys())}getProviders(){return Array.from(this.providers.values())}}class q{static editors=new Map;static providers=new Map;static register(t,a){q.editors.set(t,a)}static unregister(t){q.editors.delete(t)}static get(t){if(this.providers.has(t))return this.providers.get(t);const a=q.editors.get(t);if(a){const s=a();return this.providers.set(t,s),s}return null}}class J{static items=new Map;static register(t,a){J.items.set(t,a)}static unregister(t){J.items.delete(t)}static create(t){const a=J.items.get(t);return a?a():null}}class he{map=new Map;hooks={register:new de,unregister:new de};register(t,a){this.map.set(t,a),this.hooks.register.callSync(null,t,a)}unregister(t){this.map.delete(t),this.hooks.unregister.callSync(null,t)}get(t){return this.map.get(t)}keys(){return Array.from(this.map.keys())}}var re=(e=>(e.DEV="dev",e.TEST="test",e.PROD="prod",e))(re||{});const vo=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,be=/^https?:\/\/([a-z0-9]+)-test\./,To=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,Ro=/\/web\/|\/web-single\//,So=/\/web-render\//,Eo=/\/dev-single\//,Po=/\/test-single\//;class Oo{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin||"",this._isHostMode=be.test(this._platformOrigin)}get isAppRun(){return To.test(location.pathname)}get isAppProd(){return Ro.test(location.pathname)}get isAppPreview(){return So.test(location.pathname)}get isDevSingleEnv(){return Eo.test(location.pathname)}get isTestEnv(){return Po.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let t=null;if(this._isHostMode){if(t=this._platformOrigin.match(be),this._testEnv=!!(t&&t[1]),this._testEnv){const a=await _api.platform.tenant.getInfoByPortOrDomain({domain:t[1]});Object.assign(this._testTenantData,a.data)}}else{t=this._platformOrigin.match(vo);const a=t&&t[2];if(a){const s=await _api.platform.tenant.getInfoByPortOrDomain({port:a});s.data&&(Object.assign(this._testTenantData,s.data),this._testEnv=s.data.testEnvPort===a)}}}getEnv(){return this.isTestEnv?re.TEST:this.isAppProd?re.PROD:re.DEV}}class Mo{i18n=bs.createI18n({locale:"zh-CN",fallbackLocale:"en",messages:{en:{message:{hello:"hello world"}},ja:{message:{hello:"こんにちは、世界"}}}});locale="zh-CN";constructor(){this.init()}async init(){await this.loadLocales();const t=this.getMessageUrl({locale:this.locale});await this.loadMessages(t)}async loadLocales(){const t=await(await fetch("/gct-platform/api/i18n-config/list")).json();if(t.code===200){const a=t.data.find(s=>s.defaultLanguage);this.locale=a.languageTag}}async loadMessages(t,a=this.locale){const o=(await(await fetch(t)).text()).split(`
2
- `).reduce((r,l)=>{const[d,...f]=l.split(":");return r[d]=f.join(":"),r},{});this.i18n.global.mergeLocaleMessage(a,o)}getMessageUrl(t){if("app"in t){const a=t.env==="dev"?`dev_${t.branch}`:t.env;return`minio/${t.app}/locale-js/${a}/${t.locale}__.json`}return`/minio/locale-js/${t.locale}__platform__.json`}}function Co(e){e.use(_gct.i18n)}const _o=[];class Bo{router;constructor(){this.router=Qe.createRouter({history:Qe.createWebHashHistory(),routes:_o})}async add(t){Array.isArray(t)?t.forEach(a=>this.add(a)):this.router.addRoute(t),await this.router.replace(this.router.currentRoute.value.fullPath)}}function Uo(e){e.use(_gct.router)}class gs{i18nUtil=new Mo;i18n=this.i18nUtil.i18n;t(t,a){return this.i18n.global.t(t,a)}storeUtil=new ns;store=this.storeUtil.store;routerUtil=new Bo;router=this.routerUtil.router;message;dictionary=new Ja;env=new Oo;register={designer:{pad:new oe,mobile:new oe,web:new oe},render:{pad:new he,mobile:new he,web:new he},editor:q,formItem:J};async init(){await this.env.checkIsTestEnv()}}const xo=[{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getUngrantedList",path:"ungranted/list",hasQuery:!1,hasData:!1}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft",hasQuery:!1,hasData:!1}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled",hasQuery:!1,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"post",method:"postGlobal",path:"global",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0,hasData:!1},{mode:"get",method:"getPage",path:"page",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0,hasData:!1}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList",hasQuery:!1,hasData:!1},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList",hasQuery:!1,hasData:!1},{mode:"post",method:"postCommit",path:"commit",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDraft",path:"viewDraft",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApp",path:"getApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0,hasData:!1},{mode:"post",method:"postLockPage",path:"lockPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasQuery:!1,hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasQuery:!1,hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasQuery:!1,hasData:!0},{mode:"post",method:"postChat",path:"chat",hasQuery:!1,hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getCount",path:"count",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0,hasData:!1}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasQuery:!1,hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasQuery:!1,hasData:!1}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0,hasData:!1},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0,hasData:!1}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0,hasData:!1}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postConfig",path:"config",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getDownloadId",path:"download/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postV1Config",path:"v1/config",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0,hasData:!1}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion",hasQuery:!1,hasData:!1},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasQuery:!1,hasData:!1},{mode:"post",method:"postFuncCheck",path:"func/check",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start",hasQuery:!1,hasData:!1},{mode:"post",method:"postStatus",path:"status",hasQuery:!1,hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasQuery:!1,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCategory",path:"category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasQuery:!1,hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0,hasData:!1}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCurrentTime",path:"currentTime",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0,hasData:!1}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasQuery:!1,hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCronValid",path:"cron/valid",hasQuery:!1,hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putStatusId",path:"status/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBtw",path:"btw",hasQuery:!1,hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0,hasData:!1},{mode:"put",method:"putBtwUpdateDesigner",path:"btw/updateDesigner",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql",hasQuery:!1,hasData:!1},{mode:"get",method:"getExecute",path:"execute",hasQuery:!1,hasData:!1},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0,hasData:!1},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListFont",path:"listFont",hasQuery:!1,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasQuery:!1,hasData:!0}]},{name:"medPro",entityName:"medPro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasQuery:!1,hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0,hasData:!1}]},{name:"medpro",entityName:"medpro",apis:[{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0,hasData:!1}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasQuery:!1,hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpened",path:"opened",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessSend",path:"processSend",hasQuery:!1,hasData:!0},{mode:"post",method:"postSend",path:"send",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSystem",path:"model/system",hasQuery:!1,hasData:!1},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasQuery:!1,hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0,hasData:!1}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasQuery:!1,hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0,hasData:!1}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0,hasData:!1},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0,hasData:!1},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getEr",path:"er",hasQuery:!1,hasData:!1},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAll",path:"list-all",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0,hasData:!1},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"get",method:"getSupportProcess",path:"support-process",hasQuery:!1,hasData:!1},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0,hasData:!1},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0,hasData:!1},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0,hasData:!1},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getQuery",path:"query",hasQuery:!0,hasData:!1},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0,hasData:!1},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasQuery:!1,hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasQuery:!1,hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTask",path:"task",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putTaskUpdate",path:"task/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasQuery:!1,hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasQuery:!1,hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelId",path:"model/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getStash",path:"stash",hasQuery:!0,hasData:!1},{mode:"put",method:"putStashId",path:"stash/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStash",path:"stash",hasQuery:!1,hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getExit",path:"exit",hasQuery:!0,hasData:!1},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfos",path:"getApiInfos",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators",hasQuery:!1,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcExecute",path:"procExecute",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassign",path:"reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasQuery:!1,hasData:!0},{mode:"post",method:"postReject",path:"reject",hasQuery:!1,hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1},{mode:"post",method:"postTerminate",path:"terminate",hasQuery:!1,hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasQuery:!1,hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0,hasData:!1}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasQuery:!1,hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree",hasQuery:!1,hasData:!1},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasQuery:!1,hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishId",path:"publish/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassignment",path:"reassignment",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0,hasData:!1}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0,hasData:!1}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivateId",path:"activate/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0,hasData:!1},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0,hasData:!1},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0,hasData:!1},{mode:"get",method:"getStart",path:"start",hasQuery:!0,hasData:!1},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0,hasData:!1},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0,hasData:!1}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRelease",path:"createRelease",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasQuery:!1,hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListType",path:"list/type",hasQuery:!1,hasData:!1},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModels",path:"listSystemModels",hasQuery:!1,hasData:!1},{mode:"put",method:"putMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postViewPageList",path:"view/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasQuery:!1,hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasQuery:!1,hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"post",method:"postSyncPage",path:"sync/page",hasQuery:!1,hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasQuery:!1,hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0,hasData:!1},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag",hasQuery:!1,hasData:!1},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasQuery:!1,hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasQuery:!1,hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean",hasQuery:!1,hasData:!1}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getSearch",path:"search",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSql",path:"sql",hasQuery:!0,hasData:!1},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField",hasQuery:!1,hasData:!1},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst",hasQuery:!1,hasData:!1}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppMerge",path:"app/merge",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppRevert",path:"app/revert",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0,hasData:!1},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcessListAll",path:"process/list/all",hasQuery:!1,hasData:!1}]}],wo=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetActiveApp",path:"getActiveApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetIp",path:"getIp",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadApk",path:"upload/apk",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!1}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps",hasQuery:!1,hasData:!1},{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasQuery:!0,hasData:!1},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasQuery:!1,hasData:!1}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch",hasQuery:!1,hasData:!1}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasQuery:!1,hasData:!1}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasQuery:!1,hasData:!1}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp",hasQuery:!1,hasData:!1},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnabled",path:"enabled",hasQuery:!1,hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasQuery:!1,hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten",hasQuery:!1,hasData:!1},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0,hasData:!1},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunSql",path:"runSql",hasQuery:!1,hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postTestApi",path:"testApi",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0,hasData:!1},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0,hasData:!1},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0,hasData:!1},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunScript",path:"runScript",hasQuery:!1,hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getData",path:"data",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatchDownload",path:"batch/download",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache",hasQuery:!1,hasData:!1}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putReadAll",path:"read/all",hasQuery:!1,hasData:!1},{mode:"put",method:"putReadId",path:"read/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUnreadCount",path:"unread/count",hasQuery:!1,hasData:!1}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasQuery:!1,hasData:!1}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckLicense",path:"checkLicense",hasQuery:!1,hasData:!1},{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"get",method:"getUninstall",path:"uninstall",hasQuery:!1,hasData:!1},{mode:"get",method:"getVerify",path:"verify",hasQuery:!1,hasData:!1}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0},{mode:"post",method:"postSign",path:"sign",hasQuery:!1,hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0,hasData:!1}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTypeCount",path:"getTypeCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0,hasData:!1}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postInputCheck",path:"inputCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasQuery:!1,hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0,hasData:!1}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasQuery:!1,hasData:!0},{mode:"post",method:"postEmail",path:"email",hasQuery:!1,hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasQuery:!1,hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLogin",path:"login",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",hasQuery:!1,hasData:!1},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserField",path:"user/field",hasQuery:!1,hasData:!1},{mode:"get",method:"getVersion",path:"version",hasQuery:!1,hasData:!1},{mode:"post",method:"postWatermark",path:"watermark",hasQuery:!1,hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasQuery:!1,hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasQuery:!1,hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!1,hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetPrintCount",path:"getPrintCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintTest",path:"printTest",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlat",path:"plat",hasQuery:!1,hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenant",path:"tenant",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getClose",path:"close",hasQuery:!1,hasData:!1}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser",hasQuery:!1,hasData:!1},{mode:"post",method:"postAuth",path:"auth",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0,hasData:!1},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getTotalinfos",path:"totalinfos",hasQuery:!1,hasData:!1}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch",hasQuery:!1,hasData:!1},{mode:"put",method:"putMenuId",path:"menu/{id}",hasQuery:!1,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrg",path:"management/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementOrgList",path:"management/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatImport",path:"plat/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasQuery:!1,hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList",hasQuery:!1,hasData:!1},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppOrgList",path:"app/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublished",path:"app/published",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppTestPublished",path:"app/testPublished",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0,hasData:!1},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0,hasData:!1},{mode:"post",method:"postFileTaskList",path:"file-task/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasQuery:!1,hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0,hasData:!1},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug",hasQuery:!1,hasData:!1},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasQuery:!1,hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn",hasQuery:!1,hasData:!1},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgListAll",path:"org/listAll",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgPrincipals",path:"org/principals",hasQuery:!1,hasData:!1},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasQuery:!1,hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree",hasQuery:!1,hasData:!1},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0,hasData:!1},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpList",path:"regexp/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasQuery:!1,hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDataList",path:"report-data/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0,hasData:!1}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!1,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!1,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!1,hasData:!1}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]}];var fs=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(fs||{});function ko(e,t){return M.mergeWith(M.cloneDeep(e),t,(a,s)=>{if(typeof a=="object"&&typeof s=="object")return M.mergeWith(M.cloneDeep(a),s,(h,o)=>Array.isArray(h)?M.unionWith(h,o,M.isEqual):void 0)})}const Ne=Se.create();class G{static use(t){t(Ne)}static get(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"GET"})}static post(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"POST"})}static put(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"PUT"})}static delete(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"DELETE"})}static options(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"OPTIONS"})}static patch(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"PATCH"})}static head(t,a={},s={},h={}){return this.request(t,a,s,{...h,method:"HEAD"})}static async request(t,a,s,h={}){if(s){const r=Ns.stringify(s,{arrayFormat:"brackets"});r&&(t.includes("?")?t+=`&${r}`:t+=`?${r}`)}const o=await Ne.request(ko({url:t,data:JSON.stringify(a||{}),params:s,timeout:120*1e3,headers:{"Content-Type":fs.JSON}},h));if(o.status>=200&&o.status<300)return o.data;throw o}}class Fo{constructor(t,a){return this.url=t,new Proxy(this,{get(s,h){if(!(h in s)){const o=a.apis.find(r=>r.method===h);if(o){const r=`_${o.mode}`;o.hasData&&o.hasQuery?s[h]=(l,d,f)=>s[r](o.path,d,l,f):o.hasData?s[h]=function(l,d){return s[r](o.path,l,void 0,d)}:o.hasQuery?s[h]=function(l,d){return s[r](o.path,void 0,l,d)}:s[h]=function(l){return s[r](o.path,void 0,void 0,l)}}}return s[h]}})}_put(t,a,s,h){return G.put(s?.id?C.join(this.url,t,s.id):C.join(this.url,t),a||{},s||{},h)}_get(t,a,s,h){return G.get(C.join(this.url,t),a||{},s||{},h)}_delete(t,a,s,h){return G.delete(C.join(this.url,t),a||{},s||{},h)}_post(t,a,s,h){return G.post(C.join(this.url,t),a||{},s||{},h)}_options(t,a,s,h){return G.options(C.join(this.url,t),a||{},s||{},h)}_patch(t,a,s,h){return G.patch(C.join(this.url,t),a||{},s||{},h)}_head(t,a,s,h){return G.head(C.join(this.url,t),a||{},s||{},h)}}class ve{constructor(t,a){return new Proxy(this,{get(s,h){const o=a.find(r=>r.name===h);if(o)return h in s||(s[h]=new Fo(C.join(t,o.entityName),o)),s[h]}})}}const Te={apaas:new ve("/gct-apaas/api",xo),platform:new ve("/gct-platform/api",wo)};class ys{constructor(t){this.model=t,this.init()}evt=new os;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(t){t.forEach(a=>{let s=null;if((a.type==="item"||a.type==="hidden")&&(this.fields.push(a.name),this.modelMap[a.name]=a),a.type==="item"&&(s=_gct.register.formItem.create(`${a.type}___${a.editor.type}___${a.name}`),s||(s=_gct.register.formItem.create(`${a.type}___${a.editor.type}`))),s||(s=_gct.register.formItem.create(a.type)),!s){console.error(`未找到表单项提供者:${a.type}`,a);return}if(this.provider[a.name]=s,a.type==="item"){const h=a;this.item[h.name]=s.createController(this,h)}else if(a.type==="hidden"){const h=a;this.item[h.name]=s.createController(this,h)}else if(a.type==="container"||a.container){const h=a;this.item[a.name]=s.createController(this,h),h.children&&this.initFormItems(h.children)}})}calcHidden(){Object.keys(this.item).forEach(a=>{const s=this.item[a];if(s.model.hidden){const h=s.model.hidden(this,s,this.state.data);h!=null&&(s.state.visible=!h)}})}getData(){const t={};return this.fields.forEach(a=>{const s=this.item[a];s&&(s.state.visible===!0||s.model.type==="hidden")&&(t[s.key]=s.value)}),t}resetData(){this.fields.forEach(t=>{const a=this.item[t];a&&a.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const t=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(a=>{const s=this.item[a];s&&(s.value=t[s.key]),s.defaultValue()}),this.state.loaded=!0,t}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(t=>{const a=this.item[t];a&&a.destroy()})}validate(){return Promise.resolve(!0)}validateItem(t){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(t=>{this.item[t].defaultValue()}),this.calcState()}mounted(){}}class Go extends ys{initEvent(){super.initEvent(),this.evt.on("change",(t,a,s)=>{if(this.model.watch){const o=this.model.watch[t];o&&o(this,a,s)}const h=this.item[t];h&&h.model.watch&&h.model.watch(this,h,a,s),a!=s&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const t=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(t):this.model.updateRequest?this.model.updateRequest({id:this.context.id},t):Promise.resolve(t)}}function Ko(e){const t=e();return t.state=E.reactive(t.state),E.onUnmounted(()=>t.destroy()),t}class De{model;constructor(t){this.model=t}}class Ds{constructor(t){this.model=t,this.init()}evt=new os;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(t){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(t){t.forEach(a=>{let s=null;if(a.type==="item"&&(s=_gct.register.formItem.create(`${a.type}___${a.editor.type}___${a.name}`),s||(s=_gct.register.formItem.create(`${a.type}___${a.editor.type}`))),s||(s=_gct.register.formItem.create(a.type)),!s){console.error(`未找到表单项提供者:${a.type}`,a);return}if(this.provider[a.name]=s,a.type==="item"){const h=a;this.item[h.name]=s.createController(this,a)}else if(a.type==="container"){const h=a;this.item[a.name]=s.createController(this,a),h.children&&this.initFormItems(h.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(a=>{const s=this.state.data[a];s&&(typeof s=="object"?Array.isArray(s)?this.state.data[a]=[]:this.state.data[a]={}:this.state.data[a]=null)})}}function Vo(e){const t=new Ds(e);return t.state=E.reactive(t.state),t}class ${constructor(t,a){this.form=t,this.model=a,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new K}}function Ho(e){const t=e();return t.state=E.reactive(t.state),t}class Wo extends ${type="collapse-pane";crateItemState(){return new Wa}}class jo extends ${type="collapse";crateItemState(){return new ja}}class Xo extends ${type="tab";crateItemState(){return new Xa}}class $o extends ${type="tab-pane";crateItemState(){return new $a}}class zo extends ${type="group";crateItemState(){return new za}}class ce extends ${get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(t){const a=M.cloneDeep(this.form.state.data[this.key]);this.form.state.data[this.key]=t,this.form.evt.emit("change",this.key,t,a),this.state.value=t}get editorValue(){return this.model.fields?this.model.fields.map(t=>this.form.item[t].value):this.value}set editorValue(t){this.model.fields?this.model.fields.forEach((a,s)=>{this.form.item[a].value=t?.[s]}):this.value=t}init(){if(super.init(),this.model.type!=="hidden"){const{editor:t}=this.model;this.state.readonly=t.readonly,t.disabled!=null&&(this.state.disabled=t.disabled)}if(this.model.dictionary){const{mode:t}=this.model.dictionary;t==="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 ge}}class qo extends ce{type="item";async loadDictionary(t){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,t):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,t)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}crateItemState(){return new qa}}class Jo extends ce{type="hidden"}class Zo extends De{}class Yo extends De{}function cs(){return E.inject("formController")}function eh(e){let t=null;if(e){const s=cs().item[e];s&&(t=E.computed({get(){return s.value},set(h){typeof h=="string"&&(h=h.trim()),!(typeof h!="object"&&s.value==h)&&(s.value=h)}}))}else{let a=E.getCurrentInstance().proxy;const s=a.$props,h=a.$emit;t=E.computed({get:()=>s.value,set:o=>{typeof o=="string"&&(o=o.trim()),!(typeof o!="object"&&s.value==o)&&h("update:value",o)}}),a=null}return t}function th(e,t){let a=E.getCurrentInstance().proxy;const s=a.$props,h=a.$emit,o=e?e.length:0,r=t?t.length:0,l=E.computed({get:()=>{if(!s.value)return"";let d=s.value;return o>0&&d.startsWith(e)&&(d=d.substring(o)),r>0&&d.endsWith(t)&&(d=d.substring(0,d.length-r)),d},set:d=>{if(s.value===d)return;if(typeof d=="string"&&(d=d.trim()),d==""){h("update:value","");return}let f=d;o>0&&(f=e+f),r>0&&(f=f+t),h("update:value",f)}});return a=null,l}function ah(e){const t=E.inject("modal");return t&&e&&(t.ok=e),t}function sh(e){return new ss(e)}function Qs(e){return typeof e<"u"}function oh(e){const t=E.ref(e||""),a=E.ref(!1),s=E.ref(!1);return E.watch(t,h=>{Qs(h)&&(s.value=!0,a.value=Is(h))},{immediate:!!e,flush:"sync"}),{clipboardRef:t,isSuccessRef:a,copiedRef:s}}function Is(e,{target:t=document.body}={}){const a=document.createElement("textarea"),s=document.activeElement;a.value=e,a.setAttribute("readonly",""),a.style.contain="strict",a.style.position="absolute",a.style.left="-9999px",a.style.fontSize="12pt";const h=document.getSelection();let o;h&&h.rangeCount>0&&(o=h.getRangeAt(0)),t.append(a),a.select(),a.selectionStart=0,a.selectionEnd=e.length;let r=!1;try{r=document.execCommand("copy")}catch(l){throw new Error(l)}return a.remove(),o&&h&&(h.removeAllRanges(),h.addRange(o)),s&&s.focus(),r}const H={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class hh{handle(t){console.error(t)}}class rh{handle(t){console.error(t)}}class dh{handle(t){if(t.type===_.AJAX){new Ls().handle(t);return}console.error(t)}}class Ls{handle(t){const a=this._extractStatusCode(t.message);if(a)switch(a){case H.UNAUTHORIZED:this._handleUnauthorized();break;case H.FORBIDDEN:this._handleForbidden();break;case H.NOT_FOUND:this._handleNotFound();break;case H.INTERNAL_SERVER_ERROR:case H.BAD_GATEWAY:case H.SERVICE_UNAVAILABLE:case H.GATEWAY_TIMEOUT:this._handleServerError(a);break;default:this._handleGenericHttpError(t);break}else this._handleGenericHttpError(t)}_extractStatusCode(t){const a=t.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return a?parseInt(a[1]||a[2],10):null}_handleGenericHttpError(t){t.message.includes("Business Error")?console.debug("Handling business error:",t.message):t.message.includes("Network")?console.debug("Handling network error:",t.message):console.debug("Handling HTTP error:",t.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(t){console.warn(`Server error: ${t}`)}}class Re{static _strategies=new Map;static init(){this.registerStrategy(_.SCRIPT,new hh),this.registerStrategy(_.VUE,new rh),this.registerStrategy(_.PROMISE,new dh),this.registerStrategy(_.AJAX,new Ls)}static getStrategy(t){return this._strategies.get(t)}static registerStrategy(t,a){this._strategies.set(t,a)}}class B{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return B._instance||(B._instance=new B),B._instance}static init(){B.getInstance()}static handleVueError(t,a,s){const h={type:_.VUE,message:`Vue Error: ${t.message} | Info: ${s}`,stack:t.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(h)}static reportError(t,a=_.SCRIPT){const s={type:a,message:t.message,stack:t.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(s)}_initializeStrategies(){Re.init()}_processError(t){Re.getStrategy(t.type)?.handle(t)}}async function ph(e){B.init(),e.config.errorHandler=(t,a,s)=>{B.handleVueError(t,a,s)},e.config.warnHandler=(t,a,s)=>{console.warn(`Vue Warning: ${t}`),s&&console.warn("Trace:",s)},window.addEventListener("error",t=>{B.reportError(new Error(t.message),_.SCRIPT)}),window.addEventListener("unhandledrejection",t=>{B.reportError(t.reason,_.PROMISE)})}class lh{async init(){const t=await _api.platform.plat.getList();console.debug("plat",t.data)}}const uh=new lh;async function ih(e){await ph(e),G.use(ms),Co(e),Uo(e),await _gct.init(),await uh.init()}function As(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new gs,Object.defineProperty(window._gct,"api",{get(){return Te}}),Object.defineProperty(window,"_api",{get(){return Te}})}exports.AGLINE_ENUMS=va;exports.APP_DARK_MODE_KEY_=Xs;exports.APP_LOCAL_CACHE_KEY=$s;exports.APP_SESSION_CACHE_KEY=zs;exports.ASSIGNMENTSTRATEGY_ENUM=Nt;exports.AggTypes=Ve;exports.AppPublishStateEnum=Da;exports.BasicAction=ca;exports.BindCmpStyleEnum=ga;exports.BindCmpStyleTypeEnum=fa;exports.BizServiceEnum=Ma;exports.BorderStyle=rt;exports.BuiltinType=St;exports.ButtonColorTheme=Vt;exports.ButtonColorType=Kt;exports.ButtonGroupType=Ps;exports.ButtonOpeEnum=Ta;exports.ButtonSize=Wt;exports.ButtonStyle=Ht;exports.ButtonType=Xt;exports.ButtonTypeGroup=jt;exports.ButtonType_vant=$t;exports.COLUMNS_TYPE=ct;exports.CURRENCY_ENUM=Ot;exports.CURRENCY_LANG_ENUM=_t;exports.CacheTypeEnum=ba;exports.CategoryTypeEnum=Rt;exports.Ch_BindCmpStyleEnum=Os;exports.ColorEditorController=Yo;exports.ContentEnum=Ee;exports.ContentTypeEnum=Oa;exports.CoreConst=j;exports.CreateType=ke;exports.CustomAction=Qa;exports.DESIGNER_SESSION_CACHE_KEY=qs;exports.DatasourceTypeEnum=ta;exports.DateRangeEnums=Et;exports.DefaultActions=Bs;exports.Dependency_ENUM=vt;exports.DesignerRegister=oe;exports.DictionaryUtil=Ja;exports.DisplayEnums=Gt;exports.DisplayType=ft;exports.EditFormController=Go;exports.EditorController=De;exports.EditorRegister=q;exports.EditorRegisterConst=fe;exports.EditorType=Za;exports.EditorTypeOld=Ya;exports.EntityModelCategoryEnum=Ye;exports.EntityModelTypeEnum=et;exports.ErrorTypeEnum=_;exports.EventCategory=lt;exports.ExamineAndApproveStateEnum=Va;exports.ExceptionEnum=Sa;exports.FIELD_TYPE=Q;exports.FIELD_TYPE_BASIC=Ue;exports.FIELD_TYPE_CATEGORY=Be;exports.FIELD_TYPE_LOGIC=xe;exports.FIELD_TYPE_TRACE=we;exports.FieldDefaultValueTypeEnum=tt;exports.FieldIconMap=Ss;exports.FieldSysVarDefaultValueEnum=at;exports.FieldTypeToJs=Rs;exports.FormCollapseController=jo;exports.FormCollapsePaneController=Wo;exports.FormCollapsePaneState=Wa;exports.FormCollapseState=ja;exports.FormComponents=ha;exports.FormContainerType=es;exports.FormController=Ds;exports.FormEditItemController=ce;exports.FormEditItemState=ge;exports.FormGroupController=zo;exports.FormGroupState=za;exports.FormHiddenItemController=Jo;exports.FormItemBasicController=$;exports.FormItemBasicState=K;exports.FormItemController=qo;exports.FormItemRegister=J;exports.FormItemState=qa;exports.FormState=ne;exports.FormTabController=Xo;exports.FormTabPaneController=$o;exports.FormTabPaneState=$a;exports.FormTabState=Xa;exports.GENDER_TYPE=qe;exports.GLOBAL_TYPE=Dt;exports.GLOBAL_VAR_TYPE=yt;exports.GctFormController=ys;exports.GctGlobal=gs;exports.GlobalPiniaState=Ha;exports.GlobalStoreUtil=ns;exports.INNER_EVENT=Qt;exports.KeyMode=kt;exports.LOCALE_KEY=ks;exports.LOCALE_LIST_KEY=Fs;exports.LOCAL_I18N_TRANSLATE=Gs;exports.LOCK_INFO_KEY=Ws;exports.LengthUnitEditorController=Zo;exports.ListTreeSearchTypeEnum=ea;exports.MULTIPLE_TABS_KEY=js;exports.MaterialEnum=Ke;exports.MenuModeEnum=Ba;exports.MenuSplitTyeEnum=Ua;exports.MenuType=Fe;exports.MenuTypeEnum=Ca;exports.MessageType=Xe;exports.MixSidebarTriggerEnum=wa;exports.Namespace=ss;exports.NodesConfigTypeEnum=He;exports.OpenMode=Ge;exports.PLUGIN_BASE_URL=as;exports.PROJ_CFG_KEY=Hs;exports.PageEnum=ka;exports.PanelEnum=ot;exports.PermissionModeEnum=Ce;exports.PersonalCenterType=ze;exports.Platform=Y;exports.PlatformSettingActions=Us;exports.PluginModeEnum=z;exports.PluginPgkUtil=mo;exports.PluginStaticResource=no;exports.Postion=ht;exports.PrintModeEnums=xt;exports.ProcessStatusEnum=Ka;exports.ProgressTypeEnum=gt;exports.ProjectName=W;exports.PropGroup=ut;exports.ROLES_KEY=Vs;exports.RdoButtonOpeEnum=Ra;exports.RenderRegister=he;exports.RequestEnum=Pa;exports.ResetRuleType=sa;exports.ResultEnum=Ea;exports.RoleEnum=Fa;exports.RouterTransitionEnum=_e;exports.RowSelectionTypeEnums=Bt;exports.SCOPE=oa;exports.SEARCH_SEVICE=Na;exports.SHOW_FIELDTYPES=Es;exports.SIDE_BAR_MINI_WIDTH=vs;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=Ts;exports.STYLE_NAMESPACE_TAG=ts;exports.SUB_TABLE_EDIT_MODE=It;exports.SUB_TABLE_OPE_EVENT_TYPE=At;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=Lt;exports.SearchComponents=ra;exports.SelectPickerEnums=Pt;exports.SessionTimeoutProcessingEnum=Me;exports.SettingButtonPositionEnum=Oe;exports.SignatureTypeEnum=aa;exports.SizeEnum=Ga;exports.StatisticalMethodEnums=Ut;exports.StyleGroup=it;exports.TENANT_KEY=xs;exports.TIMETYPE_ENUM=Mt;exports.TIMETYPE_LANG_ENUM=Ct;exports.TIMEZONE_KEY=Aa;exports.TODO_TYPE=Je;exports.TOKEN_KEY=ws;exports.TableEditingMethodEnum=Zt;exports.TableSearchTypeEnum=qt;exports.TableTypeEnum=Jt;exports.TagTypeEnum=nt;exports.TextAlign=dt;exports.TextDecoration=pt;exports.ThemeEnum=Pe;exports.ToolkitEnum=Tt;exports.TopMenuAlignEnum=xa;exports.TransactionMode=Ft;exports.TriggerEnum=_a;exports.USER_INFO_KEY=Ks;exports.UniqueConstraintType=je;exports.UserServiceType=Ze;exports.VERIFICATIONCONDITIONS_TYPE=bt;exports.WidgetInScopeEnum=Yt;exports.WorkbenchType=$e;exports.bindCmpStyleMap=Cs;exports.buttonShowType=ya;exports.ch_ProcessStatusMap=Ys;exports.controlConfigEnum=pa;exports.copyTextToClipboard=Is;exports.createAppVue=ih;exports.deepMerge=Ao;exports.default=As;exports.fixedAlignENUM=ua;exports.getPathQuery=ls;exports.getTenant=Io;exports.getTimezone=is;exports.getToken=ds;exports.install=As;exports.interceptors=ms;exports.isDef=Qs;exports.isMobile=us;exports.notSingleArr=Js;exports.openWindowEnums=wt;exports.operateSysEnums=zt;exports.presetColor=Zs;exports.screenEnum=La;exports.screenMap=X;exports.scriptTypeEnum=st;exports.searchListByFieldType=_s;exports.selectionTypeEnums=We;exports.setTenant=Lo;exports.setToken=ps;exports.sizeEnum=Ia;exports.sortTypeEnum=na;exports.statisticalMethodEnum=la;exports.t=po;exports.tableColumnTypeEnum=ia;exports.tableColumnWidthEnum=da;exports.tabsTypeENUM=ma;exports.tagEnum=mt;exports.transformBindCmp2CmpType=Ms;exports.useCopyToClipboard=oh;exports.useEditFormController=Ko;exports.useForm=cs;exports.useFormController=Vo;exports.useFormItemController=Ho;exports.useGctFormValue=eh;exports.useGctFormValueByText=th;exports.useModal=ah;exports.useNamespace=sh;exports.widthEditorInstall=bo;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const V=require("pinia"),_=require("lodash-es"),ft=require("qs"),m=require("vue"),ea=require("axios"),ta=require("vue-i18n"),Ke=require("vue-router"),Le=require("@gct-paas/api"),na=48,ra=80;var ht=(e=>(e.FULL="full",e.FIXED="fixed",e))(ht||{}),gt=(e=>(e.DARK="dark",e.LIGHT="light",e))(gt||{}),mt=(e=>(e.AUTO="auto",e.HEADER="header",e.FIXED="fixed",e))(mt||{}),pt=(e=>(e[e.ROUTE_JUMP=0]="ROUTE_JUMP",e[e.PAGE_COVERAGE=1]="PAGE_COVERAGE",e))(pt||{}),bt=(e=>(e.ROLE="ROLE",e.BACK="BACK",e.ROUTE_MAPPING="ROUTE_MAPPING",e.PLATFORM_ROLE="PLATFORM_ROLE",e))(bt||{}),Et=(e=>(e.ZOOM_FADE="zoom-fade",e.ZOOM_OUT="zoom-out",e.FADE_SIDE="fade-slide",e.FADE="fade",e.FADE_BOTTOM="fade-bottom",e.FADE_SCALE="fade-scale",e))(Et||{}),Me=(e=>(e.PORTAL="portal",e.BACKEND_MANAGEMENT="backend-management",e.DEVELOPER_CENTER="developer-center",e.TENANT_CENTER="tenant-center",e.APP_DESIGNER="app-designer",e.PAGE_DESIGNER="page-designer",e.WEB_RENDER="web-render",e.MOBILE_RENDER="mobile-render",e))(Me||{}),Rt=(e=>(e.ALL="field_type_all",e.BASIC="field_type_basic",e.LOGIC="field_type_logic",e.TRACE="field_type_trace",e))(Rt||{}),f=(e=>(e.PRIMARY_KEY="primary_key",e.ASSOCIATED_PRIMARY_KEY="associated_primary_key",e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.DATA_TABLE_FORMULA="data_table_formula",e.READONLYCMP="readonlycmp",e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e.Biz_Process="biz_process",e.TENANT="tenant",e))(f||{}),Tt=(e=>(e.TEXT="text",e.LONG_TEXT="long_text",e.INTEGER="integer",e.LONG="long",e.DOUBLE="double",e.DECIMAL="decimal",e.BOOLEAN="boolean",e.DATE="date",e.TIME="time",e.DATE_TIME="date_time",e))(Tt||{}),St=(e=>(e.IMAGE="image",e.ATTACHMENT="attachment",e.SERIAL="serial_number",e.MASTERSLAVE="master_slave",e.USER="user",e.USER_MULTI="user_multi",e.ORG="org",e.ORG_MULTI="org_multi",e.ENUM="enum",e.ENUM_MULTI="enum_multi",e.OPTION="option",e.OPTION_MULTI="option_multi",e.REF="ref",e.REF_MULTI="ref_multi",e.RDO_REF="rdo_ref",e.EXPRESSION="expression",e.EXPRESSION_CONDITION="expression_condition",e.AGG="agg",e.ESOP="esop",e.TRANSACTION="transaction",e.LABEL_TEMPLATE="label_template",e.LABEL_TEMPLATE_REF="label_template_ref",e.DOCUMENT_TEMPLATE="document_template",e.SERIALRULE="serial_number_rule",e.PRINTER="printer",e.MESSAGE_TMPL="message_tmpl",e.RANGE_USER="range_user",e.SIGNATURE="electronic_signature",e.ONLINE_FORM_TEMPLATE="online_form_tmpl",e.E_DHR_TEMPLATE="edhr_tmpl",e.ONLINE_FORM="online_form",e.Biz_Process="biz_process",e))(St||{}),At=(e=>(e.MATERIAL_NO="material_no",e.PRODUCT="product",e.DEVICE="device",e))(At||{});const ia={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",tenant:"string"};var _t=(e=>(e.SYSTEM="SYSTEM",e.USER_DEFINED="USER_DEFINED",e.BUILTIN="BUILTIN",e.CUSTOM="CUSTOM",e.PROCESS="PROCESS",e))(_t||{}),It=(e=>(e.CATALOG="CATALOG",e.STANDARD="STANDARD",e.LINK="LINK",e))(It||{}),Lt=(e=>(e.PRESENT="PRESENT",e.IFRAME="IFRAME",e.NEW="NEW",e))(Lt||{}),vt=(e=>(e.MaterialFormField="formField",e.MaterialTableField="tableField",e.MaterialEmbedTableField="embedTableField",e.MaterialSubTableField="subTableField",e.MaterialSubTableModalField="subTableModalField",e.cardListFormField="cardList",e.MaterialTableSelectField="tableSelectField",e.DescriptionsFormField="descriptions",e))(vt||{});const aa={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:"icon-biaoqianmoban",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 Nt=(e=>(e.COUNT="COUNT",e.SUM="SUM",e.MAX="MAX",e.MIN="MIN",e.AVG="AVG",e))(Nt||{}),yt=(e=>(e.SPEC="spec",e.SUB_WORKFLOW="sub_workflow",e))(yt||{}),Ot=(e=>(e.None="none",e.SingleChoice="gct_radio",e.MultipleChoice="checkbox",e))(Ot||{}),wt=(e=>(e.NONE="NONE",e.GLOBAL="GLOBAL",e.LEVEL="LEVEL",e.LOGIC="LOGIC",e))(wt||{});const oa={ALL:"all",UNREAD:"unread"},sa={TEST:"myTestApp",QUICK:"quickAccess",MY:"myApp"};var Mt=(e=>(e.PROFILE="profile",e.GENDER="gender",e.ENTERPRISE="enterprise",e))(Mt||{}),Dt=(e=>(e.FEMALE="female",e.MALE="male",e.PRIVARY="privary",e))(Dt||{}),Ct=(e=>(e.TODO="todo",e.APPLICATION="application",e.DONE="done",e.DELEGATE="delegate",e))(Ct||{});const ca=[f.TEXT,f.LONG_TEXT,f.LONG,f.INTEGER,f.DECIMAL,f.DOUBLE,f.SERIAL];var xt=(e=>(e.SCRIPT_SERVICE="SCRIPT_SERVICE",e.SQL_SERVICE="SQL_SERVICE",e.SO_SERVICE="SO_SERVICE",e.BUILTIN_SERVICE="SYS_BUILTIN",e))(xt||{}),De=(e=>(e.ENTITY="entity",e.DATA="data",e.VIEW="view",e.FORM="form",e.DATA_SET="dataSet",e))(De||{}),Ut=(e=>(e.BASE="BASE",e.NDO="NDO",e.RDO="RDO",e.TREE="TREE",e.DYNAMIC_FORM="DYNAMIC_FORM",e.WORKFLOW="WORKFLOW",e.TRANSACTION="TRANSACTION",e))(Ut||{}),Pt=(e=>(e.NONE="NONE",e.FIXED="FIXED",e.SYS_VAR="SYS_VAR",e))(Pt||{}),kt=(e=>(e.NULL="",e.SYS_DATE="SYS_DATE",e.SYS_TIME="SYS_TIME",e.SYS_DATE_TIME="SYS_DATE_TIME",e.CURRENT_USER="CURRENT_USER",e.CURRENT_ORG="CURRENT_ORG",e))(kt||{}),Gt=(e=>(e.EVENT="event",e.BUSINESSSERVICE="businessService",e.TIMER="timer",e))(Gt||{}),Bt=(e=>(e.SHOW_BOX_SCROLL="showBoxScroll",e.SHOW_ALL_DATA="showAllData",e))(Bt||{}),Ft=(e=>(e.PAGE="page",e.HISTORY="history",e.GLOBAL="global",e.WIDGET="widget",e.CHANGE_DESIGN="changeDesign",e))(Ft||{}),Wt=(e=>(e.STATIC="static",e.RELATIVE="relative",e.ABSOLUTE="absolute",e.FIXED="fixed",e.STICKY="sticky",e))(Wt||{}),Ht=(e=>(e.NONE="none",e.SOLID="solid",e.DOTTED="dotted",e.DASHED="dashed",e.DOUBLE="double",e))(Ht||{}),Vt=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.JUSTIFY="justify",e))(Vt||{}),Xt=(e=>(e.LINETHROUGH="line-through",e.UNDERLINE="underline",e.NONE="none",e))(Xt||{}),jt=(e=>(e.INNER="inner",e.JS="js",e.LO="lo",e))(jt||{}),$t=(e=>(e.BASIC="basic",e.ADVANCED="advance",e.DISPLAY="display",e.LABEL="label",e.VUE3="vue3",e.FIELD="field",e.DATA="data",e.OTHER="other",e.LIST="list",e.Table="table",e.SUBMIT_RULE="submitRule",e.LISTDATA="listdata",e.SHOW="show",e.FIELD_CONFIG="fieldConfig",e.FORM_CONFIG="formConfig",e.FIELD_LAYOUT="FieldLayout",e.TABLESELECT_CONFIG="tableSelect",e.GENRADIO="genRadio",e.GENCHECKBOX="genCheckbox",e.GENSWITCH="genSwitch",e.OPTIONS="options",e.COLLAPSE="collapse",e.IFRAME="iframe",e.FILECOLLECT="fileCollect",e.CARDLIST="cardList",e.BUTTON="button",e.Button="Button",e.ButtonShow="ButtonShow",e.ButtonStyle="ButtonStyle",e.LISTBUTTON="listButton",e.MODAL="modal",e.MODALWIDTH="modalWidth",e.MODALHEIGHT="modalHeight",e.MODALTITLECONFIG="modalTitleConfig",e.SEARCH="search",e.QUERY="query",e.INPUT_CONFIG="inputConfig",e.DATALINKAGE="dataLinkage",e.PERMISSION="permission",e.DATASOURCE="dataSource",e.VALIDATERULE="validaterule",e.TEXT="text",e.GRID_CONFIG="gridConfig",e.COL_CONFIG="colConfig",e.COMPONENTDEPENDENCY="componentDependency",e.GENIMAGE="genImage",e.DATARANGE="dataRange",e.OPERATOR_CONFIG="operatorConfig",e.BUSINESS_CONFIG="businessConfig",e))($t||{}),Kt=(e=>(e.LAYOUT="layout",e.STYLE="style",e.BACKGROUND="background",e.MARGIN="margin",e.BORDER="border",e.HEADER="header",e))(Kt||{}),Zt=(e=>(e.TAG="tag",e.PROGRESS="progress",e))(Zt||{}),Jt=(e=>(e.RADIUS="radius",e.LINEAR_RADIUS="linear_radius",e.BIG_RADIUS="big_radius",e.LINEAR_BIG_RADIUS="linear_big_radius",e.DASHED_RADIUS="dashed_radius",e.STATUS="status",e))(Jt||{}),Yt=(e=>(e.CIRCLE="circle",e.LINE="line",e))(Yt||{}),zt=(e=>(e.RULE="rule",e.CONFIG="config",e))(zt||{}),qt=(e=>(e.STRING="string",e.NUMBER="number",e.BOOLEAN="boolean",e.OBJECT="object",e.ARRAY="array",e.NULL="NULL",e.DATE="date",e.DATETIME="datetime",e.TIME="time",e))(qt||{}),Qt=(e=>(e.MODAL="modal",e.EVENT="event",e.VAR="var",e))(Qt||{}),en=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.TOP="top",e.BOTTOM="bottom",e))(en||{}),tn=(e=>(e.CLOSE_MODAL="__CLOSEMODAL__",e.OPEN_MODAL="__OPENMODAL__",e.REFRESH_TABLE="__REFRESHTABLE__",e))(tn||{}),nn=(e=>(e.INLINE="inline",e.MODAL="modal",e))(nn||{}),rn=(e=>(e.DELETE="delete",e.COPY="copy",e))(rn||{}),an=(e=>(e.DELETE="delete",e.EDIT="edit",e.COPY="copy",e))(an||{}),on=(e=>(e.JS="js",e))(on||{}),sn=(e=>(e.alwaysCover="alwaysCover",e.notCovered="notCovered",e))(sn||{}),cn=(e=>(e.HIDDEN="hidden",e.READONLY="readonly",e.DISABLED="disabled",e.REQUIRED="required",e.ASSIGNMENT="assignment",e))(cn||{}),ln=(e=>(e.OUTLINE="OUTLINE",e.WIDGETS="WIDGETS",e.FIELD="FIELD",e.MODAL="MODAL",e.JS="JS",e.CSS="CSS",e.TEMPLATE="TEMPLATE",e.LO="LO",e))(ln||{}),un=(e=>(e.FORM="form",e.LAYOUT="layout",e.ADVANCED="advanced",e.DATA="data",e.BUTTON="button",e.RDO="rdo",e.KIT="kit",e.PROCESS="process",e))(un||{}),Ce=(e=>(e.WEB="web",e.MOBILE="mobile",e.PAD="pad",e))(Ce||{}),dn=(e=>(e.MODAL="modal",e.MODAL_BODY="modalBody",e.MODAL_FOOTER="modalFooter",e.BottomButtonContainer="bottom-button-container",e))(dn||{}),fn=(e=>(e.WEEK_NOW="sys.pageDesigner.dateRange.weekNow",e.MONTH_NOW="sys.pageDesigner.dateRange.monthNow",e.QUARTER_NOW="sys.pageDesigner.dateRange.quarterNow",e.YEAR_NOW="sys.pageDesigner.dateRange.yearNow",e.WEEk_BEFORE="sys.pageDesigner.dateRange.weekBefore",e.MONTH_BEFORE="sys.pageDesigner.dateRange.monthBefore",e.QUARTER_BEFORE="sys.pageDesigner.dateRange.quarterBefore",e.YEAR_BEFORE="sys.pageDesigner.dateRange.yearBefore",e.DATE_BEFORE="sys.pageDesigner.dateRange.dateBefore",e.DATE_AFTER="sys.pageDesigner.dateRange.dateAfter",e))(fn||{}),hn=(e=>(e.DROPDOWN_SELECTION="dropdownSelection",e.TREE_SELECTION="treeSelection",e.MODAL_BOX_SELECTION="modalBoxSelection",e))(hn||{}),gn=(e=>(e["¥"]="¥",e.$="$",e.S$="S$",e))(gn||{}),mn=(e=>(e.d="d",e["d:h"]="d:h",e["d:h:m"]="d:h:m",e["d:h:m:s"]="d:h:m:s",e.h="h",e["h:m"]="h:m",e["h:m:s"]="h:m:s",e.m="m",e["m:s"]="m:s",e.s="s",e))(mn||{}),pn=(e=>(e.d="days",e["d:h"]="dayhour",e["d:h:m"]="dayhourminute",e["d:h:m:s"]="dayhourminutesecond",e.h="hour",e["h:m"]="hourminute",e["h:m:s"]="hourminutesecond",e.m="minute",e["m:s"]="minutesecond",e.s="seconds",e))(pn||{}),bn=(e=>(e["¥"]="chMoney",e.$="usMoney",e.S$="sgpMoney",e))(bn||{}),En=(e=>(e.SingleChoice="radio",e.MultipleChoice="checkbox",e))(En||{}),Rn=(e=>(e.Current="current",e.Whole="whole",e))(Rn||{}),Tn=(e=>(e.Local="local",e.Server="server",e.PREVIEW_PRINT="PreviewPrint",e.DIRECT_PRINTING="DirectPrinting",e))(Tn||{}),Sn=(e=>(e.OPEN="open",e.APPROVE="linkApprove",e))(Sn||{}),An=(e=>(e.SYSTEM="system",e.TRANSACTION="transaction",e))(An||{}),_n=(e=>(e.CURRENT="current",e.REFERENCE="reference",e))(_n||{}),In=(e=>(e.BLOCK="block",e.INLINE_BLOCK="inline-block",e))(In||{}),Ln=(e=>(e.DEFAULT="default",e.LINK="link",e))(Ln||{}),vn=(e=>(e.DEFAULT="default",e.PRIMARY="primary",e.ERROR="error",e.WARNING="warning",e.SUCCESS="success",e))(vn||{}),Nn=(e=>(e.ORDINARY="ordinary",e.SQUARE="square",e))(Nn||{}),yn=(e=>(e.SMALL="small",e.DEFAULT="middle",e.LARGE="large",e))(yn||{}),On=(e=>(e.TEXT="TEXT",e.ICON_TEXT="ICON_TEXT",e.ICON="ICON",e))(On||{}),wn=(e=>(e.PRIMARY="primary",e.DEFAULT="default",e.DASHED="dashed",e.LINK="link",e))(wn||{}),Mn=(e=>(e.PRIMARY="primary",e.DANGER="danger",e.DEFAULT="default",e))(Mn||{});const la={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 Dn=(e=>(e.COLUMNDELETE="columnDelete",e.COLUMNLINK="columnLink",e.COPY="copy",e.VERSION_COPY="version_copy",e.VERSION_CREATE="version_create",e.DETAILS="details",e.EDIT="edit",e.USAGEINFORMATION="usageInformation",e.MODELINGTRACEABILITY="modelingTraceability",e.IMPORT="import",e.EXPORT="export",e.BATCHDELETE="batchDelete",e.SUBMIT="submit",e.RESET="reset",e.EXCUTE="excute",e.LABEL_PRINT="label_print",e.DOCUMENT_PRINT="document_print",e.EXAMINE_AND_APPROVE="examineAndApprove",e))(Dn||{}),Cn=(e=>(e.NONE="none",e.EMBEDDED="embedded",e.EXTERNAL="external",e))(Cn||{}),xn=(e=>(e.DEFAULT="default",e.EMBED="embed",e.SUB="sub",e))(xn||{}),Un=(e=>(e.DEFAULTEDITING="defaultEditing",e.CLICKTOENTEREDITING="clickToEnterEditing",e))(Un||{}),Pn=(e=>(e.GCT="gct",e.GCT_MODAL="gct-modal",e.GCT_SUB_TABLE_MODAL="gct-sub-table-modal",e))(Pn||{}),kn=(e=>(e.ALL="ALL",e.SEARCH="SEARCH",e.SEARCHALL="SEARCHALL",e.LEVEL="LEVEL",e.CHILDREN="CHILDREN",e))(kn||{}),Gn=(e=>(e.REALTIMEDATASOURCE="realTimeDataSource",e.SERVICEDATASOURCE="serviceDataSource",e))(Gn||{}),Bn=(e=>(e.SIGNATURE_ONLY="signature_only",e.SIGNATURE_DATE="signature_date",e.SIGNATURE_DATETIME="signature_datetime",e))(Bn||{}),Fn=(e=>(e.WIPE_DATA="wipe_data",e.REFRESHDATA="refresh_data",e))(Fn||{}),Wn=(e=>(e.PAGE="page",e.MODAL="modal",e))(Wn||{}),Hn=(e=>(e.RdoInput="rdo-input",e.Input="input",e.ElectronicSignature="electronic-signature",e.UseinfoButton="useinfo-button",e.ModelingButton="modeling-button",e.ImportButton="gc-import-button",e.ExportButton="gc-export-button",e.DocumentPrintButton="document-print-button",e.SubmitButton="submit-button",e.BatchDeleteButton="batchdelete-button",e.CustomButton="custom-button",e.TableLinkButton="table-link-button",e.TableInfoButton="table-info-button",e.TableApproveButton="table-approve-button",e.OpeButton="ope-button",e.ResetButton="reset-button",e.RdoSaveButton="rdo-save-button",e.LabelPrintButton="labelprint-button",e.ProcessButton="process-button",e.ProcessApproveButton="process-approve-button",e.CreateButton="create-button",e.DeleteButton="delete-button",e.CopyButton="copy-button",e.RefreshButton="refresh-button",e.CreateVersionButton="create-version-button",e.CopyVersionButton="copy-version-button",e.Checkbox="checkbox",e.DataTable="data-table",e.DataVTable="data-v-table",e.TreeTable="tree-table",e.DataTableColumn="data-table-column",e.RefDataTable="ref-data-table",e.DataList="data-list",e.RdoDataList="rdo-data-list",e.DataTableOpe="data-table-ope",e.DataTableFormula="data-table-formula",e.Datepicker="datepicker",e.DateTimepicker="datetimepicker",e.Department="department",e.Form="form",e.RdoForm="rdo-form",e.RdoTable="rdo-table",e.MedProRdoForm="medprordo-form",e.MedProRdoTable="medprordo-table",e.FormProcess="form-process",e.Inputmoney="inputmoney",e.Inputnumber="inputnumber",e.InputDouble="inputdouble",e.Radio="radio",e.Select="select",e.RdoSelect="rdo-select",e.Switch="switch",e.Textarea="textarea",e.Timepicker="timepicker",e.Userpicker="userpicker",e.Search="search",e.SelectSearch="select-search",e.QuickSearch="quick-search",e.LayoutContainer="layout-container",e.ButtonContainer="button-container",e.ButtonProcessContainer="button-process-container",e.BottomButtonContainer="bottom-button-container",e.Grid="grid",e.GridCol="grid-col",e.Tabs="tabs",e.TabPane="tab-pane",e.LeftRightColumns="left-right-columns",e.TopBottomColumns="top-bottom-columns",e.LeftLayoutThree="left-layout-three",e.TopLayoutThree="top-layout-three",e.UploadFile="upload-file",e.UploadImage="upload-image",e.SubTable="sub-table",e.SubTableOpe="sub-table-ope",e.SubTableAddBtn="sub-table-add-button",e.SubTableCopyBtn="sub-table-copy-button",e.SubTableEditBtn="sub-table-edit-button",e.SubTableDeleteBtn="sub-table-delete-button",e.LinkPageBtn="link-page-button",e.Collapse="collapse",e.SpaceOccupation="space-occupation",e.Divider="divider",e.CardList="card-list",e.CardHeaderLeft="card-header-left",e.CardHeaderRight="card-header-right",e.CardContent="card-content",e.CardOpeBtn="card-ope-btn",e.BaseButton="base-button",e.ReadonlyCmp="readonlycmp",e.TableSelect="table-select",e.GenCheckbox="gen-checkbox",e.GenRadio="gen-radio",e.GenSwitch="gen-switch",e.WorkflowNodes="workflow-nodes",e.WorkflowNodeModal="workflow-node-modal",e.ESOP="e-sop",e.EXPRESSION="expression",e.ExpressionCondition="expression-condition",e.AGG="agg",e.DynamicFormType="dynamic-form-type",e.DynamicFormValue="dynamic-form-value",e.DynamicFormOpts="dynamic-form-options",e.DynamicFormShowType="dynamic-form-show-type",e.DynamicTable="dynamic-table",e.Transaction="transaction",e.SerialRule="serial-rule",e.LabelTemplate="label-template",e.LabelTemplateRef="label-template-ref",e.DocumentTemplate="document-template",e.Wacom="wacom",e.Text="text",e.CustomField="custom-field",e.Printer="printer",e.Descriptions="descriptions",e.RangeUser="range-user",e.GenImage="gen-image",e.TestButton="test-button",e.Iframe="iframe",e.ExcuteButton="medproexcute-button",e.SubDataTable="sub-data-table",e.Signature="signature",e.OnlineForm="online-form",e.TmplTreeSelect="tmpl-tree-select",e.Boolean="boolean",e.BizProcess="biz-process",e.ApprovalHistory="approval-history",e.FlowDiagram="flow-diagram",e.CustomCode="custom-code",e.ApprovalProcess="approval-process",e))(Hn||{}),Vn=(e=>(e.SearchInput="SearchInput",e.SearchNumberInput="SearchNumberInput",e.SearchStringNumberInput="SearchStringNumberInput",e.SearchSwitch="SearchSwitch",e.SearchDate="SearchDate",e.SearchDateTime="SearchDateTime",e.SearchTime="SearchTime",e.SearchSelect="SearchSelect",e.SearchUserSelect="SearchUserSelect",e.SearchRdoSelect="SearchRdoSelect",e.SearchTransaction="SearchTransaction",e.SearchTmplTreeSelect="SearchTmplTreeSelect",e.SearchPrinter="SearchPrinter",e.SearchBizProcess="SearchBizProcess",e.SearchSelectRangUser="SearchSelectRangUser",e.SearchSelectDepartment="SearchSelectDepartment",e))(Vn||{}),Xn=(e=>(e.AUTO_PARENT_BOX="AutoParentBox",e.ATUO="selfAdaption",e.ENUMERATION="fixed",e.PERCENTAGE="percentage",e))(Xn||{}),jn=(e=>(e.NULL="NULL",e.STRING="空字符串",e.ZERO="0",e))(jn||{}),$n=(e=>(e.TOTAL="total",e.AVERAGE="average",e))($n||{}),Kn=(e=>(e.RIGHT="right",e.NONE="",e.LEFT="left",e))(Kn||{}),Zn=(e=>(e.COLUMN_TEXT="COLUMN_TEXT",e.COLUMN_NUMBER="COLUMN_NUMBER",e.COLUMNTEXT_DATA="COLUMNTEXT_DATA",e.COLUMNTEXT_REF="COLUMNTEXT_REF",e.COLUMNTEXT_ENUM="COLUMNTEXT_ENUM",e.COLUMNTEXT_ORG="COLUMNTEXT_ORG",e.COLUMNTEXT_USER="COLUMNTEXT_USER",e.COLUMNTEXT_BOOLEAN="COLUMNTEXT_BOOLEAN",e.COLUMNTEXT_IMAGE="COLUMNTEXT_IMAGE",e))(Zn||{}),Jn=(e=>(e.LINE="line",e.CARD="card",e.TEXt="text",e.CAPSULE="capsule",e.CUSTOM="custom",e))(Jn||{}),Yn=(e=>(e.ASC="asc",e.DESC="desc",e))(Yn||{}),zn=(e=>(e.CMP_TEXT="TEXT",e.CMP_TEXTAREA="TEXTAREA",e.CMP_ELECTRONICSIGNATURE="ELECTRONICSIGNATURE",e.CMP_BOOLEAN="BOOLEAN",e.CMP_SELECT_LIST="SELECT_LIST",e.CMP_RADIO="RADIO",e.CMP_CHECKBOX="CHECKBOX",e.CMP_DROPDOWN_SELECT="dropdownSelection",e.CMP_MODAL="modalBoxSelection",e.CMP_TREE_SELECTION="treeSelection",e.CMP_NUMBER="NUMBER",e.CMP_CURRENCY="CURRENCY",e.CMP_TIME="TIME",e))(zn||{});const ua={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 qn=(e=>(e.BindText="bindText",e.BindLongText="BindLongText",e.BindBool="bindBool",e.BindPerson="bindPerson",e.BindDept="bindDept",e.BindLink="bindLink",e.BindMulti="bindMulti",e.BindNum="bindNum",e.BindDecimal="bindDecimal",e))(qn||{});const da={TEXT:"input",TEXTAREA:"textarea",ELECTRONICSIGNATURE:"electronic-signature",SELECT_LIST:"select",RADIO:"radio",CHECKBOX:"checkbox"},fa={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 Qn=(e=>(e.FOLD_ALL="foldAll",e.FOLD_PART="foldPart",e))(Qn||{});const ha=[f.BOOLEAN,f.DATE,f.DATE_TIME,f.DECIMAL,f.DOUBLE,f.ENUM,f.ENUM_MULTI,f.INTEGER,f.LONG,f.LONG_TEXT,f.TEXT,f.USER_MULTI,f.USER,f.TIME,f.REF_MULTI,f.REF,f.RDO_REF,f.ORG_MULTI,f.ORG,f.SERIAL,f.ONLINE_FORM_TEMPLATE,f.E_DHR_TEMPLATE,f.PRINTER,f.LABEL_TEMPLATE_REF,f.Biz_Process,f.DOCUMENT_TEMPLATE,f.TRANSACTION,f.RANGE_USER,f.MESSAGE_TMPL],ga=[f.BOOLEAN,f.DATE,f.DATE_TIME,f.DECIMAL,f.DOUBLE,f.ENUM,f.ENUM_MULTI,f.INTEGER,f.LONG,f.LONG_TEXT,f.TEXT,f.USER_MULTI,f.USER,f.TIME,f.REF_MULTI,f.REF,f.RDO_REF,f.ORG_MULTI,f.ORG,f.SERIAL,f.ONLINE_FORM_TEMPLATE,f.E_DHR_TEMPLATE,f.PRINTER,f.LABEL_TEMPLATE_REF,f.Biz_Process,f.DOCUMENT_TEMPLATE,f.TRANSACTION,f.MESSAGE_TMPL],ma=[f.BOOLEAN,f.DATE,f.DATE_TIME,f.DECIMAL,f.DOUBLE,f.ENUM,f.ENUM_MULTI,f.INTEGER,f.LONG,f.LONG_TEXT,f.TEXT,f.USER_MULTI,f.USER,f.TIME,f.REF_MULTI,f.REF,f.RDO_REF,f.ORG_MULTI,f.ORG,f.SERIAL,f.PRINTER,f.LABEL_TEMPLATE_REF,f.TRANSACTION];var er=(e=>(e.SUCCESS="SUCCESS",e.FAILURE="FAILURE",e.PREPARING="PREPARING",e.EVENTING="EVENTING",e.PROCESSIING="PROCESSIING",e.DEPLOYING="DEPLOYING",e))(er||{}),tr=(e=>(e.Insert="Insert",e.Update="Update",e.Delete="Delete",e.Import="Import",e.Export="Export",e.Setting="Setting",e.Download="Download",e.Test="Test",e.Design="Design",e.Add="Add",e))(tr||{}),nr=(e=>(e.ResetPassword="ResetPassword",e.PermissionSetting="PermissionSetting",e.RemoveAndHandover="RemoveAndHandover",e.CategoryManagement="CategoryManagement",e.BaiscSetting="BaiscSetting",e.WatermarkSetting="WatermarkSetting",e.SecuritySetting="SecuritySetting",e.LoginSetting="LoginSetting",e.ThemeSetting="ThemeSetting",e.OrganizationSetting="OrganizationSetting",e.ApkSetting="ApkSetting",e.DevelopIconManagement="DevelopIconManagement",e.DevelopImageManagement="DevelopImageManagement",e.Reprint="Reprint",e.ViewTask="ViewTask",e.ManualTrigger="ManualTrigger",e.Setting="Setting",e.Terminate="Terminate",e.Reassign="Reassign",e.Log="Log",e.Moving="Moving",e.EnableDisable="EnableDisable",e))(nr||{});const pa=["Insert","Update","Delete"],ba=["BaiscSetting","WatermarkSetting","SecuritySetting","LoginSetting","ThemeSetting","OrganizationSetting","ApkSetting"];var rr=(e=>(e.XS="XS",e.SM="SM",e.MD="MD",e.LG="LG",e.XL="XL",e.XXL="XXL",e))(rr||{}),ir=(e=>(e[e.XS=480]="XS",e[e.SM=576]="SM",e[e.MD=768]="MD",e[e.LG=992]="LG",e[e.XL=1200]="XL",e[e.XXL=1600]="XXL",e))(ir||{});const j=new Map;j.set("XS",480);j.set("SM",576);j.set("MD",768);j.set("LG",992);j.set("XL",1200);j.set("XXL",1600);const ar="TIMEZONE__",Ea="TENANT__",Ra="TOKEN__",Ta="LOCALE__",Sa="LOCALE__LIST",Aa="LOCAL_I18N_TRANSLATE",_a="USER__INFO__",Ia="ROLES__KEY__",La="PROJ__CFG__KEY__",va="LOCK__INFO__KEY__",Na="MULTIPLE_TABS__KEY__",ya="__APP__DARK__MODE__",Oa="COMMON__LOCAL__KEY__",wa="COMMON__SESSION__KEY__",Ma="DESIGNER_SESSION_CACHE_KEY";var or=(e=>(e[e.SESSION=0]="SESSION",e[e.LOCAL=1]="LOCAL",e))(or||{}),sr=(e=>(e.EQ="eq",e.IEQ="iEq",e.NE="ne",e.INE="ine",e.GT="gt",e.GE="ge",e.LT="lt",e.LE="le",e.ISNULL="isNull",e.ISNOTNULL="isNotNull",e.LIKE="like",e.ILIKE="iLike",e.NOTLIKE="notLike",e.NOTILIKE="iNotLike",e.LEFTLIKE="leftLike",e.ILEFTLIKE="iLeftLike",e.RIGHTLIKE="rightLike",e.IRIGHTLIKE="iRightLike",e.IN="in",e.NOTIN="notIn",e.CONTAINANY="containAny",e.CONTAINALL="containAll",e.RANGE="range",e.ORANGE="oRange",e.LORANGE="loRange",e.RORANGE="roRange",e.VERSIONIN="versionIn",e))(sr||{});const Da=["in","notIn","containAny","containAll","versionIn"];var cr=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e.BETWEEN="between",e))(cr||{});const Ca=["#DBDBDB","#FFE4E4","#D1D1D1","#838383","#838383","#FFEECB","#D8E3FF","#FF8888","#FF8888","#0DAA9C","#3370FF"];var lr=(e=>(e[e.SINGLELINE=0]="SINGLELINE",e[e.HEAD=1]="HEAD",e[e.BATCH=2]="BATCH",e[e.SINGLELINE_RDO=3]="SINGLELINE_RDO",e))(lr||{}),ur=(e=>(e[e.parentVersion=0]="parentVersion",e[e.childVersion=1]="childVersion",e))(ur||{}),dr=(e=>(e[e.PAGE_NOT_ACCESS=403]="PAGE_NOT_ACCESS",e[e.PAGE_NOT_FOUND=404]="PAGE_NOT_FOUND",e[e.ERROR=500]="ERROR",e[e.NET_WORK_ERROR=1e4]="NET_WORK_ERROR",e[e.PAGE_NOT_DATA=10100]="PAGE_NOT_DATA",e))(dr||{}),D=(e=>(e.VUE="vue",e.SCRIPT="script",e.RESOURCE="resource",e.AJAX="ajax",e.PROMISE="promise",e))(D||{}),fr=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(fr||{}),hr=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(hr||{}),gr=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(gr||{}),mr=(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(mr||{}),pr=(e=>(e.WEB="web",e.PDA="pda",e.PAD="pad",e))(pr||{}),br=(e=>(e["--"]="--",e.empty="(空)",e.null="null",e["N/A"]="N/A",e.noDisplay="",e))(br||{}),Er=(e=>(e.STRING="String",e.INTEGER="Integer",e.LONG="Long",e.FLOAT="Float",e.BOOLEAN="Boolean",e.DATE="Date",e))(Er||{}),Rr=(e=>(e.SIDEBAR="sidebar",e.MIX_SIDEBAR="mix-sidebar",e.MIX="mix",e.TOP_MENU="top-menu",e))(Rr||{}),Tr=(e=>(e.NONE="NONE",e.FOOTER="FOOTER",e.HEADER="HEADER",e))(Tr||{}),Sr=(e=>(e.VERTICAL="vertical",e.HORIZONTAL="horizontal",e.VERTICAL_RIGHT="vertical-right",e.INLINE="inline",e))(Sr||{}),Ar=(e=>(e[e.NONE=0]="NONE",e[e.TOP=1]="TOP",e[e.LEFT=2]="LEFT",e))(Ar||{}),_r=(e=>(e.CENTER="center",e.START="start",e.END="end",e))(_r||{}),Ir=(e=>(e.HOVER="hover",e.CLICK="click",e))(Ir||{}),Lr=(e=>(e.BASE_LOGIN="/login",e.BASE_TENANT="/tenant",e.BASE_HOME="/home",e.USER_CENTER="/user-center",e.PROCESS_CENTER="/process",e.MESSAGE_CENTER="/message",e.ERROR_PAGE="/exception",e.ERROR_LOG_PAGE="/error-log/list",e.USER_CENTER_PWD="/user-center/password",e))(Lr||{}),vr=(e=>(e.SUPER="super",e.TEST="test",e))(vr||{}),Nr=(e=>(e.DEFAULT="default",e.SMALL="small",e.LARGE="large",e))(Nr||{}),yr=(e=>(e.APPROVING="APPROVING",e.COMPLETED="COMPLETED",e.REFUSED="REFUSED",e.REJECTED="REJECTED",e.TERMINATED="TERMINATED",e.WITHDRAWN="WITHDRAWN",e))(yr||{});const xa={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 Or=(e=>(e.MY_APPLICATION="myApplication",e.MY_AGENT="myAgent",e.MY_DONE="myDone",e.MY_CUSTOM="myCustom",e.MY_CUSTOM_Modal="myCustomModal",e))(Or||{}),wr=(e=>(e.DESIGN="design",e.WEB="web",e.MOBILE="mobile",e))(wr||{}),Mr=(e=>(e.String="string",e.Number="number",e.Boolean="boolean",e))(Mr||{}),Dr=(e=>(e.EDHR_FORM_INST_MULTI_PERSON_EDIT_BREAK="FORM_INST_MULTI_PERSON_EDIT_BREAK",e.EDHR_FORM_INST_MULTI_PERSON_EDIT_UNLOCK="FORM_INST_MULTI_PERSON_EDIT_UNLOCK",e))(Dr||{});class Cr{context={aid:"",bid:"",pid:"",platform:Ce.WEB};appInfo={};projectName=Me.PORTAL;lang="zh-CN"}class xe{loaded=!1;isNew=!0;loading=!1;destroyed=!1;data={}}class G{disabled=!1;readonly=!1;visible=!0;keepalive=!1;destroyed=!1}class xr extends G{}class Ur extends G{}class Pr extends G{activePane=""}class kr extends G{}class Ue extends G{label="";value=null;options=[]}class Gr extends G{expand=!0}class Br extends Ue{}class Fr{configs=new Map;cache=new Map;getConfig(t){return this.configs.get(t)}register(t){this.configs.set(t.tag,t),t.items&&this.cache.set(t.tag,t.items)}unregister(t){this.configs.delete(t),this.cache.delete(t)}get(t){return this.cache.get(t)||[]}async asyncGet(t,n){const r=this.configs.get(t);return r?r.mode==="static"?this.getByConfig(r):r.mode==="async"?this.cache.has(t)?this.cache.get(t)||[]:this.asyncGetByConfig(r,n):[]:[]}getByConfig(t){return t.items||[]}async asyncGetByConfig(t,n={}){if(t.fetch){const r=await t.fetch(n||{});if(r){const[o,i]=t.keys||["name","id"];return this.deepFormat(r,o,i)}}return[]}deepFormat(t,n,r){return t.map(o=>{const i={label:o[n],value:o[r]};return o.children&&o.children.length>0&&(i.options=this.deepFormat(o.children,n,r)),i})}}const Ua=(...e)=>_gct.i18n.global.t(...e);class ve{data;next;prev;constructor(t,n=null,r=null){this.data=t,this.next=n,this.prev=r}clear(){this.data=null,this.next=null,this.prev=null}}class Pa{active=null;add(t){if(!this.active)this.active=new ve(t);else{if(this.active.next){let r=this.active.next;for(;r;)r=r.next,r&&r.clear()}const n=new ve(t,null,this.active);this.active.next=n,this.active=n}}delete(t){const{prev:n,next:r}=t;n&&(n.next=r),r&&(r.prev=n),t.clear()}prev(){this.active&&this.active.prev&&(this.active=this.active.prev)}next(){this.active&&this.active.next&&(this.active=this.active.next)}clearAll(){if(this.active){let t=this.active.prev,n=this.active.next;for(;t;)t.clear(),t=t.prev;for(;n;)n.clear(),n=n.next;this.active.clear()}}canUndo(){return!!this.active&&!!this.active.prev}canRedo(){return!!this.active&&!!this.active.next}}function ka(e){return{all:e=e||new Map,on:function(t,n){var r=e.get(t);r?r.push(n):e.set(t,[n])},off:function(t,n){var r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:function(t,n){var r=e.get(t);r&&r.slice().map(function(o){o(n)}),(r=e.get("*"))&&r.slice().map(function(o){o(t,n)})}}}const Ga=ka();class Ba{CACHE_EXPIRATION_TIME=600*1e3;modelCache=new Map;modelLoadingCache=new Map;modelsLoadingCache=new Map;enumCache=new Map;enumLoadingCache=new Map;queryRefDataCache=new Map;queryRefDataLoadingCache=new Map;isExpired(t){return Date.now()>t.expiresAt}createCacheEntry(t){return{data:t,expiresAt:Date.now()+this.CACHE_EXPIRATION_TIME}}async loadModel(t){if(this.modelCache.has(t)){const r=this.modelCache.get(t);if(!this.isExpired(r))return r.data;this.modelCache.delete(t)}if(this.modelLoadingCache.has(t))return this.modelLoadingCache.get(t);const n=(async()=>{try{const r=await _api.apaas.modelMeta.getDetail({modelKey:t});return r?(this.modelCache.set(t,this.createCacheEntry(r)),r):{}}finally{this.modelLoadingCache.delete(t)}})();return this.modelLoadingCache.set(t,n),n}async loadModels(t){const n=t.join(",");if(t.every(i=>{const a=this.modelCache.get(i);return a&&!this.isExpired(a)}))return t.map(i=>this.modelCache.get(i).data);if(t.forEach(i=>{const a=this.modelCache.get(i);a&&this.isExpired(a)&&this.modelCache.delete(i)}),this.modelsLoadingCache.has(n))return this.modelsLoadingCache.get(n);const o=(async()=>{try{const i=t.filter(a=>!this.modelCache.has(a));if(i.length>0){const a=await _api.apaas.modelMeta.getByKeys({modelKeys:i.join(",")});a&&a.length>0&&a.forEach(s=>{this.modelCache.set(s.key,this.createCacheEntry(s)),s.fieldMetaList=s.fieldMetas||[]})}return t.map(a=>this.modelCache.get(a).data)}finally{this.modelsLoadingCache.delete(n)}})();return this.modelsLoadingCache.set(n,o),o}async loadField(t,n){const r=await this.loadModel(t);if(r?.fieldMetaList)return r.fieldMetaList.find(o=>o.key===n)}async loadFieldPaths(t,n,r){if(!r)return[];const o=[],i=!!r.bindFieldKey,a=i?r.modelLink||[r.belongModelKey,r.bindModelKey]:[r.modelKey],s=await this.loadModels(a);if(i)o.push(...s.map(d=>d.name));else{const d=await this.loadModel(r.modelKey);d&&o.push(d.name)}const u=await this.loadModel(t);if(u?.fieldMetaList){const d=u.fieldMetaList.find(c=>c.key===n);d&&o.push(d.name)}return o}async loadEnumList(t,n,r=De.ENTITY){const o=`${r}:${t}:${n}`;if(this.enumCache.has(o)){const a=this.enumCache.get(o);if(!this.isExpired(a))return _.cloneDeep(a.data);this.enumCache.delete(o),this.enumLoadingCache.delete(o)}if(this.enumLoadingCache.has(o))return this.enumLoadingCache.get(o);const i=(async()=>{try{return[]}finally{this.enumLoadingCache.delete(o)}})();return this.enumLoadingCache.set(o,i),i}async loadQueryRefData(t){if(!t||!t.modelKey)throw new Error("queryRefData 参数缺失");const n=JSON.stringify(t);if(this.queryRefDataCache.has(n)){const o=this.queryRefDataCache.get(n);if(!this.isExpired(o))return _.cloneDeep(o.data);this.queryRefDataCache.delete(n),this.queryRefDataLoadingCache.delete(n)}if(this.queryRefDataLoadingCache.has(n))return this.queryRefDataLoadingCache.get(n);const r=(async()=>{try{const o=await _api.apaas.modelData.postQueryRefData(t);return o?(this.queryRefDataCache.set(n,this.createCacheEntry(o)),_.cloneDeep(o)):{}}finally{this.queryRefDataLoadingCache.delete(n)}})();return this.queryRefDataLoadingCache.set(n,r),r}getCachedModel(t){const n=this.modelCache.get(t);if(n&&!this.isExpired(n))return n.data;n&&this.isExpired(n)&&this.modelCache.delete(t)}clear(t){this.modelCache.delete(t),this.modelLoadingCache.delete(t);const n=[];this.modelsLoadingCache.forEach((i,a)=>{a.includes(t)&&n.push(a)}),n.forEach(i=>{this.modelsLoadingCache.delete(i)});const r=[];this.enumCache.forEach((i,a)=>{a.includes(t)&&r.push(a)}),r.forEach(i=>{this.enumCache.delete(i),this.enumLoadingCache.delete(i)});const o=[];this.queryRefDataCache.forEach((i,a)=>{a.includes(`"modelKey":"${t}"`)&&o.push(a)}),o.forEach(i=>{this.queryRefDataCache.delete(i),this.queryRefDataLoadingCache.delete(i)})}clearAll(){this.modelCache.clear(),this.modelLoadingCache.clear(),this.modelsLoadingCache.clear(),this.enumCache.clear(),this.enumLoadingCache.clear(),this.queryRefDataCache.clear(),this.queryRefDataLoadingCache.clear()}keys(){return Array.from(this.modelCache.keys())}}const Fa=new Ba;var Pe=(e=>(e.PREFIX="EDITOR___",e))(Pe||{}),Wr=(e=>(e.LENGTH_UNIT="length-unit",e.COLOR="color",e.SPAN="span",e.TEXT="text",e.NUMBER="number",e.INFO="info",e.MSG="msg",e.SELECT="select",e.SELECT_GROUP="select-group",e.RADIO="radio",e.PICKER="picker",e.MULTIPLE_CHOICE="multiple-choice",e.I18N="i18n",e.TEXTAREA="textarea",e.DATE_RANGE="date-range",e.SWITCH="switch",e.CHECK_SWITCH="check-switch",e.ICON_SELECT="icon-select",e.CHECKBOX="checkbox",e.DATE="date",e.MODEL_SELECT="model-select",e.ACTION="action",e.TABLE="table",e.SELECT_TABLE="select-table",e.EMPTY="empty",e.FORM_MODEL_FIELD_SELECT="form-model-field-select",e.PIXEL_CONFIG="pixel-config",e.FIELD_INFO="field-info",e.DATE_FORMAT_SELECT="date-format-select",e.FORMULA="formula",e))(Wr||{}),Hr=(e=>(e.LENGTH_UNIT="length-unit-editor",e.COLOR="color-editor",e.SPAN="span-editor",e.TEXT="text-editor",e.NUMBER="number-editor",e.INFO="info-editor",e.SELECT="select-editor",e.MODEL_SELECT="model-editor",e.Field_SELECT="field-editor",e.RADIO="radio-editor",e.PICKER="picker-editor",e.I18N="i18n-editor",e.TEXTAREA="textarea-editor",e.DATE_RANGE="date-range-editor",e.SWITCH="switch-editor",e.CHECK_SWITCH="check-switch-editor",e.ICON_SELECT="icon-select-editor",e.CHECKBOX="checkbox-editor",e.BORDER="border-editor",e.BORDER_RADIUS="border-radius-editor",e.ALIGN="align-editor",e.FONT_STYLE="font-style-editor",e.POSITION="position-editor",e.SPACING="spacing-editor",e.MARGIN="margin-editor",e))(Hr||{}),Vr=(e=>(e.FORM_TITLE_GROUP="form-title-group",e))(Vr||{});const X={TOKEN:"gct-token",TENANT:"gct-tenant"},Xr="gct",Wa="/minio",jr="app_inst",Ha="is-";function F(e,t,n,r,o){let i=`${e}-${t}`;return n&&(i+=`-${n}`),r&&(i+=`__${r}`),o&&(i+=`--${o}`),i}class $r{constructor(t,n){this.block=t,this.namespace=n||Xr}namespace;b(t=""){return F(this.namespace,this.block,t,"","")}e(t){return t?F(this.namespace,this.block,"",t,""):""}m(t){return t?F(this.namespace,this.block,"","",t):""}be(t,n){return t&&n?F(this.namespace,this.block,t,n,""):""}em(t,n){return t&&n?F(this.namespace,this.block,"",t,n):""}bm(t,n){return t&&n?F(this.namespace,this.block,t,"",n):""}bem(t,n,r){return t&&n&&r?F(this.namespace,this.block,t,n,r):""}is(t,n){return t&&n?`${Ha}${t}`:""}cssVar(t){const n={};for(const r in t)t[r]&&(n[this.cssVarName(r)]=t[r]);return n}cssVarBlock(t){const n={};for(const r in t)t[r]&&(n[this.cssVarBlockName(r)]=t[r]);return n}cssVarName(t){return`--${this.namespace}-${t}`}cssVarBlockName(t){return`--${this.namespace}-${this.block}-${t}`}}function Va(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ge,Ze;function Xa(){if(Ze)return ge;Ze=1;function e(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function t(o,i){for(var a="",s=0,u=-1,d=0,c,l=0;l<=o.length;++l){if(l<o.length)c=o.charCodeAt(l);else{if(c===47)break;c=47}if(c===47){if(!(u===l-1||d===1))if(u!==l-1&&d===2){if(a.length<2||s!==2||a.charCodeAt(a.length-1)!==46||a.charCodeAt(a.length-2)!==46){if(a.length>2){var h=a.lastIndexOf("/");if(h!==a.length-1){h===-1?(a="",s=0):(a=a.slice(0,h),s=a.length-1-a.lastIndexOf("/")),u=l,d=0;continue}}else if(a.length===2||a.length===1){a="",s=0,u=l,d=0;continue}}i&&(a.length>0?a+="/..":a="..",s=2)}else a.length>0?a+="/"+o.slice(u+1,l):a=o.slice(u+1,l),s=l-u-1;u=l,d=0}else c===46&&d!==-1?++d:d=-1}return a}function n(o,i){var a=i.dir||i.root,s=i.base||(i.name||"")+(i.ext||"");return a?a===i.root?a+s:a+o+s:s}var r={resolve:function(){for(var i="",a=!1,s,u=arguments.length-1;u>=-1&&!a;u--){var d;u>=0?d=arguments[u]:(s===void 0&&(s=process.cwd()),d=s),e(d),d.length!==0&&(i=d+"/"+i,a=d.charCodeAt(0)===47)}return i=t(i,!a),a?i.length>0?"/"+i:"/":i.length>0?i:"."},normalize:function(i){if(e(i),i.length===0)return".";var a=i.charCodeAt(0)===47,s=i.charCodeAt(i.length-1)===47;return i=t(i,!a),i.length===0&&!a&&(i="."),i.length>0&&s&&(i+="/"),a?"/"+i:i},isAbsolute:function(i){return e(i),i.length>0&&i.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var i,a=0;a<arguments.length;++a){var s=arguments[a];e(s),s.length>0&&(i===void 0?i=s:i+="/"+s)}return i===void 0?".":r.normalize(i)},relative:function(i,a){if(e(i),e(a),i===a||(i=r.resolve(i),a=r.resolve(a),i===a))return"";for(var s=1;s<i.length&&i.charCodeAt(s)===47;++s);for(var u=i.length,d=u-s,c=1;c<a.length&&a.charCodeAt(c)===47;++c);for(var l=a.length,h=l-c,g=d<h?d:h,p=-1,b=0;b<=g;++b){if(b===g){if(h>g){if(a.charCodeAt(c+b)===47)return a.slice(c+b+1);if(b===0)return a.slice(c+b)}else d>g&&(i.charCodeAt(s+b)===47?p=b:b===0&&(p=0));break}var U=i.charCodeAt(s+b),he=a.charCodeAt(c+b);if(U!==he)break;U===47&&(p=b)}var B="";for(b=s+p+1;b<=u;++b)(b===u||i.charCodeAt(b)===47)&&(B.length===0?B+="..":B+="/..");return B.length>0?B+a.slice(c+p):(c+=p,a.charCodeAt(c)===47&&++c,a.slice(c))},_makeLong:function(i){return i},dirname:function(i){if(e(i),i.length===0)return".";for(var a=i.charCodeAt(0),s=a===47,u=-1,d=!0,c=i.length-1;c>=1;--c)if(a=i.charCodeAt(c),a===47){if(!d){u=c;break}}else d=!1;return u===-1?s?"/":".":s&&u===1?"//":i.slice(0,u)},basename:function(i,a){if(a!==void 0&&typeof a!="string")throw new TypeError('"ext" argument must be a string');e(i);var s=0,u=-1,d=!0,c;if(a!==void 0&&a.length>0&&a.length<=i.length){if(a.length===i.length&&a===i)return"";var l=a.length-1,h=-1;for(c=i.length-1;c>=0;--c){var g=i.charCodeAt(c);if(g===47){if(!d){s=c+1;break}}else h===-1&&(d=!1,h=c+1),l>=0&&(g===a.charCodeAt(l)?--l===-1&&(u=c):(l=-1,u=h))}return s===u?u=h:u===-1&&(u=i.length),i.slice(s,u)}else{for(c=i.length-1;c>=0;--c)if(i.charCodeAt(c)===47){if(!d){s=c+1;break}}else u===-1&&(d=!1,u=c+1);return u===-1?"":i.slice(s,u)}},extname:function(i){e(i);for(var a=-1,s=0,u=-1,d=!0,c=0,l=i.length-1;l>=0;--l){var h=i.charCodeAt(l);if(h===47){if(!d){s=l+1;break}continue}u===-1&&(d=!1,u=l+1),h===46?a===-1?a=l:c!==1&&(c=1):a!==-1&&(c=-1)}return a===-1||u===-1||c===0||c===1&&a===u-1&&a===s+1?"":i.slice(a,u)},format:function(i){if(i===null||typeof i!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof i);return n("/",i)},parse:function(i){e(i);var a={root:"",dir:"",base:"",ext:"",name:""};if(i.length===0)return a;var s=i.charCodeAt(0),u=s===47,d;u?(a.root="/",d=1):d=0;for(var c=-1,l=0,h=-1,g=!0,p=i.length-1,b=0;p>=d;--p){if(s=i.charCodeAt(p),s===47){if(!g){l=p+1;break}continue}h===-1&&(g=!1,h=p+1),s===46?c===-1?c=p:b!==1&&(b=1):c!==-1&&(b=-1)}return c===-1||h===-1||b===0||b===1&&c===h-1&&c===l+1?h!==-1&&(l===0&&u?a.base=a.name=i.slice(1,h):a.base=a.name=i.slice(l,h)):(l===0&&u?(a.name=i.slice(1,c),a.base=i.slice(1,h)):(a.name=i.slice(l,c),a.base=i.slice(l,h)),a.ext=i.slice(c,h)),l>0?a.dir=i.slice(0,l-1):u&&(a.dir="/"),a},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,ge=r,ge}var ja=Xa();const Je=Va(ja);class $a{constructor(t,n=!1){this.isDev=n,this.url=new URL(t),this.baseDir=Je.dirname(this.url.pathname)}baseDir;url;dir(t){return this.isDev===!0?t:this.url.origin+Je.resolve(this.baseDir,t)}}function Ka(){return{context:{type:Object,default:()=>({})},value:{type:Object},model:{type:Object,required:!0},c:{type:Object,required:!0},itemModel:{type:Object},data:{type:Object},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},keepalive:{type:Boolean,default:!1},visible:{type:Boolean,default:!0},size:{type:String},count:{type:Number,default:0},isEmptyText:{type:Boolean,default:!1}}}function Za(e){if(e instanceof Array)e&&e.length>0&&e.splice(0,e.length);else if(e instanceof Object&&e)for(const t in e)Object.prototype.hasOwnProperty.call(e,t)&&delete e[t]}class Ja{constructor(){this.map=new Map,this.maxListeners=100}setMaxListeners(t){this.maxListeners=t}getSize(t){return this.map.has(t)?this.map.get(t).length:0}addListener(t,n){if(n instanceof Function){this.map.has(t)||this.map.set(t,[]);const r=this.map.get(t);if(r.length<this.maxListeners)r.push(n);else throw new Error(`事件监听已达最大上限[${this.maxListeners}],无法新增监听!`)}}removeListener(t,n){if(this.map.has(t)){const r=this.map.get(t);if(r.length>0){for(let o=0;o<r.length;o++)if(r[o]===n){r.splice(o,1);break}}}}emit(t,...n){this.map.has(t)&&this.map.get(t).forEach(o=>{o(...n)})}async asyncEmit(t,...n){if(this.map.has(t)){const o=this.map.get(t).map(i=>i(...n));return Promise.all(o)}return[]}reset(){this.map.forEach(t=>{Za(t)}),this.map.clear()}}class Kr{constructor(t){this.e=new Ja,this.e.setMaxListeners(t||300)}getSize(t){return this.e.getSize(t)}on(t,n){this.e.addListener(t,n)}off(t,n){this.e.removeListener(t,n)}emit(t,...n){this.e.emit(t,...n)}asyncEmit(t,...n){return this.e.asyncEmit(t,...n)}reset(){this.e.reset()}}const{toString:Ya}=Object.prototype;function za(e){return Qa(e)==="function"}const qa={"[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 Qa(e){return qa[Ya.call(e)]}function ke(e,t,n=0,r=!1,o="/"){let i="";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 s=location.hostname;s.indexOf(".")!==s.lastIndexOf(".")&&(i=`;domain=${s.substring(s.indexOf("."),s.length)}`)}if(n!==0){const a=n*24*60*60*1e3,s=new Date(new Date().getTime()+a);document.cookie=`${e}=${escape(t)};path=${o};expires=${s.toUTCString()}${i}`}else document.cookie=`${e}=${escape(t)};path=${o}${i}`}function Zr(e,t){ke(e,"",-1,t)}function Jr(e){const t=new RegExp(`(^| )${e}=([^;]*)(;|$)`),n=document.cookie.match(t);return n&&n.length>1?unescape(n[2]):null}class Ye{constructor(){this.items=[]}get size(){return this.items.length}callSync(t,...n){const r=t||Object.create({});let o;for(let i=0;i<this.items.length;i++){const a=this.items[i];if(a.fn&&(o=a.fn(r,...n)),o===null){console.warn(`因${a.fn?a.fn.name:null}方法返回值为「null」,钩子中断执行。`,a);break}}return r}tap(t){if(t&&za(t)){const n={mode:"sync"};n.fn=t,this.items.push(n)}}removeTap(t){if(t)for(let n=0;n<this.items.length;n++){const r=this.items[n];t===r.fn&&this.items.splice(n,1)}}clear(){this.items=[]}}function le(){return Jr(X.TOKEN)}function Yr(e){e?ke(X.TOKEN,e,7,!0):Zr(X.TOKEN,!0)}function zr(){return Jr(X.TENANT)}function eo(e){e?ke(X.TENANT,e,7,!0):Zr(X.TENANT,!0)}const qr=(()=>{const e=navigator.userAgent,t=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/,n=window.innerWidth<=768,r="ontouchstart"in window||navigator.maxTouchPoints>0;return t.test(e)||n&&r})();function Qr(){return localStorage.getItem(ar)||"UTC+08:00"}function to(e,t){return _.mergeWith(_.cloneDeep(e),t,(n,r)=>{if(typeof n=="object"&&typeof r=="object")return _.mergeWith(_.cloneDeep(n),r,(o,i)=>Array.isArray(o)?_.unionWith(o,i,_.isEqual):void 0)})}function no(e){const t=ft.stringify(e,{encode:!0,delimiter:";"});return t?`;${t}`:""}function ei(e){return e.indexOf(";")===-1?{}:ft.parse(e,{delimiter:";"})}function ro(e,t){return m.computed({get:()=>e.value,set:r=>{e.value=r,t(r)}})}function io(e,t){const n=Object.keys(m.isRef(e)?e.value:e),r={};return n.forEach(o=>{r[o]=m.computed({get:()=>(m.isRef(e)?e.value:e)[o],set(i){(m.isRef(e)?e.value:e)[o]=i,t(o,i)}})}),r}function ao(e,t){const n=Object.keys(m.isRef(e)?e.value:e),r={};let o={};return n.forEach(i=>{r[i]=m.computed({get:()=>(o={},(m.isRef(e)?e.value:e)[i]),set(a){const s=m.isRef(e)?e.value:e;o[i]=a;const u={...s,...o};t(i,a,u)}})}),r}function oo(e){if(e==="nullpx")return{value:0,unit:"px"};const t=/^(\d+\.?\d*)([a-zA-Z%]+)$/,n=e.match(t);if(n)return{value:parseFloat(n[1]),unit:n[2]};throw new Error("Invalid value")}function so(e){const t=m.ref();let n;const r=()=>{e.deep&&(n=m.watch(()=>t.value,o=>{e.set(o)},{deep:!0}))};return m.watch(()=>e.get(),o=>{n&&n(),t.value=o,r()},{immediate:!0}),t}function co(e){const t=new Map;return function(...n){const r=JSON.stringify(n);if(t.has(r))return t.get(r);const o=e(...n);return t.set(r,o),o}}function lo(e,t,n,r){return{install(o){e&&t&&_gct.register.editor.register(Pe.PREFIX+e,t),n&&o.component(r??n.name,n)}}}function ti(e){e.interceptors.request.use(t=>(t.headers.Lang=_gct.store.lang,t.headers||(t.headers=new ea.AxiosHeaders),Object.assign(t.headers,{Token:le(),Source:qr?502:501,Lang:_gct.store.lang,"Tenant-Id":zr(),Timezone:Qr()}),t))}var ni="5.0.1";function ue(e,t){return new Promise(n=>setTimeout(n,e,t))}function uo(){return new Promise(e=>{const t=new MessageChannel;t.port1.onmessage=()=>e(),t.port2.postMessage(null)})}function fo(e,t=1/0){const{requestIdleCallback:n}=window;return n?new Promise(r=>n.call(window,()=>r(),{timeout:t})):ue(Math.min(e,t))}function ri(e){return!!e&&typeof e.then=="function"}function ze(e,t){try{const n=e();ri(n)?n.then(r=>t(!0,r),r=>t(!1,r)):t(!0,n)}catch(n){t(!1,n)}}async function qe(e,t,n=16){const r=Array(e.length);let o=Date.now();for(let i=0;i<e.length;++i){r[i]=t(e[i],i);const a=Date.now();a>=o+n&&(o=a,await uo())}return r}function q(e){return e.then(void 0,()=>{}),e}function ho(e,t){for(let n=0,r=e.length;n<r;++n)if(e[n]===t)return!0;return!1}function go(e,t){return!ho(e,t)}function Ge(e){return parseInt(e)}function w(e){return parseFloat(e)}function x(e,t){return typeof e=="number"&&isNaN(e)?t:e}function L(e){return e.reduce((t,n)=>t+(n?1:0),0)}function ii(e,t=1){if(Math.abs(t)>=1)return Math.round(e/t)*t;{const n=1/t;return Math.round(e*n)/n}}function mo(e){var t,n;const r=`Unexpected syntax '${e}'`,o=/^\s*([a-z-]*)(.*)$/i.exec(e),i=o[1]||void 0,a={},s=/([.:#][\w-]+|\[.+?\])/gi,u=(d,c)=>{a[d]=a[d]||[],a[d].push(c)};for(;;){const d=s.exec(o[2]);if(!d)break;const c=d[0];switch(c[0]){case".":u("class",c.slice(1));break;case"#":u("id",c.slice(1));break;case"[":{const l=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(c);if(l)u(l[1],(n=(t=l[4])!==null&&t!==void 0?t:l[5])!==null&&n!==void 0?n:"");else throw new Error(r);break}default:throw new Error(r)}}return[i,a]}function po(e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);if(r>127)return new TextEncoder().encode(e);t[n]=r}return t}function P(e,t){const n=e[0]>>>16,r=e[0]&65535,o=e[1]>>>16,i=e[1]&65535,a=t[0]>>>16,s=t[0]&65535,u=t[1]>>>16,d=t[1]&65535;let c=0,l=0,h=0,g=0;g+=i+d,h+=g>>>16,g&=65535,h+=o+u,l+=h>>>16,h&=65535,l+=r+s,c+=l>>>16,l&=65535,c+=n+a,c&=65535,e[0]=c<<16|l,e[1]=h<<16|g}function N(e,t){const n=e[0]>>>16,r=e[0]&65535,o=e[1]>>>16,i=e[1]&65535,a=t[0]>>>16,s=t[0]&65535,u=t[1]>>>16,d=t[1]&65535;let c=0,l=0,h=0,g=0;g+=i*d,h+=g>>>16,g&=65535,h+=o*d,l+=h>>>16,h&=65535,h+=i*u,l+=h>>>16,h&=65535,l+=r*d,c+=l>>>16,l&=65535,l+=o*u,c+=l>>>16,l&=65535,l+=i*s,c+=l>>>16,l&=65535,c+=n*d+r*u+o*s+i*a,c&=65535,e[0]=c<<16|l,e[1]=h<<16|g}function K(e,t){const n=e[0];t%=64,t===32?(e[0]=e[1],e[1]=n):t<32?(e[0]=n<<t|e[1]>>>32-t,e[1]=e[1]<<t|n>>>32-t):(t-=32,e[0]=e[1]<<t|n>>>32-t,e[1]=n<<t|e[1]>>>32-t)}function v(e,t){t%=64,t!==0&&(t<32?(e[0]=e[1]>>>32-t,e[1]=e[1]<<t):(e[0]=e[1]<<t-32,e[1]=0))}function S(e,t){e[0]^=t[0],e[1]^=t[1]}const bo=[4283543511,3981806797],Eo=[3301882366,444984403];function Qe(e){const t=[0,e[0]>>>1];S(e,t),N(e,bo),t[1]=e[0]>>>1,S(e,t),N(e,Eo),t[1]=e[0]>>>1,S(e,t)}const re=[2277735313,289559509],ie=[1291169091,658871167],et=[0,5],Ro=[0,1390208809],To=[0,944331445];function So(e,t){const n=po(e);t=t||0;const r=[0,n.length],o=r[1]%16,i=r[1]-o,a=[0,t],s=[0,t],u=[0,0],d=[0,0];let c;for(c=0;c<i;c=c+16)u[0]=n[c+4]|n[c+5]<<8|n[c+6]<<16|n[c+7]<<24,u[1]=n[c]|n[c+1]<<8|n[c+2]<<16|n[c+3]<<24,d[0]=n[c+12]|n[c+13]<<8|n[c+14]<<16|n[c+15]<<24,d[1]=n[c+8]|n[c+9]<<8|n[c+10]<<16|n[c+11]<<24,N(u,re),K(u,31),N(u,ie),S(a,u),K(a,27),P(a,s),N(a,et),P(a,Ro),N(d,ie),K(d,33),N(d,re),S(s,d),K(s,31),P(s,a),N(s,et),P(s,To);u[0]=0,u[1]=0,d[0]=0,d[1]=0;const l=[0,0];switch(o){case 15:l[1]=n[c+14],v(l,48),S(d,l);case 14:l[1]=n[c+13],v(l,40),S(d,l);case 13:l[1]=n[c+12],v(l,32),S(d,l);case 12:l[1]=n[c+11],v(l,24),S(d,l);case 11:l[1]=n[c+10],v(l,16),S(d,l);case 10:l[1]=n[c+9],v(l,8),S(d,l);case 9:l[1]=n[c+8],S(d,l),N(d,ie),K(d,33),N(d,re),S(s,d);case 8:l[1]=n[c+7],v(l,56),S(u,l);case 7:l[1]=n[c+6],v(l,48),S(u,l);case 6:l[1]=n[c+5],v(l,40),S(u,l);case 5:l[1]=n[c+4],v(l,32),S(u,l);case 4:l[1]=n[c+3],v(l,24),S(u,l);case 3:l[1]=n[c+2],v(l,16),S(u,l);case 2:l[1]=n[c+1],v(l,8),S(u,l);case 1:l[1]=n[c],S(u,l),N(u,re),K(u,31),N(u,ie),S(a,u)}return S(a,r),S(s,r),P(a,s),P(s,a),Qe(a),Qe(s),P(a,s),P(s,a),("00000000"+(a[0]>>>0).toString(16)).slice(-8)+("00000000"+(a[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}function Ao(e){var t;return{name:e.name,message:e.message,stack:(t=e.stack)===null||t===void 0?void 0:t.split(`
2
+ `),...e}}function _o(e){return/^function\s.*?\{\s*\[native code]\s*}$/.test(String(e))}function Io(e){return typeof e!="function"}function Lo(e,t){const n=q(new Promise(r=>{const o=Date.now();ze(e.bind(null,t),(...i)=>{const a=Date.now()-o;if(!i[0])return r(()=>({error:i[1],duration:a}));const s=i[1];if(Io(s))return r(()=>({value:s,duration:a}));r(()=>new Promise(u=>{const d=Date.now();ze(s,(...c)=>{const l=a+Date.now()-d;if(!c[0])return u({error:c[1],duration:l});u({value:c[1],duration:l})})}))})}));return function(){return n.then(o=>o())}}function vo(e,t,n,r){const o=Object.keys(e).filter(a=>go(n,a)),i=q(qe(o,a=>Lo(e[a],t),r));return async function(){const s=await i,u=await qe(s,l=>q(l()),r),d=await Promise.all(u),c={};for(let l=0;l<o.length;++l)c[o[l]]=d[l];return c}}function ai(){const e=window,t=navigator;return L(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function No(){const e=window,t=navigator;return L(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!ai()}function ee(){const e=window,t=navigator;return L(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,(t.vendor||"").indexOf("Google")===0,"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function C(){const e=window,t=navigator;return L(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,t.vendor.indexOf("Apple")===0,"RGBColor"in e,"WebKitMediaKeys"in e])>=4}function Be(){const e=window,{HTMLElement:t,Document:n}=e;return L(["safari"in e,!("ongestureend"in e),!("TouchEvent"in e),!("orientation"in e),t&&!("autocapitalize"in t.prototype),n&&"pointerLockElement"in n.prototype])>=4}function te(){const e=window;return _o(e.print)&&String(e.browser)==="[object WebPageNamespace]"}function oi(){var e,t;const n=window;return L(["buildID"in navigator,"MozAppearance"in((t=(e=document.documentElement)===null||e===void 0?void 0:e.style)!==null&&t!==void 0?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function yo(){const e=window;return L([!("MediaSettingsRange"in e),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3}function Oo(){const e=window,{URLPattern:t}=e;return L(["union"in Set.prototype,"Iterator"in e,t&&"hasRegExpGroups"in t.prototype,"RGB8"in WebGLRenderingContext.prototype])>=3}function wo(){const e=window;return L(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}function ne(){const e=window,t=navigator,{CSS:n,HTMLButtonElement:r}=e;return L([!("getStorageUpdates"in t),r&&"popover"in r.prototype,"CSSCounterStyleRule"in e,n.supports("font-size-adjust: ex-height 0.5"),n.supports("text-transform: full-width")])>=4}function Mo(){if(navigator.platform==="iPad")return!0;const e=screen,t=e.width/e.height;return L(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}function Do(){const e=document;return e.fullscreenElement||e.msFullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||null}function Co(){const e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function Fe(){const e=ee(),t=oi(),n=window,r=navigator,o="connection";return e?L([!("SharedWorker"in n),r[o]&&"ontypechange"in r[o],!("sinkId"in new Audio)])>=2:t?L(["onorientationchange"in n,"orientation"in n,/android/i.test(r.appVersion)])>=2:!1}function xo(){const e=navigator,t=window,n=Audio.prototype,{visualViewport:r}=t;return L(["srLatency"in n,"srChannelCount"in n,"devicePosture"in e,r&&"segments"in r,"getTextInformation"in Image.prototype])>=3}function Uo(){return Go()?-4:Po()}function Po(){const e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(ko())return-1;const n=4500,r=5e3,o=new t(1,r,44100),i=o.createOscillator();i.type="triangle",i.frequency.value=1e4;const a=o.createDynamicsCompressor();a.threshold.value=-50,a.knee.value=40,a.ratio.value=12,a.attack.value=0,a.release.value=.25,i.connect(a),a.connect(o.destination),i.start(0);const[s,u]=Bo(o),d=q(s.then(c=>Fo(c.getChannelData(0).subarray(n)),c=>{if(c.name==="timeout"||c.name==="suspended")return-3;throw c}));return()=>(u(),d)}function ko(){return C()&&!Be()&&!wo()}function Go(){return C()&&ne()&&te()||ee()&&xo()&&Oo()}function Bo(e){let i=()=>{};return[new Promise((s,u)=>{let d=!1,c=0,l=0;e.oncomplete=p=>s(p.renderedBuffer);const h=()=>{setTimeout(()=>u(tt("timeout")),Math.min(500,l+5e3-Date.now()))},g=()=>{try{const p=e.startRendering();switch(ri(p)&&q(p),e.state){case"running":l=Date.now(),d&&h();break;case"suspended":document.hidden||c++,d&&c>=3?u(tt("suspended")):setTimeout(g,500);break}}catch(p){u(p)}};g(),i=()=>{d||(d=!0,l>0&&h())}}),i]}function Fo(e){let t=0;for(let n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}function tt(e){const t=new Error(e);return t.name=e,t}async function si(e,t,n=50){var r,o,i;const a=document;for(;!a.body;)await ue(n);const s=a.createElement("iframe");try{for(await new Promise((u,d)=>{let c=!1;const l=()=>{c=!0,u()},h=b=>{c=!0,d(b)};s.onload=l,s.onerror=h;const{style:g}=s;g.setProperty("display","block","important"),g.position="absolute",g.top="0",g.left="0",g.visibility="hidden",t&&"srcdoc"in s?s.srcdoc=t:s.src="about:blank",a.body.appendChild(s);const p=()=>{var b,U;c||(((U=(b=s.contentWindow)===null||b===void 0?void 0:b.document)===null||U===void 0?void 0:U.readyState)==="complete"?l():setTimeout(p,10))};p()});!(!((o=(r=s.contentWindow)===null||r===void 0?void 0:r.document)===null||o===void 0)&&o.body);)await ue(n);return await e(s,s.contentWindow)}finally{(i=s.parentNode)===null||i===void 0||i.removeChild(s)}}function Wo(e){const[t,n]=mo(e),r=document.createElement(t??"div");for(const o of Object.keys(n)){const i=n[o].join(" ");o==="style"?Ho(r.style,i):r.setAttribute(o,i)}return r}function Ho(e,t){for(const n of t.split(";")){const r=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(n);if(r){const[,o,i,,a]=r;e.setProperty(o,i,a||"")}}}function Vo(){let e=window;for(;;){const t=e.parent;if(!t||t===e)return!1;try{if(t.location.origin!==e.location.origin)return!0}catch(n){if(n instanceof Error&&n.name==="SecurityError")return!0;throw n}e=t}}const Xo="mmMwWLliI0O&1",jo="48px",Z=["monospace","sans-serif","serif"],nt=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function $o(){return si(async(e,{document:t})=>{const n=t.body;n.style.fontSize=jo;const r=t.createElement("div");r.style.setProperty("visibility","hidden","important");const o={},i={},a=g=>{const p=t.createElement("span"),{style:b}=p;return b.position="absolute",b.top="0",b.left="0",b.fontFamily=g,p.textContent=Xo,r.appendChild(p),p},s=(g,p)=>a(`'${g}',${p}`),u=()=>Z.map(a),d=()=>{const g={};for(const p of nt)g[p]=Z.map(b=>s(p,b));return g},c=g=>Z.some((p,b)=>g[b].offsetWidth!==o[p]||g[b].offsetHeight!==i[p]),l=u(),h=d();n.appendChild(r);for(let g=0;g<Z.length;g++)o[Z[g]]=l[g].offsetWidth,i[Z[g]]=l[g].offsetHeight;return nt.filter(g=>c(h[g]))})}function Ko(){const e=navigator.plugins;if(!e)return;const t=[];for(let n=0;n<e.length;++n){const r=e[n];if(!r)continue;const o=[];for(let i=0;i<r.length;++i){const a=r[i];o.push({type:a.type,suffixes:a.suffixes})}t.push({name:r.name,description:r.description,mimeTypes:o})}return t}function Zo(){return Jo(ns())}function Jo(e){let t=!1,n,r;const[o,i]=Yo();return zo(o,i)?(t=qo(i),e?n=r="skipped":[n,r]=Qo(o,i)):n=r="unsupported",{winding:t,geometry:n,text:r}}function Yo(){const e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}function zo(e,t){return!!(t&&e.toDataURL)}function qo(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}function Qo(e,t){es(e,t);const n=me(e),r=me(e);return n!==r?["unstable","unstable"]:(ts(e,t),[me(e),n])}function es(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';const n="Cwm fjordbank gly 😃";t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}function ts(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(const[n,r,o]of[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]])t.fillStyle=n,t.beginPath(),t.arc(r,o,40,0,Math.PI*2,!0),t.closePath(),t.fill();t.fillStyle="#f9c",t.arc(60,60,60,0,Math.PI*2,!0),t.arc(60,60,20,0,Math.PI*2,!0),t.fill("evenodd")}function me(e){return e.toDataURL()}function ns(){return C()&&ne()&&te()}function rs(){const e=navigator;let t=0,n;e.maxTouchPoints!==void 0?t=Ge(e.maxTouchPoints):e.msMaxTouchPoints!==void 0&&(t=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch{n=!1}const r="ontouchstart"in window;return{maxTouchPoints:t,touchEvent:n,touchStart:r}}function is(){return navigator.oscpu}function as(){const e=navigator,t=[],n=e.language||e.userLanguage||e.browserLanguage||e.systemLanguage;if(n!==void 0&&t.push([n]),Array.isArray(e.languages))ee()&&yo()||t.push(e.languages);else if(typeof e.languages=="string"){const r=e.languages;r&&t.push(r.split(","))}return t}function os(){return window.screen.colorDepth}function ss(){return x(w(navigator.deviceMemory),void 0)}function cs(){if(!(C()&&ne()&&te()))return ls()}function ls(){const e=screen,t=r=>x(Ge(r),null),n=[t(e.width),t(e.height)];return n.sort().reverse(),n}const us=2500,ds=10;let se,pe;function fs(){if(pe!==void 0)return;const e=()=>{const t=Ne();ye(t)?pe=setTimeout(e,us):(se=t,pe=void 0)};e()}function hs(){return fs(),async()=>{let e=Ne();if(ye(e)){if(se)return[...se];Do()&&(await Co(),e=Ne())}return ye(e)||(se=e),e}}function gs(){if(C()&&ne()&&te())return()=>Promise.resolve(void 0);const e=hs();return async()=>{const t=await e(),n=r=>r===null?null:ii(r,ds);return[n(t[0]),n(t[1]),n(t[2]),n(t[3])]}}function Ne(){const e=screen;return[x(w(e.availTop),null),x(w(e.width)-w(e.availWidth)-x(w(e.availLeft),0),null),x(w(e.height)-w(e.availHeight)-x(w(e.availTop),0),null),x(w(e.availLeft),null)]}function ye(e){for(let t=0;t<4;++t)if(e[t])return!1;return!0}function ms(){return x(Ge(navigator.hardwareConcurrency),void 0)}function ps(){var e;const t=(e=window.Intl)===null||e===void 0?void 0:e.DateTimeFormat;if(t){const r=new t().resolvedOptions().timeZone;if(r)return r}const n=-bs();return`UTC${n>=0?"+":""}${n}`}function bs(){const e=new Date().getFullYear();return Math.max(w(new Date(e,0,1).getTimezoneOffset()),w(new Date(e,6,1).getTimezoneOffset()))}function Es(){try{return!!window.sessionStorage}catch{return!0}}function Rs(){try{return!!window.localStorage}catch{return!0}}function Ts(){if(!(ai()||No()))try{return!!window.indexedDB}catch{return!0}}function Ss(){return!!window.openDatabase}function As(){return navigator.cpuClass}function _s(){const{platform:e}=navigator;return e==="MacIntel"&&C()&&!Be()?Mo()?"iPad":"iPhone":e}function Is(){return navigator.vendor||""}function Ls(){const e=[];for(const t of["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"]){const n=window[t];n&&typeof n=="object"&&e.push(t)}return e.sort()}function vs(){const e=document;try{e.cookie="cookietest=1; SameSite=Strict;";const t=e.cookie.indexOf("cookietest=")!==-1;return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch{return!1}}function Ns(){const e=atob;return{abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'[title="ALIENBOLA" i]',e("I0JveC1CYW5uZXItYWRz")],abpvn:[".quangcao","#mobileCatfish",e("LmNsb3NlLWFkcw=="),'[id^="bn_bottom_fixed_"]',"#pmadv"],adBlockFinland:[".mainostila",e("LnNwb25zb3JpdA=="),".ylamainos",e("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",e("YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",e("LmhlYWRlci1ibG9ja2VkLWFk"),e("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:[".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil",'[data-cypress="soft-push-notification-modal"]'],adGuardBase:[".BetterJsPopOverlay",e("I2FkXzMwMFgyNTA="),e("I2Jhbm5lcmZsb2F0MjI="),e("I2NhbXBhaWduLWJhbm5lcg=="),e("I0FkLUNvbnRlbnQ=")],adGuardChinese:[e("LlppX2FkX2FfSA=="),e("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),"#widget-quan",e("YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd"),e("YVtocmVmKj0iLjE5NTZobC5jb20vIl0=")],adGuardFrench:["#pavePub",e("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv",e("LmFkc19iYW4=")],adGuardGerman:['aside[data-portal-id="leaderboard"]'],adGuardJapanese:["#kauli_yad_1",e("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),e("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),e("LmFkZ29vZ2xl"),e("Ll9faXNib29zdFJldHVybkFk")],adGuardMobile:[e("YW1wLWF1dG8tYWRz"),e("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",e("I2FkX2ludmlld19hcmVh")],adGuardRussian:[e("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),e("LnJlY2xhbWE="),'div[id^="smi2adblock"]',e("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),"#psyduckpockeball"],adGuardSocial:[e("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),e("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",".cnt-publi"],adGuardTrackingProtection:["#qoo-counter",e("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),e("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),e("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",e("I3Jla2xhbWk="),e("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),e("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),e("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[e("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:[".yb-floorad",e("LndpZGdldF9wb19hZHNfd2lkZ2V0"),e("LnRyYWZmaWNqdW5reS1hZA=="),".textad_headline",e("LnNwb25zb3JlZC10ZXh0LWxpbmtz")],easyListChina:[e("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),e("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box",".cfa_popup"],easyListCookie:[".ezmob-footer",".cc-CookieWarning","[data-cookie-number]",e("LmF3LWNvb2tpZS1iYW5uZXI="),".sygnal24-gdpr-modal-wrap"],easyListCzechSlovak:["#onlajny-stickers",e("I3Jla2xhbW5pLWJveA=="),e("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",e("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[e("I2FkdmVydGVudGll"),e("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",e("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:["#SSpotIMPopSlider",e("LnNwb25zb3JsaW5rZ3J1ZW4="),e("I3dlcmJ1bmdza3k="),e("I3Jla2xhbWUtcmVjaHRzLW1pdHRl"),e("YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0=")],easyListItaly:[e("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",e("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[e("LnJla2xhbW9zX3RhcnBhcw=="),e("LnJla2xhbW9zX251b3JvZG9z"),e("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),e("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),e("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[e("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#ac-lre-player",".navigate-to-top","#subscribe_popup",".newsletter_holder","#back-top"],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:["#FollowUs","#meteored_share","#social_follow",".article-sharer",".community__social-desc"],frellwitSwedish:[e("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),e("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",e("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[e("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),e("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),e("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",e("LmFkX19tYWlu"),e("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container","#cookies-policy-sticky","#stickyCookieBar"],icelandicAbp:[e("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),e("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[e("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),e("I2xpdmVyZUFkV3JhcHBlcg=="),e("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),e("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[e("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",e("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),e("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),e("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[e("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),e("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),e("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",e("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),e("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),e("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),e("ZGl2I3NrYXBpZWNfYWQ=")],ro:[e("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),e("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),e("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),e("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd"),'a[href^="/url/"]'],ruAd:[e("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),e("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),e("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",e("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),e("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",e("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]}}async function ys({debug:e}={}){if(!Os())return;const t=Ns(),n=Object.keys(t),r=[].concat(...n.map(a=>t[a])),o=await ws(r);e&&Ms(t,o);const i=n.filter(a=>{const s=t[a];return L(s.map(d=>o[d]))>s.length*.6});return i.sort(),i}function Os(){return C()||Fe()}async function ws(e){var t;const n=document,r=n.createElement("div"),o=new Array(e.length),i={};rt(r);for(let a=0;a<e.length;++a){const s=Wo(e[a]);s.tagName==="DIALOG"&&s.show();const u=n.createElement("div");rt(u),u.appendChild(s),r.appendChild(u),o[a]=s}for(;!n.body;)await ue(50);n.body.appendChild(r);try{for(let a=0;a<e.length;++a)o[a].offsetParent||(i[e[a]]=!0)}finally{(t=r.parentNode)===null||t===void 0||t.removeChild(r)}return i}function rt(e){e.style.setProperty("visibility","hidden","important"),e.style.setProperty("display","block","important")}function Ms(e,t){let n="DOM blockers debug:\n```";for(const r of Object.keys(e)){n+=`
3
+ ${r}:`;for(const o of e[r])n+=`
4
+ ${t[o]?"🚫":"➡️"} ${o}`}console.log(`${n}
5
+ \`\`\``)}function Ds(){for(const e of["rec2020","p3","srgb"])if(matchMedia(`(color-gamut: ${e})`).matches)return e}function Cs(){if(it("inverted"))return!0;if(it("none"))return!1}function it(e){return matchMedia(`(inverted-colors: ${e})`).matches}function xs(){if(at("active"))return!0;if(at("none"))return!1}function at(e){return matchMedia(`(forced-colors: ${e})`).matches}const Us=100;function Ps(){if(matchMedia("(min-monochrome: 0)").matches){for(let e=0;e<=Us;++e)if(matchMedia(`(max-monochrome: ${e})`).matches)return e;throw new Error("Too high value")}}function ks(){if(J("no-preference"))return 0;if(J("high")||J("more"))return 1;if(J("low")||J("less"))return-1;if(J("forced"))return 10}function J(e){return matchMedia(`(prefers-contrast: ${e})`).matches}function Gs(){if(ot("reduce"))return!0;if(ot("no-preference"))return!1}function ot(e){return matchMedia(`(prefers-reduced-motion: ${e})`).matches}function Bs(){if(st("reduce"))return!0;if(st("no-preference"))return!1}function st(e){return matchMedia(`(prefers-reduced-transparency: ${e})`).matches}function Fs(){if(ct("high"))return!0;if(ct("standard"))return!1}function ct(e){return matchMedia(`(dynamic-range: ${e})`).matches}const E=Math,I=()=>0;function Ws(){const e=E.acos||I,t=E.acosh||I,n=E.asin||I,r=E.asinh||I,o=E.atanh||I,i=E.atan||I,a=E.sin||I,s=E.sinh||I,u=E.cos||I,d=E.cosh||I,c=E.tan||I,l=E.tanh||I,h=E.exp||I,g=E.expm1||I,p=E.log1p||I,b=T=>E.pow(E.PI,T),U=T=>E.log(T+E.sqrt(T*T-1)),he=T=>E.log(T+E.sqrt(T*T+1)),B=T=>E.log((1+T)/(1-T))/2,Ji=T=>E.exp(T)-1/E.exp(T)/2,Yi=T=>(E.exp(T)+1/E.exp(T))/2,zi=T=>E.exp(T)-1,qi=T=>(E.exp(2*T)-1)/(E.exp(2*T)+1),Qi=T=>E.log(1+T);return{acos:e(.12312423423423424),acosh:t(1e308),acoshPf:U(1e154),asin:n(.12312423423423424),asinh:r(1),asinhPf:he(1),atanh:o(.5),atanhPf:B(.5),atan:i(.5),sin:a(-1e300),sinh:s(1),sinhPf:Ji(1),cos:u(10.000000000123),cosh:d(1),coshPf:Yi(1),tan:c(-1e300),tanh:l(1),tanhPf:qi(1),exp:h(1),expm1:g(1),expm1Pf:zi(1),log1p:p(10),log1pPf:Qi(10),powPI:b(-100)}}const Hs="mmMwWLliI0fiflO&1",be={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};function Vs(){return Xs((e,t)=>{const n={},r={};for(const o of Object.keys(be)){const[i={},a=Hs]=be[o],s=e.createElement("span");s.textContent=a,s.style.whiteSpace="nowrap";for(const u of Object.keys(i)){const d=i[u];d!==void 0&&(s.style[u]=d)}n[o]=s,t.append(e.createElement("br"),s)}for(const o of Object.keys(be))r[o]=n[o].getBoundingClientRect().width;return r})}function Xs(e,t=4e3){return si((n,r)=>{const o=r.document,i=o.body,a=i.style;a.width=`${t}px`,a.webkitTextSizeAdjust=a.textSizeAdjust="none",ee()?i.style.zoom=`${1/r.devicePixelRatio}`:C()&&(i.style.zoom="reset");const s=o.createElement("div");return s.textContent=[...Array(t/20<<0)].map(()=>"word").join(" "),i.appendChild(s),e(o,i)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}function js(){return navigator.pdfViewerEnabled}function $s(){const e=new Float32Array(1),t=new Uint8Array(e.buffer);return e[0]=1/0,e[0]=e[0]-e[0],t[3]}function Ks(){const{ApplePaySession:e}=window;if(typeof e?.canMakePayments!="function")return-1;if(Zs())return-3;try{return e.canMakePayments()?1:0}catch(t){return Js(t)}}const Zs=Vo;function Js(e){if(e instanceof Error&&e.name==="InvalidAccessError"&&/\bfrom\b.*\binsecure\b/i.test(e.message))return-2;throw e}function Ys(){var e;const t=document.createElement("a"),n=(e=t.attributionSourceId)!==null&&e!==void 0?e:t.attributionsourceid;return n===void 0?void 0:String(n)}const ci=-1,li=-2,zs=new Set([10752,2849,2884,2885,2886,2928,2929,2930,2931,2932,2960,2961,2962,2963,2964,2965,2966,2967,2968,2978,3024,3042,3088,3089,3106,3107,32773,32777,32777,32823,32824,32936,32937,32938,32939,32968,32969,32970,32971,3317,33170,3333,3379,3386,33901,33902,34016,34024,34076,3408,3410,3411,3412,3413,3414,3415,34467,34816,34817,34818,34819,34877,34921,34930,35660,35661,35724,35738,35739,36003,36004,36005,36347,36348,36349,37440,37441,37443,7936,7937,7938]),qs=new Set([34047,35723,36063,34852,34853,34854,34229,36392,36795,38449]),Qs=["FRAGMENT_SHADER","VERTEX_SHADER"],ec=["LOW_FLOAT","MEDIUM_FLOAT","HIGH_FLOAT","LOW_INT","MEDIUM_INT","HIGH_INT"],ui="WEBGL_debug_renderer_info",tc="WEBGL_polygon_mode";function nc({cache:e}){var t,n,r,o,i,a;const s=di(e);if(!s)return ci;if(!hi(s))return li;const u=fi()?null:s.getExtension(ui);return{version:((t=s.getParameter(s.VERSION))===null||t===void 0?void 0:t.toString())||"",vendor:((n=s.getParameter(s.VENDOR))===null||n===void 0?void 0:n.toString())||"",vendorUnmasked:u?(r=s.getParameter(u.UNMASKED_VENDOR_WEBGL))===null||r===void 0?void 0:r.toString():"",renderer:((o=s.getParameter(s.RENDERER))===null||o===void 0?void 0:o.toString())||"",rendererUnmasked:u?(i=s.getParameter(u.UNMASKED_RENDERER_WEBGL))===null||i===void 0?void 0:i.toString():"",shadingLanguageVersion:((a=s.getParameter(s.SHADING_LANGUAGE_VERSION))===null||a===void 0?void 0:a.toString())||""}}function rc({cache:e}){const t=di(e);if(!t)return ci;if(!hi(t))return li;const n=t.getSupportedExtensions(),r=t.getContextAttributes(),o=[],i=[],a=[],s=[],u=[];if(r)for(const c of Object.keys(r))i.push(`${c}=${r[c]}`);const d=lt(t);for(const c of d){const l=t[c];a.push(`${c}=${l}${zs.has(l)?`=${t.getParameter(l)}`:""}`)}if(n)for(const c of n){if(c===ui&&fi()||c===tc&&oc())continue;const l=t.getExtension(c);if(!l){o.push(c);continue}for(const h of lt(l)){const g=l[h];s.push(`${h}=${g}${qs.has(g)?`=${t.getParameter(g)}`:""}`)}}for(const c of Qs)for(const l of ec){const h=ic(t,c,l);u.push(`${c}.${l}=${h.join(",")}`)}return s.sort(),a.sort(),{contextAttributes:i,parameters:a,shaderPrecisions:u,extensions:n,extensionParameters:s,unsupportedExtensions:o}}function di(e){if(e.webgl)return e.webgl.context;const t=document.createElement("canvas");let n;t.addEventListener("webglCreateContextError",()=>n=void 0);for(const r of["webgl","experimental-webgl"]){try{n=t.getContext(r)}catch{}if(n)break}return e.webgl={context:n},n}function ic(e,t,n){const r=e.getShaderPrecisionFormat(e[t],e[n]);return r?[r.rangeMin,r.rangeMax,r.precision]:[]}function lt(e){return Object.keys(e.__proto__).filter(ac)}function ac(e){return typeof e=="string"&&!e.match(/[^A-Z0-9_x]/)}function fi(){return oi()}function oc(){return ee()||C()}function hi(e){return typeof e.getParameter=="function"}function sc(){if(!(Fe()||C()))return-2;if(!window.AudioContext)return-1;const t=new AudioContext().baseLatency;return t==null?-1:isFinite(t)?t:-3}function cc(){if(!window.Intl)return-1;const e=window.Intl.DateTimeFormat;if(!e)return-2;const t=e().resolvedOptions().locale;return!t&&t!==""?-3:t}const lc={fonts:$o,domBlockers:ys,fontPreferences:Vs,audio:Uo,screenFrame:gs,canvas:Zo,osCpu:is,languages:as,colorDepth:os,deviceMemory:ss,screenResolution:cs,hardwareConcurrency:ms,timezone:ps,sessionStorage:Es,localStorage:Rs,indexedDB:Ts,openDatabase:Ss,cpuClass:As,platform:_s,plugins:Ko,touchSupport:rs,vendor:Is,vendorFlavors:Ls,cookiesEnabled:vs,colorGamut:Ds,invertedColors:Cs,forcedColors:xs,monochrome:Ps,contrast:ks,reducedMotion:Gs,reducedTransparency:Bs,hdr:Fs,math:Ws,pdfViewerEnabled:js,architecture:$s,applePay:Ks,privateClickMeasurement:Ys,audioBaseLatency:sc,dateTimeLocale:cc,webGlBasics:nc,webGlExtensions:rc};function uc(e){return vo(lc,e,[])}const dc="$ if upgrade to Pro: https://fpjs.dev/pro";function fc(e){const t=hc(e),n=gc(t);return{score:t,comment:dc.replace(/\$/g,`${n}`)}}function hc(e){if(Fe())return .4;if(C())return Be()&&!(ne()&&te())?.5:.3;const t="value"in e.platform?e.platform.value:"";return/^Win/.test(t)?.6:/^Mac/.test(t)?.5:.7}function gc(e){return ii(.99+.01*e,1e-4)}function mc(e){let t="";for(const n of Object.keys(e).sort()){const r=e[n],o="error"in r?"error":JSON.stringify(r.value);t+=`${t?"|":""}${n.replace(/([:|\\])/g,"\\$1")}:${o}`}return t}function gi(e){return JSON.stringify(e,(t,n)=>n instanceof Error?Ao(n):n,2)}function mi(e){return So(mc(e))}function pc(e){let t;const n=fc(e);return{get visitorId(){return t===void 0&&(t=mi(this.components)),t},set visitorId(r){t=r},confidence:n,components:e,version:ni}}function bc(e=50){return fo(e,e*2)}function Ec(e,t){const n=Date.now();return{async get(r){const o=Date.now(),i=await e(),a=pc(i);return(t||r?.debug)&&console.log(`Copy the text below to get the debug data:
6
+
7
+ \`\`\`
8
+ version: ${a.version}
9
+ userAgent: ${navigator.userAgent}
10
+ timeBetweenLoadAndGet: ${o-n}
11
+ visitorId: ${a.visitorId}
12
+ components: ${gi(i)}
13
+ \`\`\``),a}}}function Rc(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{const e=new XMLHttpRequest;e.open("get",`https://m1.openfpcdn.io/fingerprintjs/v${ni}/npm-monitoring`,!0),e.send()}catch(e){console.error(e)}}async function Tc(e={}){var t;(!((t=e.monitoring)!==null&&t!==void 0)||t)&&Rc();const{delayFallback:n,debug:r}=e;await bc(n);const o=uc({cache:{},debug:r});return Ec(o,r)}var Sc={load:Tc,hashComponents:mi,componentsToDebugString:gi};const ut="FINGERPRINT";function pi(){return typeof window<"u"&&typeof navigator<"u"}function Ac(){if(!pi())return{type:"unknown",name:"unknown"};const e=navigator.userAgent;return/iPad|iPhone|iPod/i.test(e)?{type:"mobile",name:"iOS"}:/Android/i.test(e)?{type:"mobile",name:"Android"}:/Windows Phone/i.test(e)?{type:"mobile",name:"Windows Phone"}:/BlackBerry/i.test(e)?{type:"mobile",name:"BlackBerry"}:/Edg/i.test(e)?{type:"web",name:"Edge"}:/OPR|Opera/i.test(e)?{type:"web",name:"Opera"}:/Firefox/i.test(e)?{type:"web",name:"Firefox"}:/Chrome/i.test(e)?{type:"web",name:"Chrome"}:/Safari/i.test(e)?{type:"web",name:"Safari"}:{type:"unknown",name:"unknown"}}async function _c(){return(await Sc.load()).get()}async function We(){if(!pi())return"unknown/unknown";const{type:e,name:t}=Ac(),n=e==="web";if(n){const i=localStorage.getItem(ut);if(i)return`${t}/${i}`}const o=(await _c()).visitorId;return n&&localStorage.setItem(ut,o),`${t}/${o}`}function bi(){let e=sessionStorage.getItem("currentPageTag");return e||(e=Date.now().toString(),sessionStorage.setItem("currentPageTag",e)),e}class O{static _DEFAULT_CONFIG={id:"id",children:"children",pid:"pid",deep:!0};static _getConfig(t){return Object.assign({},O._DEFAULT_CONFIG,t)}static listToTree(t,n={},r){const o=O._getConfig(n),i=new Map,a=[],{id:s,children:u,pid:d,deep:c}=o;for(const l of t){const h=l;c?h[u]=h[u]??void 0:h[u]=h[d]==="ROOT"?h[u]??[]:[],i.set(h[s],r(l))}for(const l of t){const h=l,g=i.get(h[d]);if(g){const p=g;p[u]||(p[u]=[]),p[u].push(r(l))}else a.push(r(l))}return a}static treeToList(t,n={}){const{children:r}=O._getConfig(n),o=[...t];for(let i=0;i<o.length;i++){const s=o[i][r];Array.isArray(s)&&o.splice(i+1,0,...s)}return o}static findNode(t,n,r={}){const{children:o}=O._getConfig(r),i=t?[...t]:[];for(const a of i){if(n(a))return a;const u=a[o];Array.isArray(u)&&i.push(...u)}return null}static findNodeAll(t,n,r={}){const{children:o}=O._getConfig(r),i=t?[...t]:[],a=[];for(const s of i){n(s)&&a.push(s);const d=s[o];Array.isArray(d)&&i.push(...d)}return a}static findPath(t,n,r={}){const{children:o}=O._getConfig(r),i=[],a=t?[...t]:[],s=new Set;for(;a.length;){const u=a[0];if(s.has(u))i.pop(),a.shift();else{s.add(u);const c=u[o];if(Array.isArray(c)&&a.unshift(...c),i.push(u),n(u))return i}}return null}static findClosestParent(t,n,r,o={}){const{id:i}=O._getConfig(o);return O.findPath(t,s=>s[i]===n,o)?.reverse().find(s=>r(s))}static list_to_tree(t,n=r=>r){const r={},o=[];for(let i=0;i<t.length;i++){const a=t[i];r[a.id]=i,a.children=[]}for(const i of t)if(i.parentId==="ROOT"||!i.parentId)o.push(n(i));else{const a=i,s=r[i.parentId];s!==void 0&&t[s].children?.push(n(a))}return o}static getAllParentPath(t,n){return(O.findPath(t,o=>o.path===n)||[]).map(o=>o.path)}static traverseAndBuildTree(t,n,r={}){r=this._getConfig(r);const{children:o}=r;return t.map(i=>{const a=n(i)||i;return o&&i[o]&&i[o].length>0&&(a[o]=this.traverseAndBuildTree(i.children,n)),a})}}const Ic=(e,t=[])=>{const n={},r=e.padding;r&&(r.top!=null&&r.top!=""&&!t.includes("paddingTop")&&(n["padding-top"]=r.top),r.right!=null&&r.right!=""&&!t.includes("paddingRight")&&(n["padding-right"]=r.right),r.bottom!=null&&r.bottom!=""&&!t.includes("paddingBottom")&&(n["padding-bottom"]=r.bottom),r.left!=null&&r.left!=""&&!t.includes("paddingLeft")&&(n["padding-left"]=r.left));const o=e.margin;o&&(o.top!=null&&o.top!=""&&!t.includes("marginTop")&&(n["margin-top"]=o.top),o.right!=null&&o.right!=""&&!t.includes("marginRight")&&(n["margin-right"]=o.right),o.bottom!=null&&o.bottom!=""&&!t.includes("marginBottom")&&(n["margin-bottom"]=o.bottom),o.left!=null&&o.left!=""&&!t.includes("marginLeft")&&(n["margin-left"]=o.left)),e.background!=null&&e.background!=""&&!t.includes("backgroundColor")&&(n["background-color"]=e.background),e.width!=null&&e.width!=""&&!t.includes("width")&&(n.width=e.width),e.height!=null&&e.height!=""&&!t.includes("height")&&(n.height=e.height,n.overflowX="hidden",n.overflowY="auto");const i=e.position;i&&(i.position!=null&&i.position!=""&&!t.includes("zIndex")&&(n.position=i.position,n["z-index"]=1),i.top!=null&&i.top!=""&&!t.includes("top")&&(n.top=`${i.top}px`),i.right!=null&&i.right!=""&&!t.includes("right")&&(n.right=`${i.right}px`),i.bottom!=null&&i.bottom!=""&&!t.includes("bottom")&&(n.bottom=`${i.bottom}px`),i.left!=null&&i.left!=""&&!t.includes("left")&&(n.left=`${i.left}px`));const a=e.border;return a&&(a.topLeftRadius!=null&&a.topLeftRadius!=""&&!t.includes("borderTopLeftRadius")&&(n["border-top-left-radius"]=a.topLeftRadius),a.topRightRadius!=null&&a.topRightRadius!=""&&!t.includes("borderTopRightRadius")&&(n["border-top-right-radius"]=a.topRightRadius),a.bottomLeftRadius!=null&&a.bottomLeftRadius!=""&&!t.includes("borderBottomLeftRadius")&&(n["border-bottom-left-radius"]=a.bottomLeftRadius),a.bottomRightRadius!=null&&a.bottomRightRadius!=""&&!t.includes("borderBottomRightRadius")&&(n["border-bottom-right-radius"]=a.bottomRightRadius),a.top&&(a.top.color!=null&&a.top.color!=""&&!t.includes("borderTopColor")&&(n["border-top-color"]=a.top.color),a.top.width!=null&&a.top.width!=""&&!t.includes("borderTopWidth")&&(n["border-top-width"]=a.top.width),a.top.style&&!t.includes("borderTopStyle")&&(n["border-top-style"]=a.top.style)),a.right&&(a.right.color!=null&&a.right.color!=""&&!t.includes("borderRightColor")&&(n["border-right-color"]=a.right.color),a.right.width!=null&&a.right.width!=""&&!t.includes("borderRightWidth")&&(n["border-right-width"]=a.right.width),a.right.style&&!t.includes("borderRightStyle")&&(n["border-right-style"]=a.right.style)),a.bottom&&(a.bottom.color!=null&&a.bottom.color!=""&&!t.includes("borderBottomColor")&&(n["border-bottom-color"]=a.bottom.color),a.bottom.width!=null&&a.bottom.width!=""&&!t.includes("borderBottomWidth")&&(n["border-bottom-width"]=a.bottom.width),a.bottom.style&&!t.includes("borderBottomStyle")&&(n["border-bottom-style"]=a.bottom.style)),a.left&&(a.left.color!=null&&a.left.color!=""&&!t.includes("borderLeftColor")&&(n["border-left-color"]=a.left.color),a.left.width!=null&&a.left.width!=""&&!t.includes("borderLeftWidth")&&(n["border-left-width"]=a.left.width),a.left.style&&!t.includes("borderLeftStyle")&&(n["border-left-style"]=a.left.style))),e.border_radius&&(n["border-radius"]=`${e.border_radius}px`),n},Lc=(e,t=[])=>{const n={},r=e.labelFont;return r&&(r.color!=null&&r.color!=""&&!t.includes("color")&&(n.color=r.color),r.fontSize!=null&&r.fontSize!=""&&!t.includes("fontSize")&&(n["font-size"]=r.fontSize),r.align&&!t.includes("textAlign")&&(n["text-align"]=r.align,n["text-align-last"]=r.align),r.bold===!0&&!t.includes("fontWeight")&&(n["font-weight"]="bold"),r.italic===!0&&!t.includes("fontStyle")&&(n["font-style"]="italic"),r.textDecoration&&!t.includes("textDecoration")&&(n["text-decoration"]=r.textDecoration)),n};function Ei(e,t){let n=e;return Object.keys(t).forEach(r=>{n=n.replace(`{${r}}`,t[r]??""),n=n.replace(`{${r}?}`,t[r]??"")}),n=n.replace(/\/\{[a-z]+\?\}/g,""),n}function vc(e,t){const{target:n="_blank",noopener:r=!0,noreferrer:o=!0,genUrlData:i,routePath:a="",optionStr:s=""}=t||{},u=[];r&&u.push("noopener=yes"),o&&u.push("noreferrer=yes");let d=e;i&&(d=Ei(d,i)),a&&(d+=a);let c=u.join(",");return s&&(c=c?`${c},${s}`:s),window.open(d,n,c)}const Nc=V.defineStore("global-store",{state(){return new Cr},getters:{getProjectName(){return this.projectName},geLang(){return this.lang},getAppInfo(){return this.appInfo}},actions:{async init(){const e=location.pathname.split("/")[2];if(e){const t=ei(e);t&&(this.context=t)}},async loadAppInfo(){const e=await _api.apaas.designerCommon.getGetApp();console.log(e),this.appInfo=e},setProjectName(e){this.projectName=e},setLang(e){this.lang=e}}});class Ri{pinia=V.createPinia();store;constructor(){V.setActivePinia(this.pinia),this.store=Nc()}}class Ti{editors=new Map;providers=new Map;register(t,n){this.editors.set(t,n)}unregister(t){this.editors.delete(t)}get(t){if(this.providers.has(t))return this.providers.get(t);const n=this.editors.get(t);if(n){const r=n();return this.providers.set(t,r),r}return null}}class Si{items=new Map;register(t,n){this.items.set(t,n)}unregister(t){this.items.delete(t)}create(t){const n=this.items.get(t);return n?n():null}}class ce{map=new Map;hooks={register:new Ye,unregister:new Ye};register(t,n){this.map.set(t,n),this.hooks.register.callSync(null,t,n)}unregister(t){this.map.delete(t),this.hooks.unregister.callSync(null,t)}get(t){return this.map.get(t)}keys(){return Array.from(this.map.keys())}}var z=(e=>(e.DEV="dev",e.TEST="test",e.PROD="prod",e))(z||{});const Ai=/^http:\/\/\d{1,3}(\.\d{1,3}){3}:(\d{1,5})$/,Oe=/^https?:\/\/([a-z0-9]+)-test\./,_i=/\/web-render|\/web\/|web-single\/|dev-single\/|test-single\//,Ii=/\/web\/|\/web-single\//,Li=/\/web-render\//,vi=/\/dev-single\//,Ni=/\/test-single\//;class yi{_testEnv=!1;_testTenantData={};_platformOrigin;_isHostMode=!1;constructor(){this._platformOrigin=location.origin||"",this._isHostMode=Oe.test(this._platformOrigin)}get isAppRun(){return _i.test(location.pathname)}get isAppProd(){return Ii.test(location.pathname)}get isAppPreview(){return Li.test(location.pathname)}get isDevSingleEnv(){return vi.test(location.pathname)}get isTestEnv(){return Ni.test(location.pathname)||this._testEnv}get platformOrigin(){return this._platformOrigin}get isHostMode(){return this._isHostMode}get testTenantData(){return this._testTenantData}async checkIsTestEnv(){let t=null;if(this._isHostMode){if(t=this._platformOrigin.match(Oe),this._testEnv=!!(t&&t[1]),this._testEnv){const n=await _api.platform.tenant.getInfoByPortOrDomain({domain:t[1]});Object.assign(this._testTenantData,n)}}else{t=this._platformOrigin.match(Ai);const n=t&&t[2];if(n){const r=await _api.platform.tenant.getInfoByPortOrDomain({port:n});r&&(Object.assign(this._testTenantData,r),this._testEnv=r.testEnvPort===n)}}}getEnv(){return this.isTestEnv?z.TEST:this.isAppProd?z.PROD:z.DEV}}class Oi{i18n=ta.createI18n({locale:"zh-CN",fallbackLocale:"en",messages:{en:{message:{hello:"hello world"}},ja:{message:{hello:"こんにちは、世界"}}}});locale="zh-CN";constructor(){this.init()}async init(){await this.loadLocales();const t=this.getMessageUrl({locale:this.locale});await this.loadMessages(t)}async loadLocales(){const t=await(await fetch("/gct-platform/api/i18n-config/list")).json();if(t.code===200){const n=t.data.find(r=>r.defaultLanguage);this.locale=n.languageTag}}async loadMessages(t,n=this.locale){const i=(await(await fetch(t)).text()).split(`
14
+ `).reduce((a,s)=>{const[u,...d]=s.split(":");return a[u]=d.join(":"),a},{});this.i18n.global.mergeLocaleMessage(n,i)}getMessageUrl(t){if("app"in t){const n=t.env==="dev"?`dev_${t.branch}`:t.env;return`minio/${t.app}/locale-js/${n}/${t.locale}__.json`}return`/minio/locale-js/${t.locale}__platform__.json`}}function wi(e){e.use(_gct.i18n)}const yc=[];class Oc{router;constructor(){this.router=Ke.createRouter({history:Ke.createWebHashHistory(),routes:yc})}async add(t){Array.isArray(t)?t.forEach(n=>this.add(n)):this.router.addRoute(t),await this.router.replace(this.router.currentRoute.value.fullPath)}}function wc(e){e.use(_gct.router)}class Mi{i18nUtil=new Oi;i18n=this.i18nUtil.i18n;t(t,n){return this.i18n.global.t(t,n)}storeUtil=new Ri;store=this.storeUtil.store;routerUtil=new Oc;router=this.routerUtil.router;message;dictionary=new Fr;env=new yi;register={render:{pad:new ce,mobile:new ce,web:new ce},editor:new Ti,formItem:new Si};async init(){await this.env.checkIsTestEnv(),await this.store.init()}}class Di{constructor(t){this.model=t,this.init()}evt=new Kr;state=new xe;item={};provider={};context={};params={};fields=[];modelMap={};init(){this.model.children&&this.initFormItems(this.model.children),this.initEvent(),this.calcState()}initEvent(){}calcState(){}initFormItems(t){t.forEach(n=>{let r=null;if((n.type==="item"||n.type==="hidden")&&(this.fields.push(n.name),this.modelMap[n.name]=n),n.type==="item"&&(r=_gct.register.formItem.create(`${n.type}___${n.editor.type}___${n.name}`),r||(r=_gct.register.formItem.create(`${n.type}___${n.editor.type}`))),r||(r=_gct.register.formItem.create(n.type)),!r){console.error(`未找到表单项提供者:${n.type}`,n);return}if(this.provider[n.name]=r,n.type==="item"){const o=n;this.item[o.name]=r.createController(this,o)}else if(n.type==="hidden"){const o=n;this.item[o.name]=r.createController(this,o)}else if(n.type==="container"||n.container){const o=n;this.item[n.name]=r.createController(this,o),o.children&&this.initFormItems(o.children)}})}calcHidden(){Object.keys(this.item).forEach(n=>{const r=this.item[n];if(r.model.hidden){const o=r.model.hidden(this,r,this.state.data);o!=null&&(r.state.visible=!o)}})}getData(){const t={};return this.fields.forEach(n=>{const r=this.item[n];r&&(r.state.visible===!0||r.model.type==="hidden")&&(t[r.key]=r.value)}),t}resetData(){this.fields.forEach(t=>{const n=this.item[t];n&&n.reset()})}async load(){try{if(!this.model.loadRequest)return{};this.state.loading=!0;const t=await this.model.loadRequest({id:this.context.id});return this.fields.forEach(n=>{const r=this.item[n];r&&(r.value=t[r.key]),r.defaultValue()}),this.state.loaded=!0,t}finally{this.state.loading=!1}}destroy(){this.state.destroyed=!0,this.evt.reset(),this.fields.forEach(t=>{const n=this.item[t];n&&n.destroy()})}validate(){return Promise.resolve(!0)}validateItem(t){return Promise.resolve(!0)}loaded(){this.calcHidden(),this.fields.forEach(t=>{this.item[t].defaultValue()}),this.calcState()}mounted(){}}class Mc extends Di{initEvent(){super.initEvent(),this.evt.on("change",(t,n,r)=>{if(this.model.watch){const i=this.model.watch[t];i&&i(this,n,r)}const o=this.item[t];o&&o.model.watch&&o.model.watch(this,o,n,r),n!=r&&this.calcHidden(),this.model.autosave===!0&&this.state.loading===!1&&this.autoSave()})}autoSave(){return this.save()}save(){const t=this.getData();return this.state.isNew===!0&&this.model.newRequest?this.model.newRequest(t):this.model.updateRequest?this.model.updateRequest({id:this.context.id},t):Promise.resolve(t)}}function Dc(e){const t=e();return t.state=m.reactive(t.state),m.onUnmounted(()=>t.destroy()),t}class He{model;constructor(t){this.model=t}}class Ci{constructor(t){this.model=t,this.init()}evt=new Kr;context={};params={};state=new xe;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(t){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(t){t.forEach(n=>{let r=null;if(n.type==="item"&&(r=_gct.register.formItem.create(`${n.type}___${n.editor.type}___${n.name}`),r||(r=_gct.register.formItem.create(`${n.type}___${n.editor.type}`))),r||(r=_gct.register.formItem.create(n.type)),!r){console.error(`未找到表单项提供者:${n.type}`,n);return}if(this.provider[n.name]=r,n.type==="item"){const o=n;this.item[o.name]=r.createController(this,n)}else if(n.type==="container"){const o=n;this.item[n.name]=r.createController(this,n),o.children&&this.initFormItems(o.children)}})}getData(){return{}}resetData(){Object.keys(this.state.data).forEach(n=>{const r=this.state.data[n];r&&(typeof r=="object"?Array.isArray(r)?this.state.data[n]=[]:this.state.data[n]={}:this.state.data[n]=null)})}}function Cc(e){const t=new Ci(e);return t.state=m.reactive(t.state),t}class ${constructor(t,n){this.form=t,this.model=n,this.init()}state=this.crateItemState();get data(){return this.form.state.data}init(){}destroy(){this.state.destroyed=!0}crateItemState(){return new G}}function xc(e){const t=e();return t.state=m.reactive(t.state),t}class Uc extends ${type="collapse-pane";crateItemState(){return new xr}}class Pc extends ${type="collapse";crateItemState(){return new Ur}}class kc extends ${type="tab";crateItemState(){return new Pr}}class Gc extends ${type="tab-pane";crateItemState(){return new kr}}class Bc extends ${type="group";crateItemState(){return new Gr}}class Ve extends ${get key(){return this.model.field??this.model.name}get value(){return this.form.state.data[this.key]}set value(t){const n=_.cloneDeep(this.form.state.data[this.key]);this.form.state.data[this.key]=t,this.form.evt.emit("change",this.key,t,n),this.state.value=t}get editorValue(){return this.model.fields?this.model.fields.map(t=>this.form.item[t].value):this.value}set editorValue(t){this.model.fields?this.model.fields.forEach((n,r)=>{this.form.item[n].value=t?.[r]}):this.value=t}init(){if(super.init(),this.model.type!=="hidden"){const{editor:t}=this.model;this.state.readonly=t.readonly,t.disabled!=null&&(this.state.disabled=t.disabled)}if(this.model.dictionary){const{mode:t}=this.model.dictionary;t==="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}blur(){console.warn("FormEditItemController.blur not implemented")}crateItemState(){return new Ue}}class Fc extends Ve{type="item";async loadDictionary(t){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,t):this.model.dictionaryTag&&(this.state.options=await _gct.dictionary.asyncGet(this.model.dictionaryTag,t)),this.state.options}finally{this.state.loading=!1}}clearDictionary(){this.state.options=[]}blur(){console.warn("FormEditItemController.blur not implemented")}crateItemState(){return new Br}}class Wc extends Ve{type="hidden"}class Hc extends He{}class Vc extends He{}function Xc(){return m.inject(jr)}function xi(){return m.inject("formController")}function jc(e){let t=null;if(e){const r=xi().item[e];r&&(t=m.computed({get(){return r.value},set(o){typeof o=="string"&&(o=o.trim()),!(typeof o!="object"&&r.value==o)&&(r.value=o)}}))}else{let n=m.getCurrentInstance().proxy;const r=n.$props,o=n.$emit;t=m.computed({get:()=>r.value,set:i=>{typeof i=="string"&&(i=i.trim()),!(typeof i!="object"&&r.value==i)&&o("update:value",i)}}),n=null}return t}function $c(e,t){let n=m.getCurrentInstance().proxy;const r=n.$props,o=n.$emit,i=e?e.length:0,a=t?t.length:0,s=m.computed({get:()=>{if(!r.value)return"";let u=r.value;return i>0&&u.startsWith(e)&&(u=u.substring(i)),a>0&&u.endsWith(t)&&(u=u.substring(0,u.length-a)),u},set:u=>{if(r.value===u)return;if(u==""){o("update:value","");return}let d=u;i>0&&(d=e+d),a>0&&(d=d+t),o("update:value",d)}});return n=null,s}function Kc(e){const t=m.inject("modal");return t&&e&&(t.ok=e),t}function Zc(e){return new $r(e)}function Jc(){return m.computed(()=>window.$wujie?.props)}function Yc(){const e=m.shallowRef({});return m.onMounted(()=>{const t=n=>{n.data?.type==="IFRAME_PROPS"&&(e.value=n.data.props)};window.addEventListener("message",t),window.parent.postMessage({type:"IFRAME_READY"},"*"),m.onUnmounted(()=>{window.removeEventListener("message",t)})}),m.computed(()=>e.value)}function zc(){return m.computed(()=>window.$wujie.bus)}function Ui(e){return typeof e<"u"}function qc(e){const t=m.ref(e||""),n=m.ref(!1),r=m.ref(!1);return m.watch(t,o=>{Ui(o)&&(r.value=!0,n.value=Pi(o))},{immediate:!!e,flush:"sync"}),{clipboardRef:t,isSuccessRef:n,copiedRef:r}}function Pi(e,{target:t=document.body}={}){const n=document.createElement("textarea"),r=document.activeElement;n.value=e,n.setAttribute("readonly",""),n.style.contain="strict",n.style.position="absolute",n.style.left="-9999px",n.style.fontSize="12pt";const o=document.getSelection();let i;o&&o.rangeCount>0&&(i=o.getRangeAt(0)),t.append(n),n.select(),n.selectionStart=0,n.selectionEnd=e.length;let a=!1;try{a=document.execCommand("copy")}catch(s){throw new Error(s)}return n.remove(),i&&o&&(o.removeAllRanges(),o.addRange(i)),r&&r.focus(),a}const W={UNAUTHORIZED:401,FORBIDDEN:403,NOT_FOUND:404,INTERNAL_SERVER_ERROR:500,BAD_GATEWAY:502,SERVICE_UNAVAILABLE:503,GATEWAY_TIMEOUT:504};class Qc{handle(t){console.error(t)}}class el{handle(t){console.error(t)}}class tl{handle(t){if(t.type===D.AJAX){new ki().handle(t);return}console.error(t)}}class ki{handle(t){const n=this._extractStatusCode(t.message);if(n)switch(n){case W.UNAUTHORIZED:this._handleUnauthorized();break;case W.FORBIDDEN:this._handleForbidden();break;case W.NOT_FOUND:this._handleNotFound();break;case W.INTERNAL_SERVER_ERROR:case W.BAD_GATEWAY:case W.SERVICE_UNAVAILABLE:case W.GATEWAY_TIMEOUT:this._handleServerError(n);break;default:this._handleGenericHttpError(t);break}else this._handleGenericHttpError(t)}_extractStatusCode(t){const n=t.match(/HTTP\s+(\d{3})|Business\s+Error\s+\[(\d+)\]/);return n?parseInt(n[1]||n[2],10):null}_handleGenericHttpError(t){t.message.includes("Business Error")?console.debug("Handling business error:",t.message):t.message.includes("Network")?console.debug("Handling network error:",t.message):console.debug("Handling HTTP error:",t.message)}_handleUnauthorized(){console.warn("Unauthorized access, redirecting to login...")}_handleForbidden(){console.warn("Access forbidden")}_handleNotFound(){console.warn("Resource not found")}_handleServerError(t){console.warn(`Server error: ${t}`)}}class we{static _strategies=new Map;static init(){this.registerStrategy(D.SCRIPT,new Qc),this.registerStrategy(D.VUE,new el),this.registerStrategy(D.PROMISE,new tl),this.registerStrategy(D.AJAX,new ki)}static getStrategy(t){return this._strategies.get(t)}static registerStrategy(t,n){this._strategies.set(t,n)}}class M{static _instance;constructor(){this._initializeStrategies()}static getInstance(){return M._instance||(M._instance=new M),M._instance}static init(){M.getInstance()}static handleVueError(t,n,r){const o={type:D.VUE,message:`Vue Error: ${t.message} | Info: ${r}`,stack:t.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(o)}static reportError(t,n=D.SCRIPT){const r={type:n,message:t.message,stack:t.stack,timestamp:Date.now(),userAgent:navigator.userAgent};this._instance._processError(r)}_initializeStrategies(){we.init()}_processError(t){we.getStrategy(t.type)?.handle(t)}}async function Gi(e){M.init(),e.config.errorHandler=(t,n,r)=>{M.handleVueError(t,n,r)},e.config.warnHandler=(t,n,r)=>{console.warn(`Vue Warning: ${t}`),r&&console.warn("Trace:",r)},window.addEventListener("error",t=>{M.reportError(new Error(t.message),D.SCRIPT)}),window.addEventListener("unhandledrejection",t=>{M.reportError(t.reason,D.PROMISE)})}var k=(e=>(e.SYSTEM="SYSTEM",e.THIRD_PARTY="THIRD_PARTY",e))(k||{}),R=(e=>(e.ACCOUNT="ACCOUNT",e.DOMAIN_ACCOUNT="DOMAIN_ACCOUNT",e.MOBILE="MOBILE",e.DINGDING="DINGDING",e.FEISHU="FEISHU",e.QIYEWEIXIN="QIYEWEIXIN",e))(R||{}),A=(e=>(e.BASIC="BASE_CFG",e.WATERMARK="MARK_CFG",e.SECURITY="SECURITY_CFG",e.LOGIN="LOGIN_CFG",e.THEME="THEME_CFG",e.ORGANIZATION="ORG_CFG",e.APK="APK_CFG",e.DEPLOY="DEPLOY_CFG",e.GLOBAL="GLOBAL_CFG",e))(A||{}),Bi=(e=>(e.NUMBER="NUMBER",e.LOWERCASE="LOWERCASE",e.UPPERCASE="UPPERCASE",e.SPECHARS="SPECHARS",e))(Bi||{}),Fi=(e=>(e.SAME_END="SAME_END",e.DIFFERENT_END="DIFFERENT_END",e))(Fi||{}),fe=(e=>(e.STANDARD="STANDARD",e.INDEPENDENT_APP="INDEPENDENT_APP",e))(fe||{});const nl={[R.ACCOUNT]:{icon:"icon-a-Accountnumber",color:"#0E81EC"},[R.DOMAIN_ACCOUNT]:{icon:"icon-a-Domainaccount",color:"#FFAB06"},[R.MOBILE]:{icon:"icon-a-Cellphone",color:"#6A70FE"},[R.DINGDING]:{icon:"DingdingIcon"},[R.FEISHU]:{icon:"FeishuIcon"},[R.QIYEWEIXIN]:{icon:"QiyeweixinIcon"}},Xe=[R.ACCOUNT,R.DOMAIN_ACCOUNT,R.MOBILE],je=[R.DINGDING,R.FEISHU,R.QIYEWEIXIN],Q=e=>e?e.map(t=>({id:t,label:t,value:t,...nl[t]})):[],Wi=[{label:"extString0_",value:"ext0",type:1},{label:"extString1_",value:"ext1",type:1},{label:"extString2_",value:"ext2",type:1},{label:"extString3_",value:"ext3",type:1},{label:"extString4_",value:"ext4",type:1},{label:"extInt5_",value:"ext5",type:0},{label:"extInt6_",value:"ext6",type:0},{label:"extInt7_",value:"ext7",type:0},{label:"extInt8_",value:"ext8",type:0},{label:"extInt9_",value:"ext9",type:0}],Hi=46,Vi=[100,1e3],Xi=["#026AC8","#0DAA9C"],ji={openWatermark:!1,watermarkContent:"custom",fontSize:16,color:"#000000",verticalAlign:"middle",textAlign:"center",text:"${username}",transparent:15,width:1600,height:1080},ae=m.reactive({copyright:'© 2016-<span class="ownInput">${当前年份}</span> 冠骋信息技术(苏州)有限公司 版权所有',description:"",icon:"",loadingImage:"",logo:"",name:"冠骋云PaaS平台",thumbnail:"",version:"暂未支持"});function rl(e=!0){const t=()=>e?_api.platform.plat.postBase(_.omit({...ae},"version")):_api.apaas.plat.postBase(_.omit({...ae},"version"));function n(r,o=!0){const{value:i}=r;if(i)try{Object.assign(ae,o?JSON.parse(i):i,{version:(void 0).version})}catch(a){console.warn(a)}}return{basicSetting:ae,setBasicSetting:n,postBasicSetting:t}}const $e=m.reactive({deployMode:fe.STANDARD}),il=m.computed(()=>$e.deployMode===fe.INDEPENDENT_APP);function al(e){const{value:t}=e;if(t)try{Object.assign($e,JSON.parse(t))}catch(n){console.warn(n)}}function ol(){return{deploySetting:$e,setDeploySetting:al,isIndependentApp:il}}const Ee=m.ref([R.ACCOUNT]),Re=m.ref([]),Te=m.ref(Q(Xe)),Se=m.ref(Q(je)),y=m.reactive({theme:"full",title:"欢迎登录冠骋云PaaS平台",subtitle:"让数字化赋能客户成功!",logo:"",banner:"",loginModeConfigs:[],openIDOAuthConfigs:[],sortJson:"",defaultAuthType:R.ACCOUNT}),Y=m.reactive(new Map([[R.ACCOUNT,{address:"",authType:R.ACCOUNT,relationField:"",enabled:0}],[R.DOMAIN_ACCOUNT,{address:"",authType:R.DOMAIN_ACCOUNT,relationField:"",domainSuffix:"",relationFieldName:"",enabled:0}],[R.MOBILE,{smsServiceProvider:"",smsKey:"",smsKeySecret:"",smsTemplateCode:"",smsSignName:"",phoneNumb:"",smsSdkAppId:"",authType:R.MOBILE,enabled:0}],[R.DINGDING,{appId:"",authType:R.DINGDING,secret:"",redirectURL:"",enabled:0}],[R.FEISHU,{appId:"",authType:R.FEISHU,secret:"",redirectURL:"",enabled:0}],[R.QIYEWEIXIN,{appId:"",agentId:"",authType:R.QIYEWEIXIN,secret:"",redirectURL:"",enabled:0,certFileName:""}]]));function sl(){return{loginSetting:y,postLoginSetting:async()=>{[...Ee.value,...Re.value].forEach(r=>{const o=Y.get(r);o&&(o.enabled=1)}),y.loginModeConfigs=Xe.map(r=>Y.get(r)).filter(r=>r!==void 0),y.openIDOAuthConfigs=je.map(r=>Y.get(r)).filter(r=>r!==void 0),y.sortJson=JSON.stringify({[k.SYSTEM]:Te.value.map(r=>r.id),[k.THIRD_PARTY]:Se.value.map(r=>r.id)}),await _api.platform.plat.postLogin(y)},setLoginSetting:n=>{if(n&&n.value){const r=JSON.parse(n.value);for(const i in r)i in y&&(y[i]=r[i]);if(_.has(r,"sortJson")&&!_.isEmpty(r.sortJson)){const i=JSON.parse(r.sortJson);_.has(i,k.SYSTEM)&&(Te.value=Q(i[k.SYSTEM])),_.has(i,k.THIRD_PARTY)&&(Se.value=Q(i[k.THIRD_PARTY]))}y.loginModeConfigs?.forEach(i=>{Y.set(i.authType,{...i,enabled:0})});const o=y.loginModeConfigs?.filter(i=>i.enabled).map(i=>i.authType)||[];o.push(R.ACCOUNT),Ee.value=[...new Set(o)],y.openIDOAuthConfigs?.forEach(i=>{Y.set(i.authType,{...i,enabled:0})}),Re.value=y.openIDOAuthConfigs?.filter(i=>i.enabled).map(i=>i.authType)||[]}},loginModeAuthTypes:Ee,openIDOAuthAuthTypes:Re,sysLoginSort:Te,openIDOAuthAuthSort:Se,loginModeConfig:Y}}const H=m.reactive({initialPassword:"123456",initialSignPassword:"12345678",enableIdentifier:1,enableDeleteAccount:1,enableDeleteUser:0,requiredFields:[],supportLoginFields:["username_"],extFieldConfigs:[],orgExtFieldConfigs:[]}),Ae=m.ref([...Wi]),dt=m.ref([]);function cl(e=!0){const t=async()=>{const r=JSON.parse(JSON.stringify(H));e?await _api.platform.plat.postOrg(r):await _api.apaas.plat.postOrg(r)};function n(r){const{value:o}=r;if(o)try{const i=JSON.parse(o);for(const a in i)a=="supportLoginFields"&&(i.supportLoginFields=i.supportLoginFields.filter(s=>s!=="username_"));Object.assign(H,i),H.extFieldConfigs&&H.extFieldConfigs.length&&H.extFieldConfigs.forEach(a=>{Ae.value=Ae.value.filter(s=>(s.value==a.relationField&&dt.value.push(s),s.value!==a.relationField))}),H.extFieldConfigs=JSON.parse(JSON.stringify(i.extFieldConfigs))}catch(i){console.warn(i)}}return{orgSetting:H,setOrgSetting:n,postOrgSetting:t,relationFields:Ae,relationFiledsCopy:dt}}const oe=m.reactive({durationHour:2,durationMinute:0,enableChangePassword:1,enableChangeSignPassword:0,enableSignPassword:0,enableKickOut:1,enablePassphrase:1,signEnablePassphrase:1,enableLockAccount:1,expiryDate:30,signExpiryDate:30,firstTimeChangePassword:0,signFirstTimeChangePassword:0,lockTimeout:0,loginKickOutMode:"SAME_END",maxErrorTimes:2,passMinLength:6,signPassMinLength:6,passRule:["NUMBER"],signPassRule:["NUMBER"],signRepeatNum:1,repeatNum:1,timeUnit:"DAYS",signTimeUnit:"DAYS",noOpRetainHour:8,noOpRetainMinute:0,earlyAlarmMinute:5,earlyAlarmSecond:0,inapplicablePerson:[],lockHourTimeout:0,lockMinTimeout:5});function ll(e=!0){const t=async()=>{e?await _api.platform.plat.postSecurity(oe):await _api.apaas.plat.postSecurity(oe)};function n(r){const{value:o}=r;if(o)try{Object.assign(oe,JSON.parse(o))}catch(i){console.warn(i)}}return{securitySetting:oe,postSecuritySetting:t,setSecuritySetting:n}}const de=m.reactive({darkMode:"light",themeColor:"#026AC8",menuMode:"classic",menuWidth:232,menuCollapsible:!0,menuSearchable:!0,menuFilter:!1,showLogo:!0,showBreadcrumb:!1,showBreadcrumbIcon:!1,showTabs:!0,pageProgress:!0,pageLoading:!0,colorMode:"normal"}),_e=m.ref(!1),ul=Hi,dl=Vi,fl=Xi,hl=()=>{de.colorMode};m.watch(()=>de.colorMode,e=>{e&&hl()});function gl(){const e=async()=>{};function t(r){const{value:o}=r;if(o)try{Object.assign(de,JSON.parse(o))}catch(i){console.warn(i)}}function n(){_e.value=!_e.value}return{themeSetting:de,setThemeSetting:t,postThemeSetting:e,menuCollapsed:_e,toggleMenuCollapsed:n,menuCollapsedWidth:ul,menuWidthRange:dl,themeColors:fl}}const Ie=m.reactive({...ji});function ml(){const e=async()=>{const n=JSON.stringify(Ie);await _api.platform.plat.postWatermark({value:n})};function t(n){const{value:r}=n;if(r)try{Object.assign(Ie,JSON.parse(r))}catch(o){console.warn(o)}}return{watermarkSetting:Ie,postWatermarkSetting:e,setWatermarkSetting:t}}const $i=m.reactive({});function pl(e){Object.assign($i,e)}function bl(){return{projectSetting:$i,setProjectConfig:pl}}const Ki=V.defineStore("platform-config",()=>{const e=rl(),t=sl(),n=cl(),r=ll(),o=gl(),i=ml(),a=ol(),s=bl();async function u(){const c=await _api.platform.plat.getList(),l={};c&&c.length>0&&c.forEach(h=>{if(h.value)try{l[h.configEnum]=JSON.parse(h.value)}catch(g){console.warn(`${h.configEnum}配置解析失败`,g,h)}}),l[A.BASIC]&&e.setBasicSetting(l[A.BASIC]),l[A.LOGIN]&&t.setLoginSetting(l[A.LOGIN]),l[A.ORGANIZATION]&&n.setOrgSetting(l[A.ORGANIZATION]),l[A.SECURITY]&&r.setSecuritySetting(l[A.SECURITY]),l[A.THEME]&&o.setThemeSetting(l[A.THEME]),l[A.WATERMARK]&&i.setWatermarkSetting(l[A.WATERMARK]),l[A.DEPLOY]&&a.setDeploySetting(l[A.DEPLOY]),console.debug("平台配置初始化完成",l)}async function d(){const c=await _api.apaas.basicConfig.getDetail({configEnum:A.THEME});c&&o.setThemeSetting(c)}return{init:u,renderInit:d,...e,...t,...n,...r,...o,...i,...a,...s}}),El=V.defineStore("user",{state:()=>({userInfo:{},roleList:[],sessionTimeout:!1,lastUpdateTime:0}),getters:{getUserInfo(e){return e.userInfo}},actions:{async login(e,{hasError:t}={}){try{const n=await Rl(e,t),{token:r,signWay:o}=n;return sessionStorage.setItem("signWay",o),Yr(r),this.afterLoginAction()}catch(n){return Promise.reject(n)}},async getUserInfoAction(e){if(!le&&!e)return null;const t=await _api.platform.user.getInfo({headers:{Token:e}});return this.setUserInfo(t),t},async afterLoginSingleApp(){},async afterLoginAction(){if(!le)return null},async logout(){await Tl()},async setUserInfo(e){this.userInfo={...e,minioDomain:"/minio"},this.lastUpdateTime=new Date().getTime()},async updateUserInfo(e){const t={...this.userInfo,...e};this.setUserInfo(t)}}});async function Rl(e,{hasError:t=!0}={}){const n=await We();return await _api.platform.login.postSign(e,{headers:{browser:n,"Auth-Code":e.authCode,hasError:t}})}async function Tl(){const e=sessionStorage.getItem("currentPlatOrAppId"),t=_gct.env.getEnv(),n=await We(),r={appId:e&&JSON.parse(e).appId,platform:e&&JSON.parse(e).type,env:t},o=bi();await _api.platform.login.getSignOut(r,{headers:{browser:n,pagetag:o}})}const Sl=V.defineStore("tenant",{state:()=>({tenantId:"",tenantUserInfo:{},tenantUserPermissions:{}}),actions:{setTenant(e){this.tenantId=e},async getTenantUserInfoAction(){if(!this.tenantId)return;const e=await _api.platform.tenant.getUserInfo();return this.tenantUserInfo=e,e}}}),Al=V.defineStore("permission",{state:()=>({userPermissions:{appSuperAdmin:0,permissions:{}}}),getters:{hasAllPermissions(e){return!!e.userPermissions.appSuperAdmin||!!e.userPermissions.permissions["POINT.*"]}},actions:{getPermissionByKey(e,t){if(this.hasAllPermissions)return!0;if(!t)return this.userPermissions.permissions[e];const n=`${e}.${t}`,r=`${e}.*`;return this.userPermissions.permissions[n]||this.userPermissions.permissions[r]},async initPermission(){const e=await _api.apaas.designerCommon.getUserInfo();Object.assign(this.userPermissions,{...e,permissions:Object.fromEntries((e?.permissions??[]).map(t=>[t,!0]))})}}});async function _l(e){await Gi(e),Le.HttpUtil.use(ti),wi(e),wc(e),await _gct.init(),await Ki().init()}function Zi(){if(window._gct){console.warn("核心包已安装,请勿重复安装!");return}console.info("核心包安装成功!"),window._gct=new Mi,Object.defineProperty(window._gct,"api",{get(){return Le.api}}),Object.defineProperty(window,"_api",{get(){return Le.api}})}exports.AGLINE_ENUMS=cr;exports.APP_DARK_MODE_KEY_=ya;exports.APP_INST=jr;exports.APP_LOCAL_CACHE_KEY=Oa;exports.APP_PREVIEW_PATH_REG=Li;exports.APP_PROD_PATH_REG=Ii;exports.APP_RUN_PATH_REG=_i;exports.APP_SESSION_CACHE_KEY=wa;exports.ASSIGNMENTSTRATEGY_ENUM=sn;exports.AggTypes=Nt;exports.AppPublishStateEnum=er;exports.BasicAction=tr;exports.BindCmpStyleEnum=zn;exports.BindCmpStyleTypeEnum=qn;exports.BizServiceEnum=mr;exports.BorderStyle=Ht;exports.BuiltinType=dn;exports.ButtonColorTheme=vn;exports.ButtonColorType=Ln;exports.ButtonGroupType=la;exports.ButtonOpeEnum=lr;exports.ButtonSize=yn;exports.ButtonStyle=Nn;exports.ButtonType=wn;exports.ButtonTypeGroup=On;exports.ButtonType_vant=Mn;exports.COLUMNS_TYPE=en;exports.CURRENCY_ENUM=gn;exports.CURRENCY_LANG_ENUM=bn;exports.CacheTypeEnum=or;exports.CategoryTypeEnum=un;exports.Ch_BindCmpStyleEnum=ua;exports.ColorEditorController=Vc;exports.ContentEnum=ht;exports.ContentTypeEnum=gr;exports.CoreConst=X;exports.CreateType=_t;exports.CustomAction=nr;exports.DESIGNER_SESSION_CACHE_KEY=Ma;exports.DEV_SINGLE_PATH_REG=vi;exports.DatasourceTypeEnum=Gn;exports.DateRangeEnums=fn;exports.DefaultActions=pa;exports.Dependency_ENUM=cn;exports.DeployModeEnum=fe;exports.DeviceParamsTypeEnum=Er;exports.DictionaryUtil=Fr;exports.DisplayEnums=In;exports.DisplayType=zt;exports.EditFormController=Mc;exports.EditorController=He;exports.EditorRegister=Ti;exports.EditorRegisterConst=Pe;exports.EditorType=Wr;exports.EditorTypeOld=Hr;exports.EntityModelCategoryEnum=De;exports.EntityModelTypeEnum=Ut;exports.EnvironmentManager=yi;exports.EnvironmentType=z;exports.ErrorHandler=M;exports.ErrorStrategyFactory=we;exports.ErrorTypeEnum=D;exports.EventCategory=jt;exports.ExamineAndApproveStateEnum=Or;exports.ExceptionEnum=dr;exports.FIELD_TYPE=f;exports.FIELD_TYPE_BASIC=Tt;exports.FIELD_TYPE_CATEGORY=Rt;exports.FIELD_TYPE_LOGIC=St;exports.FIELD_TYPE_TRACE=At;exports.FieldDefaultValueTypeEnum=Pt;exports.FieldIconMap=aa;exports.FieldSysVarDefaultValueEnum=kt;exports.FieldTypeToJs=ia;exports.FormCollapseController=Pc;exports.FormCollapsePaneController=Uc;exports.FormCollapsePaneState=xr;exports.FormCollapseState=Ur;exports.FormComponents=Hn;exports.FormContainerType=Vr;exports.FormController=Ci;exports.FormEditItemController=Ve;exports.FormEditItemState=Ue;exports.FormGroupController=Bc;exports.FormGroupState=Gr;exports.FormHiddenItemController=Wc;exports.FormItemBasicController=$;exports.FormItemBasicState=G;exports.FormItemController=Fc;exports.FormItemRegister=Si;exports.FormItemState=Br;exports.FormState=xe;exports.FormTabController=kc;exports.FormTabPaneController=Gc;exports.FormTabPaneState=kr;exports.FormTabState=Pr;exports.GENDER_TYPE=Dt;exports.GLOBAL_TYPE=Qt;exports.GLOBAL_VAR_TYPE=qt;exports.GctFormController=Di;exports.GctGlobal=Mi;exports.GctMqttTopsEnum=Dr;exports.GlobalPiniaState=Cr;exports.GlobalStoreUtil=Ri;exports.HOST_REG=Oe;exports.INNER_EVENT=tn;exports.IP_REG=Ai;exports.KeyMode=An;exports.KickRuleEnum=Fi;exports.LOCALE_KEY=Ta;exports.LOCALE_LIST_KEY=Sa;exports.LOCAL_I18N_TRANSLATE=Aa;exports.LOCK_INFO_KEY=va;exports.LengthUnitEditorController=Hc;exports.LinkedList=Pa;exports.LinkedNode=ve;exports.ListTreeSearchTypeEnum=kn;exports.LocaleUtil=Oi;exports.LoginSortTypeEnum=k;exports.LoginTypeEnum=R;exports.MENU_COLLAPSED_WIDTH=Hi;exports.MENU_WIDTH_RANGE=Vi;exports.MULTIPLE_TABS_KEY=Na;exports.MaterialEnum=vt;exports.MenuModeEnum=Sr;exports.MenuSplitTyeEnum=Ar;exports.MenuType=It;exports.MenuTypeEnum=Rr;exports.MessageType=oa;exports.MixSidebarTriggerEnum=Ir;exports.Namespace=$r;exports.NodesConfigTypeEnum=yt;exports.OTHER_LOGIN_KEYS=je;exports.OpenMode=Lt;exports.PLUGIN_BASE_URL=Wa;exports.PROJ_CFG_KEY=La;exports.PageEnum=Lr;exports.PanelEnum=Ft;exports.PassRule=Bi;exports.PermissionModeEnum=bt;exports.PersonalCenterType=Mt;exports.Platform=Ce;exports.PlatformSettingActions=ba;exports.PlatformSettingEnum=A;exports.PlatformType=pr;exports.PluginModeEnum=wr;exports.PluginStaticResource=$a;exports.Postion=Wt;exports.PrintModeEnums=Tn;exports.ProcessStatusEnum=yr;exports.ProgressTypeEnum=Yt;exports.ProjectName=Me;exports.PropGroup=$t;exports.RELATION_FIELDS=Wi;exports.ROLES_KEY=Ia;exports.RdoButtonOpeEnum=ur;exports.RenderRegister=ce;exports.RequestEnum=hr;exports.ResetRuleType=Fn;exports.ResultEnum=fr;exports.ReturnTypeEnum=Mr;exports.RoleEnum=vr;exports.RouterTransitionEnum=Et;exports.RowSelectionTypeEnums=En;exports.SCOPE=Wn;exports.SEARCH_SEVICE=sr;exports.SHOW_FIELDTYPES=ca;exports.SIDE_BAR_MINI_WIDTH=na;exports.SIDE_BAR_SHOW_TIT_MINI_WIDTH=ra;exports.STYLE_NAMESPACE_TAG=Xr;exports.SUB_TABLE_EDIT_MODE=nn;exports.SUB_TABLE_OPE_EVENT_TYPE=an;exports.SUB_TABLE_OPE_EVENT_TYPE_INLINE=rn;exports.SYSTEM_LOGIN_KEYS=Xe;exports.SearchComponents=Vn;exports.SelectPickerEnums=hn;exports.SessionTimeoutProcessingEnum=pt;exports.SettingButtonPositionEnum=mt;exports.SignatureTypeEnum=Bn;exports.SizeEnum=Nr;exports.StatisticalMethodEnums=Rn;exports.StyleGroup=Kt;exports.TENANT_KEY=Ea;exports.TEST_SINGLE_PATH_REG=Ni;exports.THEME_COLORS=Xi;exports.TIMETYPE_ENUM=mn;exports.TIMETYPE_LANG_ENUM=pn;exports.TIMEZONE_KEY=ar;exports.TODO_TYPE=Ct;exports.TOKEN_KEY=Ra;exports.TableEditingMethodEnum=Un;exports.TableSearchTypeEnum=Cn;exports.TableTypeEnum=xn;exports.TagTypeEnum=Jt;exports.TextAlign=Vt;exports.TextDecoration=Xt;exports.ThemeEnum=gt;exports.ToolkitEnum=ln;exports.TopMenuAlignEnum=_r;exports.TransactionMode=_n;exports.TreeHelper=O;exports.TriggerEnum=Tr;exports.USER_INFO_KEY=_a;exports.UniqueConstraintType=wt;exports.UserServiceType=xt;exports.VERIFICATIONCONDITIONS_TYPE=on;exports.WATERMARK_INIT_DATA=ji;exports.WidgetInScopeEnum=Pn;exports.WorkbenchType=sa;exports.afterFieldSet=io;exports.afterValueSet=ro;exports.bindCmpStyleMap=fa;exports.buttonShowType=Qn;exports.cacheFnReturn=co;exports.calcFontStyle=Lc;exports.calcStyle=Ic;exports.ch_ProcessStatusMap=xa;exports.computedEx=so;exports.controlConfigEnum=jn;exports.copyTextToClipboard=Pi;exports.createAppVue=_l;exports.deepMerge=to;exports.default=Zi;exports.emitFieldSet=ao;exports.fixedAlignENUM=Kn;exports.gctFormItemEditorProps=Ka;exports.genUrl=Ei;exports.getDeviceFingerprint=We;exports.getLoginTypeOptions=Q;exports.getPageIdentification=bi;exports.getTenant=zr;exports.getTimezone=Qr;exports.getToken=le;exports.install=Zi;exports.interceptors=ti;exports.isDef=Ui;exports.isMobile=qr;exports.mitt=Ga;exports.mobileSearchListByFieldType=ga;exports.modelLoader=Fa;exports.notSingleArr=Da;exports.nullDisplayEnum=br;exports.openWindow=vc;exports.openWindowEnums=Sn;exports.operateSysEnums=Dn;exports.padSearchListByFieldType=ma;exports.pageLayoutModeEnum=Bt;exports.parseMatrixParams=ei;exports.parseValueUnit=oo;exports.presetColor=Ca;exports.screenEnum=ir;exports.screenMap=j;exports.scriptTypeEnum=Gt;exports.searchListByFieldType=ha;exports.selectionTypeEnums=Ot;exports.setTenant=eo;exports.setToken=Yr;exports.setupErrorHandler=Gi;exports.setupI18n=wi;exports.sizeEnum=rr;exports.sortTypeEnum=Yn;exports.statisticalMethodEnum=$n;exports.stringifyMatrixParams=no;exports.t=Ua;exports.tableColumnTypeEnum=Zn;exports.tableColumnWidthEnum=Xn;exports.tabsTypeENUM=Jn;exports.tagEnum=Zt;exports.transformBindCmp2CmpType=da;exports.useAppInst=Xc;exports.useCopyToClipboard=qc;exports.useEditFormController=Dc;exports.useForm=xi;exports.useFormController=Cc;exports.useFormItemController=xc;exports.useGctFormValue=jc;exports.useGctFormValueByText=$c;exports.useIFrameProps=Yc;exports.useModal=Kc;exports.useNamespace=Zc;exports.usePermissionStore=Al;exports.usePlatformConfigStore=Ki;exports.useTenantStore=Sl;exports.useUserStore=El;exports.useWuJieBus=zc;exports.useWuJieProps=Jc;exports.widthEditorInstall=lo;