@ibiz-template/vue3-components 0.5.7-alpha.9 → 0.6.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) 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-gM6xqNsx.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.mjs +9 -2
  21. package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
  22. package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +5 -2
  23. package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
  24. package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  25. package/es/control/search-bar/filter-tree/filter-tree.mjs +8 -10
  26. package/es/editor/array/ibiz-array/ibiz-array.d.ts +1 -0
  27. package/es/editor/array/ibiz-array/ibiz-array.mjs +10 -3
  28. package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.css +1 -1
  29. package/es/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -1
  30. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.css +1 -0
  31. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.d.ts +2 -0
  32. package/es/editor/check-box/ibiz-checkbox/ibiz-checkbox.mjs +10 -2
  33. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -1
  34. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.d.ts +1 -0
  35. package/es/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.mjs +10 -3
  36. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -1
  37. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +1 -0
  38. package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +10 -3
  39. package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  40. package/es/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  41. package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  42. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.css +1 -1
  43. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.d.ts +1 -0
  44. package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +10 -3
  45. package/es/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
  46. package/es/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -1
  47. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  48. package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +1 -1
  49. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.css +1 -1
  50. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.d.ts +1 -0
  51. package/es/editor/list-box/ibiz-list-box/ibiz-list-box.mjs +10 -3
  52. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  53. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.d.ts +1 -0
  54. package/es/editor/radio-button-list/ibiz-radio/ibiz-radio.mjs +9 -2
  55. package/es/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
  56. package/es/editor/rate/ibiz-rate/ibiz-rate.d.ts +2 -0
  57. package/es/editor/rate/ibiz-rate/ibiz-rate.mjs +11 -3
  58. package/es/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  59. package/es/editor/raw/ibiz-raw/ibiz-raw.d.ts +1 -0
  60. package/es/editor/raw/ibiz-raw/ibiz-raw.mjs +10 -3
  61. package/es/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
  62. package/es/editor/slider/ibiz-slider/ibiz-slider.d.ts +1 -0
  63. package/es/editor/slider/ibiz-slider/ibiz-slider.mjs +10 -3
  64. package/es/editor/span/span/span.css +1 -1
  65. package/es/editor/span/span/span.d.ts +1 -0
  66. package/es/editor/span/span/span.mjs +10 -3
  67. package/es/editor/span/span-link/span-link.css +1 -1
  68. package/es/editor/span/span-link/span-link.d.ts +1 -0
  69. package/es/editor/span/span-link/span-link.mjs +10 -3
  70. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
  71. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.d.ts +2 -0
  72. package/es/editor/stepper/ibiz-stepper/ibiz-stepper.mjs +11 -3
  73. package/es/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
  74. package/es/editor/switch/ibiz-switch/ibiz-switch.d.ts +2 -0
  75. package/es/editor/switch/ibiz-switch/ibiz-switch.mjs +11 -3
  76. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  77. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.d.ts +1 -0
  78. package/es/editor/text-box/ibiz-input-ip/ibiz-input-ip.mjs +10 -3
  79. package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  80. package/es/editor/text-box/input/input.css +1 -1
  81. package/es/editor/text-box/input/input.mjs +1 -1
  82. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  83. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
  84. package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.mjs +9 -2
  85. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.css +1 -1
  86. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +1 -0
  87. package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +10 -3
  88. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  89. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
  90. package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.mjs +9 -2
  91. package/es/ibiz-vue3.d.ts +5 -0
  92. package/es/ibiz-vue3.mjs +99 -0
  93. package/es/index.d.ts +1 -5
  94. package/es/index.mjs +43 -96
  95. 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
  96. package/es/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.mjs +486 -0
  97. package/es/panel-component/user-message/index.mjs +3 -16
  98. package/es/panel-component/user-message/internal-message/common/index.d.ts +3 -0
  99. package/es/panel-component/user-message/internal-message/common/index.mjs +5 -0
  100. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -0
  101. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.d.ts +104 -0
  102. package/es/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.mjs +99 -0
  103. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.css +1 -0
  104. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.d.ts +29 -0
  105. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.mjs +81 -0
  106. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.d.ts +19 -0
  107. package/es/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.mjs +66 -0
  108. package/es/panel-component/user-message/internal-message/index.d.ts +2 -4
  109. package/es/panel-component/user-message/internal-message/index.mjs +35 -4
  110. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -0
  111. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.d.ts +29 -0
  112. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.mjs +42 -0
  113. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.d.ts +30 -0
  114. package/es/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.mjs +30 -0
  115. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  116. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.d.ts +10 -5
  117. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.mjs +38 -28
  118. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.d.ts +12 -11
  119. package/es/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.mjs +10 -35
  120. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
  121. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.d.ts +4 -0
  122. package/es/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.mjs +41 -6
  123. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.css +1 -0
  124. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.d.ts +29 -0
  125. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.mjs +50 -0
  126. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.d.ts +28 -0
  127. package/es/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.mjs +19 -0
  128. package/es/panel-component/user-message/user-message.css +1 -1
  129. package/es/panel-component/user-message/user-message.mjs +9 -2
  130. package/es/util/notification-util/notification-util.mjs +1 -0
  131. package/es/util/open-view-util/open-view-util.mjs +4 -2
  132. package/es/view/404-view/404-view.css +1 -1
  133. package/es/view/404-view/404-view.d.ts +1 -1
  134. package/es/view/404-view/404-view.mjs +6 -5
  135. package/es/view/login-view/login-view.css +1 -1
  136. package/es/view/login-view/login-view.mjs +9 -1
  137. package/es/web-app/App.css +1 -0
  138. package/es/web-app/App.d.ts +6 -0
  139. package/es/web-app/App.mjs +34 -0
  140. package/es/web-app/attach-environment-config.d.ts +1 -0
  141. package/es/web-app/attach-environment-config.mjs +51 -0
  142. package/es/web-app/components/index.d.ts +2 -0
  143. package/es/web-app/components/index.mjs +4 -0
  144. package/es/web-app/components/modal-router-shell/modal-router-shell.d.ts +13 -0
  145. package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +119 -0
  146. package/es/web-app/components/router-shell/router-shell.d.ts +3864 -0
  147. package/es/web-app/components/router-shell/router-shell.mjs +106 -0
  148. package/es/web-app/create-vue-app.d.ts +13 -0
  149. package/es/web-app/create-vue-app.mjs +37 -0
  150. package/es/web-app/guard/auth-guard/auth-guard.d.ts +9 -0
  151. package/es/web-app/guard/auth-guard/auth-guard.mjs +169 -0
  152. package/es/web-app/guard/index.d.ts +1 -0
  153. package/es/web-app/guard/index.mjs +3 -0
  154. package/es/web-app/index.d.ts +1 -0
  155. package/es/web-app/index.mjs +3 -0
  156. package/es/web-app/main.d.ts +2 -0
  157. package/es/web-app/main.mjs +63 -0
  158. package/es/web-app/router/index.d.ts +6 -0
  159. package/es/web-app/router/index.mjs +200 -0
  160. package/es/web-app/util/index.d.ts +1 -0
  161. package/es/web-app/util/index.mjs +3 -0
  162. package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +46 -0
  163. package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +107 -0
  164. package/lib/_virtual/nprogress.cjs +5 -0
  165. package/lib/common/action-toolbar/action-toolbar.cjs +8 -1
  166. package/lib/control/context-menu/context-menu.cjs +8 -2
  167. package/lib/control/context-menu/context-menu.css +1 -1
  168. package/lib/control/dashboard/portlet/chart-portlet/chart-portlet.cjs +1 -1
  169. package/lib/control/dashboard/portlet/list-portlet/list-portlet.cjs +1 -1
  170. package/lib/control/form/form-detail/form-item/form-item.css +1 -1
  171. package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -1
  172. package/lib/control/form/form-detail/form-rawitem/form-rawitem.cjs +10 -3
  173. package/lib/control/form/form-detail/form-rawitem/form-rawitem.css +1 -1
  174. package/lib/control/grid/grid/grid.cjs +7 -0
  175. package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +5 -2
  176. package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
  177. package/lib/control/search-bar/filter-tree/filter-tree.cjs +8 -10
  178. package/lib/control/search-bar/search-groups/search-groups.cjs +2 -2
  179. package/lib/editor/array/ibiz-array/ibiz-array.cjs +9 -2
  180. package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.css +1 -1
  181. package/lib/editor/cascader/ibiz-cascader/ibiz-cascader.css +1 -1
  182. package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.cjs +10 -2
  183. package/lib/editor/check-box/ibiz-checkbox/ibiz-checkbox.css +1 -0
  184. package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.cjs +9 -2
  185. package/lib/editor/check-box-list/ibiz-checkbox-list/ibiz-checkbox-list.css +1 -1
  186. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +9 -2
  187. package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.css +1 -1
  188. package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.css +1 -1
  189. package/lib/editor/data-picker/ibiz-picker/ibiz-picker.css +1 -1
  190. package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.css +1 -1
  191. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +9 -2
  192. package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.css +1 -1
  193. package/lib/editor/data-picker/ibiz-picker-select-view/ibiz-picker-select-view.css +1 -1
  194. package/lib/editor/date-picker/ibiz-date-picker/ibiz-date-picker.css +1 -1
  195. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +1 -1
  196. package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
  197. package/lib/editor/html/wang-editor/wang-editor.cjs +2 -2
  198. package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.cjs +9 -2
  199. package/lib/editor/list-box/ibiz-list-box/ibiz-list-box.css +1 -1
  200. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.cjs +9 -2
  201. package/lib/editor/radio-button-list/ibiz-radio/ibiz-radio.css +1 -1
  202. package/lib/editor/rate/ibiz-rate/ibiz-rate.cjs +10 -2
  203. package/lib/editor/rate/ibiz-rate/ibiz-rate.css +1 -0
  204. package/lib/editor/raw/ibiz-raw/ibiz-raw.cjs +9 -2
  205. package/lib/editor/raw/ibiz-raw/ibiz-raw.css +1 -1
  206. package/lib/editor/slider/ibiz-slider/ibiz-slider.cjs +9 -2
  207. package/lib/editor/slider/ibiz-slider/ibiz-slider.css +1 -1
  208. package/lib/editor/span/span/span.cjs +9 -2
  209. package/lib/editor/span/span/span.css +1 -1
  210. package/lib/editor/span/span-link/span-link.cjs +9 -2
  211. package/lib/editor/span/span-link/span-link.css +1 -1
  212. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.cjs +10 -2
  213. package/lib/editor/stepper/ibiz-stepper/ibiz-stepper.css +1 -0
  214. package/lib/editor/switch/ibiz-switch/ibiz-switch.cjs +10 -2
  215. package/lib/editor/switch/ibiz-switch/ibiz-switch.css +1 -0
  216. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.cjs +9 -2
  217. package/lib/editor/text-box/ibiz-input-ip/ibiz-input-ip.css +1 -1
  218. package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
  219. package/lib/editor/text-box/input/input.cjs +1 -1
  220. package/lib/editor/text-box/input/input.css +1 -1
  221. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.cjs +9 -2
  222. package/lib/editor/upload/ibiz-file-upload/ibiz-file-upload.css +1 -1
  223. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +9 -2
  224. package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.css +1 -1
  225. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +9 -2
  226. package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.css +1 -1
  227. package/lib/ibiz-vue3.cjs +103 -0
  228. package/lib/index.cjs +143 -195
  229. 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
  230. package/lib/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.cjs +490 -0
  231. package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +2 -2
  232. package/lib/panel-component/user-message/index.cjs +2 -15
  233. package/lib/panel-component/user-message/internal-message/common/index.cjs +11 -0
  234. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.cjs +101 -0
  235. package/lib/panel-component/user-message/internal-message/common/internal-message-container/internal-message-container.css +1 -0
  236. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.cjs +83 -0
  237. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.css +1 -0
  238. package/lib/panel-component/user-message/internal-message/common/internal-message-default/internal-message-default.provider.cjs +68 -0
  239. package/lib/panel-component/user-message/internal-message/index.cjs +33 -7
  240. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.cjs +44 -0
  241. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.css +1 -0
  242. package/lib/panel-component/user-message/internal-message/internal-message-html/internal-message-html.provider.cjs +32 -0
  243. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.cjs +37 -27
  244. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.css +1 -1
  245. package/lib/panel-component/user-message/internal-message/internal-message-json/internal-message-json.provider.cjs +10 -35
  246. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.cjs +40 -5
  247. package/lib/panel-component/user-message/internal-message/internal-message-tab/internal-message-tab.css +1 -1
  248. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.cjs +52 -0
  249. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.css +1 -0
  250. package/lib/panel-component/user-message/internal-message/internal-message-text/internal-message-text.provider.cjs +21 -0
  251. package/lib/panel-component/user-message/user-message.cjs +8 -1
  252. package/lib/panel-component/user-message/user-message.css +1 -1
  253. package/lib/util/confirm-util/confirm-util.cjs +5 -5
  254. package/lib/util/loading-util/loading-util.cjs +2 -2
  255. package/lib/util/message-util/message-util.cjs +5 -5
  256. package/lib/util/modal-util/modal-util.cjs +6 -6
  257. package/lib/util/notice-util/notice-util.cjs +3 -3
  258. package/lib/util/notification-util/notification-util.cjs +3 -2
  259. package/lib/util/open-view-util/open-view-util.cjs +4 -2
  260. package/lib/view/404-view/404-view.cjs +6 -5
  261. package/lib/view/404-view/404-view.css +1 -1
  262. package/lib/view/login-view/login-view.cjs +9 -1
  263. package/lib/view/login-view/login-view.css +1 -1
  264. package/lib/web-app/App.cjs +38 -0
  265. package/lib/web-app/App.css +1 -0
  266. package/lib/web-app/attach-environment-config.cjs +53 -0
  267. package/lib/web-app/components/index.cjs +9 -0
  268. package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +121 -0
  269. package/lib/web-app/components/router-shell/router-shell.cjs +108 -0
  270. package/lib/web-app/create-vue-app.cjs +39 -0
  271. package/lib/web-app/guard/auth-guard/auth-guard.cjs +171 -0
  272. package/lib/web-app/guard/index.cjs +7 -0
  273. package/lib/web-app/index.cjs +7 -0
  274. package/lib/web-app/main.cjs +65 -0
  275. package/lib/web-app/router/index.cjs +202 -0
  276. package/lib/web-app/util/index.cjs +7 -0
  277. package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +109 -0
  278. package/package.json +10 -6
  279. package/dist/index-vJ69ZIJV.js +0 -1
  280. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +0 -1
  281. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.d.ts +0 -17
  282. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.mjs +0 -83
  283. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.d.ts +0 -22
  284. package/es/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.mjs +0 -23
  285. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.cjs +0 -85
  286. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.css +0 -1
  287. package/lib/panel-component/user-message/internal-message/internal-message-default/internal-message-default.provider.cjs +0 -25
@@ -148,6 +148,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
148
148
  appDEUILogicId?: string | undefined;
149
149
  appDataEntityId?: string | undefined;
150
150
  appUILogicRefViews?: {
151
+ openMode?: string | undefined;
151
152
  refMode?: string | undefined;
152
153
  refAppViewId?: string | undefined;
153
154
  navigateContexts?: {
@@ -491,6 +492,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
491
492
  controlParam?: {
492
493
  ctrlParams?: {
493
494
  [x: string]: any;
495
+ [x: symbol]: any;
494
496
  constructor: Function;
495
497
  toString: () => string;
496
498
  toLocaleString: () => string;
@@ -612,6 +614,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
612
614
  } | undefined;
613
615
  refMode?: {
614
616
  [x: string]: any;
617
+ [x: symbol]: any;
615
618
  constructor: Function;
616
619
  toString: () => string;
617
620
  toLocaleString: () => string;
@@ -636,6 +639,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
636
639
  paramType?: string | undefined;
637
640
  value?: {
638
641
  [x: string]: any;
642
+ [x: symbol]: any;
639
643
  constructor: Function;
640
644
  toString: () => string;
641
645
  toLocaleString: () => string;
@@ -665,6 +669,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
665
669
  appDEUILogicId?: string | undefined;
666
670
  appDataEntityId?: string | undefined;
667
671
  appUILogicRefViews?: {
672
+ openMode?: string | undefined;
668
673
  refMode?: string | undefined;
669
674
  refAppViewId?: string | undefined;
670
675
  navigateContexts?: {
@@ -724,6 +729,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
724
729
  logicType?: string | undefined;
725
730
  owner?: {
726
731
  [x: string]: any;
732
+ [x: symbol]: any;
727
733
  constructor: Function;
728
734
  toString: () => string;
729
735
  toLocaleString: () => string;
@@ -754,6 +760,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
754
760
  openMode?: string | undefined;
755
761
  owner?: {
756
762
  [x: string]: any;
763
+ [x: symbol]: any;
757
764
  constructor: Function;
758
765
  toString: () => string;
759
766
  toLocaleString: () => string;
@@ -764,6 +771,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
764
771
  } | undefined;
765
772
  parentDataJO?: {
766
773
  [x: string]: any;
774
+ [x: symbol]: any;
767
775
  constructor: Function;
768
776
  toString: () => string;
769
777
  toLocaleString: () => string;
@@ -790,6 +798,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
790
798
  refAppViewId?: string | undefined;
791
799
  viewParamJO?: {
792
800
  [x: string]: any;
801
+ [x: symbol]: any;
793
802
  constructor: Function;
794
803
  toString: () => string;
795
804
  toLocaleString: () => string;
@@ -879,6 +888,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
879
888
  controlParam?: {
880
889
  ctrlParams?: {
881
890
  [x: string]: any;
891
+ [x: symbol]: any;
882
892
  constructor: Function;
883
893
  toString: () => string;
884
894
  toLocaleString: () => string;
@@ -1054,6 +1064,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1054
1064
  controlParam?: {
1055
1065
  ctrlParams?: {
1056
1066
  [x: string]: any;
1067
+ [x: symbol]: any;
1057
1068
  constructor: Function;
1058
1069
  toString: () => string;
1059
1070
  toLocaleString: () => string;
@@ -1308,6 +1319,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1308
1319
  controlParam?: {
1309
1320
  ctrlParams?: {
1310
1321
  [x: string]: any;
1322
+ [x: symbol]: any;
1311
1323
  constructor: Function;
1312
1324
  toString: () => string;
1313
1325
  toLocaleString: () => string;
@@ -1429,6 +1441,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1429
1441
  } | undefined;
1430
1442
  refMode?: {
1431
1443
  [x: string]: any;
1444
+ [x: symbol]: any;
1432
1445
  constructor: Function;
1433
1446
  toString: () => string;
1434
1447
  toLocaleString: () => string;
@@ -1453,6 +1466,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1453
1466
  paramType?: string | undefined;
1454
1467
  value?: {
1455
1468
  [x: string]: any;
1469
+ [x: symbol]: any;
1456
1470
  constructor: Function;
1457
1471
  toString: () => string;
1458
1472
  toLocaleString: () => string;
@@ -1482,6 +1496,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1482
1496
  appDEUILogicId?: string | undefined;
1483
1497
  appDataEntityId?: string | undefined;
1484
1498
  appUILogicRefViews?: {
1499
+ openMode?: string | undefined;
1485
1500
  refMode?: string | undefined;
1486
1501
  refAppViewId?: string | undefined;
1487
1502
  navigateContexts?: {
@@ -1541,6 +1556,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1541
1556
  logicType?: string | undefined;
1542
1557
  owner?: {
1543
1558
  [x: string]: any;
1559
+ [x: symbol]: any;
1544
1560
  constructor: Function;
1545
1561
  toString: () => string;
1546
1562
  toLocaleString: () => string;
@@ -1571,6 +1587,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1571
1587
  openMode?: string | undefined;
1572
1588
  owner?: {
1573
1589
  [x: string]: any;
1590
+ [x: symbol]: any;
1574
1591
  constructor: Function;
1575
1592
  toString: () => string;
1576
1593
  toLocaleString: () => string;
@@ -1581,6 +1598,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1581
1598
  } | undefined;
1582
1599
  parentDataJO?: {
1583
1600
  [x: string]: any;
1601
+ [x: symbol]: any;
1584
1602
  constructor: Function;
1585
1603
  toString: () => string;
1586
1604
  toLocaleString: () => string;
@@ -1607,6 +1625,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1607
1625
  refAppViewId?: string | undefined;
1608
1626
  viewParamJO?: {
1609
1627
  [x: string]: any;
1628
+ [x: symbol]: any;
1610
1629
  constructor: Function;
1611
1630
  toString: () => string;
1612
1631
  toLocaleString: () => string;
@@ -1696,6 +1715,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1696
1715
  controlParam?: {
1697
1716
  ctrlParams?: {
1698
1717
  [x: string]: any;
1718
+ [x: symbol]: any;
1699
1719
  constructor: Function;
1700
1720
  toString: () => string;
1701
1721
  toLocaleString: () => string;
@@ -1921,6 +1941,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1921
1941
  } | undefined;
1922
1942
  refMode?: {
1923
1943
  [x: string]: any;
1944
+ [x: symbol]: any;
1924
1945
  constructor: Function;
1925
1946
  toString: () => string;
1926
1947
  toLocaleString: () => string;
@@ -1945,6 +1966,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1945
1966
  paramType?: string | undefined;
1946
1967
  value?: {
1947
1968
  [x: string]: any;
1969
+ [x: symbol]: any;
1948
1970
  constructor: Function;
1949
1971
  toString: () => string;
1950
1972
  toLocaleString: () => string;
@@ -1974,6 +1996,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
1974
1996
  appDEUILogicId?: string | undefined;
1975
1997
  appDataEntityId?: string | undefined;
1976
1998
  appUILogicRefViews?: {
1999
+ openMode?: string | undefined;
1977
2000
  refMode?: string | undefined;
1978
2001
  refAppViewId?: string | undefined;
1979
2002
  navigateContexts?: {
@@ -2033,6 +2056,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2033
2056
  logicType?: string | undefined;
2034
2057
  owner?: {
2035
2058
  [x: string]: any;
2059
+ [x: symbol]: any;
2036
2060
  constructor: Function;
2037
2061
  toString: () => string;
2038
2062
  toLocaleString: () => string;
@@ -2063,6 +2087,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2063
2087
  openMode?: string | undefined;
2064
2088
  owner?: {
2065
2089
  [x: string]: any;
2090
+ [x: symbol]: any;
2066
2091
  constructor: Function;
2067
2092
  toString: () => string;
2068
2093
  toLocaleString: () => string;
@@ -2073,6 +2098,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2073
2098
  } | undefined;
2074
2099
  parentDataJO?: {
2075
2100
  [x: string]: any;
2101
+ [x: symbol]: any;
2076
2102
  constructor: Function;
2077
2103
  toString: () => string;
2078
2104
  toLocaleString: () => string;
@@ -2099,6 +2125,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2099
2125
  refAppViewId?: string | undefined;
2100
2126
  viewParamJO?: {
2101
2127
  [x: string]: any;
2128
+ [x: symbol]: any;
2102
2129
  constructor: Function;
2103
2130
  toString: () => string;
2104
2131
  toLocaleString: () => string;
@@ -2188,6 +2215,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2188
2215
  controlParam?: {
2189
2216
  ctrlParams?: {
2190
2217
  [x: string]: any;
2218
+ [x: symbol]: any;
2191
2219
  constructor: Function;
2192
2220
  toString: () => string;
2193
2221
  toLocaleString: () => string;
@@ -2442,6 +2470,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2442
2470
  controlParam?: {
2443
2471
  ctrlParams?: {
2444
2472
  [x: string]: any;
2473
+ [x: symbol]: any;
2445
2474
  constructor: Function;
2446
2475
  toString: () => string;
2447
2476
  toLocaleString: () => string;
@@ -2563,6 +2592,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2563
2592
  } | undefined;
2564
2593
  refMode?: {
2565
2594
  [x: string]: any;
2595
+ [x: symbol]: any;
2566
2596
  constructor: Function;
2567
2597
  toString: () => string;
2568
2598
  toLocaleString: () => string;
@@ -2587,6 +2617,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2587
2617
  paramType?: string | undefined;
2588
2618
  value?: {
2589
2619
  [x: string]: any;
2620
+ [x: symbol]: any;
2590
2621
  constructor: Function;
2591
2622
  toString: () => string;
2592
2623
  toLocaleString: () => string;
@@ -2616,6 +2647,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2616
2647
  appDEUILogicId?: string | undefined;
2617
2648
  appDataEntityId?: string | undefined;
2618
2649
  appUILogicRefViews?: {
2650
+ openMode?: string | undefined;
2619
2651
  refMode?: string | undefined;
2620
2652
  refAppViewId?: string | undefined;
2621
2653
  navigateContexts?: {
@@ -2675,6 +2707,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2675
2707
  logicType?: string | undefined;
2676
2708
  owner?: {
2677
2709
  [x: string]: any;
2710
+ [x: symbol]: any;
2678
2711
  constructor: Function;
2679
2712
  toString: () => string;
2680
2713
  toLocaleString: () => string;
@@ -2705,6 +2738,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2705
2738
  openMode?: string | undefined;
2706
2739
  owner?: {
2707
2740
  [x: string]: any;
2741
+ [x: symbol]: any;
2708
2742
  constructor: Function;
2709
2743
  toString: () => string;
2710
2744
  toLocaleString: () => string;
@@ -2715,6 +2749,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2715
2749
  } | undefined;
2716
2750
  parentDataJO?: {
2717
2751
  [x: string]: any;
2752
+ [x: symbol]: any;
2718
2753
  constructor: Function;
2719
2754
  toString: () => string;
2720
2755
  toLocaleString: () => string;
@@ -2741,6 +2776,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2741
2776
  refAppViewId?: string | undefined;
2742
2777
  viewParamJO?: {
2743
2778
  [x: string]: any;
2779
+ [x: symbol]: any;
2744
2780
  constructor: Function;
2745
2781
  toString: () => string;
2746
2782
  toLocaleString: () => string;
@@ -2975,6 +3011,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
2975
3011
  paramType?: string | undefined;
2976
3012
  value?: {
2977
3013
  [x: string]: any;
3014
+ [x: symbol]: any;
2978
3015
  constructor: Function;
2979
3016
  toString: () => string;
2980
3017
  toLocaleString: () => string;
@@ -3004,6 +3041,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3004
3041
  appDEUILogicId?: string | undefined;
3005
3042
  appDataEntityId?: string | undefined;
3006
3043
  appUILogicRefViews?: {
3044
+ openMode?: string | undefined;
3007
3045
  refMode?: string | undefined;
3008
3046
  refAppViewId?: string | undefined;
3009
3047
  navigateContexts?: {
@@ -3063,6 +3101,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3063
3101
  logicType?: string | undefined;
3064
3102
  owner?: {
3065
3103
  [x: string]: any;
3104
+ [x: symbol]: any;
3066
3105
  constructor: Function;
3067
3106
  toString: () => string;
3068
3107
  toLocaleString: () => string;
@@ -3132,6 +3171,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3132
3171
  openMode?: string | undefined;
3133
3172
  owner?: {
3134
3173
  [x: string]: any;
3174
+ [x: symbol]: any;
3135
3175
  constructor: Function;
3136
3176
  toString: () => string;
3137
3177
  toLocaleString: () => string;
@@ -3142,6 +3182,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3142
3182
  } | undefined;
3143
3183
  parentDataJO?: {
3144
3184
  [x: string]: any;
3185
+ [x: symbol]: any;
3145
3186
  constructor: Function;
3146
3187
  toString: () => string;
3147
3188
  toLocaleString: () => string;
@@ -3168,6 +3209,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3168
3209
  refAppViewId?: string | undefined;
3169
3210
  viewParamJO?: {
3170
3211
  [x: string]: any;
3212
+ [x: symbol]: any;
3171
3213
  constructor: Function;
3172
3214
  toString: () => string;
3173
3215
  toLocaleString: () => string;
@@ -3257,6 +3299,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3257
3299
  controlParam?: {
3258
3300
  ctrlParams?: {
3259
3301
  [x: string]: any;
3302
+ [x: symbol]: any;
3260
3303
  constructor: Function;
3261
3304
  toString: () => string;
3262
3305
  toLocaleString: () => string;
@@ -3511,6 +3554,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3511
3554
  controlParam?: {
3512
3555
  ctrlParams?: {
3513
3556
  [x: string]: any;
3557
+ [x: symbol]: any;
3514
3558
  constructor: Function;
3515
3559
  toString: () => string;
3516
3560
  toLocaleString: () => string;
@@ -3632,6 +3676,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3632
3676
  } | undefined;
3633
3677
  refMode?: {
3634
3678
  [x: string]: any;
3679
+ [x: symbol]: any;
3635
3680
  constructor: Function;
3636
3681
  toString: () => string;
3637
3682
  toLocaleString: () => string;
@@ -3656,6 +3701,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3656
3701
  paramType?: string | undefined;
3657
3702
  value?: {
3658
3703
  [x: string]: any;
3704
+ [x: symbol]: any;
3659
3705
  constructor: Function;
3660
3706
  toString: () => string;
3661
3707
  toLocaleString: () => string;
@@ -3685,6 +3731,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3685
3731
  appDEUILogicId?: string | undefined;
3686
3732
  appDataEntityId?: string | undefined;
3687
3733
  appUILogicRefViews?: {
3734
+ openMode?: string | undefined;
3688
3735
  refMode?: string | undefined;
3689
3736
  refAppViewId?: string | undefined;
3690
3737
  navigateContexts?: {
@@ -3744,6 +3791,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3744
3791
  logicType?: string | undefined;
3745
3792
  owner?: {
3746
3793
  [x: string]: any;
3794
+ [x: symbol]: any;
3747
3795
  constructor: Function;
3748
3796
  toString: () => string;
3749
3797
  toLocaleString: () => string;
@@ -3774,6 +3822,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3774
3822
  openMode?: string | undefined;
3775
3823
  owner?: {
3776
3824
  [x: string]: any;
3825
+ [x: symbol]: any;
3777
3826
  constructor: Function;
3778
3827
  toString: () => string;
3779
3828
  toLocaleString: () => string;
@@ -3784,6 +3833,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3784
3833
  } | undefined;
3785
3834
  parentDataJO?: {
3786
3835
  [x: string]: any;
3836
+ [x: symbol]: any;
3787
3837
  constructor: Function;
3788
3838
  toString: () => string;
3789
3839
  toLocaleString: () => string;
@@ -3810,6 +3860,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
3810
3860
  refAppViewId?: string | undefined;
3811
3861
  viewParamJO?: {
3812
3862
  [x: string]: any;
3863
+ [x: symbol]: any;
3813
3864
  constructor: Function;
3814
3865
  toString: () => string;
3815
3866
  toLocaleString: () => string;
@@ -4243,6 +4294,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4243
4294
  controlParam?: {
4244
4295
  ctrlParams?: {
4245
4296
  [x: string]: any;
4297
+ [x: symbol]: any;
4246
4298
  constructor: Function;
4247
4299
  toString: () => string;
4248
4300
  toLocaleString: () => string;
@@ -4364,6 +4416,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4364
4416
  } | undefined;
4365
4417
  refMode?: {
4366
4418
  [x: string]: any;
4419
+ [x: symbol]: any;
4367
4420
  constructor: Function;
4368
4421
  toString: () => string;
4369
4422
  toLocaleString: () => string;
@@ -4388,6 +4441,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4388
4441
  paramType?: string | undefined;
4389
4442
  value?: {
4390
4443
  [x: string]: any;
4444
+ [x: symbol]: any;
4391
4445
  constructor: Function;
4392
4446
  toString: () => string;
4393
4447
  toLocaleString: () => string;
@@ -4417,6 +4471,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4417
4471
  appDEUILogicId?: string | undefined;
4418
4472
  appDataEntityId?: string | undefined;
4419
4473
  appUILogicRefViews?: {
4474
+ openMode?: string | undefined;
4420
4475
  refMode?: string | undefined;
4421
4476
  refAppViewId?: string | undefined;
4422
4477
  navigateContexts?: {
@@ -4476,6 +4531,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4476
4531
  logicType?: string | undefined;
4477
4532
  owner?: {
4478
4533
  [x: string]: any;
4534
+ [x: symbol]: any;
4479
4535
  constructor: Function;
4480
4536
  toString: () => string;
4481
4537
  toLocaleString: () => string;
@@ -4506,6 +4562,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4506
4562
  openMode?: string | undefined;
4507
4563
  owner?: {
4508
4564
  [x: string]: any;
4565
+ [x: symbol]: any;
4509
4566
  constructor: Function;
4510
4567
  toString: () => string;
4511
4568
  toLocaleString: () => string;
@@ -4516,6 +4573,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4516
4573
  } | undefined;
4517
4574
  parentDataJO?: {
4518
4575
  [x: string]: any;
4576
+ [x: symbol]: any;
4519
4577
  constructor: Function;
4520
4578
  toString: () => string;
4521
4579
  toLocaleString: () => string;
@@ -4542,6 +4600,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4542
4600
  refAppViewId?: string | undefined;
4543
4601
  viewParamJO?: {
4544
4602
  [x: string]: any;
4603
+ [x: symbol]: any;
4545
4604
  constructor: Function;
4546
4605
  toString: () => string;
4547
4606
  toLocaleString: () => string;
@@ -4631,6 +4690,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4631
4690
  controlParam?: {
4632
4691
  ctrlParams?: {
4633
4692
  [x: string]: any;
4693
+ [x: symbol]: any;
4634
4694
  constructor: Function;
4635
4695
  toString: () => string;
4636
4696
  toLocaleString: () => string;
@@ -4806,6 +4866,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
4806
4866
  controlParam?: {
4807
4867
  ctrlParams?: {
4808
4868
  [x: string]: any;
4869
+ [x: symbol]: any;
4809
4870
  constructor: Function;
4810
4871
  toString: () => string;
4811
4872
  toLocaleString: () => string;
@@ -5060,6 +5121,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5060
5121
  controlParam?: {
5061
5122
  ctrlParams?: {
5062
5123
  [x: string]: any;
5124
+ [x: symbol]: any;
5063
5125
  constructor: Function;
5064
5126
  toString: () => string;
5065
5127
  toLocaleString: () => string;
@@ -5181,6 +5243,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5181
5243
  } | undefined;
5182
5244
  refMode?: {
5183
5245
  [x: string]: any;
5246
+ [x: symbol]: any;
5184
5247
  constructor: Function;
5185
5248
  toString: () => string;
5186
5249
  toLocaleString: () => string;
@@ -5205,6 +5268,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5205
5268
  paramType?: string | undefined;
5206
5269
  value?: {
5207
5270
  [x: string]: any;
5271
+ [x: symbol]: any;
5208
5272
  constructor: Function;
5209
5273
  toString: () => string;
5210
5274
  toLocaleString: () => string;
@@ -5234,6 +5298,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5234
5298
  appDEUILogicId?: string | undefined;
5235
5299
  appDataEntityId?: string | undefined;
5236
5300
  appUILogicRefViews?: {
5301
+ openMode?: string | undefined;
5237
5302
  refMode?: string | undefined;
5238
5303
  refAppViewId?: string | undefined;
5239
5304
  navigateContexts?: {
@@ -5293,6 +5358,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5293
5358
  logicType?: string | undefined;
5294
5359
  owner?: {
5295
5360
  [x: string]: any;
5361
+ [x: symbol]: any;
5296
5362
  constructor: Function;
5297
5363
  toString: () => string;
5298
5364
  toLocaleString: () => string;
@@ -5323,6 +5389,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5323
5389
  openMode?: string | undefined;
5324
5390
  owner?: {
5325
5391
  [x: string]: any;
5392
+ [x: symbol]: any;
5326
5393
  constructor: Function;
5327
5394
  toString: () => string;
5328
5395
  toLocaleString: () => string;
@@ -5333,6 +5400,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5333
5400
  } | undefined;
5334
5401
  parentDataJO?: {
5335
5402
  [x: string]: any;
5403
+ [x: symbol]: any;
5336
5404
  constructor: Function;
5337
5405
  toString: () => string;
5338
5406
  toLocaleString: () => string;
@@ -5359,6 +5427,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5359
5427
  refAppViewId?: string | undefined;
5360
5428
  viewParamJO?: {
5361
5429
  [x: string]: any;
5430
+ [x: symbol]: any;
5362
5431
  constructor: Function;
5363
5432
  toString: () => string;
5364
5433
  toLocaleString: () => string;
@@ -5448,6 +5517,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5448
5517
  controlParam?: {
5449
5518
  ctrlParams?: {
5450
5519
  [x: string]: any;
5520
+ [x: symbol]: any;
5451
5521
  constructor: Function;
5452
5522
  toString: () => string;
5453
5523
  toLocaleString: () => string;
@@ -5673,6 +5743,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5673
5743
  } | undefined;
5674
5744
  refMode?: {
5675
5745
  [x: string]: any;
5746
+ [x: symbol]: any;
5676
5747
  constructor: Function;
5677
5748
  toString: () => string;
5678
5749
  toLocaleString: () => string;
@@ -5697,6 +5768,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5697
5768
  paramType?: string | undefined;
5698
5769
  value?: {
5699
5770
  [x: string]: any;
5771
+ [x: symbol]: any;
5700
5772
  constructor: Function;
5701
5773
  toString: () => string;
5702
5774
  toLocaleString: () => string;
@@ -5726,6 +5798,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5726
5798
  appDEUILogicId?: string | undefined;
5727
5799
  appDataEntityId?: string | undefined;
5728
5800
  appUILogicRefViews?: {
5801
+ openMode?: string | undefined;
5729
5802
  refMode?: string | undefined;
5730
5803
  refAppViewId?: string | undefined;
5731
5804
  navigateContexts?: {
@@ -5785,6 +5858,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5785
5858
  logicType?: string | undefined;
5786
5859
  owner?: {
5787
5860
  [x: string]: any;
5861
+ [x: symbol]: any;
5788
5862
  constructor: Function;
5789
5863
  toString: () => string;
5790
5864
  toLocaleString: () => string;
@@ -5815,6 +5889,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5815
5889
  openMode?: string | undefined;
5816
5890
  owner?: {
5817
5891
  [x: string]: any;
5892
+ [x: symbol]: any;
5818
5893
  constructor: Function;
5819
5894
  toString: () => string;
5820
5895
  toLocaleString: () => string;
@@ -5825,6 +5900,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5825
5900
  } | undefined;
5826
5901
  parentDataJO?: {
5827
5902
  [x: string]: any;
5903
+ [x: symbol]: any;
5828
5904
  constructor: Function;
5829
5905
  toString: () => string;
5830
5906
  toLocaleString: () => string;
@@ -5851,6 +5927,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5851
5927
  refAppViewId?: string | undefined;
5852
5928
  viewParamJO?: {
5853
5929
  [x: string]: any;
5930
+ [x: symbol]: any;
5854
5931
  constructor: Function;
5855
5932
  toString: () => string;
5856
5933
  toLocaleString: () => string;
@@ -5940,6 +6017,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
5940
6017
  controlParam?: {
5941
6018
  ctrlParams?: {
5942
6019
  [x: string]: any;
6020
+ [x: symbol]: any;
5943
6021
  constructor: Function;
5944
6022
  toString: () => string;
5945
6023
  toLocaleString: () => string;
@@ -6194,6 +6272,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6194
6272
  controlParam?: {
6195
6273
  ctrlParams?: {
6196
6274
  [x: string]: any;
6275
+ [x: symbol]: any;
6197
6276
  constructor: Function;
6198
6277
  toString: () => string;
6199
6278
  toLocaleString: () => string;
@@ -6315,6 +6394,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6315
6394
  } | undefined;
6316
6395
  refMode?: {
6317
6396
  [x: string]: any;
6397
+ [x: symbol]: any;
6318
6398
  constructor: Function;
6319
6399
  toString: () => string;
6320
6400
  toLocaleString: () => string;
@@ -6339,6 +6419,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6339
6419
  paramType?: string | undefined;
6340
6420
  value?: {
6341
6421
  [x: string]: any;
6422
+ [x: symbol]: any;
6342
6423
  constructor: Function;
6343
6424
  toString: () => string;
6344
6425
  toLocaleString: () => string;
@@ -6368,6 +6449,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6368
6449
  appDEUILogicId?: string | undefined;
6369
6450
  appDataEntityId?: string | undefined;
6370
6451
  appUILogicRefViews?: {
6452
+ openMode?: string | undefined;
6371
6453
  refMode?: string | undefined;
6372
6454
  refAppViewId?: string | undefined;
6373
6455
  navigateContexts?: {
@@ -6427,6 +6509,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6427
6509
  logicType?: string | undefined;
6428
6510
  owner?: {
6429
6511
  [x: string]: any;
6512
+ [x: symbol]: any;
6430
6513
  constructor: Function;
6431
6514
  toString: () => string;
6432
6515
  toLocaleString: () => string;
@@ -6457,6 +6540,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6457
6540
  openMode?: string | undefined;
6458
6541
  owner?: {
6459
6542
  [x: string]: any;
6543
+ [x: symbol]: any;
6460
6544
  constructor: Function;
6461
6545
  toString: () => string;
6462
6546
  toLocaleString: () => string;
@@ -6467,6 +6551,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6467
6551
  } | undefined;
6468
6552
  parentDataJO?: {
6469
6553
  [x: string]: any;
6554
+ [x: symbol]: any;
6470
6555
  constructor: Function;
6471
6556
  toString: () => string;
6472
6557
  toLocaleString: () => string;
@@ -6493,6 +6578,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6493
6578
  refAppViewId?: string | undefined;
6494
6579
  viewParamJO?: {
6495
6580
  [x: string]: any;
6581
+ [x: symbol]: any;
6496
6582
  constructor: Function;
6497
6583
  toString: () => string;
6498
6584
  toLocaleString: () => string;
@@ -6711,6 +6797,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6711
6797
  } | undefined;
6712
6798
  refMode?: {
6713
6799
  [x: string]: any;
6800
+ [x: symbol]: any;
6714
6801
  constructor: Function;
6715
6802
  toString: () => string;
6716
6803
  toLocaleString: () => string;
@@ -6917,6 +7004,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6917
7004
  paramType?: string | undefined;
6918
7005
  value?: {
6919
7006
  [x: string]: any;
7007
+ [x: symbol]: any;
6920
7008
  constructor: Function;
6921
7009
  toString: () => string;
6922
7010
  toLocaleString: () => string;
@@ -6946,6 +7034,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
6946
7034
  appDEUILogicId?: string | undefined;
6947
7035
  appDataEntityId?: string | undefined;
6948
7036
  appUILogicRefViews?: {
7037
+ openMode?: string | undefined;
6949
7038
  refMode?: string | undefined;
6950
7039
  refAppViewId?: string | undefined;
6951
7040
  navigateContexts?: {
@@ -7005,6 +7094,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7005
7094
  logicType?: string | undefined;
7006
7095
  owner?: {
7007
7096
  [x: string]: any;
7097
+ [x: symbol]: any;
7008
7098
  constructor: Function;
7009
7099
  toString: () => string;
7010
7100
  toLocaleString: () => string;
@@ -7074,6 +7164,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7074
7164
  openMode?: string | undefined;
7075
7165
  owner?: {
7076
7166
  [x: string]: any;
7167
+ [x: symbol]: any;
7077
7168
  constructor: Function;
7078
7169
  toString: () => string;
7079
7170
  toLocaleString: () => string;
@@ -7084,6 +7175,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7084
7175
  } | undefined;
7085
7176
  parentDataJO?: {
7086
7177
  [x: string]: any;
7178
+ [x: symbol]: any;
7087
7179
  constructor: Function;
7088
7180
  toString: () => string;
7089
7181
  toLocaleString: () => string;
@@ -7110,6 +7202,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7110
7202
  refAppViewId?: string | undefined;
7111
7203
  viewParamJO?: {
7112
7204
  [x: string]: any;
7205
+ [x: symbol]: any;
7113
7206
  constructor: Function;
7114
7207
  toString: () => string;
7115
7208
  toLocaleString: () => string;
@@ -7199,6 +7292,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7199
7292
  controlParam?: {
7200
7293
  ctrlParams?: {
7201
7294
  [x: string]: any;
7295
+ [x: symbol]: any;
7202
7296
  constructor: Function;
7203
7297
  toString: () => string;
7204
7298
  toLocaleString: () => string;
@@ -7453,6 +7547,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7453
7547
  controlParam?: {
7454
7548
  ctrlParams?: {
7455
7549
  [x: string]: any;
7550
+ [x: symbol]: any;
7456
7551
  constructor: Function;
7457
7552
  toString: () => string;
7458
7553
  toLocaleString: () => string;
@@ -7574,6 +7669,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7574
7669
  } | undefined;
7575
7670
  refMode?: {
7576
7671
  [x: string]: any;
7672
+ [x: symbol]: any;
7577
7673
  constructor: Function;
7578
7674
  toString: () => string;
7579
7675
  toLocaleString: () => string;
@@ -7598,6 +7694,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7598
7694
  paramType?: string | undefined;
7599
7695
  value?: {
7600
7696
  [x: string]: any;
7697
+ [x: symbol]: any;
7601
7698
  constructor: Function;
7602
7699
  toString: () => string;
7603
7700
  toLocaleString: () => string;
@@ -7627,6 +7724,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7627
7724
  appDEUILogicId?: string | undefined;
7628
7725
  appDataEntityId?: string | undefined;
7629
7726
  appUILogicRefViews?: {
7727
+ openMode?: string | undefined;
7630
7728
  refMode?: string | undefined;
7631
7729
  refAppViewId?: string | undefined;
7632
7730
  navigateContexts?: {
@@ -7686,6 +7784,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7686
7784
  logicType?: string | undefined;
7687
7785
  owner?: {
7688
7786
  [x: string]: any;
7787
+ [x: symbol]: any;
7689
7788
  constructor: Function;
7690
7789
  toString: () => string;
7691
7790
  toLocaleString: () => string;
@@ -7716,6 +7815,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7716
7815
  openMode?: string | undefined;
7717
7816
  owner?: {
7718
7817
  [x: string]: any;
7818
+ [x: symbol]: any;
7719
7819
  constructor: Function;
7720
7820
  toString: () => string;
7721
7821
  toLocaleString: () => string;
@@ -7726,6 +7826,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7726
7826
  } | undefined;
7727
7827
  parentDataJO?: {
7728
7828
  [x: string]: any;
7829
+ [x: symbol]: any;
7729
7830
  constructor: Function;
7730
7831
  toString: () => string;
7731
7832
  toLocaleString: () => string;
@@ -7752,6 +7853,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
7752
7853
  refAppViewId?: string | undefined;
7753
7854
  viewParamJO?: {
7754
7855
  [x: string]: any;
7856
+ [x: symbol]: any;
7755
7857
  constructor: Function;
7756
7858
  toString: () => string;
7757
7859
  toLocaleString: () => string;
@@ -8185,6 +8287,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8185
8287
  controlParam?: {
8186
8288
  ctrlParams?: {
8187
8289
  [x: string]: any;
8290
+ [x: symbol]: any;
8188
8291
  constructor: Function;
8189
8292
  toString: () => string;
8190
8293
  toLocaleString: () => string;
@@ -8306,6 +8409,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8306
8409
  } | undefined;
8307
8410
  refMode?: {
8308
8411
  [x: string]: any;
8412
+ [x: symbol]: any;
8309
8413
  constructor: Function;
8310
8414
  toString: () => string;
8311
8415
  toLocaleString: () => string;
@@ -8330,6 +8434,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8330
8434
  paramType?: string | undefined;
8331
8435
  value?: {
8332
8436
  [x: string]: any;
8437
+ [x: symbol]: any;
8333
8438
  constructor: Function;
8334
8439
  toString: () => string;
8335
8440
  toLocaleString: () => string;
@@ -8359,6 +8464,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8359
8464
  appDEUILogicId?: string | undefined;
8360
8465
  appDataEntityId?: string | undefined;
8361
8466
  appUILogicRefViews?: {
8467
+ openMode?: string | undefined;
8362
8468
  refMode?: string | undefined;
8363
8469
  refAppViewId?: string | undefined;
8364
8470
  navigateContexts?: any[] | undefined;
@@ -8394,6 +8500,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8394
8500
  logicType?: string | undefined;
8395
8501
  owner?: {
8396
8502
  [x: string]: any;
8503
+ [x: symbol]: any;
8397
8504
  constructor: Function;
8398
8505
  toString: () => string;
8399
8506
  toLocaleString: () => string;
@@ -8424,6 +8531,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8424
8531
  openMode?: string | undefined;
8425
8532
  owner?: {
8426
8533
  [x: string]: any;
8534
+ [x: symbol]: any;
8427
8535
  constructor: Function;
8428
8536
  toString: () => string;
8429
8537
  toLocaleString: () => string;
@@ -8434,6 +8542,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8434
8542
  } | undefined;
8435
8543
  parentDataJO?: {
8436
8544
  [x: string]: any;
8545
+ [x: symbol]: any;
8437
8546
  constructor: Function;
8438
8547
  toString: () => string;
8439
8548
  toLocaleString: () => string;
@@ -8460,6 +8569,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8460
8569
  refAppViewId?: string | undefined;
8461
8570
  viewParamJO?: {
8462
8571
  [x: string]: any;
8572
+ [x: symbol]: any;
8463
8573
  constructor: Function;
8464
8574
  toString: () => string;
8465
8575
  toLocaleString: () => string;
@@ -8549,6 +8659,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8549
8659
  controlParam?: {
8550
8660
  ctrlParams?: {
8551
8661
  [x: string]: any;
8662
+ [x: symbol]: any;
8552
8663
  constructor: Function;
8553
8664
  toString: () => string;
8554
8665
  toLocaleString: () => string;
@@ -8712,6 +8823,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8712
8823
  controlParam?: {
8713
8824
  ctrlParams?: {
8714
8825
  [x: string]: any;
8826
+ [x: symbol]: any;
8715
8827
  constructor: Function;
8716
8828
  toString: () => string;
8717
8829
  toLocaleString: () => string;
@@ -8966,6 +9078,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
8966
9078
  controlParam?: {
8967
9079
  ctrlParams?: {
8968
9080
  [x: string]: any;
9081
+ [x: symbol]: any;
8969
9082
  constructor: Function;
8970
9083
  toString: () => string;
8971
9084
  toLocaleString: () => string;
@@ -9087,6 +9200,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9087
9200
  } | undefined;
9088
9201
  refMode?: {
9089
9202
  [x: string]: any;
9203
+ [x: symbol]: any;
9090
9204
  constructor: Function;
9091
9205
  toString: () => string;
9092
9206
  toLocaleString: () => string;
@@ -9111,6 +9225,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9111
9225
  paramType?: string | undefined;
9112
9226
  value?: {
9113
9227
  [x: string]: any;
9228
+ [x: symbol]: any;
9114
9229
  constructor: Function;
9115
9230
  toString: () => string;
9116
9231
  toLocaleString: () => string;
@@ -9140,6 +9255,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9140
9255
  appDEUILogicId?: string | undefined;
9141
9256
  appDataEntityId?: string | undefined;
9142
9257
  appUILogicRefViews?: {
9258
+ openMode?: string | undefined;
9143
9259
  refMode?: string | undefined;
9144
9260
  refAppViewId?: string | undefined;
9145
9261
  navigateContexts?: {
@@ -9199,6 +9315,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9199
9315
  logicType?: string | undefined;
9200
9316
  owner?: {
9201
9317
  [x: string]: any;
9318
+ [x: symbol]: any;
9202
9319
  constructor: Function;
9203
9320
  toString: () => string;
9204
9321
  toLocaleString: () => string;
@@ -9229,6 +9346,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9229
9346
  openMode?: string | undefined;
9230
9347
  owner?: {
9231
9348
  [x: string]: any;
9349
+ [x: symbol]: any;
9232
9350
  constructor: Function;
9233
9351
  toString: () => string;
9234
9352
  toLocaleString: () => string;
@@ -9239,6 +9357,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9239
9357
  } | undefined;
9240
9358
  parentDataJO?: {
9241
9359
  [x: string]: any;
9360
+ [x: symbol]: any;
9242
9361
  constructor: Function;
9243
9362
  toString: () => string;
9244
9363
  toLocaleString: () => string;
@@ -9265,6 +9384,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9265
9384
  refAppViewId?: string | undefined;
9266
9385
  viewParamJO?: {
9267
9386
  [x: string]: any;
9387
+ [x: symbol]: any;
9268
9388
  constructor: Function;
9269
9389
  toString: () => string;
9270
9390
  toLocaleString: () => string;
@@ -9354,6 +9474,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9354
9474
  controlParam?: {
9355
9475
  ctrlParams?: {
9356
9476
  [x: string]: any;
9477
+ [x: symbol]: any;
9357
9478
  constructor: Function;
9358
9479
  toString: () => string;
9359
9480
  toLocaleString: () => string;
@@ -9579,6 +9700,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9579
9700
  } | undefined;
9580
9701
  refMode?: {
9581
9702
  [x: string]: any;
9703
+ [x: symbol]: any;
9582
9704
  constructor: Function;
9583
9705
  toString: () => string;
9584
9706
  toLocaleString: () => string;
@@ -9603,6 +9725,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9603
9725
  paramType?: string | undefined;
9604
9726
  value?: {
9605
9727
  [x: string]: any;
9728
+ [x: symbol]: any;
9606
9729
  constructor: Function;
9607
9730
  toString: () => string;
9608
9731
  toLocaleString: () => string;
@@ -9632,6 +9755,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9632
9755
  appDEUILogicId?: string | undefined;
9633
9756
  appDataEntityId?: string | undefined;
9634
9757
  appUILogicRefViews?: {
9758
+ openMode?: string | undefined;
9635
9759
  refMode?: string | undefined;
9636
9760
  refAppViewId?: string | undefined;
9637
9761
  navigateContexts?: {
@@ -9691,6 +9815,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9691
9815
  logicType?: string | undefined;
9692
9816
  owner?: {
9693
9817
  [x: string]: any;
9818
+ [x: symbol]: any;
9694
9819
  constructor: Function;
9695
9820
  toString: () => string;
9696
9821
  toLocaleString: () => string;
@@ -9721,6 +9846,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9721
9846
  openMode?: string | undefined;
9722
9847
  owner?: {
9723
9848
  [x: string]: any;
9849
+ [x: symbol]: any;
9724
9850
  constructor: Function;
9725
9851
  toString: () => string;
9726
9852
  toLocaleString: () => string;
@@ -9731,6 +9857,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9731
9857
  } | undefined;
9732
9858
  parentDataJO?: {
9733
9859
  [x: string]: any;
9860
+ [x: symbol]: any;
9734
9861
  constructor: Function;
9735
9862
  toString: () => string;
9736
9863
  toLocaleString: () => string;
@@ -9757,6 +9884,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9757
9884
  refAppViewId?: string | undefined;
9758
9885
  viewParamJO?: {
9759
9886
  [x: string]: any;
9887
+ [x: symbol]: any;
9760
9888
  constructor: Function;
9761
9889
  toString: () => string;
9762
9890
  toLocaleString: () => string;
@@ -9846,6 +9974,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
9846
9974
  controlParam?: {
9847
9975
  ctrlParams?: {
9848
9976
  [x: string]: any;
9977
+ [x: symbol]: any;
9849
9978
  constructor: Function;
9850
9979
  toString: () => string;
9851
9980
  toLocaleString: () => string;
@@ -10100,6 +10229,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10100
10229
  controlParam?: {
10101
10230
  ctrlParams?: {
10102
10231
  [x: string]: any;
10232
+ [x: symbol]: any;
10103
10233
  constructor: Function;
10104
10234
  toString: () => string;
10105
10235
  toLocaleString: () => string;
@@ -10221,6 +10351,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10221
10351
  } | undefined;
10222
10352
  refMode?: {
10223
10353
  [x: string]: any;
10354
+ [x: symbol]: any;
10224
10355
  constructor: Function;
10225
10356
  toString: () => string;
10226
10357
  toLocaleString: () => string;
@@ -10245,6 +10376,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10245
10376
  paramType?: string | undefined;
10246
10377
  value?: {
10247
10378
  [x: string]: any;
10379
+ [x: symbol]: any;
10248
10380
  constructor: Function;
10249
10381
  toString: () => string;
10250
10382
  toLocaleString: () => string;
@@ -10274,6 +10406,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10274
10406
  appDEUILogicId?: string | undefined;
10275
10407
  appDataEntityId?: string | undefined;
10276
10408
  appUILogicRefViews?: {
10409
+ openMode?: string | undefined;
10277
10410
  refMode?: string | undefined;
10278
10411
  refAppViewId?: string | undefined;
10279
10412
  navigateContexts?: any[] | undefined;
@@ -10309,6 +10442,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10309
10442
  logicType?: string | undefined;
10310
10443
  owner?: {
10311
10444
  [x: string]: any;
10445
+ [x: symbol]: any;
10312
10446
  constructor: Function;
10313
10447
  toString: () => string;
10314
10448
  toLocaleString: () => string;
@@ -10339,6 +10473,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10339
10473
  openMode?: string | undefined;
10340
10474
  owner?: {
10341
10475
  [x: string]: any;
10476
+ [x: symbol]: any;
10342
10477
  constructor: Function;
10343
10478
  toString: () => string;
10344
10479
  toLocaleString: () => string;
@@ -10349,6 +10484,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10349
10484
  } | undefined;
10350
10485
  parentDataJO?: {
10351
10486
  [x: string]: any;
10487
+ [x: symbol]: any;
10352
10488
  constructor: Function;
10353
10489
  toString: () => string;
10354
10490
  toLocaleString: () => string;
@@ -10375,6 +10511,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10375
10511
  refAppViewId?: string | undefined;
10376
10512
  viewParamJO?: {
10377
10513
  [x: string]: any;
10514
+ [x: symbol]: any;
10378
10515
  constructor: Function;
10379
10516
  toString: () => string;
10380
10517
  toLocaleString: () => string;
@@ -10593,6 +10730,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10593
10730
  } | undefined;
10594
10731
  refMode?: {
10595
10732
  [x: string]: any;
10733
+ [x: symbol]: any;
10596
10734
  constructor: Function;
10597
10735
  toString: () => string;
10598
10736
  toLocaleString: () => string;
@@ -10647,6 +10785,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10647
10785
  appDEUILogicId?: string | undefined;
10648
10786
  appDataEntityId?: string | undefined;
10649
10787
  appUILogicRefViews?: {
10788
+ openMode?: string | undefined;
10650
10789
  refMode?: string | undefined;
10651
10790
  refAppViewId?: string | undefined;
10652
10791
  navigateContexts?: {
@@ -10990,6 +11129,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
10990
11129
  controlParam?: {
10991
11130
  ctrlParams?: {
10992
11131
  [x: string]: any;
11132
+ [x: symbol]: any;
10993
11133
  constructor: Function;
10994
11134
  toString: () => string;
10995
11135
  toLocaleString: () => string;
@@ -11111,6 +11251,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11111
11251
  } | undefined;
11112
11252
  refMode?: {
11113
11253
  [x: string]: any;
11254
+ [x: symbol]: any;
11114
11255
  constructor: Function;
11115
11256
  toString: () => string;
11116
11257
  toLocaleString: () => string;
@@ -11135,6 +11276,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11135
11276
  paramType?: string | undefined;
11136
11277
  value?: {
11137
11278
  [x: string]: any;
11279
+ [x: symbol]: any;
11138
11280
  constructor: Function;
11139
11281
  toString: () => string;
11140
11282
  toLocaleString: () => string;
@@ -11164,6 +11306,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11164
11306
  appDEUILogicId?: string | undefined;
11165
11307
  appDataEntityId?: string | undefined;
11166
11308
  appUILogicRefViews?: {
11309
+ openMode?: string | undefined;
11167
11310
  refMode?: string | undefined;
11168
11311
  refAppViewId?: string | undefined;
11169
11312
  navigateContexts?: {
@@ -11223,6 +11366,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11223
11366
  logicType?: string | undefined;
11224
11367
  owner?: {
11225
11368
  [x: string]: any;
11369
+ [x: symbol]: any;
11226
11370
  constructor: Function;
11227
11371
  toString: () => string;
11228
11372
  toLocaleString: () => string;
@@ -11253,6 +11397,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11253
11397
  openMode?: string | undefined;
11254
11398
  owner?: {
11255
11399
  [x: string]: any;
11400
+ [x: symbol]: any;
11256
11401
  constructor: Function;
11257
11402
  toString: () => string;
11258
11403
  toLocaleString: () => string;
@@ -11263,6 +11408,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11263
11408
  } | undefined;
11264
11409
  parentDataJO?: {
11265
11410
  [x: string]: any;
11411
+ [x: symbol]: any;
11266
11412
  constructor: Function;
11267
11413
  toString: () => string;
11268
11414
  toLocaleString: () => string;
@@ -11289,6 +11435,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11289
11435
  refAppViewId?: string | undefined;
11290
11436
  viewParamJO?: {
11291
11437
  [x: string]: any;
11438
+ [x: symbol]: any;
11292
11439
  constructor: Function;
11293
11440
  toString: () => string;
11294
11441
  toLocaleString: () => string;
@@ -11378,6 +11525,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11378
11525
  controlParam?: {
11379
11526
  ctrlParams?: {
11380
11527
  [x: string]: any;
11528
+ [x: symbol]: any;
11381
11529
  constructor: Function;
11382
11530
  toString: () => string;
11383
11531
  toLocaleString: () => string;
@@ -11553,6 +11701,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11553
11701
  controlParam?: {
11554
11702
  ctrlParams?: {
11555
11703
  [x: string]: any;
11704
+ [x: symbol]: any;
11556
11705
  constructor: Function;
11557
11706
  toString: () => string;
11558
11707
  toLocaleString: () => string;
@@ -11807,6 +11956,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11807
11956
  controlParam?: {
11808
11957
  ctrlParams?: {
11809
11958
  [x: string]: any;
11959
+ [x: symbol]: any;
11810
11960
  constructor: Function;
11811
11961
  toString: () => string;
11812
11962
  toLocaleString: () => string;
@@ -11928,6 +12078,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11928
12078
  } | undefined;
11929
12079
  refMode?: {
11930
12080
  [x: string]: any;
12081
+ [x: symbol]: any;
11931
12082
  constructor: Function;
11932
12083
  toString: () => string;
11933
12084
  toLocaleString: () => string;
@@ -11952,6 +12103,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11952
12103
  paramType?: string | undefined;
11953
12104
  value?: {
11954
12105
  [x: string]: any;
12106
+ [x: symbol]: any;
11955
12107
  constructor: Function;
11956
12108
  toString: () => string;
11957
12109
  toLocaleString: () => string;
@@ -11981,6 +12133,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
11981
12133
  appDEUILogicId?: string | undefined;
11982
12134
  appDataEntityId?: string | undefined;
11983
12135
  appUILogicRefViews?: {
12136
+ openMode?: string | undefined;
11984
12137
  refMode?: string | undefined;
11985
12138
  refAppViewId?: string | undefined;
11986
12139
  navigateContexts?: {
@@ -12040,6 +12193,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12040
12193
  logicType?: string | undefined;
12041
12194
  owner?: {
12042
12195
  [x: string]: any;
12196
+ [x: symbol]: any;
12043
12197
  constructor: Function;
12044
12198
  toString: () => string;
12045
12199
  toLocaleString: () => string;
@@ -12070,6 +12224,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12070
12224
  openMode?: string | undefined;
12071
12225
  owner?: {
12072
12226
  [x: string]: any;
12227
+ [x: symbol]: any;
12073
12228
  constructor: Function;
12074
12229
  toString: () => string;
12075
12230
  toLocaleString: () => string;
@@ -12080,6 +12235,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12080
12235
  } | undefined;
12081
12236
  parentDataJO?: {
12082
12237
  [x: string]: any;
12238
+ [x: symbol]: any;
12083
12239
  constructor: Function;
12084
12240
  toString: () => string;
12085
12241
  toLocaleString: () => string;
@@ -12106,6 +12262,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12106
12262
  refAppViewId?: string | undefined;
12107
12263
  viewParamJO?: {
12108
12264
  [x: string]: any;
12265
+ [x: symbol]: any;
12109
12266
  constructor: Function;
12110
12267
  toString: () => string;
12111
12268
  toLocaleString: () => string;
@@ -12195,6 +12352,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12195
12352
  controlParam?: {
12196
12353
  ctrlParams?: {
12197
12354
  [x: string]: any;
12355
+ [x: symbol]: any;
12198
12356
  constructor: Function;
12199
12357
  toString: () => string;
12200
12358
  toLocaleString: () => string;
@@ -12420,6 +12578,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12420
12578
  } | undefined;
12421
12579
  refMode?: {
12422
12580
  [x: string]: any;
12581
+ [x: symbol]: any;
12423
12582
  constructor: Function;
12424
12583
  toString: () => string;
12425
12584
  toLocaleString: () => string;
@@ -12444,6 +12603,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12444
12603
  paramType?: string | undefined;
12445
12604
  value?: {
12446
12605
  [x: string]: any;
12606
+ [x: symbol]: any;
12447
12607
  constructor: Function;
12448
12608
  toString: () => string;
12449
12609
  toLocaleString: () => string;
@@ -12473,6 +12633,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12473
12633
  appDEUILogicId?: string | undefined;
12474
12634
  appDataEntityId?: string | undefined;
12475
12635
  appUILogicRefViews?: {
12636
+ openMode?: string | undefined;
12476
12637
  refMode?: string | undefined;
12477
12638
  refAppViewId?: string | undefined;
12478
12639
  navigateContexts?: {
@@ -12532,6 +12693,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12532
12693
  logicType?: string | undefined;
12533
12694
  owner?: {
12534
12695
  [x: string]: any;
12696
+ [x: symbol]: any;
12535
12697
  constructor: Function;
12536
12698
  toString: () => string;
12537
12699
  toLocaleString: () => string;
@@ -12562,6 +12724,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12562
12724
  openMode?: string | undefined;
12563
12725
  owner?: {
12564
12726
  [x: string]: any;
12727
+ [x: symbol]: any;
12565
12728
  constructor: Function;
12566
12729
  toString: () => string;
12567
12730
  toLocaleString: () => string;
@@ -12572,6 +12735,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12572
12735
  } | undefined;
12573
12736
  parentDataJO?: {
12574
12737
  [x: string]: any;
12738
+ [x: symbol]: any;
12575
12739
  constructor: Function;
12576
12740
  toString: () => string;
12577
12741
  toLocaleString: () => string;
@@ -12598,6 +12762,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12598
12762
  refAppViewId?: string | undefined;
12599
12763
  viewParamJO?: {
12600
12764
  [x: string]: any;
12765
+ [x: symbol]: any;
12601
12766
  constructor: Function;
12602
12767
  toString: () => string;
12603
12768
  toLocaleString: () => string;
@@ -12687,6 +12852,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12687
12852
  controlParam?: {
12688
12853
  ctrlParams?: {
12689
12854
  [x: string]: any;
12855
+ [x: symbol]: any;
12690
12856
  constructor: Function;
12691
12857
  toString: () => string;
12692
12858
  toLocaleString: () => string;
@@ -12941,6 +13107,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
12941
13107
  controlParam?: {
12942
13108
  ctrlParams?: {
12943
13109
  [x: string]: any;
13110
+ [x: symbol]: any;
12944
13111
  constructor: Function;
12945
13112
  toString: () => string;
12946
13113
  toLocaleString: () => string;
@@ -13062,6 +13229,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13062
13229
  } | undefined;
13063
13230
  refMode?: {
13064
13231
  [x: string]: any;
13232
+ [x: symbol]: any;
13065
13233
  constructor: Function;
13066
13234
  toString: () => string;
13067
13235
  toLocaleString: () => string;
@@ -13086,6 +13254,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13086
13254
  paramType?: string | undefined;
13087
13255
  value?: {
13088
13256
  [x: string]: any;
13257
+ [x: symbol]: any;
13089
13258
  constructor: Function;
13090
13259
  toString: () => string;
13091
13260
  toLocaleString: () => string;
@@ -13115,6 +13284,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13115
13284
  appDEUILogicId?: string | undefined;
13116
13285
  appDataEntityId?: string | undefined;
13117
13286
  appUILogicRefViews?: {
13287
+ openMode?: string | undefined;
13118
13288
  refMode?: string | undefined;
13119
13289
  refAppViewId?: string | undefined;
13120
13290
  navigateContexts?: {
@@ -13174,6 +13344,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13174
13344
  logicType?: string | undefined;
13175
13345
  owner?: {
13176
13346
  [x: string]: any;
13347
+ [x: symbol]: any;
13177
13348
  constructor: Function;
13178
13349
  toString: () => string;
13179
13350
  toLocaleString: () => string;
@@ -13204,6 +13375,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13204
13375
  openMode?: string | undefined;
13205
13376
  owner?: {
13206
13377
  [x: string]: any;
13378
+ [x: symbol]: any;
13207
13379
  constructor: Function;
13208
13380
  toString: () => string;
13209
13381
  toLocaleString: () => string;
@@ -13214,6 +13386,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13214
13386
  } | undefined;
13215
13387
  parentDataJO?: {
13216
13388
  [x: string]: any;
13389
+ [x: symbol]: any;
13217
13390
  constructor: Function;
13218
13391
  toString: () => string;
13219
13392
  toLocaleString: () => string;
@@ -13240,6 +13413,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13240
13413
  refAppViewId?: string | undefined;
13241
13414
  viewParamJO?: {
13242
13415
  [x: string]: any;
13416
+ [x: symbol]: any;
13243
13417
  constructor: Function;
13244
13418
  toString: () => string;
13245
13419
  toLocaleString: () => string;
@@ -13436,6 +13610,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
13436
13610
  appDEUILogicId?: string | undefined;
13437
13611
  appDataEntityId?: string | undefined;
13438
13612
  appUILogicRefViews?: {
13613
+ openMode?: string | undefined;
13439
13614
  refMode?: string | undefined;
13440
13615
  refAppViewId?: string | undefined;
13441
13616
  navigateContexts?: {
@@ -14127,6 +14302,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14127
14302
  controlParam?: {
14128
14303
  ctrlParams?: {
14129
14304
  [x: string]: any;
14305
+ [x: symbol]: any;
14130
14306
  constructor: Function;
14131
14307
  toString: () => string;
14132
14308
  toLocaleString: () => string;
@@ -14248,6 +14424,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14248
14424
  } | undefined;
14249
14425
  refMode?: {
14250
14426
  [x: string]: any;
14427
+ [x: symbol]: any;
14251
14428
  constructor: Function;
14252
14429
  toString: () => string;
14253
14430
  toLocaleString: () => string;
@@ -14272,6 +14449,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14272
14449
  paramType?: string | undefined;
14273
14450
  value?: {
14274
14451
  [x: string]: any;
14452
+ [x: symbol]: any;
14275
14453
  constructor: Function;
14276
14454
  toString: () => string;
14277
14455
  toLocaleString: () => string;
@@ -14301,6 +14479,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14301
14479
  appDEUILogicId?: string | undefined;
14302
14480
  appDataEntityId?: string | undefined;
14303
14481
  appUILogicRefViews?: {
14482
+ openMode?: string | undefined;
14304
14483
  refMode?: string | undefined;
14305
14484
  refAppViewId?: string | undefined;
14306
14485
  navigateContexts?: {
@@ -14360,6 +14539,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14360
14539
  logicType?: string | undefined;
14361
14540
  owner?: {
14362
14541
  [x: string]: any;
14542
+ [x: symbol]: any;
14363
14543
  constructor: Function;
14364
14544
  toString: () => string;
14365
14545
  toLocaleString: () => string;
@@ -14390,6 +14570,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14390
14570
  openMode?: string | undefined;
14391
14571
  owner?: {
14392
14572
  [x: string]: any;
14573
+ [x: symbol]: any;
14393
14574
  constructor: Function;
14394
14575
  toString: () => string;
14395
14576
  toLocaleString: () => string;
@@ -14400,6 +14581,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14400
14581
  } | undefined;
14401
14582
  parentDataJO?: {
14402
14583
  [x: string]: any;
14584
+ [x: symbol]: any;
14403
14585
  constructor: Function;
14404
14586
  toString: () => string;
14405
14587
  toLocaleString: () => string;
@@ -14426,6 +14608,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14426
14608
  refAppViewId?: string | undefined;
14427
14609
  viewParamJO?: {
14428
14610
  [x: string]: any;
14611
+ [x: symbol]: any;
14429
14612
  constructor: Function;
14430
14613
  toString: () => string;
14431
14614
  toLocaleString: () => string;
@@ -14515,6 +14698,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14515
14698
  controlParam?: {
14516
14699
  ctrlParams?: {
14517
14700
  [x: string]: any;
14701
+ [x: symbol]: any;
14518
14702
  constructor: Function;
14519
14703
  toString: () => string;
14520
14704
  toLocaleString: () => string;
@@ -14659,6 +14843,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
14659
14843
  tooltip?: string | undefined;
14660
14844
  uiactionParamJO?: {
14661
14845
  [x: string]: any;
14846
+ [x: symbol]: any;
14662
14847
  constructor: Function;
14663
14848
  toString: () => string;
14664
14849
  toLocaleString: () => string;
@@ -15091,6 +15276,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15091
15276
  controlParam?: {
15092
15277
  ctrlParams?: {
15093
15278
  [x: string]: any;
15279
+ [x: symbol]: any;
15094
15280
  constructor: Function;
15095
15281
  toString: () => string;
15096
15282
  toLocaleString: () => string;
@@ -15212,6 +15398,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15212
15398
  } | undefined;
15213
15399
  refMode?: {
15214
15400
  [x: string]: any;
15401
+ [x: symbol]: any;
15215
15402
  constructor: Function;
15216
15403
  toString: () => string;
15217
15404
  toLocaleString: () => string;
@@ -15236,6 +15423,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15236
15423
  paramType?: string | undefined;
15237
15424
  value?: {
15238
15425
  [x: string]: any;
15426
+ [x: symbol]: any;
15239
15427
  constructor: Function;
15240
15428
  toString: () => string;
15241
15429
  toLocaleString: () => string;
@@ -15265,6 +15453,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15265
15453
  appDEUILogicId?: string | undefined;
15266
15454
  appDataEntityId?: string | undefined;
15267
15455
  appUILogicRefViews?: {
15456
+ openMode?: string | undefined;
15268
15457
  refMode?: string | undefined;
15269
15458
  refAppViewId?: string | undefined;
15270
15459
  navigateContexts?: {
@@ -15324,6 +15513,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15324
15513
  logicType?: string | undefined;
15325
15514
  owner?: {
15326
15515
  [x: string]: any;
15516
+ [x: symbol]: any;
15327
15517
  constructor: Function;
15328
15518
  toString: () => string;
15329
15519
  toLocaleString: () => string;
@@ -15354,6 +15544,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15354
15544
  openMode?: string | undefined;
15355
15545
  owner?: {
15356
15546
  [x: string]: any;
15547
+ [x: symbol]: any;
15357
15548
  constructor: Function;
15358
15549
  toString: () => string;
15359
15550
  toLocaleString: () => string;
@@ -15364,6 +15555,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15364
15555
  } | undefined;
15365
15556
  parentDataJO?: {
15366
15557
  [x: string]: any;
15558
+ [x: symbol]: any;
15367
15559
  constructor: Function;
15368
15560
  toString: () => string;
15369
15561
  toLocaleString: () => string;
@@ -15390,6 +15582,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15390
15582
  refAppViewId?: string | undefined;
15391
15583
  viewParamJO?: {
15392
15584
  [x: string]: any;
15585
+ [x: symbol]: any;
15393
15586
  constructor: Function;
15394
15587
  toString: () => string;
15395
15588
  toLocaleString: () => string;
@@ -15479,6 +15672,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15479
15672
  controlParam?: {
15480
15673
  ctrlParams?: {
15481
15674
  [x: string]: any;
15675
+ [x: symbol]: any;
15482
15676
  constructor: Function;
15483
15677
  toString: () => string;
15484
15678
  toLocaleString: () => string;
@@ -15661,6 +15855,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15661
15855
  controlParam?: {
15662
15856
  ctrlParams?: {
15663
15857
  [x: string]: any;
15858
+ [x: symbol]: any;
15664
15859
  constructor: Function;
15665
15860
  toString: () => string;
15666
15861
  toLocaleString: () => string;
@@ -15915,6 +16110,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
15915
16110
  controlParam?: {
15916
16111
  ctrlParams?: {
15917
16112
  [x: string]: any;
16113
+ [x: symbol]: any;
15918
16114
  constructor: Function;
15919
16115
  toString: () => string;
15920
16116
  toLocaleString: () => string;
@@ -16036,6 +16232,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16036
16232
  } | undefined;
16037
16233
  refMode?: {
16038
16234
  [x: string]: any;
16235
+ [x: symbol]: any;
16039
16236
  constructor: Function;
16040
16237
  toString: () => string;
16041
16238
  toLocaleString: () => string;
@@ -16060,6 +16257,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16060
16257
  paramType?: string | undefined;
16061
16258
  value?: {
16062
16259
  [x: string]: any;
16260
+ [x: symbol]: any;
16063
16261
  constructor: Function;
16064
16262
  toString: () => string;
16065
16263
  toLocaleString: () => string;
@@ -16089,6 +16287,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16089
16287
  appDEUILogicId?: string | undefined;
16090
16288
  appDataEntityId?: string | undefined;
16091
16289
  appUILogicRefViews?: {
16290
+ openMode?: string | undefined;
16092
16291
  refMode?: string | undefined;
16093
16292
  refAppViewId?: string | undefined;
16094
16293
  navigateContexts?: {
@@ -16148,6 +16347,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16148
16347
  logicType?: string | undefined;
16149
16348
  owner?: {
16150
16349
  [x: string]: any;
16350
+ [x: symbol]: any;
16151
16351
  constructor: Function;
16152
16352
  toString: () => string;
16153
16353
  toLocaleString: () => string;
@@ -16178,6 +16378,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16178
16378
  openMode?: string | undefined;
16179
16379
  owner?: {
16180
16380
  [x: string]: any;
16381
+ [x: symbol]: any;
16181
16382
  constructor: Function;
16182
16383
  toString: () => string;
16183
16384
  toLocaleString: () => string;
@@ -16188,6 +16389,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16188
16389
  } | undefined;
16189
16390
  parentDataJO?: {
16190
16391
  [x: string]: any;
16392
+ [x: symbol]: any;
16191
16393
  constructor: Function;
16192
16394
  toString: () => string;
16193
16395
  toLocaleString: () => string;
@@ -16214,6 +16416,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16214
16416
  refAppViewId?: string | undefined;
16215
16417
  viewParamJO?: {
16216
16418
  [x: string]: any;
16419
+ [x: symbol]: any;
16217
16420
  constructor: Function;
16218
16421
  toString: () => string;
16219
16422
  toLocaleString: () => string;
@@ -16303,6 +16506,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16303
16506
  controlParam?: {
16304
16507
  ctrlParams?: {
16305
16508
  [x: string]: any;
16509
+ [x: symbol]: any;
16306
16510
  constructor: Function;
16307
16511
  toString: () => string;
16308
16512
  toLocaleString: () => string;
@@ -16538,6 +16742,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16538
16742
  } | undefined;
16539
16743
  refMode?: {
16540
16744
  [x: string]: any;
16745
+ [x: symbol]: any;
16541
16746
  constructor: Function;
16542
16747
  toString: () => string;
16543
16748
  toLocaleString: () => string;
@@ -16562,6 +16767,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16562
16767
  paramType?: string | undefined;
16563
16768
  value?: {
16564
16769
  [x: string]: any;
16770
+ [x: symbol]: any;
16565
16771
  constructor: Function;
16566
16772
  toString: () => string;
16567
16773
  toLocaleString: () => string;
@@ -16591,6 +16797,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16591
16797
  appDEUILogicId?: string | undefined;
16592
16798
  appDataEntityId?: string | undefined;
16593
16799
  appUILogicRefViews?: {
16800
+ openMode?: string | undefined;
16594
16801
  refMode?: string | undefined;
16595
16802
  refAppViewId?: string | undefined;
16596
16803
  navigateContexts?: {
@@ -16650,6 +16857,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16650
16857
  logicType?: string | undefined;
16651
16858
  owner?: {
16652
16859
  [x: string]: any;
16860
+ [x: symbol]: any;
16653
16861
  constructor: Function;
16654
16862
  toString: () => string;
16655
16863
  toLocaleString: () => string;
@@ -16680,6 +16888,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16680
16888
  openMode?: string | undefined;
16681
16889
  owner?: {
16682
16890
  [x: string]: any;
16891
+ [x: symbol]: any;
16683
16892
  constructor: Function;
16684
16893
  toString: () => string;
16685
16894
  toLocaleString: () => string;
@@ -16690,6 +16899,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16690
16899
  } | undefined;
16691
16900
  parentDataJO?: {
16692
16901
  [x: string]: any;
16902
+ [x: symbol]: any;
16693
16903
  constructor: Function;
16694
16904
  toString: () => string;
16695
16905
  toLocaleString: () => string;
@@ -16716,6 +16926,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16716
16926
  refAppViewId?: string | undefined;
16717
16927
  viewParamJO?: {
16718
16928
  [x: string]: any;
16929
+ [x: symbol]: any;
16719
16930
  constructor: Function;
16720
16931
  toString: () => string;
16721
16932
  toLocaleString: () => string;
@@ -16805,6 +17016,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
16805
17016
  controlParam?: {
16806
17017
  ctrlParams?: {
16807
17018
  [x: string]: any;
17019
+ [x: symbol]: any;
16808
17020
  constructor: Function;
16809
17021
  toString: () => string;
16810
17022
  toLocaleString: () => string;
@@ -17059,6 +17271,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17059
17271
  controlParam?: {
17060
17272
  ctrlParams?: {
17061
17273
  [x: string]: any;
17274
+ [x: symbol]: any;
17062
17275
  constructor: Function;
17063
17276
  toString: () => string;
17064
17277
  toLocaleString: () => string;
@@ -17180,6 +17393,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17180
17393
  } | undefined;
17181
17394
  refMode?: {
17182
17395
  [x: string]: any;
17396
+ [x: symbol]: any;
17183
17397
  constructor: Function;
17184
17398
  toString: () => string;
17185
17399
  toLocaleString: () => string;
@@ -17204,6 +17418,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17204
17418
  paramType?: string | undefined;
17205
17419
  value?: {
17206
17420
  [x: string]: any;
17421
+ [x: symbol]: any;
17207
17422
  constructor: Function;
17208
17423
  toString: () => string;
17209
17424
  toLocaleString: () => string;
@@ -17233,6 +17448,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17233
17448
  appDEUILogicId?: string | undefined;
17234
17449
  appDataEntityId?: string | undefined;
17235
17450
  appUILogicRefViews?: {
17451
+ openMode?: string | undefined;
17236
17452
  refMode?: string | undefined;
17237
17453
  refAppViewId?: string | undefined;
17238
17454
  navigateContexts?: {
@@ -17292,6 +17508,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17292
17508
  logicType?: string | undefined;
17293
17509
  owner?: {
17294
17510
  [x: string]: any;
17511
+ [x: symbol]: any;
17295
17512
  constructor: Function;
17296
17513
  toString: () => string;
17297
17514
  toLocaleString: () => string;
@@ -17322,6 +17539,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17322
17539
  openMode?: string | undefined;
17323
17540
  owner?: {
17324
17541
  [x: string]: any;
17542
+ [x: symbol]: any;
17325
17543
  constructor: Function;
17326
17544
  toString: () => string;
17327
17545
  toLocaleString: () => string;
@@ -17332,6 +17550,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17332
17550
  } | undefined;
17333
17551
  parentDataJO?: {
17334
17552
  [x: string]: any;
17553
+ [x: symbol]: any;
17335
17554
  constructor: Function;
17336
17555
  toString: () => string;
17337
17556
  toLocaleString: () => string;
@@ -17358,6 +17577,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
17358
17577
  refAppViewId?: string | undefined;
17359
17578
  viewParamJO?: {
17360
17579
  [x: string]: any;
17580
+ [x: symbol]: any;
17361
17581
  constructor: Function;
17362
17582
  toString: () => string;
17363
17583
  toLocaleString: () => string;