@ibiz/model-core 0.0.2 → 0.0.3

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 (264) hide show
  1. package/out/app/control/iapp-portlet.d.ts +0 -7
  2. package/out/app/dataentity/iapp-data-entity.d.ts +0 -26
  3. package/out/app/dataentity/iapp-defield.d.ts +0 -28
  4. package/out/app/iapplication-logic.d.ts +3 -3
  5. package/out/app/iapplication.d.ts +0 -21
  6. package/out/app/view/iapp-portal-view.d.ts +0 -7
  7. package/out/app/view/iapp-view-logic.d.ts +16 -4
  8. package/out/codelist/icode-list.d.ts +0 -21
  9. package/out/control/editor/icode-list-editor.d.ts +0 -7
  10. package/out/control/form/ideform-button.d.ts +7 -0
  11. package/out/control/form/ideform-user-control.d.ts +6 -0
  12. package/out/control/icontrol-logic.d.ts +12 -0
  13. package/out/control/icontrol-param.d.ts +0 -12
  14. package/out/control/panel/ipanel-button.d.ts +7 -0
  15. package/out/control/panel/ipanel-logic.d.ts +3 -3
  16. package/out/control/panel/ipanel-user-control.d.ts +6 -0
  17. package/out/control/panel/ipanel.d.ts +0 -7
  18. package/out/control/toolbar/idecmuiaction-item.d.ts +7 -0
  19. package/out/control/toolbar/idetbuiaction-item.d.ts +7 -0
  20. package/out/exports.d.ts +0 -61
  21. package/out/imodel-object.d.ts +8 -5
  22. package/out/view/iview-logic.d.ts +1 -1
  23. package/package.json +2 -1
  24. package/src/app/control/iapp-portlet.ts +0 -8
  25. package/src/app/dataentity/iapp-data-entity.ts +0 -30
  26. package/src/app/dataentity/iapp-defield.ts +0 -32
  27. package/src/app/iapplication-logic.ts +8 -3
  28. package/src/app/iapplication.ts +0 -24
  29. package/src/app/view/iapp-portal-view.ts +1 -9
  30. package/src/app/view/iapp-view-logic.ts +28 -4
  31. package/src/codelist/icode-list.ts +0 -24
  32. package/src/control/editor/icode-list-editor.ts +0 -8
  33. package/src/control/form/ideform-button.ts +14 -0
  34. package/src/control/form/ideform-user-control.ts +7 -0
  35. package/src/control/icontrol-logic.ts +14 -0
  36. package/src/control/icontrol-param.ts +0 -14
  37. package/src/control/panel/ipanel-button.ts +14 -0
  38. package/src/control/panel/ipanel-logic.ts +13 -3
  39. package/src/control/panel/ipanel-user-control.ts +7 -0
  40. package/src/control/panel/ipanel.ts +0 -8
  41. package/src/control/toolbar/idecmuiaction-item.ts +14 -0
  42. package/src/control/toolbar/idetbuiaction-item.ts +14 -0
  43. package/src/exports.ts +0 -61
  44. package/src/imodel-object.ts +9 -5
  45. package/src/view/iview-logic.ts +1 -1
  46. package/out/app/isub-app-ref.d.ts +0 -43
  47. package/out/app/isub-app-ref.js +0 -1
  48. package/out/control/ajax/iajax-control-handler.d.ts +0 -42
  49. package/out/control/ajax/iajax-control-handler.js +0 -1
  50. package/out/control/ajax/imdajax-control-handler.d.ts +0 -28
  51. package/out/control/ajax/imdajax-control-handler.js +0 -1
  52. package/out/control/ajax/isdajax-control-handler.d.ts +0 -7
  53. package/out/control/ajax/isdajax-control-handler.js +0 -1
  54. package/out/control/calendar/icalendar-param.d.ts +0 -7
  55. package/out/control/calendar/icalendar-param.js +0 -1
  56. package/out/control/calendar/isys-calendar-param.d.ts +0 -7
  57. package/out/control/calendar/isys-calendar-param.js +0 -1
  58. package/out/control/captionbar/icaption-bar-param.d.ts +0 -7
  59. package/out/control/captionbar/icaption-bar-param.js +0 -1
  60. package/out/control/chart/idechart-handler.d.ts +0 -7
  61. package/out/control/chart/idechart-handler.js +0 -1
  62. package/out/control/chart/idechart-param.d.ts +0 -7
  63. package/out/control/chart/idechart-param.js +0 -1
  64. package/out/control/counter/idedrcounter.d.ts +0 -7
  65. package/out/control/counter/idedrcounter.js +0 -1
  66. package/out/control/custom/icustom-control-handler.d.ts +0 -7
  67. package/out/control/custom/icustom-control-handler.js +0 -1
  68. package/out/control/custom/icustom-control-param.d.ts +0 -7
  69. package/out/control/custom/icustom-control-param.js +0 -1
  70. package/out/control/dashboard/idashboard-param.d.ts +0 -7
  71. package/out/control/dashboard/idashboard-param.js +0 -1
  72. package/out/control/dashboard/idbapp-menu-portlet-part-param.d.ts +0 -7
  73. package/out/control/dashboard/idbapp-menu-portlet-part-param.js +0 -1
  74. package/out/control/dashboard/idbapp-view-portlet-part-param.d.ts +0 -7
  75. package/out/control/dashboard/idbapp-view-portlet-part-param.js +0 -1
  76. package/out/control/dashboard/idbcontainer-portlet-part-param.d.ts +0 -7
  77. package/out/control/dashboard/idbcontainer-portlet-part-param.js +0 -1
  78. package/out/control/dashboard/idbportlet-part-param.d.ts +0 -7
  79. package/out/control/dashboard/idbportlet-part-param.js +0 -1
  80. package/out/control/dashboard/idbraw-item-portlet-part-param.d.ts +0 -7
  81. package/out/control/dashboard/idbraw-item-portlet-part-param.js +0 -1
  82. package/out/control/dashboard/idbsys-portlet-part-param.d.ts +0 -7
  83. package/out/control/dashboard/idbsys-portlet-part-param.js +0 -1
  84. package/out/control/dashboard/isys-dashboard-param.d.ts +0 -7
  85. package/out/control/dashboard/isys-dashboard-param.js +0 -1
  86. package/out/control/datainfobar/idata-info-bar-param.d.ts +0 -7
  87. package/out/control/datainfobar/idata-info-bar-param.js +0 -1
  88. package/out/control/dataview/idedata-view-handler.d.ts +0 -7
  89. package/out/control/dataview/idedata-view-handler.js +0 -1
  90. package/out/control/dataview/idedata-view-param.d.ts +0 -7
  91. package/out/control/dataview/idedata-view-param.js +0 -1
  92. package/out/control/dataview/idekanban-handler.d.ts +0 -7
  93. package/out/control/dataview/idekanban-handler.js +0 -1
  94. package/out/control/dataview/idekanban-param.d.ts +0 -7
  95. package/out/control/dataview/idekanban-param.js +0 -1
  96. package/out/control/drctrl/idedrbar-param.d.ts +0 -7
  97. package/out/control/drctrl/idedrbar-param.js +0 -1
  98. package/out/control/drctrl/idedrctrl-param.d.ts +0 -7
  99. package/out/control/drctrl/idedrctrl-param.js +0 -1
  100. package/out/control/drctrl/idedrtab-param.d.ts +0 -7
  101. package/out/control/drctrl/idedrtab-param.js +0 -1
  102. package/out/control/expbar/icalendar-exp-bar-param.d.ts +0 -7
  103. package/out/control/expbar/icalendar-exp-bar-param.js +0 -1
  104. package/out/control/expbar/ichart-exp-bar-param.d.ts +0 -7
  105. package/out/control/expbar/ichart-exp-bar-param.js +0 -1
  106. package/out/control/expbar/idata-view-exp-bar-param.d.ts +0 -7
  107. package/out/control/expbar/idata-view-exp-bar-param.js +0 -1
  108. package/out/control/expbar/iexp-bar-param.d.ts +0 -7
  109. package/out/control/expbar/iexp-bar-param.js +0 -1
  110. package/out/control/expbar/igantt-exp-bar-param.d.ts +0 -7
  111. package/out/control/expbar/igantt-exp-bar-param.js +0 -1
  112. package/out/control/expbar/igrid-exp-bar-param.d.ts +0 -7
  113. package/out/control/expbar/igrid-exp-bar-param.js +0 -1
  114. package/out/control/expbar/ilist-exp-bar-param.d.ts +0 -7
  115. package/out/control/expbar/ilist-exp-bar-param.js +0 -1
  116. package/out/control/expbar/imap-exp-bar-param.d.ts +0 -7
  117. package/out/control/expbar/imap-exp-bar-param.js +0 -1
  118. package/out/control/expbar/itab-exp-panel-param.d.ts +0 -7
  119. package/out/control/expbar/itab-exp-panel-param.js +0 -1
  120. package/out/control/expbar/itree-exp-bar-param.d.ts +0 -7
  121. package/out/control/expbar/itree-exp-bar-param.js +0 -1
  122. package/out/control/expbar/iwfexp-bar-param.d.ts +0 -7
  123. package/out/control/expbar/iwfexp-bar-param.js +0 -1
  124. package/out/control/form/ideedit-form-handler.d.ts +0 -7
  125. package/out/control/form/ideedit-form-handler.js +0 -1
  126. package/out/control/form/ideedit-form-param.d.ts +0 -15
  127. package/out/control/form/ideedit-form-param.js +0 -1
  128. package/out/control/form/ideform-param.d.ts +0 -7
  129. package/out/control/form/ideform-param.js +0 -1
  130. package/out/control/form/idesearch-form-handler.d.ts +0 -7
  131. package/out/control/form/idesearch-form-handler.js +0 -1
  132. package/out/control/form/idesearch-form-param.d.ts +0 -7
  133. package/out/control/form/idesearch-form-param.js +0 -1
  134. package/out/control/form/idewizard-edit-form-param.d.ts +0 -15
  135. package/out/control/form/idewizard-edit-form-param.js +0 -1
  136. package/out/control/grid/idegrid-handler.d.ts +0 -7
  137. package/out/control/grid/idegrid-handler.js +0 -1
  138. package/out/control/grid/idegrid-param.d.ts +0 -7
  139. package/out/control/grid/idegrid-param.js +0 -1
  140. package/out/control/grid/idemulti-edit-view-panel-param.d.ts +0 -7
  141. package/out/control/grid/idemulti-edit-view-panel-param.js +0 -1
  142. package/out/control/grid/idetree-grid-param.d.ts +0 -7
  143. package/out/control/grid/idetree-grid-param.js +0 -1
  144. package/out/control/iajax-control-param.d.ts +0 -20
  145. package/out/control/iajax-control-param.js +0 -1
  146. package/out/control/imdajax-control-param.d.ts +0 -7
  147. package/out/control/imdajax-control-param.js +0 -1
  148. package/out/control/isdajax-control-param.d.ts +0 -7
  149. package/out/control/isdajax-control-param.js +0 -1
  150. package/out/control/list/idelist-handler.d.ts +0 -7
  151. package/out/control/list/idelist-handler.js +0 -1
  152. package/out/control/list/idelist-param.d.ts +0 -7
  153. package/out/control/list/idelist-param.js +0 -1
  154. package/out/control/list/idemob-mdctrl-param.d.ts +0 -7
  155. package/out/control/list/idemob-mdctrl-param.js +0 -1
  156. package/out/control/map/imap-param.d.ts +0 -7
  157. package/out/control/map/imap-param.js +0 -1
  158. package/out/control/map/isys-map-param.d.ts +0 -7
  159. package/out/control/map/isys-map-param.js +0 -1
  160. package/out/control/menu/iapp-menu-param.d.ts +0 -7
  161. package/out/control/menu/iapp-menu-param.js +0 -1
  162. package/out/control/menu/icontext-menu-param.d.ts +0 -14
  163. package/out/control/menu/icontext-menu-param.js +0 -1
  164. package/out/control/panel/ipanel-handler.d.ts +0 -7
  165. package/out/control/panel/ipanel-handler.js +0 -1
  166. package/out/control/panel/isys-panel-handler.d.ts +0 -7
  167. package/out/control/panel/isys-panel-handler.js +0 -1
  168. package/out/control/toolbar/idecontext-menu-param.d.ts +0 -9
  169. package/out/control/toolbar/idecontext-menu-param.js +0 -1
  170. package/out/control/toolbar/idetoolbar-param.d.ts +0 -14
  171. package/out/control/toolbar/idetoolbar-param.js +0 -1
  172. package/out/control/tree/idegantt-param.d.ts +0 -7
  173. package/out/control/tree/idegantt-param.js +0 -1
  174. package/out/control/tree/idetree-grid-ex-param.d.ts +0 -7
  175. package/out/control/tree/idetree-grid-ex-param.js +0 -1
  176. package/out/control/tree/idetree-handler.d.ts +0 -7
  177. package/out/control/tree/idetree-handler.js +0 -1
  178. package/out/control/tree/idetree-param.d.ts +0 -7
  179. package/out/control/tree/idetree-param.js +0 -1
  180. package/out/control/viewpanel/idetab-view-panel-param.d.ts +0 -32
  181. package/out/control/viewpanel/idetab-view-panel-param.js +0 -1
  182. package/out/control/viewpanel/ideview-panel-param.d.ts +0 -7
  183. package/out/control/viewpanel/ideview-panel-param.js +0 -1
  184. package/out/control/wizardpanel/idestate-wizard-panel-param.d.ts +0 -7
  185. package/out/control/wizardpanel/idestate-wizard-panel-param.js +0 -1
  186. package/out/control/wizardpanel/idewizard-panel-param.d.ts +0 -7
  187. package/out/control/wizardpanel/idewizard-panel-param.js +0 -1
  188. package/out/control/wizardpanel/iwizard-panel-param.d.ts +0 -7
  189. package/out/control/wizardpanel/iwizard-panel-param.js +0 -1
  190. package/out/dataentity/logic/idecancel-wflogic.d.ts +0 -23
  191. package/out/dataentity/logic/idecancel-wflogic.js +0 -1
  192. package/src/app/isub-app-ref.ts +0 -48
  193. package/src/control/ajax/iajax-control-handler.ts +0 -48
  194. package/src/control/ajax/imdajax-control-handler.ts +0 -31
  195. package/src/control/ajax/isdajax-control-handler.ts +0 -8
  196. package/src/control/calendar/icalendar-param.ts +0 -8
  197. package/src/control/calendar/isys-calendar-param.ts +0 -8
  198. package/src/control/captionbar/icaption-bar-param.ts +0 -8
  199. package/src/control/chart/idechart-handler.ts +0 -8
  200. package/src/control/chart/idechart-param.ts +0 -8
  201. package/src/control/counter/idedrcounter.ts +0 -8
  202. package/src/control/custom/icustom-control-handler.ts +0 -8
  203. package/src/control/custom/icustom-control-param.ts +0 -8
  204. package/src/control/dashboard/idashboard-param.ts +0 -8
  205. package/src/control/dashboard/idbapp-menu-portlet-part-param.ts +0 -8
  206. package/src/control/dashboard/idbapp-view-portlet-part-param.ts +0 -8
  207. package/src/control/dashboard/idbcontainer-portlet-part-param.ts +0 -8
  208. package/src/control/dashboard/idbportlet-part-param.ts +0 -8
  209. package/src/control/dashboard/idbraw-item-portlet-part-param.ts +0 -8
  210. package/src/control/dashboard/idbsys-portlet-part-param.ts +0 -8
  211. package/src/control/dashboard/isys-dashboard-param.ts +0 -8
  212. package/src/control/datainfobar/idata-info-bar-param.ts +0 -8
  213. package/src/control/dataview/idedata-view-handler.ts +0 -8
  214. package/src/control/dataview/idedata-view-param.ts +0 -8
  215. package/src/control/dataview/idekanban-handler.ts +0 -8
  216. package/src/control/dataview/idekanban-param.ts +0 -8
  217. package/src/control/drctrl/idedrbar-param.ts +0 -8
  218. package/src/control/drctrl/idedrctrl-param.ts +0 -8
  219. package/src/control/drctrl/idedrtab-param.ts +0 -8
  220. package/src/control/expbar/icalendar-exp-bar-param.ts +0 -8
  221. package/src/control/expbar/ichart-exp-bar-param.ts +0 -8
  222. package/src/control/expbar/idata-view-exp-bar-param.ts +0 -8
  223. package/src/control/expbar/iexp-bar-param.ts +0 -8
  224. package/src/control/expbar/igantt-exp-bar-param.ts +0 -8
  225. package/src/control/expbar/igrid-exp-bar-param.ts +0 -8
  226. package/src/control/expbar/ilist-exp-bar-param.ts +0 -8
  227. package/src/control/expbar/imap-exp-bar-param.ts +0 -8
  228. package/src/control/expbar/itab-exp-panel-param.ts +0 -8
  229. package/src/control/expbar/itree-exp-bar-param.ts +0 -8
  230. package/src/control/expbar/iwfexp-bar-param.ts +0 -8
  231. package/src/control/form/ideedit-form-handler.ts +0 -8
  232. package/src/control/form/ideedit-form-param.ts +0 -16
  233. package/src/control/form/ideform-param.ts +0 -8
  234. package/src/control/form/idesearch-form-handler.ts +0 -8
  235. package/src/control/form/idesearch-form-param.ts +0 -8
  236. package/src/control/form/idewizard-edit-form-param.ts +0 -16
  237. package/src/control/grid/idegrid-handler.ts +0 -8
  238. package/src/control/grid/idegrid-param.ts +0 -8
  239. package/src/control/grid/idemulti-edit-view-panel-param.ts +0 -8
  240. package/src/control/grid/idetree-grid-param.ts +0 -8
  241. package/src/control/iajax-control-param.ts +0 -22
  242. package/src/control/imdajax-control-param.ts +0 -8
  243. package/src/control/isdajax-control-param.ts +0 -8
  244. package/src/control/list/idelist-handler.ts +0 -8
  245. package/src/control/list/idelist-param.ts +0 -8
  246. package/src/control/list/idemob-mdctrl-param.ts +0 -8
  247. package/src/control/map/imap-param.ts +0 -8
  248. package/src/control/map/isys-map-param.ts +0 -8
  249. package/src/control/menu/iapp-menu-param.ts +0 -8
  250. package/src/control/menu/icontext-menu-param.ts +0 -15
  251. package/src/control/panel/ipanel-handler.ts +0 -8
  252. package/src/control/panel/isys-panel-handler.ts +0 -8
  253. package/src/control/toolbar/idecontext-menu-param.ts +0 -11
  254. package/src/control/toolbar/idetoolbar-param.ts +0 -15
  255. package/src/control/tree/idegantt-param.ts +0 -8
  256. package/src/control/tree/idetree-grid-ex-param.ts +0 -8
  257. package/src/control/tree/idetree-handler.ts +0 -8
  258. package/src/control/tree/idetree-param.ts +0 -8
  259. package/src/control/viewpanel/idetab-view-panel-param.ts +0 -36
  260. package/src/control/viewpanel/ideview-panel-param.ts +0 -8
  261. package/src/control/wizardpanel/idestate-wizard-panel-param.ts +0 -8
  262. package/src/control/wizardpanel/idewizard-panel-param.ts +0 -8
  263. package/src/control/wizardpanel/iwizard-panel-param.ts +0 -8
  264. 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';
@@ -249,13 +248,6 @@ export interface IAppDataEntity extends IModelObject {
249
248
  * 来源 getOrgIdPSAppDEField
250
249
  */
251
250
  orgIdAppDEFieldId?: string;
252
- /**
253
- * 控制实体关系
254
- *
255
- * @type {IDER1N}
256
- * 来源 getPSDER1N
257
- */
258
- der1N?: IDER1N;
259
251
  /**
260
252
  * 系统图片资源
261
253
  *
@@ -309,24 +301,6 @@ export interface IAppDataEntity extends IModelObject {
309
301
  * 来源 isEnableTempData
310
302
  */
311
303
  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
304
  /**
331
305
  * 提供工作流相关行为
332
306
  * @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
  }
@@ -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
  }
@@ -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
  }
@@ -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}
@@ -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
  }
@@ -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:脚本代码 }
@@ -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}
@@ -23,6 +23,13 @@ export interface IDECMUIActionItem extends IDEContextMenuItem, IDEUIActionItem,
23
23
  * 来源 getGroupExtractMode
24
24
  */
25
25
  groupExtractMode?: string | 'ITEM' | 'ITEMS';
26
+ /**
27
+ * 界面行为操作目标
28
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
29
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
30
+ * 来源 getUIActionTarget
31
+ */
32
+ uiactionTarget?: string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE';
26
33
  /**
27
34
  * 启用点击切换模式
28
35
  * @type {boolean}
@@ -37,6 +37,13 @@ export interface IDETBUIActionItem extends IDEToolbarItem, IDEUIActionItem, IWFU
37
37
  * 来源 getPSDEToolbarItems
38
38
  */
39
39
  detoolbarItems?: IDEToolbarItem[];
40
+ /**
41
+ * 界面行为操作目标
42
+ * @description 值模式 [云实体界面行为_操作数据范围] {SINGLEDATA:单项数据、 SINGLEKEY:单项数据(主键)、 MULTIDATA:多项数据、 MULTIKEY:多项数据(主键)、 NONE:无数据 }
43
+ * @type {( string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE')}
44
+ * 来源 getUIActionTarget
45
+ */
46
+ uiactionTarget?: string | 'SINGLEDATA' | 'SINGLEKEY' | 'MULTIDATA' | 'MULTIKEY' | 'NONE';
40
47
  /**
41
48
  * 启用点击切换模式
42
49
  * @type {boolean}