@ibiz/model-core 0.1.41 → 0.1.43

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 (758) hide show
  1. package/CHANGELOG.md +249 -249
  2. package/LICENSE +21 -21
  3. package/README.md +2 -2
  4. package/out/app/bi/iapp-bicube-dimension.d.ts +7 -0
  5. package/out/app/bi/iapp-bireport-dimension.d.ts +25 -0
  6. package/out/app/bi/iapp-bireport-measure.d.ts +18 -0
  7. package/package.json +42 -42
  8. package/src/app/appmenu/iapp-menu-model.ts +24 -24
  9. package/src/app/bi/iapp-bicube-dimension.ts +85 -80
  10. package/src/app/bi/iapp-bicube-hierarchy.ts +53 -53
  11. package/src/app/bi/iapp-bicube-level.ts +71 -71
  12. package/src/app/bi/iapp-bicube-measure.ts +111 -101
  13. package/src/app/bi/iapp-bicube.ts +41 -41
  14. package/src/app/bi/iapp-bireport-dimension.ts +98 -72
  15. package/src/app/bi/iapp-bireport-measure.ts +117 -86
  16. package/src/app/bi/iapp-bireport.ts +79 -79
  17. package/src/app/bi/iapp-bischeme.ts +33 -33
  18. package/src/app/codelist/iapp-code-list.ts +144 -144
  19. package/src/app/control/iapp-counter-ref.ts +17 -17
  20. package/src/app/control/iapp-counter.ts +32 -32
  21. package/src/app/control/iapp-portlet-cat.ts +50 -50
  22. package/src/app/control/iapp-portlet.ts +56 -56
  23. package/src/app/dataentity/iapp-data-entity.ts +411 -411
  24. package/src/app/dataentity/iapp-deacmode-data-item.ts +16 -16
  25. package/src/app/dataentity/iapp-deacmode.ts +49 -49
  26. package/src/app/dataentity/iapp-deaction-input.ts +8 -8
  27. package/src/app/dataentity/iapp-deaction-logic.ts +48 -48
  28. package/src/app/dataentity/iapp-deaction.ts +134 -134
  29. package/src/app/dataentity/iapp-dedata-export-item.ts +16 -16
  30. package/src/app/dataentity/iapp-dedata-export.ts +8 -8
  31. package/src/app/dataentity/iapp-dedata-import-item.ts +16 -16
  32. package/src/app/dataentity/iapp-dedata-import.ts +24 -24
  33. package/src/app/dataentity/iapp-dedata-set.ts +117 -117
  34. package/src/app/dataentity/iapp-defield.ts +155 -155
  35. package/src/app/dataentity/iapp-deflogic.ts +18 -18
  36. package/src/app/dataentity/iapp-defvalue-rule.ts +8 -8
  37. package/src/app/dataentity/iapp-delogic-link-cond.ts +9 -9
  38. package/src/app/dataentity/iapp-delogic-link.ts +8 -8
  39. package/src/app/dataentity/iapp-delogic-node-param.ts +8 -8
  40. package/src/app/dataentity/iapp-delogic-node.ts +8 -8
  41. package/src/app/dataentity/iapp-delogic-param.ts +16 -16
  42. package/src/app/dataentity/iapp-delogic.ts +9 -9
  43. package/src/app/dataentity/iapp-demethod-dto.ts +71 -71
  44. package/src/app/dataentity/iapp-demethod-dtofield.ts +141 -141
  45. package/src/app/dataentity/iapp-demethod-input.ts +50 -50
  46. package/src/app/dataentity/iapp-demethod-logic.ts +59 -59
  47. package/src/app/dataentity/iapp-demethod-return.ts +76 -76
  48. package/src/app/dataentity/iapp-demethod.ts +154 -154
  49. package/src/app/dataentity/iapp-deprint.ts +8 -8
  50. package/src/app/dataentity/iapp-dereport-item.ts +17 -17
  51. package/src/app/dataentity/iapp-dereport.ts +83 -83
  52. package/src/app/dataentity/iapp-ders.ts +230 -230
  53. package/src/app/dataentity/iapp-deuiaction-group-detail.ts +42 -42
  54. package/src/app/dataentity/iapp-deuiaction-group.ts +23 -23
  55. package/src/app/dataentity/iapp-deuiaction.ts +99 -99
  56. package/src/app/dataentity/iapp-deuilogic-link-cond.ts +8 -8
  57. package/src/app/dataentity/iapp-deuilogic-link.ts +8 -8
  58. package/src/app/dataentity/iapp-deuilogic-node-param.ts +8 -8
  59. package/src/app/dataentity/iapp-deuilogic-node.ts +16 -16
  60. package/src/app/dataentity/iapp-deuilogic-param.ts +8 -8
  61. package/src/app/dataentity/iapp-deuilogic.ts +8 -8
  62. package/src/app/func/iapp-func.ts +155 -155
  63. package/src/app/iapp-lan.ts +24 -24
  64. package/src/app/iapp-method-dto.ts +47 -47
  65. package/src/app/iapp-method-dtofield.ts +125 -125
  66. package/src/app/iapp-resource.ts +42 -42
  67. package/src/app/iapp-util-page.ts +53 -53
  68. package/src/app/iapplication-logic.ts +96 -96
  69. package/src/app/iapplication.ts +424 -424
  70. package/src/app/isub-app-ref.ts +69 -69
  71. package/src/app/logic/iapp-uilogic-ref-view-base.ts +30 -30
  72. package/src/app/logic/iapp-uilogic-ref-view.ts +8 -8
  73. package/src/app/logic/iapp-uilogic.ts +49 -49
  74. package/src/app/logic/iapp-uinew-data-logic.ts +78 -78
  75. package/src/app/logic/iapp-uiopen-data-logic.ts +33 -33
  76. package/src/app/mob/imob-app-start-page.ts +22 -22
  77. package/src/app/msg/iapp-msg-templ.ts +8 -8
  78. package/src/app/res/iapp-pfplugin-ref.ts +166 -166
  79. package/src/app/res/iapp-sub-view-type-ref.ts +76 -76
  80. package/src/app/theme/iapp-uitheme.ts +36 -36
  81. package/src/app/util/iapp-draft-storage-util.ts +8 -8
  82. package/src/app/util/iapp-dyna-dashboard-util.ts +9 -9
  83. package/src/app/util/iapp-dyna-util-base.ts +88 -88
  84. package/src/app/util/iapp-filter-storage-util.ts +9 -9
  85. package/src/app/util/iapp-util.ts +123 -123
  86. package/src/app/valuerule/iapp-value-rule.ts +8 -8
  87. package/src/app/view/iapp-data-relation-view.ts +8 -8
  88. package/src/app/view/iapp-decalendar-explorer-view.ts +12 -12
  89. package/src/app/view/iapp-decalendar-view.ts +9 -9
  90. package/src/app/view/iapp-dechart-explorer-view.ts +12 -12
  91. package/src/app/view/iapp-dechart-view.ts +10 -10
  92. package/src/app/view/iapp-decustom-view.ts +9 -9
  93. package/src/app/view/iapp-dedashboard-view.ts +21 -21
  94. package/src/app/view/iapp-dedata-set-view-msg.ts +119 -119
  95. package/src/app/view/iapp-dedata-view-explorer-view.ts +12 -12
  96. package/src/app/view/iapp-dedata-view.ts +9 -9
  97. package/src/app/view/iapp-deedit-view.ts +59 -59
  98. package/src/app/view/iapp-deexplorer-view.ts +23 -23
  99. package/src/app/view/iapp-degantt-explorer-view.ts +12 -12
  100. package/src/app/view/iapp-degantt-view.ts +9 -9
  101. package/src/app/view/iapp-degrid-explorer-view.ts +12 -12
  102. package/src/app/view/iapp-degrid-view.ts +32 -32
  103. package/src/app/view/iapp-degrid-view8.ts +9 -9
  104. package/src/app/view/iapp-dehtml-view.ts +23 -23
  105. package/src/app/view/iapp-deindex-view.ts +10 -10
  106. package/src/app/view/iapp-dekanban-view.ts +9 -9
  107. package/src/app/view/iapp-delist-explorer-view.ts +12 -12
  108. package/src/app/view/iapp-delist-view.ts +9 -9
  109. package/src/app/view/iapp-demap-explorer-view.ts +12 -12
  110. package/src/app/view/iapp-demap-view.ts +9 -9
  111. package/src/app/view/iapp-demedit-view.ts +9 -9
  112. package/src/app/view/iapp-demob-calendar-explorer-view.ts +12 -12
  113. package/src/app/view/iapp-demob-calendar-view.ts +12 -12
  114. package/src/app/view/iapp-demob-chart-explorer-view.ts +12 -12
  115. package/src/app/view/iapp-demob-chart-view.ts +10 -10
  116. package/src/app/view/iapp-demob-custom-view.ts +10 -10
  117. package/src/app/view/iapp-demob-dashboard-view.ts +12 -12
  118. package/src/app/view/iapp-demob-data-view-explorer-view.ts +12 -12
  119. package/src/app/view/iapp-demob-data-view.ts +10 -10
  120. package/src/app/view/iapp-demob-edit-view.ts +10 -10
  121. package/src/app/view/iapp-demob-gantt-explorer-view.ts +12 -12
  122. package/src/app/view/iapp-demob-gantt-view.ts +10 -10
  123. package/src/app/view/iapp-demob-html-view.ts +10 -10
  124. package/src/app/view/iapp-demob-list-explorer-view.ts +12 -12
  125. package/src/app/view/iapp-demob-list-view.ts +10 -10
  126. package/src/app/view/iapp-demob-map-explorer-view.ts +12 -12
  127. package/src/app/view/iapp-demob-map-view.ts +10 -10
  128. package/src/app/view/iapp-demob-mdview.ts +10 -10
  129. package/src/app/view/iapp-demob-medit-view.ts +10 -10
  130. package/src/app/view/iapp-demob-panel-view.ts +10 -10
  131. package/src/app/view/iapp-demob-pickup-view.ts +10 -10
  132. package/src/app/view/iapp-demob-redirect-view.ts +12 -12
  133. package/src/app/view/iapp-demob-report-view.ts +10 -10
  134. package/src/app/view/iapp-demob-tab-explorer-view.ts +12 -12
  135. package/src/app/view/iapp-demob-tab-search-view.ts +12 -12
  136. package/src/app/view/iapp-demob-tree-explorer-view.ts +12 -12
  137. package/src/app/view/iapp-demob-tree-view.ts +10 -10
  138. package/src/app/view/iapp-demob-view.ts +9 -9
  139. package/src/app/view/iapp-demob-wfaction-view.ts +14 -14
  140. package/src/app/view/iapp-demob-wfdata-redirect-view.ts +12 -12
  141. package/src/app/view/iapp-demob-wfdyna-action-view.ts +8 -8
  142. package/src/app/view/iapp-demob-wfdyna-edit-view.ts +14 -14
  143. package/src/app/view/iapp-demob-wfdyna-exp-mdview.ts +9 -9
  144. package/src/app/view/iapp-demob-wfdyna-start-view.ts +12 -12
  145. package/src/app/view/iapp-demob-wfedit-view.ts +14 -14
  146. package/src/app/view/iapp-demob-wfmdview.ts +10 -10
  147. package/src/app/view/iapp-demob-wfproxy-result-view.ts +12 -12
  148. package/src/app/view/iapp-demob-wfproxy-start-view.ts +12 -12
  149. package/src/app/view/iapp-demob-wfview.ts +9 -9
  150. package/src/app/view/iapp-demob-wizard-view.ts +10 -10
  151. package/src/app/view/iapp-demulti-data-view.ts +16 -16
  152. package/src/app/view/iapp-demulti-data-view2.ts +16 -16
  153. package/src/app/view/iapp-depanel-view.ts +9 -9
  154. package/src/app/view/iapp-depickup-view.ts +9 -9
  155. package/src/app/view/iapp-deredirect-view.ts +40 -40
  156. package/src/app/view/iapp-dereport-view.ts +10 -10
  157. package/src/app/view/iapp-desearch-view.ts +24 -24
  158. package/src/app/view/iapp-desearch-view2.ts +8 -8
  159. package/src/app/view/iapp-deside-bar-explorer-view.ts +16 -16
  160. package/src/app/view/iapp-desub-app-ref-view.ts +10 -10
  161. package/src/app/view/iapp-detab-explorer-view.ts +28 -28
  162. package/src/app/view/iapp-detab-search-view.ts +12 -12
  163. package/src/app/view/iapp-detree-explorer-view.ts +12 -12
  164. package/src/app/view/iapp-detree-grid-ex-view.ts +9 -9
  165. package/src/app/view/iapp-detree-grid-view.ts +34 -34
  166. package/src/app/view/iapp-detree-view.ts +9 -9
  167. package/src/app/view/iapp-deview-logic.ts +8 -8
  168. package/src/app/view/iapp-deview.ts +101 -101
  169. package/src/app/view/iapp-dewfaction-view.ts +38 -38
  170. package/src/app/view/iapp-dewfdata-redirect-view.ts +9 -9
  171. package/src/app/view/iapp-dewfdyna-action-view.ts +9 -9
  172. package/src/app/view/iapp-dewfdyna-edit-view.ts +21 -21
  173. package/src/app/view/iapp-dewfdyna-exp-grid-view.ts +9 -9
  174. package/src/app/view/iapp-dewfdyna-start-view.ts +9 -9
  175. package/src/app/view/iapp-dewfedit-view.ts +14 -14
  176. package/src/app/view/iapp-dewfexplorer-view.ts +12 -12
  177. package/src/app/view/iapp-dewfgrid-view.ts +9 -9
  178. package/src/app/view/iapp-dewfproxy-data-view.ts +9 -9
  179. package/src/app/view/iapp-dewfproxy-result-view.ts +9 -9
  180. package/src/app/view/iapp-dewfproxy-start-view.ts +9 -9
  181. package/src/app/view/iapp-dewfview.ts +31 -31
  182. package/src/app/view/iapp-dewizard-view.ts +9 -9
  183. package/src/app/view/iapp-dexdata-view.ts +16 -16
  184. package/src/app/view/iapp-error-view.ts +16 -16
  185. package/src/app/view/iapp-explorer-view.ts +15 -15
  186. package/src/app/view/iapp-func-pickup-view.ts +9 -9
  187. package/src/app/view/iapp-index-view.ts +101 -101
  188. package/src/app/view/iapp-mob-view.ts +15 -15
  189. package/src/app/view/iapp-panel-view.ts +10 -10
  190. package/src/app/view/iapp-portal-view.ts +10 -10
  191. package/src/app/view/iapp-redirect-view.ts +17 -17
  192. package/src/app/view/iapp-sub-app-ref-view.ts +8 -8
  193. package/src/app/view/iapp-uiaction.ts +22 -22
  194. package/src/app/view/iapp-util-view.ts +10 -10
  195. package/src/app/view/iapp-view-engine-param.ts +36 -36
  196. package/src/app/view/iapp-view-engine.ts +22 -22
  197. package/src/app/view/iapp-view-logic.ts +187 -187
  198. package/src/app/view/iapp-view-msg-group-detail.ts +24 -24
  199. package/src/app/view/iapp-view-msg-group.ts +48 -48
  200. package/src/app/view/iapp-view-msg.ts +168 -168
  201. package/src/app/view/iapp-view-nav-context.ts +9 -9
  202. package/src/app/view/iapp-view-nav-param.ts +16 -16
  203. package/src/app/view/iapp-view-param.ts +29 -29
  204. package/src/app/view/iapp-view-ref.ts +83 -83
  205. package/src/app/view/iapp-view.ts +502 -502
  206. package/src/app/wf/iapp-wf.ts +40 -40
  207. package/src/app/wf/iapp-wfde.ts +39 -39
  208. package/src/app/wf/iapp-wfuiaction.ts +8 -8
  209. package/src/app/wf/iapp-wfver.ts +23 -23
  210. package/src/codelist/icode-item.ts +203 -203
  211. package/src/codelist/icode-list.ts +205 -205
  212. package/src/control/calendar/icalendar-item.ts +126 -126
  213. package/src/control/calendar/icalendar.ts +54 -54
  214. package/src/control/calendar/idecalendar-item.ts +8 -8
  215. package/src/control/calendar/idecalendar.ts +88 -88
  216. package/src/control/calendar/isys-calendar-item.ts +215 -215
  217. package/src/control/calendar/isys-calendar.ts +18 -18
  218. package/src/control/captionbar/icaption-bar.ts +49 -49
  219. package/src/control/chart/ichart-angle-axis.ts +8 -8
  220. package/src/control/chart/ichart-axes.ts +78 -78
  221. package/src/control/chart/ichart-axis.ts +100 -100
  222. package/src/control/chart/ichart-calendar.ts +11 -11
  223. package/src/control/chart/ichart-coordinate-system-calendar.ts +18 -18
  224. package/src/control/chart/ichart-coordinate-system-cartesian2-d.ts +19 -19
  225. package/src/control/chart/ichart-coordinate-system-control.ts +31 -31
  226. package/src/control/chart/ichart-coordinate-system-geo.ts +18 -18
  227. package/src/control/chart/ichart-coordinate-system-none.ts +9 -9
  228. package/src/control/chart/ichart-coordinate-system-parallel.ts +18 -18
  229. package/src/control/chart/ichart-coordinate-system-polar.ts +9 -9
  230. package/src/control/chart/ichart-coordinate-system-radar.ts +18 -18
  231. package/src/control/chart/ichart-coordinate-system-single.ts +18 -18
  232. package/src/control/chart/ichart-coordinate-system.ts +48 -48
  233. package/src/control/chart/ichart-data-grid.ts +24 -24
  234. package/src/control/chart/ichart-data-item.ts +8 -8
  235. package/src/control/chart/ichart-data-set-field.ts +30 -30
  236. package/src/control/chart/ichart-data-set-group.ts +24 -24
  237. package/src/control/chart/ichart-data-set.ts +17 -17
  238. package/src/control/chart/ichart-geo.ts +12 -12
  239. package/src/control/chart/ichart-grid-axis.ts +8 -8
  240. package/src/control/chart/ichart-grid-xaxis.ts +9 -9
  241. package/src/control/chart/ichart-grid-yaxis.ts +9 -9
  242. package/src/control/chart/ichart-grid.ts +44 -44
  243. package/src/control/chart/ichart-legend.ts +23 -23
  244. package/src/control/chart/ichart-object.ts +15 -15
  245. package/src/control/chart/ichart-parallel-axis.ts +8 -8
  246. package/src/control/chart/ichart-parallel.ts +12 -12
  247. package/src/control/chart/ichart-polar-angle-axis.ts +11 -11
  248. package/src/control/chart/ichart-polar-axis.ts +8 -8
  249. package/src/control/chart/ichart-polar-radius-axis.ts +11 -11
  250. package/src/control/chart/ichart-polar.ts +26 -26
  251. package/src/control/chart/ichart-position.ts +50 -50
  252. package/src/control/chart/ichart-radar.ts +9 -9
  253. package/src/control/chart/ichart-radius-axis.ts +8 -8
  254. package/src/control/chart/ichart-series-bar.ts +58 -58
  255. package/src/control/chart/ichart-series-boxplot.ts +8 -8
  256. package/src/control/chart/ichart-series-candlestick.ts +9 -9
  257. package/src/control/chart/ichart-series-cscartesian2-dencode.ts +39 -39
  258. package/src/control/chart/ichart-series-csgeo-encode.ts +8 -8
  259. package/src/control/chart/ichart-series-csnone-encode.ts +23 -23
  260. package/src/control/chart/ichart-series-csnone.ts +8 -8
  261. package/src/control/chart/ichart-series-cspolar-encode.ts +8 -8
  262. package/src/control/chart/ichart-series-cssingle-encode.ts +8 -8
  263. package/src/control/chart/ichart-series-custom.ts +9 -9
  264. package/src/control/chart/ichart-series-encode.ts +40 -40
  265. package/src/control/chart/ichart-series-funnel.ts +45 -45
  266. package/src/control/chart/ichart-series-gauge.ts +58 -58
  267. package/src/control/chart/ichart-series-graph.ts +8 -8
  268. package/src/control/chart/ichart-series-heatmap.ts +8 -8
  269. package/src/control/chart/ichart-series-line.ts +23 -23
  270. package/src/control/chart/ichart-series-lines.ts +8 -8
  271. package/src/control/chart/ichart-series-map.ts +16 -16
  272. package/src/control/chart/ichart-series-parallel.ts +8 -8
  273. package/src/control/chart/ichart-series-pictorial-bar.ts +8 -8
  274. package/src/control/chart/ichart-series-pie.ts +52 -52
  275. package/src/control/chart/ichart-series-radar.ts +9 -9
  276. package/src/control/chart/ichart-series-sankey.ts +8 -8
  277. package/src/control/chart/ichart-series-scatter.ts +9 -9
  278. package/src/control/chart/ichart-series-sunburst.ts +8 -8
  279. package/src/control/chart/ichart-series-theme-river.ts +8 -8
  280. package/src/control/chart/ichart-series-tree.ts +8 -8
  281. package/src/control/chart/ichart-series-treemap.ts +8 -8
  282. package/src/control/chart/ichart-series.ts +225 -225
  283. package/src/control/chart/ichart-single-axis.ts +8 -8
  284. package/src/control/chart/ichart-single.ts +9 -9
  285. package/src/control/chart/ichart-timeline.ts +9 -9
  286. package/src/control/chart/ichart-title.ts +54 -54
  287. package/src/control/chart/ichart-visual-map.ts +8 -8
  288. package/src/control/chart/ichart-xaxis.ts +8 -8
  289. package/src/control/chart/ichart-yaxis.ts +8 -8
  290. package/src/control/chart/ichart.ts +167 -167
  291. package/src/control/chart/idechart-axes.ts +8 -8
  292. package/src/control/chart/idechart-calendar.ts +9 -9
  293. package/src/control/chart/idechart-coordinate-system.ts +11 -11
  294. package/src/control/chart/idechart-data-grid.ts +9 -9
  295. package/src/control/chart/idechart-data-set-field.ts +11 -11
  296. package/src/control/chart/idechart-data-set-group.ts +11 -11
  297. package/src/control/chart/idechart-data-set.ts +9 -9
  298. package/src/control/chart/idechart-geo.ts +9 -9
  299. package/src/control/chart/idechart-grid.ts +9 -9
  300. package/src/control/chart/idechart-legend.ts +9 -9
  301. package/src/control/chart/idechart-object.ts +8 -8
  302. package/src/control/chart/idechart-parallel.ts +9 -9
  303. package/src/control/chart/idechart-polar.ts +9 -9
  304. package/src/control/chart/idechart-radar.ts +9 -9
  305. package/src/control/chart/idechart-series-encode.ts +11 -11
  306. package/src/control/chart/idechart-series.ts +16 -16
  307. package/src/control/chart/idechart-single.ts +9 -9
  308. package/src/control/chart/idechart-title.ts +9 -9
  309. package/src/control/chart/idechart-visual-map.ts +8 -8
  310. package/src/control/chart/idechart.ts +62 -62
  311. package/src/control/chart/iecharts-object.ts +8 -8
  312. package/src/control/chart/iecharts.ts +24 -24
  313. package/src/control/counter/icounter.ts +15 -15
  314. package/src/control/counter/isys-counter-item.ts +15 -15
  315. package/src/control/counter/isys-counter-ref.ts +29 -29
  316. package/src/control/counter/isys-counter.ts +74 -74
  317. package/src/control/custom/icustom-control.ts +38 -38
  318. package/src/control/dashboard/idashboard-container.ts +8 -8
  319. package/src/control/dashboard/idashboard.ts +39 -39
  320. package/src/control/dashboard/idbapp-menu-portlet-part.ts +24 -24
  321. package/src/control/dashboard/idbapp-view-portlet-part.ts +18 -18
  322. package/src/control/dashboard/idbchart-portlet.ts +9 -9
  323. package/src/control/dashboard/idbcontainer-portlet-part.ts +12 -12
  324. package/src/control/dashboard/idbcustom-portlet-part.ts +9 -9
  325. package/src/control/dashboard/idbhtml-portlet-part.ts +24 -24
  326. package/src/control/dashboard/idblist-portlet-part.ts +9 -9
  327. package/src/control/dashboard/idbmenu-portlet-part.ts +8 -8
  328. package/src/control/dashboard/idbportlet-part.ts +129 -129
  329. package/src/control/dashboard/idbraw-item-portlet-part.ts +12 -12
  330. package/src/control/dashboard/idbreport-portlet.ts +9 -9
  331. package/src/control/dashboard/idbsys-portlet-part.ts +16 -16
  332. package/src/control/dashboard/idbtoolbar-portlet.ts +9 -9
  333. package/src/control/dashboard/idbview-portlet-part.ts +21 -21
  334. package/src/control/dashboard/idedashboard.ts +8 -8
  335. package/src/control/dashboard/isys-dashboard.ts +10 -10
  336. package/src/control/datainfobar/idata-info-bar.ts +9 -9
  337. package/src/control/dataview/idedata-view-data-item.ts +39 -39
  338. package/src/control/dataview/idedata-view-item.ts +86 -86
  339. package/src/control/dataview/idedata-view.ts +349 -349
  340. package/src/control/dataview/idekanban.ts +18 -18
  341. package/src/control/drctrl/idedrbar-group.ts +40 -40
  342. package/src/control/drctrl/idedrbar-item.ts +16 -16
  343. package/src/control/drctrl/idedrbar.ts +19 -19
  344. package/src/control/drctrl/idedrctrl-item.ts +113 -113
  345. package/src/control/drctrl/idedrctrl.ts +80 -80
  346. package/src/control/drctrl/idedrtab-page.ts +8 -8
  347. package/src/control/drctrl/idedrtab.ts +19 -19
  348. package/src/control/drctrl/idrbar.ts +32 -32
  349. package/src/control/drctrl/idrctrl.ts +16 -16
  350. package/src/control/drctrl/idrtab.ts +8 -8
  351. package/src/control/editor/iarray.ts +18 -18
  352. package/src/control/editor/iauto-complete.ts +93 -93
  353. package/src/control/editor/ibar-code-reader.ts +8 -8
  354. package/src/control/editor/ibar-code2-dreader.ts +8 -8
  355. package/src/control/editor/icascader.ts +9 -9
  356. package/src/control/editor/icheck-box-list.ts +9 -9
  357. package/src/control/editor/icheck-box.ts +9 -9
  358. package/src/control/editor/icode-list-editor.ts +23 -23
  359. package/src/control/editor/icode.ts +32 -32
  360. package/src/control/editor/icolor-picker.ts +9 -9
  361. package/src/control/editor/idate-picker.ts +16 -16
  362. package/src/control/editor/idate-range.ts +9 -9
  363. package/src/control/editor/idrop-down-list.ts +16 -16
  364. package/src/control/editor/ifile-uploader.ts +44 -44
  365. package/src/control/editor/ihidden.ts +9 -9
  366. package/src/control/editor/ihtml.ts +58 -58
  367. package/src/control/editor/iipaddress.ts +9 -9
  368. package/src/control/editor/ilist-box-picker.ts +14 -14
  369. package/src/control/editor/ilist-box.ts +9 -9
  370. package/src/control/editor/imail-address.ts +10 -10
  371. package/src/control/editor/imap-picker.ts +9 -9
  372. package/src/control/editor/imarkdown.ts +65 -65
  373. package/src/control/editor/imdrop-down-list.ts +9 -9
  374. package/src/control/editor/impicker.ts +9 -9
  375. package/src/control/editor/inumber-editor.ts +39 -39
  376. package/src/control/editor/inumber-range.ts +9 -9
  377. package/src/control/editor/ioffice.ts +9 -9
  378. package/src/control/editor/ioffice2.ts +10 -10
  379. package/src/control/editor/ipassword.ts +9 -9
  380. package/src/control/editor/ipicker-editor.ts +45 -45
  381. package/src/control/editor/ipicker.ts +66 -66
  382. package/src/control/editor/ipickup-view.ts +10 -10
  383. package/src/control/editor/ipicture.ts +24 -24
  384. package/src/control/editor/ipredefined.ts +9 -9
  385. package/src/control/editor/iradio-button-list.ts +9 -9
  386. package/src/control/editor/irating.ts +9 -9
  387. package/src/control/editor/iraw.ts +24 -24
  388. package/src/control/editor/islider.ts +9 -9
  389. package/src/control/editor/ispan.ts +32 -32
  390. package/src/control/editor/istepper.ts +16 -16
  391. package/src/control/editor/itext-area.ts +58 -58
  392. package/src/control/editor/itext-box.ts +10 -10
  393. package/src/control/editor/itext-editor.ts +49 -49
  394. package/src/control/editor/ivalue-item-editor.ts +15 -15
  395. package/src/control/expbar/icalendar-exp-bar.ts +9 -9
  396. package/src/control/expbar/ichart-exp-bar.ts +9 -9
  397. package/src/control/expbar/idata-view-exp-bar.ts +9 -9
  398. package/src/control/expbar/iexp-bar.ts +71 -71
  399. package/src/control/expbar/igantt-exp-bar.ts +9 -9
  400. package/src/control/expbar/igrid-exp-bar.ts +9 -9
  401. package/src/control/expbar/ilist-exp-bar.ts +9 -9
  402. package/src/control/expbar/imap-exp-bar.ts +9 -9
  403. package/src/control/expbar/itab-exp-page.ts +46 -46
  404. package/src/control/expbar/itab-exp-panel.ts +44 -44
  405. package/src/control/expbar/itree-exp-bar.ts +9 -9
  406. package/src/control/expbar/iwfexp-bar.ts +9 -9
  407. package/src/control/form/ideedit-form-item.ts +8 -8
  408. package/src/control/form/ideedit-form.ts +107 -107
  409. package/src/control/form/idefdcat-group-logic.ts +38 -38
  410. package/src/control/form/idefdgroup-logic.ts +31 -31
  411. package/src/control/form/idefdlogic.ts +32 -32
  412. package/src/control/form/idefdsingle-logic.ts +30 -30
  413. package/src/control/form/idefiupdate-detail.ts +8 -8
  414. package/src/control/form/ideform-button-list.ts +44 -44
  415. package/src/control/form/ideform-button.ts +86 -86
  416. package/src/control/form/ideform-data-item.ts +8 -8
  417. package/src/control/form/ideform-detail.ts +247 -247
  418. package/src/control/form/ideform-druipart.ts +88 -88
  419. package/src/control/form/ideform-form-part.ts +16 -16
  420. package/src/control/form/ideform-group-base.ts +48 -48
  421. package/src/control/form/ideform-group-panel.ts +42 -42
  422. package/src/control/form/ideform-iframe.ts +31 -31
  423. package/src/control/form/ideform-item-ex.ts +18 -18
  424. package/src/control/form/ideform-item-update.ts +55 -55
  425. package/src/control/form/ideform-item-vr.ts +49 -49
  426. package/src/control/form/ideform-item.ts +361 -361
  427. package/src/control/form/ideform-mdctrl.ts +91 -91
  428. package/src/control/form/ideform-page.ts +10 -10
  429. package/src/control/form/ideform-raw-item.ts +10 -10
  430. package/src/control/form/ideform-tab-page.ts +10 -10
  431. package/src/control/form/ideform-tab-panel.ts +18 -18
  432. package/src/control/form/ideform-user-control.ts +23 -23
  433. package/src/control/form/ideform.ts +86 -86
  434. package/src/control/form/idesearch-form-item.ts +8 -8
  435. package/src/control/form/idesearch-form.ts +52 -52
  436. package/src/control/form/idewizard-edit-form.ts +27 -27
  437. package/src/control/form/iwfedit-form.ts +26 -26
  438. package/src/control/grid/idegeiupdate-detail.ts +8 -8
  439. package/src/control/grid/idegrid-column.ts +198 -198
  440. package/src/control/grid/idegrid-data-item.ts +47 -47
  441. package/src/control/grid/idegrid-edit-item-update.ts +55 -55
  442. package/src/control/grid/idegrid-edit-item-vr.ts +49 -49
  443. package/src/control/grid/idegrid-edit-item.ts +166 -166
  444. package/src/control/grid/idegrid-field-column.ts +187 -187
  445. package/src/control/grid/idegrid-group-column.ts +17 -17
  446. package/src/control/grid/idegrid-uacolumn.ts +18 -18
  447. package/src/control/grid/idegrid.ts +363 -363
  448. package/src/control/grid/idemulti-edit-view-panel.ts +24 -24
  449. package/src/control/grid/idetree-grid-field-column.ts +8 -8
  450. package/src/control/grid/idetree-grid.ts +9 -9
  451. package/src/control/iajax-control.ts +32 -32
  452. package/src/control/iajax-editor.ts +15 -15
  453. package/src/control/ibutton-base.ts +89 -89
  454. package/src/control/icontrol-action.ts +47 -47
  455. package/src/control/icontrol-attribute.ts +22 -22
  456. package/src/control/icontrol-container.ts +53 -53
  457. package/src/control/icontrol-item-navigatable.ts +11 -11
  458. package/src/control/icontrol-item-param.ts +53 -53
  459. package/src/control/icontrol-item.ts +35 -35
  460. package/src/control/icontrol-logic.ts +150 -150
  461. package/src/control/icontrol-mdata-container.ts +30 -30
  462. package/src/control/icontrol-mdobject.ts +16 -16
  463. package/src/control/icontrol-nav-context.ts +8 -8
  464. package/src/control/icontrol-nav-param.ts +8 -8
  465. package/src/control/icontrol-navigatable.ts +9 -9
  466. package/src/control/icontrol-object-navigatable.ts +8 -8
  467. package/src/control/icontrol-param.ts +15 -15
  468. package/src/control/icontrol-render.ts +39 -39
  469. package/src/control/icontrol-xdata-container.ts +45 -45
  470. package/src/control/icontrol.ts +191 -191
  471. package/src/control/ieditor-container.ts +17 -17
  472. package/src/control/ieditor-item.ts +32 -32
  473. package/src/control/ieditor.ts +211 -211
  474. package/src/control/iimage-base.ts +39 -39
  475. package/src/control/imdajax-control.ts +15 -15
  476. package/src/control/imdcontrol.ts +130 -130
  477. package/src/control/imdcontrol2.ts +8 -8
  478. package/src/control/inavigatable.ts +39 -39
  479. package/src/control/inavigate-context.ts +8 -8
  480. package/src/control/inavigate-param-container.ts +26 -26
  481. package/src/control/inavigate-param.ts +36 -36
  482. package/src/control/iraw-item-base.ts +106 -106
  483. package/src/control/iraw-item-container.ts +18 -18
  484. package/src/control/iraw-item-param.ts +8 -8
  485. package/src/control/isdajax-control.ts +9 -9
  486. package/src/control/isdcontrol.ts +98 -98
  487. package/src/control/itext-base.ts +59 -59
  488. package/src/control/iuser-control.ts +9 -9
  489. package/src/control/layout/iabsolute-layout-pos.ts +49 -49
  490. package/src/control/layout/iabsolute-layout.ts +9 -9
  491. package/src/control/layout/iborder-layout-pos.ts +17 -17
  492. package/src/control/layout/iborder-layout.ts +9 -9
  493. package/src/control/layout/iflex-layout-pos.ts +32 -32
  494. package/src/control/layout/iflex-layout.ts +45 -45
  495. package/src/control/layout/igrid-layout-pos.ts +81 -81
  496. package/src/control/layout/igrid-layout.ts +24 -24
  497. package/src/control/layout/ilayout-container.ts +17 -17
  498. package/src/control/layout/ilayout-item.ts +17 -17
  499. package/src/control/layout/ilayout-pos.ts +130 -130
  500. package/src/control/layout/ilayout.ts +16 -16
  501. package/src/control/layout/itable-layout-pos.ts +9 -9
  502. package/src/control/layout/itable-layout.ts +9 -9
  503. package/src/control/list/idelist-data-item.ts +16 -16
  504. package/src/control/list/idelist-item.ts +38 -38
  505. package/src/control/list/idelist.ts +161 -161
  506. package/src/control/list/idemob-mdctrl.ts +58 -58
  507. package/src/control/list/ilist-data-item.ts +38 -38
  508. package/src/control/list/ilist-item.ts +100 -100
  509. package/src/control/list/ilist.ts +38 -38
  510. package/src/control/map/imap-item.ts +162 -162
  511. package/src/control/map/imap.ts +33 -33
  512. package/src/control/map/isys-map-item.ts +200 -200
  513. package/src/control/map/isys-map.ts +26 -26
  514. package/src/control/menu/iapp-menu-button-item.ts +9 -9
  515. package/src/control/menu/iapp-menu-item.ts +173 -173
  516. package/src/control/menu/iapp-menu-raw-item.ts +10 -10
  517. package/src/control/menu/iapp-menu.ts +76 -76
  518. package/src/control/menu/icontext-menu.ts +8 -8
  519. package/src/control/menu/imenu-item.ts +91 -91
  520. package/src/control/menu/imenu.ts +8 -8
  521. package/src/control/panel/ilayout-panel.ts +8 -8
  522. package/src/control/panel/ipanel-button-list.ts +45 -45
  523. package/src/control/panel/ipanel-button.ts +92 -92
  524. package/src/control/panel/ipanel-container.ts +59 -59
  525. package/src/control/panel/ipanel-control.ts +25 -25
  526. package/src/control/panel/ipanel-ctrl-pos.ts +9 -9
  527. package/src/control/panel/ipanel-data-region.ts +88 -88
  528. package/src/control/panel/ipanel-engine.ts +8 -8
  529. package/src/control/panel/ipanel-field.ts +90 -90
  530. package/src/control/panel/ipanel-item-cat-group-logic.ts +31 -31
  531. package/src/control/panel/ipanel-item-group-logic.ts +31 -31
  532. package/src/control/panel/ipanel-item-logic.ts +32 -32
  533. package/src/control/panel/ipanel-item-single-logic.ts +30 -30
  534. package/src/control/panel/ipanel-item.ts +170 -170
  535. package/src/control/panel/ipanel-logic.ts +114 -114
  536. package/src/control/panel/ipanel-model.ts +65 -65
  537. package/src/control/panel/ipanel-raw-item.ts +10 -10
  538. package/src/control/panel/ipanel-tab-page.ts +9 -9
  539. package/src/control/panel/ipanel-tab-panel.ts +19 -19
  540. package/src/control/panel/ipanel-user-control.ts +23 -23
  541. package/src/control/panel/ipanel.ts +105 -105
  542. package/src/control/panel/isys-layout-panel.ts +10 -10
  543. package/src/control/panel/isys-panel-button-list.ts +10 -10
  544. package/src/control/panel/isys-panel-button.ts +10 -10
  545. package/src/control/panel/isys-panel-container.ts +10 -10
  546. package/src/control/panel/isys-panel-control.ts +10 -10
  547. package/src/control/panel/isys-panel-ctrl-pos.ts +10 -10
  548. package/src/control/panel/isys-panel-data-item.ts +8 -8
  549. package/src/control/panel/isys-panel-field.ts +10 -10
  550. package/src/control/panel/isys-panel-item.ts +8 -8
  551. package/src/control/panel/isys-panel-logic.ts +8 -8
  552. package/src/control/panel/isys-panel-model.ts +8 -8
  553. package/src/control/panel/isys-panel-raw-item.ts +10 -10
  554. package/src/control/panel/isys-panel-tab-page.ts +10 -10
  555. package/src/control/panel/isys-panel-tab-panel.ts +10 -10
  556. package/src/control/panel/isys-panel-user-control.ts +12 -12
  557. package/src/control/panel/isys-panel.ts +9 -9
  558. package/src/control/panel/isys-view-layout-panel.ts +10 -10
  559. package/src/control/panel/iview-layout-panel.ts +30 -30
  560. package/src/control/rawitem/ihtml-item.ts +16 -16
  561. package/src/control/rawitem/iimage-item.ts +10 -10
  562. package/src/control/rawitem/imarkdown-item.ts +16 -16
  563. package/src/control/rawitem/iplaceholder-item.ts +23 -23
  564. package/src/control/rawitem/itext-item.ts +10 -10
  565. package/src/control/rawitem/iunkown-item.ts +31 -31
  566. package/src/control/rawitem/ivideo-item.ts +9 -9
  567. package/src/control/reportpanel/idereport-panel.ts +18 -18
  568. package/src/control/searchbar/isearch-bar-filter.ts +269 -269
  569. package/src/control/searchbar/isearch-bar-group.ts +46 -46
  570. package/src/control/searchbar/isearch-bar-item.ts +101 -101
  571. package/src/control/searchbar/isearch-bar-param.ts +8 -8
  572. package/src/control/searchbar/isearch-bar-quick-search.ts +17 -17
  573. package/src/control/searchbar/isearch-bar.ts +132 -132
  574. package/src/control/searchbar/isys-search-bar-item.ts +8 -8
  575. package/src/control/searchbar/isys-search-bar-param.ts +8 -8
  576. package/src/control/searchbar/isys-search-bar.ts +9 -9
  577. package/src/control/titlebar/iapp-title-bar.ts +8 -8
  578. package/src/control/titlebar/isys-title-bar.ts +8 -8
  579. package/src/control/titlebar/ititle-bar-param.ts +8 -8
  580. package/src/control/titlebar/ititle-bar.ts +48 -48
  581. package/src/control/toolbar/idecmgroup-item.ts +53 -53
  582. package/src/control/toolbar/idecmraw-item.ts +10 -10
  583. package/src/control/toolbar/idecmseperator-item.ts +9 -9
  584. package/src/control/toolbar/idecmuiaction-item.ts +56 -56
  585. package/src/control/toolbar/idecontext-menu-item.ts +9 -9
  586. package/src/control/toolbar/idecontext-menu.ts +10 -10
  587. package/src/control/toolbar/idetbgroup-item.ts +70 -70
  588. package/src/control/toolbar/idetbraw-item.ts +10 -10
  589. package/src/control/toolbar/idetbseperator-item.ts +17 -17
  590. package/src/control/toolbar/idetbuiaction-item.ts +99 -99
  591. package/src/control/toolbar/idetoolbar-item.ts +147 -147
  592. package/src/control/toolbar/idetoolbar.ts +32 -32
  593. package/src/control/tree/idegantt.ts +51 -51
  594. package/src/control/tree/idetree-code-list-node.ts +24 -24
  595. package/src/control/tree/idetree-column.ts +141 -141
  596. package/src/control/tree/idetree-data-set-node.ts +244 -244
  597. package/src/control/tree/idetree-defcolumn.ts +15 -15
  598. package/src/control/tree/idetree-grid-ex.ts +9 -9
  599. package/src/control/tree/idetree-node-column.ts +80 -80
  600. package/src/control/tree/idetree-node-data-item.ts +86 -86
  601. package/src/control/tree/idetree-node-edit-item.ts +144 -144
  602. package/src/control/tree/idetree-node-field-column.ts +162 -162
  603. package/src/control/tree/idetree-node-rs.ts +73 -73
  604. package/src/control/tree/idetree-node-rsnav-context.ts +11 -11
  605. package/src/control/tree/idetree-node-rsnav-param.ts +18 -18
  606. package/src/control/tree/idetree-node-rsparam.ts +29 -29
  607. package/src/control/tree/idetree-node-rv.ts +16 -16
  608. package/src/control/tree/idetree-node-uacolumn.ts +18 -18
  609. package/src/control/tree/idetree-node.ts +321 -321
  610. package/src/control/tree/idetree-static-node.ts +39 -39
  611. package/src/control/tree/idetree-uacolumn.ts +17 -17
  612. package/src/control/tree/idetree.ts +114 -114
  613. package/src/control/viewpanel/idepickup-view-panel.ts +9 -9
  614. package/src/control/viewpanel/idetab-view-panel.ts +58 -58
  615. package/src/control/viewpanel/ideview-panel.ts +34 -34
  616. package/src/control/wizardpanel/idestate-wizard-panel.ts +9 -9
  617. package/src/control/wizardpanel/idewizard-panel.ts +66 -66
  618. package/src/control/wizardpanel/iwizard-panel.ts +16 -16
  619. package/src/data/idata-item-param.ts +15 -15
  620. package/src/data/idata-item.ts +70 -70
  621. package/src/dataentity/ac/ideacmode-data-item.ts +31 -31
  622. package/src/dataentity/ac/ideacmode.ts +111 -111
  623. package/src/dataentity/action/ideaction-logic.ts +90 -90
  624. package/src/dataentity/action/ideaction-param.ts +118 -118
  625. package/src/dataentity/action/ideaction.ts +251 -251
  626. package/src/dataentity/dataexport/idedata-export-item.ts +77 -77
  627. package/src/dataentity/dataexport/idedata-export.ts +69 -69
  628. package/src/dataentity/dataimport/idedata-import-item.ts +98 -98
  629. package/src/dataentity/dataimport/idedata-import.ts +98 -98
  630. package/src/dataentity/defield/idefield-base.ts +46 -46
  631. package/src/dataentity/defield/idefinput-tip.ts +66 -66
  632. package/src/dataentity/defield/idefsearch-mode.ts +111 -111
  633. package/src/dataentity/defield/valuerule/idefdata-range-rule.ts +8 -8
  634. package/src/dataentity/defield/valuerule/idefvalue-rule.ts +82 -82
  635. package/src/dataentity/defield/valuerule/idefvrcondition.ts +73 -73
  636. package/src/dataentity/defield/valuerule/idefvrgroup-condition.ts +25 -25
  637. package/src/dataentity/defield/valuerule/idefvrquery-count-condition.ts +44 -44
  638. package/src/dataentity/defield/valuerule/idefvrreg-ex-condition.ts +16 -16
  639. package/src/dataentity/defield/valuerule/idefvrsimple-condition.ts +31 -31
  640. package/src/dataentity/defield/valuerule/idefvrsingle-condition.ts +15 -15
  641. package/src/dataentity/defield/valuerule/idefvrstring-length-condition.ts +37 -37
  642. package/src/dataentity/defield/valuerule/idefvrsys-value-rule-condition.ts +18 -18
  643. package/src/dataentity/defield/valuerule/idefvrvalue-range-condition.ts +16 -16
  644. package/src/dataentity/defield/valuerule/idefvrvalue-range2-condition.ts +37 -37
  645. package/src/dataentity/defield/valuerule/idefvrvalue-range3-condition.ts +23 -23
  646. package/src/dataentity/defield/valuerule/idefvrvalue-recursion-condition.ts +9 -9
  647. package/src/dataentity/der/ider1-n.ts +173 -173
  648. package/src/dataentity/der/ider1-nbase.ts +52 -52
  649. package/src/dataentity/der/ider11.ts +10 -10
  650. package/src/dataentity/der/iderbase.ts +81 -81
  651. package/src/dataentity/ds/idedqcondition.ts +38 -38
  652. package/src/dataentity/ds/idedqcustom-condition.ts +16 -16
  653. package/src/dataentity/ds/idedqfield-condition.ts +66 -66
  654. package/src/dataentity/ds/idedqgroup-condition.ts +33 -33
  655. package/src/dataentity/logic/ideaggregate-param-logic.ts +25 -25
  656. package/src/dataentity/logic/ideappend-param-logic.ts +56 -56
  657. package/src/dataentity/logic/idebegin-logic.ts +9 -9
  658. package/src/dataentity/logic/idebind-param-logic.ts +32 -32
  659. package/src/dataentity/logic/idecopy-param-logic.ts +40 -40
  660. package/src/dataentity/logic/idedeaction-logic.ts +41 -41
  661. package/src/dataentity/logic/idedebug-param-logic.ts +17 -17
  662. package/src/dataentity/logic/idedecision-logic.ts +9 -9
  663. package/src/dataentity/logic/idededata-query-logic.ts +25 -25
  664. package/src/dataentity/logic/idededata-set-logic.ts +41 -41
  665. package/src/dataentity/logic/idedelogic-logic.ts +41 -41
  666. package/src/dataentity/logic/ideend-logic.ts +86 -86
  667. package/src/dataentity/logic/idefilter-param-logic.ts +25 -25
  668. package/src/dataentity/logic/idefilter-param2-logic.ts +25 -25
  669. package/src/dataentity/logic/ideflogic.ts +26 -26
  670. package/src/dataentity/logic/idelogic-base.ts +29 -29
  671. package/src/dataentity/logic/idelogic-link-cond-base.ts +16 -16
  672. package/src/dataentity/logic/idelogic-link-cond.ts +9 -9
  673. package/src/dataentity/logic/idelogic-link-group-cond-base.ts +24 -24
  674. package/src/dataentity/logic/idelogic-link-group-cond.ts +20 -20
  675. package/src/dataentity/logic/idelogic-link-single-cond-base.ts +60 -60
  676. package/src/dataentity/logic/idelogic-link-single-cond.ts +20 -20
  677. package/src/dataentity/logic/idelogic-link.ts +49 -49
  678. package/src/dataentity/logic/idelogic-node-base.ts +117 -117
  679. package/src/dataentity/logic/idelogic-node-param-base.ts +168 -168
  680. package/src/dataentity/logic/idelogic-node-param.ts +31 -31
  681. package/src/dataentity/logic/idelogic-node.ts +34 -34
  682. package/src/dataentity/logic/idelogic-param-base.ts +23 -23
  683. package/src/dataentity/logic/idelogic-param.ts +243 -243
  684. package/src/dataentity/logic/idelogic.ts +136 -136
  685. package/src/dataentity/logic/idemerge-param-logic.ts +33 -33
  686. package/src/dataentity/logic/ideprepare-param-logic.ts +9 -9
  687. package/src/dataentity/logic/ideraw-code-logic.ts +39 -39
  688. package/src/dataentity/logic/iderenew-param-logic.ts +17 -17
  689. package/src/dataentity/logic/idereset-param-logic.ts +17 -17
  690. package/src/dataentity/logic/idesort-param-logic.ts +32 -32
  691. package/src/dataentity/logic/idestart-wflogic.ts +41 -41
  692. package/src/dataentity/logic/idethrow-exception-logic.ts +38 -38
  693. package/src/dataentity/logic/ideuiaction-logic.ts +25 -25
  694. package/src/dataentity/logic/ideuiappend-param-logic.ts +56 -56
  695. package/src/dataentity/logic/ideuibegin-logic.ts +9 -9
  696. package/src/dataentity/logic/ideuibind-param-logic.ts +32 -32
  697. package/src/dataentity/logic/ideuicopy-param-logic.ts +25 -25
  698. package/src/dataentity/logic/ideuictrl-fire-event-logic.ts +32 -32
  699. package/src/dataentity/logic/ideuictrl-invoke-logic.ts +32 -32
  700. package/src/dataentity/logic/ideuideaction-logic.ts +41 -41
  701. package/src/dataentity/logic/ideuidebug-param-logic.ts +17 -17
  702. package/src/dataentity/logic/ideuidecision-logic.ts +9 -9
  703. package/src/dataentity/logic/ideuidedata-set-logic.ts +41 -41
  704. package/src/dataentity/logic/ideuidelogic-logic.ts +41 -41
  705. package/src/dataentity/logic/ideuiend-logic.ts +86 -86
  706. package/src/dataentity/logic/ideuilogic-link-cond.ts +9 -9
  707. package/src/dataentity/logic/ideuilogic-link-group-cond.ts +20 -20
  708. package/src/dataentity/logic/ideuilogic-link-single-cond.ts +20 -20
  709. package/src/dataentity/logic/ideuilogic-link.ts +88 -88
  710. package/src/dataentity/logic/ideuilogic-node-param.ts +31 -31
  711. package/src/dataentity/logic/ideuilogic-node.ts +43 -43
  712. package/src/dataentity/logic/ideuilogic-param.ts +251 -251
  713. package/src/dataentity/logic/ideuilogic.ts +34 -34
  714. package/src/dataentity/logic/ideuimsg-box-logic.ts +55 -55
  715. package/src/dataentity/logic/ideuipfplugin-logic.ts +17 -17
  716. package/src/dataentity/logic/ideuiraw-code-logic.ts +16 -16
  717. package/src/dataentity/logic/ideuirenew-param-logic.ts +17 -17
  718. package/src/dataentity/logic/ideuireset-param-logic.ts +17 -17
  719. package/src/dataentity/logic/ideuisort-param-logic.ts +32 -32
  720. package/src/dataentity/logic/ideuithrow-exception-logic.ts +38 -38
  721. package/src/dataentity/logic/ideview-logic.ts +8 -8
  722. package/src/dataentity/mainstate/idemain-state-oppriv.ts +16 -16
  723. package/src/dataentity/mainstate/idemain-state.ts +161 -161
  724. package/src/dataentity/print/ideprint.ts +88 -88
  725. package/src/dataentity/priv/ideoppriv.ts +44 -44
  726. package/src/dataentity/report/idereport.ts +95 -95
  727. package/src/dataentity/uiaction/ideuiaction-group-detail.ts +81 -81
  728. package/src/dataentity/uiaction/ideuiaction-group.ts +8 -8
  729. package/src/dataentity/uiaction/ideuiaction.ts +53 -53
  730. package/src/dataentity/wizard/idewizard-form.ts +103 -103
  731. package/src/dataentity/wizard/idewizard-step.ts +71 -71
  732. package/src/dataentity/wizard/idewizard.ts +131 -131
  733. package/src/exports.ts +735 -735
  734. package/src/imodel-object.ts +36 -36
  735. package/src/index.ts +15 -15
  736. package/src/msg/isys-msg-templ.ts +145 -145
  737. package/src/res/ictrl-msg-item.ts +32 -32
  738. package/src/res/ictrl-msg.ts +31 -31
  739. package/src/res/ilanguage-item.ts +22 -22
  740. package/src/res/ilanguage-res.ts +54 -54
  741. package/src/res/isub-view-type.ts +60 -60
  742. package/src/res/isys-css.ts +36 -36
  743. package/src/res/isys-dict-cat.ts +36 -36
  744. package/src/res/isys-editor-style.ts +113 -113
  745. package/src/res/isys-image.ts +73 -73
  746. package/src/res/isys-pfplugin.ts +139 -139
  747. package/src/res/isys-unit.ts +38 -38
  748. package/src/res/isys-view-logic-param.ts +22 -22
  749. package/src/res/isys-view-logic.ts +15 -15
  750. package/src/security/isys-uni-res.ts +15 -15
  751. package/src/security/isys-user-dr.ts +15 -15
  752. package/src/valuerule/isys-value-rule.ts +101 -101
  753. package/src/view/iuiaction-group-detail.ts +88 -88
  754. package/src/view/iuiaction-group.ts +45 -45
  755. package/src/view/iuiaction.ts +329 -329
  756. package/src/view/iuiengine-param.ts +20 -20
  757. package/src/view/iuiengine.ts +17 -17
  758. package/src/view/iview-logic.ts +29 -29
@@ -1,329 +1,329 @@
1
- import { INavigateParamContainer } from '../control/inavigate-param-container';
2
- import { ILanguageRes } from '../res/ilanguage-res';
3
- import { ISysImage } from '../res/isys-image';
4
-
5
- /**
6
- *
7
- * @export
8
- * @interface IUIAction
9
- */
10
- export interface IUIAction extends INavigateParamContainer {
11
- /**
12
- * 行为级别
13
- * @description 值模式 [界面行为行为级别] {50:不常用、 100:一般操作、 200:常用操作、 250:关键操作 }
14
- * @type {( number | 50 | 100 | 200 | 250)}
15
- * @default 100
16
- * 来源 getActionLevel
17
- */
18
- actionLevel?: number | 50 | 100 | 200 | 250;
19
-
20
- /**
21
- * 行为操作目标
22
- * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
23
- * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
24
- * 来源 getActionTarget
25
- */
26
- actionTarget?:
27
- | string
28
- | 'SINGLEDATA'
29
- | 'SINGLEKEY'
30
- | 'MULTIDATA'
31
- | 'MULTIKEY'
32
- | 'NONE';
33
-
34
- /**
35
- * 确认信息语言资源
36
- *
37
- * @type {ILanguageRes}
38
- * 来源 getCMPSLanguageRes
39
- */
40
- cmlanguageRes?: ILanguageRes;
41
-
42
- /**
43
- * 标题语言资源
44
- *
45
- * @type {ILanguageRes}
46
- * 来源 getCapPSLanguageRes
47
- */
48
- capLanguageRes?: ILanguageRes;
49
-
50
- /**
51
- * 标题
52
- * @type {string}
53
- * 来源 getCaption
54
- */
55
- caption?: string;
56
-
57
- /**
58
- * 代码标识
59
- * @type {string}
60
- * 来源 getCodeName
61
- */
62
- codeName?: string;
63
-
64
- /**
65
- * 操作确认信息
66
- * @type {string}
67
- * 来源 getConfirmMsg
68
- */
69
- confirmMsg?: string;
70
-
71
- /**
72
- * 数据访问权限
73
- * @type {string}
74
- * 来源 getDataAccessAction
75
- */
76
- dataAccessAction?: string;
77
-
78
- /**
79
- * 弹窗关闭结果
80
- * @description 值模式 [界面行为对话框结果] {OK:确定、 CANCEL:取消、 YES:是、 NO:否 }
81
- * @type {( string | 'OK' | 'CANCEL' | 'YES' | 'NO')}
82
- * 来源 getDialogResult
83
- */
84
- dialogResult?: string | 'OK' | 'CANCEL' | 'YES' | 'NO';
85
-
86
- /**
87
- * 前端应用视图
88
- *
89
- * @type {string}
90
- * 来源 getFrontPSAppView
91
- */
92
- frontAppViewId?: string;
93
-
94
- /**
95
- * 前台处理类型
96
- * @description 值模式 [云实体界面行为_前台处理类型] {WIZARD:打开视图或向导(模态)、 TOP:打开顶级视图、 PRINT:打开打印视图、 DATAIMP:打开数据导入视图、 DATAEXP:打开数据导出视图、 CHAT:打开聊天界面、 OPENHTMLPAGE:打开HTML页面、 EDITFORM:打开编辑表单、 QUICKEDIT:打开快捷编辑、 OTHER:用户自定义 }
97
- * @type {( string | 'WIZARD' | 'TOP' | 'PRINT' | 'DATAIMP' | 'DATAEXP' | 'CHAT' | 'OPENHTMLPAGE' | 'EDITFORM' | 'QUICKEDIT' | 'OTHER')}
98
- * 来源 getFrontProcessType
99
- */
100
- frontProcessType?:
101
- | string
102
- | 'WIZARD'
103
- | 'TOP'
104
- | 'PRINT'
105
- | 'DATAIMP'
106
- | 'DATAEXP'
107
- | 'CHAT'
108
- | 'OPENHTMLPAGE'
109
- | 'EDITFORM'
110
- | 'QUICKEDIT'
111
- | 'OTHER';
112
-
113
- /**
114
- * 完全代码标识
115
- * @type {string}
116
- * 来源 getFullCodeName
117
- */
118
- fullCodeName?: string;
119
-
120
- /**
121
- * Html页面路径
122
- * @type {string}
123
- * 来源 getHtmlPageUrl
124
- */
125
- htmlPageUrl?: string;
126
-
127
- /**
128
- * 下一步界面行为
129
- *
130
- * @type {string}
131
- * 来源 getNextPSUIAction
132
- */
133
- nextId?: string;
134
-
135
- /**
136
- * 界面行为图标对象
137
- *
138
- * @type {ISysImage}
139
- * 来源 getPSSysImage
140
- */
141
- sysImage?: ISysImage;
142
-
143
- /**
144
- * 前端扩展插件
145
- *
146
- * @type {string}
147
- * 来源 getPSSysPFPlugin
148
- */
149
- sysPFPluginId?: string;
150
-
151
- /**
152
- * 参数项名称
153
- * @type {string}
154
- * 来源 getParamItem
155
- */
156
- paramItem?: string;
157
-
158
- /**
159
- * 预置行为类型
160
- * @type {string}
161
- * 来源 getPredefinedType
162
- */
163
- predefinedType?: string;
164
-
165
- /**
166
- * 刷新引用视图模式
167
- * @description 值模式 [界面行为重新加载数据模式] {0:无、 1:引用视图或树节点、 2:引用树节点父节点、 3:引用树节点根节点 }
168
- * @type {( number | 0 | 1 | 2 | 3)}
169
- * @default 0
170
- * 来源 getRefreshMode
171
- */
172
- refreshMode?: number | 0 | 1 | 2 | 3;
173
-
174
- /**
175
- * 成功信息语言资源
176
- *
177
- * @type {ILanguageRes}
178
- * 来源 getSMPSLanguageRes
179
- */
180
- smlanguageRes?: ILanguageRes;
181
-
182
- /**
183
- * 脚本代码
184
- * @type {string}
185
- * 来源 getScriptCode
186
- */
187
- scriptCode?: string;
188
-
189
- /**
190
- * 操作成功提示信息
191
- * @type {string}
192
- * 来源 getSuccessMsg
193
- */
194
- successMsg?: string;
195
-
196
- /**
197
- * 文本项名称
198
- * @type {string}
199
- * 来源 getTextItem
200
- */
201
- textItem?: string;
202
-
203
- /**
204
- * 操作超时时长(毫秒)
205
- * @type {number}
206
- * 来源 getTimeout
207
- */
208
- timeout?: number;
209
-
210
- /**
211
- * 操作提示信息
212
- * @type {string}
213
- * 来源 getTooltip
214
- */
215
- tooltip?: string;
216
-
217
- /**
218
- * 操作提示语言资源
219
- *
220
- * @type {ILanguageRes}
221
- * 来源 getTooltipPSLanguageRes
222
- */
223
- tooltipLanguageRes?: ILanguageRes;
224
-
225
- /**
226
- * 界面行为模式
227
- * @description 值模式 [云实体界面行为类型] {SYS:系统预定义、 FRONT:前台调用、 BACKEND:后台调用、 WFFRONT:工作流前台调用、 WFBACKEND:工作流后台调用、 CUSTOM:自定义代码 }
228
- * @type {( string | 'SYS' | 'FRONT' | 'BACKEND' | 'WFFRONT' | 'WFBACKEND' | 'CUSTOM')}
229
- * 来源 getUIActionMode
230
- */
231
- uiactionMode?:
232
- | string
233
- | 'SYS'
234
- | 'FRONT'
235
- | 'BACKEND'
236
- | 'WFFRONT'
237
- | 'WFBACKEND'
238
- | 'CUSTOM';
239
-
240
- /**
241
- * 界面行为参数对象
242
- * @type {IModel}
243
- * 来源 getUIActionParamJO
244
- */
245
- uiactionParamJO?: IModel;
246
-
247
- /**
248
- * 界面行为标记
249
- * @type {string}
250
- * 来源 getUIActionTag
251
- */
252
- uiactionTag?: string;
253
-
254
- /**
255
- * 界面行为类型
256
- * @type {string}
257
- * 来源 getUIActionType
258
- */
259
- uiactionType?: string;
260
-
261
- /**
262
- * 界面逻辑附加类型
263
- * @description 值模式 [实体界面行为_视图逻辑附加类型] {REPLACE:替换执行、 AFTER:执行之后 }
264
- * @type {( string | 'REPLACE' | 'AFTER')}
265
- * 来源 getUILogicAttachMode
266
- */
267
- uilogicAttachMode?: string | 'REPLACE' | 'AFTER';
268
-
269
- /**
270
- * 界面逻辑类型
271
- * @type {string}
272
- * 来源 getUILogicType
273
- */
274
- uilogicType?: string;
275
-
276
- /**
277
- * 值项名称
278
- * @type {string}
279
- * 来源 getValueItem
280
- */
281
- valueItem?: string;
282
-
283
- /**
284
- * 操作后关闭编辑视图
285
- * @type {boolean}
286
- * @default false
287
- * 来源 isCloseEditView
288
- */
289
- closeEditView?: boolean;
290
-
291
- /**
292
- * 启用用户操作确认
293
- * @type {boolean}
294
- * @default false
295
- * 来源 isEnableConfirm
296
- */
297
- enableConfirm?: boolean;
298
-
299
- /**
300
- * 启用按钮点击切换模式
301
- * @type {boolean}
302
- * 来源 isEnableToggleMode
303
- */
304
- enableToggleMode?: boolean;
305
-
306
- /**
307
- * 行为组
308
- * @type {boolean}
309
- * @default false
310
- * 来源 isGroup
311
- */
312
- group?: boolean;
313
-
314
- /**
315
- * 操作后刷新当前界面
316
- * @type {boolean}
317
- * @default false
318
- * 来源 isReloadData
319
- */
320
- reloadData?: boolean;
321
-
322
- /**
323
- * 显示处理提示
324
- * @type {boolean}
325
- * @default true
326
- * 来源 isShowBusyIndicator
327
- */
328
- showBusyIndicator?: boolean;
329
- }
1
+ import { INavigateParamContainer } from '../control/inavigate-param-container';
2
+ import { ILanguageRes } from '../res/ilanguage-res';
3
+ import { ISysImage } from '../res/isys-image';
4
+
5
+ /**
6
+ *
7
+ * @export
8
+ * @interface IUIAction
9
+ */
10
+ export interface IUIAction extends INavigateParamContainer {
11
+ /**
12
+ * 行为级别
13
+ * @description 值模式 [界面行为行为级别] {50:不常用、 100:一般操作、 200:常用操作、 250:关键操作 }
14
+ * @type {( number | 50 | 100 | 200 | 250)}
15
+ * @default 100
16
+ * 来源 getActionLevel
17
+ */
18
+ actionLevel?: number | 50 | 100 | 200 | 250;
19
+
20
+ /**
21
+ * 行为操作目标
22
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
23
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
24
+ * 来源 getActionTarget
25
+ */
26
+ actionTarget?:
27
+ | string
28
+ | 'SINGLEDATA'
29
+ | 'SINGLEKEY'
30
+ | 'MULTIDATA'
31
+ | 'MULTIKEY'
32
+ | 'NONE';
33
+
34
+ /**
35
+ * 确认信息语言资源
36
+ *
37
+ * @type {ILanguageRes}
38
+ * 来源 getCMPSLanguageRes
39
+ */
40
+ cmlanguageRes?: ILanguageRes;
41
+
42
+ /**
43
+ * 标题语言资源
44
+ *
45
+ * @type {ILanguageRes}
46
+ * 来源 getCapPSLanguageRes
47
+ */
48
+ capLanguageRes?: ILanguageRes;
49
+
50
+ /**
51
+ * 标题
52
+ * @type {string}
53
+ * 来源 getCaption
54
+ */
55
+ caption?: string;
56
+
57
+ /**
58
+ * 代码标识
59
+ * @type {string}
60
+ * 来源 getCodeName
61
+ */
62
+ codeName?: string;
63
+
64
+ /**
65
+ * 操作确认信息
66
+ * @type {string}
67
+ * 来源 getConfirmMsg
68
+ */
69
+ confirmMsg?: string;
70
+
71
+ /**
72
+ * 数据访问权限
73
+ * @type {string}
74
+ * 来源 getDataAccessAction
75
+ */
76
+ dataAccessAction?: string;
77
+
78
+ /**
79
+ * 弹窗关闭结果
80
+ * @description 值模式 [界面行为对话框结果] {OK:确定、 CANCEL:取消、 YES:是、 NO:否 }
81
+ * @type {( string | 'OK' | 'CANCEL' | 'YES' | 'NO')}
82
+ * 来源 getDialogResult
83
+ */
84
+ dialogResult?: string | 'OK' | 'CANCEL' | 'YES' | 'NO';
85
+
86
+ /**
87
+ * 前端应用视图
88
+ *
89
+ * @type {string}
90
+ * 来源 getFrontPSAppView
91
+ */
92
+ frontAppViewId?: string;
93
+
94
+ /**
95
+ * 前台处理类型
96
+ * @description 值模式 [云实体界面行为_前台处理类型] {WIZARD:打开视图或向导(模态)、 TOP:打开顶级视图、 PRINT:打开打印视图、 DATAIMP:打开数据导入视图、 DATAEXP:打开数据导出视图、 CHAT:打开聊天界面、 OPENHTMLPAGE:打开HTML页面、 EDITFORM:打开编辑表单、 QUICKEDIT:打开快捷编辑、 OTHER:用户自定义 }
97
+ * @type {( string | 'WIZARD' | 'TOP' | 'PRINT' | 'DATAIMP' | 'DATAEXP' | 'CHAT' | 'OPENHTMLPAGE' | 'EDITFORM' | 'QUICKEDIT' | 'OTHER')}
98
+ * 来源 getFrontProcessType
99
+ */
100
+ frontProcessType?:
101
+ | string
102
+ | 'WIZARD'
103
+ | 'TOP'
104
+ | 'PRINT'
105
+ | 'DATAIMP'
106
+ | 'DATAEXP'
107
+ | 'CHAT'
108
+ | 'OPENHTMLPAGE'
109
+ | 'EDITFORM'
110
+ | 'QUICKEDIT'
111
+ | 'OTHER';
112
+
113
+ /**
114
+ * 完全代码标识
115
+ * @type {string}
116
+ * 来源 getFullCodeName
117
+ */
118
+ fullCodeName?: string;
119
+
120
+ /**
121
+ * Html页面路径
122
+ * @type {string}
123
+ * 来源 getHtmlPageUrl
124
+ */
125
+ htmlPageUrl?: string;
126
+
127
+ /**
128
+ * 下一步界面行为
129
+ *
130
+ * @type {string}
131
+ * 来源 getNextPSUIAction
132
+ */
133
+ nextId?: string;
134
+
135
+ /**
136
+ * 界面行为图标对象
137
+ *
138
+ * @type {ISysImage}
139
+ * 来源 getPSSysImage
140
+ */
141
+ sysImage?: ISysImage;
142
+
143
+ /**
144
+ * 前端扩展插件
145
+ *
146
+ * @type {string}
147
+ * 来源 getPSSysPFPlugin
148
+ */
149
+ sysPFPluginId?: string;
150
+
151
+ /**
152
+ * 参数项名称
153
+ * @type {string}
154
+ * 来源 getParamItem
155
+ */
156
+ paramItem?: string;
157
+
158
+ /**
159
+ * 预置行为类型
160
+ * @type {string}
161
+ * 来源 getPredefinedType
162
+ */
163
+ predefinedType?: string;
164
+
165
+ /**
166
+ * 刷新引用视图模式
167
+ * @description 值模式 [界面行为重新加载数据模式] {0:无、 1:引用视图或树节点、 2:引用树节点父节点、 3:引用树节点根节点 }
168
+ * @type {( number | 0 | 1 | 2 | 3)}
169
+ * @default 0
170
+ * 来源 getRefreshMode
171
+ */
172
+ refreshMode?: number | 0 | 1 | 2 | 3;
173
+
174
+ /**
175
+ * 成功信息语言资源
176
+ *
177
+ * @type {ILanguageRes}
178
+ * 来源 getSMPSLanguageRes
179
+ */
180
+ smlanguageRes?: ILanguageRes;
181
+
182
+ /**
183
+ * 脚本代码
184
+ * @type {string}
185
+ * 来源 getScriptCode
186
+ */
187
+ scriptCode?: string;
188
+
189
+ /**
190
+ * 操作成功提示信息
191
+ * @type {string}
192
+ * 来源 getSuccessMsg
193
+ */
194
+ successMsg?: string;
195
+
196
+ /**
197
+ * 文本项名称
198
+ * @type {string}
199
+ * 来源 getTextItem
200
+ */
201
+ textItem?: string;
202
+
203
+ /**
204
+ * 操作超时时长(毫秒)
205
+ * @type {number}
206
+ * 来源 getTimeout
207
+ */
208
+ timeout?: number;
209
+
210
+ /**
211
+ * 操作提示信息
212
+ * @type {string}
213
+ * 来源 getTooltip
214
+ */
215
+ tooltip?: string;
216
+
217
+ /**
218
+ * 操作提示语言资源
219
+ *
220
+ * @type {ILanguageRes}
221
+ * 来源 getTooltipPSLanguageRes
222
+ */
223
+ tooltipLanguageRes?: ILanguageRes;
224
+
225
+ /**
226
+ * 界面行为模式
227
+ * @description 值模式 [云实体界面行为类型] {SYS:系统预定义、 FRONT:前台调用、 BACKEND:后台调用、 WFFRONT:工作流前台调用、 WFBACKEND:工作流后台调用、 CUSTOM:自定义代码 }
228
+ * @type {( string | 'SYS' | 'FRONT' | 'BACKEND' | 'WFFRONT' | 'WFBACKEND' | 'CUSTOM')}
229
+ * 来源 getUIActionMode
230
+ */
231
+ uiactionMode?:
232
+ | string
233
+ | 'SYS'
234
+ | 'FRONT'
235
+ | 'BACKEND'
236
+ | 'WFFRONT'
237
+ | 'WFBACKEND'
238
+ | 'CUSTOM';
239
+
240
+ /**
241
+ * 界面行为参数对象
242
+ * @type {IModel}
243
+ * 来源 getUIActionParamJO
244
+ */
245
+ uiactionParamJO?: IModel;
246
+
247
+ /**
248
+ * 界面行为标记
249
+ * @type {string}
250
+ * 来源 getUIActionTag
251
+ */
252
+ uiactionTag?: string;
253
+
254
+ /**
255
+ * 界面行为类型
256
+ * @type {string}
257
+ * 来源 getUIActionType
258
+ */
259
+ uiactionType?: string;
260
+
261
+ /**
262
+ * 界面逻辑附加类型
263
+ * @description 值模式 [实体界面行为_视图逻辑附加类型] {REPLACE:替换执行、 AFTER:执行之后 }
264
+ * @type {( string | 'REPLACE' | 'AFTER')}
265
+ * 来源 getUILogicAttachMode
266
+ */
267
+ uilogicAttachMode?: string | 'REPLACE' | 'AFTER';
268
+
269
+ /**
270
+ * 界面逻辑类型
271
+ * @type {string}
272
+ * 来源 getUILogicType
273
+ */
274
+ uilogicType?: string;
275
+
276
+ /**
277
+ * 值项名称
278
+ * @type {string}
279
+ * 来源 getValueItem
280
+ */
281
+ valueItem?: string;
282
+
283
+ /**
284
+ * 操作后关闭编辑视图
285
+ * @type {boolean}
286
+ * @default false
287
+ * 来源 isCloseEditView
288
+ */
289
+ closeEditView?: boolean;
290
+
291
+ /**
292
+ * 启用用户操作确认
293
+ * @type {boolean}
294
+ * @default false
295
+ * 来源 isEnableConfirm
296
+ */
297
+ enableConfirm?: boolean;
298
+
299
+ /**
300
+ * 启用按钮点击切换模式
301
+ * @type {boolean}
302
+ * 来源 isEnableToggleMode
303
+ */
304
+ enableToggleMode?: boolean;
305
+
306
+ /**
307
+ * 行为组
308
+ * @type {boolean}
309
+ * @default false
310
+ * 来源 isGroup
311
+ */
312
+ group?: boolean;
313
+
314
+ /**
315
+ * 操作后刷新当前界面
316
+ * @type {boolean}
317
+ * @default false
318
+ * 来源 isReloadData
319
+ */
320
+ reloadData?: boolean;
321
+
322
+ /**
323
+ * 显示处理提示
324
+ * @type {boolean}
325
+ * @default true
326
+ * 来源 isShowBusyIndicator
327
+ */
328
+ showBusyIndicator?: boolean;
329
+ }