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