@ibiz/model-core 0.1.41 → 0.1.42

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