@ibiz/model-core 0.0.10 → 0.0.13
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 +18 -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/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 +20 -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/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 +6 -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/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 +9 -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 +22 -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-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
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.0.13] - 2023-07-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- 部件支持面板
|
|
15
|
+
|
|
16
|
+
## [0.0.11] - 2023-06-15
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- 面板容器发布 predefinedType 预定义类型
|
|
21
|
+
|
|
22
|
+
## [0.0.11] - 2023-06-08
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
- 基类补充 userParam
|
|
27
|
+
|
|
10
28
|
## [0.0.9] - 2023-05-18
|
|
11
29
|
|
|
12
30
|
### Added
|
|
@@ -53,6 +53,13 @@ export interface IAppDEAction extends IAppDEMethod {
|
|
|
53
53
|
* 来源 getScriptCode
|
|
54
54
|
*/
|
|
55
55
|
scriptCode?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 异步操作行为
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @default false
|
|
60
|
+
* 来源 isAsyncAction
|
|
61
|
+
*/
|
|
62
|
+
asyncAction?: boolean;
|
|
56
63
|
/**
|
|
57
64
|
* 自定义代码
|
|
58
65
|
* @type {boolean}
|
|
@@ -22,9 +22,9 @@ export interface IAppDEMethodReturn extends IModelObject {
|
|
|
22
22
|
stdDataType?: number | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29;
|
|
23
23
|
/**
|
|
24
24
|
* 返回类型
|
|
25
|
-
* @description 值模式 [实体方法返回类型] {VOID:没有返回、 SIMPLE:简单值、 SIMPLES:简单值数组、 DTO:DTO对象、 DTOS:DTO对象集合、 PAGE:搜索分页、 UNKNOWN:未知、 USER:用户自定义、 USER2:用户自定义2 }
|
|
26
|
-
* @type {( string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'UNKNOWN' | 'USER' | 'USER2')}
|
|
25
|
+
* @description 值模式 [实体方法返回类型] {VOID:没有返回、 SIMPLE:简单值、 SIMPLES:简单值数组、 DTO:DTO对象、 DTOS:DTO对象集合、 PAGE:搜索分页、 ASYNCACTION:异步操作对象、 UNKNOWN:未知、 USER:用户自定义、 USER2:用户自定义2 }
|
|
26
|
+
* @type {( string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'ASYNCACTION' | 'UNKNOWN' | 'USER' | 'USER2')}
|
|
27
27
|
* 来源 getType
|
|
28
28
|
*/
|
|
29
|
-
type?: string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'UNKNOWN' | 'USER' | 'USER2';
|
|
29
|
+
type?: string | 'VOID' | 'SIMPLE' | 'SIMPLES' | 'DTO' | 'DTOS' | 'PAGE' | 'ASYNCACTION' | 'UNKNOWN' | 'USER' | 'USER2';
|
|
30
30
|
}
|
|
@@ -35,12 +35,6 @@ export interface IApplicationLogic extends IModelObject {
|
|
|
35
35
|
* 来源 getLogicType
|
|
36
36
|
*/
|
|
37
37
|
logicType?: string;
|
|
38
|
-
/**
|
|
39
|
-
* 逻辑名称
|
|
40
|
-
* @type {string}
|
|
41
|
-
* 来源 getName
|
|
42
|
-
*/
|
|
43
|
-
name?: string;
|
|
44
38
|
/**
|
|
45
39
|
* 触发逻辑所在应用实体
|
|
46
40
|
*
|
|
@@ -70,10 +64,10 @@ export interface IApplicationLogic extends IModelObject {
|
|
|
70
64
|
timer?: number;
|
|
71
65
|
/**
|
|
72
66
|
* 触发器类型
|
|
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')}
|
|
67
|
+
* @description 值模式 [界面逻辑触发类型] {TIMER:定时器触发、 CTRLEVENT:部件事件触发、 VIEWEVENT:视图事件触发、 APPEVENT:应用事件触发、 ITEMVISIBLE:项显示逻辑、 ITEMENABLE:项启用逻辑、 ITEMBLANK:项空输入逻辑、 ITEMDYNACLASS:项动态样式表、 RENDER_LAYOUTPANEL:绘制器(布局面板)、 RENDER_LAYOUTPANEL_DSL:绘制器(布局面板DSL模型)、 RENDER_PLUGIN:绘制器(插件)、 ATTRIBUTE:注入属性、 CUSTOM:自定义、 VUE_DIRECTIVE:VUE指令 }
|
|
68
|
+
* @type {( string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ITEMDYNACLASS' | 'RENDER_LAYOUTPANEL' | 'RENDER_LAYOUTPANEL_DSL' | 'RENDER_PLUGIN' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE')}
|
|
75
69
|
* @default APPEVENT
|
|
76
70
|
* 来源 getTriggerType
|
|
77
71
|
*/
|
|
78
|
-
triggerType?: string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE';
|
|
72
|
+
triggerType?: string | 'TIMER' | 'CTRLEVENT' | 'VIEWEVENT' | 'APPEVENT' | 'ITEMVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'ITEMDYNACLASS' | 'RENDER_LAYOUTPANEL' | 'RENDER_LAYOUTPANEL_DSL' | 'RENDER_PLUGIN' | 'ATTRIBUTE' | 'CUSTOM' | 'VUE_DIRECTIVE';
|
|
79
73
|
}
|
|
@@ -245,6 +245,13 @@ export interface IApplication extends IModelObject {
|
|
|
245
245
|
* 来源 isEnableUACLogin
|
|
246
246
|
*/
|
|
247
247
|
enableUACLogin?: boolean;
|
|
248
|
+
/**
|
|
249
|
+
* 启用界面模型增强
|
|
250
|
+
* @type {boolean}
|
|
251
|
+
* @default false
|
|
252
|
+
* 来源 isEnableUIModelEx
|
|
253
|
+
*/
|
|
254
|
+
enableUIModelEx?: boolean;
|
|
248
255
|
/**
|
|
249
256
|
* 移动端应用
|
|
250
257
|
* @type {boolean}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDEMultiDataView } from './iapp-demulti-data-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBMDVIEW,DEMOBMDVIEW9]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobMDView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobMDView extends
|
|
9
|
+
export interface IAppDEMobMDView extends IAppMobView, IAppDEMultiDataView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDEPickupView } from './iapp-depickup-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBPICKUPVIEW]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobPickupView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobPickupView extends IAppDEPickupView,
|
|
9
|
+
export interface IAppDEMobPickupView extends IAppDEPickupView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDERedirectView } from './iapp-deredirect-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBREDIRECTVIEW]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobRedirectView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobRedirectView extends IAppDERedirectView,
|
|
9
|
+
export interface IAppDEMobRedirectView extends IAppDERedirectView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDETabExplorerView } from './iapp-detab-explorer-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBTABEXPVIEW,DEMOBTABEXPVIEW9]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobTabExplorerView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobTabExplorerView extends IAppDETabExplorerView,
|
|
9
|
+
export interface IAppDEMobTabExplorerView extends IAppDETabExplorerView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDETabSearchView } from './iapp-detab-search-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBTABSEARCHVIEW,DEMOBTABSEARCHVIEW9]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobTabSearchView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobTabSearchView extends IAppDETabSearchView,
|
|
9
|
+
export interface IAppDEMobTabSearchView extends IAppDETabSearchView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDETreeExplorerView } from './iapp-detree-explorer-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBTREEEXPVIEW,DEMOBTREEEXPVIEW9]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobTreeExplorerView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobTreeExplorerView extends IAppDETreeExplorerView,
|
|
9
|
+
export interface IAppDEMobTreeExplorerView extends IAppDETreeExplorerView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IAppDEMobWFView } from './iapp-demob-wfview';
|
|
2
2
|
import { IAppDEWFActionView } from './iapp-dewfaction-view';
|
|
3
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
4
|
/**
|
|
4
5
|
*
|
|
5
6
|
* 继承父接口类型值[DEMOBWFACTIONVIEW]
|
|
6
7
|
* @export
|
|
7
8
|
* @interface IAppDEMobWFActionView
|
|
8
9
|
*/
|
|
9
|
-
export interface IAppDEMobWFActionView extends IAppDEWFActionView, IAppDEMobWFView {
|
|
10
|
+
export interface IAppDEMobWFActionView extends IAppDEWFActionView, IAppDEMobWFView, IAppMobView {
|
|
10
11
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IAppDEMobWFActionView } from './iapp-demob-wfaction-view';
|
|
2
2
|
import { IAppDEWFEditView } from './iapp-dewfedit-view';
|
|
3
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
4
|
/**
|
|
4
5
|
*
|
|
5
6
|
* 继承父接口类型值[DEMOBWFEDITVIEW,DEMOBWFEDITVIEW3]
|
|
6
7
|
* @export
|
|
7
8
|
* @interface IAppDEMobWFEditView
|
|
8
9
|
*/
|
|
9
|
-
export interface IAppDEMobWFEditView extends IAppDEWFEditView, IAppDEMobWFActionView {
|
|
10
|
+
export interface IAppDEMobWFEditView extends IAppDEWFEditView, IAppMobView, IAppDEMobWFActionView {
|
|
10
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IAppDEMobView } from './iapp-demob-view';
|
|
2
1
|
import { IAppDEWizardView } from './iapp-dewizard-view';
|
|
2
|
+
import { IAppMobView } from './iapp-mob-view';
|
|
3
3
|
/**
|
|
4
4
|
*
|
|
5
5
|
* 继承父接口类型值[DEMOBWIZARDVIEW]
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IAppDEMobWizardView
|
|
8
8
|
*/
|
|
9
|
-
export interface IAppDEMobWizardView extends IAppDEWizardView,
|
|
9
|
+
export interface IAppDEMobWizardView extends IAppDEWizardView, IAppMobView {
|
|
10
10
|
}
|
|
@@ -8,8 +8,9 @@ import { IAppDEExplorerView } from './iapp-deexplorer-view';
|
|
|
8
8
|
export interface IAppDETabExplorerView extends IAppDEExplorerView {
|
|
9
9
|
/**
|
|
10
10
|
* 分页部件布局模式
|
|
11
|
-
* @
|
|
11
|
+
* @description 值模式 [分页视图分页栏位置] {TOP:上方(默认)、 TOP_EMBEDDED:上方(嵌入)、 LEFT:左侧、 BOTTOM:下方、 RIGHT:右侧、 FLOW:流布局、 FLOW_NOHEADER:流布局(无标题)、 NOHAEDER:无分页栏、 USER:用户自定义、 USER2:用户自定义2 }
|
|
12
|
+
* @type {( string | 'TOP' | 'TOP_EMBEDDED' | 'LEFT' | 'BOTTOM' | 'RIGHT' | 'FLOW' | 'FLOW_NOHEADER' | 'NOHAEDER' | 'USER' | 'USER2')}
|
|
12
13
|
* 来源 getTabLayout
|
|
13
14
|
*/
|
|
14
|
-
tabLayout?: string;
|
|
15
|
+
tabLayout?: string | 'TOP' | 'TOP_EMBEDDED' | 'LEFT' | 'BOTTOM' | 'RIGHT' | 'FLOW' | 'FLOW_NOHEADER' | 'NOHAEDER' | 'USER' | 'USER2';
|
|
15
16
|
}
|
|
@@ -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';
|
|
@@ -11,7 +12,7 @@ import { ISysImage } from '../../res/isys-image';
|
|
|
11
12
|
* @export
|
|
12
13
|
* @interface ICalendarItem
|
|
13
14
|
*/
|
|
14
|
-
export interface ICalendarItem extends IControlXDataContainer, IControlMDataContainer, IControlObjectNavigatable {
|
|
15
|
+
export interface ICalendarItem extends IControlItem, IControlXDataContainer, IControlMDataContainer, IControlObjectNavigatable {
|
|
15
16
|
/**
|
|
16
17
|
* 默认背景颜色
|
|
17
18
|
* @type {string}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { IChartObject } from './ichart-object';
|
|
2
3
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
3
4
|
/**
|
|
@@ -5,7 +6,7 @@ import { ILanguageRes } from '../../res/ilanguage-res';
|
|
|
5
6
|
* @export
|
|
6
7
|
* @interface IChartAxis
|
|
7
8
|
*/
|
|
8
|
-
export interface IChartAxis extends IChartObject {
|
|
9
|
+
export interface IChartAxis extends IChartObject, IControlItem {
|
|
9
10
|
/**
|
|
10
11
|
* 基础配置Json内容
|
|
11
12
|
* @type {string}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IControlItemNavigatable } from '../icontrol-item-navigatable';
|
|
2
2
|
import { IChartSeriesEncode } from './ichart-series-encode';
|
|
3
3
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
4
4
|
/**
|
|
@@ -6,7 +6,7 @@ import { ILanguageRes } from '../../res/ilanguage-res';
|
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IChartSeries
|
|
8
8
|
*/
|
|
9
|
-
export interface IChartSeries extends
|
|
9
|
+
export interface IChartSeries extends IControlItemNavigatable {
|
|
10
10
|
/**
|
|
11
11
|
* 基础配置Json内容
|
|
12
12
|
* @type {string}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { IDEUIActionGroup } from '../../dataentity/uiaction/ideuiaction-group';
|
|
2
3
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
3
|
-
import { IModelObject } from '../../imodel-object';
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @export
|
|
7
7
|
* @interface IDEDataViewItem
|
|
8
8
|
*/
|
|
9
|
-
export interface IDEDataViewItem extends
|
|
9
|
+
export interface IDEDataViewItem extends IControlItem {
|
|
10
10
|
/**
|
|
11
11
|
* 代码表转换模式
|
|
12
12
|
* @description 值模式 [列表项代码表转换模式] {NONE:直接值、 FRONT:绘制时转换(前台)、 BACKEND:控制器转换(后台) }
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { INavigateParamContainer } from '../inavigate-param-container';
|
|
2
3
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
3
4
|
import { ISysImage } from '../../res/isys-image';
|
|
@@ -6,7 +7,7 @@ import { ISysImage } from '../../res/isys-image';
|
|
|
6
7
|
* @export
|
|
7
8
|
* @interface IDEDRCtrlItem
|
|
8
9
|
*/
|
|
9
|
-
export interface IDEDRCtrlItem extends INavigateParamContainer {
|
|
10
|
+
export interface IDEDRCtrlItem extends IControlItem, INavigateParamContainer {
|
|
10
11
|
/**
|
|
11
12
|
* 标题语言资源
|
|
12
13
|
*
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { IAutoComplete } from './iauto-complete';
|
|
1
2
|
import { IPickerEditor } from './ipicker-editor';
|
|
3
|
+
import { IValueItemEditor } from './ivalue-item-editor';
|
|
2
4
|
/**
|
|
3
5
|
*
|
|
4
6
|
* 继承父接口类型值[LISTBOXPICKUP]
|
|
5
7
|
* @export
|
|
6
8
|
* @interface IListBoxPicker
|
|
7
9
|
*/
|
|
8
|
-
export
|
|
10
|
+
export interface IListBoxPicker extends IPickerEditor, IValueItemEditor, IAutoComplete {
|
|
11
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IAutoComplete } from './iauto-complete';
|
|
1
2
|
import { IPickerEditor } from './ipicker-editor';
|
|
2
3
|
/**
|
|
3
4
|
*
|
|
@@ -5,4 +6,5 @@ import { IPickerEditor } from './ipicker-editor';
|
|
|
5
6
|
* @export
|
|
6
7
|
* @interface IMailAddress
|
|
7
8
|
*/
|
|
8
|
-
export
|
|
9
|
+
export interface IMailAddress extends IPickerEditor, IAutoComplete {
|
|
10
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { IEditor } from '../ieditor';
|
|
2
2
|
import { INavigateParamContainer } from '../inavigate-param-container';
|
|
3
|
-
import { IValueItemEditor } from './ivalue-item-editor';
|
|
4
3
|
/**
|
|
5
4
|
*
|
|
6
5
|
* @export
|
|
7
6
|
* @interface IPickerEditor
|
|
8
7
|
*/
|
|
9
|
-
export interface IPickerEditor extends IEditor, INavigateParamContainer
|
|
8
|
+
export interface IPickerEditor extends IEditor, INavigateParamContainer {
|
|
10
9
|
/**
|
|
11
10
|
* 附加上下文Json字符串
|
|
12
11
|
* @type {string}
|
|
@@ -38,7 +37,4 @@ export interface IPickerEditor extends IEditor, INavigateParamContainer, IValueI
|
|
|
38
37
|
* 来源 isEnablePickupView
|
|
39
38
|
*/
|
|
40
39
|
enablePickupView?: boolean;
|
|
41
|
-
appDEDataSetId?: string;
|
|
42
|
-
appDataEntityId?: string;
|
|
43
|
-
valueItemName?: string;
|
|
44
40
|
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { IAutoComplete } from './iauto-complete';
|
|
2
2
|
import { IPickerEditor } from './ipicker-editor';
|
|
3
|
+
import { IValueItemEditor } from './ivalue-item-editor';
|
|
3
4
|
/**
|
|
4
5
|
*
|
|
5
6
|
* 继承父接口类型值[PICKER,MOBPICKER,PICKEREX_LINK,PICKEREX_NOAC,PICKEREX_TRIGGER,PICKEREX_LINKONLY,PICKEREX_NOBUTTON,PICKEREX_NOAC_LINK,PICKEREX_DROPDOWNVIEW,PICKEREX_TRIGGER_LINK,MOBPICKER_DROPDOWNVIEW,PICKEREX_DROPDOWNVIEW_LINK]
|
|
6
7
|
* @export
|
|
7
8
|
* @interface IPicker
|
|
8
9
|
*/
|
|
9
|
-
export interface IPicker extends IPickerEditor, IAutoComplete {
|
|
10
|
+
export interface IPicker extends IPickerEditor, IValueItemEditor, IAutoComplete {
|
|
10
11
|
/**
|
|
11
12
|
* 下拉视图高度[DROPDOWNVIEWHEIGHT]
|
|
12
13
|
* @type {number}
|
|
@@ -16,10 +16,11 @@ export interface ITabExpPanel extends IControl, IControlContainer {
|
|
|
16
16
|
tabExpPageIds?: string[];
|
|
17
17
|
/**
|
|
18
18
|
* 导航面板布局
|
|
19
|
-
* @
|
|
19
|
+
* @description 值模式 [分页视图分页栏位置] {TOP:上方(默认)、 TOP_EMBEDDED:上方(嵌入)、 LEFT:左侧、 BOTTOM:下方、 RIGHT:右侧、 FLOW:流布局、 FLOW_NOHEADER:流布局(无标题)、 NOHAEDER:无分页栏、 USER:用户自定义、 USER2:用户自定义2 }
|
|
20
|
+
* @type {( string | 'TOP' | 'TOP_EMBEDDED' | 'LEFT' | 'BOTTOM' | 'RIGHT' | 'FLOW' | 'FLOW_NOHEADER' | 'NOHAEDER' | 'USER' | 'USER2')}
|
|
20
21
|
* 来源 getTabLayout
|
|
21
22
|
*/
|
|
22
|
-
tabLayout?: string;
|
|
23
|
+
tabLayout?: string | 'TOP' | 'TOP_EMBEDDED' | 'LEFT' | 'BOTTOM' | 'RIGHT' | 'FLOW' | 'FLOW_NOHEADER' | 'NOHAEDER' | 'USER' | 'USER2';
|
|
23
24
|
/**
|
|
24
25
|
* 全局唯一标记
|
|
25
26
|
* @type {string}
|
|
@@ -5,6 +5,13 @@ import { IDEFDGroupLogic } from './idefdgroup-logic';
|
|
|
5
5
|
* @interface IDEFDCatGroupLogic
|
|
6
6
|
*/
|
|
7
7
|
export interface IDEFDCatGroupLogic extends IDEFDGroupLogic {
|
|
8
|
+
/**
|
|
9
|
+
* 逻辑类别
|
|
10
|
+
* @description 值模式 [表单成员逻辑类型] {PANELVISIBLE:面板显示、 ITEMENABLE:表单项启用、 ITEMBLANK:表单项空输入、 SCRIPTCODE_CHANGE:表单项值变更(脚本处理)、 SCRIPTCODE_CLICK:表单项点击(脚本处理)、 SCRIPTCODE_FOCUS:表单项获取焦点(脚本处理)、 SCRIPTCODE_BLUR:表单项失去焦点(脚本处理) }
|
|
11
|
+
* @type {( string | 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR')}
|
|
12
|
+
* 来源 getLogicCat
|
|
13
|
+
*/
|
|
14
|
+
logicCat?: string | 'PANELVISIBLE' | 'ITEMENABLE' | 'ITEMBLANK' | 'SCRIPTCODE_CHANGE' | 'SCRIPTCODE_CLICK' | 'SCRIPTCODE_FOCUS' | 'SCRIPTCODE_BLUR';
|
|
8
15
|
/**
|
|
9
16
|
* 关联成员名称集合
|
|
10
17
|
*
|
|
@@ -4,11 +4,4 @@ import { IModelObject } from '../../imodel-object';
|
|
|
4
4
|
* @export
|
|
5
5
|
* @interface IDEFIUpdateDetail
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
8
|
-
/**
|
|
9
|
-
* 更新表单项
|
|
10
|
-
* @type {string}
|
|
11
|
-
* 来源 getName
|
|
12
|
-
*/
|
|
13
|
-
name?: string;
|
|
14
|
-
}
|
|
7
|
+
export type IDEFIUpdateDetail = IModelObject;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
+
import { IControlItem } from '../icontrol-item';
|
|
1
2
|
import { IDEFDCatGroupLogic } from './idefdcat-group-logic';
|
|
2
3
|
import { ILayout } from '../layout/ilayout';
|
|
3
4
|
import { ILayoutPos } from '../layout/ilayout-pos';
|
|
4
5
|
import { ILanguageRes } from '../../res/ilanguage-res';
|
|
5
6
|
import { ISysCss } from '../../res/isys-css';
|
|
6
7
|
import { ISysImage } from '../../res/isys-image';
|
|
7
|
-
import { IModelObject } from '../../imodel-object';
|
|
8
8
|
/**
|
|
9
9
|
*
|
|
10
10
|
* 子接口类型识别属性[detailType]
|
|
11
11
|
* @export
|
|
12
12
|
* @interface IDEFormDetail
|
|
13
13
|
*/
|
|
14
|
-
export interface IDEFormDetail extends
|
|
14
|
+
export interface IDEFormDetail extends IControlItem {
|
|
15
15
|
/**
|
|
16
16
|
* 标题语言资源
|
|
17
17
|
*
|
|
@@ -52,6 +52,12 @@ export interface IDEFormDetail extends IModelObject {
|
|
|
52
52
|
* 来源 getContentWidth
|
|
53
53
|
*/
|
|
54
54
|
contentWidth?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 成员直接样式
|
|
57
|
+
* @type {string}
|
|
58
|
+
* 来源 getCssStyle
|
|
59
|
+
*/
|
|
60
|
+
cssStyle?: string;
|
|
55
61
|
/**
|
|
56
62
|
* 成员样式
|
|
57
63
|
* @description 值模式 [部件成员样式] {DEFAULT:默认样式、 STYLE2:样式2、 STYLE3:样式3、 STYLE4:样式4 }
|
|
@@ -4,11 +4,4 @@ import { IModelObject } from '../../imodel-object';
|
|
|
4
4
|
* @export
|
|
5
5
|
* @interface IDEGEIUpdateDetail
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
8
|
-
/**
|
|
9
|
-
* 更新表格列
|
|
10
|
-
* @type {string}
|
|
11
|
-
* 来源 getName
|
|
12
|
-
*/
|
|
13
|
-
name?: string;
|
|
14
|
-
}
|
|
7
|
+
export type IDEGEIUpdateDetail = IModelObject;
|
|
@@ -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
|
* 子接口类型识别属性[columnType]
|
|
8
8
|
* @export
|
|
9
9
|
* @interface IDEGridColumn
|
|
10
10
|
*/
|
|
11
|
-
export interface IDEGridColumn extends
|
|
11
|
+
export interface IDEGridColumn extends IControlItem {
|
|
12
12
|
/**
|
|
13
13
|
* 聚合值存储属性
|
|
14
14
|
* @type {string}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IModelObject } from '../imodel-object';
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @export
|
|
5
|
+
* @interface IControlAttribute
|
|
6
|
+
*/
|
|
7
|
+
export interface IControlAttribute extends IModelObject {
|
|
8
|
+
/**
|
|
9
|
+
* 注入属性名称
|
|
10
|
+
* @type {string}
|
|
11
|
+
* 来源 getAttrName
|
|
12
|
+
*/
|
|
13
|
+
attrName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* 注入属性值
|
|
16
|
+
* @type {string}
|
|
17
|
+
* 来源 getAttrValue
|
|
18
|
+
*/
|
|
19
|
+
attrValue?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IControlAttribute } from './icontrol-attribute';
|
|
2
|
+
import { IControlLogic } from './icontrol-logic';
|
|
3
|
+
import { IControlRender } from './icontrol-render';
|
|
4
|
+
import { IModelObject } from '../imodel-object';
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* @export
|
|
8
|
+
* @interface IControlItem
|
|
9
|
+
*/
|
|
10
|
+
export interface IControlItem extends IModelObject {
|
|
11
|
+
/**
|
|
12
|
+
* 部件注入属性集合
|
|
13
|
+
*
|
|
14
|
+
* @type {IControlAttribute[]}
|
|
15
|
+
* 来源 getPSControlAttributes
|
|
16
|
+
*/
|
|
17
|
+
controlAttributes?: IControlAttribute[];
|
|
18
|
+
/**
|
|
19
|
+
* 部件逻辑集合
|
|
20
|
+
*
|
|
21
|
+
* @type {IControlLogic[]}
|
|
22
|
+
* 来源 getPSControlLogics
|
|
23
|
+
*/
|
|
24
|
+
controlLogics?: IControlLogic[];
|
|
25
|
+
/**
|
|
26
|
+
* 部件绘制器集合
|
|
27
|
+
*
|
|
28
|
+
* @type {IControlRender[]}
|
|
29
|
+
* 来源 getPSControlRenders
|
|
30
|
+
*/
|
|
31
|
+
controlRenders?: IControlRender[];
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -48,12 +48,6 @@ export interface IControlLogic extends IModelObject {
|
|
|
48
48
|
* 来源 getLogicType
|
|
49
49
|
*/
|
|
50
50
|
logicType?: string | 'APPDEUILOGIC' | 'APPDEUIACTION' | 'APPUILOGIC' | 'APPVIEWLOGIC' | 'APPVIEWENGINE' | 'PFPLUGIN' | 'SCRIPT' | 'DEUILOGIC' | 'DEUIACTION' | 'SYSVIEWLOGIC';
|
|
51
|
-
/**
|
|
52
|
-
* 逻辑名称
|
|
53
|
-
* @type {string}
|
|
54
|
-
* 来源 getName
|
|
55
|
-
*/
|
|
56
|
-
name?: string;
|
|
57
51
|
/**
|
|
58
52
|
* 触发应用实体界面行为
|
|
59
53
|
*
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IModelObject } from '../imodel-object';
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* @export
|
|
5
|
+
* @interface IControlRender
|
|
6
|
+
*/
|
|
7
|
+
export interface IControlRender extends IModelObject {
|
|
8
|
+
/**
|
|
9
|
+
* 绘制器名称
|
|
10
|
+
* @type {string}
|
|
11
|
+
* 来源 getRenderName
|
|
12
|
+
*/
|
|
13
|
+
renderName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* 绘制器类型
|
|
16
|
+
* @type {string}
|
|
17
|
+
* 来源 getRenderType
|
|
18
|
+
*/
|
|
19
|
+
renderType?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|