@ibiz/model-core 0.1.40 → 0.1.41

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