@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
@@ -7,12 +7,4 @@ import { IAppView } from './iapp-view';
7
7
  * @export
8
8
  * @interface IAppPortalView
9
9
  */
10
- export interface IAppPortalView extends IAppView, IAppMobView {
11
- /**
12
- * 应用起始视图
13
- * @type {boolean}
14
- * @default false
15
- * 来源 isDefaultPage
16
- */
17
- defaultPage?: boolean;
18
- }
10
+ export interface IAppPortalView extends IAppView, IAppMobView {}
@@ -12,6 +12,13 @@ export interface IAppViewLogic extends IModelObject {
12
12
  */
13
13
  builtinAppUILogic?: IAppUILogic;
14
14
 
15
+ /**
16
+ * 注入属性名称
17
+ * @type {string}
18
+ * 来源 getAttrName
19
+ */
20
+ attrName?: string;
21
+
15
22
  /**
16
23
  * 事件参数
17
24
  * @type {string}
@@ -33,6 +40,13 @@ export interface IAppViewLogic extends IModelObject {
33
40
  */
34
41
  eventNames?: string;
35
42
 
43
+ /**
44
+ * 子项名称
45
+ * @type {string}
46
+ * 来源 getItemName
47
+ */
48
+ itemName?: string;
49
+
36
50
  /**
37
51
  * 逻辑标记
38
52
  * @type {string}
@@ -49,11 +63,21 @@ export interface IAppViewLogic extends IModelObject {
49
63
 
50
64
  /**
51
65
  * 逻辑触发
52
- * @description 值模式 [实体视图逻辑类型] {TIMER:定时器触发、 VIEWEVENT:视图事件触发、 CTRLEVENT:部件事件触发、 CUSTOM:只挂接(外部调用) }
53
- * @type {( string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'CUSTOM')}
66
+ * @description 值模式 [实体视图逻辑类型] {TIMER:定时器触发、 VIEWEVENT:视图事件触发、 CTRLEVENT:部件事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:只挂接(外部调用)、 VUE_DIRECTIVE:VUE指令 }
67
+ * @type {( string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
54
68
  * 来源 getLogicTrigger
55
69
  */
56
- logicTrigger?: string | 'TIMER' | 'VIEWEVENT' | 'CTRLEVENT' | 'CUSTOM';
70
+ logicTrigger?:
71
+ | string
72
+ | 'TIMER'
73
+ | 'VIEWEVENT'
74
+ | 'CTRLEVENT'
75
+ | 'ITEMVISIBLE'
76
+ | 'ITEMENABLE'
77
+ | 'ITEMBLANK'
78
+ | 'ATTRIBUTE'
79
+ | 'CUSTOM'
80
+ | 'VUE_DIRECTIVE';
57
81
 
58
82
  /**
59
83
  * 触发逻辑类型
@@ -122,7 +146,7 @@ export interface IAppViewLogic extends IModelObject {
122
146
  * @type {string}
123
147
  * 来源 getPSViewCtrlName
124
148
  */
125
- viewCtrlName?: string;
149
+ ctrlName?: string;
126
150
 
127
151
  /**
128
152
  * 脚本代码
@@ -178,14 +178,6 @@ export interface ICodeList extends IModelObject {
178
178
  */
179
179
  enableCache?: boolean;
180
180
 
181
- /**
182
- * 模块实例代码表
183
- * @type {boolean}
184
- * @default false
185
- * 来源 isModuleInstCodeList
186
- */
187
- moduleInstCodeList?: boolean;
188
-
189
181
  /**
190
182
  * 子系统以云服务方式提供
191
183
  * @type {boolean}
@@ -194,14 +186,6 @@ export interface ICodeList extends IModelObject {
194
186
  */
195
187
  subSysAsCloud?: boolean;
196
188
 
197
- /**
198
- * 子系统代码表
199
- * @type {boolean}
200
- * @default false
201
- * 来源 isSubSysCodeList
202
- */
203
- subSysCodeList?: boolean;
204
-
205
189
  /**
206
190
  * 阈值组
207
191
  * @type {boolean}
@@ -209,12 +193,4 @@ export interface ICodeList extends IModelObject {
209
193
  * 来源 isThresholdGroup
210
194
  */
211
195
  thresholdGroup?: boolean;
212
-
213
- /**
214
- * 用户范围
215
- * @type {boolean}
216
- * @default false
217
- * 来源 isUserScope
218
- */
219
- userScope?: boolean;
220
196
  }
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IDBPortletPart } from './idbportlet-part';
3
2
 
4
3
  /**
@@ -7,4 +6,4 @@ import { IDBPortletPart } from './idbportlet-part';
7
6
  * @export
8
7
  * @interface IDBRawItemPortletPart
9
8
  */
10
- export interface IDBRawItemPortletPart extends IDBPortletPart, IRawItem {}
9
+ export type IDBRawItemPortletPart = IDBPortletPart
@@ -13,12 +13,4 @@ export interface ICodeListEditor extends IEditor {
13
13
  * 来源 getPSAppCodeList
14
14
  */
15
15
  appCodeListId?: string;
16
-
17
- /**
18
- * 值为数组形式
19
- * @type {boolean}
20
- * @default false
21
- * 来源 isArray
22
- */
23
- array?: boolean;
24
16
  }
@@ -64,4 +64,18 @@ export interface IDEFormButton
64
64
  * 来源 getTooltip
65
65
  */
66
66
  tooltip?: string;
67
+
68
+ /**
69
+ * 界面行为操作目标
70
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
71
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
72
+ * 来源 getUIActionTarget
73
+ */
74
+ uiactionTarget?:
75
+ | string
76
+ | 'SINGLEDATA'
77
+ | 'SINGLEKEY'
78
+ | 'MULTIDATA'
79
+ | 'MULTIKEY'
80
+ | 'NONE';
67
81
  }
@@ -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
 
@@ -14,10 +13,10 @@ export interface IDEFormDRUIPart
14
13
  /**
15
14
  * 嵌入视图
16
15
  *
17
- * @type {IAppView}
16
+ * @type {string}
18
17
  * 来源 getPSAppView
19
18
  */
20
- appView?: IAppView;
19
+ appViewId?: string;
21
20
 
22
21
  /**
23
22
  * 调用表单项更新
@@ -218,13 +218,6 @@ export interface IDEFormItem extends IDEFormDetail, IEditorContainer {
218
218
  */
219
219
  sysImage?: ISysImage;
220
220
 
221
- /**
222
- * 重置项名称
223
- * @type {string}
224
- * 来源 getResetItemName
225
- */
226
- resetItemName?: string;
227
-
228
221
  /**
229
222
  * 重置项名称集合
230
223
  *
@@ -50,11 +50,11 @@ export interface IDEFormMDCtrl extends IDEFormDetail, IDEFormGroupBase {
50
50
  appDEFieldId?: string;
51
51
 
52
52
  /**
53
- * 重置项名称
54
- * @type {string}
55
- * 来源 getResetItemName
53
+ * 重置项名称集合
54
+ *
55
+ * 来源 getResetItemNames
56
56
  */
57
- resetItemName?: string;
57
+ resetItemNames?: string[];
58
58
 
59
59
  /**
60
60
  * 1:1数据表单
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IDEFormDetail } from './ideform-detail';
3
2
 
4
3
  /**
@@ -7,4 +6,4 @@ import { IDEFormDetail } from './ideform-detail';
7
6
  * @export
8
7
  * @interface IDEFormRawItem
9
8
  */
10
- export interface IDEFormRawItem extends IDEFormDetail, IRawItem {}
9
+ export type IDEFormRawItem = IDEFormDetail
@@ -7,6 +7,13 @@ import { IDEFormDetail } from './ideform-detail';
7
7
  * @interface IDEFormUserControl
8
8
  */
9
9
  export interface IDEFormUserControl extends IDEFormDetail {
10
+ /**
11
+ * 部件参数集合
12
+ * @type {IModel}
13
+ * 来源 getCtrlParams
14
+ */
15
+ ctrlParams?: IModel;
16
+
10
17
  /**
11
18
  * 预置类型
12
19
  * @type {string}
@@ -86,13 +86,6 @@ export interface IDEGridEditItem extends IEditorContainer {
86
86
  */
87
87
  degridEditItemUpdateId?: string;
88
88
 
89
- /**
90
- * 重置项名称
91
- * @type {string}
92
- * 来源 getResetItemName
93
- */
94
- resetItemName?: string;
95
-
96
89
  /**
97
90
  * 单位名称
98
91
  * @type {string}
@@ -6,6 +6,13 @@ import { IModelObject } from '../imodel-object';
6
6
  * @interface IControlLogic
7
7
  */
8
8
  export interface IControlLogic extends IModelObject {
9
+ /**
10
+ * 注入属性名称
11
+ * @type {string}
12
+ * 来源 getAttrName
13
+ */
14
+ attrName?: string;
15
+
9
16
  /**
10
17
  * 事件参数
11
18
  * @type {string}
@@ -27,6 +34,13 @@ export interface IControlLogic extends IModelObject {
27
34
  */
28
35
  eventNames?: string;
29
36
 
37
+ /**
38
+ * 子项名称
39
+ * @type {string}
40
+ * 来源 getItemName
41
+ */
42
+ itemName?: string;
43
+
30
44
  /**
31
45
  * 逻辑标记
32
46
  * @type {string}
@@ -12,18 +12,4 @@ export interface IControlParam extends IModelObject {
12
12
  * 来源 getCtrlParams
13
13
  */
14
14
  ctrlParams?: IModel;
15
-
16
- /**
17
- * 高度
18
- * @type {number}
19
- * 来源 getHeight
20
- */
21
- height?: number;
22
-
23
- /**
24
- * 宽度
25
- * @type {number}
26
- * 来源 getWidth
27
- */
28
- width?: number;
29
15
  }
@@ -52,4 +52,20 @@ export interface IRawItemBase extends IModelObject {
52
52
  * 来源 getPredefinedType
53
53
  */
54
54
  predefinedType?: string;
55
+
56
+ /**
57
+ * 内容高度
58
+ * @type {number}
59
+ * @default 0.0
60
+ * 来源 getRawItemHeight
61
+ */
62
+ rawItemHeight?: number;
63
+
64
+ /**
65
+ * 内容宽度
66
+ * @type {number}
67
+ * @default 0.0
68
+ * 来源 getRawItemWidth
69
+ */
70
+ rawItemWidth?: number;
55
71
  }
@@ -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
  /**
@@ -9,27 +8,6 @@ import { IModelObject } from '../imodel-object';
9
8
  * @interface IRawItemContainer
10
9
  */
11
10
  export interface IRawItemContainer extends IModelObject {
12
- /**
13
- * 内容类型
14
- * @description 值模式 [直接内容类型] {RAW:直接内容、 HTML:Html内容、 IMAGE:图片、 MARKDOWN:Markdown、 VIDEO:视频、 PLACEHOLDER:占位、 DIVIDER:分割线、 INFO:常规提示、 WARNING:警告提示、 ERROR:错误提示、 USER:用户自定义、 USER2:用户自定义2 }
15
- * @type {( string | 'RAW' | 'HTML' | 'IMAGE' | 'MARKDOWN' | 'VIDEO' | 'PLACEHOLDER' | 'DIVIDER' | 'INFO' | 'WARNING' | 'ERROR' | 'USER' | 'USER2')}
16
- * 来源 getContentType
17
- */
18
- contentType?:
19
- | string
20
- | 'RAW'
21
- | 'HTML'
22
- | 'IMAGE'
23
- | 'MARKDOWN'
24
- | 'VIDEO'
25
- | 'PLACEHOLDER'
26
- | 'DIVIDER'
27
- | 'INFO'
28
- | 'WARNING'
29
- | 'ERROR'
30
- | 'USER'
31
- | 'USER2';
32
-
33
11
  /**
34
12
  * 直接内容对象
35
13
  *
@@ -37,28 +15,4 @@ export interface IRawItemContainer extends IModelObject {
37
15
  * 来源 getPSRawItem
38
16
  */
39
17
  rawItem?: IRawItemBase;
40
-
41
- /**
42
- * 图片内容
43
- *
44
- * @type {ISysImage}
45
- * 来源 getPSSysImage
46
- */
47
- sysImage?: ISysImage;
48
-
49
- /**
50
- * 直接项高度
51
- * @type {number}
52
- * @default 0.0
53
- * 来源 getRawItemHeight
54
- */
55
- rawItemHeight?: number;
56
-
57
- /**
58
- * 直接项宽度
59
- * @type {number}
60
- * @default 0.0
61
- * 来源 getRawItemWidth
62
- */
63
- rawItemWidth?: number;
64
18
  }
@@ -134,14 +134,6 @@ export interface IAppMenuItem
134
134
  */
135
135
  openDefault?: boolean;
136
136
 
137
- /**
138
- * 分隔栏
139
- * @type {boolean}
140
- * @default false
141
- * 来源 isSeperator
142
- */
143
- seperator?: boolean;
144
-
145
137
  /**
146
138
  * 启用
147
139
  * @type {boolean}
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IAppMenuItem } from './iapp-menu-item';
3
2
 
4
3
  /**
@@ -7,4 +6,4 @@ import { IAppMenuItem } from './iapp-menu-item';
7
6
  * @export
8
7
  * @interface IAppMenuRawItem
9
8
  */
10
- export interface IAppMenuRawItem extends IAppMenuItem, IRawItem {}
9
+ export type IAppMenuRawItem = IAppMenuItem
@@ -54,4 +54,18 @@ export interface IPanelButton extends IPanelItem, IUIActionItem, IButtonBase {
54
54
  * 来源 getTooltip
55
55
  */
56
56
  tooltip?: string;
57
+
58
+ /**
59
+ * 界面行为操作目标
60
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
61
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
62
+ * 来源 getUIActionTarget
63
+ */
64
+ uiactionTarget?:
65
+ | string
66
+ | 'SINGLEDATA'
67
+ | 'SINGLEKEY'
68
+ | 'MULTIDATA'
69
+ | 'MULTIKEY'
70
+ | 'NONE';
57
71
  }
@@ -43,11 +43,21 @@ export interface IPanelLogic extends IAppViewLogic {
43
43
 
44
44
  /**
45
45
  * 逻辑触发
46
- * @description 值模式 [系统面板逻辑类型] {TIMER:定时器触发、 PANELEVENT:面板事件触发、 CTRLEVENT:部件事件触发、 CUSTOM:自定义 }
47
- * @type {( string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'CUSTOM')}
46
+ * @description 值模式 [系统面板逻辑类型] {TIMER:定时器触发、 PANELEVENT:面板事件触发、 CTRLEVENT:部件事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
47
+ * @type {( string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
48
48
  * 来源 getLogicTrigger
49
49
  */
50
- logicTrigger?: string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'CUSTOM';
50
+ logicTrigger?:
51
+ | string
52
+ | 'TIMER'
53
+ | 'PANELEVENT'
54
+ | 'CTRLEVENT'
55
+ | 'ITEMVISIBLE'
56
+ | 'ITEMENABLE'
57
+ | 'ITEMBLANK'
58
+ | 'ATTRIBUTE'
59
+ | 'CUSTOM'
60
+ | 'VUE_DIRECTIVE';
51
61
 
52
62
  /**
53
63
  * 触发逻辑类型
@@ -5,4 +5,4 @@ import { IControlParam } from '../icontrol-param';
5
5
  * @export
6
6
  * @interface IPanelParam
7
7
  */
8
- export type IPanelParam = IControlParam
8
+ export type IPanelParam = IControlParam;
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IPanelItem } from './ipanel-item';
3
2
 
4
3
  /**
@@ -7,25 +6,4 @@ import { IPanelItem } from './ipanel-item';
7
6
  * @export
8
7
  * @interface IPanelRawItem
9
8
  */
10
- export interface IPanelRawItem extends IPanelItem, IRawItem {
11
- /**
12
- * 内容类型
13
- * @type {string}
14
- * 来源 getContentType
15
- */
16
- contentType?: string;
17
-
18
- /**
19
- * Html内容
20
- * @type {string}
21
- * 来源 getHtmlContent
22
- */
23
- htmlContent?: string;
24
-
25
- /**
26
- * 直接内容
27
- * @type {string}
28
- * 来源 getRawContent
29
- */
30
- rawContent?: string;
31
- }
9
+ export type IPanelRawItem = IPanelItem
@@ -7,6 +7,13 @@ import { IPanelItem } from './ipanel-item';
7
7
  * @interface IPanelUserControl
8
8
  */
9
9
  export interface IPanelUserControl extends IPanelItem {
10
+ /**
11
+ * 部件参数集合
12
+ * @type {IModel}
13
+ * 来源 getCtrlParams
14
+ */
15
+ ctrlParams?: IModel;
16
+
10
17
  /**
11
18
  * 预置类型
12
19
  * @type {string}
@@ -10,14 +10,6 @@ import { IPanelItem } from './ipanel-item';
10
10
  * @interface IPanel
11
11
  */
12
12
  export interface IPanel extends IControl, IControlContainer, ILayoutContainer {
13
- /**
14
- * 面板字段项集合
15
- *
16
- * @type {string[]}
17
- * 来源 getAllPSPanelFields
18
- */
19
- panelFieldIds?: string[];
20
-
21
13
  /**
22
14
  * 代码标识
23
15
  * @type {string}
@@ -5,4 +5,4 @@ import { IPanelParam } from './ipanel-param';
5
5
  * @export
6
6
  * @interface ISysPanelParam
7
7
  */
8
- export type ISysPanelParam = IPanelParam
8
+ export type ISysPanelParam = IPanelParam;
@@ -5,4 +5,4 @@ import { ISysPanelParam } from './isys-panel-param';
5
5
  * @export
6
6
  * @interface ISysViewLayoutPanelParam
7
7
  */
8
- export type ISysViewLayoutPanelParam = ISysPanelParam
8
+ export type ISysViewLayoutPanelParam = ISysPanelParam;
@@ -5,4 +5,4 @@ import { IControlParam } from '../icontrol-param';
5
5
  * @export
6
6
  * @interface IDEReportPanelParam
7
7
  */
8
- export type IDEReportPanelParam = IControlParam
8
+ export type IDEReportPanelParam = IControlParam;
@@ -169,13 +169,6 @@ export interface ISearchBarFilter extends ISearchBarItem, IEditorContainer {
169
169
  */
170
170
  sysImage?: ISysImage;
171
171
 
172
- /**
173
- * 重置项名称
174
- * @type {string}
175
- * 来源 getResetItemName
176
- */
177
- resetItemName?: string;
178
-
179
172
  /**
180
173
  * 单位名称
181
174
  * @type {string}
@@ -6,11 +6,4 @@ import { IDEContextMenuItem } from './idecontext-menu-item';
6
6
  * @export
7
7
  * @interface IDECMRawItem
8
8
  */
9
- export interface IDECMRawItem extends IDEContextMenuItem {
10
- /**
11
- * 直接内容
12
- * @type {string}
13
- * 来源 getRawContent
14
- */
15
- rawContent?: string;
16
- }
9
+ export type IDECMRawItem = IDEContextMenuItem
@@ -29,6 +29,20 @@ export interface IDECMUIActionItem
29
29
  */
30
30
  groupExtractMode?: string | 'ITEM' | 'ITEMS';
31
31
 
32
+ /**
33
+ * 界面行为操作目标
34
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
35
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
36
+ * 来源 getUIActionTarget
37
+ */
38
+ uiactionTarget?:
39
+ | string
40
+ | 'SINGLEDATA'
41
+ | 'SINGLEKEY'
42
+ | 'MULTIDATA'
43
+ | 'MULTIKEY'
44
+ | 'NONE';
45
+
32
46
  /**
33
47
  * 启用点击切换模式
34
48
  * @type {boolean}
@@ -1,4 +1,3 @@
1
- import { IRawItem } from '../iraw-item';
2
1
  import { IDEToolbarItem } from './idetoolbar-item';
3
2
 
4
3
  /**
@@ -7,11 +6,4 @@ import { IDEToolbarItem } from './idetoolbar-item';
7
6
  * @export
8
7
  * @interface IDETBRawItem
9
8
  */
10
- export interface IDETBRawItem extends IDEToolbarItem, IRawItem {
11
- /**
12
- * 直接内容
13
- * @type {string}
14
- * 来源 getRawContent
15
- */
16
- rawContent?: string;
17
- }
9
+ export type IDETBRawItem = IDEToolbarItem
@@ -45,6 +45,20 @@ export interface IDETBUIActionItem
45
45
  */
46
46
  detoolbarItems?: IDEToolbarItem[];
47
47
 
48
+ /**
49
+ * 界面行为操作目标
50
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
51
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
52
+ * 来源 getUIActionTarget
53
+ */
54
+ uiactionTarget?:
55
+ | string
56
+ | 'SINGLEDATA'
57
+ | 'SINGLEKEY'
58
+ | 'MULTIDATA'
59
+ | 'MULTIKEY'
60
+ | 'NONE';
61
+
48
62
  /**
49
63
  * 启用点击切换模式
50
64
  * @type {boolean}