@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
|
@@ -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?:
|
|
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
|
-
|
|
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
|
|
9
|
+
export type IDBRawItemPortletPart = IDBPortletPart
|
|
@@ -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 {
|
|
16
|
+
* @type {string}
|
|
18
17
|
* 来源 getPSAppView
|
|
19
18
|
*/
|
|
20
|
-
|
|
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
|
-
*
|
|
55
|
-
* 来源
|
|
53
|
+
* 重置项名称集合
|
|
54
|
+
*
|
|
55
|
+
* 来源 getResetItemNames
|
|
56
56
|
*/
|
|
57
|
-
|
|
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
|
|
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}
|
|
@@ -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
|
}
|
|
@@ -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
|
|
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?:
|
|
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
|
* 触发逻辑类型
|
|
@@ -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
|
|
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}
|
|
@@ -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
|
|
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
|
|
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}
|