@ibiz/model-core 0.0.2 → 0.0.4

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 (300) hide show
  1. package/out/app/control/iapp-portlet.d.ts +0 -7
  2. package/out/app/dataentity/iapp-data-entity.d.ts +18 -26
  3. package/out/app/dataentity/iapp-defield.d.ts +0 -28
  4. package/out/app/dataentity/iapp-demethod.d.ts +6 -0
  5. package/out/app/iapplication-logic.d.ts +3 -3
  6. package/out/app/iapplication.d.ts +0 -21
  7. package/out/app/view/iapp-portal-view.d.ts +0 -7
  8. package/out/app/view/iapp-view-logic.d.ts +16 -4
  9. package/out/codelist/icode-list.d.ts +0 -21
  10. package/out/control/dashboard/idbraw-item-portlet-part.d.ts +1 -3
  11. package/out/control/editor/icode-list-editor.d.ts +0 -7
  12. package/out/control/form/ideform-button.d.ts +7 -0
  13. package/out/control/form/ideform-druipart.d.ts +2 -3
  14. package/out/control/form/ideform-item.d.ts +0 -6
  15. package/out/control/form/ideform-mdctrl.d.ts +4 -4
  16. package/out/control/form/ideform-raw-item.d.ts +1 -3
  17. package/out/control/form/ideform-user-control.d.ts +6 -0
  18. package/out/control/grid/idegrid-edit-item.d.ts +0 -6
  19. package/out/control/icontrol-logic.d.ts +12 -0
  20. package/out/control/icontrol-param.d.ts +0 -12
  21. package/out/control/iraw-item-base.d.ts +14 -0
  22. package/out/control/iraw-item-container.d.ts +0 -29
  23. package/out/control/menu/iapp-menu-item.d.ts +0 -7
  24. package/out/control/menu/iapp-menu-raw-item.d.ts +1 -3
  25. package/out/control/panel/ipanel-button.d.ts +7 -0
  26. package/out/control/panel/ipanel-logic.d.ts +3 -3
  27. package/out/control/panel/ipanel-raw-item.d.ts +1 -21
  28. package/out/control/panel/ipanel-user-control.d.ts +6 -0
  29. package/out/control/panel/ipanel.d.ts +0 -7
  30. package/out/control/searchbar/isearch-bar-filter.d.ts +0 -6
  31. package/out/control/toolbar/idecmraw-item.d.ts +1 -8
  32. package/out/control/toolbar/idecmuiaction-item.d.ts +7 -0
  33. package/out/control/toolbar/idetbraw-item.d.ts +1 -9
  34. package/out/control/toolbar/idetbuiaction-item.d.ts +7 -0
  35. package/out/exports.d.ts +0 -64
  36. package/out/imodel-object.d.ts +8 -5
  37. package/out/view/iview-logic.d.ts +1 -1
  38. package/package.json +2 -1
  39. package/src/app/control/iapp-portlet.ts +0 -8
  40. package/src/app/dataentity/iapp-data-entity.ts +21 -30
  41. package/src/app/dataentity/iapp-defield.ts +0 -32
  42. package/src/app/dataentity/iapp-demethod.ts +7 -0
  43. package/src/app/iapplication-logic.ts +8 -3
  44. package/src/app/iapplication.ts +0 -24
  45. package/src/app/res/iapp-css.ts +1 -1
  46. package/src/app/res/iapp-image.ts +1 -1
  47. package/src/app/view/iapp-portal-view.ts +1 -9
  48. package/src/app/view/iapp-view-logic.ts +28 -4
  49. package/src/codelist/icode-list.ts +0 -24
  50. package/src/control/dashboard/idbraw-item-portlet-part.ts +1 -2
  51. package/src/control/editor/icode-list-editor.ts +0 -8
  52. package/src/control/form/ideform-button.ts +14 -0
  53. package/src/control/form/ideform-druipart.ts +2 -3
  54. package/src/control/form/ideform-item.ts +0 -7
  55. package/src/control/form/ideform-mdctrl.ts +4 -4
  56. package/src/control/form/ideform-raw-item.ts +1 -2
  57. package/src/control/form/ideform-user-control.ts +7 -0
  58. package/src/control/grid/idegrid-edit-item.ts +0 -7
  59. package/src/control/icontrol-logic.ts +14 -0
  60. package/src/control/icontrol-param.ts +0 -14
  61. package/src/control/iraw-item-base.ts +16 -0
  62. package/src/control/iraw-item-container.ts +0 -46
  63. package/src/control/menu/iapp-menu-item.ts +0 -8
  64. package/src/control/menu/iapp-menu-raw-item.ts +1 -2
  65. package/src/control/panel/ipanel-button.ts +14 -0
  66. package/src/control/panel/ipanel-logic.ts +13 -3
  67. package/src/control/panel/ipanel-param.ts +1 -1
  68. package/src/control/panel/ipanel-raw-item.ts +1 -23
  69. package/src/control/panel/ipanel-user-control.ts +7 -0
  70. package/src/control/panel/ipanel.ts +0 -8
  71. package/src/control/panel/isys-panel-param.ts +1 -1
  72. package/src/control/panel/isys-view-layout-panel-param.ts +1 -1
  73. package/src/control/reportpanel/idereport-panel-param.ts +1 -1
  74. package/src/control/searchbar/isearch-bar-filter.ts +0 -7
  75. package/src/control/toolbar/idecmraw-item.ts +1 -8
  76. package/src/control/toolbar/idecmuiaction-item.ts +14 -0
  77. package/src/control/toolbar/idetbraw-item.ts +1 -9
  78. package/src/control/toolbar/idetbuiaction-item.ts +14 -0
  79. package/src/exports.ts +0 -64
  80. package/src/imodel-object.ts +9 -5
  81. package/src/view/iview-logic.ts +1 -1
  82. package/out/app/isub-app-ref.d.ts +0 -43
  83. package/out/app/isub-app-ref.js +0 -1
  84. package/out/control/ajax/iajax-control-handler.d.ts +0 -42
  85. package/out/control/ajax/iajax-control-handler.js +0 -1
  86. package/out/control/ajax/imdajax-control-handler.d.ts +0 -28
  87. package/out/control/ajax/imdajax-control-handler.js +0 -1
  88. package/out/control/ajax/isdajax-control-handler.d.ts +0 -7
  89. package/out/control/ajax/isdajax-control-handler.js +0 -1
  90. package/out/control/calendar/icalendar-param.d.ts +0 -7
  91. package/out/control/calendar/icalendar-param.js +0 -1
  92. package/out/control/calendar/isys-calendar-param.d.ts +0 -7
  93. package/out/control/calendar/isys-calendar-param.js +0 -1
  94. package/out/control/captionbar/icaption-bar-param.d.ts +0 -7
  95. package/out/control/captionbar/icaption-bar-param.js +0 -1
  96. package/out/control/chart/idechart-handler.d.ts +0 -7
  97. package/out/control/chart/idechart-handler.js +0 -1
  98. package/out/control/chart/idechart-param.d.ts +0 -7
  99. package/out/control/chart/idechart-param.js +0 -1
  100. package/out/control/counter/idedrcounter.d.ts +0 -7
  101. package/out/control/counter/idedrcounter.js +0 -1
  102. package/out/control/custom/icustom-control-handler.d.ts +0 -7
  103. package/out/control/custom/icustom-control-handler.js +0 -1
  104. package/out/control/custom/icustom-control-param.d.ts +0 -7
  105. package/out/control/custom/icustom-control-param.js +0 -1
  106. package/out/control/dashboard/idashboard-param.d.ts +0 -7
  107. package/out/control/dashboard/idashboard-param.js +0 -1
  108. package/out/control/dashboard/idbapp-menu-portlet-part-param.d.ts +0 -7
  109. package/out/control/dashboard/idbapp-menu-portlet-part-param.js +0 -1
  110. package/out/control/dashboard/idbapp-view-portlet-part-param.d.ts +0 -7
  111. package/out/control/dashboard/idbapp-view-portlet-part-param.js +0 -1
  112. package/out/control/dashboard/idbcontainer-portlet-part-param.d.ts +0 -7
  113. package/out/control/dashboard/idbcontainer-portlet-part-param.js +0 -1
  114. package/out/control/dashboard/idbportlet-part-param.d.ts +0 -7
  115. package/out/control/dashboard/idbportlet-part-param.js +0 -1
  116. package/out/control/dashboard/idbraw-item-portlet-part-param.d.ts +0 -7
  117. package/out/control/dashboard/idbraw-item-portlet-part-param.js +0 -1
  118. package/out/control/dashboard/idbsys-portlet-part-param.d.ts +0 -7
  119. package/out/control/dashboard/idbsys-portlet-part-param.js +0 -1
  120. package/out/control/dashboard/isys-dashboard-param.d.ts +0 -7
  121. package/out/control/dashboard/isys-dashboard-param.js +0 -1
  122. package/out/control/datainfobar/idata-info-bar-param.d.ts +0 -7
  123. package/out/control/datainfobar/idata-info-bar-param.js +0 -1
  124. package/out/control/dataview/idedata-view-handler.d.ts +0 -7
  125. package/out/control/dataview/idedata-view-handler.js +0 -1
  126. package/out/control/dataview/idedata-view-param.d.ts +0 -7
  127. package/out/control/dataview/idedata-view-param.js +0 -1
  128. package/out/control/dataview/idekanban-handler.d.ts +0 -7
  129. package/out/control/dataview/idekanban-handler.js +0 -1
  130. package/out/control/dataview/idekanban-param.d.ts +0 -7
  131. package/out/control/dataview/idekanban-param.js +0 -1
  132. package/out/control/drctrl/idedrbar-param.d.ts +0 -7
  133. package/out/control/drctrl/idedrbar-param.js +0 -1
  134. package/out/control/drctrl/idedrctrl-param.d.ts +0 -7
  135. package/out/control/drctrl/idedrctrl-param.js +0 -1
  136. package/out/control/drctrl/idedrtab-param.d.ts +0 -7
  137. package/out/control/drctrl/idedrtab-param.js +0 -1
  138. package/out/control/expbar/icalendar-exp-bar-param.d.ts +0 -7
  139. package/out/control/expbar/icalendar-exp-bar-param.js +0 -1
  140. package/out/control/expbar/ichart-exp-bar-param.d.ts +0 -7
  141. package/out/control/expbar/ichart-exp-bar-param.js +0 -1
  142. package/out/control/expbar/idata-view-exp-bar-param.d.ts +0 -7
  143. package/out/control/expbar/idata-view-exp-bar-param.js +0 -1
  144. package/out/control/expbar/iexp-bar-param.d.ts +0 -7
  145. package/out/control/expbar/iexp-bar-param.js +0 -1
  146. package/out/control/expbar/igantt-exp-bar-param.d.ts +0 -7
  147. package/out/control/expbar/igantt-exp-bar-param.js +0 -1
  148. package/out/control/expbar/igrid-exp-bar-param.d.ts +0 -7
  149. package/out/control/expbar/igrid-exp-bar-param.js +0 -1
  150. package/out/control/expbar/ilist-exp-bar-param.d.ts +0 -7
  151. package/out/control/expbar/ilist-exp-bar-param.js +0 -1
  152. package/out/control/expbar/imap-exp-bar-param.d.ts +0 -7
  153. package/out/control/expbar/imap-exp-bar-param.js +0 -1
  154. package/out/control/expbar/itab-exp-panel-param.d.ts +0 -7
  155. package/out/control/expbar/itab-exp-panel-param.js +0 -1
  156. package/out/control/expbar/itree-exp-bar-param.d.ts +0 -7
  157. package/out/control/expbar/itree-exp-bar-param.js +0 -1
  158. package/out/control/expbar/iwfexp-bar-param.d.ts +0 -7
  159. package/out/control/expbar/iwfexp-bar-param.js +0 -1
  160. package/out/control/form/ideedit-form-handler.d.ts +0 -7
  161. package/out/control/form/ideedit-form-handler.js +0 -1
  162. package/out/control/form/ideedit-form-param.d.ts +0 -15
  163. package/out/control/form/ideedit-form-param.js +0 -1
  164. package/out/control/form/ideform-param.d.ts +0 -7
  165. package/out/control/form/ideform-param.js +0 -1
  166. package/out/control/form/idesearch-form-handler.d.ts +0 -7
  167. package/out/control/form/idesearch-form-handler.js +0 -1
  168. package/out/control/form/idesearch-form-param.d.ts +0 -7
  169. package/out/control/form/idesearch-form-param.js +0 -1
  170. package/out/control/form/idewizard-edit-form-param.d.ts +0 -15
  171. package/out/control/form/idewizard-edit-form-param.js +0 -1
  172. package/out/control/grid/idegrid-handler.d.ts +0 -7
  173. package/out/control/grid/idegrid-handler.js +0 -1
  174. package/out/control/grid/idegrid-param.d.ts +0 -7
  175. package/out/control/grid/idegrid-param.js +0 -1
  176. package/out/control/grid/idemulti-edit-view-panel-param.d.ts +0 -7
  177. package/out/control/grid/idemulti-edit-view-panel-param.js +0 -1
  178. package/out/control/grid/idetree-grid-param.d.ts +0 -7
  179. package/out/control/grid/idetree-grid-param.js +0 -1
  180. package/out/control/iajax-control-param.d.ts +0 -20
  181. package/out/control/iajax-control-param.js +0 -1
  182. package/out/control/imdajax-control-param.d.ts +0 -7
  183. package/out/control/imdajax-control-param.js +0 -1
  184. package/out/control/isdajax-control-param.d.ts +0 -7
  185. package/out/control/isdajax-control-param.js +0 -1
  186. package/out/control/list/idelist-handler.d.ts +0 -7
  187. package/out/control/list/idelist-handler.js +0 -1
  188. package/out/control/list/idelist-param.d.ts +0 -7
  189. package/out/control/list/idelist-param.js +0 -1
  190. package/out/control/list/idemob-mdctrl-param.d.ts +0 -7
  191. package/out/control/list/idemob-mdctrl-param.js +0 -1
  192. package/out/control/map/imap-param.d.ts +0 -7
  193. package/out/control/map/imap-param.js +0 -1
  194. package/out/control/map/isys-map-param.d.ts +0 -7
  195. package/out/control/map/isys-map-param.js +0 -1
  196. package/out/control/menu/iapp-menu-param.d.ts +0 -7
  197. package/out/control/menu/iapp-menu-param.js +0 -1
  198. package/out/control/menu/icontext-menu-param.d.ts +0 -14
  199. package/out/control/menu/icontext-menu-param.js +0 -1
  200. package/out/control/panel/ipanel-handler.d.ts +0 -7
  201. package/out/control/panel/ipanel-handler.js +0 -1
  202. package/out/control/panel/isys-panel-handler.d.ts +0 -7
  203. package/out/control/panel/isys-panel-handler.js +0 -1
  204. package/out/control/toolbar/idecontext-menu-param.d.ts +0 -9
  205. package/out/control/toolbar/idecontext-menu-param.js +0 -1
  206. package/out/control/toolbar/idetoolbar-param.d.ts +0 -14
  207. package/out/control/toolbar/idetoolbar-param.js +0 -1
  208. package/out/control/tree/idegantt-param.d.ts +0 -7
  209. package/out/control/tree/idegantt-param.js +0 -1
  210. package/out/control/tree/idetree-grid-ex-param.d.ts +0 -7
  211. package/out/control/tree/idetree-grid-ex-param.js +0 -1
  212. package/out/control/tree/idetree-handler.d.ts +0 -7
  213. package/out/control/tree/idetree-handler.js +0 -1
  214. package/out/control/tree/idetree-param.d.ts +0 -7
  215. package/out/control/tree/idetree-param.js +0 -1
  216. package/out/control/viewpanel/idetab-view-panel-param.d.ts +0 -32
  217. package/out/control/viewpanel/idetab-view-panel-param.js +0 -1
  218. package/out/control/viewpanel/ideview-panel-param.d.ts +0 -7
  219. package/out/control/viewpanel/ideview-panel-param.js +0 -1
  220. package/out/control/wizardpanel/idestate-wizard-panel-param.d.ts +0 -7
  221. package/out/control/wizardpanel/idestate-wizard-panel-param.js +0 -1
  222. package/out/control/wizardpanel/idewizard-panel-param.d.ts +0 -7
  223. package/out/control/wizardpanel/idewizard-panel-param.js +0 -1
  224. package/out/control/wizardpanel/iwizard-panel-param.d.ts +0 -7
  225. package/out/control/wizardpanel/iwizard-panel-param.js +0 -1
  226. package/out/dataentity/logic/idecancel-wflogic.d.ts +0 -23
  227. package/out/dataentity/logic/idecancel-wflogic.js +0 -1
  228. package/src/app/isub-app-ref.ts +0 -48
  229. package/src/control/ajax/iajax-control-handler.ts +0 -48
  230. package/src/control/ajax/imdajax-control-handler.ts +0 -31
  231. package/src/control/ajax/isdajax-control-handler.ts +0 -8
  232. package/src/control/calendar/icalendar-param.ts +0 -8
  233. package/src/control/calendar/isys-calendar-param.ts +0 -8
  234. package/src/control/captionbar/icaption-bar-param.ts +0 -8
  235. package/src/control/chart/idechart-handler.ts +0 -8
  236. package/src/control/chart/idechart-param.ts +0 -8
  237. package/src/control/counter/idedrcounter.ts +0 -8
  238. package/src/control/custom/icustom-control-handler.ts +0 -8
  239. package/src/control/custom/icustom-control-param.ts +0 -8
  240. package/src/control/dashboard/idashboard-param.ts +0 -8
  241. package/src/control/dashboard/idbapp-menu-portlet-part-param.ts +0 -8
  242. package/src/control/dashboard/idbapp-view-portlet-part-param.ts +0 -8
  243. package/src/control/dashboard/idbcontainer-portlet-part-param.ts +0 -8
  244. package/src/control/dashboard/idbportlet-part-param.ts +0 -8
  245. package/src/control/dashboard/idbraw-item-portlet-part-param.ts +0 -8
  246. package/src/control/dashboard/idbsys-portlet-part-param.ts +0 -8
  247. package/src/control/dashboard/isys-dashboard-param.ts +0 -8
  248. package/src/control/datainfobar/idata-info-bar-param.ts +0 -8
  249. package/src/control/dataview/idedata-view-handler.ts +0 -8
  250. package/src/control/dataview/idedata-view-param.ts +0 -8
  251. package/src/control/dataview/idekanban-handler.ts +0 -8
  252. package/src/control/dataview/idekanban-param.ts +0 -8
  253. package/src/control/drctrl/idedrbar-param.ts +0 -8
  254. package/src/control/drctrl/idedrctrl-param.ts +0 -8
  255. package/src/control/drctrl/idedrtab-param.ts +0 -8
  256. package/src/control/expbar/icalendar-exp-bar-param.ts +0 -8
  257. package/src/control/expbar/ichart-exp-bar-param.ts +0 -8
  258. package/src/control/expbar/idata-view-exp-bar-param.ts +0 -8
  259. package/src/control/expbar/iexp-bar-param.ts +0 -8
  260. package/src/control/expbar/igantt-exp-bar-param.ts +0 -8
  261. package/src/control/expbar/igrid-exp-bar-param.ts +0 -8
  262. package/src/control/expbar/ilist-exp-bar-param.ts +0 -8
  263. package/src/control/expbar/imap-exp-bar-param.ts +0 -8
  264. package/src/control/expbar/itab-exp-panel-param.ts +0 -8
  265. package/src/control/expbar/itree-exp-bar-param.ts +0 -8
  266. package/src/control/expbar/iwfexp-bar-param.ts +0 -8
  267. package/src/control/form/ideedit-form-handler.ts +0 -8
  268. package/src/control/form/ideedit-form-param.ts +0 -16
  269. package/src/control/form/ideform-param.ts +0 -8
  270. package/src/control/form/idesearch-form-handler.ts +0 -8
  271. package/src/control/form/idesearch-form-param.ts +0 -8
  272. package/src/control/form/idewizard-edit-form-param.ts +0 -16
  273. package/src/control/grid/idegrid-handler.ts +0 -8
  274. package/src/control/grid/idegrid-param.ts +0 -8
  275. package/src/control/grid/idemulti-edit-view-panel-param.ts +0 -8
  276. package/src/control/grid/idetree-grid-param.ts +0 -8
  277. package/src/control/iajax-control-param.ts +0 -22
  278. package/src/control/imdajax-control-param.ts +0 -8
  279. package/src/control/isdajax-control-param.ts +0 -8
  280. package/src/control/list/idelist-handler.ts +0 -8
  281. package/src/control/list/idelist-param.ts +0 -8
  282. package/src/control/list/idemob-mdctrl-param.ts +0 -8
  283. package/src/control/map/imap-param.ts +0 -8
  284. package/src/control/map/isys-map-param.ts +0 -8
  285. package/src/control/menu/iapp-menu-param.ts +0 -8
  286. package/src/control/menu/icontext-menu-param.ts +0 -15
  287. package/src/control/panel/ipanel-handler.ts +0 -8
  288. package/src/control/panel/isys-panel-handler.ts +0 -8
  289. package/src/control/toolbar/idecontext-menu-param.ts +0 -11
  290. package/src/control/toolbar/idetoolbar-param.ts +0 -15
  291. package/src/control/tree/idegantt-param.ts +0 -8
  292. package/src/control/tree/idetree-grid-ex-param.ts +0 -8
  293. package/src/control/tree/idetree-handler.ts +0 -8
  294. package/src/control/tree/idetree-param.ts +0 -8
  295. package/src/control/viewpanel/idetab-view-panel-param.ts +0 -36
  296. package/src/control/viewpanel/ideview-panel-param.ts +0 -8
  297. package/src/control/wizardpanel/idestate-wizard-panel-param.ts +0 -8
  298. package/src/control/wizardpanel/idewizard-panel-param.ts +0 -8
  299. package/src/control/wizardpanel/iwizard-panel-param.ts +0 -8
  300. package/src/dataentity/logic/idecancel-wflogic.ts +0 -25
@@ -26,13 +26,6 @@ export interface IAppPortlet extends IModelObject {
26
26
  * 来源 getPSAppPortletCat
27
27
  */
28
28
  appPortletCat?: IAppPortletCat;
29
- /**
30
- * 控件对象
31
- *
32
- * @type {string}
33
- * 来源 getPSControl
34
- */
35
- controlId?: string;
36
29
  /**
37
30
  * 支持应用全局数据看板
38
31
  * @type {boolean}
@@ -10,7 +10,6 @@ import { IAppDEPrint } from './iapp-deprint';
10
10
  import { IAppDERS } from './iapp-ders';
11
11
  import { IAppDEUIAction } from './iapp-deuiaction';
12
12
  import { IAppDEUILogic } from './iapp-deuilogic';
13
- import { IDER1N } from '../../dataentity/der/ider1-n';
14
13
  import { IDEMainState } from '../../dataentity/mainstate/idemain-state';
15
14
  import { IDEOPPriv } from '../../dataentity/priv/ideoppriv';
16
15
  import { ILanguageRes } from '../../res/ilanguage-res';
@@ -125,6 +124,18 @@ export interface IAppDataEntity extends IModelObject {
125
124
  * 来源 getCodeName2
126
125
  */
127
126
  codeName2?: string;
127
+ /**
128
+ * 实体服务接口代码标识
129
+ * @type {string}
130
+ * 来源 getDEAPICodeName
131
+ */
132
+ deapicodeName?: string;
133
+ /**
134
+ * 实体服务接口代码标识2(复数)
135
+ * @type {string}
136
+ * 来源 getDEAPICodeName2
137
+ */
138
+ deapicodeName2?: string;
128
139
  /**
129
140
  * 实体服务接口标记
130
141
  * @type {string}
@@ -249,13 +260,6 @@ export interface IAppDataEntity extends IModelObject {
249
260
  * 来源 getOrgIdPSAppDEField
250
261
  */
251
262
  orgIdAppDEFieldId?: string;
252
- /**
253
- * 控制实体关系
254
- *
255
- * @type {IDER1N}
256
- * 来源 getPSDER1N
257
- */
258
- der1N?: IDER1N;
259
263
  /**
260
264
  * 系统图片资源
261
265
  *
@@ -270,6 +274,12 @@ export interface IAppDataEntity extends IModelObject {
270
274
  * 来源 getQuickSearchPSAppDEFields
271
275
  */
272
276
  quickSearchAppDEFieldIds?: string[];
277
+ /**
278
+ * 请求路径集合
279
+ *
280
+ * 来源 getRequestPaths
281
+ */
282
+ requestPaths?: string[];
273
283
  /**
274
284
  * 本地存储模式
275
285
  * @description 值模式 [应用实体存储模式] {0:仅远程存储、 1:仅本地存储、 3:本地及远程存储、 4:DTO成员(无存储) }
@@ -309,24 +319,6 @@ export interface IAppDataEntity extends IModelObject {
309
319
  * 来源 isEnableTempData
310
320
  */
311
321
  enableTempData?: boolean;
312
- /**
313
- * 支持界面建立
314
- * @type {boolean}
315
- * 来源 isEnableUICreate
316
- */
317
- enableUICreate?: boolean;
318
- /**
319
- * 支持界面修改
320
- * @type {boolean}
321
- * 来源 isEnableUIModify
322
- */
323
- enableUIModify?: boolean;
324
- /**
325
- * 支持界面删除
326
- * @type {boolean}
327
- * 来源 isEnableUIRemove
328
- */
329
- enableUIRemove?: boolean;
330
322
  /**
331
323
  * 提供工作流相关行为
332
324
  * @type {boolean}
@@ -85,20 +85,6 @@ export interface IAppDEField extends IDEFieldBase {
85
85
  * 来源 getValueFormat
86
86
  */
87
87
  valueFormat?: string;
88
- /**
89
- * 数据类型属性
90
- * @type {boolean}
91
- * @default false
92
- * 来源 isDataTypeField
93
- */
94
- dataTypeField?: boolean;
95
- /**
96
- * 仅支持前端
97
- * @type {boolean}
98
- * @default false
99
- * 来源 isEnableFrontOnly
100
- */
101
- enableFrontOnly?: boolean;
102
88
  /**
103
89
  * 支持快速搜索
104
90
  * @type {boolean}
@@ -106,18 +92,4 @@ export interface IAppDEField extends IDEFieldBase {
106
92
  * 来源 isEnableQuickSearch
107
93
  */
108
94
  enableQuickSearch?: boolean;
109
- /**
110
- * 主键属性
111
- * @type {boolean}
112
- * @default false
113
- * 来源 isKeyField
114
- */
115
- keyField?: boolean;
116
- /**
117
- * 主信息属性
118
- * @type {boolean}
119
- * @default false
120
- * 来源 isMajorField
121
- */
122
- majorField?: boolean;
123
95
  }
@@ -53,6 +53,12 @@ export interface IAppDEMethod extends IModelObject {
53
53
  * 来源 getRequestField
54
54
  */
55
55
  requestField?: string;
56
+ /**
57
+ * 完整请求路径集合
58
+ *
59
+ * 来源 getRequestFullPaths
60
+ */
61
+ requestFullPaths?: string[];
56
62
  /**
57
63
  * 请求方式
58
64
  * @description 值模式 [REST请求方式] {GET:GET、 HEAD:HEAD、 POST:POST、 PUT:PUT、 PATCH:PATCH、 DELETE:DELETE、 OPTIONS:OPTIONS、 TRACE:TRACE }
@@ -70,10 +70,10 @@ export interface IApplicationLogic extends IModelObject {
70
70
  timer?: number;
71
71
  /**
72
72
  * 触发器类型
73
- * @description 值模式 [界面逻辑触发类型] {TIMER:定时器触发、 CTRLEVENT:部件事件触发、 VIEWEVENT:视图事件触发、 APPEVENT:应用事件触发、 CUSTOM:只挂接(外部调用) }
74
- * @type {( string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'CUSTOM')}
73
+ * @description 值模式 [界面逻辑触发类型] {TIMER:定时器触发、 CTRLEVENT:部件事件触发、 VIEWEVENT:视图事件触发、 APPEVENT:应用事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
74
+ * @type {( string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
75
75
  * @default APPEVENT
76
76
  * 来源 getTriggerType
77
77
  */
78
- triggerType?: string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'CUSTOM';
78
+ triggerType?: string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE';
79
79
  }
@@ -2,7 +2,6 @@ import { IAppMethodDTO } from './iapp-method-dto';
2
2
  import { IAppResource } from './iapp-resource';
3
3
  import { IAppUtilPage } from './iapp-util-page';
4
4
  import { IApplicationLogic } from './iapplication-logic';
5
- import { IAppCodeList } from './codelist/iapp-code-list';
6
5
  import { IAppPortlet } from './control/iapp-portlet';
7
6
  import { IAppPortletCat } from './control/iapp-portlet-cat';
8
7
  import { IAppDEUIAction } from './dataentity/iapp-deuiaction';
@@ -29,13 +28,6 @@ export interface IApplication extends IModelObject {
29
28
  * 来源 getAllAccessKeys
30
29
  */
31
30
  accessKeys?: string[];
32
- /**
33
- * 应用代码表集合
34
- *
35
- * @type {IAppCodeList[]}
36
- * 来源 getAllPSAppCodeLists
37
- */
38
- appCodeLists?: IAppCodeList[];
39
31
  /**
40
32
  * 应用界面行为集合
41
33
  *
@@ -197,19 +189,6 @@ export interface IApplication extends IModelObject {
197
189
  * 来源 getCodeName
198
190
  */
199
191
  codeName?: string;
200
- /**
201
- * 默认应用
202
- * @type {boolean}
203
- * 来源 getDefaultFlag
204
- */
205
- defaultFlag?: boolean;
206
- /**
207
- * 启动首页视图
208
- *
209
- * @type {string}
210
- * 来源 getDefaultPSAppIndexView
211
- */
212
- defaultAppIndexViewId?: string;
213
192
  /**
214
193
  * 模型引擎版本
215
194
  * @type {number}
@@ -7,11 +7,4 @@ import { IAppView } from './iapp-view';
7
7
  * @interface IAppPortalView
8
8
  */
9
9
  export interface IAppPortalView extends IAppView, IAppMobView {
10
- /**
11
- * 应用起始视图
12
- * @type {boolean}
13
- * @default false
14
- * 来源 isDefaultPage
15
- */
16
- defaultPage?: boolean;
17
10
  }
@@ -10,6 +10,12 @@ export interface IAppViewLogic extends IModelObject {
10
10
  * 内建应用逻辑
11
11
  */
12
12
  builtinAppUILogic?: IAppUILogic;
13
+ /**
14
+ * 注入属性名称
15
+ * @type {string}
16
+ * 来源 getAttrName
17
+ */
18
+ attrName?: string;
13
19
  /**
14
20
  * 事件参数
15
21
  * @type {string}
@@ -28,6 +34,12 @@ export interface IAppViewLogic extends IModelObject {
28
34
  * 来源 getEventNames
29
35
  */
30
36
  eventNames?: string;
37
+ /**
38
+ * 子项名称
39
+ * @type {string}
40
+ * 来源 getItemName
41
+ */
42
+ itemName?: string;
31
43
  /**
32
44
  * 逻辑标记
33
45
  * @type {string}
@@ -42,11 +54,11 @@ export interface IAppViewLogic extends IModelObject {
42
54
  logicParam2?: string;
43
55
  /**
44
56
  * 逻辑触发
45
- * @description 值模式 [实体视图逻辑类型] {TIMER:定时器触发、 VIEWEVENT:视图事件触发、 CTRLEVENT:部件事件触发、 CUSTOM:只挂接(外部调用) }
46
- * @type {( string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'CUSTOM')}
57
+ * @description 值模式 [实体视图逻辑类型] {TIMER:定时器触发、 VIEWEVENT:视图事件触发、 CTRLEVENT:部件事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:只挂接(外部调用)、 VUE_DIRECTIVE:VUE指令 }
58
+ * @type {( string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
47
59
  * 来源 getLogicTrigger
48
60
  */
49
- logicTrigger?: string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'CUSTOM';
61
+ logicTrigger?: string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE';
50
62
  /**
51
63
  * 触发逻辑类型
52
64
  * @type {string}
@@ -106,7 +118,7 @@ export interface IAppViewLogic extends IModelObject {
106
118
  * @type {string}
107
119
  * 来源 getPSViewCtrlName
108
120
  */
109
- viewCtrlName?: string;
121
+ ctrlName?: string;
110
122
  /**
111
123
  * 脚本代码
112
124
  * @type {string}
@@ -147,13 +147,6 @@ export interface ICodeList extends IModelObject {
147
147
  * 来源 isEnableCache
148
148
  */
149
149
  enableCache?: boolean;
150
- /**
151
- * 模块实例代码表
152
- * @type {boolean}
153
- * @default false
154
- * 来源 isModuleInstCodeList
155
- */
156
- moduleInstCodeList?: boolean;
157
150
  /**
158
151
  * 子系统以云服务方式提供
159
152
  * @type {boolean}
@@ -161,13 +154,6 @@ export interface ICodeList extends IModelObject {
161
154
  * 来源 isSubSysAsCloud
162
155
  */
163
156
  subSysAsCloud?: boolean;
164
- /**
165
- * 子系统代码表
166
- * @type {boolean}
167
- * @default false
168
- * 来源 isSubSysCodeList
169
- */
170
- subSysCodeList?: boolean;
171
157
  /**
172
158
  * 阈值组
173
159
  * @type {boolean}
@@ -175,11 +161,4 @@ export interface ICodeList extends IModelObject {
175
161
  * 来源 isThresholdGroup
176
162
  */
177
163
  thresholdGroup?: boolean;
178
- /**
179
- * 用户范围
180
- * @type {boolean}
181
- * @default false
182
- * 来源 isUserScope
183
- */
184
- userScope?: boolean;
185
164
  }
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IDBPortletPart } from './idbportlet-part';
3
2
  /**
4
3
  *
@@ -6,5 +5,4 @@ import { IDBPortletPart } from './idbportlet-part';
6
5
  * @export
7
6
  * @interface IDBRawItemPortletPart
8
7
  */
9
- export interface IDBRawItemPortletPart extends IDBPortletPart, IRawItem {
10
- }
8
+ export type IDBRawItemPortletPart = IDBPortletPart;
@@ -12,11 +12,4 @@ export interface ICodeListEditor extends IEditor {
12
12
  * 来源 getPSAppCodeList
13
13
  */
14
14
  appCodeListId?: string;
15
- /**
16
- * 值为数组形式
17
- * @type {boolean}
18
- * @default false
19
- * 来源 isArray
20
- */
21
- array?: boolean;
22
15
  }
@@ -54,4 +54,11 @@ export interface IDEFormButton extends IDEFormDetail, IUIActionItem, INavigatePa
54
54
  * 来源 getTooltip
55
55
  */
56
56
  tooltip?: string;
57
+ /**
58
+ * 界面行为操作目标
59
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
60
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
61
+ * 来源 getUIActionTarget
62
+ */
63
+ uiactionTarget?: string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE';
57
64
  }
@@ -1,4 +1,3 @@
1
- import { IAppView } from '../../app/view/iapp-view';
2
1
  import { INavigateParamContainer } from '../inavigate-param-container';
3
2
  import { IDEFormDetail } from './ideform-detail';
4
3
  /**
@@ -11,10 +10,10 @@ export interface IDEFormDRUIPart extends IDEFormDetail, INavigateParamContainer
11
10
  /**
12
11
  * 嵌入视图
13
12
  *
14
- * @type {IAppView}
13
+ * @type {string}
15
14
  * 来源 getPSAppView
16
15
  */
17
- appView?: IAppView;
16
+ appViewId?: string;
18
17
  /**
19
18
  * 调用表单项更新
20
19
  *
@@ -154,12 +154,6 @@ export interface IDEFormItem extends IDEFormDetail, IEditorContainer {
154
154
  * 来源 getPSSysImage
155
155
  */
156
156
  sysImage?: ISysImage;
157
- /**
158
- * 重置项名称
159
- * @type {string}
160
- * 来源 getResetItemName
161
- */
162
- resetItemName?: string;
163
157
  /**
164
158
  * 重置项名称集合
165
159
  *
@@ -44,11 +44,11 @@ export interface IDEFormMDCtrl extends IDEFormDetail, IDEFormGroupBase {
44
44
  */
45
45
  appDEFieldId?: string;
46
46
  /**
47
- * 重置项名称
48
- * @type {string}
49
- * 来源 getResetItemName
47
+ * 重置项名称集合
48
+ *
49
+ * 来源 getResetItemNames
50
50
  */
51
- resetItemName?: string;
51
+ resetItemNames?: string[];
52
52
  /**
53
53
  * 1:1数据表单
54
54
  * @type {boolean}
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IDEFormDetail } from './ideform-detail';
3
2
  /**
4
3
  *
@@ -6,5 +5,4 @@ import { IDEFormDetail } from './ideform-detail';
6
5
  * @export
7
6
  * @interface IDEFormRawItem
8
7
  */
9
- export interface IDEFormRawItem extends IDEFormDetail, IRawItem {
10
- }
8
+ export type IDEFormRawItem = IDEFormDetail;
@@ -6,6 +6,12 @@ import { IDEFormDetail } from './ideform-detail';
6
6
  * @interface IDEFormUserControl
7
7
  */
8
8
  export interface IDEFormUserControl extends IDEFormDetail {
9
+ /**
10
+ * 部件参数集合
11
+ * @type {IModel}
12
+ * 来源 getCtrlParams
13
+ */
14
+ ctrlParams?: IModel;
9
15
  /**
10
16
  * 预置类型
11
17
  * @type {string}
@@ -66,12 +66,6 @@ export interface IDEGridEditItem extends IEditorContainer {
66
66
  * 来源 getPSDEGridEditItemUpdate
67
67
  */
68
68
  degridEditItemUpdateId?: string;
69
- /**
70
- * 重置项名称
71
- * @type {string}
72
- * 来源 getResetItemName
73
- */
74
- resetItemName?: string;
75
69
  /**
76
70
  * 单位名称
77
71
  * @type {string}
@@ -5,6 +5,12 @@ import { IModelObject } from '../imodel-object';
5
5
  * @interface IControlLogic
6
6
  */
7
7
  export interface IControlLogic extends IModelObject {
8
+ /**
9
+ * 注入属性名称
10
+ * @type {string}
11
+ * 来源 getAttrName
12
+ */
13
+ attrName?: string;
8
14
  /**
9
15
  * 事件参数
10
16
  * @type {string}
@@ -23,6 +29,12 @@ export interface IControlLogic extends IModelObject {
23
29
  * 来源 getEventNames
24
30
  */
25
31
  eventNames?: string;
32
+ /**
33
+ * 子项名称
34
+ * @type {string}
35
+ * 来源 getItemName
36
+ */
37
+ itemName?: string;
26
38
  /**
27
39
  * 逻辑标记
28
40
  * @type {string}
@@ -11,16 +11,4 @@ export interface IControlParam extends IModelObject {
11
11
  * 来源 getCtrlParams
12
12
  */
13
13
  ctrlParams?: IModel;
14
- /**
15
- * 高度
16
- * @type {number}
17
- * 来源 getHeight
18
- */
19
- height?: number;
20
- /**
21
- * 宽度
22
- * @type {number}
23
- * 来源 getWidth
24
- */
25
- width?: number;
26
14
  }
@@ -46,4 +46,18 @@ export interface IRawItemBase extends IModelObject {
46
46
  * 来源 getPredefinedType
47
47
  */
48
48
  predefinedType?: string;
49
+ /**
50
+ * 内容高度
51
+ * @type {number}
52
+ * @default 0.0
53
+ * 来源 getRawItemHeight
54
+ */
55
+ rawItemHeight?: number;
56
+ /**
57
+ * 内容宽度
58
+ * @type {number}
59
+ * @default 0.0
60
+ * 来源 getRawItemWidth
61
+ */
62
+ rawItemWidth?: number;
49
63
  }
@@ -1,5 +1,4 @@
1
1
  import { IRawItemBase } from './iraw-item-base';
2
- import { ISysImage } from '../res/isys-image';
3
2
  import { IModelObject } from '../imodel-object';
4
3
  /**
5
4
  *
@@ -8,13 +7,6 @@ import { IModelObject } from '../imodel-object';
8
7
  * @interface IRawItemContainer
9
8
  */
10
9
  export interface IRawItemContainer extends IModelObject {
11
- /**
12
- * 内容类型
13
- * @description 值模式 [直接内容类型] {RAW:直接内容、 HTML:Html内容、 IMAGE:图片、 MARKDOWN:Markdown、 VIDEO:视频、 PLACEHOLDER:占位、 DIVIDER:分割线、 INFO:常规提示、 WARNING:警告提示、 ERROR:错误提示、 USER:用户自定义、 USER2:用户自定义2 }
14
- * @type {( string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2')}
15
- * 来源 getContentType
16
- */
17
- contentType?: string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2';
18
10
  /**
19
11
  * 直接内容对象
20
12
  *
@@ -22,25 +14,4 @@ export interface IRawItemContainer extends IModelObject {
22
14
  * 来源 getPSRawItem
23
15
  */
24
16
  rawItem?: IRawItemBase;
25
- /**
26
- * 图片内容
27
- *
28
- * @type {ISysImage}
29
- * 来源 getPSSysImage
30
- */
31
- sysImage?: ISysImage;
32
- /**
33
- * 直接项高度
34
- * @type {number}
35
- * @default 0.0
36
- * 来源 getRawItemHeight
37
- */
38
- rawItemHeight?: number;
39
- /**
40
- * 直接项宽度
41
- * @type {number}
42
- * @default 0.0
43
- * 来源 getRawItemWidth
44
- */
45
- rawItemWidth?: number;
46
17
  }
@@ -114,13 +114,6 @@ export interface IAppMenuItem extends IMenuItem, ILayoutContainer, ILayoutItem,
114
114
  * 来源 isOpenDefault
115
115
  */
116
116
  openDefault?: boolean;
117
- /**
118
- * 分隔栏
119
- * @type {boolean}
120
- * @default false
121
- * 来源 isSeperator
122
- */
123
- seperator?: boolean;
124
117
  /**
125
118
  * 启用
126
119
  * @type {boolean}
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IAppMenuItem } from './iapp-menu-item';
3
2
  /**
4
3
  *
@@ -6,5 +5,4 @@ import { IAppMenuItem } from './iapp-menu-item';
6
5
  * @export
7
6
  * @interface IAppMenuRawItem
8
7
  */
9
- export interface IAppMenuRawItem extends IAppMenuItem, IRawItem {
10
- }
8
+ export type IAppMenuRawItem = IAppMenuItem;
@@ -34,4 +34,11 @@ export interface IPanelButton extends IPanelItem, IUIActionItem, IButtonBase {
34
34
  * 来源 getTooltip
35
35
  */
36
36
  tooltip?: string;
37
+ /**
38
+ * 界面行为操作目标
39
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
40
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
41
+ * 来源 getUIActionTarget
42
+ */
43
+ uiactionTarget?: string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE';
37
44
  }
@@ -37,11 +37,11 @@ export interface IPanelLogic extends IAppViewLogic {
37
37
  logicName?: string;
38
38
  /**
39
39
  * 逻辑触发
40
- * @description 值模式 [系统面板逻辑类型] {TIMER:定时器触发、 PANELEVENT:面板事件触发、 CTRLEVENT:部件事件触发、 CUSTOM:自定义 }
41
- * @type {( string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'CUSTOM')}
40
+ * @description 值模式 [系统面板逻辑类型] {TIMER:定时器触发、 PANELEVENT:面板事件触发、 CTRLEVENT:部件事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
41
+ * @type {( string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
42
42
  * 来源 getLogicTrigger
43
43
  */
44
- logicTrigger?: string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'CUSTOM';
44
+ logicTrigger?: string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE';
45
45
  /**
46
46
  * 触发逻辑类型
47
47
  * @description 值模式 [云实体视图触发逻辑类型2] {DEUILOGIC:实体界面逻辑、 SYSVIEWLOGIC:系统预置界面逻辑、 DEUIACTION:界面行为、 PFPLUGIN:前端扩展插件、 SCRIPT:脚本代码 }
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IPanelItem } from './ipanel-item';
3
2
  /**
4
3
  *
@@ -6,23 +5,4 @@ import { IPanelItem } from './ipanel-item';
6
5
  * @export
7
6
  * @interface IPanelRawItem
8
7
  */
9
- export interface IPanelRawItem extends IPanelItem, IRawItem {
10
- /**
11
- * 内容类型
12
- * @type {string}
13
- * 来源 getContentType
14
- */
15
- contentType?: string;
16
- /**
17
- * Html内容
18
- * @type {string}
19
- * 来源 getHtmlContent
20
- */
21
- htmlContent?: string;
22
- /**
23
- * 直接内容
24
- * @type {string}
25
- * 来源 getRawContent
26
- */
27
- rawContent?: string;
28
- }
8
+ export type IPanelRawItem = IPanelItem;
@@ -6,6 +6,12 @@ import { IPanelItem } from './ipanel-item';
6
6
  * @interface IPanelUserControl
7
7
  */
8
8
  export interface IPanelUserControl extends IPanelItem {
9
+ /**
10
+ * 部件参数集合
11
+ * @type {IModel}
12
+ * 来源 getCtrlParams
13
+ */
14
+ ctrlParams?: IModel;
9
15
  /**
10
16
  * 预置类型
11
17
  * @type {string}
@@ -9,13 +9,6 @@ import { IPanelItem } from './ipanel-item';
9
9
  * @interface IPanel
10
10
  */
11
11
  export interface IPanel extends IControl, IControlContainer, ILayoutContainer {
12
- /**
13
- * 面板字段项集合
14
- *
15
- * @type {string[]}
16
- * 来源 getAllPSPanelFields
17
- */
18
- panelFieldIds?: string[];
19
12
  /**
20
13
  * 代码标识
21
14
  * @type {string}