@ibiz/model-core 0.0.10 → 0.0.14
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/CHANGELOG.md +24 -0
- package/out/app/dataentity/iapp-deaction.d.ts +7 -0
- package/out/app/dataentity/iapp-demethod-dtofield.d.ts +7 -0
- package/out/app/dataentity/iapp-demethod-return.d.ts +3 -3
- package/out/app/iapplication-logic.d.ts +3 -9
- package/out/app/iapplication.d.ts +7 -0
- package/out/app/view/iapp-demob-mdview.d.ts +2 -2
- package/out/app/view/iapp-demob-pickup-view.d.ts +2 -2
- package/out/app/view/iapp-demob-redirect-view.d.ts +2 -2
- package/out/app/view/iapp-demob-tab-explorer-view.d.ts +2 -2
- package/out/app/view/iapp-demob-tab-search-view.d.ts +2 -2
- package/out/app/view/iapp-demob-tree-explorer-view.d.ts +2 -2
- package/out/app/view/iapp-demob-wfaction-view.d.ts +2 -1
- package/out/app/view/iapp-demob-wfedit-view.d.ts +2 -1
- package/out/app/view/iapp-demob-wizard-view.d.ts +2 -2
- package/out/app/view/iapp-detab-explorer-view.d.ts +3 -2
- package/out/app/view/iapp-view-logic.d.ts +3 -3
- package/out/control/calendar/icalendar-item.d.ts +2 -1
- package/out/control/chart/ichart-axis.d.ts +2 -1
- package/out/control/chart/ichart-series.d.ts +2 -2
- package/out/control/dataview/idedata-view-item.d.ts +2 -2
- package/out/control/drctrl/idedrctrl-item.d.ts +2 -1
- package/out/control/editor/ilist-box-picker.d.ts +4 -1
- package/out/control/editor/imail-address.d.ts +3 -1
- package/out/control/editor/ipicker-editor.d.ts +1 -5
- package/out/control/editor/ipicker.d.ts +2 -1
- package/out/control/expbar/itab-exp-panel.d.ts +3 -2
- package/out/control/form/idefdcat-group-logic.d.ts +7 -0
- package/out/control/form/idefiupdate-detail.d.ts +1 -8
- package/out/control/form/ideform-detail.d.ts +8 -2
- package/out/control/grid/idegeiupdate-detail.d.ts +1 -8
- package/out/control/grid/idegrid-column.d.ts +2 -2
- package/out/control/icontrol-attribute.d.ts +20 -0
- package/out/control/icontrol-attribute.js +1 -0
- package/out/control/icontrol-item-navigatable.d.ts +9 -0
- package/out/control/icontrol-item-navigatable.js +1 -0
- package/out/control/icontrol-item.d.ts +32 -0
- package/out/control/icontrol-item.js +1 -0
- package/out/control/icontrol-logic.d.ts +0 -6
- package/out/control/icontrol-render.d.ts +27 -0
- package/out/control/icontrol-render.js +1 -0
- package/out/control/icontrol.d.ts +16 -0
- package/out/control/iraw-item-base.d.ts +7 -0
- package/out/control/list/ilist-item.d.ts +2 -2
- package/out/control/map/imap-item.d.ts +2 -1
- package/out/control/menu/iapp-menu-item.d.ts +6 -0
- package/out/control/menu/imenu-item.d.ts +2 -2
- package/out/control/panel/ipanel-button.d.ts +3 -3
- package/out/control/panel/ipanel-container.d.ts +6 -0
- package/out/control/panel/ipanel-item-cat-group-logic.d.ts +7 -0
- package/out/control/panel/ipanel-item.d.ts +8 -1
- package/out/control/panel/ipanel-logic.d.ts +3 -3
- package/out/control/searchbar/isearch-bar-item.d.ts +8 -2
- package/out/control/toolbar/idetoolbar-item.d.ts +8 -2
- package/out/control/tree/idetree-column.d.ts +2 -2
- package/out/control/tree/idetree-node.d.ts +2 -1
- package/out/dataentity/ac/ideacmode-data-item.d.ts +7 -1
- package/out/dataentity/action/ideaction-logic.d.ts +8 -0
- package/out/dataentity/action/ideaction.d.ts +7 -0
- package/out/dataentity/dataexport/idedata-export-item.d.ts +7 -0
- package/out/dataentity/dataimport/idedata-import.d.ts +7 -0
- package/out/dataentity/logic/ideaggregate-param-logic.d.ts +23 -0
- package/out/dataentity/logic/ideaggregate-param-logic.js +1 -0
- package/out/dataentity/logic/idecopy-param-logic.d.ts +13 -0
- package/out/dataentity/logic/idefilter-param-logic.d.ts +23 -0
- package/out/dataentity/logic/idefilter-param-logic.js +1 -0
- package/out/dataentity/logic/idefilter-param2-logic.d.ts +23 -0
- package/out/dataentity/logic/idefilter-param2-logic.js +1 -0
- package/out/dataentity/logic/idelogic-link.d.ts +7 -0
- package/out/dataentity/logic/idelogic-node-base.d.ts +3 -3
- package/out/dataentity/logic/idelogic-node-param-base.d.ts +9 -9
- package/out/dataentity/logic/idelogic-param.d.ts +7 -0
- package/out/dataentity/logic/idemerge-param-logic.d.ts +30 -0
- package/out/dataentity/logic/idemerge-param-logic.js +1 -0
- package/out/dataentity/logic/ideuilogic-link.d.ts +7 -0
- package/out/dataentity/logic/ideuilogic-param.d.ts +7 -0
- package/out/exports.d.ts +6 -0
- package/out/imodel-object.d.ts +1 -0
- package/out/res/ilanguage-res.d.ts +0 -6
- package/out/view/iuiaction-group-detail.d.ts +0 -7
- package/package.json +1 -1
- package/src/app/dataentity/iapp-deaction-input.ts +1 -1
- package/src/app/dataentity/iapp-deaction.ts +8 -0
- package/src/app/dataentity/iapp-dedata-export.ts +1 -1
- package/src/app/dataentity/iapp-defvalue-rule.ts +1 -1
- package/src/app/dataentity/iapp-delogic-link-cond.ts +1 -1
- package/src/app/dataentity/iapp-delogic-link.ts +1 -1
- package/src/app/dataentity/iapp-delogic-node-param.ts +1 -1
- package/src/app/dataentity/iapp-delogic-node.ts +1 -1
- package/src/app/dataentity/iapp-delogic.ts +1 -1
- package/src/app/dataentity/iapp-demethod-dtofield.ts +8 -0
- package/src/app/dataentity/iapp-demethod-return.ts +3 -2
- package/src/app/dataentity/iapp-deprint.ts +1 -1
- package/src/app/dataentity/iapp-deuilogic-link-cond.ts +1 -1
- package/src/app/dataentity/iapp-deuilogic-link.ts +1 -1
- package/src/app/dataentity/iapp-deuilogic-node-param.ts +1 -1
- package/src/app/dataentity/iapp-deuilogic-param.ts +1 -1
- package/src/app/dataentity/iapp-deuilogic.ts +1 -1
- package/src/app/iapplication-logic.ts +4 -9
- package/src/app/iapplication.ts +8 -0
- package/src/app/logic/iapp-uilogic-ref-view.ts +1 -1
- package/src/app/msg/iapp-msg-templ.ts +1 -1
- package/src/app/util/iapp-draft-storage-util.ts +1 -1
- package/src/app/util/iapp-dyna-dashboard-util.ts +1 -1
- package/src/app/util/iapp-filter-storage-util.ts +1 -1
- package/src/app/valuerule/iapp-value-rule.ts +1 -1
- package/src/app/view/iapp-data-relation-view.ts +1 -1
- package/src/app/view/iapp-decalendar-view.ts +1 -1
- package/src/app/view/iapp-decustom-view.ts +1 -1
- package/src/app/view/iapp-dedata-view.ts +1 -1
- package/src/app/view/iapp-degantt-view.ts +1 -1
- package/src/app/view/iapp-degrid-view8.ts +1 -1
- package/src/app/view/iapp-dekanban-view.ts +1 -1
- package/src/app/view/iapp-delist-view.ts +1 -1
- package/src/app/view/iapp-demap-view.ts +1 -1
- package/src/app/view/iapp-demedit-view.ts +1 -1
- package/src/app/view/iapp-demob-mdview.ts +2 -2
- package/src/app/view/iapp-demob-pickup-view.ts +2 -2
- package/src/app/view/iapp-demob-redirect-view.ts +2 -2
- package/src/app/view/iapp-demob-tab-explorer-view.ts +2 -2
- package/src/app/view/iapp-demob-tab-search-view.ts +2 -2
- package/src/app/view/iapp-demob-tree-explorer-view.ts +2 -2
- package/src/app/view/iapp-demob-wfaction-view.ts +3 -1
- package/src/app/view/iapp-demob-wfdyna-action-view.ts +1 -1
- package/src/app/view/iapp-demob-wfdyna-exp-mdview.ts +1 -1
- package/src/app/view/iapp-demob-wfedit-view.ts +2 -0
- package/src/app/view/iapp-demob-wizard-view.ts +2 -2
- package/src/app/view/iapp-depanel-view.ts +1 -1
- package/src/app/view/iapp-depickup-view.ts +1 -1
- package/src/app/view/iapp-desearch-view2.ts +1 -1
- package/src/app/view/iapp-detab-explorer-view.ts +14 -2
- package/src/app/view/iapp-detree-grid-ex-view.ts +1 -1
- package/src/app/view/iapp-detree-grid-view.ts +1 -1
- package/src/app/view/iapp-detree-view.ts +1 -1
- package/src/app/view/iapp-deview-logic.ts +1 -1
- package/src/app/view/iapp-dewfdata-redirect-view.ts +1 -1
- package/src/app/view/iapp-dewfdyna-action-view.ts +1 -1
- package/src/app/view/iapp-dewfdyna-exp-grid-view.ts +1 -1
- package/src/app/view/iapp-dewfdyna-start-view.ts +1 -1
- package/src/app/view/iapp-dewfproxy-data-view.ts +1 -1
- package/src/app/view/iapp-dewfproxy-result-view.ts +1 -1
- package/src/app/view/iapp-dewfproxy-start-view.ts +1 -1
- package/src/app/view/iapp-dewizard-view.ts +1 -1
- package/src/app/view/iapp-func-pickup-view.ts +1 -1
- package/src/app/view/iapp-sub-app-ref-view.ts +1 -1
- package/src/app/view/iapp-util-view.ts +1 -1
- package/src/app/view/iapp-view-logic.ts +4 -2
- package/src/app/wf/iapp-wfuiaction.ts +1 -1
- package/src/control/calendar/icalendar-item.ts +3 -1
- package/src/control/calendar/idecalendar-item.ts +1 -1
- package/src/control/chart/ichart-angle-axis.ts +1 -1
- package/src/control/chart/ichart-axis.ts +2 -1
- package/src/control/chart/ichart-coordinate-system-none.ts +1 -1
- package/src/control/chart/ichart-coordinate-system-polar.ts +1 -1
- package/src/control/chart/ichart-data-item.ts +1 -1
- package/src/control/chart/ichart-grid-axis.ts +1 -1
- package/src/control/chart/ichart-parallel-axis.ts +1 -1
- package/src/control/chart/ichart-polar-axis.ts +1 -1
- package/src/control/chart/ichart-radar.ts +1 -1
- package/src/control/chart/ichart-radius-axis.ts +1 -1
- package/src/control/chart/ichart-series-boxplot.ts +1 -1
- package/src/control/chart/ichart-series-candlestick.ts +1 -1
- package/src/control/chart/ichart-series-csgeo-encode.ts +1 -1
- package/src/control/chart/ichart-series-csnone.ts +1 -1
- package/src/control/chart/ichart-series-cspolar-encode.ts +1 -1
- package/src/control/chart/ichart-series-cssingle-encode.ts +1 -1
- package/src/control/chart/ichart-series-custom.ts +1 -1
- package/src/control/chart/ichart-series-graph.ts +1 -1
- package/src/control/chart/ichart-series-heatmap.ts +1 -1
- package/src/control/chart/ichart-series-lines.ts +1 -1
- package/src/control/chart/ichart-series-parallel.ts +1 -1
- package/src/control/chart/ichart-series-pictorial-bar.ts +1 -1
- package/src/control/chart/ichart-series-radar.ts +1 -1
- package/src/control/chart/ichart-series-sankey.ts +1 -1
- package/src/control/chart/ichart-series-scatter.ts +1 -1
- package/src/control/chart/ichart-series-sunburst.ts +1 -1
- package/src/control/chart/ichart-series-theme-river.ts +1 -1
- package/src/control/chart/ichart-series-tree.ts +1 -1
- package/src/control/chart/ichart-series-treemap.ts +1 -1
- package/src/control/chart/ichart-series.ts +2 -2
- package/src/control/chart/ichart-single-axis.ts +1 -1
- package/src/control/chart/ichart-single.ts +1 -1
- package/src/control/chart/ichart-visual-map.ts +1 -1
- package/src/control/chart/ichart-xaxis.ts +1 -1
- package/src/control/chart/ichart-yaxis.ts +1 -1
- package/src/control/chart/idechart-axes.ts +1 -1
- package/src/control/chart/idechart-object.ts +1 -1
- package/src/control/chart/idechart-visual-map.ts +1 -1
- package/src/control/chart/iecharts-object.ts +1 -1
- package/src/control/dashboard/idashboard-container.ts +1 -1
- package/src/control/dashboard/idbchart-portlet.ts +1 -1
- package/src/control/dashboard/idbcustom-portlet-part.ts +1 -1
- package/src/control/dashboard/idblist-portlet-part.ts +1 -1
- package/src/control/dashboard/idbmenu-portlet-part.ts +1 -1
- package/src/control/dashboard/idbtoolbar-portlet.ts +1 -1
- package/src/control/dashboard/idedashboard.ts +1 -1
- package/src/control/datainfobar/idata-info-bar.ts +1 -1
- package/src/control/dataview/idedata-view-item.ts +2 -2
- package/src/control/drctrl/idedrctrl-item.ts +2 -1
- package/src/control/drctrl/idedrtab-page.ts +1 -1
- package/src/control/drctrl/idrtab.ts +1 -1
- package/src/control/editor/ibar-code-reader.ts +1 -1
- package/src/control/editor/ibar-code2-dreader.ts +1 -1
- package/src/control/editor/icascader.ts +1 -1
- package/src/control/editor/icheck-box-list.ts +1 -1
- package/src/control/editor/icheck-box.ts +1 -1
- package/src/control/editor/icolor-picker.ts +1 -1
- package/src/control/editor/idate-range.ts +1 -1
- package/src/control/editor/ihidden.ts +1 -1
- package/src/control/editor/ihtml.ts +1 -1
- package/src/control/editor/iipaddress.ts +1 -1
- package/src/control/editor/ilist-box-picker.ts +6 -1
- package/src/control/editor/ilist-box.ts +1 -1
- package/src/control/editor/imail-address.ts +2 -1
- package/src/control/editor/imap-picker.ts +1 -1
- package/src/control/editor/imdrop-down-list.ts +1 -1
- package/src/control/editor/impicker.ts +1 -1
- package/src/control/editor/inumber-range.ts +1 -1
- package/src/control/editor/ioffice.ts +1 -1
- package/src/control/editor/ipassword.ts +1 -1
- package/src/control/editor/ipicker-editor.ts +1 -8
- package/src/control/editor/ipicker.ts +5 -1
- package/src/control/editor/ipredefined.ts +1 -1
- package/src/control/editor/iradio-button-list.ts +1 -1
- package/src/control/editor/irating.ts +1 -1
- package/src/control/editor/islider.ts +1 -1
- package/src/control/editor/itext-area.ts +1 -1
- package/src/control/expbar/icalendar-exp-bar.ts +1 -1
- package/src/control/expbar/ichart-exp-bar.ts +1 -1
- package/src/control/expbar/idata-view-exp-bar.ts +1 -1
- package/src/control/expbar/igantt-exp-bar.ts +1 -1
- package/src/control/expbar/igrid-exp-bar.ts +1 -1
- package/src/control/expbar/ilist-exp-bar.ts +1 -1
- package/src/control/expbar/imap-exp-bar.ts +1 -1
- package/src/control/expbar/itab-exp-panel.ts +14 -2
- package/src/control/expbar/itree-exp-bar.ts +1 -1
- package/src/control/expbar/iwfexp-bar.ts +1 -1
- package/src/control/form/ideedit-form-item.ts +1 -1
- package/src/control/form/idefdcat-group-logic.ts +16 -0
- package/src/control/form/idefiupdate-detail.ts +1 -8
- package/src/control/form/ideform-data-item.ts +1 -1
- package/src/control/form/ideform-detail.ts +9 -2
- package/src/control/form/idesearch-form-item.ts +1 -1
- package/src/control/grid/idegeiupdate-detail.ts +1 -8
- package/src/control/grid/idegrid-column.ts +2 -2
- package/src/control/grid/idetree-grid-field-column.ts +1 -1
- package/src/control/grid/idetree-grid.ts +1 -1
- package/src/control/icontrol-attribute.ts +22 -0
- package/src/control/icontrol-item-navigatable.ts +11 -0
- package/src/control/icontrol-item.ts +35 -0
- package/src/control/icontrol-logic.ts +0 -7
- package/src/control/icontrol-nav-context.ts +1 -1
- package/src/control/icontrol-nav-param.ts +1 -1
- package/src/control/icontrol-object-navigatable.ts +1 -1
- package/src/control/icontrol-render.ts +30 -0
- package/src/control/icontrol.ts +18 -0
- package/src/control/imdcontrol2.ts +1 -1
- package/src/control/inavigate-context.ts +1 -1
- package/src/control/iraw-item-base.ts +8 -0
- package/src/control/iraw-item-param.ts +1 -1
- package/src/control/layout/iabsolute-layout.ts +1 -1
- package/src/control/layout/iborder-layout.ts +1 -1
- package/src/control/layout/itable-layout-pos.ts +1 -1
- package/src/control/layout/itable-layout.ts +1 -1
- package/src/control/list/ilist-item.ts +2 -2
- package/src/control/map/imap-item.ts +3 -1
- package/src/control/menu/iapp-menu-item.ts +7 -0
- package/src/control/menu/icontext-menu.ts +1 -1
- package/src/control/menu/imenu-item.ts +2 -2
- package/src/control/menu/imenu.ts +1 -1
- package/src/control/panel/ilayout-panel.ts +1 -1
- package/src/control/panel/ipanel-button.ts +15 -2
- package/src/control/panel/ipanel-container.ts +7 -0
- package/src/control/panel/ipanel-ctrl-pos.ts +1 -1
- package/src/control/panel/ipanel-engine.ts +1 -1
- package/src/control/panel/ipanel-item-cat-group-logic.ts +16 -0
- package/src/control/panel/ipanel-item.ts +9 -1
- package/src/control/panel/ipanel-logic.ts +4 -2
- package/src/control/panel/ipanel-tab-page.ts +1 -1
- package/src/control/panel/isys-panel-data-item.ts +1 -1
- package/src/control/panel/isys-panel-item.ts +1 -1
- package/src/control/panel/isys-panel-logic.ts +1 -1
- package/src/control/panel/isys-panel-model.ts +1 -1
- package/src/control/panel/isys-panel.ts +1 -1
- package/src/control/rawitem/iplaceholder-item.ts +1 -1
- package/src/control/rawitem/ivideo-item.ts +1 -1
- package/src/control/searchbar/isearch-bar-item.ts +9 -2
- package/src/control/searchbar/isearch-bar-param.ts +1 -1
- package/src/control/searchbar/isys-search-bar-item.ts +1 -1
- package/src/control/searchbar/isys-search-bar-param.ts +1 -1
- package/src/control/searchbar/isys-search-bar.ts +1 -1
- package/src/control/titlebar/iapp-title-bar.ts +1 -1
- package/src/control/titlebar/isys-title-bar.ts +1 -1
- package/src/control/titlebar/ititle-bar-param.ts +1 -1
- package/src/control/toolbar/idecmseperator-item.ts +1 -1
- package/src/control/toolbar/idecontext-menu-item.ts +1 -1
- package/src/control/toolbar/idetoolbar-item.ts +9 -2
- package/src/control/tree/idetree-column.ts +2 -2
- package/src/control/tree/idetree-grid-ex.ts +1 -1
- package/src/control/tree/idetree-node.ts +3 -1
- package/src/control/viewpanel/idepickup-view-panel.ts +1 -1
- package/src/control/wizardpanel/idestate-wizard-panel.ts +1 -1
- package/src/dataentity/ac/ideacmode-data-item.ts +8 -2
- package/src/dataentity/action/ideaction-logic.ts +9 -0
- package/src/dataentity/action/ideaction.ts +8 -0
- package/src/dataentity/dataexport/idedata-export-item.ts +8 -0
- package/src/dataentity/dataimport/idedata-import.ts +8 -0
- package/src/dataentity/defield/valuerule/idefdata-range-rule.ts +1 -1
- package/src/dataentity/defield/valuerule/idefvrvalue-recursion-condition.ts +1 -1
- package/src/dataentity/logic/ideaggregate-param-logic.ts +25 -0
- package/src/dataentity/logic/idebegin-logic.ts +1 -1
- package/src/dataentity/logic/idecopy-param-logic.ts +15 -0
- package/src/dataentity/logic/idefilter-param-logic.ts +25 -0
- package/src/dataentity/logic/idefilter-param2-logic.ts +25 -0
- package/src/dataentity/logic/idelogic-link-cond.ts +1 -1
- package/src/dataentity/logic/idelogic-link.ts +8 -0
- package/src/dataentity/logic/idelogic-node-base.ts +7 -2
- package/src/dataentity/logic/idelogic-node-param-base.ts +11 -9
- package/src/dataentity/logic/idelogic-param.ts +8 -0
- package/src/dataentity/logic/idemerge-param-logic.ts +33 -0
- package/src/dataentity/logic/ideprepare-param-logic.ts +1 -1
- package/src/dataentity/logic/ideuibegin-logic.ts +1 -1
- package/src/dataentity/logic/ideuilogic-link-cond.ts +1 -1
- package/src/dataentity/logic/ideuilogic-link.ts +8 -0
- package/src/dataentity/logic/ideuilogic-param.ts +8 -0
- package/src/dataentity/logic/ideview-logic.ts +1 -1
- package/src/dataentity/uiaction/ideuiaction-group.ts +1 -1
- package/src/exports.ts +6 -0
- package/src/imodel-object.ts +2 -0
- package/src/res/ilanguage-res.ts +0 -7
- package/src/view/iuiaction-group-detail.ts +0 -8
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
2
|
-
import { IModelObject } from '../../imodel-object';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IMenuItem
|
|
8
8
|
*/
|
|
9
|
-
export interface IMenuItem extends
|
|
9
|
+
export interface IMenuItem extends IControlItem {
|
|
10
10
|
/**
|
|
11
11
|
* 访问用户模式
|
|
12
12
|
* @description 值模式 [视图访问用户] {0:未指定、 2:登录用户、 3:匿名用户及登录用户、 4:登录用户且拥有指定资源能力 }
|
|
@@ -10,8 +10,8 @@ import { IPanelItem } from './ipanel-item';
|
|
|
10
10
|
export interface IPanelButton extends IPanelItem, IButtonBase {
|
|
11
11
|
/**
|
|
12
12
|
* 按钮行为类型
|
|
13
|
-
* @description 值模式 [面板按钮行为类型] {NONE:无处理、 UIACTION:界面行为、 UILOGIC:界面逻辑、 OPENVIEW:打开应用视图、 OPENDEVIEW:打开实体视图、 OPENSYSPDTVIEW:打开系统预置视图、 OPENHTMLPAGE:打开链接、 DATA_CREATEOBJECT:建立数据、 DATA_SAVECHANGES:保存变更、 DATA_CANCELCHANGES:取消变更、 DATA_REMOVEOBJECT:删除数据、 DATA_SYNCHRONIZE:同步数据、 APP_LOGIN:登录操作、 APP_LOGOUT:登出操作、 CUSTOM:自定义代码 }
|
|
14
|
-
* @type {( string | 'NONE' | 'UIACTION' | 'UILOGIC' | 'OPENVIEW' | 'OPENDEVIEW' | 'OPENSYSPDTVIEW' | 'OPENHTMLPAGE' | 'DATA_CREATEOBJECT' | 'DATA_SAVECHANGES' | 'DATA_CANCELCHANGES' | 'DATA_REMOVEOBJECT' | 'DATA_SYNCHRONIZE' | 'APP_LOGIN' | 'APP_LOGOUT' | 'CUSTOM')}
|
|
13
|
+
* @description 值模式 [面板按钮行为类型] {NONE:无处理、 UIACTION:界面行为、 UILOGIC:界面逻辑、 OPENVIEW:打开应用视图、 OPENDEVIEW:打开实体视图、 OPENSYSPDTVIEW:打开系统预置视图、 OPENHTMLPAGE:打开链接、 DATA_CREATEOBJECT:建立数据、 DATA_SAVECHANGES:保存变更、 DATA_CANCELCHANGES:取消变更、 DATA_REMOVEOBJECT:删除数据、 DATA_SYNCHRONIZE:同步数据、 VIEW_OKACTION:确定(视图)、 VIEW_CANCELACTION:取消(视图)、 VIEW_YESACTION:是(视图)、 VIEW_NOACTION:否(视图)、 UTIL_ADDSELECTION:添加选中数据(数据选择)、 UTIL_REMOVESELECTION:移除选中数据(数据选择)、 UTIL_ADDALL:添加全部数据(数据选择)、 UTIL_REMOVEALL:移除全部数据(数据选择)、 UTIL_PREVSTEP:上一步(向导)、 UTIL_NEXTSTEP:下一步(向导)、 UTIL_FINISH:完成(向导)、 UTIL_SEARCH:搜索(搜索栏)、 UTIL_RESET:重置(搜索栏)、 APP_LOGIN:登录操作、 APP_LOGOUT:登出操作、 CUSTOM:自定义代码 }
|
|
14
|
+
* @type {( string | 'NONE' | 'UIACTION' | 'UILOGIC' | 'OPENVIEW' | 'OPENDEVIEW' | 'OPENSYSPDTVIEW' | 'OPENHTMLPAGE' | 'DATA_CREATEOBJECT' | 'DATA_SAVECHANGES' | 'DATA_CANCELCHANGES' | 'DATA_REMOVEOBJECT' | 'DATA_SYNCHRONIZE' | 'VIEW_OKACTION' | 'VIEW_CANCELACTION' | 'VIEW_YESACTION' | 'VIEW_NOACTION' | 'UTIL_ADDSELECTION' | 'UTIL_REMOVESELECTION' | 'UTIL_ADDALL' | 'UTIL_REMOVEALL' | 'UTIL_PREVSTEP' | 'UTIL_NEXTSTEP' | 'UTIL_FINISH' | 'UTIL_SEARCH' | 'UTIL_RESET' | 'APP_LOGIN' | 'APP_LOGOUT' | 'CUSTOM')}
|
|
15
15
|
* 来源 getActionType
|
|
16
16
|
*/
|
|
17
17
|
actionType?:
|
|
@@ -28,6 +28,19 @@ export interface IPanelButton extends IPanelItem, IButtonBase {
|
|
|
28
28
|
| 'DATA_CANCELCHANGES'
|
|
29
29
|
| 'DATA_REMOVEOBJECT'
|
|
30
30
|
| 'DATA_SYNCHRONIZE'
|
|
31
|
+
| 'VIEW_OKACTION'
|
|
32
|
+
| 'VIEW_CANCELACTION'
|
|
33
|
+
| 'VIEW_YESACTION'
|
|
34
|
+
| 'VIEW_NOACTION'
|
|
35
|
+
| 'UTIL_ADDSELECTION'
|
|
36
|
+
| 'UTIL_REMOVESELECTION'
|
|
37
|
+
| 'UTIL_ADDALL'
|
|
38
|
+
| 'UTIL_REMOVEALL'
|
|
39
|
+
| 'UTIL_PREVSTEP'
|
|
40
|
+
| 'UTIL_NEXTSTEP'
|
|
41
|
+
| 'UTIL_FINISH'
|
|
42
|
+
| 'UTIL_SEARCH'
|
|
43
|
+
| 'UTIL_RESET'
|
|
31
44
|
| 'APP_LOGIN'
|
|
32
45
|
| 'APP_LOGOUT'
|
|
33
46
|
| 'CUSTOM';
|
|
@@ -23,6 +23,13 @@ export interface IPanelContainer extends IPanelItem, IPanelDataRegion {
|
|
|
23
23
|
*/
|
|
24
24
|
panelItems?: IPanelItem[];
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* 预置类型
|
|
28
|
+
* @type {string}
|
|
29
|
+
* 来源 getPredefinedType
|
|
30
|
+
*/
|
|
31
|
+
predefinedType?: string;
|
|
32
|
+
|
|
26
33
|
/**
|
|
27
34
|
* 标题栏关闭模式
|
|
28
35
|
* @description 值模式 [分组标题栏关闭模式] {0:无关闭、 1:启用关闭(默认打开)、 2:启用关闭(默认关闭) }
|
|
@@ -6,6 +6,22 @@ import { IPanelItemGroupLogic } from './ipanel-item-group-logic';
|
|
|
6
6
|
* @interface IPanelItemCatGroupLogic
|
|
7
7
|
*/
|
|
8
8
|
export interface IPanelItemCatGroupLogic extends IPanelItemGroupLogic {
|
|
9
|
+
/**
|
|
10
|
+
* 逻辑类别
|
|
11
|
+
* @description 值模式 [表单成员逻辑类型] {PANELVISIBLE:面板显示、 ITEMENABLE:表单项启用、 ITEMBLANK:表单项空输入、 SCRIPTCODE_CHANGE:表单项值变更(脚本处理)、 SCRIPTCODE_CLICK:表单项点击(脚本处理)、 SCRIPTCODE_FOCUS:表单项获取焦点(脚本处理)、 SCRIPTCODE_BLUR:表单项失去焦点(脚本处理) }
|
|
12
|
+
* @type {( string | 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR')}
|
|
13
|
+
* 来源 getLogicCat
|
|
14
|
+
*/
|
|
15
|
+
logicCat?:
|
|
16
|
+
| string
|
|
17
|
+
| 'PANELVISIBLE'
|
|
18
|
+
| 'ITEMENABLE'
|
|
19
|
+
| 'ITEMBLANK'
|
|
20
|
+
| 'SCRIPTCODE_CHANGE'
|
|
21
|
+
| 'SCRIPTCODE_CLICK'
|
|
22
|
+
| 'SCRIPTCODE_FOCUS'
|
|
23
|
+
| 'SCRIPTCODE_BLUR';
|
|
24
|
+
|
|
9
25
|
/**
|
|
10
26
|
* 关联成员名称集合
|
|
11
27
|
*
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { ILayout } from '../layout/ilayout';
|
|
2
3
|
import { ILayoutItem } from '../layout/ilayout-item';
|
|
3
4
|
import { ILayoutPos } from '../layout/ilayout-pos';
|
|
@@ -12,7 +13,7 @@ import { ISysImage } from '../../res/isys-image';
|
|
|
12
13
|
* @export
|
|
13
14
|
* @interface IPanelItem
|
|
14
15
|
*/
|
|
15
|
-
export interface IPanelItem extends ILayoutItem {
|
|
16
|
+
export interface IPanelItem extends IControlItem, ILayoutItem {
|
|
16
17
|
/**
|
|
17
18
|
* 标题语言资源
|
|
18
19
|
*
|
|
@@ -44,6 +45,13 @@ export interface IPanelItem extends ILayoutItem {
|
|
|
44
45
|
*/
|
|
45
46
|
contentWidth?: number;
|
|
46
47
|
|
|
48
|
+
/**
|
|
49
|
+
* 项直接样式
|
|
50
|
+
* @type {string}
|
|
51
|
+
* 来源 getCssStyle
|
|
52
|
+
*/
|
|
53
|
+
cssStyle?: string;
|
|
54
|
+
|
|
47
55
|
/**
|
|
48
56
|
* 动态样式表
|
|
49
57
|
* @type {string}
|
|
@@ -43,8 +43,8 @@ export interface IPanelLogic extends IAppViewLogic {
|
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
45
|
* 逻辑触发
|
|
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')}
|
|
46
|
+
* @description 值模式 [系统面板逻辑类型] {TIMER:定时器触发、 PANELEVENT:面板事件触发、 CTRLEVENT:部件事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ITEMDYNACLASS:项动态样式表、 RENDER:绘制器、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
|
|
47
|
+
* @type {( string | 'TIMER' | 'PANELEVENT' | 'CTRLEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ITEMDYNACLASS' | 'RENDER' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
|
|
48
48
|
* 来源 getLogicTrigger
|
|
49
49
|
*/
|
|
50
50
|
logicTrigger?:
|
|
@@ -55,6 +55,8 @@ export interface IPanelLogic extends IAppViewLogic {
|
|
|
55
55
|
| 'ITEMVISIBLE'
|
|
56
56
|
| 'ITEMENABLE'
|
|
57
57
|
| 'ITEMBLANK'
|
|
58
|
+
| 'ITEMDYNACLASS'
|
|
59
|
+
| 'RENDER'
|
|
58
60
|
| 'ATTRIBUTE'
|
|
59
61
|
| 'CUSTOM'
|
|
60
62
|
| 'VUE_DIRECTIVE';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
2
3
|
import { ISysCss } from '../../res/isys-css';
|
|
3
4
|
import { ISysImage } from '../../res/isys-image';
|
|
4
|
-
import { IModelObject } from '../../imodel-object';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
*
|
|
8
8
|
* @export
|
|
9
9
|
* @interface ISearchBarItem
|
|
10
10
|
*/
|
|
11
|
-
export interface ISearchBarItem extends
|
|
11
|
+
export interface ISearchBarItem extends IControlItem {
|
|
12
12
|
/**
|
|
13
13
|
* 标题多语言资源对象
|
|
14
14
|
*
|
|
@@ -24,6 +24,13 @@ export interface ISearchBarItem extends IModelObject {
|
|
|
24
24
|
*/
|
|
25
25
|
caption?: string;
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* 项直接样式
|
|
29
|
+
* @type {string}
|
|
30
|
+
* 来源 getCssStyle
|
|
31
|
+
*/
|
|
32
|
+
cssStyle?: string;
|
|
33
|
+
|
|
27
34
|
/**
|
|
28
35
|
* 项数据
|
|
29
36
|
* @type {string}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
2
3
|
import { ISysCss } from '../../res/isys-css';
|
|
3
4
|
import { ISysImage } from '../../res/isys-image';
|
|
4
|
-
import { IModelObject } from '../../imodel-object';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
*
|
|
@@ -9,7 +9,7 @@ import { IModelObject } from '../../imodel-object';
|
|
|
9
9
|
* @export
|
|
10
10
|
* @interface IDEToolbarItem
|
|
11
11
|
*/
|
|
12
|
-
export interface IDEToolbarItem extends
|
|
12
|
+
export interface IDEToolbarItem extends IControlItem {
|
|
13
13
|
/**
|
|
14
14
|
* 标题语言资源
|
|
15
15
|
*
|
|
@@ -25,6 +25,13 @@ export interface IDEToolbarItem extends IModelObject {
|
|
|
25
25
|
*/
|
|
26
26
|
caption?: string;
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* 项直接样式
|
|
30
|
+
* @type {string}
|
|
31
|
+
* 来源 getCssStyle
|
|
32
|
+
*/
|
|
33
|
+
cssStyle?: string;
|
|
34
|
+
|
|
28
35
|
/**
|
|
29
36
|
* 项数据
|
|
30
37
|
* @type {string}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
2
3
|
import { ISysCss } from '../../res/isys-css';
|
|
3
4
|
import { ISysImage } from '../../res/isys-image';
|
|
4
|
-
import { IModelObject } from '../../imodel-object';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
*
|
|
8
8
|
* @export
|
|
9
9
|
* @interface IDETreeColumn
|
|
10
10
|
*/
|
|
11
|
-
export interface IDETreeColumn extends
|
|
11
|
+
export interface IDETreeColumn extends IControlItem {
|
|
12
12
|
/**
|
|
13
13
|
* 列对齐
|
|
14
14
|
* @description 值模式 [云实体属性界面模式表格列对齐] {LEFT:左对齐、 CENTER:居中、 RIGHT:右对齐 }
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { IControlMDataContainer } from '../icontrol-mdata-container';
|
|
2
3
|
import { IControlObjectNavigatable } from '../icontrol-object-navigatable';
|
|
3
4
|
import { IControlXDataContainer } from '../icontrol-xdata-container';
|
|
@@ -16,7 +17,8 @@ import { ISysImage } from '../../res/isys-image';
|
|
|
16
17
|
* @interface IDETreeNode
|
|
17
18
|
*/
|
|
18
19
|
export interface IDETreeNode
|
|
19
|
-
extends
|
|
20
|
+
extends IControlItem,
|
|
21
|
+
IControlXDataContainer,
|
|
20
22
|
IControlMDataContainer,
|
|
21
23
|
IControlObjectNavigatable {
|
|
22
24
|
/**
|
|
@@ -6,6 +6,14 @@ import { IDataItem } from '../../data/idata-item';
|
|
|
6
6
|
* @interface IDEACModeDataItem
|
|
7
7
|
*/
|
|
8
8
|
export interface IDEACModeDataItem extends IDataItem {
|
|
9
|
+
/**
|
|
10
|
+
* 应用实体属性
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* 来源 getPSAppDEField
|
|
14
|
+
*/
|
|
15
|
+
appDEFieldId?: string;
|
|
16
|
+
|
|
9
17
|
/**
|
|
10
18
|
* 脚本代码
|
|
11
19
|
* @type {string}
|
|
@@ -20,6 +28,4 @@ export interface IDEACModeDataItem extends IDataItem {
|
|
|
20
28
|
* 来源 isCustomCode
|
|
21
29
|
*/
|
|
22
30
|
customCode?: boolean;
|
|
23
|
-
|
|
24
|
-
appDEFieldId?: string;
|
|
25
31
|
}
|
|
@@ -41,6 +41,15 @@ export interface IDEActionLogic extends IModelObject {
|
|
|
41
41
|
*/
|
|
42
42
|
attachMode?: string | 'PREPARE' | 'CHECK' | 'BEFORE' | 'AFTER';
|
|
43
43
|
|
|
44
|
+
/**
|
|
45
|
+
* 数据同步事件
|
|
46
|
+
* @description 值模式 [平台数据通知监控行为(新建、更新、删除)] {1:新建、 2:更新、 4:删除、 256:自定义、 512:自定义2 }
|
|
47
|
+
* @type {( number | 1 | 2 | 4 | 256 | 512)}
|
|
48
|
+
* @default 0
|
|
49
|
+
* 来源 getDataSyncEvent
|
|
50
|
+
*/
|
|
51
|
+
dataSyncEvent?: number | 1 | 2 | 4 | 256 | 512;
|
|
52
|
+
|
|
44
53
|
/**
|
|
45
54
|
* 脚本代码
|
|
46
55
|
* @type {string}
|
|
@@ -208,6 +208,14 @@ export interface IDEAction extends IModelObject {
|
|
|
208
208
|
*/
|
|
209
209
|
timeOut?: number;
|
|
210
210
|
|
|
211
|
+
/**
|
|
212
|
+
* 异步操作行为
|
|
213
|
+
* @type {boolean}
|
|
214
|
+
* @default false
|
|
215
|
+
* 来源 isAsyncAction
|
|
216
|
+
*/
|
|
217
|
+
asyncAction?: boolean;
|
|
218
|
+
|
|
211
219
|
/**
|
|
212
220
|
* 批操作行为
|
|
213
221
|
* @type {boolean}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IDELogicNode } from './idelogic-node';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* 继承父接口类型值[AGGREGATEPARAM]
|
|
6
|
+
* @export
|
|
7
|
+
* @interface IDEAggregateParamLogic
|
|
8
|
+
*/
|
|
9
|
+
export interface IDEAggregateParamLogic extends IDELogicNode {
|
|
10
|
+
/**
|
|
11
|
+
* 目标逻辑参数对象
|
|
12
|
+
*
|
|
13
|
+
* @type {string}
|
|
14
|
+
* 来源 getDstPSDELogicParam
|
|
15
|
+
*/
|
|
16
|
+
dstDELogicParamId?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 返回值绑定逻辑参数对象
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* 来源 getRetPSDELogicParam
|
|
23
|
+
*/
|
|
24
|
+
retDELogicParamId?: string;
|
|
25
|
+
}
|
|
@@ -7,6 +7,13 @@ import { IDELogicNode } from './idelogic-node';
|
|
|
7
7
|
* @interface IDECopyParamLogic
|
|
8
8
|
*/
|
|
9
9
|
export interface IDECopyParamLogic extends IDELogicNode {
|
|
10
|
+
/**
|
|
11
|
+
* 拷贝属性集合
|
|
12
|
+
*
|
|
13
|
+
* 来源 getCopyFields
|
|
14
|
+
*/
|
|
15
|
+
copyFields?: string[];
|
|
16
|
+
|
|
10
17
|
/**
|
|
11
18
|
* 目标逻辑参数对象
|
|
12
19
|
*
|
|
@@ -22,4 +29,12 @@ export interface IDECopyParamLogic extends IDELogicNode {
|
|
|
22
29
|
* 来源 getSrcPSDELogicParam
|
|
23
30
|
*/
|
|
24
31
|
srcDELogicParamId?: string;
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* 仅拷贝不存在属性
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @default false
|
|
37
|
+
* 来源 isCopyIfNotExists
|
|
38
|
+
*/
|
|
39
|
+
copyIfNotExists?: boolean;
|
|
25
40
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IDELogicNode } from './idelogic-node';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* 继承父接口类型值[FILTERPARAM]
|
|
6
|
+
* @export
|
|
7
|
+
* @interface IDEFilterParamLogic
|
|
8
|
+
*/
|
|
9
|
+
export interface IDEFilterParamLogic extends IDELogicNode {
|
|
10
|
+
/**
|
|
11
|
+
* 目标逻辑参数对象
|
|
12
|
+
*
|
|
13
|
+
* @type {string}
|
|
14
|
+
* 来源 getDstPSDELogicParam
|
|
15
|
+
*/
|
|
16
|
+
dstDELogicParamId?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 返回值绑定逻辑参数对象
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* 来源 getRetPSDELogicParam
|
|
23
|
+
*/
|
|
24
|
+
retDELogicParamId?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IDELogicNode } from './idelogic-node';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* 继承父接口类型值[FILTERPARAM2]
|
|
6
|
+
* @export
|
|
7
|
+
* @interface IDEFilterParam2Logic
|
|
8
|
+
*/
|
|
9
|
+
export interface IDEFilterParam2Logic extends IDELogicNode {
|
|
10
|
+
/**
|
|
11
|
+
* 目标逻辑参数对象
|
|
12
|
+
*
|
|
13
|
+
* @type {string}
|
|
14
|
+
* 来源 getDstPSDELogicParam
|
|
15
|
+
*/
|
|
16
|
+
dstDELogicParamId?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 返回值绑定逻辑参数对象
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* 来源 getRetPSDELogicParam
|
|
23
|
+
*/
|
|
24
|
+
retDELogicParamId?: string;
|
|
25
|
+
}
|