@ibiz/model-core 0.0.10 → 0.0.14

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 (331) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/out/app/dataentity/iapp-deaction.d.ts +7 -0
  3. package/out/app/dataentity/iapp-demethod-dtofield.d.ts +7 -0
  4. package/out/app/dataentity/iapp-demethod-return.d.ts +3 -3
  5. package/out/app/iapplication-logic.d.ts +3 -9
  6. package/out/app/iapplication.d.ts +7 -0
  7. package/out/app/view/iapp-demob-mdview.d.ts +2 -2
  8. package/out/app/view/iapp-demob-pickup-view.d.ts +2 -2
  9. package/out/app/view/iapp-demob-redirect-view.d.ts +2 -2
  10. package/out/app/view/iapp-demob-tab-explorer-view.d.ts +2 -2
  11. package/out/app/view/iapp-demob-tab-search-view.d.ts +2 -2
  12. package/out/app/view/iapp-demob-tree-explorer-view.d.ts +2 -2
  13. package/out/app/view/iapp-demob-wfaction-view.d.ts +2 -1
  14. package/out/app/view/iapp-demob-wfedit-view.d.ts +2 -1
  15. package/out/app/view/iapp-demob-wizard-view.d.ts +2 -2
  16. package/out/app/view/iapp-detab-explorer-view.d.ts +3 -2
  17. package/out/app/view/iapp-view-logic.d.ts +3 -3
  18. package/out/control/calendar/icalendar-item.d.ts +2 -1
  19. package/out/control/chart/ichart-axis.d.ts +2 -1
  20. package/out/control/chart/ichart-series.d.ts +2 -2
  21. package/out/control/dataview/idedata-view-item.d.ts +2 -2
  22. package/out/control/drctrl/idedrctrl-item.d.ts +2 -1
  23. package/out/control/editor/ilist-box-picker.d.ts +4 -1
  24. package/out/control/editor/imail-address.d.ts +3 -1
  25. package/out/control/editor/ipicker-editor.d.ts +1 -5
  26. package/out/control/editor/ipicker.d.ts +2 -1
  27. package/out/control/expbar/itab-exp-panel.d.ts +3 -2
  28. package/out/control/form/idefdcat-group-logic.d.ts +7 -0
  29. package/out/control/form/idefiupdate-detail.d.ts +1 -8
  30. package/out/control/form/ideform-detail.d.ts +8 -2
  31. package/out/control/grid/idegeiupdate-detail.d.ts +1 -8
  32. package/out/control/grid/idegrid-column.d.ts +2 -2
  33. package/out/control/icontrol-attribute.d.ts +20 -0
  34. package/out/control/icontrol-attribute.js +1 -0
  35. package/out/control/icontrol-item-navigatable.d.ts +9 -0
  36. package/out/control/icontrol-item-navigatable.js +1 -0
  37. package/out/control/icontrol-item.d.ts +32 -0
  38. package/out/control/icontrol-item.js +1 -0
  39. package/out/control/icontrol-logic.d.ts +0 -6
  40. package/out/control/icontrol-render.d.ts +27 -0
  41. package/out/control/icontrol-render.js +1 -0
  42. package/out/control/icontrol.d.ts +16 -0
  43. package/out/control/iraw-item-base.d.ts +7 -0
  44. package/out/control/list/ilist-item.d.ts +2 -2
  45. package/out/control/map/imap-item.d.ts +2 -1
  46. package/out/control/menu/iapp-menu-item.d.ts +6 -0
  47. package/out/control/menu/imenu-item.d.ts +2 -2
  48. package/out/control/panel/ipanel-button.d.ts +3 -3
  49. package/out/control/panel/ipanel-container.d.ts +6 -0
  50. package/out/control/panel/ipanel-item-cat-group-logic.d.ts +7 -0
  51. package/out/control/panel/ipanel-item.d.ts +8 -1
  52. package/out/control/panel/ipanel-logic.d.ts +3 -3
  53. package/out/control/searchbar/isearch-bar-item.d.ts +8 -2
  54. package/out/control/toolbar/idetoolbar-item.d.ts +8 -2
  55. package/out/control/tree/idetree-column.d.ts +2 -2
  56. package/out/control/tree/idetree-node.d.ts +2 -1
  57. package/out/dataentity/ac/ideacmode-data-item.d.ts +7 -1
  58. package/out/dataentity/action/ideaction-logic.d.ts +8 -0
  59. package/out/dataentity/action/ideaction.d.ts +7 -0
  60. package/out/dataentity/dataexport/idedata-export-item.d.ts +7 -0
  61. package/out/dataentity/dataimport/idedata-import.d.ts +7 -0
  62. package/out/dataentity/logic/ideaggregate-param-logic.d.ts +23 -0
  63. package/out/dataentity/logic/ideaggregate-param-logic.js +1 -0
  64. package/out/dataentity/logic/idecopy-param-logic.d.ts +13 -0
  65. package/out/dataentity/logic/idefilter-param-logic.d.ts +23 -0
  66. package/out/dataentity/logic/idefilter-param-logic.js +1 -0
  67. package/out/dataentity/logic/idefilter-param2-logic.d.ts +23 -0
  68. package/out/dataentity/logic/idefilter-param2-logic.js +1 -0
  69. package/out/dataentity/logic/idelogic-link.d.ts +7 -0
  70. package/out/dataentity/logic/idelogic-node-base.d.ts +3 -3
  71. package/out/dataentity/logic/idelogic-node-param-base.d.ts +9 -9
  72. package/out/dataentity/logic/idelogic-param.d.ts +7 -0
  73. package/out/dataentity/logic/idemerge-param-logic.d.ts +30 -0
  74. package/out/dataentity/logic/idemerge-param-logic.js +1 -0
  75. package/out/dataentity/logic/ideuilogic-link.d.ts +7 -0
  76. package/out/dataentity/logic/ideuilogic-param.d.ts +7 -0
  77. package/out/exports.d.ts +6 -0
  78. package/out/imodel-object.d.ts +1 -0
  79. package/out/res/ilanguage-res.d.ts +0 -6
  80. package/out/view/iuiaction-group-detail.d.ts +0 -7
  81. package/package.json +1 -1
  82. package/src/app/dataentity/iapp-deaction-input.ts +1 -1
  83. package/src/app/dataentity/iapp-deaction.ts +8 -0
  84. package/src/app/dataentity/iapp-dedata-export.ts +1 -1
  85. package/src/app/dataentity/iapp-defvalue-rule.ts +1 -1
  86. package/src/app/dataentity/iapp-delogic-link-cond.ts +1 -1
  87. package/src/app/dataentity/iapp-delogic-link.ts +1 -1
  88. package/src/app/dataentity/iapp-delogic-node-param.ts +1 -1
  89. package/src/app/dataentity/iapp-delogic-node.ts +1 -1
  90. package/src/app/dataentity/iapp-delogic.ts +1 -1
  91. package/src/app/dataentity/iapp-demethod-dtofield.ts +8 -0
  92. package/src/app/dataentity/iapp-demethod-return.ts +3 -2
  93. package/src/app/dataentity/iapp-deprint.ts +1 -1
  94. package/src/app/dataentity/iapp-deuilogic-link-cond.ts +1 -1
  95. package/src/app/dataentity/iapp-deuilogic-link.ts +1 -1
  96. package/src/app/dataentity/iapp-deuilogic-node-param.ts +1 -1
  97. package/src/app/dataentity/iapp-deuilogic-param.ts +1 -1
  98. package/src/app/dataentity/iapp-deuilogic.ts +1 -1
  99. package/src/app/iapplication-logic.ts +4 -9
  100. package/src/app/iapplication.ts +8 -0
  101. package/src/app/logic/iapp-uilogic-ref-view.ts +1 -1
  102. package/src/app/msg/iapp-msg-templ.ts +1 -1
  103. package/src/app/util/iapp-draft-storage-util.ts +1 -1
  104. package/src/app/util/iapp-dyna-dashboard-util.ts +1 -1
  105. package/src/app/util/iapp-filter-storage-util.ts +1 -1
  106. package/src/app/valuerule/iapp-value-rule.ts +1 -1
  107. package/src/app/view/iapp-data-relation-view.ts +1 -1
  108. package/src/app/view/iapp-decalendar-view.ts +1 -1
  109. package/src/app/view/iapp-decustom-view.ts +1 -1
  110. package/src/app/view/iapp-dedata-view.ts +1 -1
  111. package/src/app/view/iapp-degantt-view.ts +1 -1
  112. package/src/app/view/iapp-degrid-view8.ts +1 -1
  113. package/src/app/view/iapp-dekanban-view.ts +1 -1
  114. package/src/app/view/iapp-delist-view.ts +1 -1
  115. package/src/app/view/iapp-demap-view.ts +1 -1
  116. package/src/app/view/iapp-demedit-view.ts +1 -1
  117. package/src/app/view/iapp-demob-mdview.ts +2 -2
  118. package/src/app/view/iapp-demob-pickup-view.ts +2 -2
  119. package/src/app/view/iapp-demob-redirect-view.ts +2 -2
  120. package/src/app/view/iapp-demob-tab-explorer-view.ts +2 -2
  121. package/src/app/view/iapp-demob-tab-search-view.ts +2 -2
  122. package/src/app/view/iapp-demob-tree-explorer-view.ts +2 -2
  123. package/src/app/view/iapp-demob-wfaction-view.ts +3 -1
  124. package/src/app/view/iapp-demob-wfdyna-action-view.ts +1 -1
  125. package/src/app/view/iapp-demob-wfdyna-exp-mdview.ts +1 -1
  126. package/src/app/view/iapp-demob-wfedit-view.ts +2 -0
  127. package/src/app/view/iapp-demob-wizard-view.ts +2 -2
  128. package/src/app/view/iapp-depanel-view.ts +1 -1
  129. package/src/app/view/iapp-depickup-view.ts +1 -1
  130. package/src/app/view/iapp-desearch-view2.ts +1 -1
  131. package/src/app/view/iapp-detab-explorer-view.ts +14 -2
  132. package/src/app/view/iapp-detree-grid-ex-view.ts +1 -1
  133. package/src/app/view/iapp-detree-grid-view.ts +1 -1
  134. package/src/app/view/iapp-detree-view.ts +1 -1
  135. package/src/app/view/iapp-deview-logic.ts +1 -1
  136. package/src/app/view/iapp-dewfdata-redirect-view.ts +1 -1
  137. package/src/app/view/iapp-dewfdyna-action-view.ts +1 -1
  138. package/src/app/view/iapp-dewfdyna-exp-grid-view.ts +1 -1
  139. package/src/app/view/iapp-dewfdyna-start-view.ts +1 -1
  140. package/src/app/view/iapp-dewfproxy-data-view.ts +1 -1
  141. package/src/app/view/iapp-dewfproxy-result-view.ts +1 -1
  142. package/src/app/view/iapp-dewfproxy-start-view.ts +1 -1
  143. package/src/app/view/iapp-dewizard-view.ts +1 -1
  144. package/src/app/view/iapp-func-pickup-view.ts +1 -1
  145. package/src/app/view/iapp-sub-app-ref-view.ts +1 -1
  146. package/src/app/view/iapp-util-view.ts +1 -1
  147. package/src/app/view/iapp-view-logic.ts +4 -2
  148. package/src/app/wf/iapp-wfuiaction.ts +1 -1
  149. package/src/control/calendar/icalendar-item.ts +3 -1
  150. package/src/control/calendar/idecalendar-item.ts +1 -1
  151. package/src/control/chart/ichart-angle-axis.ts +1 -1
  152. package/src/control/chart/ichart-axis.ts +2 -1
  153. package/src/control/chart/ichart-coordinate-system-none.ts +1 -1
  154. package/src/control/chart/ichart-coordinate-system-polar.ts +1 -1
  155. package/src/control/chart/ichart-data-item.ts +1 -1
  156. package/src/control/chart/ichart-grid-axis.ts +1 -1
  157. package/src/control/chart/ichart-parallel-axis.ts +1 -1
  158. package/src/control/chart/ichart-polar-axis.ts +1 -1
  159. package/src/control/chart/ichart-radar.ts +1 -1
  160. package/src/control/chart/ichart-radius-axis.ts +1 -1
  161. package/src/control/chart/ichart-series-boxplot.ts +1 -1
  162. package/src/control/chart/ichart-series-candlestick.ts +1 -1
  163. package/src/control/chart/ichart-series-csgeo-encode.ts +1 -1
  164. package/src/control/chart/ichart-series-csnone.ts +1 -1
  165. package/src/control/chart/ichart-series-cspolar-encode.ts +1 -1
  166. package/src/control/chart/ichart-series-cssingle-encode.ts +1 -1
  167. package/src/control/chart/ichart-series-custom.ts +1 -1
  168. package/src/control/chart/ichart-series-graph.ts +1 -1
  169. package/src/control/chart/ichart-series-heatmap.ts +1 -1
  170. package/src/control/chart/ichart-series-lines.ts +1 -1
  171. package/src/control/chart/ichart-series-parallel.ts +1 -1
  172. package/src/control/chart/ichart-series-pictorial-bar.ts +1 -1
  173. package/src/control/chart/ichart-series-radar.ts +1 -1
  174. package/src/control/chart/ichart-series-sankey.ts +1 -1
  175. package/src/control/chart/ichart-series-scatter.ts +1 -1
  176. package/src/control/chart/ichart-series-sunburst.ts +1 -1
  177. package/src/control/chart/ichart-series-theme-river.ts +1 -1
  178. package/src/control/chart/ichart-series-tree.ts +1 -1
  179. package/src/control/chart/ichart-series-treemap.ts +1 -1
  180. package/src/control/chart/ichart-series.ts +2 -2
  181. package/src/control/chart/ichart-single-axis.ts +1 -1
  182. package/src/control/chart/ichart-single.ts +1 -1
  183. package/src/control/chart/ichart-visual-map.ts +1 -1
  184. package/src/control/chart/ichart-xaxis.ts +1 -1
  185. package/src/control/chart/ichart-yaxis.ts +1 -1
  186. package/src/control/chart/idechart-axes.ts +1 -1
  187. package/src/control/chart/idechart-object.ts +1 -1
  188. package/src/control/chart/idechart-visual-map.ts +1 -1
  189. package/src/control/chart/iecharts-object.ts +1 -1
  190. package/src/control/dashboard/idashboard-container.ts +1 -1
  191. package/src/control/dashboard/idbchart-portlet.ts +1 -1
  192. package/src/control/dashboard/idbcustom-portlet-part.ts +1 -1
  193. package/src/control/dashboard/idblist-portlet-part.ts +1 -1
  194. package/src/control/dashboard/idbmenu-portlet-part.ts +1 -1
  195. package/src/control/dashboard/idbtoolbar-portlet.ts +1 -1
  196. package/src/control/dashboard/idedashboard.ts +1 -1
  197. package/src/control/datainfobar/idata-info-bar.ts +1 -1
  198. package/src/control/dataview/idedata-view-item.ts +2 -2
  199. package/src/control/drctrl/idedrctrl-item.ts +2 -1
  200. package/src/control/drctrl/idedrtab-page.ts +1 -1
  201. package/src/control/drctrl/idrtab.ts +1 -1
  202. package/src/control/editor/ibar-code-reader.ts +1 -1
  203. package/src/control/editor/ibar-code2-dreader.ts +1 -1
  204. package/src/control/editor/icascader.ts +1 -1
  205. package/src/control/editor/icheck-box-list.ts +1 -1
  206. package/src/control/editor/icheck-box.ts +1 -1
  207. package/src/control/editor/icolor-picker.ts +1 -1
  208. package/src/control/editor/idate-range.ts +1 -1
  209. package/src/control/editor/ihidden.ts +1 -1
  210. package/src/control/editor/ihtml.ts +1 -1
  211. package/src/control/editor/iipaddress.ts +1 -1
  212. package/src/control/editor/ilist-box-picker.ts +6 -1
  213. package/src/control/editor/ilist-box.ts +1 -1
  214. package/src/control/editor/imail-address.ts +2 -1
  215. package/src/control/editor/imap-picker.ts +1 -1
  216. package/src/control/editor/imdrop-down-list.ts +1 -1
  217. package/src/control/editor/impicker.ts +1 -1
  218. package/src/control/editor/inumber-range.ts +1 -1
  219. package/src/control/editor/ioffice.ts +1 -1
  220. package/src/control/editor/ipassword.ts +1 -1
  221. package/src/control/editor/ipicker-editor.ts +1 -8
  222. package/src/control/editor/ipicker.ts +5 -1
  223. package/src/control/editor/ipredefined.ts +1 -1
  224. package/src/control/editor/iradio-button-list.ts +1 -1
  225. package/src/control/editor/irating.ts +1 -1
  226. package/src/control/editor/islider.ts +1 -1
  227. package/src/control/editor/itext-area.ts +1 -1
  228. package/src/control/expbar/icalendar-exp-bar.ts +1 -1
  229. package/src/control/expbar/ichart-exp-bar.ts +1 -1
  230. package/src/control/expbar/idata-view-exp-bar.ts +1 -1
  231. package/src/control/expbar/igantt-exp-bar.ts +1 -1
  232. package/src/control/expbar/igrid-exp-bar.ts +1 -1
  233. package/src/control/expbar/ilist-exp-bar.ts +1 -1
  234. package/src/control/expbar/imap-exp-bar.ts +1 -1
  235. package/src/control/expbar/itab-exp-panel.ts +14 -2
  236. package/src/control/expbar/itree-exp-bar.ts +1 -1
  237. package/src/control/expbar/iwfexp-bar.ts +1 -1
  238. package/src/control/form/ideedit-form-item.ts +1 -1
  239. package/src/control/form/idefdcat-group-logic.ts +16 -0
  240. package/src/control/form/idefiupdate-detail.ts +1 -8
  241. package/src/control/form/ideform-data-item.ts +1 -1
  242. package/src/control/form/ideform-detail.ts +9 -2
  243. package/src/control/form/idesearch-form-item.ts +1 -1
  244. package/src/control/grid/idegeiupdate-detail.ts +1 -8
  245. package/src/control/grid/idegrid-column.ts +2 -2
  246. package/src/control/grid/idetree-grid-field-column.ts +1 -1
  247. package/src/control/grid/idetree-grid.ts +1 -1
  248. package/src/control/icontrol-attribute.ts +22 -0
  249. package/src/control/icontrol-item-navigatable.ts +11 -0
  250. package/src/control/icontrol-item.ts +35 -0
  251. package/src/control/icontrol-logic.ts +0 -7
  252. package/src/control/icontrol-nav-context.ts +1 -1
  253. package/src/control/icontrol-nav-param.ts +1 -1
  254. package/src/control/icontrol-object-navigatable.ts +1 -1
  255. package/src/control/icontrol-render.ts +30 -0
  256. package/src/control/icontrol.ts +18 -0
  257. package/src/control/imdcontrol2.ts +1 -1
  258. package/src/control/inavigate-context.ts +1 -1
  259. package/src/control/iraw-item-base.ts +8 -0
  260. package/src/control/iraw-item-param.ts +1 -1
  261. package/src/control/layout/iabsolute-layout.ts +1 -1
  262. package/src/control/layout/iborder-layout.ts +1 -1
  263. package/src/control/layout/itable-layout-pos.ts +1 -1
  264. package/src/control/layout/itable-layout.ts +1 -1
  265. package/src/control/list/ilist-item.ts +2 -2
  266. package/src/control/map/imap-item.ts +3 -1
  267. package/src/control/menu/iapp-menu-item.ts +7 -0
  268. package/src/control/menu/icontext-menu.ts +1 -1
  269. package/src/control/menu/imenu-item.ts +2 -2
  270. package/src/control/menu/imenu.ts +1 -1
  271. package/src/control/panel/ilayout-panel.ts +1 -1
  272. package/src/control/panel/ipanel-button.ts +15 -2
  273. package/src/control/panel/ipanel-container.ts +7 -0
  274. package/src/control/panel/ipanel-ctrl-pos.ts +1 -1
  275. package/src/control/panel/ipanel-engine.ts +1 -1
  276. package/src/control/panel/ipanel-item-cat-group-logic.ts +16 -0
  277. package/src/control/panel/ipanel-item.ts +9 -1
  278. package/src/control/panel/ipanel-logic.ts +4 -2
  279. package/src/control/panel/ipanel-tab-page.ts +1 -1
  280. package/src/control/panel/isys-panel-data-item.ts +1 -1
  281. package/src/control/panel/isys-panel-item.ts +1 -1
  282. package/src/control/panel/isys-panel-logic.ts +1 -1
  283. package/src/control/panel/isys-panel-model.ts +1 -1
  284. package/src/control/panel/isys-panel.ts +1 -1
  285. package/src/control/rawitem/iplaceholder-item.ts +1 -1
  286. package/src/control/rawitem/ivideo-item.ts +1 -1
  287. package/src/control/searchbar/isearch-bar-item.ts +9 -2
  288. package/src/control/searchbar/isearch-bar-param.ts +1 -1
  289. package/src/control/searchbar/isys-search-bar-item.ts +1 -1
  290. package/src/control/searchbar/isys-search-bar-param.ts +1 -1
  291. package/src/control/searchbar/isys-search-bar.ts +1 -1
  292. package/src/control/titlebar/iapp-title-bar.ts +1 -1
  293. package/src/control/titlebar/isys-title-bar.ts +1 -1
  294. package/src/control/titlebar/ititle-bar-param.ts +1 -1
  295. package/src/control/toolbar/idecmseperator-item.ts +1 -1
  296. package/src/control/toolbar/idecontext-menu-item.ts +1 -1
  297. package/src/control/toolbar/idetoolbar-item.ts +9 -2
  298. package/src/control/tree/idetree-column.ts +2 -2
  299. package/src/control/tree/idetree-grid-ex.ts +1 -1
  300. package/src/control/tree/idetree-node.ts +3 -1
  301. package/src/control/viewpanel/idepickup-view-panel.ts +1 -1
  302. package/src/control/wizardpanel/idestate-wizard-panel.ts +1 -1
  303. package/src/dataentity/ac/ideacmode-data-item.ts +8 -2
  304. package/src/dataentity/action/ideaction-logic.ts +9 -0
  305. package/src/dataentity/action/ideaction.ts +8 -0
  306. package/src/dataentity/dataexport/idedata-export-item.ts +8 -0
  307. package/src/dataentity/dataimport/idedata-import.ts +8 -0
  308. package/src/dataentity/defield/valuerule/idefdata-range-rule.ts +1 -1
  309. package/src/dataentity/defield/valuerule/idefvrvalue-recursion-condition.ts +1 -1
  310. package/src/dataentity/logic/ideaggregate-param-logic.ts +25 -0
  311. package/src/dataentity/logic/idebegin-logic.ts +1 -1
  312. package/src/dataentity/logic/idecopy-param-logic.ts +15 -0
  313. package/src/dataentity/logic/idefilter-param-logic.ts +25 -0
  314. package/src/dataentity/logic/idefilter-param2-logic.ts +25 -0
  315. package/src/dataentity/logic/idelogic-link-cond.ts +1 -1
  316. package/src/dataentity/logic/idelogic-link.ts +8 -0
  317. package/src/dataentity/logic/idelogic-node-base.ts +7 -2
  318. package/src/dataentity/logic/idelogic-node-param-base.ts +11 -9
  319. package/src/dataentity/logic/idelogic-param.ts +8 -0
  320. package/src/dataentity/logic/idemerge-param-logic.ts +33 -0
  321. package/src/dataentity/logic/ideprepare-param-logic.ts +1 -1
  322. package/src/dataentity/logic/ideuibegin-logic.ts +1 -1
  323. package/src/dataentity/logic/ideuilogic-link-cond.ts +1 -1
  324. package/src/dataentity/logic/ideuilogic-link.ts +8 -0
  325. package/src/dataentity/logic/ideuilogic-param.ts +8 -0
  326. package/src/dataentity/logic/ideview-logic.ts +1 -1
  327. package/src/dataentity/uiaction/ideuiaction-group.ts +1 -1
  328. package/src/exports.ts +6 -0
  329. package/src/imodel-object.ts +2 -0
  330. package/src/res/ilanguage-res.ts +0 -7
  331. package/src/view/iuiaction-group-detail.ts +0 -8
@@ -92,6 +92,13 @@ export interface IDEUILogicParam extends IDELogicParamBase {
92
92
  * 来源 isEntityListParam
93
93
  */
94
94
  entityListParam?: boolean;
95
+ /**
96
+ * 数据对象字典变量
97
+ * @type {boolean}
98
+ * @default false
99
+ * 来源 isEntityMapParam
100
+ */
101
+ entityMapParam?: boolean;
95
102
  /**
96
103
  * 分页查询结果变量
97
104
  * @type {boolean}
package/out/exports.d.ts CHANGED
@@ -431,7 +431,10 @@ export { IAjaxEditor } from './control/iajax-editor';
431
431
  export { IButtonBase } from './control/ibutton-base';
432
432
  export { IControl } from './control/icontrol';
433
433
  export { IControlAction } from './control/icontrol-action';
434
+ export { IControlAttribute } from './control/icontrol-attribute';
434
435
  export { IControlContainer } from './control/icontrol-container';
436
+ export { IControlItem } from './control/icontrol-item';
437
+ export { IControlItemNavigatable } from './control/icontrol-item-navigatable';
435
438
  export { IControlItemParam } from './control/icontrol-item-param';
436
439
  export { IControlLogic } from './control/icontrol-logic';
437
440
  export { IControlMDObject } from './control/icontrol-mdobject';
@@ -441,6 +444,7 @@ export { IControlNavParam } from './control/icontrol-nav-param';
441
444
  export { IControlNavigatable } from './control/icontrol-navigatable';
442
445
  export { IControlObjectNavigatable } from './control/icontrol-object-navigatable';
443
446
  export { IControlParam } from './control/icontrol-param';
447
+ export { IControlRender } from './control/icontrol-render';
444
448
  export { IControlXDataContainer } from './control/icontrol-xdata-container';
445
449
  export { IEditor } from './control/ieditor';
446
450
  export { IEditorItem } from './control/ieditor-item';
@@ -627,6 +631,8 @@ export { IDEDELogicLogic } from './dataentity/logic/idedelogic-logic';
627
631
  export { IDEDebugParamLogic } from './dataentity/logic/idedebug-param-logic';
628
632
  export { IDEEndLogic } from './dataentity/logic/ideend-logic';
629
633
  export { IDEFLogic } from './dataentity/logic/ideflogic';
634
+ export { IDEFilterParam2Logic } from './dataentity/logic/idefilter-param2-logic';
635
+ export { IDEFilterParamLogic } from './dataentity/logic/idefilter-param-logic';
630
636
  export { IDELogic } from './dataentity/logic/idelogic';
631
637
  export { IDELogicLink } from './dataentity/logic/idelogic-link';
632
638
  export { IDELogicLinkCond } from './dataentity/logic/idelogic-link-cond';
@@ -10,4 +10,5 @@ export interface IModelObject {
10
10
  id?: string;
11
11
  name?: string;
12
12
  codeName?: string;
13
+ userParam?: Record<string, string>;
13
14
  }
@@ -24,12 +24,6 @@ export interface ILanguageRes extends IModelObject {
24
24
  * 来源 getLanResType
25
25
  */
26
26
  lanResType?: string | 'DE.LNAME' | 'DEF.LNAME' | 'CL.ITEM.LNAME' | 'CL.ITEM.TOOLTIP' | 'TBB.TEXT' | 'TBB.TOOLTIP' | 'MENUITEM.CAPTION' | 'PAGE.HEADER' | 'PAGE.COMMON' | 'PAGE' | 'CONTROL' | 'ERROR.STD' | 'CTRL' | 'COMMON' | 'OTHER';
27
- /**
28
- * 名称
29
- * @type {string}
30
- * 来源 getName
31
- */
32
- name?: string;
33
27
  /**
34
28
  * 引用标志
35
29
  * @type {boolean}
@@ -1,4 +1,3 @@
1
- import { ISysImage } from '../exports';
2
1
  import { IModelObject } from '../imodel-object';
3
2
  /**
4
3
  *
@@ -75,10 +74,4 @@ export interface IUIActionGroupDetail extends IModelObject {
75
74
  * 来源 isShowIcon
76
75
  */
77
76
  showIcon?: boolean;
78
- /**
79
- * 系统图片
80
- * @type {ISysImage}
81
- * 来源 getPSSysImage
82
- */
83
- sysImage?: ISysImage;
84
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz/model-core",
3
- "version": "0.0.10",
3
+ "version": "0.0.14",
4
4
  "license": "MIT",
5
5
  "description": "动态模型接口",
6
6
  "type": "module",
@@ -5,4 +5,4 @@ import { IAppDEMethodInput } from './iapp-demethod-input';
5
5
  * @export
6
6
  * @interface IAppDEActionInput
7
7
  */
8
- export type IAppDEActionInput = IAppDEMethodInput
8
+ export type IAppDEActionInput = IAppDEMethodInput;
@@ -85,6 +85,14 @@ export interface IAppDEAction extends IAppDEMethod {
85
85
  */
86
86
  scriptCode?: string;
87
87
 
88
+ /**
89
+ * 异步操作行为
90
+ * @type {boolean}
91
+ * @default false
92
+ * 来源 isAsyncAction
93
+ */
94
+ asyncAction?: boolean;
95
+
88
96
  /**
89
97
  * 自定义代码
90
98
  * @type {boolean}
@@ -5,4 +5,4 @@ import { IDEDataExport } from '../../dataentity/dataexport/idedata-export';
5
5
  * @export
6
6
  * @interface IAppDEDataExport
7
7
  */
8
- export type IAppDEDataExport = IDEDataExport
8
+ export type IAppDEDataExport = IDEDataExport;
@@ -5,4 +5,4 @@ import { IDEFValueRule } from '../../dataentity/defield/valuerule/idefvalue-rule
5
5
  * @export
6
6
  * @interface IAppDEFValueRule
7
7
  */
8
- export type IAppDEFValueRule = IDEFValueRule
8
+ export type IAppDEFValueRule = IDEFValueRule;
@@ -6,4 +6,4 @@ import { IDELogicLinkCond } from '../../dataentity/logic/idelogic-link-cond';
6
6
  * @export
7
7
  * @interface IAppDELogicLinkCond
8
8
  */
9
- export type IAppDELogicLinkCond = IDELogicLinkCond
9
+ export type IAppDELogicLinkCond = IDELogicLinkCond;
@@ -5,4 +5,4 @@ import { IDELogicLink } from '../../dataentity/logic/idelogic-link';
5
5
  * @export
6
6
  * @interface IAppDELogicLink
7
7
  */
8
- export type IAppDELogicLink = IDELogicLink
8
+ export type IAppDELogicLink = IDELogicLink;
@@ -5,4 +5,4 @@ import { IDELogicNodeParam } from '../../dataentity/logic/idelogic-node-param';
5
5
  * @export
6
6
  * @interface IAppDELogicNodeParam
7
7
  */
8
- export type IAppDELogicNodeParam = IDELogicNodeParam
8
+ export type IAppDELogicNodeParam = IDELogicNodeParam;
@@ -5,4 +5,4 @@ import { IDELogicNode } from '../../dataentity/logic/idelogic-node';
5
5
  * @export
6
6
  * @interface IAppDELogicNode
7
7
  */
8
- export type IAppDELogicNode = IDELogicNode
8
+ export type IAppDELogicNode = IDELogicNode;
@@ -6,4 +6,4 @@ import { IDELogic } from '../../dataentity/logic/idelogic';
6
6
  * @export
7
7
  * @interface IAppDELogic
8
8
  */
9
- export type IAppDELogic = IDELogic
9
+ export type IAppDELogic = IDELogic;
@@ -122,4 +122,12 @@ export interface IAppDEMethodDTOField extends IModelObject {
122
122
  * 来源 isAllowEmpty
123
123
  */
124
124
  allowEmpty?: boolean;
125
+
126
+ /**
127
+ * 是否为List的MAP投射
128
+ * @type {boolean}
129
+ * @default false
130
+ * 来源 isListMap
131
+ */
132
+ listMap?: boolean;
125
133
  }
@@ -56,8 +56,8 @@ export interface IAppDEMethodReturn extends IModelObject {
56
56
 
57
57
  /**
58
58
  * 返回类型
59
- * @description 值模式 [实体方法返回类型] {VOID:没有返回、 SIMPLE:简单值、 SIMPLES:简单值数组、 DTO:DTO对象、 DTOS:DTO对象集合、 PAGE:搜索分页、 UNKNOWN:未知、 USER:用户自定义、 USER2:用户自定义2 }
60
- * @type {( string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'UNKNOWN' | 'USER' | 'USER2')}
59
+ * @description 值模式 [实体方法返回类型] {VOID:没有返回、 SIMPLE:简单值、 SIMPLES:简单值数组、 DTO:DTO对象、 DTOS:DTO对象集合、 PAGE:搜索分页、 ASYNCACTION:异步操作对象、 UNKNOWN:未知、 USER:用户自定义、 USER2:用户自定义2 }
60
+ * @type {( string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'ASYNCACTION' | 'UNKNOWN' | 'USER' | 'USER2')}
61
61
  * 来源 getType
62
62
  */
63
63
  type?:
@@ -68,6 +68,7 @@ export interface IAppDEMethodReturn extends IModelObject {
68
68
  | 'DTO'
69
69
  | 'DTOS'
70
70
  | 'PAGE'
71
+ | 'ASYNCACTION'
71
72
  | 'UNKNOWN'
72
73
  | 'USER'
73
74
  | 'USER2';
@@ -5,4 +5,4 @@ import { IDEPrint } from '../../dataentity/print/ideprint';
5
5
  * @export
6
6
  * @interface IAppDEPrint
7
7
  */
8
- export type IAppDEPrint = IDEPrint
8
+ export type IAppDEPrint = IDEPrint;
@@ -5,4 +5,4 @@ import { IDEUILogicLinkCond } from '../../dataentity/logic/ideuilogic-link-cond'
5
5
  * @export
6
6
  * @interface IAppDEUILogicLinkCond
7
7
  */
8
- export type IAppDEUILogicLinkCond = IDEUILogicLinkCond
8
+ export type IAppDEUILogicLinkCond = IDEUILogicLinkCond;
@@ -5,4 +5,4 @@ import { IDEUILogicLink } from '../../dataentity/logic/ideuilogic-link';
5
5
  * @export
6
6
  * @interface IAppDEUILogicLink
7
7
  */
8
- export type IAppDEUILogicLink = IDEUILogicLink
8
+ export type IAppDEUILogicLink = IDEUILogicLink;
@@ -5,4 +5,4 @@ import { IDEUILogicNodeParam } from '../../dataentity/logic/ideuilogic-node-para
5
5
  * @export
6
6
  * @interface IAppDEUILogicNodeParam
7
7
  */
8
- export type IAppDEUILogicNodeParam = IDEUILogicNodeParam
8
+ export type IAppDEUILogicNodeParam = IDEUILogicNodeParam;
@@ -5,4 +5,4 @@ import { IDEUILogicParam } from '../../dataentity/logic/ideuilogic-param';
5
5
  * @export
6
6
  * @interface IAppDEUILogicParam
7
7
  */
8
- export type IAppDEUILogicParam = IDEUILogicParam
8
+ export type IAppDEUILogicParam = IDEUILogicParam;
@@ -5,4 +5,4 @@ import { IDEUILogic } from '../../dataentity/logic/ideuilogic';
5
5
  * @export
6
6
  * @interface IAppDEUILogic
7
7
  */
8
- export type IAppDEUILogic = IDEUILogic
8
+ export type IAppDEUILogic = IDEUILogic;
@@ -41,13 +41,6 @@ export interface IApplicationLogic extends IModelObject {
41
41
  */
42
42
  logicType?: string;
43
43
 
44
- /**
45
- * 逻辑名称
46
- * @type {string}
47
- * 来源 getName
48
- */
49
- name?: string;
50
-
51
44
  /**
52
45
  * 触发逻辑所在应用实体
53
46
  *
@@ -81,8 +74,8 @@ export interface IApplicationLogic extends IModelObject {
81
74
 
82
75
  /**
83
76
  * 触发器类型
84
- * @description 值模式 [界面逻辑触发类型] {TIMER:定时器触发、 CTRLEVENT:部件事件触发、 VIEWEVENT:视图事件触发、 APPEVENT:应用事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
85
- * @type {( string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
77
+ * @description 值模式 [界面逻辑触发类型] {TIMER:定时器触发、 CTRLEVENT:部件事件触发、 VIEWEVENT:视图事件触发、 APPEVENT:应用事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ITEMDYNACLASS:项动态样式表、 RENDER:绘制器、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
78
+ * @type {( string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ITEMDYNACLASS' | 'RENDER' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
86
79
  * @default APPEVENT
87
80
  * 来源 getTriggerType
88
81
  */
@@ -95,6 +88,8 @@ export interface IApplicationLogic extends IModelObject {
95
88
  | 'ITEMVISIBLE'
96
89
  | 'ITEMENABLE'
97
90
  | 'ITEMBLANK'
91
+ | 'ITEMDYNACLASS'
92
+ | 'RENDER'
98
93
  | 'ATTRIBUTE'
99
94
  | 'CUSTOM'
100
95
  | 'VUE_DIRECTIVE';
@@ -289,6 +289,14 @@ export interface IApplication extends IModelObject {
289
289
  */
290
290
  enableUACLogin?: boolean;
291
291
 
292
+ /**
293
+ * 启用界面模型增强
294
+ * @type {boolean}
295
+ * @default false
296
+ * 来源 isEnableUIModelEx
297
+ */
298
+ enableUIModelEx?: boolean;
299
+
292
300
  /**
293
301
  * 移动端应用
294
302
  * @type {boolean}
@@ -5,4 +5,4 @@ import { IAppUILogicRefViewBase } from './iapp-uilogic-ref-view-base';
5
5
  * @export
6
6
  * @interface IAppUILogicRefView
7
7
  */
8
- export type IAppUILogicRefView = IAppUILogicRefViewBase
8
+ export type IAppUILogicRefView = IAppUILogicRefViewBase;
@@ -5,4 +5,4 @@ import { ISysMsgTempl } from '../../msg/isys-msg-templ';
5
5
  * @export
6
6
  * @interface IAppMsgTempl
7
7
  */
8
- export type IAppMsgTempl = ISysMsgTempl
8
+ export type IAppMsgTempl = ISysMsgTempl;
@@ -5,4 +5,4 @@ import { IAppDynaUtilBase } from './iapp-dyna-util-base';
5
5
  * @export
6
6
  * @interface IAppDraftStorageUtil
7
7
  */
8
- export type IAppDraftStorageUtil = IAppDynaUtilBase
8
+ export type IAppDraftStorageUtil = IAppDynaUtilBase;
@@ -6,4 +6,4 @@ import { IAppDynaUtilBase } from './iapp-dyna-util-base';
6
6
  * @export
7
7
  * @interface IAppDynaDashboardUtil
8
8
  */
9
- export type IAppDynaDashboardUtil = IAppDynaUtilBase
9
+ export type IAppDynaDashboardUtil = IAppDynaUtilBase;
@@ -6,4 +6,4 @@ import { IAppDynaUtilBase } from './iapp-dyna-util-base';
6
6
  * @export
7
7
  * @interface IAppFilterStorageUtil
8
8
  */
9
- export type IAppFilterStorageUtil = IAppDynaUtilBase
9
+ export type IAppFilterStorageUtil = IAppDynaUtilBase;
@@ -5,4 +5,4 @@ import { ISysValueRule } from '../../valuerule/isys-value-rule';
5
5
  * @export
6
6
  * @interface IAppValueRule
7
7
  */
8
- export type IAppValueRule = ISysValueRule
8
+ export type IAppValueRule = ISysValueRule;
@@ -5,4 +5,4 @@ import { IAppView } from './iapp-view';
5
5
  * @export
6
6
  * @interface IAppDataRelationView
7
7
  */
8
- export type IAppDataRelationView = IAppView
8
+ export type IAppDataRelationView = IAppView;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDECalendarView
8
8
  */
9
- export type IAppDECalendarView = IAppDEMultiDataView2
9
+ export type IAppDECalendarView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEView } from './iapp-deview';
6
6
  * @export
7
7
  * @interface IAppDECustomView
8
8
  */
9
- export type IAppDECustomView = IAppDEView
9
+ export type IAppDECustomView = IAppDEView;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDEDataView
8
8
  */
9
- export type IAppDEDataView = IAppDEMultiDataView2
9
+ export type IAppDEDataView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDEGanttView
8
8
  */
9
- export type IAppDEGanttView = IAppDEMultiDataView2
9
+ export type IAppDEGanttView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEGridView } from './iapp-degrid-view';
6
6
  * @export
7
7
  * @interface IAppDEGridView8
8
8
  */
9
- export type IAppDEGridView8 = IAppDEGridView
9
+ export type IAppDEGridView8 = IAppDEGridView;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDEKanbanView
8
8
  */
9
- export type IAppDEKanbanView = IAppDEMultiDataView2
9
+ export type IAppDEKanbanView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDEListView
8
8
  */
9
- export type IAppDEListView = IAppDEMultiDataView2
9
+ export type IAppDEListView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView2 } from './iapp-demulti-data-view2';
6
6
  * @export
7
7
  * @interface IAppDEMapView
8
8
  */
9
- export type IAppDEMapView = IAppDEMultiDataView2
9
+ export type IAppDEMapView = IAppDEMultiDataView2;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView } from './iapp-demulti-data-view';
6
6
  * @export
7
7
  * @interface IAppDEMEditView
8
8
  */
9
- export type IAppDEMEditView = IAppDEMultiDataView
9
+ export type IAppDEMEditView = IAppDEMultiDataView;
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDEMultiDataView } from './iapp-demulti-data-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -7,4 +7,4 @@ import { IAppDEMultiDataView } from './iapp-demulti-data-view';
7
7
  * @export
8
8
  * @interface IAppDEMobMDView
9
9
  */
10
- export interface IAppDEMobMDView extends IAppDEMobView, IAppDEMultiDataView {}
10
+ export interface IAppDEMobMDView extends IAppMobView, IAppDEMultiDataView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDEPickupView } from './iapp-depickup-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -7,4 +7,4 @@ import { IAppDEPickupView } from './iapp-depickup-view';
7
7
  * @export
8
8
  * @interface IAppDEMobPickupView
9
9
  */
10
- export interface IAppDEMobPickupView extends IAppDEPickupView, IAppDEMobView {}
10
+ export interface IAppDEMobPickupView extends IAppDEPickupView, IAppMobView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDERedirectView } from './iapp-deredirect-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -9,4 +9,4 @@ import { IAppDERedirectView } from './iapp-deredirect-view';
9
9
  */
10
10
  export interface IAppDEMobRedirectView
11
11
  extends IAppDERedirectView,
12
- IAppDEMobView {}
12
+ IAppMobView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDETabExplorerView } from './iapp-detab-explorer-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -9,4 +9,4 @@ import { IAppDETabExplorerView } from './iapp-detab-explorer-view';
9
9
  */
10
10
  export interface IAppDEMobTabExplorerView
11
11
  extends IAppDETabExplorerView,
12
- IAppDEMobView {}
12
+ IAppMobView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDETabSearchView } from './iapp-detab-search-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -9,4 +9,4 @@ import { IAppDETabSearchView } from './iapp-detab-search-view';
9
9
  */
10
10
  export interface IAppDEMobTabSearchView
11
11
  extends IAppDETabSearchView,
12
- IAppDEMobView {}
12
+ IAppMobView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDETreeExplorerView } from './iapp-detree-explorer-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -9,4 +9,4 @@ import { IAppDETreeExplorerView } from './iapp-detree-explorer-view';
9
9
  */
10
10
  export interface IAppDEMobTreeExplorerView
11
11
  extends IAppDETreeExplorerView,
12
- IAppDEMobView {}
12
+ IAppMobView {}
@@ -1,5 +1,6 @@
1
1
  import { IAppDEMobWFView } from './iapp-demob-wfview';
2
2
  import { IAppDEWFActionView } from './iapp-dewfaction-view';
3
+ import { IAppMobView } from './iapp-mob-view';
3
4
 
4
5
  /**
5
6
  *
@@ -9,4 +10,5 @@ import { IAppDEWFActionView } from './iapp-dewfaction-view';
9
10
  */
10
11
  export interface IAppDEMobWFActionView
11
12
  extends IAppDEWFActionView,
12
- IAppDEMobWFView {}
13
+ IAppDEMobWFView,
14
+ IAppMobView {}
@@ -5,4 +5,4 @@ import { IAppDEMobWFActionView } from './iapp-demob-wfaction-view';
5
5
  * @export
6
6
  * @interface IAppDEMobWFDynaActionView
7
7
  */
8
- export type IAppDEMobWFDynaActionView = IAppDEMobWFActionView
8
+ export type IAppDEMobWFDynaActionView = IAppDEMobWFActionView;
@@ -6,4 +6,4 @@ import { IAppDEMobWFMDView } from './iapp-demob-wfmdview';
6
6
  * @export
7
7
  * @interface IAppDEMobWFDynaExpMDView
8
8
  */
9
- export type IAppDEMobWFDynaExpMDView = IAppDEMobWFMDView
9
+ export type IAppDEMobWFDynaExpMDView = IAppDEMobWFMDView;
@@ -1,5 +1,6 @@
1
1
  import { IAppDEMobWFActionView } from './iapp-demob-wfaction-view';
2
2
  import { IAppDEWFEditView } from './iapp-dewfedit-view';
3
+ import { IAppMobView } from './iapp-mob-view';
3
4
 
4
5
  /**
5
6
  *
@@ -9,4 +10,5 @@ import { IAppDEWFEditView } from './iapp-dewfedit-view';
9
10
  */
10
11
  export interface IAppDEMobWFEditView
11
12
  extends IAppDEWFEditView,
13
+ IAppMobView,
12
14
  IAppDEMobWFActionView {}
@@ -1,5 +1,5 @@
1
- import { IAppDEMobView } from './iapp-demob-view';
2
1
  import { IAppDEWizardView } from './iapp-dewizard-view';
2
+ import { IAppMobView } from './iapp-mob-view';
3
3
 
4
4
  /**
5
5
  *
@@ -7,4 +7,4 @@ import { IAppDEWizardView } from './iapp-dewizard-view';
7
7
  * @export
8
8
  * @interface IAppDEMobWizardView
9
9
  */
10
- export interface IAppDEMobWizardView extends IAppDEWizardView, IAppDEMobView {}
10
+ export interface IAppDEMobWizardView extends IAppDEWizardView, IAppMobView {}
@@ -6,4 +6,4 @@ import { IAppDEView } from './iapp-deview';
6
6
  * @export
7
7
  * @interface IAppDEPanelView
8
8
  */
9
- export type IAppDEPanelView = IAppDEView
9
+ export type IAppDEPanelView = IAppDEView;
@@ -6,4 +6,4 @@ import { IAppDEView } from './iapp-deview';
6
6
  * @export
7
7
  * @interface IAppDEPickupView
8
8
  */
9
- export type IAppDEPickupView = IAppDEView
9
+ export type IAppDEPickupView = IAppDEView;
@@ -5,4 +5,4 @@ import { IModelObject } from '../../imodel-object';
5
5
  * @export
6
6
  * @interface IAppDESearchView2
7
7
  */
8
- export type IAppDESearchView2 = IModelObject
8
+ export type IAppDESearchView2 = IModelObject;
@@ -9,8 +9,20 @@ import { IAppDEExplorerView } from './iapp-deexplorer-view';
9
9
  export interface IAppDETabExplorerView extends IAppDEExplorerView {
10
10
  /**
11
11
  * 分页部件布局模式
12
- * @type {string}
12
+ * @description 值模式 [分页视图分页栏位置] {TOP:上方(默认)、 TOP_EMBEDDED:上方(嵌入)、 LEFT:左侧、 BOTTOM:下方、 RIGHT:右侧、 FLOW:流布局、 FLOW_NOHEADER:流布局(无标题)、 NOHAEDER:无分页栏、 USER:用户自定义、 USER2:用户自定义2 }
13
+ * @type {( string | 'TOP' | 'TOP_EMBEDDED' | 'LEFT' | 'BOTTOM' | 'RIGHT' | 'FLOW' | 'FLOW_NOHEADER' | 'NOHAEDER' | 'USER' | 'USER2')}
13
14
  * 来源 getTabLayout
14
15
  */
15
- tabLayout?: string;
16
+ tabLayout?:
17
+ | string
18
+ | 'TOP'
19
+ | 'TOP_EMBEDDED'
20
+ | 'LEFT'
21
+ | 'BOTTOM'
22
+ | 'RIGHT'
23
+ | 'FLOW'
24
+ | 'FLOW_NOHEADER'
25
+ | 'NOHAEDER'
26
+ | 'USER'
27
+ | 'USER2';
16
28
  }
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView } from './iapp-demulti-data-view';
6
6
  * @export
7
7
  * @interface IAppDETreeGridExView
8
8
  */
9
- export type IAppDETreeGridExView = IAppDEMultiDataView
9
+ export type IAppDETreeGridExView = IAppDEMultiDataView;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView } from './iapp-demulti-data-view';
6
6
  * @export
7
7
  * @interface IAppDETreeGridView
8
8
  */
9
- export type IAppDETreeGridView = IAppDEMultiDataView
9
+ export type IAppDETreeGridView = IAppDEMultiDataView;
@@ -6,4 +6,4 @@ import { IAppDEMultiDataView } from './iapp-demulti-data-view';
6
6
  * @export
7
7
  * @interface IAppDETreeView
8
8
  */
9
- export type IAppDETreeView = IAppDEMultiDataView
9
+ export type IAppDETreeView = IAppDEMultiDataView;
@@ -5,4 +5,4 @@ import { IAppViewLogic } from './iapp-view-logic';
5
5
  * @export
6
6
  * @interface IAppDEViewLogic
7
7
  */
8
- export type IAppDEViewLogic = IAppViewLogic
8
+ export type IAppDEViewLogic = IAppViewLogic;
@@ -6,4 +6,4 @@ import { IAppDERedirectView } from './iapp-deredirect-view';
6
6
  * @export
7
7
  * @interface IAppDEWFDataRedirectView
8
8
  */
9
- export type IAppDEWFDataRedirectView = IAppDERedirectView
9
+ export type IAppDEWFDataRedirectView = IAppDERedirectView;