@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
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { IDEViewPanelParam } from './ideview-panel-param';
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* @export
|
|
5
|
-
* @interface IDETabViewPanelParam
|
|
6
|
-
*/
|
|
7
|
-
export interface IDETabViewPanelParam extends IDEViewPanelParam {
|
|
8
|
-
/**
|
|
9
|
-
* 导航过滤项
|
|
10
|
-
* @type {string}
|
|
11
|
-
* 来源 getNavFilter
|
|
12
|
-
*/
|
|
13
|
-
navFilter?: string;
|
|
14
|
-
/**
|
|
15
|
-
* 导航关系名称
|
|
16
|
-
* @type {string}
|
|
17
|
-
* 来源 getNavPSDERName
|
|
18
|
-
*/
|
|
19
|
-
navDERName?: string;
|
|
20
|
-
/**
|
|
21
|
-
* 访问操作标识
|
|
22
|
-
* @type {string}
|
|
23
|
-
* 来源 getPSDEOPPrivId
|
|
24
|
-
*/
|
|
25
|
-
deopprivId?: string;
|
|
26
|
-
/**
|
|
27
|
-
* 标题图标
|
|
28
|
-
* @type {string}
|
|
29
|
-
* 来源 getPSSysImageId
|
|
30
|
-
*/
|
|
31
|
-
sysImageId?: string;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { IDELogicNode } from './idelogic-node';
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* 继承父接口类型值[CANCELWF]
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IDECancelWFLogic
|
|
7
|
-
*/
|
|
8
|
-
export interface IDECancelWFLogic extends IDELogicNode {
|
|
9
|
-
/**
|
|
10
|
-
* 目标逻辑参数对象
|
|
11
|
-
*
|
|
12
|
-
* @type {string}
|
|
13
|
-
* 来源 getDstPSDELogicParam
|
|
14
|
-
*/
|
|
15
|
-
dstDELogicParamId?: string;
|
|
16
|
-
/**
|
|
17
|
-
* 应用工作流对象
|
|
18
|
-
*
|
|
19
|
-
* @type {string}
|
|
20
|
-
* 来源 getPSAppWF
|
|
21
|
-
*/
|
|
22
|
-
appWFId?: string;
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/src/app/isub-app-ref.ts
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { IAppMenuModel } from './appmenu/iapp-menu-model';
|
|
2
|
-
import { IModelObject } from '../imodel-object';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* @export
|
|
7
|
-
* @interface ISubAppRef
|
|
8
|
-
*/
|
|
9
|
-
export interface ISubAppRef extends IModelObject {
|
|
10
|
-
/**
|
|
11
|
-
* 应用实体界面行为组集合
|
|
12
|
-
*
|
|
13
|
-
* @type {string[]}
|
|
14
|
-
* 来源 getAllPSAppDEUIActionGroups
|
|
15
|
-
*/
|
|
16
|
-
appDEUIActionGroupIds?: string[];
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* 应用视图集合
|
|
20
|
-
*
|
|
21
|
-
* @type {string[]}
|
|
22
|
-
* 来源 getAllPSAppViews
|
|
23
|
-
*/
|
|
24
|
-
appViewIds?: string[];
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* 应用实体关系部件集合
|
|
28
|
-
*
|
|
29
|
-
* @type {string[]}
|
|
30
|
-
* 来源 getAllPSDEDRControls
|
|
31
|
-
*/
|
|
32
|
-
dedrcontrolIds?: string[];
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* 模型戳
|
|
36
|
-
* @type {string}
|
|
37
|
-
* 来源 getModelStamp
|
|
38
|
-
*/
|
|
39
|
-
modelStamp?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* 应用菜单模型
|
|
43
|
-
*
|
|
44
|
-
* @type {IAppMenuModel}
|
|
45
|
-
* 来源 getPSAppMenuModel
|
|
46
|
-
*/
|
|
47
|
-
appMenuModel?: IAppMenuModel;
|
|
48
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { IModelObject } from '../../imodel-object';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IAjaxControlHandler
|
|
7
|
-
*/
|
|
8
|
-
export interface IAjaxControlHandler extends IModelObject {
|
|
9
|
-
/**
|
|
10
|
-
* 缓存范围
|
|
11
|
-
* @description 值模式 [部件后台处理对象缓存范围] {0:无、 1:系统全局、 2:组织机构全局、 3:用户全局、 4:应用全局 }
|
|
12
|
-
* @type {( number | 0 | 1 | 2 | 3 | 4)}
|
|
13
|
-
* @default 0
|
|
14
|
-
*/
|
|
15
|
-
cacheScope: number | 0 | 1 | 2 | 3 | 4;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 缓存超时时长(毫秒)
|
|
19
|
-
* @type {number}
|
|
20
|
-
* @default -1
|
|
21
|
-
*/
|
|
22
|
-
cacheTimeout: number;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* 统一状态监控属性
|
|
26
|
-
* @type {string}
|
|
27
|
-
*/
|
|
28
|
-
uniStateField: string;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* 缓存统一状态主键属性
|
|
32
|
-
* @type {string}
|
|
33
|
-
*/
|
|
34
|
-
uniStateKeyValue: string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* 支持缓存
|
|
38
|
-
* @type {boolean}
|
|
39
|
-
* @default false
|
|
40
|
-
*/
|
|
41
|
-
enableCache: boolean;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* 支持属性级权限
|
|
45
|
-
* @type {boolean}
|
|
46
|
-
*/
|
|
47
|
-
enableDEFieldPrivilege: boolean;
|
|
48
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { IAjaxControlHandler } from './iajax-control-handler';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IMDAjaxControlHandler
|
|
7
|
-
*/
|
|
8
|
-
export interface IMDAjaxControlHandler extends IAjaxControlHandler {
|
|
9
|
-
/**
|
|
10
|
-
* 获取数据超时(毫秒)
|
|
11
|
-
* @type {number}
|
|
12
|
-
* @default -1
|
|
13
|
-
*/
|
|
14
|
-
fetchTimeout: number;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* 用户数据范围对象
|
|
18
|
-
*
|
|
19
|
-
* @type {string}
|
|
20
|
-
* 来源 getPSSysUserDR
|
|
21
|
-
*/
|
|
22
|
-
sysUserDRId: string;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* 用户数据范围对象2
|
|
26
|
-
*
|
|
27
|
-
* @type {string}
|
|
28
|
-
* 来源 getPSSysUserDR2
|
|
29
|
-
*/
|
|
30
|
-
sysUserDR2Id: string;
|
|
31
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ISDAjaxControlParam } from '../isdajax-control-param';
|
|
2
|
-
import { IDEFormParam } from './ideform-param';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* @export
|
|
7
|
-
* @interface IDEEditFormParam
|
|
8
|
-
*/
|
|
9
|
-
export interface IDEEditFormParam extends IDEFormParam, ISDAjaxControlParam {
|
|
10
|
-
/**
|
|
11
|
-
* 自动保存
|
|
12
|
-
* @type {boolean}
|
|
13
|
-
* 来源 isEnableAutoSave
|
|
14
|
-
*/
|
|
15
|
-
enableAutoSave?: boolean;
|
|
16
|
-
}
|