@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.
- package/out/app/control/iapp-portlet.d.ts +0 -7
- package/out/app/dataentity/iapp-data-entity.d.ts +18 -26
- package/out/app/dataentity/iapp-defield.d.ts +0 -28
- package/out/app/dataentity/iapp-demethod.d.ts +6 -0
- package/out/app/iapplication-logic.d.ts +3 -3
- package/out/app/iapplication.d.ts +0 -21
- package/out/app/view/iapp-portal-view.d.ts +0 -7
- package/out/app/view/iapp-view-logic.d.ts +16 -4
- package/out/codelist/icode-list.d.ts +0 -21
- package/out/control/dashboard/idbraw-item-portlet-part.d.ts +1 -3
- package/out/control/editor/icode-list-editor.d.ts +0 -7
- package/out/control/form/ideform-button.d.ts +7 -0
- package/out/control/form/ideform-druipart.d.ts +2 -3
- package/out/control/form/ideform-item.d.ts +0 -6
- package/out/control/form/ideform-mdctrl.d.ts +4 -4
- package/out/control/form/ideform-raw-item.d.ts +1 -3
- package/out/control/form/ideform-user-control.d.ts +6 -0
- package/out/control/grid/idegrid-edit-item.d.ts +0 -6
- package/out/control/icontrol-logic.d.ts +12 -0
- package/out/control/icontrol-param.d.ts +0 -12
- package/out/control/iraw-item-base.d.ts +14 -0
- package/out/control/iraw-item-container.d.ts +0 -29
- package/out/control/menu/iapp-menu-item.d.ts +0 -7
- package/out/control/menu/iapp-menu-raw-item.d.ts +1 -3
- package/out/control/panel/ipanel-button.d.ts +7 -0
- package/out/control/panel/ipanel-logic.d.ts +3 -3
- package/out/control/panel/ipanel-raw-item.d.ts +1 -21
- package/out/control/panel/ipanel-user-control.d.ts +6 -0
- package/out/control/panel/ipanel.d.ts +0 -7
- package/out/control/searchbar/isearch-bar-filter.d.ts +0 -6
- package/out/control/toolbar/idecmraw-item.d.ts +1 -8
- package/out/control/toolbar/idecmuiaction-item.d.ts +7 -0
- package/out/control/toolbar/idetbraw-item.d.ts +1 -9
- package/out/control/toolbar/idetbuiaction-item.d.ts +7 -0
- package/out/exports.d.ts +0 -64
- package/out/imodel-object.d.ts +8 -5
- package/out/view/iview-logic.d.ts +1 -1
- package/package.json +2 -1
- package/src/app/control/iapp-portlet.ts +0 -8
- package/src/app/dataentity/iapp-data-entity.ts +21 -30
- package/src/app/dataentity/iapp-defield.ts +0 -32
- package/src/app/dataentity/iapp-demethod.ts +7 -0
- package/src/app/iapplication-logic.ts +8 -3
- package/src/app/iapplication.ts +0 -24
- package/src/app/res/iapp-css.ts +1 -1
- package/src/app/res/iapp-image.ts +1 -1
- package/src/app/view/iapp-portal-view.ts +1 -9
- package/src/app/view/iapp-view-logic.ts +28 -4
- package/src/codelist/icode-list.ts +0 -24
- package/src/control/dashboard/idbraw-item-portlet-part.ts +1 -2
- package/src/control/editor/icode-list-editor.ts +0 -8
- package/src/control/form/ideform-button.ts +14 -0
- package/src/control/form/ideform-druipart.ts +2 -3
- package/src/control/form/ideform-item.ts +0 -7
- package/src/control/form/ideform-mdctrl.ts +4 -4
- package/src/control/form/ideform-raw-item.ts +1 -2
- package/src/control/form/ideform-user-control.ts +7 -0
- package/src/control/grid/idegrid-edit-item.ts +0 -7
- package/src/control/icontrol-logic.ts +14 -0
- package/src/control/icontrol-param.ts +0 -14
- package/src/control/iraw-item-base.ts +16 -0
- package/src/control/iraw-item-container.ts +0 -46
- package/src/control/menu/iapp-menu-item.ts +0 -8
- package/src/control/menu/iapp-menu-raw-item.ts +1 -2
- package/src/control/panel/ipanel-button.ts +14 -0
- package/src/control/panel/ipanel-logic.ts +13 -3
- package/src/control/panel/ipanel-param.ts +1 -1
- package/src/control/panel/ipanel-raw-item.ts +1 -23
- package/src/control/panel/ipanel-user-control.ts +7 -0
- package/src/control/panel/ipanel.ts +0 -8
- package/src/control/panel/isys-panel-param.ts +1 -1
- package/src/control/panel/isys-view-layout-panel-param.ts +1 -1
- package/src/control/reportpanel/idereport-panel-param.ts +1 -1
- package/src/control/searchbar/isearch-bar-filter.ts +0 -7
- package/src/control/toolbar/idecmraw-item.ts +1 -8
- package/src/control/toolbar/idecmuiaction-item.ts +14 -0
- package/src/control/toolbar/idetbraw-item.ts +1 -9
- package/src/control/toolbar/idetbuiaction-item.ts +14 -0
- package/src/exports.ts +0 -64
- package/src/imodel-object.ts +9 -5
- package/src/view/iview-logic.ts +1 -1
- package/out/app/isub-app-ref.d.ts +0 -43
- package/out/app/isub-app-ref.js +0 -1
- package/out/control/ajax/iajax-control-handler.d.ts +0 -42
- package/out/control/ajax/iajax-control-handler.js +0 -1
- package/out/control/ajax/imdajax-control-handler.d.ts +0 -28
- package/out/control/ajax/imdajax-control-handler.js +0 -1
- package/out/control/ajax/isdajax-control-handler.d.ts +0 -7
- package/out/control/ajax/isdajax-control-handler.js +0 -1
- package/out/control/calendar/icalendar-param.d.ts +0 -7
- package/out/control/calendar/icalendar-param.js +0 -1
- package/out/control/calendar/isys-calendar-param.d.ts +0 -7
- package/out/control/calendar/isys-calendar-param.js +0 -1
- package/out/control/captionbar/icaption-bar-param.d.ts +0 -7
- package/out/control/captionbar/icaption-bar-param.js +0 -1
- package/out/control/chart/idechart-handler.d.ts +0 -7
- package/out/control/chart/idechart-handler.js +0 -1
- package/out/control/chart/idechart-param.d.ts +0 -7
- package/out/control/chart/idechart-param.js +0 -1
- package/out/control/counter/idedrcounter.d.ts +0 -7
- package/out/control/counter/idedrcounter.js +0 -1
- package/out/control/custom/icustom-control-handler.d.ts +0 -7
- package/out/control/custom/icustom-control-handler.js +0 -1
- package/out/control/custom/icustom-control-param.d.ts +0 -7
- package/out/control/custom/icustom-control-param.js +0 -1
- package/out/control/dashboard/idashboard-param.d.ts +0 -7
- package/out/control/dashboard/idashboard-param.js +0 -1
- package/out/control/dashboard/idbapp-menu-portlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbapp-menu-portlet-part-param.js +0 -1
- package/out/control/dashboard/idbapp-view-portlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbapp-view-portlet-part-param.js +0 -1
- package/out/control/dashboard/idbcontainer-portlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbcontainer-portlet-part-param.js +0 -1
- package/out/control/dashboard/idbportlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbportlet-part-param.js +0 -1
- package/out/control/dashboard/idbraw-item-portlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbraw-item-portlet-part-param.js +0 -1
- package/out/control/dashboard/idbsys-portlet-part-param.d.ts +0 -7
- package/out/control/dashboard/idbsys-portlet-part-param.js +0 -1
- package/out/control/dashboard/isys-dashboard-param.d.ts +0 -7
- package/out/control/dashboard/isys-dashboard-param.js +0 -1
- package/out/control/datainfobar/idata-info-bar-param.d.ts +0 -7
- package/out/control/datainfobar/idata-info-bar-param.js +0 -1
- package/out/control/dataview/idedata-view-handler.d.ts +0 -7
- package/out/control/dataview/idedata-view-handler.js +0 -1
- package/out/control/dataview/idedata-view-param.d.ts +0 -7
- package/out/control/dataview/idedata-view-param.js +0 -1
- package/out/control/dataview/idekanban-handler.d.ts +0 -7
- package/out/control/dataview/idekanban-handler.js +0 -1
- package/out/control/dataview/idekanban-param.d.ts +0 -7
- package/out/control/dataview/idekanban-param.js +0 -1
- package/out/control/drctrl/idedrbar-param.d.ts +0 -7
- package/out/control/drctrl/idedrbar-param.js +0 -1
- package/out/control/drctrl/idedrctrl-param.d.ts +0 -7
- package/out/control/drctrl/idedrctrl-param.js +0 -1
- package/out/control/drctrl/idedrtab-param.d.ts +0 -7
- package/out/control/drctrl/idedrtab-param.js +0 -1
- package/out/control/expbar/icalendar-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/icalendar-exp-bar-param.js +0 -1
- package/out/control/expbar/ichart-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/ichart-exp-bar-param.js +0 -1
- package/out/control/expbar/idata-view-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/idata-view-exp-bar-param.js +0 -1
- package/out/control/expbar/iexp-bar-param.d.ts +0 -7
- package/out/control/expbar/iexp-bar-param.js +0 -1
- package/out/control/expbar/igantt-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/igantt-exp-bar-param.js +0 -1
- package/out/control/expbar/igrid-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/igrid-exp-bar-param.js +0 -1
- package/out/control/expbar/ilist-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/ilist-exp-bar-param.js +0 -1
- package/out/control/expbar/imap-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/imap-exp-bar-param.js +0 -1
- package/out/control/expbar/itab-exp-panel-param.d.ts +0 -7
- package/out/control/expbar/itab-exp-panel-param.js +0 -1
- package/out/control/expbar/itree-exp-bar-param.d.ts +0 -7
- package/out/control/expbar/itree-exp-bar-param.js +0 -1
- package/out/control/expbar/iwfexp-bar-param.d.ts +0 -7
- package/out/control/expbar/iwfexp-bar-param.js +0 -1
- package/out/control/form/ideedit-form-handler.d.ts +0 -7
- package/out/control/form/ideedit-form-handler.js +0 -1
- package/out/control/form/ideedit-form-param.d.ts +0 -15
- package/out/control/form/ideedit-form-param.js +0 -1
- package/out/control/form/ideform-param.d.ts +0 -7
- package/out/control/form/ideform-param.js +0 -1
- package/out/control/form/idesearch-form-handler.d.ts +0 -7
- package/out/control/form/idesearch-form-handler.js +0 -1
- package/out/control/form/idesearch-form-param.d.ts +0 -7
- package/out/control/form/idesearch-form-param.js +0 -1
- package/out/control/form/idewizard-edit-form-param.d.ts +0 -15
- package/out/control/form/idewizard-edit-form-param.js +0 -1
- package/out/control/grid/idegrid-handler.d.ts +0 -7
- package/out/control/grid/idegrid-handler.js +0 -1
- package/out/control/grid/idegrid-param.d.ts +0 -7
- package/out/control/grid/idegrid-param.js +0 -1
- package/out/control/grid/idemulti-edit-view-panel-param.d.ts +0 -7
- package/out/control/grid/idemulti-edit-view-panel-param.js +0 -1
- package/out/control/grid/idetree-grid-param.d.ts +0 -7
- package/out/control/grid/idetree-grid-param.js +0 -1
- package/out/control/iajax-control-param.d.ts +0 -20
- package/out/control/iajax-control-param.js +0 -1
- package/out/control/imdajax-control-param.d.ts +0 -7
- package/out/control/imdajax-control-param.js +0 -1
- package/out/control/isdajax-control-param.d.ts +0 -7
- package/out/control/isdajax-control-param.js +0 -1
- package/out/control/list/idelist-handler.d.ts +0 -7
- package/out/control/list/idelist-handler.js +0 -1
- package/out/control/list/idelist-param.d.ts +0 -7
- package/out/control/list/idelist-param.js +0 -1
- package/out/control/list/idemob-mdctrl-param.d.ts +0 -7
- package/out/control/list/idemob-mdctrl-param.js +0 -1
- package/out/control/map/imap-param.d.ts +0 -7
- package/out/control/map/imap-param.js +0 -1
- package/out/control/map/isys-map-param.d.ts +0 -7
- package/out/control/map/isys-map-param.js +0 -1
- package/out/control/menu/iapp-menu-param.d.ts +0 -7
- package/out/control/menu/iapp-menu-param.js +0 -1
- package/out/control/menu/icontext-menu-param.d.ts +0 -14
- package/out/control/menu/icontext-menu-param.js +0 -1
- package/out/control/panel/ipanel-handler.d.ts +0 -7
- package/out/control/panel/ipanel-handler.js +0 -1
- package/out/control/panel/isys-panel-handler.d.ts +0 -7
- package/out/control/panel/isys-panel-handler.js +0 -1
- package/out/control/toolbar/idecontext-menu-param.d.ts +0 -9
- package/out/control/toolbar/idecontext-menu-param.js +0 -1
- package/out/control/toolbar/idetoolbar-param.d.ts +0 -14
- package/out/control/toolbar/idetoolbar-param.js +0 -1
- package/out/control/tree/idegantt-param.d.ts +0 -7
- package/out/control/tree/idegantt-param.js +0 -1
- package/out/control/tree/idetree-grid-ex-param.d.ts +0 -7
- package/out/control/tree/idetree-grid-ex-param.js +0 -1
- package/out/control/tree/idetree-handler.d.ts +0 -7
- package/out/control/tree/idetree-handler.js +0 -1
- package/out/control/tree/idetree-param.d.ts +0 -7
- package/out/control/tree/idetree-param.js +0 -1
- package/out/control/viewpanel/idetab-view-panel-param.d.ts +0 -32
- package/out/control/viewpanel/idetab-view-panel-param.js +0 -1
- package/out/control/viewpanel/ideview-panel-param.d.ts +0 -7
- package/out/control/viewpanel/ideview-panel-param.js +0 -1
- package/out/control/wizardpanel/idestate-wizard-panel-param.d.ts +0 -7
- package/out/control/wizardpanel/idestate-wizard-panel-param.js +0 -1
- package/out/control/wizardpanel/idewizard-panel-param.d.ts +0 -7
- package/out/control/wizardpanel/idewizard-panel-param.js +0 -1
- package/out/control/wizardpanel/iwizard-panel-param.d.ts +0 -7
- package/out/control/wizardpanel/iwizard-panel-param.js +0 -1
- package/out/dataentity/logic/idecancel-wflogic.d.ts +0 -23
- package/out/dataentity/logic/idecancel-wflogic.js +0 -1
- package/src/app/isub-app-ref.ts +0 -48
- package/src/control/ajax/iajax-control-handler.ts +0 -48
- package/src/control/ajax/imdajax-control-handler.ts +0 -31
- package/src/control/ajax/isdajax-control-handler.ts +0 -8
- package/src/control/calendar/icalendar-param.ts +0 -8
- package/src/control/calendar/isys-calendar-param.ts +0 -8
- package/src/control/captionbar/icaption-bar-param.ts +0 -8
- package/src/control/chart/idechart-handler.ts +0 -8
- package/src/control/chart/idechart-param.ts +0 -8
- package/src/control/counter/idedrcounter.ts +0 -8
- package/src/control/custom/icustom-control-handler.ts +0 -8
- package/src/control/custom/icustom-control-param.ts +0 -8
- package/src/control/dashboard/idashboard-param.ts +0 -8
- package/src/control/dashboard/idbapp-menu-portlet-part-param.ts +0 -8
- package/src/control/dashboard/idbapp-view-portlet-part-param.ts +0 -8
- package/src/control/dashboard/idbcontainer-portlet-part-param.ts +0 -8
- package/src/control/dashboard/idbportlet-part-param.ts +0 -8
- package/src/control/dashboard/idbraw-item-portlet-part-param.ts +0 -8
- package/src/control/dashboard/idbsys-portlet-part-param.ts +0 -8
- package/src/control/dashboard/isys-dashboard-param.ts +0 -8
- package/src/control/datainfobar/idata-info-bar-param.ts +0 -8
- package/src/control/dataview/idedata-view-handler.ts +0 -8
- package/src/control/dataview/idedata-view-param.ts +0 -8
- package/src/control/dataview/idekanban-handler.ts +0 -8
- package/src/control/dataview/idekanban-param.ts +0 -8
- package/src/control/drctrl/idedrbar-param.ts +0 -8
- package/src/control/drctrl/idedrctrl-param.ts +0 -8
- package/src/control/drctrl/idedrtab-param.ts +0 -8
- package/src/control/expbar/icalendar-exp-bar-param.ts +0 -8
- package/src/control/expbar/ichart-exp-bar-param.ts +0 -8
- package/src/control/expbar/idata-view-exp-bar-param.ts +0 -8
- package/src/control/expbar/iexp-bar-param.ts +0 -8
- package/src/control/expbar/igantt-exp-bar-param.ts +0 -8
- package/src/control/expbar/igrid-exp-bar-param.ts +0 -8
- package/src/control/expbar/ilist-exp-bar-param.ts +0 -8
- package/src/control/expbar/imap-exp-bar-param.ts +0 -8
- package/src/control/expbar/itab-exp-panel-param.ts +0 -8
- package/src/control/expbar/itree-exp-bar-param.ts +0 -8
- package/src/control/expbar/iwfexp-bar-param.ts +0 -8
- package/src/control/form/ideedit-form-handler.ts +0 -8
- package/src/control/form/ideedit-form-param.ts +0 -16
- package/src/control/form/ideform-param.ts +0 -8
- package/src/control/form/idesearch-form-handler.ts +0 -8
- package/src/control/form/idesearch-form-param.ts +0 -8
- package/src/control/form/idewizard-edit-form-param.ts +0 -16
- package/src/control/grid/idegrid-handler.ts +0 -8
- package/src/control/grid/idegrid-param.ts +0 -8
- package/src/control/grid/idemulti-edit-view-panel-param.ts +0 -8
- package/src/control/grid/idetree-grid-param.ts +0 -8
- package/src/control/iajax-control-param.ts +0 -22
- package/src/control/imdajax-control-param.ts +0 -8
- package/src/control/isdajax-control-param.ts +0 -8
- package/src/control/list/idelist-handler.ts +0 -8
- package/src/control/list/idelist-param.ts +0 -8
- package/src/control/list/idemob-mdctrl-param.ts +0 -8
- package/src/control/map/imap-param.ts +0 -8
- package/src/control/map/isys-map-param.ts +0 -8
- package/src/control/menu/iapp-menu-param.ts +0 -8
- package/src/control/menu/icontext-menu-param.ts +0 -15
- package/src/control/panel/ipanel-handler.ts +0 -8
- package/src/control/panel/isys-panel-handler.ts +0 -8
- package/src/control/toolbar/idecontext-menu-param.ts +0 -11
- package/src/control/toolbar/idetoolbar-param.ts +0 -15
- package/src/control/tree/idegantt-param.ts +0 -8
- package/src/control/tree/idetree-grid-ex-param.ts +0 -8
- package/src/control/tree/idetree-handler.ts +0 -8
- package/src/control/tree/idetree-param.ts +0 -8
- package/src/control/viewpanel/idetab-view-panel-param.ts +0 -36
- package/src/control/viewpanel/ideview-panel-param.ts +0 -8
- package/src/control/wizardpanel/idestate-wizard-panel-param.ts +0 -8
- package/src/control/wizardpanel/idewizard-panel-param.ts +0 -8
- package/src/control/wizardpanel/iwizard-panel-param.ts +0 -8
- 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}
|
|
@@ -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
|
-
|
|
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
|
|
10
|
-
}
|
|
8
|
+
export type IDBRawItemPortletPart = IDBPortletPart;
|
|
@@ -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 {
|
|
13
|
+
* @type {string}
|
|
15
14
|
* 来源 getPSAppView
|
|
16
15
|
*/
|
|
17
|
-
|
|
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
|
-
*
|
|
49
|
-
* 来源
|
|
47
|
+
* 重置项名称集合
|
|
48
|
+
*
|
|
49
|
+
* 来源 getResetItemNames
|
|
50
50
|
*/
|
|
51
|
-
|
|
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
|
|
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
|
|
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
|
|
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}
|