@ibiz-template/vue3-components 0.5.7-alpha.6 → 0.6.0-alpha.0

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 (311) hide show
  1. package/dist/index-V5mBTTSl.js +4 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/{xlsx-util-TVsJdNUI.js → xlsx-util-GpIzYBZB.js} +1 -1
  5. package/es/_virtual/nprogress.mjs +3 -0
  6. package/es/common/action-toolbar/action-toolbar.d.ts +9 -0
  7. package/es/common/action-toolbar/action-toolbar.mjs +8 -1
  8. package/es/control/context-menu/context-menu.css +1 -1
  9. package/es/control/context-menu/context-menu.mjs +8 -2
  10. package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +26 -0
  11. package/es/control/dashboard/portlet/chart-portlet/chart-portlet.mjs +1 -1
  12. package/es/control/dashboard/portlet/list-portlet/list-portlet.mjs +1 -1
  13. package/es/control/form/form-detail/form-item/form-item.css +1 -1
  14. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  15. package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +220 -0
  16. package/es/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  17. package/es/control/form/form-detail/form-rawitem/form-rawitem.d.ts +1 -0
  18. package/es/control/form/form-detail/form-rawitem/form-rawitem.mjs +11 -4
  19. package/es/control/form/form-detail/form-rawitem/index.d.ts +1 -0
  20. package/es/control/grid/grid/grid.css +1 -1
  21. package/es/control/grid/grid/grid.mjs +10 -6
  22. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
  23. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +5 -2
  24. package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
  25. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  26. package/es/control/search-bar/filter-mode-select/filter-mode-select.d.ts +5 -1
  27. package/es/control/search-bar/filter-mode-select/filter-mode-select.mjs +3 -1
  28. package/es/control/search-bar/filter-tree/filter-tree.mjs +14 -4
  29. package/es/control/search-bar/search-bar.mjs +1 -1
  30. package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -0
  31. package/es/editor/array/ibiz-array/ibiz-array.mjs +10 -3
  32. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.css +1 -1
  33. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -1
  34. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.css +1 -0
  35. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +2 -0
  36. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +10 -2
  37. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -1
  38. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +1 -0
  39. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +10 -3
  40. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -1
  41. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +1 -0
  42. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +10 -3
  43. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  44. package/es/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  45. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  46. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.css +1 -1
  47. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +1 -0
  48. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +10 -3
  49. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
  50. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -1
  51. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  52. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +1 -1
  53. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.css +1 -1
  54. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +1 -0
  55. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +10 -3
  56. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  57. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +1 -0
  58. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +9 -2
  59. package/es/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
  60. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +2 -0
  61. package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +11 -3
  62. package/es/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  63. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +1 -0
  64. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +10 -3
  65. package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
  66. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +1 -0
  67. package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +10 -3
  68. package/es/editor/span/span/span.css +1 -1
  69. package/es/editor/span/span/span.d.ts +1 -0
  70. package/es/editor/span/span/span.mjs +10 -3
  71. package/es/editor/span/span-link/span-link.css +1 -1
  72. package/es/editor/span/span-link/span-link.d.ts +1 -0
  73. package/es/editor/span/span-link/span-link.mjs +10 -3
  74. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
  75. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +2 -0
  76. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +11 -3
  77. package/es/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
  78. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +2 -0
  79. package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +11 -3
  80. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  81. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +1 -0
  82. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +10 -3
  83. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  84. package/es/editor/text-box/input/input.css +1 -1
  85. package/es/editor/text-box/input/input.mjs +1 -1
  86. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  87. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
  88. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +9 -2
  89. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.css +1 -1
  90. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +1 -0
  91. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +10 -3
  92. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  93. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
  94. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +9 -2
  95. package/es/ibiz-vue3.d.ts +5 -0
  96. package/es/ibiz-vue3.mjs +99 -0
  97. package/es/index.d.ts +1 -5
  98. package/es/index.mjs +43 -96
  99. package/es/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.mjs +131 -0
  100. package/es/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.mjs +486 -0
  101. package/es/panel-component/panel-app-login-view/index.d.ts +1 -0
  102. package/es/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
  103. package/es/panel-component/panel-app-login-view/panel-app-login-view.d.ts +1 -0
  104. package/es/panel-component/panel-app-login-view/panel-app-login-view.mjs +18 -1
  105. package/es/panel-component/panel-button/index.d.ts +2 -0
  106. package/es/panel-component/panel-button/panel-button.d.ts +2 -0
  107. package/es/panel-component/panel-button/panel-button.mjs +12 -4
  108. package/es/panel-component/user-message/index.mjs +3 -16
  109. package/es/panel-component/user-message/internal-message/common/index.d.ts +3 -0
  110. package/es/panel-component/user-message/internal-message/common/index.mjs +5 -0
  111. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -0
  112. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.d.ts +104 -0
  113. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +99 -0
  114. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.css +1 -0
  115. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.d.ts +29 -0
  116. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +81 -0
  117. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +19 -0
  118. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.mjs +66 -0
  119. package/es/panel-component/user-message/internal-message/index.d.ts +2 -4
  120. package/es/panel-component/user-message/internal-message/index.mjs +35 -4
  121. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -0
  122. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +29 -0
  123. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +42 -0
  124. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +30 -0
  125. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.mjs +30 -0
  126. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  127. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +10 -5
  128. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +38 -28
  129. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +12 -11
  130. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.mjs +10 -35
  131. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
  132. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +4 -0
  133. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +41 -6
  134. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.css +1 -0
  135. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.d.ts +29 -0
  136. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +50 -0
  137. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.d.ts +28 -0
  138. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.mjs +19 -0
  139. package/es/panel-component/user-message/user-message.css +1 -1
  140. package/es/panel-component/user-message/user-message.mjs +10 -2
  141. package/es/util/app-drawer/app-drawer-component.mjs +14 -16
  142. package/es/util/app-modal/app-modal-component.mjs +12 -15
  143. package/es/util/notification-util/notification-util.mjs +1 -0
  144. package/es/util/open-view-util/open-view-util.mjs +10 -5
  145. package/es/view/404-view/404-view.css +1 -1
  146. package/es/view/404-view/404-view.d.ts +1 -1
  147. package/es/view/404-view/404-view.mjs +6 -5
  148. package/es/view/login-view/login-view.css +1 -1
  149. package/es/view/login-view/login-view.mjs +9 -1
  150. package/es/view-engine/edit-view.engine.d.ts +14 -0
  151. package/es/view-engine/edit-view.engine.mjs +90 -0
  152. package/es/web-app/App.css +1 -0
  153. package/es/web-app/App.d.ts +6 -0
  154. package/es/web-app/App.mjs +34 -0
  155. package/es/web-app/attach-environment-config.d.ts +1 -0
  156. package/es/web-app/attach-environment-config.mjs +51 -0
  157. package/es/web-app/components/index.d.ts +2 -0
  158. package/es/web-app/components/index.mjs +4 -0
  159. package/es/web-app/components/modal-router-shell/modal-router-shell.d.ts +13 -0
  160. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +119 -0
  161. package/es/web-app/components/router-shell/router-shell.d.ts +3864 -0
  162. package/es/web-app/components/router-shell/router-shell.mjs +106 -0
  163. package/es/web-app/create-vue-app.d.ts +13 -0
  164. package/es/web-app/create-vue-app.mjs +37 -0
  165. package/es/web-app/guard/auth-guard/auth-guard.d.ts +9 -0
  166. package/es/web-app/guard/auth-guard/auth-guard.mjs +169 -0
  167. package/es/web-app/guard/index.d.ts +1 -0
  168. package/es/web-app/guard/index.mjs +3 -0
  169. package/es/web-app/index.d.ts +1 -0
  170. package/es/web-app/index.mjs +3 -0
  171. package/es/web-app/main.d.ts +2 -0
  172. package/es/web-app/main.mjs +63 -0
  173. package/es/web-app/router/index.d.ts +6 -0
  174. package/es/web-app/router/index.mjs +200 -0
  175. package/es/web-app/util/index.d.ts +1 -0
  176. package/es/web-app/util/index.mjs +3 -0
  177. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +46 -0
  178. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +107 -0
  179. package/lib/_virtual/nprogress.cjs +5 -0
  180. package/lib/common/action-toolbar/action-toolbar.cjs +8 -1
  181. package/lib/control/context-menu/context-menu.cjs +8 -2
  182. package/lib/control/context-menu/context-menu.css +1 -1
  183. package/lib/control/dashboard/portlet/chart-portlet/chart-portlet.cjs +1 -1
  184. package/lib/control/dashboard/portlet/list-portlet/list-portlet.cjs +1 -1
  185. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  186. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  187. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +10 -3
  188. package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  189. package/lib/control/grid/grid/grid.cjs +8 -4
  190. package/lib/control/grid/grid/grid.css +1 -1
  191. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +5 -2
  192. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  193. package/lib/control/search-bar/filter-mode-select/filter-mode-select.cjs +3 -1
  194. package/lib/control/search-bar/filter-tree/filter-tree.cjs +14 -4
  195. package/lib/control/search-bar/search-bar.cjs +1 -1
  196. package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
  197. package/lib/editor/array/ibiz-array/ibiz-array.cjs +9 -2
  198. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.css +1 -1
  199. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -1
  200. package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.cjs +10 -2
  201. package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.css +1 -0
  202. package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +9 -2
  203. package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -1
  204. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +9 -2
  205. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -1
  206. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  207. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  208. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  209. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +9 -2
  210. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.css +1 -1
  211. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
  212. package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -1
  213. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +1 -1
  214. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  215. package/lib/editor/html/wang-editor/wang-editor.cjs +2 -2
  216. package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.cjs +9 -2
  217. package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.css +1 -1
  218. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +9 -2
  219. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  220. package/lib/editor/rate/ibiz-rate/ibiz-rate.cjs +10 -2
  221. package/lib/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
  222. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +9 -2
  223. package/lib/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  224. package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +9 -2
  225. package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
  226. package/lib/editor/span/span/span.cjs +9 -2
  227. package/lib/editor/span/span/span.css +1 -1
  228. package/lib/editor/span/span-link/span-link.cjs +9 -2
  229. package/lib/editor/span/span-link/span-link.css +1 -1
  230. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.cjs +10 -2
  231. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
  232. package/lib/editor/switch/ibiz-switch/ibiz-switch.cjs +10 -2
  233. package/lib/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
  234. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +9 -2
  235. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  236. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  237. package/lib/editor/text-box/input/input.cjs +1 -1
  238. package/lib/editor/text-box/input/input.css +1 -1
  239. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +9 -2
  240. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  241. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +9 -2
  242. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.css +1 -1
  243. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +9 -2
  244. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  245. package/lib/ibiz-vue3.cjs +103 -0
  246. package/lib/index.cjs +143 -195
  247. package/lib/node_modules/.pnpm/element-plus@2.4.2_vue@3.3.8/node_modules/element-plus/dist/locale/zh-cn.cjs +135 -0
  248. package/lib/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.cjs +490 -0
  249. package/lib/panel-component/panel-app-login-view/panel-app-login-view.cjs +18 -1
  250. package/lib/panel-component/panel-app-login-view/panel-app-login-view.css +1 -1
  251. package/lib/panel-component/panel-button/panel-button.cjs +11 -3
  252. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +2 -2
  253. package/lib/panel-component/user-message/index.cjs +2 -15
  254. package/lib/panel-component/user-message/internal-message/common/index.cjs +11 -0
  255. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +101 -0
  256. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -0
  257. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.cjs +83 -0
  258. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.css +1 -0
  259. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.cjs +68 -0
  260. package/lib/panel-component/user-message/internal-message/index.cjs +33 -7
  261. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.cjs +44 -0
  262. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -0
  263. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.cjs +32 -0
  264. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +37 -27
  265. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  266. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.cjs +10 -35
  267. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +40 -5
  268. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
  269. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.cjs +52 -0
  270. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.css +1 -0
  271. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.cjs +21 -0
  272. package/lib/panel-component/user-message/user-message.cjs +9 -1
  273. package/lib/panel-component/user-message/user-message.css +1 -1
  274. package/lib/util/app-drawer/app-drawer-component.cjs +13 -15
  275. package/lib/util/app-modal/app-modal-component.cjs +11 -14
  276. package/lib/util/confirm-util/confirm-util.cjs +5 -5
  277. package/lib/util/loading-util/loading-util.cjs +2 -2
  278. package/lib/util/message-util/message-util.cjs +5 -5
  279. package/lib/util/modal-util/modal-util.cjs +6 -6
  280. package/lib/util/notice-util/notice-util.cjs +3 -3
  281. package/lib/util/notification-util/notification-util.cjs +3 -2
  282. package/lib/util/open-view-util/open-view-util.cjs +10 -5
  283. package/lib/view/404-view/404-view.cjs +6 -5
  284. package/lib/view/404-view/404-view.css +1 -1
  285. package/lib/view/login-view/login-view.cjs +9 -1
  286. package/lib/view/login-view/login-view.css +1 -1
  287. package/lib/view-engine/edit-view.engine.cjs +90 -0
  288. package/lib/web-app/App.cjs +38 -0
  289. package/lib/web-app/App.css +1 -0
  290. package/lib/web-app/attach-environment-config.cjs +53 -0
  291. package/lib/web-app/components/index.cjs +9 -0
  292. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +121 -0
  293. package/lib/web-app/components/router-shell/router-shell.cjs +108 -0
  294. package/lib/web-app/create-vue-app.cjs +39 -0
  295. package/lib/web-app/guard/auth-guard/auth-guard.cjs +171 -0
  296. package/lib/web-app/guard/index.cjs +7 -0
  297. package/lib/web-app/index.cjs +7 -0
  298. package/lib/web-app/main.cjs +65 -0
  299. package/lib/web-app/router/index.cjs +202 -0
  300. package/lib/web-app/util/index.cjs +7 -0
  301. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +109 -0
  302. package/package.json +10 -6
  303. package/dist/index-CzVC8rhd.js +0 -1
  304. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +0 -1
  305. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.d.ts +0 -17
  306. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.mjs +0 -83
  307. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.d.ts +0 -22
  308. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.mjs +0 -23
  309. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.cjs +0 -85
  310. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +0 -1
  311. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.cjs +0 -25
@@ -0,0 +1,3864 @@
1
+ import { PropType } from 'vue';
2
+ import { IModal, Modal } from '@ibiz-template/runtime';
3
+ export declare const RouterShell: import("vue").DefineComponent<{
4
+ modal: {
5
+ type: PropType<IModal>;
6
+ required: true;
7
+ };
8
+ }, {
9
+ routeModal: Modal;
10
+ route: import("vue-router").RouteLocationNormalizedLoaded;
11
+ viewData: import("vue").Ref<{
12
+ viewModel?: {
13
+ accUserMode?: number | undefined;
14
+ accessKey?: string | undefined;
15
+ capLanguageRes?: {
16
+ defaultContent?: string | undefined;
17
+ lanResTag?: string | undefined;
18
+ lanResType?: string | undefined;
19
+ refFlag?: boolean | undefined;
20
+ appId: string;
21
+ id?: string | undefined;
22
+ name?: string | undefined;
23
+ codeName?: string | undefined;
24
+ userParam?: Record<string, string> | undefined;
25
+ modelId?: string | undefined;
26
+ modelType?: string | undefined;
27
+ } | undefined;
28
+ caption?: string | undefined;
29
+ codeName?: string | undefined;
30
+ dynaSysMode?: number | undefined;
31
+ height?: number | undefined;
32
+ mainMenuAlign?: string | undefined;
33
+ openMode?: string | undefined;
34
+ appDataEntityId?: string | undefined;
35
+ appViewEngines?: {
36
+ engineCat?: string | undefined;
37
+ engineType?: string | undefined;
38
+ params?: {
39
+ paramType?: string | undefined;
40
+ value?: {
41
+ [x: string]: any;
42
+ [x: symbol]: any;
43
+ constructor: Function;
44
+ toString: () => string;
45
+ toLocaleString: () => string;
46
+ valueOf: () => Object;
47
+ hasOwnProperty: (v: PropertyKey) => boolean;
48
+ isPrototypeOf: (v: Object) => boolean;
49
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
50
+ } | undefined;
51
+ appId: string;
52
+ id?: string | undefined;
53
+ name?: string | undefined;
54
+ codeName?: string | undefined;
55
+ userParam?: Record<string, string> | undefined;
56
+ modelId?: string | undefined;
57
+ modelType?: string | undefined;
58
+ }[] | undefined;
59
+ appId: string;
60
+ id?: string | undefined;
61
+ name?: string | undefined;
62
+ codeName?: string | undefined;
63
+ userParam?: Record<string, string> | undefined;
64
+ modelId?: string | undefined;
65
+ modelType?: string | undefined;
66
+ }[] | undefined;
67
+ appViewLogics?: {
68
+ builtinAppUILogic?: {
69
+ appDEUILogicId?: string | undefined;
70
+ appDataEntityId?: string | undefined;
71
+ appUILogicRefViews?: {
72
+ openMode?: string | undefined;
73
+ refMode?: string | undefined;
74
+ refAppViewId?: string | undefined;
75
+ navigateContexts?: {
76
+ desc?: string | undefined;
77
+ key?: string | undefined;
78
+ value?: string | undefined;
79
+ rawValue?: boolean | undefined;
80
+ appId: string;
81
+ id?: string | undefined;
82
+ name?: string | undefined;
83
+ codeName?: string | undefined;
84
+ userParam?: Record<string, string> | undefined;
85
+ modelId?: string | undefined;
86
+ modelType?: string | undefined;
87
+ }[] | undefined;
88
+ navigateParams?: {
89
+ desc?: string | undefined;
90
+ key?: string | undefined;
91
+ value?: string | undefined;
92
+ rawValue?: boolean | undefined;
93
+ appId: string;
94
+ id?: string | undefined;
95
+ name?: string | undefined;
96
+ codeName?: string | undefined;
97
+ userParam?: Record<string, string> | undefined;
98
+ modelId?: string | undefined;
99
+ modelType?: string | undefined;
100
+ }[] | undefined;
101
+ appId: string;
102
+ id?: string | undefined;
103
+ name?: string | undefined;
104
+ codeName?: string | undefined;
105
+ userParam?: Record<string, string> | undefined;
106
+ modelId?: string | undefined;
107
+ modelType?: string | undefined;
108
+ }[] | undefined;
109
+ viewLogicType?: string | undefined;
110
+ builtinLogic?: boolean | undefined;
111
+ codeName?: string | undefined;
112
+ logicType?: string | undefined;
113
+ viewLogicStyle?: string | undefined;
114
+ appId: string;
115
+ id?: string | undefined;
116
+ name?: string | undefined;
117
+ userParam?: Record<string, string> | undefined;
118
+ modelId?: string | undefined;
119
+ modelType?: string | undefined;
120
+ } | undefined;
121
+ attrName?: string | undefined;
122
+ eventArg?: string | undefined;
123
+ eventArg2?: string | undefined;
124
+ eventNames?: string | undefined;
125
+ itemName?: string | undefined;
126
+ logicParam?: string | undefined;
127
+ logicParam2?: string | undefined;
128
+ logicTrigger?: string | undefined;
129
+ logicType?: string | undefined;
130
+ owner?: {
131
+ [x: string]: any;
132
+ [x: symbol]: any;
133
+ constructor: Function;
134
+ toString: () => string;
135
+ toLocaleString: () => string;
136
+ valueOf: () => Object;
137
+ hasOwnProperty: (v: PropertyKey) => boolean;
138
+ isPrototypeOf: (v: Object) => boolean;
139
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
140
+ } | undefined;
141
+ appDEUILogicId?: string | undefined;
142
+ appDataEntityId?: string | undefined;
143
+ appUILogicId?: string | undefined;
144
+ appViewEngineId?: string | undefined;
145
+ appViewLogicId?: string | undefined;
146
+ ctrlName?: string | undefined;
147
+ scriptCode?: string | undefined;
148
+ timer?: number | undefined;
149
+ builtinLogic?: boolean | undefined;
150
+ appId: string;
151
+ id?: string | undefined;
152
+ name?: string | undefined;
153
+ codeName?: string | undefined;
154
+ userParam?: Record<string, string> | undefined;
155
+ modelId?: string | undefined;
156
+ modelType?: string | undefined;
157
+ }[] | undefined;
158
+ appViewMsgGroupId?: string | undefined;
159
+ appViewNavContexts?: {
160
+ desc?: string | undefined;
161
+ key?: string | undefined;
162
+ value?: string | undefined;
163
+ appId: string;
164
+ id?: string | undefined;
165
+ name?: string | undefined;
166
+ codeName?: string | undefined;
167
+ userParam?: Record<string, string> | undefined;
168
+ modelId?: string | undefined;
169
+ modelType?: string | undefined;
170
+ rawValue?: boolean | undefined;
171
+ }[] | undefined;
172
+ appViewNavParams?: {
173
+ rawValue?: boolean | undefined;
174
+ desc?: string | undefined;
175
+ key?: string | undefined;
176
+ value?: string | undefined;
177
+ appId: string;
178
+ id?: string | undefined;
179
+ name?: string | undefined;
180
+ codeName?: string | undefined;
181
+ userParam?: Record<string, string> | undefined;
182
+ modelId?: string | undefined;
183
+ modelType?: string | undefined;
184
+ }[] | undefined;
185
+ appViewParams?: {
186
+ desc?: string | undefined;
187
+ key?: string | undefined;
188
+ value?: string | undefined;
189
+ appId: string;
190
+ id?: string | undefined;
191
+ name?: string | undefined;
192
+ codeName?: string | undefined;
193
+ userParam?: Record<string, string> | undefined;
194
+ modelId?: string | undefined;
195
+ modelType?: string | undefined;
196
+ }[] | undefined;
197
+ appViewRefs?: {
198
+ height?: number | undefined;
199
+ openMode?: string | undefined;
200
+ owner?: {
201
+ [x: string]: any;
202
+ [x: symbol]: any;
203
+ constructor: Function;
204
+ toString: () => string;
205
+ toLocaleString: () => string;
206
+ valueOf: () => Object;
207
+ hasOwnProperty: (v: PropertyKey) => boolean;
208
+ isPrototypeOf: (v: Object) => boolean;
209
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
210
+ } | undefined;
211
+ parentDataJO?: {
212
+ [x: string]: any;
213
+ [x: symbol]: any;
214
+ constructor: Function;
215
+ toString: () => string;
216
+ toLocaleString: () => string;
217
+ valueOf: () => Object;
218
+ hasOwnProperty: (v: PropertyKey) => boolean;
219
+ isPrototypeOf: (v: Object) => boolean;
220
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
221
+ } | undefined;
222
+ realOpenMode?: string | undefined;
223
+ realTitle?: string | undefined;
224
+ realTitleLanguageRes?: {
225
+ defaultContent?: string | undefined;
226
+ lanResTag?: string | undefined;
227
+ lanResType?: string | undefined;
228
+ refFlag?: boolean | undefined;
229
+ appId: string;
230
+ id?: string | undefined;
231
+ name?: string | undefined;
232
+ codeName?: string | undefined;
233
+ userParam?: Record<string, string> | undefined;
234
+ modelId?: string | undefined;
235
+ modelType?: string | undefined;
236
+ } | undefined;
237
+ refAppViewId?: string | undefined;
238
+ viewParamJO?: {
239
+ [x: string]: any;
240
+ [x: symbol]: any;
241
+ constructor: Function;
242
+ toString: () => string;
243
+ toLocaleString: () => string;
244
+ valueOf: () => Object;
245
+ hasOwnProperty: (v: PropertyKey) => boolean;
246
+ isPrototypeOf: (v: Object) => boolean;
247
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
248
+ } | undefined;
249
+ width?: number | undefined;
250
+ navigateContexts?: {
251
+ desc?: string | undefined;
252
+ key?: string | undefined;
253
+ value?: string | undefined;
254
+ rawValue?: boolean | undefined;
255
+ appId: string;
256
+ id?: string | undefined;
257
+ name?: string | undefined;
258
+ codeName?: string | undefined;
259
+ userParam?: Record<string, string> | undefined;
260
+ modelId?: string | undefined;
261
+ modelType?: string | undefined;
262
+ }[] | undefined;
263
+ navigateParams?: {
264
+ desc?: string | undefined;
265
+ key?: string | undefined;
266
+ value?: string | undefined;
267
+ rawValue?: boolean | undefined;
268
+ appId: string;
269
+ id?: string | undefined;
270
+ name?: string | undefined;
271
+ codeName?: string | undefined;
272
+ userParam?: Record<string, string> | undefined;
273
+ modelId?: string | undefined;
274
+ modelType?: string | undefined;
275
+ }[] | undefined;
276
+ appId: string;
277
+ id?: string | undefined;
278
+ name?: string | undefined;
279
+ codeName?: string | undefined;
280
+ userParam?: Record<string, string> | undefined;
281
+ modelId?: string | undefined;
282
+ modelType?: string | undefined;
283
+ }[] | undefined;
284
+ controls?: {
285
+ codeName?: string | undefined;
286
+ controlStyle?: string | undefined;
287
+ controlType?: string | undefined;
288
+ height?: number | undefined;
289
+ logicName?: string | undefined;
290
+ appDataEntityId?: string | undefined;
291
+ controlAttributes?: {
292
+ attrName?: string | undefined;
293
+ attrValue?: string | undefined;
294
+ appId: string;
295
+ id?: string | undefined;
296
+ name?: string | undefined;
297
+ codeName?: string | undefined;
298
+ userParam?: Record<string, string> | undefined;
299
+ modelId?: string | undefined;
300
+ modelType?: string | undefined;
301
+ }[] | undefined;
302
+ controlLogics?: {
303
+ attrName?: string | undefined;
304
+ eventArg?: string | undefined;
305
+ eventArg2?: string | undefined;
306
+ eventNames?: string | undefined;
307
+ itemName?: string | undefined;
308
+ logicTag?: string | undefined;
309
+ logicType?: string | undefined;
310
+ appDEUIActionId?: string | undefined;
311
+ appDEUILogicId?: string | undefined;
312
+ appDataEntityId?: string | undefined;
313
+ appUILogicId?: string | undefined;
314
+ appViewEngineId?: string | undefined;
315
+ appViewLogicId?: string | undefined;
316
+ scriptCode?: string | undefined;
317
+ timer?: number | undefined;
318
+ triggerType?: string | undefined;
319
+ appId: string;
320
+ id?: string | undefined;
321
+ name?: string | undefined;
322
+ codeName?: string | undefined;
323
+ userParam?: Record<string, string> | undefined;
324
+ modelId?: string | undefined;
325
+ modelType?: string | undefined;
326
+ }[] | undefined;
327
+ controlParam?: {
328
+ ctrlParams?: {
329
+ [x: string]: any;
330
+ [x: symbol]: any;
331
+ constructor: Function;
332
+ toString: () => string;
333
+ toLocaleString: () => string;
334
+ valueOf: () => Object;
335
+ hasOwnProperty: (v: PropertyKey) => boolean;
336
+ isPrototypeOf: (v: Object) => boolean;
337
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
338
+ } | undefined;
339
+ appId: string;
340
+ id?: string | undefined;
341
+ name?: string | undefined;
342
+ codeName?: string | undefined;
343
+ userParam?: Record<string, string> | undefined;
344
+ modelId?: string | undefined;
345
+ modelType?: string | undefined;
346
+ } | undefined;
347
+ controlRenders?: {
348
+ layoutPanelModel?: string | undefined;
349
+ layoutPanel?: {
350
+ codeName?: string | undefined;
351
+ dataMode?: number | undefined;
352
+ dataName?: string | undefined;
353
+ dataTimer?: number | undefined;
354
+ getControlAction?: {
355
+ adappDELogicId?: string | undefined;
356
+ actionDesc?: string | undefined;
357
+ appDEMethodId?: string | undefined;
358
+ appDataEntityId?: string | undefined;
359
+ timeout?: number | undefined;
360
+ appId: string;
361
+ id?: string | undefined;
362
+ name?: string | undefined;
363
+ codeName?: string | undefined;
364
+ userParam?: Record<string, string> | undefined;
365
+ modelId?: string | undefined;
366
+ modelType?: string | undefined;
367
+ } | undefined;
368
+ layoutMode?: string | undefined;
369
+ panelStyle?: string | undefined;
370
+ panelWidth?: number | undefined;
371
+ rootPanelItems?: {
372
+ capLanguageRes?: {
373
+ defaultContent?: string | undefined;
374
+ lanResTag?: string | undefined;
375
+ lanResType?: string | undefined;
376
+ refFlag?: boolean | undefined;
377
+ appId: string;
378
+ id?: string | undefined;
379
+ name?: string | undefined;
380
+ codeName?: string | undefined;
381
+ userParam?: Record<string, string> | undefined;
382
+ modelId?: string | undefined;
383
+ modelType?: string | undefined;
384
+ } | undefined;
385
+ caption?: string | undefined;
386
+ contentHeight?: number | undefined;
387
+ contentWidth?: number | undefined;
388
+ cssStyle?: string | undefined;
389
+ dynaClass?: string | undefined;
390
+ height?: number | undefined;
391
+ itemStyle?: string | undefined;
392
+ itemType?: string | undefined;
393
+ labelCssStyle?: string | undefined;
394
+ labelDynaClass?: string | undefined;
395
+ labelSysCss?: {
396
+ codeName?: string | undefined;
397
+ cssName?: string | undefined;
398
+ cssStyle?: string | undefined;
399
+ designCssStyle?: string | undefined;
400
+ appId: string;
401
+ id?: string | undefined;
402
+ name?: string | undefined;
403
+ userParam?: Record<string, string> | undefined;
404
+ modelId?: string | undefined;
405
+ modelType?: string | undefined;
406
+ } | undefined;
407
+ layout?: {
408
+ layout?: string | undefined;
409
+ appId: string;
410
+ id?: string | undefined;
411
+ name?: string | undefined;
412
+ codeName?: string | undefined;
413
+ userParam?: Record<string, string> | undefined;
414
+ modelId?: string | undefined;
415
+ modelType?: string | undefined;
416
+ } | undefined;
417
+ layoutPos?: {
418
+ halignSelf?: string | undefined;
419
+ height?: number | undefined;
420
+ heightMode?: string | undefined;
421
+ layout?: string | undefined;
422
+ spacingBottom?: string | undefined;
423
+ spacingLeft?: string | undefined;
424
+ spacingRight?: string | undefined;
425
+ spacingTop?: string | undefined;
426
+ valignSelf?: string | undefined;
427
+ width?: number | undefined;
428
+ widthMode?: string | undefined;
429
+ appId: string;
430
+ id?: string | undefined;
431
+ name?: string | undefined;
432
+ codeName?: string | undefined;
433
+ userParam?: Record<string, string> | undefined;
434
+ modelId?: string | undefined;
435
+ modelType?: string | undefined;
436
+ } | undefined;
437
+ panelItemGroupLogics?: {
438
+ logicCat?: string | undefined;
439
+ relatedItemNames?: string[] | undefined;
440
+ groupOP?: string | undefined;
441
+ panelItemLogics?: {
442
+ logicCat?: string | undefined;
443
+ logicType?: string | undefined;
444
+ appId: string;
445
+ id?: string | undefined;
446
+ name?: string | undefined;
447
+ codeName?: string | undefined;
448
+ userParam?: Record<string, string> | undefined;
449
+ modelId?: string | undefined;
450
+ modelType?: string | undefined;
451
+ }[] | undefined;
452
+ notMode?: boolean | undefined;
453
+ logicType?: string | undefined;
454
+ appId: string;
455
+ id?: string | undefined;
456
+ name?: string | undefined;
457
+ codeName?: string | undefined;
458
+ userParam?: Record<string, string> | undefined;
459
+ modelId?: string | undefined;
460
+ modelType?: string | undefined;
461
+ }[] | undefined;
462
+ sysCss?: {
463
+ codeName?: string | undefined;
464
+ cssName?: string | undefined;
465
+ cssStyle?: string | undefined;
466
+ designCssStyle?: string | undefined;
467
+ appId: string;
468
+ id?: string | undefined;
469
+ name?: string | undefined;
470
+ userParam?: Record<string, string> | undefined;
471
+ modelId?: string | undefined;
472
+ modelType?: string | undefined;
473
+ } | undefined;
474
+ sysImage?: {
475
+ codeName?: string | undefined;
476
+ cssClass?: string | undefined;
477
+ cssClassX?: string | undefined;
478
+ glyph?: string | undefined;
479
+ height?: number | undefined;
480
+ imagePath?: string | undefined;
481
+ imagePathX?: string | undefined;
482
+ rawContent?: string | undefined;
483
+ width?: number | undefined;
484
+ appId: string;
485
+ id?: string | undefined;
486
+ name?: string | undefined;
487
+ userParam?: Record<string, string> | undefined;
488
+ modelId?: string | undefined;
489
+ modelType?: string | undefined;
490
+ } | undefined;
491
+ sysPFPluginId?: string | undefined;
492
+ width?: number | undefined;
493
+ showCaption?: boolean | undefined;
494
+ controlAttributes?: {
495
+ attrName?: string | undefined;
496
+ attrValue?: string | undefined;
497
+ appId: string;
498
+ id?: string | undefined;
499
+ name?: string | undefined;
500
+ codeName?: string | undefined;
501
+ userParam?: Record<string, string> | undefined;
502
+ modelId?: string | undefined;
503
+ modelType?: string | undefined;
504
+ }[] | undefined;
505
+ controlLogics?: {
506
+ attrName?: string | undefined;
507
+ eventArg?: string | undefined;
508
+ eventArg2?: string | undefined;
509
+ eventNames?: string | undefined;
510
+ itemName?: string | undefined;
511
+ logicTag?: string | undefined;
512
+ logicType?: string | undefined;
513
+ appDEUIActionId?: string | undefined;
514
+ appDEUILogicId?: string | undefined;
515
+ appDataEntityId?: string | undefined;
516
+ appUILogicId?: string | undefined;
517
+ appViewEngineId?: string | undefined;
518
+ appViewLogicId?: string | undefined;
519
+ scriptCode?: string | undefined;
520
+ timer?: number | undefined;
521
+ triggerType?: string | undefined;
522
+ appId: string;
523
+ id?: string | undefined;
524
+ name?: string | undefined;
525
+ codeName?: string | undefined;
526
+ userParam?: Record<string, string> | undefined;
527
+ modelId?: string | undefined;
528
+ modelType?: string | undefined;
529
+ }[] | undefined;
530
+ controlRenders?: any[] | undefined;
531
+ appId: string;
532
+ id?: string | undefined;
533
+ name?: string | undefined;
534
+ codeName?: string | undefined;
535
+ userParam?: Record<string, string> | undefined;
536
+ modelId?: string | undefined;
537
+ modelType?: string | undefined;
538
+ }[] | undefined;
539
+ layoutPanel?: boolean | undefined;
540
+ mobilePanel?: boolean | undefined;
541
+ controlStyle?: string | undefined;
542
+ controlType?: string | undefined;
543
+ height?: number | undefined;
544
+ logicName?: string | undefined;
545
+ appDataEntityId?: string | undefined;
546
+ controlAttributes?: {
547
+ attrName?: string | undefined;
548
+ attrValue?: string | undefined;
549
+ appId: string;
550
+ id?: string | undefined;
551
+ name?: string | undefined;
552
+ codeName?: string | undefined;
553
+ userParam?: Record<string, string> | undefined;
554
+ modelId?: string | undefined;
555
+ modelType?: string | undefined;
556
+ }[] | undefined;
557
+ controlLogics?: {
558
+ attrName?: string | undefined;
559
+ eventArg?: string | undefined;
560
+ eventArg2?: string | undefined;
561
+ eventNames?: string | undefined;
562
+ itemName?: string | undefined;
563
+ logicTag?: string | undefined;
564
+ logicType?: string | undefined;
565
+ appDEUIActionId?: string | undefined;
566
+ appDEUILogicId?: string | undefined;
567
+ appDataEntityId?: string | undefined;
568
+ appUILogicId?: string | undefined;
569
+ appViewEngineId?: string | undefined;
570
+ appViewLogicId?: string | undefined;
571
+ scriptCode?: string | undefined;
572
+ timer?: number | undefined;
573
+ triggerType?: string | undefined;
574
+ appId: string;
575
+ id?: string | undefined;
576
+ name?: string | undefined;
577
+ codeName?: string | undefined;
578
+ userParam?: Record<string, string> | undefined;
579
+ modelId?: string | undefined;
580
+ modelType?: string | undefined;
581
+ }[] | undefined;
582
+ controlParam?: {
583
+ ctrlParams?: {
584
+ [x: string]: any;
585
+ [x: symbol]: any;
586
+ constructor: Function;
587
+ toString: () => string;
588
+ toLocaleString: () => string;
589
+ valueOf: () => Object;
590
+ hasOwnProperty: (v: PropertyKey) => boolean;
591
+ isPrototypeOf: (v: Object) => boolean;
592
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
593
+ } | undefined;
594
+ appId: string;
595
+ id?: string | undefined;
596
+ name?: string | undefined;
597
+ codeName?: string | undefined;
598
+ userParam?: Record<string, string> | undefined;
599
+ modelId?: string | undefined;
600
+ modelType?: string | undefined;
601
+ } | undefined;
602
+ controlRenders?: any[] | undefined;
603
+ ctrlMsg?: {
604
+ codeName?: string | undefined;
605
+ msgModel?: string | undefined;
606
+ ctrlMsgItems?: {
607
+ content?: string | undefined;
608
+ contentLanguageRes?: {
609
+ defaultContent?: string | undefined;
610
+ lanResTag?: string | undefined;
611
+ lanResType?: string | undefined;
612
+ refFlag?: boolean | undefined;
613
+ appId: string;
614
+ id?: string | undefined;
615
+ name?: string | undefined;
616
+ codeName?: string | undefined;
617
+ userParam?: Record<string, string> | undefined;
618
+ modelId?: string | undefined;
619
+ modelType?: string | undefined;
620
+ } | undefined;
621
+ timeout?: number | undefined;
622
+ appId: string;
623
+ id?: string | undefined;
624
+ name?: string | undefined;
625
+ codeName?: string | undefined;
626
+ userParam?: Record<string, string> | undefined;
627
+ modelId?: string | undefined;
628
+ modelType?: string | undefined;
629
+ }[] | undefined;
630
+ appId: string;
631
+ id?: string | undefined;
632
+ name?: string | undefined;
633
+ userParam?: Record<string, string> | undefined;
634
+ modelId?: string | undefined;
635
+ modelType?: string | undefined;
636
+ } | undefined;
637
+ sysCss?: {
638
+ codeName?: string | undefined;
639
+ cssName?: string | undefined;
640
+ cssStyle?: string | undefined;
641
+ designCssStyle?: string | undefined;
642
+ appId: string;
643
+ id?: string | undefined;
644
+ name?: string | undefined;
645
+ userParam?: Record<string, string> | undefined;
646
+ modelId?: string | undefined;
647
+ modelType?: string | undefined;
648
+ } | undefined;
649
+ sysPFPluginId?: string | undefined;
650
+ user2ControlAction?: {
651
+ adappDELogicId?: string | undefined;
652
+ actionDesc?: string | undefined;
653
+ appDEMethodId?: string | undefined;
654
+ appDataEntityId?: string | undefined;
655
+ timeout?: number | undefined;
656
+ appId: string;
657
+ id?: string | undefined;
658
+ name?: string | undefined;
659
+ codeName?: string | undefined;
660
+ userParam?: Record<string, string> | undefined;
661
+ modelId?: string | undefined;
662
+ modelType?: string | undefined;
663
+ } | undefined;
664
+ userControlAction?: {
665
+ adappDELogicId?: string | undefined;
666
+ actionDesc?: string | undefined;
667
+ appDEMethodId?: string | undefined;
668
+ appDataEntityId?: string | undefined;
669
+ timeout?: number | undefined;
670
+ appId: string;
671
+ id?: string | undefined;
672
+ name?: string | undefined;
673
+ codeName?: string | undefined;
674
+ userParam?: Record<string, string> | undefined;
675
+ modelId?: string | undefined;
676
+ modelType?: string | undefined;
677
+ } | undefined;
678
+ width?: number | undefined;
679
+ appId: string;
680
+ id?: string | undefined;
681
+ name?: string | undefined;
682
+ userParam?: Record<string, string> | undefined;
683
+ modelId?: string | undefined;
684
+ modelType?: string | undefined;
685
+ appCounterRefs?: {
686
+ appCounter?: {
687
+ getAppDEActionId?: string | undefined;
688
+ getAppDEDataSetId?: string | undefined;
689
+ appDataEntityId?: string | undefined;
690
+ codeName?: string | undefined;
691
+ counterData?: string | undefined;
692
+ counterData2?: string | undefined;
693
+ counterType?: string | undefined;
694
+ customCond?: string | undefined;
695
+ counterId?: string | undefined;
696
+ sysPFPluginId?: string | undefined;
697
+ timer?: number | undefined;
698
+ appId: string;
699
+ id?: string | undefined;
700
+ name?: string | undefined;
701
+ userParam?: Record<string, string> | undefined;
702
+ modelId?: string | undefined;
703
+ modelType?: string | undefined;
704
+ } | undefined;
705
+ refMode?: {
706
+ [x: string]: any;
707
+ [x: symbol]: any;
708
+ constructor: Function;
709
+ toString: () => string;
710
+ toLocaleString: () => string;
711
+ valueOf: () => Object;
712
+ hasOwnProperty: (v: PropertyKey) => boolean;
713
+ isPrototypeOf: (v: Object) => boolean;
714
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
715
+ } | undefined;
716
+ tag?: string | undefined;
717
+ appId: string;
718
+ id?: string | undefined;
719
+ name?: string | undefined;
720
+ codeName?: string | undefined;
721
+ userParam?: Record<string, string> | undefined;
722
+ modelId?: string | undefined;
723
+ modelType?: string | undefined;
724
+ }[] | undefined;
725
+ appViewEngines?: {
726
+ engineCat?: string | undefined;
727
+ engineType?: string | undefined;
728
+ params?: {
729
+ paramType?: string | undefined;
730
+ value?: {
731
+ [x: string]: any;
732
+ [x: symbol]: any;
733
+ constructor: Function;
734
+ toString: () => string;
735
+ toLocaleString: () => string;
736
+ valueOf: () => Object;
737
+ hasOwnProperty: (v: PropertyKey) => boolean;
738
+ isPrototypeOf: (v: Object) => boolean;
739
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
740
+ } | undefined;
741
+ appId: string;
742
+ id?: string | undefined;
743
+ name?: string | undefined;
744
+ codeName?: string | undefined;
745
+ userParam?: Record<string, string> | undefined;
746
+ modelId?: string | undefined;
747
+ modelType?: string | undefined;
748
+ }[] | undefined;
749
+ appId: string;
750
+ id?: string | undefined;
751
+ name?: string | undefined;
752
+ codeName?: string | undefined;
753
+ userParam?: Record<string, string> | undefined;
754
+ modelId?: string | undefined;
755
+ modelType?: string | undefined;
756
+ }[] | undefined;
757
+ appViewLogics?: {
758
+ builtinAppUILogic?: {
759
+ appDEUILogicId?: string | undefined;
760
+ appDataEntityId?: string | undefined;
761
+ appUILogicRefViews?: {
762
+ openMode?: string | undefined;
763
+ refMode?: string | undefined;
764
+ refAppViewId?: string | undefined;
765
+ navigateContexts?: {
766
+ desc?: string | undefined;
767
+ key?: string | undefined;
768
+ value?: string | undefined;
769
+ rawValue?: boolean | undefined;
770
+ appId: string;
771
+ id?: string | undefined;
772
+ name?: string | undefined;
773
+ codeName?: string | undefined;
774
+ userParam?: Record<string, string> | undefined;
775
+ modelId?: string | undefined;
776
+ modelType?: string | undefined;
777
+ }[] | undefined;
778
+ navigateParams?: {
779
+ desc?: string | undefined;
780
+ key?: string | undefined;
781
+ value?: string | undefined;
782
+ rawValue?: boolean | undefined;
783
+ appId: string;
784
+ id?: string | undefined;
785
+ name?: string | undefined;
786
+ codeName?: string | undefined;
787
+ userParam?: Record<string, string> | undefined;
788
+ modelId?: string | undefined;
789
+ modelType?: string | undefined;
790
+ }[] | undefined;
791
+ appId: string;
792
+ id?: string | undefined;
793
+ name?: string | undefined;
794
+ codeName?: string | undefined;
795
+ userParam?: Record<string, string> | undefined;
796
+ modelId?: string | undefined;
797
+ modelType?: string | undefined;
798
+ }[] | undefined;
799
+ viewLogicType?: string | undefined;
800
+ builtinLogic?: boolean | undefined;
801
+ codeName?: string | undefined;
802
+ logicType?: string | undefined;
803
+ viewLogicStyle?: string | undefined;
804
+ appId: string;
805
+ id?: string | undefined;
806
+ name?: string | undefined;
807
+ userParam?: Record<string, string> | undefined;
808
+ modelId?: string | undefined;
809
+ modelType?: string | undefined;
810
+ } | undefined;
811
+ attrName?: string | undefined;
812
+ eventArg?: string | undefined;
813
+ eventArg2?: string | undefined;
814
+ eventNames?: string | undefined;
815
+ itemName?: string | undefined;
816
+ logicParam?: string | undefined;
817
+ logicParam2?: string | undefined;
818
+ logicTrigger?: string | undefined;
819
+ logicType?: string | undefined;
820
+ owner?: {
821
+ [x: string]: any;
822
+ [x: symbol]: any;
823
+ constructor: Function;
824
+ toString: () => string;
825
+ toLocaleString: () => string;
826
+ valueOf: () => Object;
827
+ hasOwnProperty: (v: PropertyKey) => boolean;
828
+ isPrototypeOf: (v: Object) => boolean;
829
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
830
+ } | undefined;
831
+ appDEUILogicId?: string | undefined;
832
+ appDataEntityId?: string | undefined;
833
+ appUILogicId?: string | undefined;
834
+ appViewEngineId?: string | undefined;
835
+ appViewLogicId?: string | undefined;
836
+ ctrlName?: string | undefined;
837
+ scriptCode?: string | undefined;
838
+ timer?: number | undefined;
839
+ builtinLogic?: boolean | undefined;
840
+ appId: string;
841
+ id?: string | undefined;
842
+ name?: string | undefined;
843
+ codeName?: string | undefined;
844
+ userParam?: Record<string, string> | undefined;
845
+ modelId?: string | undefined;
846
+ modelType?: string | undefined;
847
+ }[] | undefined;
848
+ appViewRefs?: {
849
+ height?: number | undefined;
850
+ openMode?: string | undefined;
851
+ owner?: {
852
+ [x: string]: any;
853
+ [x: symbol]: any;
854
+ constructor: Function;
855
+ toString: () => string;
856
+ toLocaleString: () => string;
857
+ valueOf: () => Object;
858
+ hasOwnProperty: (v: PropertyKey) => boolean;
859
+ isPrototypeOf: (v: Object) => boolean;
860
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
861
+ } | undefined;
862
+ parentDataJO?: {
863
+ [x: string]: any;
864
+ [x: symbol]: any;
865
+ constructor: Function;
866
+ toString: () => string;
867
+ toLocaleString: () => string;
868
+ valueOf: () => Object;
869
+ hasOwnProperty: (v: PropertyKey) => boolean;
870
+ isPrototypeOf: (v: Object) => boolean;
871
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
872
+ } | undefined;
873
+ realOpenMode?: string | undefined;
874
+ realTitle?: string | undefined;
875
+ realTitleLanguageRes?: {
876
+ defaultContent?: string | undefined;
877
+ lanResTag?: string | undefined;
878
+ lanResType?: string | undefined;
879
+ refFlag?: boolean | undefined;
880
+ appId: string;
881
+ id?: string | undefined;
882
+ name?: string | undefined;
883
+ codeName?: string | undefined;
884
+ userParam?: Record<string, string> | undefined;
885
+ modelId?: string | undefined;
886
+ modelType?: string | undefined;
887
+ } | undefined;
888
+ refAppViewId?: string | undefined;
889
+ viewParamJO?: {
890
+ [x: string]: any;
891
+ [x: symbol]: any;
892
+ constructor: Function;
893
+ toString: () => string;
894
+ toLocaleString: () => string;
895
+ valueOf: () => Object;
896
+ hasOwnProperty: (v: PropertyKey) => boolean;
897
+ isPrototypeOf: (v: Object) => boolean;
898
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
899
+ } | undefined;
900
+ width?: number | undefined;
901
+ navigateContexts?: {
902
+ desc?: string | undefined;
903
+ key?: string | undefined;
904
+ value?: string | undefined;
905
+ rawValue?: boolean | undefined;
906
+ appId: string;
907
+ id?: string | undefined;
908
+ name?: string | undefined;
909
+ codeName?: string | undefined;
910
+ userParam?: Record<string, string> | undefined;
911
+ modelId?: string | undefined;
912
+ modelType?: string | undefined;
913
+ }[] | undefined;
914
+ navigateParams?: {
915
+ desc?: string | undefined;
916
+ key?: string | undefined;
917
+ value?: string | undefined;
918
+ rawValue?: boolean | undefined;
919
+ appId: string;
920
+ id?: string | undefined;
921
+ name?: string | undefined;
922
+ codeName?: string | undefined;
923
+ userParam?: Record<string, string> | undefined;
924
+ modelId?: string | undefined;
925
+ modelType?: string | undefined;
926
+ }[] | undefined;
927
+ appId: string;
928
+ id?: string | undefined;
929
+ name?: string | undefined;
930
+ codeName?: string | undefined;
931
+ userParam?: Record<string, string> | undefined;
932
+ modelId?: string | undefined;
933
+ modelType?: string | undefined;
934
+ }[] | undefined;
935
+ controls?: any[] | undefined;
936
+ layout?: {
937
+ layout?: string | undefined;
938
+ appId: string;
939
+ id?: string | undefined;
940
+ name?: string | undefined;
941
+ codeName?: string | undefined;
942
+ userParam?: Record<string, string> | undefined;
943
+ modelId?: string | undefined;
944
+ modelType?: string | undefined;
945
+ } | undefined;
946
+ } | undefined;
947
+ renderName?: string | undefined;
948
+ renderType?: string | undefined;
949
+ appId: string;
950
+ id?: string | undefined;
951
+ name?: string | undefined;
952
+ codeName?: string | undefined;
953
+ userParam?: Record<string, string> | undefined;
954
+ modelId?: string | undefined;
955
+ modelType?: string | undefined;
956
+ }[] | undefined;
957
+ ctrlMsg?: {
958
+ codeName?: string | undefined;
959
+ msgModel?: string | undefined;
960
+ ctrlMsgItems?: {
961
+ content?: string | undefined;
962
+ contentLanguageRes?: {
963
+ defaultContent?: string | undefined;
964
+ lanResTag?: string | undefined;
965
+ lanResType?: string | undefined;
966
+ refFlag?: boolean | undefined;
967
+ appId: string;
968
+ id?: string | undefined;
969
+ name?: string | undefined;
970
+ codeName?: string | undefined;
971
+ userParam?: Record<string, string> | undefined;
972
+ modelId?: string | undefined;
973
+ modelType?: string | undefined;
974
+ } | undefined;
975
+ timeout?: number | undefined;
976
+ appId: string;
977
+ id?: string | undefined;
978
+ name?: string | undefined;
979
+ codeName?: string | undefined;
980
+ userParam?: Record<string, string> | undefined;
981
+ modelId?: string | undefined;
982
+ modelType?: string | undefined;
983
+ }[] | undefined;
984
+ appId: string;
985
+ id?: string | undefined;
986
+ name?: string | undefined;
987
+ userParam?: Record<string, string> | undefined;
988
+ modelId?: string | undefined;
989
+ modelType?: string | undefined;
990
+ } | undefined;
991
+ sysCss?: {
992
+ codeName?: string | undefined;
993
+ cssName?: string | undefined;
994
+ cssStyle?: string | undefined;
995
+ designCssStyle?: string | undefined;
996
+ appId: string;
997
+ id?: string | undefined;
998
+ name?: string | undefined;
999
+ userParam?: Record<string, string> | undefined;
1000
+ modelId?: string | undefined;
1001
+ modelType?: string | undefined;
1002
+ } | undefined;
1003
+ sysPFPluginId?: string | undefined;
1004
+ user2ControlAction?: {
1005
+ adappDELogicId?: string | undefined;
1006
+ actionDesc?: string | undefined;
1007
+ appDEMethodId?: string | undefined;
1008
+ appDataEntityId?: string | undefined;
1009
+ timeout?: number | undefined;
1010
+ appId: string;
1011
+ id?: string | undefined;
1012
+ name?: string | undefined;
1013
+ codeName?: string | undefined;
1014
+ userParam?: Record<string, string> | undefined;
1015
+ modelId?: string | undefined;
1016
+ modelType?: string | undefined;
1017
+ } | undefined;
1018
+ userControlAction?: {
1019
+ adappDELogicId?: string | undefined;
1020
+ actionDesc?: string | undefined;
1021
+ appDEMethodId?: string | undefined;
1022
+ appDataEntityId?: string | undefined;
1023
+ timeout?: number | undefined;
1024
+ appId: string;
1025
+ id?: string | undefined;
1026
+ name?: string | undefined;
1027
+ codeName?: string | undefined;
1028
+ userParam?: Record<string, string> | undefined;
1029
+ modelId?: string | undefined;
1030
+ modelType?: string | undefined;
1031
+ } | undefined;
1032
+ width?: number | undefined;
1033
+ appId: string;
1034
+ id?: string | undefined;
1035
+ name?: string | undefined;
1036
+ userParam?: Record<string, string> | undefined;
1037
+ modelId?: string | undefined;
1038
+ modelType?: string | undefined;
1039
+ }[] | undefined;
1040
+ sysCss?: {
1041
+ codeName?: string | undefined;
1042
+ cssName?: string | undefined;
1043
+ cssStyle?: string | undefined;
1044
+ designCssStyle?: string | undefined;
1045
+ appId: string;
1046
+ id?: string | undefined;
1047
+ name?: string | undefined;
1048
+ userParam?: Record<string, string> | undefined;
1049
+ modelId?: string | undefined;
1050
+ modelType?: string | undefined;
1051
+ } | undefined;
1052
+ sysImage?: {
1053
+ codeName?: string | undefined;
1054
+ cssClass?: string | undefined;
1055
+ cssClassX?: string | undefined;
1056
+ glyph?: string | undefined;
1057
+ height?: number | undefined;
1058
+ imagePath?: string | undefined;
1059
+ imagePathX?: string | undefined;
1060
+ rawContent?: string | undefined;
1061
+ width?: number | undefined;
1062
+ appId: string;
1063
+ id?: string | undefined;
1064
+ name?: string | undefined;
1065
+ userParam?: Record<string, string> | undefined;
1066
+ modelId?: string | undefined;
1067
+ modelType?: string | undefined;
1068
+ } | undefined;
1069
+ sysPFPluginId?: string | undefined;
1070
+ viewLayoutPanel?: {
1071
+ layoutBodyOnly?: boolean | undefined;
1072
+ useDefaultLayout?: boolean | undefined;
1073
+ viewProxyMode?: boolean | undefined;
1074
+ codeName?: string | undefined;
1075
+ dataMode?: number | undefined;
1076
+ dataName?: string | undefined;
1077
+ dataTimer?: number | undefined;
1078
+ getControlAction?: {
1079
+ adappDELogicId?: string | undefined;
1080
+ actionDesc?: string | undefined;
1081
+ appDEMethodId?: string | undefined;
1082
+ appDataEntityId?: string | undefined;
1083
+ timeout?: number | undefined;
1084
+ appId: string;
1085
+ id?: string | undefined;
1086
+ name?: string | undefined;
1087
+ codeName?: string | undefined;
1088
+ userParam?: Record<string, string> | undefined;
1089
+ modelId?: string | undefined;
1090
+ modelType?: string | undefined;
1091
+ } | undefined;
1092
+ layoutMode?: string | undefined;
1093
+ panelStyle?: string | undefined;
1094
+ panelWidth?: number | undefined;
1095
+ rootPanelItems?: {
1096
+ capLanguageRes?: {
1097
+ defaultContent?: string | undefined;
1098
+ lanResTag?: string | undefined;
1099
+ lanResType?: string | undefined;
1100
+ refFlag?: boolean | undefined;
1101
+ appId: string;
1102
+ id?: string | undefined;
1103
+ name?: string | undefined;
1104
+ codeName?: string | undefined;
1105
+ userParam?: Record<string, string> | undefined;
1106
+ modelId?: string | undefined;
1107
+ modelType?: string | undefined;
1108
+ } | undefined;
1109
+ caption?: string | undefined;
1110
+ contentHeight?: number | undefined;
1111
+ contentWidth?: number | undefined;
1112
+ cssStyle?: string | undefined;
1113
+ dynaClass?: string | undefined;
1114
+ height?: number | undefined;
1115
+ itemStyle?: string | undefined;
1116
+ itemType?: string | undefined;
1117
+ labelCssStyle?: string | undefined;
1118
+ labelDynaClass?: string | undefined;
1119
+ labelSysCss?: {
1120
+ codeName?: string | undefined;
1121
+ cssName?: string | undefined;
1122
+ cssStyle?: string | undefined;
1123
+ designCssStyle?: string | undefined;
1124
+ appId: string;
1125
+ id?: string | undefined;
1126
+ name?: string | undefined;
1127
+ userParam?: Record<string, string> | undefined;
1128
+ modelId?: string | undefined;
1129
+ modelType?: string | undefined;
1130
+ } | undefined;
1131
+ layout?: {
1132
+ layout?: string | undefined;
1133
+ appId: string;
1134
+ id?: string | undefined;
1135
+ name?: string | undefined;
1136
+ codeName?: string | undefined;
1137
+ userParam?: Record<string, string> | undefined;
1138
+ modelId?: string | undefined;
1139
+ modelType?: string | undefined;
1140
+ } | undefined;
1141
+ layoutPos?: {
1142
+ halignSelf?: string | undefined;
1143
+ height?: number | undefined;
1144
+ heightMode?: string | undefined;
1145
+ layout?: string | undefined;
1146
+ spacingBottom?: string | undefined;
1147
+ spacingLeft?: string | undefined;
1148
+ spacingRight?: string | undefined;
1149
+ spacingTop?: string | undefined;
1150
+ valignSelf?: string | undefined;
1151
+ width?: number | undefined;
1152
+ widthMode?: string | undefined;
1153
+ appId: string;
1154
+ id?: string | undefined;
1155
+ name?: string | undefined;
1156
+ codeName?: string | undefined;
1157
+ userParam?: Record<string, string> | undefined;
1158
+ modelId?: string | undefined;
1159
+ modelType?: string | undefined;
1160
+ } | undefined;
1161
+ panelItemGroupLogics?: {
1162
+ logicCat?: string | undefined;
1163
+ relatedItemNames?: string[] | undefined;
1164
+ groupOP?: string | undefined;
1165
+ panelItemLogics?: {
1166
+ logicCat?: string | undefined;
1167
+ logicType?: string | undefined;
1168
+ appId: string;
1169
+ id?: string | undefined;
1170
+ name?: string | undefined;
1171
+ codeName?: string | undefined;
1172
+ userParam?: Record<string, string> | undefined;
1173
+ modelId?: string | undefined;
1174
+ modelType?: string | undefined;
1175
+ }[] | undefined;
1176
+ notMode?: boolean | undefined;
1177
+ logicType?: string | undefined;
1178
+ appId: string;
1179
+ id?: string | undefined;
1180
+ name?: string | undefined;
1181
+ codeName?: string | undefined;
1182
+ userParam?: Record<string, string> | undefined;
1183
+ modelId?: string | undefined;
1184
+ modelType?: string | undefined;
1185
+ }[] | undefined;
1186
+ sysCss?: {
1187
+ codeName?: string | undefined;
1188
+ cssName?: string | undefined;
1189
+ cssStyle?: string | undefined;
1190
+ designCssStyle?: string | undefined;
1191
+ appId: string;
1192
+ id?: string | undefined;
1193
+ name?: string | undefined;
1194
+ userParam?: Record<string, string> | undefined;
1195
+ modelId?: string | undefined;
1196
+ modelType?: string | undefined;
1197
+ } | undefined;
1198
+ sysImage?: {
1199
+ codeName?: string | undefined;
1200
+ cssClass?: string | undefined;
1201
+ cssClassX?: string | undefined;
1202
+ glyph?: string | undefined;
1203
+ height?: number | undefined;
1204
+ imagePath?: string | undefined;
1205
+ imagePathX?: string | undefined;
1206
+ rawContent?: string | undefined;
1207
+ width?: number | undefined;
1208
+ appId: string;
1209
+ id?: string | undefined;
1210
+ name?: string | undefined;
1211
+ userParam?: Record<string, string> | undefined;
1212
+ modelId?: string | undefined;
1213
+ modelType?: string | undefined;
1214
+ } | undefined;
1215
+ sysPFPluginId?: string | undefined;
1216
+ width?: number | undefined;
1217
+ showCaption?: boolean | undefined;
1218
+ controlAttributes?: {
1219
+ attrName?: string | undefined;
1220
+ attrValue?: string | undefined;
1221
+ appId: string;
1222
+ id?: string | undefined;
1223
+ name?: string | undefined;
1224
+ codeName?: string | undefined;
1225
+ userParam?: Record<string, string> | undefined;
1226
+ modelId?: string | undefined;
1227
+ modelType?: string | undefined;
1228
+ }[] | undefined;
1229
+ controlLogics?: {
1230
+ attrName?: string | undefined;
1231
+ eventArg?: string | undefined;
1232
+ eventArg2?: string | undefined;
1233
+ eventNames?: string | undefined;
1234
+ itemName?: string | undefined;
1235
+ logicTag?: string | undefined;
1236
+ logicType?: string | undefined;
1237
+ appDEUIActionId?: string | undefined;
1238
+ appDEUILogicId?: string | undefined;
1239
+ appDataEntityId?: string | undefined;
1240
+ appUILogicId?: string | undefined;
1241
+ appViewEngineId?: string | undefined;
1242
+ appViewLogicId?: string | undefined;
1243
+ scriptCode?: string | undefined;
1244
+ timer?: number | undefined;
1245
+ triggerType?: string | undefined;
1246
+ appId: string;
1247
+ id?: string | undefined;
1248
+ name?: string | undefined;
1249
+ codeName?: string | undefined;
1250
+ userParam?: Record<string, string> | undefined;
1251
+ modelId?: string | undefined;
1252
+ modelType?: string | undefined;
1253
+ }[] | undefined;
1254
+ controlRenders?: {
1255
+ layoutPanelModel?: string | undefined;
1256
+ layoutPanel?: {
1257
+ codeName?: string | undefined;
1258
+ dataMode?: number | undefined;
1259
+ dataName?: string | undefined;
1260
+ dataTimer?: number | undefined;
1261
+ getControlAction?: {
1262
+ adappDELogicId?: string | undefined;
1263
+ actionDesc?: string | undefined;
1264
+ appDEMethodId?: string | undefined;
1265
+ appDataEntityId?: string | undefined;
1266
+ timeout?: number | undefined;
1267
+ appId: string;
1268
+ id?: string | undefined;
1269
+ name?: string | undefined;
1270
+ codeName?: string | undefined;
1271
+ userParam?: Record<string, string> | undefined;
1272
+ modelId?: string | undefined;
1273
+ modelType?: string | undefined;
1274
+ } | undefined;
1275
+ layoutMode?: string | undefined;
1276
+ panelStyle?: string | undefined;
1277
+ panelWidth?: number | undefined;
1278
+ rootPanelItems?: any[] | undefined;
1279
+ layoutPanel?: boolean | undefined;
1280
+ mobilePanel?: boolean | undefined;
1281
+ controlStyle?: string | undefined;
1282
+ controlType?: string | undefined;
1283
+ height?: number | undefined;
1284
+ logicName?: string | undefined;
1285
+ appDataEntityId?: string | undefined;
1286
+ controlAttributes?: {
1287
+ attrName?: string | undefined;
1288
+ attrValue?: string | undefined;
1289
+ appId: string;
1290
+ id?: string | undefined;
1291
+ name?: string | undefined;
1292
+ codeName?: string | undefined;
1293
+ userParam?: Record<string, string> | undefined;
1294
+ modelId?: string | undefined;
1295
+ modelType?: string | undefined;
1296
+ }[] | undefined;
1297
+ controlLogics?: {
1298
+ attrName?: string | undefined;
1299
+ eventArg?: string | undefined;
1300
+ eventArg2?: string | undefined;
1301
+ eventNames?: string | undefined;
1302
+ itemName?: string | undefined;
1303
+ logicTag?: string | undefined;
1304
+ logicType?: string | undefined;
1305
+ appDEUIActionId?: string | undefined;
1306
+ appDEUILogicId?: string | undefined;
1307
+ appDataEntityId?: string | undefined;
1308
+ appUILogicId?: string | undefined;
1309
+ appViewEngineId?: string | undefined;
1310
+ appViewLogicId?: string | undefined;
1311
+ scriptCode?: string | undefined;
1312
+ timer?: number | undefined;
1313
+ triggerType?: string | undefined;
1314
+ appId: string;
1315
+ id?: string | undefined;
1316
+ name?: string | undefined;
1317
+ codeName?: string | undefined;
1318
+ userParam?: Record<string, string> | undefined;
1319
+ modelId?: string | undefined;
1320
+ modelType?: string | undefined;
1321
+ }[] | undefined;
1322
+ controlParam?: {
1323
+ ctrlParams?: {
1324
+ [x: string]: any;
1325
+ [x: symbol]: any;
1326
+ constructor: Function;
1327
+ toString: () => string;
1328
+ toLocaleString: () => string;
1329
+ valueOf: () => Object;
1330
+ hasOwnProperty: (v: PropertyKey) => boolean;
1331
+ isPrototypeOf: (v: Object) => boolean;
1332
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1333
+ } | undefined;
1334
+ appId: string;
1335
+ id?: string | undefined;
1336
+ name?: string | undefined;
1337
+ codeName?: string | undefined;
1338
+ userParam?: Record<string, string> | undefined;
1339
+ modelId?: string | undefined;
1340
+ modelType?: string | undefined;
1341
+ } | undefined;
1342
+ controlRenders?: any[] | undefined;
1343
+ ctrlMsg?: {
1344
+ codeName?: string | undefined;
1345
+ msgModel?: string | undefined;
1346
+ ctrlMsgItems?: {
1347
+ content?: string | undefined;
1348
+ contentLanguageRes?: {
1349
+ defaultContent?: string | undefined;
1350
+ lanResTag?: string | undefined;
1351
+ lanResType?: string | undefined;
1352
+ refFlag?: boolean | undefined;
1353
+ appId: string;
1354
+ id?: string | undefined;
1355
+ name?: string | undefined;
1356
+ codeName?: string | undefined;
1357
+ userParam?: Record<string, string> | undefined;
1358
+ modelId?: string | undefined;
1359
+ modelType?: string | undefined;
1360
+ } | undefined;
1361
+ timeout?: number | undefined;
1362
+ appId: string;
1363
+ id?: string | undefined;
1364
+ name?: string | undefined;
1365
+ codeName?: string | undefined;
1366
+ userParam?: Record<string, string> | undefined;
1367
+ modelId?: string | undefined;
1368
+ modelType?: string | undefined;
1369
+ }[] | undefined;
1370
+ appId: string;
1371
+ id?: string | undefined;
1372
+ name?: string | undefined;
1373
+ userParam?: Record<string, string> | undefined;
1374
+ modelId?: string | undefined;
1375
+ modelType?: string | undefined;
1376
+ } | undefined;
1377
+ sysCss?: {
1378
+ codeName?: string | undefined;
1379
+ cssName?: string | undefined;
1380
+ cssStyle?: string | undefined;
1381
+ designCssStyle?: string | undefined;
1382
+ appId: string;
1383
+ id?: string | undefined;
1384
+ name?: string | undefined;
1385
+ userParam?: Record<string, string> | undefined;
1386
+ modelId?: string | undefined;
1387
+ modelType?: string | undefined;
1388
+ } | undefined;
1389
+ sysPFPluginId?: string | undefined;
1390
+ user2ControlAction?: {
1391
+ adappDELogicId?: string | undefined;
1392
+ actionDesc?: string | undefined;
1393
+ appDEMethodId?: string | undefined;
1394
+ appDataEntityId?: string | undefined;
1395
+ timeout?: number | undefined;
1396
+ appId: string;
1397
+ id?: string | undefined;
1398
+ name?: string | undefined;
1399
+ codeName?: string | undefined;
1400
+ userParam?: Record<string, string> | undefined;
1401
+ modelId?: string | undefined;
1402
+ modelType?: string | undefined;
1403
+ } | undefined;
1404
+ userControlAction?: {
1405
+ adappDELogicId?: string | undefined;
1406
+ actionDesc?: string | undefined;
1407
+ appDEMethodId?: string | undefined;
1408
+ appDataEntityId?: string | undefined;
1409
+ timeout?: number | undefined;
1410
+ appId: string;
1411
+ id?: string | undefined;
1412
+ name?: string | undefined;
1413
+ codeName?: string | undefined;
1414
+ userParam?: Record<string, string> | undefined;
1415
+ modelId?: string | undefined;
1416
+ modelType?: string | undefined;
1417
+ } | undefined;
1418
+ width?: number | undefined;
1419
+ appId: string;
1420
+ id?: string | undefined;
1421
+ name?: string | undefined;
1422
+ userParam?: Record<string, string> | undefined;
1423
+ modelId?: string | undefined;
1424
+ modelType?: string | undefined;
1425
+ appCounterRefs?: {
1426
+ appCounter?: {
1427
+ getAppDEActionId?: string | undefined;
1428
+ getAppDEDataSetId?: string | undefined;
1429
+ appDataEntityId?: string | undefined;
1430
+ codeName?: string | undefined;
1431
+ counterData?: string | undefined;
1432
+ counterData2?: string | undefined;
1433
+ counterType?: string | undefined;
1434
+ customCond?: string | undefined;
1435
+ counterId?: string | undefined;
1436
+ sysPFPluginId?: string | undefined;
1437
+ timer?: number | undefined;
1438
+ appId: string;
1439
+ id?: string | undefined;
1440
+ name?: string | undefined;
1441
+ userParam?: Record<string, string> | undefined;
1442
+ modelId?: string | undefined;
1443
+ modelType?: string | undefined;
1444
+ } | undefined;
1445
+ refMode?: {
1446
+ [x: string]: any;
1447
+ [x: symbol]: any;
1448
+ constructor: Function;
1449
+ toString: () => string;
1450
+ toLocaleString: () => string;
1451
+ valueOf: () => Object;
1452
+ hasOwnProperty: (v: PropertyKey) => boolean;
1453
+ isPrototypeOf: (v: Object) => boolean;
1454
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1455
+ } | undefined;
1456
+ tag?: string | undefined;
1457
+ appId: string;
1458
+ id?: string | undefined;
1459
+ name?: string | undefined;
1460
+ codeName?: string | undefined;
1461
+ userParam?: Record<string, string> | undefined;
1462
+ modelId?: string | undefined;
1463
+ modelType?: string | undefined;
1464
+ }[] | undefined;
1465
+ appViewEngines?: {
1466
+ engineCat?: string | undefined;
1467
+ engineType?: string | undefined;
1468
+ params?: {
1469
+ paramType?: string | undefined;
1470
+ value?: {
1471
+ [x: string]: any;
1472
+ [x: symbol]: any;
1473
+ constructor: Function;
1474
+ toString: () => string;
1475
+ toLocaleString: () => string;
1476
+ valueOf: () => Object;
1477
+ hasOwnProperty: (v: PropertyKey) => boolean;
1478
+ isPrototypeOf: (v: Object) => boolean;
1479
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1480
+ } | undefined;
1481
+ appId: string;
1482
+ id?: string | undefined;
1483
+ name?: string | undefined;
1484
+ codeName?: string | undefined;
1485
+ userParam?: Record<string, string> | undefined;
1486
+ modelId?: string | undefined;
1487
+ modelType?: string | undefined;
1488
+ }[] | undefined;
1489
+ appId: string;
1490
+ id?: string | undefined;
1491
+ name?: string | undefined;
1492
+ codeName?: string | undefined;
1493
+ userParam?: Record<string, string> | undefined;
1494
+ modelId?: string | undefined;
1495
+ modelType?: string | undefined;
1496
+ }[] | undefined;
1497
+ appViewLogics?: {
1498
+ builtinAppUILogic?: {
1499
+ appDEUILogicId?: string | undefined;
1500
+ appDataEntityId?: string | undefined;
1501
+ appUILogicRefViews?: {
1502
+ openMode?: string | undefined;
1503
+ refMode?: string | undefined;
1504
+ refAppViewId?: string | undefined;
1505
+ navigateContexts?: {
1506
+ desc?: string | undefined;
1507
+ key?: string | undefined;
1508
+ value?: string | undefined;
1509
+ rawValue?: boolean | undefined;
1510
+ appId: string;
1511
+ id?: string | undefined;
1512
+ name?: string | undefined;
1513
+ codeName?: string | undefined;
1514
+ userParam?: Record<string, string> | undefined;
1515
+ modelId?: string | undefined;
1516
+ modelType?: string | undefined;
1517
+ }[] | undefined;
1518
+ navigateParams?: {
1519
+ desc?: string | undefined;
1520
+ key?: string | undefined;
1521
+ value?: string | undefined;
1522
+ rawValue?: boolean | undefined;
1523
+ appId: string;
1524
+ id?: string | undefined;
1525
+ name?: string | undefined;
1526
+ codeName?: string | undefined;
1527
+ userParam?: Record<string, string> | undefined;
1528
+ modelId?: string | undefined;
1529
+ modelType?: string | undefined;
1530
+ }[] | undefined;
1531
+ appId: string;
1532
+ id?: string | undefined;
1533
+ name?: string | undefined;
1534
+ codeName?: string | undefined;
1535
+ userParam?: Record<string, string> | undefined;
1536
+ modelId?: string | undefined;
1537
+ modelType?: string | undefined;
1538
+ }[] | undefined;
1539
+ viewLogicType?: string | undefined;
1540
+ builtinLogic?: boolean | undefined;
1541
+ codeName?: string | undefined;
1542
+ logicType?: string | undefined;
1543
+ viewLogicStyle?: string | undefined;
1544
+ appId: string;
1545
+ id?: string | undefined;
1546
+ name?: string | undefined;
1547
+ userParam?: Record<string, string> | undefined;
1548
+ modelId?: string | undefined;
1549
+ modelType?: string | undefined;
1550
+ } | undefined;
1551
+ attrName?: string | undefined;
1552
+ eventArg?: string | undefined;
1553
+ eventArg2?: string | undefined;
1554
+ eventNames?: string | undefined;
1555
+ itemName?: string | undefined;
1556
+ logicParam?: string | undefined;
1557
+ logicParam2?: string | undefined;
1558
+ logicTrigger?: string | undefined;
1559
+ logicType?: string | undefined;
1560
+ owner?: {
1561
+ [x: string]: any;
1562
+ [x: symbol]: any;
1563
+ constructor: Function;
1564
+ toString: () => string;
1565
+ toLocaleString: () => string;
1566
+ valueOf: () => Object;
1567
+ hasOwnProperty: (v: PropertyKey) => boolean;
1568
+ isPrototypeOf: (v: Object) => boolean;
1569
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1570
+ } | undefined;
1571
+ appDEUILogicId?: string | undefined;
1572
+ appDataEntityId?: string | undefined;
1573
+ appUILogicId?: string | undefined;
1574
+ appViewEngineId?: string | undefined;
1575
+ appViewLogicId?: string | undefined;
1576
+ ctrlName?: string | undefined;
1577
+ scriptCode?: string | undefined;
1578
+ timer?: number | undefined;
1579
+ builtinLogic?: boolean | undefined;
1580
+ appId: string;
1581
+ id?: string | undefined;
1582
+ name?: string | undefined;
1583
+ codeName?: string | undefined;
1584
+ userParam?: Record<string, string> | undefined;
1585
+ modelId?: string | undefined;
1586
+ modelType?: string | undefined;
1587
+ }[] | undefined;
1588
+ appViewRefs?: {
1589
+ height?: number | undefined;
1590
+ openMode?: string | undefined;
1591
+ owner?: {
1592
+ [x: string]: any;
1593
+ [x: symbol]: any;
1594
+ constructor: Function;
1595
+ toString: () => string;
1596
+ toLocaleString: () => string;
1597
+ valueOf: () => Object;
1598
+ hasOwnProperty: (v: PropertyKey) => boolean;
1599
+ isPrototypeOf: (v: Object) => boolean;
1600
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1601
+ } | undefined;
1602
+ parentDataJO?: {
1603
+ [x: string]: any;
1604
+ [x: symbol]: any;
1605
+ constructor: Function;
1606
+ toString: () => string;
1607
+ toLocaleString: () => string;
1608
+ valueOf: () => Object;
1609
+ hasOwnProperty: (v: PropertyKey) => boolean;
1610
+ isPrototypeOf: (v: Object) => boolean;
1611
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1612
+ } | undefined;
1613
+ realOpenMode?: string | undefined;
1614
+ realTitle?: string | undefined;
1615
+ realTitleLanguageRes?: {
1616
+ defaultContent?: string | undefined;
1617
+ lanResTag?: string | undefined;
1618
+ lanResType?: string | undefined;
1619
+ refFlag?: boolean | undefined;
1620
+ appId: string;
1621
+ id?: string | undefined;
1622
+ name?: string | undefined;
1623
+ codeName?: string | undefined;
1624
+ userParam?: Record<string, string> | undefined;
1625
+ modelId?: string | undefined;
1626
+ modelType?: string | undefined;
1627
+ } | undefined;
1628
+ refAppViewId?: string | undefined;
1629
+ viewParamJO?: {
1630
+ [x: string]: any;
1631
+ [x: symbol]: any;
1632
+ constructor: Function;
1633
+ toString: () => string;
1634
+ toLocaleString: () => string;
1635
+ valueOf: () => Object;
1636
+ hasOwnProperty: (v: PropertyKey) => boolean;
1637
+ isPrototypeOf: (v: Object) => boolean;
1638
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1639
+ } | undefined;
1640
+ width?: number | undefined;
1641
+ navigateContexts?: {
1642
+ desc?: string | undefined;
1643
+ key?: string | undefined;
1644
+ value?: string | undefined;
1645
+ rawValue?: boolean | undefined;
1646
+ appId: string;
1647
+ id?: string | undefined;
1648
+ name?: string | undefined;
1649
+ codeName?: string | undefined;
1650
+ userParam?: Record<string, string> | undefined;
1651
+ modelId?: string | undefined;
1652
+ modelType?: string | undefined;
1653
+ }[] | undefined;
1654
+ navigateParams?: {
1655
+ desc?: string | undefined;
1656
+ key?: string | undefined;
1657
+ value?: string | undefined;
1658
+ rawValue?: boolean | undefined;
1659
+ appId: string;
1660
+ id?: string | undefined;
1661
+ name?: string | undefined;
1662
+ codeName?: string | undefined;
1663
+ userParam?: Record<string, string> | undefined;
1664
+ modelId?: string | undefined;
1665
+ modelType?: string | undefined;
1666
+ }[] | undefined;
1667
+ appId: string;
1668
+ id?: string | undefined;
1669
+ name?: string | undefined;
1670
+ codeName?: string | undefined;
1671
+ userParam?: Record<string, string> | undefined;
1672
+ modelId?: string | undefined;
1673
+ modelType?: string | undefined;
1674
+ }[] | undefined;
1675
+ controls?: {
1676
+ codeName?: string | undefined;
1677
+ controlStyle?: string | undefined;
1678
+ controlType?: string | undefined;
1679
+ height?: number | undefined;
1680
+ logicName?: string | undefined;
1681
+ appDataEntityId?: string | undefined;
1682
+ controlAttributes?: {
1683
+ attrName?: string | undefined;
1684
+ attrValue?: string | undefined;
1685
+ appId: string;
1686
+ id?: string | undefined;
1687
+ name?: string | undefined;
1688
+ codeName?: string | undefined;
1689
+ userParam?: Record<string, string> | undefined;
1690
+ modelId?: string | undefined;
1691
+ modelType?: string | undefined;
1692
+ }[] | undefined;
1693
+ controlLogics?: {
1694
+ attrName?: string | undefined;
1695
+ eventArg?: string | undefined;
1696
+ eventArg2?: string | undefined;
1697
+ eventNames?: string | undefined;
1698
+ itemName?: string | undefined;
1699
+ logicTag?: string | undefined;
1700
+ logicType?: string | undefined;
1701
+ appDEUIActionId?: string | undefined;
1702
+ appDEUILogicId?: string | undefined;
1703
+ appDataEntityId?: string | undefined;
1704
+ appUILogicId?: string | undefined;
1705
+ appViewEngineId?: string | undefined;
1706
+ appViewLogicId?: string | undefined;
1707
+ scriptCode?: string | undefined;
1708
+ timer?: number | undefined;
1709
+ triggerType?: string | undefined;
1710
+ appId: string;
1711
+ id?: string | undefined;
1712
+ name?: string | undefined;
1713
+ codeName?: string | undefined;
1714
+ userParam?: Record<string, string> | undefined;
1715
+ modelId?: string | undefined;
1716
+ modelType?: string | undefined;
1717
+ }[] | undefined;
1718
+ controlParam?: {
1719
+ ctrlParams?: {
1720
+ [x: string]: any;
1721
+ [x: symbol]: any;
1722
+ constructor: Function;
1723
+ toString: () => string;
1724
+ toLocaleString: () => string;
1725
+ valueOf: () => Object;
1726
+ hasOwnProperty: (v: PropertyKey) => boolean;
1727
+ isPrototypeOf: (v: Object) => boolean;
1728
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1729
+ } | undefined;
1730
+ appId: string;
1731
+ id?: string | undefined;
1732
+ name?: string | undefined;
1733
+ codeName?: string | undefined;
1734
+ userParam?: Record<string, string> | undefined;
1735
+ modelId?: string | undefined;
1736
+ modelType?: string | undefined;
1737
+ } | undefined;
1738
+ controlRenders?: any[] | undefined;
1739
+ ctrlMsg?: {
1740
+ codeName?: string | undefined;
1741
+ msgModel?: string | undefined;
1742
+ ctrlMsgItems?: {
1743
+ content?: string | undefined;
1744
+ contentLanguageRes?: {
1745
+ defaultContent?: string | undefined;
1746
+ lanResTag?: string | undefined;
1747
+ lanResType?: string | undefined;
1748
+ refFlag?: boolean | undefined;
1749
+ appId: string;
1750
+ id?: string | undefined;
1751
+ name?: string | undefined;
1752
+ codeName?: string | undefined;
1753
+ userParam?: Record<string, string> | undefined;
1754
+ modelId?: string | undefined;
1755
+ modelType?: string | undefined;
1756
+ } | undefined;
1757
+ timeout?: number | undefined;
1758
+ appId: string;
1759
+ id?: string | undefined;
1760
+ name?: string | undefined;
1761
+ codeName?: string | undefined;
1762
+ userParam?: Record<string, string> | undefined;
1763
+ modelId?: string | undefined;
1764
+ modelType?: string | undefined;
1765
+ }[] | undefined;
1766
+ appId: string;
1767
+ id?: string | undefined;
1768
+ name?: string | undefined;
1769
+ userParam?: Record<string, string> | undefined;
1770
+ modelId?: string | undefined;
1771
+ modelType?: string | undefined;
1772
+ } | undefined;
1773
+ sysCss?: {
1774
+ codeName?: string | undefined;
1775
+ cssName?: string | undefined;
1776
+ cssStyle?: string | undefined;
1777
+ designCssStyle?: string | undefined;
1778
+ appId: string;
1779
+ id?: string | undefined;
1780
+ name?: string | undefined;
1781
+ userParam?: Record<string, string> | undefined;
1782
+ modelId?: string | undefined;
1783
+ modelType?: string | undefined;
1784
+ } | undefined;
1785
+ sysPFPluginId?: string | undefined;
1786
+ user2ControlAction?: {
1787
+ adappDELogicId?: string | undefined;
1788
+ actionDesc?: string | undefined;
1789
+ appDEMethodId?: string | undefined;
1790
+ appDataEntityId?: string | undefined;
1791
+ timeout?: number | undefined;
1792
+ appId: string;
1793
+ id?: string | undefined;
1794
+ name?: string | undefined;
1795
+ codeName?: string | undefined;
1796
+ userParam?: Record<string, string> | undefined;
1797
+ modelId?: string | undefined;
1798
+ modelType?: string | undefined;
1799
+ } | undefined;
1800
+ userControlAction?: {
1801
+ adappDELogicId?: string | undefined;
1802
+ actionDesc?: string | undefined;
1803
+ appDEMethodId?: string | undefined;
1804
+ appDataEntityId?: string | undefined;
1805
+ timeout?: number | undefined;
1806
+ appId: string;
1807
+ id?: string | undefined;
1808
+ name?: string | undefined;
1809
+ codeName?: string | undefined;
1810
+ userParam?: Record<string, string> | undefined;
1811
+ modelId?: string | undefined;
1812
+ modelType?: string | undefined;
1813
+ } | undefined;
1814
+ width?: number | undefined;
1815
+ appId: string;
1816
+ id?: string | undefined;
1817
+ name?: string | undefined;
1818
+ userParam?: Record<string, string> | undefined;
1819
+ modelId?: string | undefined;
1820
+ modelType?: string | undefined;
1821
+ }[] | undefined;
1822
+ layout?: {
1823
+ layout?: string | undefined;
1824
+ appId: string;
1825
+ id?: string | undefined;
1826
+ name?: string | undefined;
1827
+ codeName?: string | undefined;
1828
+ userParam?: Record<string, string> | undefined;
1829
+ modelId?: string | undefined;
1830
+ modelType?: string | undefined;
1831
+ } | undefined;
1832
+ } | undefined;
1833
+ renderName?: string | undefined;
1834
+ renderType?: string | undefined;
1835
+ appId: string;
1836
+ id?: string | undefined;
1837
+ name?: string | undefined;
1838
+ codeName?: string | undefined;
1839
+ userParam?: Record<string, string> | undefined;
1840
+ modelId?: string | undefined;
1841
+ modelType?: string | undefined;
1842
+ }[] | undefined;
1843
+ appId: string;
1844
+ id?: string | undefined;
1845
+ name?: string | undefined;
1846
+ codeName?: string | undefined;
1847
+ userParam?: Record<string, string> | undefined;
1848
+ modelId?: string | undefined;
1849
+ modelType?: string | undefined;
1850
+ }[] | undefined;
1851
+ layoutPanel?: boolean | undefined;
1852
+ mobilePanel?: boolean | undefined;
1853
+ controlStyle?: string | undefined;
1854
+ controlType?: string | undefined;
1855
+ height?: number | undefined;
1856
+ logicName?: string | undefined;
1857
+ appDataEntityId?: string | undefined;
1858
+ controlAttributes?: {
1859
+ attrName?: string | undefined;
1860
+ attrValue?: string | undefined;
1861
+ appId: string;
1862
+ id?: string | undefined;
1863
+ name?: string | undefined;
1864
+ codeName?: string | undefined;
1865
+ userParam?: Record<string, string> | undefined;
1866
+ modelId?: string | undefined;
1867
+ modelType?: string | undefined;
1868
+ }[] | undefined;
1869
+ controlLogics?: {
1870
+ attrName?: string | undefined;
1871
+ eventArg?: string | undefined;
1872
+ eventArg2?: string | undefined;
1873
+ eventNames?: string | undefined;
1874
+ itemName?: string | undefined;
1875
+ logicTag?: string | undefined;
1876
+ logicType?: string | undefined;
1877
+ appDEUIActionId?: string | undefined;
1878
+ appDEUILogicId?: string | undefined;
1879
+ appDataEntityId?: string | undefined;
1880
+ appUILogicId?: string | undefined;
1881
+ appViewEngineId?: string | undefined;
1882
+ appViewLogicId?: string | undefined;
1883
+ scriptCode?: string | undefined;
1884
+ timer?: number | undefined;
1885
+ triggerType?: string | undefined;
1886
+ appId: string;
1887
+ id?: string | undefined;
1888
+ name?: string | undefined;
1889
+ codeName?: string | undefined;
1890
+ userParam?: Record<string, string> | undefined;
1891
+ modelId?: string | undefined;
1892
+ modelType?: string | undefined;
1893
+ }[] | undefined;
1894
+ controlParam?: {
1895
+ ctrlParams?: {
1896
+ [x: string]: any;
1897
+ [x: symbol]: any;
1898
+ constructor: Function;
1899
+ toString: () => string;
1900
+ toLocaleString: () => string;
1901
+ valueOf: () => Object;
1902
+ hasOwnProperty: (v: PropertyKey) => boolean;
1903
+ isPrototypeOf: (v: Object) => boolean;
1904
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
1905
+ } | undefined;
1906
+ appId: string;
1907
+ id?: string | undefined;
1908
+ name?: string | undefined;
1909
+ codeName?: string | undefined;
1910
+ userParam?: Record<string, string> | undefined;
1911
+ modelId?: string | undefined;
1912
+ modelType?: string | undefined;
1913
+ } | undefined;
1914
+ controlRenders?: {
1915
+ layoutPanelModel?: string | undefined;
1916
+ layoutPanel?: {
1917
+ codeName?: string | undefined;
1918
+ dataMode?: number | undefined;
1919
+ dataName?: string | undefined;
1920
+ dataTimer?: number | undefined;
1921
+ getControlAction?: {
1922
+ adappDELogicId?: string | undefined;
1923
+ actionDesc?: string | undefined;
1924
+ appDEMethodId?: string | undefined;
1925
+ appDataEntityId?: string | undefined;
1926
+ timeout?: number | undefined;
1927
+ appId: string;
1928
+ id?: string | undefined;
1929
+ name?: string | undefined;
1930
+ codeName?: string | undefined;
1931
+ userParam?: Record<string, string> | undefined;
1932
+ modelId?: string | undefined;
1933
+ modelType?: string | undefined;
1934
+ } | undefined;
1935
+ layoutMode?: string | undefined;
1936
+ panelStyle?: string | undefined;
1937
+ panelWidth?: number | undefined;
1938
+ rootPanelItems?: {
1939
+ capLanguageRes?: {
1940
+ defaultContent?: string | undefined;
1941
+ lanResTag?: string | undefined;
1942
+ lanResType?: string | undefined;
1943
+ refFlag?: boolean | undefined;
1944
+ appId: string;
1945
+ id?: string | undefined;
1946
+ name?: string | undefined;
1947
+ codeName?: string | undefined;
1948
+ userParam?: Record<string, string> | undefined;
1949
+ modelId?: string | undefined;
1950
+ modelType?: string | undefined;
1951
+ } | undefined;
1952
+ caption?: string | undefined;
1953
+ contentHeight?: number | undefined;
1954
+ contentWidth?: number | undefined;
1955
+ cssStyle?: string | undefined;
1956
+ dynaClass?: string | undefined;
1957
+ height?: number | undefined;
1958
+ itemStyle?: string | undefined;
1959
+ itemType?: string | undefined;
1960
+ labelCssStyle?: string | undefined;
1961
+ labelDynaClass?: string | undefined;
1962
+ labelSysCss?: {
1963
+ codeName?: string | undefined;
1964
+ cssName?: string | undefined;
1965
+ cssStyle?: string | undefined;
1966
+ designCssStyle?: string | undefined;
1967
+ appId: string;
1968
+ id?: string | undefined;
1969
+ name?: string | undefined;
1970
+ userParam?: Record<string, string> | undefined;
1971
+ modelId?: string | undefined;
1972
+ modelType?: string | undefined;
1973
+ } | undefined;
1974
+ layout?: {
1975
+ layout?: string | undefined;
1976
+ appId: string;
1977
+ id?: string | undefined;
1978
+ name?: string | undefined;
1979
+ codeName?: string | undefined;
1980
+ userParam?: Record<string, string> | undefined;
1981
+ modelId?: string | undefined;
1982
+ modelType?: string | undefined;
1983
+ } | undefined;
1984
+ layoutPos?: {
1985
+ halignSelf?: string | undefined;
1986
+ height?: number | undefined;
1987
+ heightMode?: string | undefined;
1988
+ layout?: string | undefined;
1989
+ spacingBottom?: string | undefined;
1990
+ spacingLeft?: string | undefined;
1991
+ spacingRight?: string | undefined;
1992
+ spacingTop?: string | undefined;
1993
+ valignSelf?: string | undefined;
1994
+ width?: number | undefined;
1995
+ widthMode?: string | undefined;
1996
+ appId: string;
1997
+ id?: string | undefined;
1998
+ name?: string | undefined;
1999
+ codeName?: string | undefined;
2000
+ userParam?: Record<string, string> | undefined;
2001
+ modelId?: string | undefined;
2002
+ modelType?: string | undefined;
2003
+ } | undefined;
2004
+ panelItemGroupLogics?: {
2005
+ logicCat?: string | undefined;
2006
+ relatedItemNames?: string[] | undefined;
2007
+ groupOP?: string | undefined;
2008
+ panelItemLogics?: {
2009
+ logicCat?: string | undefined;
2010
+ logicType?: string | undefined;
2011
+ appId: string;
2012
+ id?: string | undefined;
2013
+ name?: string | undefined;
2014
+ codeName?: string | undefined;
2015
+ userParam?: Record<string, string> | undefined;
2016
+ modelId?: string | undefined;
2017
+ modelType?: string | undefined;
2018
+ }[] | undefined;
2019
+ notMode?: boolean | undefined;
2020
+ logicType?: string | undefined;
2021
+ appId: string;
2022
+ id?: string | undefined;
2023
+ name?: string | undefined;
2024
+ codeName?: string | undefined;
2025
+ userParam?: Record<string, string> | undefined;
2026
+ modelId?: string | undefined;
2027
+ modelType?: string | undefined;
2028
+ }[] | undefined;
2029
+ sysCss?: {
2030
+ codeName?: string | undefined;
2031
+ cssName?: string | undefined;
2032
+ cssStyle?: string | undefined;
2033
+ designCssStyle?: string | undefined;
2034
+ appId: string;
2035
+ id?: string | undefined;
2036
+ name?: string | undefined;
2037
+ userParam?: Record<string, string> | undefined;
2038
+ modelId?: string | undefined;
2039
+ modelType?: string | undefined;
2040
+ } | undefined;
2041
+ sysImage?: {
2042
+ codeName?: string | undefined;
2043
+ cssClass?: string | undefined;
2044
+ cssClassX?: string | undefined;
2045
+ glyph?: string | undefined;
2046
+ height?: number | undefined;
2047
+ imagePath?: string | undefined;
2048
+ imagePathX?: string | undefined;
2049
+ rawContent?: string | undefined;
2050
+ width?: number | undefined;
2051
+ appId: string;
2052
+ id?: string | undefined;
2053
+ name?: string | undefined;
2054
+ userParam?: Record<string, string> | undefined;
2055
+ modelId?: string | undefined;
2056
+ modelType?: string | undefined;
2057
+ } | undefined;
2058
+ sysPFPluginId?: string | undefined;
2059
+ width?: number | undefined;
2060
+ showCaption?: boolean | undefined;
2061
+ controlAttributes?: {
2062
+ attrName?: string | undefined;
2063
+ attrValue?: string | undefined;
2064
+ appId: string;
2065
+ id?: string | undefined;
2066
+ name?: string | undefined;
2067
+ codeName?: string | undefined;
2068
+ userParam?: Record<string, string> | undefined;
2069
+ modelId?: string | undefined;
2070
+ modelType?: string | undefined;
2071
+ }[] | undefined;
2072
+ controlLogics?: {
2073
+ attrName?: string | undefined;
2074
+ eventArg?: string | undefined;
2075
+ eventArg2?: string | undefined;
2076
+ eventNames?: string | undefined;
2077
+ itemName?: string | undefined;
2078
+ logicTag?: string | undefined;
2079
+ logicType?: string | undefined;
2080
+ appDEUIActionId?: string | undefined;
2081
+ appDEUILogicId?: string | undefined;
2082
+ appDataEntityId?: string | undefined;
2083
+ appUILogicId?: string | undefined;
2084
+ appViewEngineId?: string | undefined;
2085
+ appViewLogicId?: string | undefined;
2086
+ scriptCode?: string | undefined;
2087
+ timer?: number | undefined;
2088
+ triggerType?: string | undefined;
2089
+ appId: string;
2090
+ id?: string | undefined;
2091
+ name?: string | undefined;
2092
+ codeName?: string | undefined;
2093
+ userParam?: Record<string, string> | undefined;
2094
+ modelId?: string | undefined;
2095
+ modelType?: string | undefined;
2096
+ }[] | undefined;
2097
+ controlRenders?: any[] | undefined;
2098
+ appId: string;
2099
+ id?: string | undefined;
2100
+ name?: string | undefined;
2101
+ codeName?: string | undefined;
2102
+ userParam?: Record<string, string> | undefined;
2103
+ modelId?: string | undefined;
2104
+ modelType?: string | undefined;
2105
+ }[] | undefined;
2106
+ layoutPanel?: boolean | undefined;
2107
+ mobilePanel?: boolean | undefined;
2108
+ controlStyle?: string | undefined;
2109
+ controlType?: string | undefined;
2110
+ height?: number | undefined;
2111
+ logicName?: string | undefined;
2112
+ appDataEntityId?: string | undefined;
2113
+ controlAttributes?: {
2114
+ attrName?: string | undefined;
2115
+ attrValue?: string | undefined;
2116
+ appId: string;
2117
+ id?: string | undefined;
2118
+ name?: string | undefined;
2119
+ codeName?: string | undefined;
2120
+ userParam?: Record<string, string> | undefined;
2121
+ modelId?: string | undefined;
2122
+ modelType?: string | undefined;
2123
+ }[] | undefined;
2124
+ controlLogics?: {
2125
+ attrName?: string | undefined;
2126
+ eventArg?: string | undefined;
2127
+ eventArg2?: string | undefined;
2128
+ eventNames?: string | undefined;
2129
+ itemName?: string | undefined;
2130
+ logicTag?: string | undefined;
2131
+ logicType?: string | undefined;
2132
+ appDEUIActionId?: string | undefined;
2133
+ appDEUILogicId?: string | undefined;
2134
+ appDataEntityId?: string | undefined;
2135
+ appUILogicId?: string | undefined;
2136
+ appViewEngineId?: string | undefined;
2137
+ appViewLogicId?: string | undefined;
2138
+ scriptCode?: string | undefined;
2139
+ timer?: number | undefined;
2140
+ triggerType?: string | undefined;
2141
+ appId: string;
2142
+ id?: string | undefined;
2143
+ name?: string | undefined;
2144
+ codeName?: string | undefined;
2145
+ userParam?: Record<string, string> | undefined;
2146
+ modelId?: string | undefined;
2147
+ modelType?: string | undefined;
2148
+ }[] | undefined;
2149
+ controlParam?: {
2150
+ ctrlParams?: {
2151
+ [x: string]: any;
2152
+ [x: symbol]: any;
2153
+ constructor: Function;
2154
+ toString: () => string;
2155
+ toLocaleString: () => string;
2156
+ valueOf: () => Object;
2157
+ hasOwnProperty: (v: PropertyKey) => boolean;
2158
+ isPrototypeOf: (v: Object) => boolean;
2159
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2160
+ } | undefined;
2161
+ appId: string;
2162
+ id?: string | undefined;
2163
+ name?: string | undefined;
2164
+ codeName?: string | undefined;
2165
+ userParam?: Record<string, string> | undefined;
2166
+ modelId?: string | undefined;
2167
+ modelType?: string | undefined;
2168
+ } | undefined;
2169
+ controlRenders?: any[] | undefined;
2170
+ ctrlMsg?: {
2171
+ codeName?: string | undefined;
2172
+ msgModel?: string | undefined;
2173
+ ctrlMsgItems?: {
2174
+ content?: string | undefined;
2175
+ contentLanguageRes?: {
2176
+ defaultContent?: string | undefined;
2177
+ lanResTag?: string | undefined;
2178
+ lanResType?: string | undefined;
2179
+ refFlag?: boolean | undefined;
2180
+ appId: string;
2181
+ id?: string | undefined;
2182
+ name?: string | undefined;
2183
+ codeName?: string | undefined;
2184
+ userParam?: Record<string, string> | undefined;
2185
+ modelId?: string | undefined;
2186
+ modelType?: string | undefined;
2187
+ } | undefined;
2188
+ timeout?: number | undefined;
2189
+ appId: string;
2190
+ id?: string | undefined;
2191
+ name?: string | undefined;
2192
+ codeName?: string | undefined;
2193
+ userParam?: Record<string, string> | undefined;
2194
+ modelId?: string | undefined;
2195
+ modelType?: string | undefined;
2196
+ }[] | undefined;
2197
+ appId: string;
2198
+ id?: string | undefined;
2199
+ name?: string | undefined;
2200
+ userParam?: Record<string, string> | undefined;
2201
+ modelId?: string | undefined;
2202
+ modelType?: string | undefined;
2203
+ } | undefined;
2204
+ sysCss?: {
2205
+ codeName?: string | undefined;
2206
+ cssName?: string | undefined;
2207
+ cssStyle?: string | undefined;
2208
+ designCssStyle?: string | undefined;
2209
+ appId: string;
2210
+ id?: string | undefined;
2211
+ name?: string | undefined;
2212
+ userParam?: Record<string, string> | undefined;
2213
+ modelId?: string | undefined;
2214
+ modelType?: string | undefined;
2215
+ } | undefined;
2216
+ sysPFPluginId?: string | undefined;
2217
+ user2ControlAction?: {
2218
+ adappDELogicId?: string | undefined;
2219
+ actionDesc?: string | undefined;
2220
+ appDEMethodId?: string | undefined;
2221
+ appDataEntityId?: string | undefined;
2222
+ timeout?: number | undefined;
2223
+ appId: string;
2224
+ id?: string | undefined;
2225
+ name?: string | undefined;
2226
+ codeName?: string | undefined;
2227
+ userParam?: Record<string, string> | undefined;
2228
+ modelId?: string | undefined;
2229
+ modelType?: string | undefined;
2230
+ } | undefined;
2231
+ userControlAction?: {
2232
+ adappDELogicId?: string | undefined;
2233
+ actionDesc?: string | undefined;
2234
+ appDEMethodId?: string | undefined;
2235
+ appDataEntityId?: string | undefined;
2236
+ timeout?: number | undefined;
2237
+ appId: string;
2238
+ id?: string | undefined;
2239
+ name?: string | undefined;
2240
+ codeName?: string | undefined;
2241
+ userParam?: Record<string, string> | undefined;
2242
+ modelId?: string | undefined;
2243
+ modelType?: string | undefined;
2244
+ } | undefined;
2245
+ width?: number | undefined;
2246
+ appId: string;
2247
+ id?: string | undefined;
2248
+ name?: string | undefined;
2249
+ userParam?: Record<string, string> | undefined;
2250
+ modelId?: string | undefined;
2251
+ modelType?: string | undefined;
2252
+ appCounterRefs?: {
2253
+ appCounter?: {
2254
+ getAppDEActionId?: string | undefined;
2255
+ getAppDEDataSetId?: string | undefined;
2256
+ appDataEntityId?: string | undefined;
2257
+ codeName?: string | undefined;
2258
+ counterData?: string | undefined;
2259
+ counterData2?: string | undefined;
2260
+ counterType?: string | undefined;
2261
+ customCond?: string | undefined;
2262
+ counterId?: string | undefined;
2263
+ sysPFPluginId?: string | undefined;
2264
+ timer?: number | undefined;
2265
+ appId: string;
2266
+ id?: string | undefined;
2267
+ name?: string | undefined;
2268
+ userParam?: Record<string, string> | undefined;
2269
+ modelId?: string | undefined;
2270
+ modelType?: string | undefined;
2271
+ } | undefined;
2272
+ refMode?: {
2273
+ [x: string]: any;
2274
+ [x: symbol]: any;
2275
+ constructor: Function;
2276
+ toString: () => string;
2277
+ toLocaleString: () => string;
2278
+ valueOf: () => Object;
2279
+ hasOwnProperty: (v: PropertyKey) => boolean;
2280
+ isPrototypeOf: (v: Object) => boolean;
2281
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2282
+ } | undefined;
2283
+ tag?: string | undefined;
2284
+ appId: string;
2285
+ id?: string | undefined;
2286
+ name?: string | undefined;
2287
+ codeName?: string | undefined;
2288
+ userParam?: Record<string, string> | undefined;
2289
+ modelId?: string | undefined;
2290
+ modelType?: string | undefined;
2291
+ }[] | undefined;
2292
+ appViewEngines?: {
2293
+ engineCat?: string | undefined;
2294
+ engineType?: string | undefined;
2295
+ params?: {
2296
+ paramType?: string | undefined;
2297
+ value?: {
2298
+ [x: string]: any;
2299
+ [x: symbol]: any;
2300
+ constructor: Function;
2301
+ toString: () => string;
2302
+ toLocaleString: () => string;
2303
+ valueOf: () => Object;
2304
+ hasOwnProperty: (v: PropertyKey) => boolean;
2305
+ isPrototypeOf: (v: Object) => boolean;
2306
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2307
+ } | undefined;
2308
+ appId: string;
2309
+ id?: string | undefined;
2310
+ name?: string | undefined;
2311
+ codeName?: string | undefined;
2312
+ userParam?: Record<string, string> | undefined;
2313
+ modelId?: string | undefined;
2314
+ modelType?: string | undefined;
2315
+ }[] | undefined;
2316
+ appId: string;
2317
+ id?: string | undefined;
2318
+ name?: string | undefined;
2319
+ codeName?: string | undefined;
2320
+ userParam?: Record<string, string> | undefined;
2321
+ modelId?: string | undefined;
2322
+ modelType?: string | undefined;
2323
+ }[] | undefined;
2324
+ appViewLogics?: {
2325
+ builtinAppUILogic?: {
2326
+ appDEUILogicId?: string | undefined;
2327
+ appDataEntityId?: string | undefined;
2328
+ appUILogicRefViews?: {
2329
+ openMode?: string | undefined;
2330
+ refMode?: string | undefined;
2331
+ refAppViewId?: string | undefined;
2332
+ navigateContexts?: {
2333
+ desc?: string | undefined;
2334
+ key?: string | undefined;
2335
+ value?: string | undefined;
2336
+ rawValue?: boolean | undefined;
2337
+ appId: string;
2338
+ id?: string | undefined;
2339
+ name?: string | undefined;
2340
+ codeName?: string | undefined;
2341
+ userParam?: Record<string, string> | undefined;
2342
+ modelId?: string | undefined;
2343
+ modelType?: string | undefined;
2344
+ }[] | undefined;
2345
+ navigateParams?: {
2346
+ desc?: string | undefined;
2347
+ key?: string | undefined;
2348
+ value?: string | undefined;
2349
+ rawValue?: boolean | undefined;
2350
+ appId: string;
2351
+ id?: string | undefined;
2352
+ name?: string | undefined;
2353
+ codeName?: string | undefined;
2354
+ userParam?: Record<string, string> | undefined;
2355
+ modelId?: string | undefined;
2356
+ modelType?: string | undefined;
2357
+ }[] | undefined;
2358
+ appId: string;
2359
+ id?: string | undefined;
2360
+ name?: string | undefined;
2361
+ codeName?: string | undefined;
2362
+ userParam?: Record<string, string> | undefined;
2363
+ modelId?: string | undefined;
2364
+ modelType?: string | undefined;
2365
+ }[] | undefined;
2366
+ viewLogicType?: string | undefined;
2367
+ builtinLogic?: boolean | undefined;
2368
+ codeName?: string | undefined;
2369
+ logicType?: string | undefined;
2370
+ viewLogicStyle?: string | undefined;
2371
+ appId: string;
2372
+ id?: string | undefined;
2373
+ name?: string | undefined;
2374
+ userParam?: Record<string, string> | undefined;
2375
+ modelId?: string | undefined;
2376
+ modelType?: string | undefined;
2377
+ } | undefined;
2378
+ attrName?: string | undefined;
2379
+ eventArg?: string | undefined;
2380
+ eventArg2?: string | undefined;
2381
+ eventNames?: string | undefined;
2382
+ itemName?: string | undefined;
2383
+ logicParam?: string | undefined;
2384
+ logicParam2?: string | undefined;
2385
+ logicTrigger?: string | undefined;
2386
+ logicType?: string | undefined;
2387
+ owner?: {
2388
+ [x: string]: any;
2389
+ [x: symbol]: any;
2390
+ constructor: Function;
2391
+ toString: () => string;
2392
+ toLocaleString: () => string;
2393
+ valueOf: () => Object;
2394
+ hasOwnProperty: (v: PropertyKey) => boolean;
2395
+ isPrototypeOf: (v: Object) => boolean;
2396
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2397
+ } | undefined;
2398
+ appDEUILogicId?: string | undefined;
2399
+ appDataEntityId?: string | undefined;
2400
+ appUILogicId?: string | undefined;
2401
+ appViewEngineId?: string | undefined;
2402
+ appViewLogicId?: string | undefined;
2403
+ ctrlName?: string | undefined;
2404
+ scriptCode?: string | undefined;
2405
+ timer?: number | undefined;
2406
+ builtinLogic?: boolean | undefined;
2407
+ appId: string;
2408
+ id?: string | undefined;
2409
+ name?: string | undefined;
2410
+ codeName?: string | undefined;
2411
+ userParam?: Record<string, string> | undefined;
2412
+ modelId?: string | undefined;
2413
+ modelType?: string | undefined;
2414
+ }[] | undefined;
2415
+ appViewRefs?: {
2416
+ height?: number | undefined;
2417
+ openMode?: string | undefined;
2418
+ owner?: {
2419
+ [x: string]: any;
2420
+ [x: symbol]: any;
2421
+ constructor: Function;
2422
+ toString: () => string;
2423
+ toLocaleString: () => string;
2424
+ valueOf: () => Object;
2425
+ hasOwnProperty: (v: PropertyKey) => boolean;
2426
+ isPrototypeOf: (v: Object) => boolean;
2427
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2428
+ } | undefined;
2429
+ parentDataJO?: {
2430
+ [x: string]: any;
2431
+ [x: symbol]: any;
2432
+ constructor: Function;
2433
+ toString: () => string;
2434
+ toLocaleString: () => string;
2435
+ valueOf: () => Object;
2436
+ hasOwnProperty: (v: PropertyKey) => boolean;
2437
+ isPrototypeOf: (v: Object) => boolean;
2438
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2439
+ } | undefined;
2440
+ realOpenMode?: string | undefined;
2441
+ realTitle?: string | undefined;
2442
+ realTitleLanguageRes?: {
2443
+ defaultContent?: string | undefined;
2444
+ lanResTag?: string | undefined;
2445
+ lanResType?: string | undefined;
2446
+ refFlag?: boolean | undefined;
2447
+ appId: string;
2448
+ id?: string | undefined;
2449
+ name?: string | undefined;
2450
+ codeName?: string | undefined;
2451
+ userParam?: Record<string, string> | undefined;
2452
+ modelId?: string | undefined;
2453
+ modelType?: string | undefined;
2454
+ } | undefined;
2455
+ refAppViewId?: string | undefined;
2456
+ viewParamJO?: {
2457
+ [x: string]: any;
2458
+ [x: symbol]: any;
2459
+ constructor: Function;
2460
+ toString: () => string;
2461
+ toLocaleString: () => string;
2462
+ valueOf: () => Object;
2463
+ hasOwnProperty: (v: PropertyKey) => boolean;
2464
+ isPrototypeOf: (v: Object) => boolean;
2465
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2466
+ } | undefined;
2467
+ width?: number | undefined;
2468
+ navigateContexts?: {
2469
+ desc?: string | undefined;
2470
+ key?: string | undefined;
2471
+ value?: string | undefined;
2472
+ rawValue?: boolean | undefined;
2473
+ appId: string;
2474
+ id?: string | undefined;
2475
+ name?: string | undefined;
2476
+ codeName?: string | undefined;
2477
+ userParam?: Record<string, string> | undefined;
2478
+ modelId?: string | undefined;
2479
+ modelType?: string | undefined;
2480
+ }[] | undefined;
2481
+ navigateParams?: {
2482
+ desc?: string | undefined;
2483
+ key?: string | undefined;
2484
+ value?: string | undefined;
2485
+ rawValue?: boolean | undefined;
2486
+ appId: string;
2487
+ id?: string | undefined;
2488
+ name?: string | undefined;
2489
+ codeName?: string | undefined;
2490
+ userParam?: Record<string, string> | undefined;
2491
+ modelId?: string | undefined;
2492
+ modelType?: string | undefined;
2493
+ }[] | undefined;
2494
+ appId: string;
2495
+ id?: string | undefined;
2496
+ name?: string | undefined;
2497
+ codeName?: string | undefined;
2498
+ userParam?: Record<string, string> | undefined;
2499
+ modelId?: string | undefined;
2500
+ modelType?: string | undefined;
2501
+ }[] | undefined;
2502
+ controls?: {
2503
+ codeName?: string | undefined;
2504
+ controlStyle?: string | undefined;
2505
+ controlType?: string | undefined;
2506
+ height?: number | undefined;
2507
+ logicName?: string | undefined;
2508
+ appDataEntityId?: string | undefined;
2509
+ controlAttributes?: {
2510
+ attrName?: string | undefined;
2511
+ attrValue?: string | undefined;
2512
+ appId: string;
2513
+ id?: string | undefined;
2514
+ name?: string | undefined;
2515
+ codeName?: string | undefined;
2516
+ userParam?: Record<string, string> | undefined;
2517
+ modelId?: string | undefined;
2518
+ modelType?: string | undefined;
2519
+ }[] | undefined;
2520
+ controlLogics?: {
2521
+ attrName?: string | undefined;
2522
+ eventArg?: string | undefined;
2523
+ eventArg2?: string | undefined;
2524
+ eventNames?: string | undefined;
2525
+ itemName?: string | undefined;
2526
+ logicTag?: string | undefined;
2527
+ logicType?: string | undefined;
2528
+ appDEUIActionId?: string | undefined;
2529
+ appDEUILogicId?: string | undefined;
2530
+ appDataEntityId?: string | undefined;
2531
+ appUILogicId?: string | undefined;
2532
+ appViewEngineId?: string | undefined;
2533
+ appViewLogicId?: string | undefined;
2534
+ scriptCode?: string | undefined;
2535
+ timer?: number | undefined;
2536
+ triggerType?: string | undefined;
2537
+ appId: string;
2538
+ id?: string | undefined;
2539
+ name?: string | undefined;
2540
+ codeName?: string | undefined;
2541
+ userParam?: Record<string, string> | undefined;
2542
+ modelId?: string | undefined;
2543
+ modelType?: string | undefined;
2544
+ }[] | undefined;
2545
+ controlParam?: {
2546
+ ctrlParams?: {
2547
+ [x: string]: any;
2548
+ [x: symbol]: any;
2549
+ constructor: Function;
2550
+ toString: () => string;
2551
+ toLocaleString: () => string;
2552
+ valueOf: () => Object;
2553
+ hasOwnProperty: (v: PropertyKey) => boolean;
2554
+ isPrototypeOf: (v: Object) => boolean;
2555
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2556
+ } | undefined;
2557
+ appId: string;
2558
+ id?: string | undefined;
2559
+ name?: string | undefined;
2560
+ codeName?: string | undefined;
2561
+ userParam?: Record<string, string> | undefined;
2562
+ modelId?: string | undefined;
2563
+ modelType?: string | undefined;
2564
+ } | undefined;
2565
+ controlRenders?: any[] | undefined;
2566
+ ctrlMsg?: {
2567
+ codeName?: string | undefined;
2568
+ msgModel?: string | undefined;
2569
+ ctrlMsgItems?: {
2570
+ content?: string | undefined;
2571
+ contentLanguageRes?: {
2572
+ defaultContent?: string | undefined;
2573
+ lanResTag?: string | undefined;
2574
+ lanResType?: string | undefined;
2575
+ refFlag?: boolean | undefined;
2576
+ appId: string;
2577
+ id?: string | undefined;
2578
+ name?: string | undefined;
2579
+ codeName?: string | undefined;
2580
+ userParam?: Record<string, string> | undefined;
2581
+ modelId?: string | undefined;
2582
+ modelType?: string | undefined;
2583
+ } | undefined;
2584
+ timeout?: number | undefined;
2585
+ appId: string;
2586
+ id?: string | undefined;
2587
+ name?: string | undefined;
2588
+ codeName?: string | undefined;
2589
+ userParam?: Record<string, string> | undefined;
2590
+ modelId?: string | undefined;
2591
+ modelType?: string | undefined;
2592
+ }[] | undefined;
2593
+ appId: string;
2594
+ id?: string | undefined;
2595
+ name?: string | undefined;
2596
+ userParam?: Record<string, string> | undefined;
2597
+ modelId?: string | undefined;
2598
+ modelType?: string | undefined;
2599
+ } | undefined;
2600
+ sysCss?: {
2601
+ codeName?: string | undefined;
2602
+ cssName?: string | undefined;
2603
+ cssStyle?: string | undefined;
2604
+ designCssStyle?: string | undefined;
2605
+ appId: string;
2606
+ id?: string | undefined;
2607
+ name?: string | undefined;
2608
+ userParam?: Record<string, string> | undefined;
2609
+ modelId?: string | undefined;
2610
+ modelType?: string | undefined;
2611
+ } | undefined;
2612
+ sysPFPluginId?: string | undefined;
2613
+ user2ControlAction?: {
2614
+ adappDELogicId?: string | undefined;
2615
+ actionDesc?: string | undefined;
2616
+ appDEMethodId?: string | undefined;
2617
+ appDataEntityId?: string | undefined;
2618
+ timeout?: number | undefined;
2619
+ appId: string;
2620
+ id?: string | undefined;
2621
+ name?: string | undefined;
2622
+ codeName?: string | undefined;
2623
+ userParam?: Record<string, string> | undefined;
2624
+ modelId?: string | undefined;
2625
+ modelType?: string | undefined;
2626
+ } | undefined;
2627
+ userControlAction?: {
2628
+ adappDELogicId?: string | undefined;
2629
+ actionDesc?: string | undefined;
2630
+ appDEMethodId?: string | undefined;
2631
+ appDataEntityId?: string | undefined;
2632
+ timeout?: number | undefined;
2633
+ appId: string;
2634
+ id?: string | undefined;
2635
+ name?: string | undefined;
2636
+ codeName?: string | undefined;
2637
+ userParam?: Record<string, string> | undefined;
2638
+ modelId?: string | undefined;
2639
+ modelType?: string | undefined;
2640
+ } | undefined;
2641
+ width?: number | undefined;
2642
+ appId: string;
2643
+ id?: string | undefined;
2644
+ name?: string | undefined;
2645
+ userParam?: Record<string, string> | undefined;
2646
+ modelId?: string | undefined;
2647
+ modelType?: string | undefined;
2648
+ }[] | undefined;
2649
+ layout?: {
2650
+ layout?: string | undefined;
2651
+ appId: string;
2652
+ id?: string | undefined;
2653
+ name?: string | undefined;
2654
+ codeName?: string | undefined;
2655
+ userParam?: Record<string, string> | undefined;
2656
+ modelId?: string | undefined;
2657
+ modelType?: string | undefined;
2658
+ } | undefined;
2659
+ } | undefined;
2660
+ renderName?: string | undefined;
2661
+ renderType?: string | undefined;
2662
+ appId: string;
2663
+ id?: string | undefined;
2664
+ name?: string | undefined;
2665
+ codeName?: string | undefined;
2666
+ userParam?: Record<string, string> | undefined;
2667
+ modelId?: string | undefined;
2668
+ modelType?: string | undefined;
2669
+ }[] | undefined;
2670
+ ctrlMsg?: {
2671
+ codeName?: string | undefined;
2672
+ msgModel?: string | undefined;
2673
+ ctrlMsgItems?: {
2674
+ content?: string | undefined;
2675
+ contentLanguageRes?: {
2676
+ defaultContent?: string | undefined;
2677
+ lanResTag?: string | undefined;
2678
+ lanResType?: string | undefined;
2679
+ refFlag?: boolean | undefined;
2680
+ appId: string;
2681
+ id?: string | undefined;
2682
+ name?: string | undefined;
2683
+ codeName?: string | undefined;
2684
+ userParam?: Record<string, string> | undefined;
2685
+ modelId?: string | undefined;
2686
+ modelType?: string | undefined;
2687
+ } | undefined;
2688
+ timeout?: number | undefined;
2689
+ appId: string;
2690
+ id?: string | undefined;
2691
+ name?: string | undefined;
2692
+ codeName?: string | undefined;
2693
+ userParam?: Record<string, string> | undefined;
2694
+ modelId?: string | undefined;
2695
+ modelType?: string | undefined;
2696
+ }[] | undefined;
2697
+ appId: string;
2698
+ id?: string | undefined;
2699
+ name?: string | undefined;
2700
+ userParam?: Record<string, string> | undefined;
2701
+ modelId?: string | undefined;
2702
+ modelType?: string | undefined;
2703
+ } | undefined;
2704
+ sysCss?: {
2705
+ codeName?: string | undefined;
2706
+ cssName?: string | undefined;
2707
+ cssStyle?: string | undefined;
2708
+ designCssStyle?: string | undefined;
2709
+ appId: string;
2710
+ id?: string | undefined;
2711
+ name?: string | undefined;
2712
+ userParam?: Record<string, string> | undefined;
2713
+ modelId?: string | undefined;
2714
+ modelType?: string | undefined;
2715
+ } | undefined;
2716
+ sysPFPluginId?: string | undefined;
2717
+ user2ControlAction?: {
2718
+ adappDELogicId?: string | undefined;
2719
+ actionDesc?: string | undefined;
2720
+ appDEMethodId?: string | undefined;
2721
+ appDataEntityId?: string | undefined;
2722
+ timeout?: number | undefined;
2723
+ appId: string;
2724
+ id?: string | undefined;
2725
+ name?: string | undefined;
2726
+ codeName?: string | undefined;
2727
+ userParam?: Record<string, string> | undefined;
2728
+ modelId?: string | undefined;
2729
+ modelType?: string | undefined;
2730
+ } | undefined;
2731
+ userControlAction?: {
2732
+ adappDELogicId?: string | undefined;
2733
+ actionDesc?: string | undefined;
2734
+ appDEMethodId?: string | undefined;
2735
+ appDataEntityId?: string | undefined;
2736
+ timeout?: number | undefined;
2737
+ appId: string;
2738
+ id?: string | undefined;
2739
+ name?: string | undefined;
2740
+ codeName?: string | undefined;
2741
+ userParam?: Record<string, string> | undefined;
2742
+ modelId?: string | undefined;
2743
+ modelType?: string | undefined;
2744
+ } | undefined;
2745
+ width?: number | undefined;
2746
+ appId: string;
2747
+ id?: string | undefined;
2748
+ name?: string | undefined;
2749
+ userParam?: Record<string, string> | undefined;
2750
+ modelId?: string | undefined;
2751
+ modelType?: string | undefined;
2752
+ appCounterRefs?: {
2753
+ appCounter?: {
2754
+ getAppDEActionId?: string | undefined;
2755
+ getAppDEDataSetId?: string | undefined;
2756
+ appDataEntityId?: string | undefined;
2757
+ codeName?: string | undefined;
2758
+ counterData?: string | undefined;
2759
+ counterData2?: string | undefined;
2760
+ counterType?: string | undefined;
2761
+ customCond?: string | undefined;
2762
+ counterId?: string | undefined;
2763
+ sysPFPluginId?: string | undefined;
2764
+ timer?: number | undefined;
2765
+ appId: string;
2766
+ id?: string | undefined;
2767
+ name?: string | undefined;
2768
+ userParam?: Record<string, string> | undefined;
2769
+ modelId?: string | undefined;
2770
+ modelType?: string | undefined;
2771
+ } | undefined;
2772
+ refMode?: {
2773
+ [x: string]: any;
2774
+ [x: symbol]: any;
2775
+ constructor: Function;
2776
+ toString: () => string;
2777
+ toLocaleString: () => string;
2778
+ valueOf: () => Object;
2779
+ hasOwnProperty: (v: PropertyKey) => boolean;
2780
+ isPrototypeOf: (v: Object) => boolean;
2781
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2782
+ } | undefined;
2783
+ tag?: string | undefined;
2784
+ appId: string;
2785
+ id?: string | undefined;
2786
+ name?: string | undefined;
2787
+ codeName?: string | undefined;
2788
+ userParam?: Record<string, string> | undefined;
2789
+ modelId?: string | undefined;
2790
+ modelType?: string | undefined;
2791
+ }[] | undefined;
2792
+ appViewEngines?: {
2793
+ engineCat?: string | undefined;
2794
+ engineType?: string | undefined;
2795
+ params?: {
2796
+ paramType?: string | undefined;
2797
+ value?: {
2798
+ [x: string]: any;
2799
+ [x: symbol]: any;
2800
+ constructor: Function;
2801
+ toString: () => string;
2802
+ toLocaleString: () => string;
2803
+ valueOf: () => Object;
2804
+ hasOwnProperty: (v: PropertyKey) => boolean;
2805
+ isPrototypeOf: (v: Object) => boolean;
2806
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2807
+ } | undefined;
2808
+ appId: string;
2809
+ id?: string | undefined;
2810
+ name?: string | undefined;
2811
+ codeName?: string | undefined;
2812
+ userParam?: Record<string, string> | undefined;
2813
+ modelId?: string | undefined;
2814
+ modelType?: string | undefined;
2815
+ }[] | undefined;
2816
+ appId: string;
2817
+ id?: string | undefined;
2818
+ name?: string | undefined;
2819
+ codeName?: string | undefined;
2820
+ userParam?: Record<string, string> | undefined;
2821
+ modelId?: string | undefined;
2822
+ modelType?: string | undefined;
2823
+ }[] | undefined;
2824
+ appViewLogics?: {
2825
+ builtinAppUILogic?: {
2826
+ appDEUILogicId?: string | undefined;
2827
+ appDataEntityId?: string | undefined;
2828
+ appUILogicRefViews?: {
2829
+ openMode?: string | undefined;
2830
+ refMode?: string | undefined;
2831
+ refAppViewId?: string | undefined;
2832
+ navigateContexts?: {
2833
+ desc?: string | undefined;
2834
+ key?: string | undefined;
2835
+ value?: string | undefined;
2836
+ rawValue?: boolean | undefined;
2837
+ appId: string;
2838
+ id?: string | undefined;
2839
+ name?: string | undefined;
2840
+ codeName?: string | undefined;
2841
+ userParam?: Record<string, string> | undefined;
2842
+ modelId?: string | undefined;
2843
+ modelType?: string | undefined;
2844
+ }[] | undefined;
2845
+ navigateParams?: {
2846
+ desc?: string | undefined;
2847
+ key?: string | undefined;
2848
+ value?: string | undefined;
2849
+ rawValue?: boolean | undefined;
2850
+ appId: string;
2851
+ id?: string | undefined;
2852
+ name?: string | undefined;
2853
+ codeName?: string | undefined;
2854
+ userParam?: Record<string, string> | undefined;
2855
+ modelId?: string | undefined;
2856
+ modelType?: string | undefined;
2857
+ }[] | undefined;
2858
+ appId: string;
2859
+ id?: string | undefined;
2860
+ name?: string | undefined;
2861
+ codeName?: string | undefined;
2862
+ userParam?: Record<string, string> | undefined;
2863
+ modelId?: string | undefined;
2864
+ modelType?: string | undefined;
2865
+ }[] | undefined;
2866
+ viewLogicType?: string | undefined;
2867
+ builtinLogic?: boolean | undefined;
2868
+ codeName?: string | undefined;
2869
+ logicType?: string | undefined;
2870
+ viewLogicStyle?: string | undefined;
2871
+ appId: string;
2872
+ id?: string | undefined;
2873
+ name?: string | undefined;
2874
+ userParam?: Record<string, string> | undefined;
2875
+ modelId?: string | undefined;
2876
+ modelType?: string | undefined;
2877
+ } | undefined;
2878
+ attrName?: string | undefined;
2879
+ eventArg?: string | undefined;
2880
+ eventArg2?: string | undefined;
2881
+ eventNames?: string | undefined;
2882
+ itemName?: string | undefined;
2883
+ logicParam?: string | undefined;
2884
+ logicParam2?: string | undefined;
2885
+ logicTrigger?: string | undefined;
2886
+ logicType?: string | undefined;
2887
+ owner?: {
2888
+ [x: string]: any;
2889
+ [x: symbol]: any;
2890
+ constructor: Function;
2891
+ toString: () => string;
2892
+ toLocaleString: () => string;
2893
+ valueOf: () => Object;
2894
+ hasOwnProperty: (v: PropertyKey) => boolean;
2895
+ isPrototypeOf: (v: Object) => boolean;
2896
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2897
+ } | undefined;
2898
+ appDEUILogicId?: string | undefined;
2899
+ appDataEntityId?: string | undefined;
2900
+ appUILogicId?: string | undefined;
2901
+ appViewEngineId?: string | undefined;
2902
+ appViewLogicId?: string | undefined;
2903
+ ctrlName?: string | undefined;
2904
+ scriptCode?: string | undefined;
2905
+ timer?: number | undefined;
2906
+ builtinLogic?: boolean | undefined;
2907
+ appId: string;
2908
+ id?: string | undefined;
2909
+ name?: string | undefined;
2910
+ codeName?: string | undefined;
2911
+ userParam?: Record<string, string> | undefined;
2912
+ modelId?: string | undefined;
2913
+ modelType?: string | undefined;
2914
+ }[] | undefined;
2915
+ appViewRefs?: {
2916
+ height?: number | undefined;
2917
+ openMode?: string | undefined;
2918
+ owner?: {
2919
+ [x: string]: any;
2920
+ [x: symbol]: any;
2921
+ constructor: Function;
2922
+ toString: () => string;
2923
+ toLocaleString: () => string;
2924
+ valueOf: () => Object;
2925
+ hasOwnProperty: (v: PropertyKey) => boolean;
2926
+ isPrototypeOf: (v: Object) => boolean;
2927
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2928
+ } | undefined;
2929
+ parentDataJO?: {
2930
+ [x: string]: any;
2931
+ [x: symbol]: any;
2932
+ constructor: Function;
2933
+ toString: () => string;
2934
+ toLocaleString: () => string;
2935
+ valueOf: () => Object;
2936
+ hasOwnProperty: (v: PropertyKey) => boolean;
2937
+ isPrototypeOf: (v: Object) => boolean;
2938
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2939
+ } | undefined;
2940
+ realOpenMode?: string | undefined;
2941
+ realTitle?: string | undefined;
2942
+ realTitleLanguageRes?: {
2943
+ defaultContent?: string | undefined;
2944
+ lanResTag?: string | undefined;
2945
+ lanResType?: string | undefined;
2946
+ refFlag?: boolean | undefined;
2947
+ appId: string;
2948
+ id?: string | undefined;
2949
+ name?: string | undefined;
2950
+ codeName?: string | undefined;
2951
+ userParam?: Record<string, string> | undefined;
2952
+ modelId?: string | undefined;
2953
+ modelType?: string | undefined;
2954
+ } | undefined;
2955
+ refAppViewId?: string | undefined;
2956
+ viewParamJO?: {
2957
+ [x: string]: any;
2958
+ [x: symbol]: any;
2959
+ constructor: Function;
2960
+ toString: () => string;
2961
+ toLocaleString: () => string;
2962
+ valueOf: () => Object;
2963
+ hasOwnProperty: (v: PropertyKey) => boolean;
2964
+ isPrototypeOf: (v: Object) => boolean;
2965
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
2966
+ } | undefined;
2967
+ width?: number | undefined;
2968
+ navigateContexts?: {
2969
+ desc?: string | undefined;
2970
+ key?: string | undefined;
2971
+ value?: string | undefined;
2972
+ rawValue?: boolean | undefined;
2973
+ appId: string;
2974
+ id?: string | undefined;
2975
+ name?: string | undefined;
2976
+ codeName?: string | undefined;
2977
+ userParam?: Record<string, string> | undefined;
2978
+ modelId?: string | undefined;
2979
+ modelType?: string | undefined;
2980
+ }[] | undefined;
2981
+ navigateParams?: {
2982
+ desc?: string | undefined;
2983
+ key?: string | undefined;
2984
+ value?: string | undefined;
2985
+ rawValue?: boolean | undefined;
2986
+ appId: string;
2987
+ id?: string | undefined;
2988
+ name?: string | undefined;
2989
+ codeName?: string | undefined;
2990
+ userParam?: Record<string, string> | undefined;
2991
+ modelId?: string | undefined;
2992
+ modelType?: string | undefined;
2993
+ }[] | undefined;
2994
+ appId: string;
2995
+ id?: string | undefined;
2996
+ name?: string | undefined;
2997
+ codeName?: string | undefined;
2998
+ userParam?: Record<string, string> | undefined;
2999
+ modelId?: string | undefined;
3000
+ modelType?: string | undefined;
3001
+ }[] | undefined;
3002
+ controls?: {
3003
+ codeName?: string | undefined;
3004
+ controlStyle?: string | undefined;
3005
+ controlType?: string | undefined;
3006
+ height?: number | undefined;
3007
+ logicName?: string | undefined;
3008
+ appDataEntityId?: string | undefined;
3009
+ controlAttributes?: {
3010
+ attrName?: string | undefined;
3011
+ attrValue?: string | undefined;
3012
+ appId: string;
3013
+ id?: string | undefined;
3014
+ name?: string | undefined;
3015
+ codeName?: string | undefined;
3016
+ userParam?: Record<string, string> | undefined;
3017
+ modelId?: string | undefined;
3018
+ modelType?: string | undefined;
3019
+ }[] | undefined;
3020
+ controlLogics?: {
3021
+ attrName?: string | undefined;
3022
+ eventArg?: string | undefined;
3023
+ eventArg2?: string | undefined;
3024
+ eventNames?: string | undefined;
3025
+ itemName?: string | undefined;
3026
+ logicTag?: string | undefined;
3027
+ logicType?: string | undefined;
3028
+ appDEUIActionId?: string | undefined;
3029
+ appDEUILogicId?: string | undefined;
3030
+ appDataEntityId?: string | undefined;
3031
+ appUILogicId?: string | undefined;
3032
+ appViewEngineId?: string | undefined;
3033
+ appViewLogicId?: string | undefined;
3034
+ scriptCode?: string | undefined;
3035
+ timer?: number | undefined;
3036
+ triggerType?: string | undefined;
3037
+ appId: string;
3038
+ id?: string | undefined;
3039
+ name?: string | undefined;
3040
+ codeName?: string | undefined;
3041
+ userParam?: Record<string, string> | undefined;
3042
+ modelId?: string | undefined;
3043
+ modelType?: string | undefined;
3044
+ }[] | undefined;
3045
+ controlParam?: {
3046
+ ctrlParams?: {
3047
+ [x: string]: any;
3048
+ [x: symbol]: any;
3049
+ constructor: Function;
3050
+ toString: () => string;
3051
+ toLocaleString: () => string;
3052
+ valueOf: () => Object;
3053
+ hasOwnProperty: (v: PropertyKey) => boolean;
3054
+ isPrototypeOf: (v: Object) => boolean;
3055
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3056
+ } | undefined;
3057
+ appId: string;
3058
+ id?: string | undefined;
3059
+ name?: string | undefined;
3060
+ codeName?: string | undefined;
3061
+ userParam?: Record<string, string> | undefined;
3062
+ modelId?: string | undefined;
3063
+ modelType?: string | undefined;
3064
+ } | undefined;
3065
+ controlRenders?: {
3066
+ layoutPanelModel?: string | undefined;
3067
+ layoutPanel?: {
3068
+ codeName?: string | undefined;
3069
+ dataMode?: number | undefined;
3070
+ dataName?: string | undefined;
3071
+ dataTimer?: number | undefined;
3072
+ getControlAction?: {
3073
+ adappDELogicId?: string | undefined;
3074
+ actionDesc?: string | undefined;
3075
+ appDEMethodId?: string | undefined;
3076
+ appDataEntityId?: string | undefined;
3077
+ timeout?: number | undefined;
3078
+ appId: string;
3079
+ id?: string | undefined;
3080
+ name?: string | undefined;
3081
+ codeName?: string | undefined;
3082
+ userParam?: Record<string, string> | undefined;
3083
+ modelId?: string | undefined;
3084
+ modelType?: string | undefined;
3085
+ } | undefined;
3086
+ layoutMode?: string | undefined;
3087
+ panelStyle?: string | undefined;
3088
+ panelWidth?: number | undefined;
3089
+ rootPanelItems?: {
3090
+ capLanguageRes?: {
3091
+ defaultContent?: string | undefined;
3092
+ lanResTag?: string | undefined;
3093
+ lanResType?: string | undefined;
3094
+ refFlag?: boolean | undefined;
3095
+ appId: string;
3096
+ id?: string | undefined;
3097
+ name?: string | undefined;
3098
+ codeName?: string | undefined;
3099
+ userParam?: Record<string, string> | undefined;
3100
+ modelId?: string | undefined;
3101
+ modelType?: string | undefined;
3102
+ } | undefined;
3103
+ caption?: string | undefined;
3104
+ contentHeight?: number | undefined;
3105
+ contentWidth?: number | undefined;
3106
+ cssStyle?: string | undefined;
3107
+ dynaClass?: string | undefined;
3108
+ height?: number | undefined;
3109
+ itemStyle?: string | undefined;
3110
+ itemType?: string | undefined;
3111
+ labelCssStyle?: string | undefined;
3112
+ labelDynaClass?: string | undefined;
3113
+ labelSysCss?: {
3114
+ codeName?: string | undefined;
3115
+ cssName?: string | undefined;
3116
+ cssStyle?: string | undefined;
3117
+ designCssStyle?: string | undefined;
3118
+ appId: string;
3119
+ id?: string | undefined;
3120
+ name?: string | undefined;
3121
+ userParam?: Record<string, string> | undefined;
3122
+ modelId?: string | undefined;
3123
+ modelType?: string | undefined;
3124
+ } | undefined;
3125
+ layout?: {
3126
+ layout?: string | undefined;
3127
+ appId: string;
3128
+ id?: string | undefined;
3129
+ name?: string | undefined;
3130
+ codeName?: string | undefined;
3131
+ userParam?: Record<string, string> | undefined;
3132
+ modelId?: string | undefined;
3133
+ modelType?: string | undefined;
3134
+ } | undefined;
3135
+ layoutPos?: {
3136
+ halignSelf?: string | undefined;
3137
+ height?: number | undefined;
3138
+ heightMode?: string | undefined;
3139
+ layout?: string | undefined;
3140
+ spacingBottom?: string | undefined;
3141
+ spacingLeft?: string | undefined;
3142
+ spacingRight?: string | undefined;
3143
+ spacingTop?: string | undefined;
3144
+ valignSelf?: string | undefined;
3145
+ width?: number | undefined;
3146
+ widthMode?: string | undefined;
3147
+ appId: string;
3148
+ id?: string | undefined;
3149
+ name?: string | undefined;
3150
+ codeName?: string | undefined;
3151
+ userParam?: Record<string, string> | undefined;
3152
+ modelId?: string | undefined;
3153
+ modelType?: string | undefined;
3154
+ } | undefined;
3155
+ panelItemGroupLogics?: {
3156
+ logicCat?: string | undefined;
3157
+ relatedItemNames?: string[] | undefined;
3158
+ groupOP?: string | undefined;
3159
+ panelItemLogics?: {
3160
+ logicCat?: string | undefined;
3161
+ logicType?: string | undefined;
3162
+ appId: string;
3163
+ id?: string | undefined;
3164
+ name?: string | undefined;
3165
+ codeName?: string | undefined;
3166
+ userParam?: Record<string, string> | undefined;
3167
+ modelId?: string | undefined;
3168
+ modelType?: string | undefined;
3169
+ }[] | undefined;
3170
+ notMode?: boolean | undefined;
3171
+ logicType?: string | undefined;
3172
+ appId: string;
3173
+ id?: string | undefined;
3174
+ name?: string | undefined;
3175
+ codeName?: string | undefined;
3176
+ userParam?: Record<string, string> | undefined;
3177
+ modelId?: string | undefined;
3178
+ modelType?: string | undefined;
3179
+ }[] | undefined;
3180
+ sysCss?: {
3181
+ codeName?: string | undefined;
3182
+ cssName?: string | undefined;
3183
+ cssStyle?: string | undefined;
3184
+ designCssStyle?: string | undefined;
3185
+ appId: string;
3186
+ id?: string | undefined;
3187
+ name?: string | undefined;
3188
+ userParam?: Record<string, string> | undefined;
3189
+ modelId?: string | undefined;
3190
+ modelType?: string | undefined;
3191
+ } | undefined;
3192
+ sysImage?: {
3193
+ codeName?: string | undefined;
3194
+ cssClass?: string | undefined;
3195
+ cssClassX?: string | undefined;
3196
+ glyph?: string | undefined;
3197
+ height?: number | undefined;
3198
+ imagePath?: string | undefined;
3199
+ imagePathX?: string | undefined;
3200
+ rawContent?: string | undefined;
3201
+ width?: number | undefined;
3202
+ appId: string;
3203
+ id?: string | undefined;
3204
+ name?: string | undefined;
3205
+ userParam?: Record<string, string> | undefined;
3206
+ modelId?: string | undefined;
3207
+ modelType?: string | undefined;
3208
+ } | undefined;
3209
+ sysPFPluginId?: string | undefined;
3210
+ width?: number | undefined;
3211
+ showCaption?: boolean | undefined;
3212
+ controlAttributes?: {
3213
+ attrName?: string | undefined;
3214
+ attrValue?: string | undefined;
3215
+ appId: string;
3216
+ id?: string | undefined;
3217
+ name?: string | undefined;
3218
+ codeName?: string | undefined;
3219
+ userParam?: Record<string, string> | undefined;
3220
+ modelId?: string | undefined;
3221
+ modelType?: string | undefined;
3222
+ }[] | undefined;
3223
+ controlLogics?: {
3224
+ attrName?: string | undefined;
3225
+ eventArg?: string | undefined;
3226
+ eventArg2?: string | undefined;
3227
+ eventNames?: string | undefined;
3228
+ itemName?: string | undefined;
3229
+ logicTag?: string | undefined;
3230
+ logicType?: string | undefined;
3231
+ appDEUIActionId?: string | undefined;
3232
+ appDEUILogicId?: string | undefined;
3233
+ appDataEntityId?: string | undefined;
3234
+ appUILogicId?: string | undefined;
3235
+ appViewEngineId?: string | undefined;
3236
+ appViewLogicId?: string | undefined;
3237
+ scriptCode?: string | undefined;
3238
+ timer?: number | undefined;
3239
+ triggerType?: string | undefined;
3240
+ appId: string;
3241
+ id?: string | undefined;
3242
+ name?: string | undefined;
3243
+ codeName?: string | undefined;
3244
+ userParam?: Record<string, string> | undefined;
3245
+ modelId?: string | undefined;
3246
+ modelType?: string | undefined;
3247
+ }[] | undefined;
3248
+ controlRenders?: any[] | undefined;
3249
+ appId: string;
3250
+ id?: string | undefined;
3251
+ name?: string | undefined;
3252
+ codeName?: string | undefined;
3253
+ userParam?: Record<string, string> | undefined;
3254
+ modelId?: string | undefined;
3255
+ modelType?: string | undefined;
3256
+ }[] | undefined;
3257
+ layoutPanel?: boolean | undefined;
3258
+ mobilePanel?: boolean | undefined;
3259
+ controlStyle?: string | undefined;
3260
+ controlType?: string | undefined;
3261
+ height?: number | undefined;
3262
+ logicName?: string | undefined;
3263
+ appDataEntityId?: string | undefined;
3264
+ controlAttributes?: {
3265
+ attrName?: string | undefined;
3266
+ attrValue?: string | undefined;
3267
+ appId: string;
3268
+ id?: string | undefined;
3269
+ name?: string | undefined;
3270
+ codeName?: string | undefined;
3271
+ userParam?: Record<string, string> | undefined;
3272
+ modelId?: string | undefined;
3273
+ modelType?: string | undefined;
3274
+ }[] | undefined;
3275
+ controlLogics?: {
3276
+ attrName?: string | undefined;
3277
+ eventArg?: string | undefined;
3278
+ eventArg2?: string | undefined;
3279
+ eventNames?: string | undefined;
3280
+ itemName?: string | undefined;
3281
+ logicTag?: string | undefined;
3282
+ logicType?: string | undefined;
3283
+ appDEUIActionId?: string | undefined;
3284
+ appDEUILogicId?: string | undefined;
3285
+ appDataEntityId?: string | undefined;
3286
+ appUILogicId?: string | undefined;
3287
+ appViewEngineId?: string | undefined;
3288
+ appViewLogicId?: string | undefined;
3289
+ scriptCode?: string | undefined;
3290
+ timer?: number | undefined;
3291
+ triggerType?: string | undefined;
3292
+ appId: string;
3293
+ id?: string | undefined;
3294
+ name?: string | undefined;
3295
+ codeName?: string | undefined;
3296
+ userParam?: Record<string, string> | undefined;
3297
+ modelId?: string | undefined;
3298
+ modelType?: string | undefined;
3299
+ }[] | undefined;
3300
+ controlParam?: {
3301
+ ctrlParams?: {
3302
+ [x: string]: any;
3303
+ [x: symbol]: any;
3304
+ constructor: Function;
3305
+ toString: () => string;
3306
+ toLocaleString: () => string;
3307
+ valueOf: () => Object;
3308
+ hasOwnProperty: (v: PropertyKey) => boolean;
3309
+ isPrototypeOf: (v: Object) => boolean;
3310
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3311
+ } | undefined;
3312
+ appId: string;
3313
+ id?: string | undefined;
3314
+ name?: string | undefined;
3315
+ codeName?: string | undefined;
3316
+ userParam?: Record<string, string> | undefined;
3317
+ modelId?: string | undefined;
3318
+ modelType?: string | undefined;
3319
+ } | undefined;
3320
+ controlRenders?: any[] | undefined;
3321
+ ctrlMsg?: {
3322
+ codeName?: string | undefined;
3323
+ msgModel?: string | undefined;
3324
+ ctrlMsgItems?: {
3325
+ content?: string | undefined;
3326
+ contentLanguageRes?: {
3327
+ defaultContent?: string | undefined;
3328
+ lanResTag?: string | undefined;
3329
+ lanResType?: string | undefined;
3330
+ refFlag?: boolean | undefined;
3331
+ appId: string;
3332
+ id?: string | undefined;
3333
+ name?: string | undefined;
3334
+ codeName?: string | undefined;
3335
+ userParam?: Record<string, string> | undefined;
3336
+ modelId?: string | undefined;
3337
+ modelType?: string | undefined;
3338
+ } | undefined;
3339
+ timeout?: number | undefined;
3340
+ appId: string;
3341
+ id?: string | undefined;
3342
+ name?: string | undefined;
3343
+ codeName?: string | undefined;
3344
+ userParam?: Record<string, string> | undefined;
3345
+ modelId?: string | undefined;
3346
+ modelType?: string | undefined;
3347
+ }[] | undefined;
3348
+ appId: string;
3349
+ id?: string | undefined;
3350
+ name?: string | undefined;
3351
+ userParam?: Record<string, string> | undefined;
3352
+ modelId?: string | undefined;
3353
+ modelType?: string | undefined;
3354
+ } | undefined;
3355
+ sysCss?: {
3356
+ codeName?: string | undefined;
3357
+ cssName?: string | undefined;
3358
+ cssStyle?: string | undefined;
3359
+ designCssStyle?: string | undefined;
3360
+ appId: string;
3361
+ id?: string | undefined;
3362
+ name?: string | undefined;
3363
+ userParam?: Record<string, string> | undefined;
3364
+ modelId?: string | undefined;
3365
+ modelType?: string | undefined;
3366
+ } | undefined;
3367
+ sysPFPluginId?: string | undefined;
3368
+ user2ControlAction?: {
3369
+ adappDELogicId?: string | undefined;
3370
+ actionDesc?: string | undefined;
3371
+ appDEMethodId?: string | undefined;
3372
+ appDataEntityId?: string | undefined;
3373
+ timeout?: number | undefined;
3374
+ appId: string;
3375
+ id?: string | undefined;
3376
+ name?: string | undefined;
3377
+ codeName?: string | undefined;
3378
+ userParam?: Record<string, string> | undefined;
3379
+ modelId?: string | undefined;
3380
+ modelType?: string | undefined;
3381
+ } | undefined;
3382
+ userControlAction?: {
3383
+ adappDELogicId?: string | undefined;
3384
+ actionDesc?: string | undefined;
3385
+ appDEMethodId?: string | undefined;
3386
+ appDataEntityId?: string | undefined;
3387
+ timeout?: number | undefined;
3388
+ appId: string;
3389
+ id?: string | undefined;
3390
+ name?: string | undefined;
3391
+ codeName?: string | undefined;
3392
+ userParam?: Record<string, string> | undefined;
3393
+ modelId?: string | undefined;
3394
+ modelType?: string | undefined;
3395
+ } | undefined;
3396
+ width?: number | undefined;
3397
+ appId: string;
3398
+ id?: string | undefined;
3399
+ name?: string | undefined;
3400
+ userParam?: Record<string, string> | undefined;
3401
+ modelId?: string | undefined;
3402
+ modelType?: string | undefined;
3403
+ appCounterRefs?: {
3404
+ appCounter?: {
3405
+ getAppDEActionId?: string | undefined;
3406
+ getAppDEDataSetId?: string | undefined;
3407
+ appDataEntityId?: string | undefined;
3408
+ codeName?: string | undefined;
3409
+ counterData?: string | undefined;
3410
+ counterData2?: string | undefined;
3411
+ counterType?: string | undefined;
3412
+ customCond?: string | undefined;
3413
+ counterId?: string | undefined;
3414
+ sysPFPluginId?: string | undefined;
3415
+ timer?: number | undefined;
3416
+ appId: string;
3417
+ id?: string | undefined;
3418
+ name?: string | undefined;
3419
+ userParam?: Record<string, string> | undefined;
3420
+ modelId?: string | undefined;
3421
+ modelType?: string | undefined;
3422
+ } | undefined;
3423
+ refMode?: {
3424
+ [x: string]: any;
3425
+ [x: symbol]: any;
3426
+ constructor: Function;
3427
+ toString: () => string;
3428
+ toLocaleString: () => string;
3429
+ valueOf: () => Object;
3430
+ hasOwnProperty: (v: PropertyKey) => boolean;
3431
+ isPrototypeOf: (v: Object) => boolean;
3432
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3433
+ } | undefined;
3434
+ tag?: string | undefined;
3435
+ appId: string;
3436
+ id?: string | undefined;
3437
+ name?: string | undefined;
3438
+ codeName?: string | undefined;
3439
+ userParam?: Record<string, string> | undefined;
3440
+ modelId?: string | undefined;
3441
+ modelType?: string | undefined;
3442
+ }[] | undefined;
3443
+ appViewEngines?: {
3444
+ engineCat?: string | undefined;
3445
+ engineType?: string | undefined;
3446
+ params?: {
3447
+ paramType?: string | undefined;
3448
+ value?: {
3449
+ [x: string]: any;
3450
+ [x: symbol]: any;
3451
+ constructor: Function;
3452
+ toString: () => string;
3453
+ toLocaleString: () => string;
3454
+ valueOf: () => Object;
3455
+ hasOwnProperty: (v: PropertyKey) => boolean;
3456
+ isPrototypeOf: (v: Object) => boolean;
3457
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3458
+ } | undefined;
3459
+ appId: string;
3460
+ id?: string | undefined;
3461
+ name?: string | undefined;
3462
+ codeName?: string | undefined;
3463
+ userParam?: Record<string, string> | undefined;
3464
+ modelId?: string | undefined;
3465
+ modelType?: string | undefined;
3466
+ }[] | undefined;
3467
+ appId: string;
3468
+ id?: string | undefined;
3469
+ name?: string | undefined;
3470
+ codeName?: string | undefined;
3471
+ userParam?: Record<string, string> | undefined;
3472
+ modelId?: string | undefined;
3473
+ modelType?: string | undefined;
3474
+ }[] | undefined;
3475
+ appViewLogics?: {
3476
+ builtinAppUILogic?: {
3477
+ appDEUILogicId?: string | undefined;
3478
+ appDataEntityId?: string | undefined;
3479
+ appUILogicRefViews?: {
3480
+ openMode?: string | undefined;
3481
+ refMode?: string | undefined;
3482
+ refAppViewId?: string | undefined;
3483
+ navigateContexts?: {
3484
+ desc?: string | undefined;
3485
+ key?: string | undefined;
3486
+ value?: string | undefined;
3487
+ rawValue?: boolean | undefined;
3488
+ appId: string;
3489
+ id?: string | undefined;
3490
+ name?: string | undefined;
3491
+ codeName?: string | undefined;
3492
+ userParam?: Record<string, string> | undefined;
3493
+ modelId?: string | undefined;
3494
+ modelType?: string | undefined;
3495
+ }[] | undefined;
3496
+ navigateParams?: {
3497
+ desc?: string | undefined;
3498
+ key?: string | undefined;
3499
+ value?: string | undefined;
3500
+ rawValue?: boolean | undefined;
3501
+ appId: string;
3502
+ id?: string | undefined;
3503
+ name?: string | undefined;
3504
+ codeName?: string | undefined;
3505
+ userParam?: Record<string, string> | undefined;
3506
+ modelId?: string | undefined;
3507
+ modelType?: string | undefined;
3508
+ }[] | undefined;
3509
+ appId: string;
3510
+ id?: string | undefined;
3511
+ name?: string | undefined;
3512
+ codeName?: string | undefined;
3513
+ userParam?: Record<string, string> | undefined;
3514
+ modelId?: string | undefined;
3515
+ modelType?: string | undefined;
3516
+ }[] | undefined;
3517
+ viewLogicType?: string | undefined;
3518
+ builtinLogic?: boolean | undefined;
3519
+ codeName?: string | undefined;
3520
+ logicType?: string | undefined;
3521
+ viewLogicStyle?: string | undefined;
3522
+ appId: string;
3523
+ id?: string | undefined;
3524
+ name?: string | undefined;
3525
+ userParam?: Record<string, string> | undefined;
3526
+ modelId?: string | undefined;
3527
+ modelType?: string | undefined;
3528
+ } | undefined;
3529
+ attrName?: string | undefined;
3530
+ eventArg?: string | undefined;
3531
+ eventArg2?: string | undefined;
3532
+ eventNames?: string | undefined;
3533
+ itemName?: string | undefined;
3534
+ logicParam?: string | undefined;
3535
+ logicParam2?: string | undefined;
3536
+ logicTrigger?: string | undefined;
3537
+ logicType?: string | undefined;
3538
+ owner?: {
3539
+ [x: string]: any;
3540
+ [x: symbol]: any;
3541
+ constructor: Function;
3542
+ toString: () => string;
3543
+ toLocaleString: () => string;
3544
+ valueOf: () => Object;
3545
+ hasOwnProperty: (v: PropertyKey) => boolean;
3546
+ isPrototypeOf: (v: Object) => boolean;
3547
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3548
+ } | undefined;
3549
+ appDEUILogicId?: string | undefined;
3550
+ appDataEntityId?: string | undefined;
3551
+ appUILogicId?: string | undefined;
3552
+ appViewEngineId?: string | undefined;
3553
+ appViewLogicId?: string | undefined;
3554
+ ctrlName?: string | undefined;
3555
+ scriptCode?: string | undefined;
3556
+ timer?: number | undefined;
3557
+ builtinLogic?: boolean | undefined;
3558
+ appId: string;
3559
+ id?: string | undefined;
3560
+ name?: string | undefined;
3561
+ codeName?: string | undefined;
3562
+ userParam?: Record<string, string> | undefined;
3563
+ modelId?: string | undefined;
3564
+ modelType?: string | undefined;
3565
+ }[] | undefined;
3566
+ appViewRefs?: {
3567
+ height?: number | undefined;
3568
+ openMode?: string | undefined;
3569
+ owner?: {
3570
+ [x: string]: any;
3571
+ [x: symbol]: any;
3572
+ constructor: Function;
3573
+ toString: () => string;
3574
+ toLocaleString: () => string;
3575
+ valueOf: () => Object;
3576
+ hasOwnProperty: (v: PropertyKey) => boolean;
3577
+ isPrototypeOf: (v: Object) => boolean;
3578
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3579
+ } | undefined;
3580
+ parentDataJO?: {
3581
+ [x: string]: any;
3582
+ [x: symbol]: any;
3583
+ constructor: Function;
3584
+ toString: () => string;
3585
+ toLocaleString: () => string;
3586
+ valueOf: () => Object;
3587
+ hasOwnProperty: (v: PropertyKey) => boolean;
3588
+ isPrototypeOf: (v: Object) => boolean;
3589
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3590
+ } | undefined;
3591
+ realOpenMode?: string | undefined;
3592
+ realTitle?: string | undefined;
3593
+ realTitleLanguageRes?: {
3594
+ defaultContent?: string | undefined;
3595
+ lanResTag?: string | undefined;
3596
+ lanResType?: string | undefined;
3597
+ refFlag?: boolean | undefined;
3598
+ appId: string;
3599
+ id?: string | undefined;
3600
+ name?: string | undefined;
3601
+ codeName?: string | undefined;
3602
+ userParam?: Record<string, string> | undefined;
3603
+ modelId?: string | undefined;
3604
+ modelType?: string | undefined;
3605
+ } | undefined;
3606
+ refAppViewId?: string | undefined;
3607
+ viewParamJO?: {
3608
+ [x: string]: any;
3609
+ [x: symbol]: any;
3610
+ constructor: Function;
3611
+ toString: () => string;
3612
+ toLocaleString: () => string;
3613
+ valueOf: () => Object;
3614
+ hasOwnProperty: (v: PropertyKey) => boolean;
3615
+ isPrototypeOf: (v: Object) => boolean;
3616
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3617
+ } | undefined;
3618
+ width?: number | undefined;
3619
+ navigateContexts?: {
3620
+ desc?: string | undefined;
3621
+ key?: string | undefined;
3622
+ value?: string | undefined;
3623
+ rawValue?: boolean | undefined;
3624
+ appId: string;
3625
+ id?: string | undefined;
3626
+ name?: string | undefined;
3627
+ codeName?: string | undefined;
3628
+ userParam?: Record<string, string> | undefined;
3629
+ modelId?: string | undefined;
3630
+ modelType?: string | undefined;
3631
+ }[] | undefined;
3632
+ navigateParams?: {
3633
+ desc?: string | undefined;
3634
+ key?: string | undefined;
3635
+ value?: string | undefined;
3636
+ rawValue?: boolean | undefined;
3637
+ appId: string;
3638
+ id?: string | undefined;
3639
+ name?: string | undefined;
3640
+ codeName?: string | undefined;
3641
+ userParam?: Record<string, string> | undefined;
3642
+ modelId?: string | undefined;
3643
+ modelType?: string | undefined;
3644
+ }[] | undefined;
3645
+ appId: string;
3646
+ id?: string | undefined;
3647
+ name?: string | undefined;
3648
+ codeName?: string | undefined;
3649
+ userParam?: Record<string, string> | undefined;
3650
+ modelId?: string | undefined;
3651
+ modelType?: string | undefined;
3652
+ }[] | undefined;
3653
+ controls?: any[] | undefined;
3654
+ layout?: {
3655
+ layout?: string | undefined;
3656
+ appId: string;
3657
+ id?: string | undefined;
3658
+ name?: string | undefined;
3659
+ codeName?: string | undefined;
3660
+ userParam?: Record<string, string> | undefined;
3661
+ modelId?: string | undefined;
3662
+ modelType?: string | undefined;
3663
+ } | undefined;
3664
+ } | undefined;
3665
+ renderName?: string | undefined;
3666
+ renderType?: string | undefined;
3667
+ appId: string;
3668
+ id?: string | undefined;
3669
+ name?: string | undefined;
3670
+ codeName?: string | undefined;
3671
+ userParam?: Record<string, string> | undefined;
3672
+ modelId?: string | undefined;
3673
+ modelType?: string | undefined;
3674
+ }[] | undefined;
3675
+ ctrlMsg?: {
3676
+ codeName?: string | undefined;
3677
+ msgModel?: string | undefined;
3678
+ ctrlMsgItems?: {
3679
+ content?: string | undefined;
3680
+ contentLanguageRes?: {
3681
+ defaultContent?: string | undefined;
3682
+ lanResTag?: string | undefined;
3683
+ lanResType?: string | undefined;
3684
+ refFlag?: boolean | undefined;
3685
+ appId: string;
3686
+ id?: string | undefined;
3687
+ name?: string | undefined;
3688
+ codeName?: string | undefined;
3689
+ userParam?: Record<string, string> | undefined;
3690
+ modelId?: string | undefined;
3691
+ modelType?: string | undefined;
3692
+ } | undefined;
3693
+ timeout?: number | undefined;
3694
+ appId: string;
3695
+ id?: string | undefined;
3696
+ name?: string | undefined;
3697
+ codeName?: string | undefined;
3698
+ userParam?: Record<string, string> | undefined;
3699
+ modelId?: string | undefined;
3700
+ modelType?: string | undefined;
3701
+ }[] | undefined;
3702
+ appId: string;
3703
+ id?: string | undefined;
3704
+ name?: string | undefined;
3705
+ userParam?: Record<string, string> | undefined;
3706
+ modelId?: string | undefined;
3707
+ modelType?: string | undefined;
3708
+ } | undefined;
3709
+ sysCss?: {
3710
+ codeName?: string | undefined;
3711
+ cssName?: string | undefined;
3712
+ cssStyle?: string | undefined;
3713
+ designCssStyle?: string | undefined;
3714
+ appId: string;
3715
+ id?: string | undefined;
3716
+ name?: string | undefined;
3717
+ userParam?: Record<string, string> | undefined;
3718
+ modelId?: string | undefined;
3719
+ modelType?: string | undefined;
3720
+ } | undefined;
3721
+ sysPFPluginId?: string | undefined;
3722
+ user2ControlAction?: {
3723
+ adappDELogicId?: string | undefined;
3724
+ actionDesc?: string | undefined;
3725
+ appDEMethodId?: string | undefined;
3726
+ appDataEntityId?: string | undefined;
3727
+ timeout?: number | undefined;
3728
+ appId: string;
3729
+ id?: string | undefined;
3730
+ name?: string | undefined;
3731
+ codeName?: string | undefined;
3732
+ userParam?: Record<string, string> | undefined;
3733
+ modelId?: string | undefined;
3734
+ modelType?: string | undefined;
3735
+ } | undefined;
3736
+ userControlAction?: {
3737
+ adappDELogicId?: string | undefined;
3738
+ actionDesc?: string | undefined;
3739
+ appDEMethodId?: string | undefined;
3740
+ appDataEntityId?: string | undefined;
3741
+ timeout?: number | undefined;
3742
+ appId: string;
3743
+ id?: string | undefined;
3744
+ name?: string | undefined;
3745
+ codeName?: string | undefined;
3746
+ userParam?: Record<string, string> | undefined;
3747
+ modelId?: string | undefined;
3748
+ modelType?: string | undefined;
3749
+ } | undefined;
3750
+ width?: number | undefined;
3751
+ appId: string;
3752
+ id?: string | undefined;
3753
+ name?: string | undefined;
3754
+ userParam?: Record<string, string> | undefined;
3755
+ modelId?: string | undefined;
3756
+ modelType?: string | undefined;
3757
+ }[] | undefined;
3758
+ layout?: {
3759
+ layout?: string | undefined;
3760
+ appId: string;
3761
+ id?: string | undefined;
3762
+ name?: string | undefined;
3763
+ codeName?: string | undefined;
3764
+ userParam?: Record<string, string> | undefined;
3765
+ modelId?: string | undefined;
3766
+ modelType?: string | undefined;
3767
+ } | undefined;
3768
+ } | undefined;
3769
+ priority?: number | undefined;
3770
+ subCapLanguageRes?: {
3771
+ defaultContent?: string | undefined;
3772
+ lanResTag?: string | undefined;
3773
+ lanResType?: string | undefined;
3774
+ refFlag?: boolean | undefined;
3775
+ appId: string;
3776
+ id?: string | undefined;
3777
+ name?: string | undefined;
3778
+ codeName?: string | undefined;
3779
+ userParam?: Record<string, string> | undefined;
3780
+ modelId?: string | undefined;
3781
+ modelType?: string | undefined;
3782
+ } | undefined;
3783
+ subCaption?: string | undefined;
3784
+ title?: string | undefined;
3785
+ titleLanguageRes?: {
3786
+ defaultContent?: string | undefined;
3787
+ lanResTag?: string | undefined;
3788
+ lanResType?: string | undefined;
3789
+ refFlag?: boolean | undefined;
3790
+ appId: string;
3791
+ id?: string | undefined;
3792
+ name?: string | undefined;
3793
+ codeName?: string | undefined;
3794
+ userParam?: Record<string, string> | undefined;
3795
+ modelId?: string | undefined;
3796
+ modelType?: string | undefined;
3797
+ } | undefined;
3798
+ viewStyle?: string | undefined;
3799
+ viewType?: string | undefined;
3800
+ width?: number | undefined;
3801
+ enableDP?: boolean | undefined;
3802
+ enableWF?: boolean | undefined;
3803
+ pickupMode?: boolean | undefined;
3804
+ redirectView?: boolean | undefined;
3805
+ showCaptionBar?: boolean | undefined;
3806
+ appCounterRefs?: {
3807
+ appCounter?: {
3808
+ getAppDEActionId?: string | undefined;
3809
+ getAppDEDataSetId?: string | undefined;
3810
+ appDataEntityId?: string | undefined;
3811
+ codeName?: string | undefined;
3812
+ counterData?: string | undefined;
3813
+ counterData2?: string | undefined;
3814
+ counterType?: string | undefined;
3815
+ customCond?: string | undefined;
3816
+ counterId?: string | undefined;
3817
+ sysPFPluginId?: string | undefined;
3818
+ timer?: number | undefined;
3819
+ appId: string;
3820
+ id?: string | undefined;
3821
+ name?: string | undefined;
3822
+ userParam?: Record<string, string> | undefined;
3823
+ modelId?: string | undefined;
3824
+ modelType?: string | undefined;
3825
+ } | undefined;
3826
+ refMode?: {
3827
+ [x: string]: any;
3828
+ [x: symbol]: any;
3829
+ constructor: Function;
3830
+ toString: () => string;
3831
+ toLocaleString: () => string;
3832
+ valueOf: () => Object;
3833
+ hasOwnProperty: (v: PropertyKey) => boolean;
3834
+ isPrototypeOf: (v: Object) => boolean;
3835
+ propertyIsEnumerable: (v: PropertyKey) => boolean;
3836
+ } | undefined;
3837
+ tag?: string | undefined;
3838
+ appId: string;
3839
+ id?: string | undefined;
3840
+ name?: string | undefined;
3841
+ codeName?: string | undefined;
3842
+ userParam?: Record<string, string> | undefined;
3843
+ modelId?: string | undefined;
3844
+ modelType?: string | undefined;
3845
+ }[] | undefined;
3846
+ appId: string;
3847
+ id?: string | undefined;
3848
+ name?: string | undefined;
3849
+ userParam?: Record<string, string> | undefined;
3850
+ modelId?: string | undefined;
3851
+ modelType?: string | undefined;
3852
+ } | undefined;
3853
+ context?: IParams | undefined;
3854
+ params?: IParams | undefined;
3855
+ srfnav?: string | undefined;
3856
+ }>;
3857
+ isLoaded: import("vue").Ref<boolean>;
3858
+ isActivated: import("vue").Ref<boolean>;
3859
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3860
+ modal: {
3861
+ type: PropType<IModal>;
3862
+ required: true;
3863
+ };
3864
+ }>>, {}, {}>;