@ibiz/model-core 0.1.39 → 0.1.41
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 +249 -249
- package/LICENSE +21 -21
- package/README.md +2 -2
- package/out/app/bi/iapp-bicube-dimension.d.ts +7 -0
- package/out/app/bi/iapp-bicube-measure.d.ts +7 -0
- package/out/app/bi/iapp-bireport-dimension.d.ts +6 -0
- package/out/app/bi/iapp-bireport-measure.d.ts +6 -0
- package/out/app/bi/iapp-bischeme.d.ts +6 -4
- package/out/control/dashboard/idashboard.d.ts +8 -0
- package/out/control/dashboard/idbportlet-part.d.ts +3 -3
- package/package.json +42 -42
- package/src/app/appmenu/iapp-menu-model.ts +24 -24
- package/src/app/bi/iapp-bicube-dimension.ts +80 -69
- package/src/app/bi/iapp-bicube-hierarchy.ts +53 -53
- package/src/app/bi/iapp-bicube-level.ts +71 -71
- package/src/app/bi/iapp-bicube-measure.ts +101 -103
- package/src/app/bi/iapp-bicube.ts +41 -41
- package/src/app/bi/iapp-bireport-dimension.ts +72 -62
- package/src/app/bi/iapp-bireport-measure.ts +86 -89
- package/src/app/bi/iapp-bireport.ts +79 -79
- package/src/app/bi/iapp-bischeme.ts +33 -31
- package/src/app/codelist/iapp-code-list.ts +144 -144
- package/src/app/control/iapp-counter-ref.ts +17 -17
- package/src/app/control/iapp-counter.ts +32 -32
- package/src/app/control/iapp-portlet-cat.ts +50 -50
- package/src/app/control/iapp-portlet.ts +56 -56
- package/src/app/dataentity/iapp-data-entity.ts +411 -411
- package/src/app/dataentity/iapp-deacmode-data-item.ts +16 -16
- package/src/app/dataentity/iapp-deacmode.ts +49 -49
- package/src/app/dataentity/iapp-deaction-input.ts +8 -8
- package/src/app/dataentity/iapp-deaction-logic.ts +48 -48
- package/src/app/dataentity/iapp-deaction.ts +134 -134
- package/src/app/dataentity/iapp-dedata-export-item.ts +16 -16
- package/src/app/dataentity/iapp-dedata-export.ts +8 -8
- package/src/app/dataentity/iapp-dedata-import-item.ts +16 -16
- package/src/app/dataentity/iapp-dedata-import.ts +24 -24
- package/src/app/dataentity/iapp-dedata-set.ts +117 -117
- package/src/app/dataentity/iapp-defield.ts +155 -155
- package/src/app/dataentity/iapp-deflogic.ts +18 -18
- package/src/app/dataentity/iapp-defvalue-rule.ts +8 -8
- package/src/app/dataentity/iapp-delogic-link-cond.ts +9 -9
- package/src/app/dataentity/iapp-delogic-link.ts +8 -8
- package/src/app/dataentity/iapp-delogic-node-param.ts +8 -8
- package/src/app/dataentity/iapp-delogic-node.ts +8 -8
- package/src/app/dataentity/iapp-delogic-param.ts +16 -16
- package/src/app/dataentity/iapp-delogic.ts +9 -9
- package/src/app/dataentity/iapp-demethod-dto.ts +71 -71
- package/src/app/dataentity/iapp-demethod-dtofield.ts +141 -141
- package/src/app/dataentity/iapp-demethod-input.ts +50 -50
- package/src/app/dataentity/iapp-demethod-logic.ts +59 -59
- package/src/app/dataentity/iapp-demethod-return.ts +76 -76
- package/src/app/dataentity/iapp-demethod.ts +154 -154
- package/src/app/dataentity/iapp-deprint.ts +8 -8
- package/src/app/dataentity/iapp-dereport-item.ts +17 -17
- package/src/app/dataentity/iapp-dereport.ts +83 -83
- package/src/app/dataentity/iapp-ders.ts +230 -230
- package/src/app/dataentity/iapp-deuiaction-group-detail.ts +42 -42
- package/src/app/dataentity/iapp-deuiaction-group.ts +23 -23
- package/src/app/dataentity/iapp-deuiaction.ts +99 -99
- package/src/app/dataentity/iapp-deuilogic-link-cond.ts +8 -8
- package/src/app/dataentity/iapp-deuilogic-link.ts +8 -8
- package/src/app/dataentity/iapp-deuilogic-node-param.ts +8 -8
- package/src/app/dataentity/iapp-deuilogic-node.ts +16 -16
- package/src/app/dataentity/iapp-deuilogic-param.ts +8 -8
- package/src/app/dataentity/iapp-deuilogic.ts +8 -8
- package/src/app/func/iapp-func.ts +155 -155
- package/src/app/iapp-lan.ts +24 -24
- package/src/app/iapp-method-dto.ts +47 -47
- package/src/app/iapp-method-dtofield.ts +125 -125
- package/src/app/iapp-resource.ts +42 -42
- package/src/app/iapp-util-page.ts +53 -53
- package/src/app/iapplication-logic.ts +96 -96
- package/src/app/iapplication.ts +424 -424
- package/src/app/isub-app-ref.ts +69 -69
- package/src/app/logic/iapp-uilogic-ref-view-base.ts +30 -30
- package/src/app/logic/iapp-uilogic-ref-view.ts +8 -8
- package/src/app/logic/iapp-uilogic.ts +49 -49
- package/src/app/logic/iapp-uinew-data-logic.ts +78 -78
- package/src/app/logic/iapp-uiopen-data-logic.ts +33 -33
- package/src/app/mob/imob-app-start-page.ts +22 -22
- package/src/app/msg/iapp-msg-templ.ts +8 -8
- package/src/app/res/iapp-pfplugin-ref.ts +166 -166
- package/src/app/res/iapp-sub-view-type-ref.ts +76 -76
- package/src/app/theme/iapp-uitheme.ts +36 -36
- package/src/app/util/iapp-draft-storage-util.ts +8 -8
- package/src/app/util/iapp-dyna-dashboard-util.ts +9 -9
- package/src/app/util/iapp-dyna-util-base.ts +88 -88
- package/src/app/util/iapp-filter-storage-util.ts +9 -9
- package/src/app/util/iapp-util.ts +123 -123
- package/src/app/valuerule/iapp-value-rule.ts +8 -8
- package/src/app/view/iapp-data-relation-view.ts +8 -8
- package/src/app/view/iapp-decalendar-explorer-view.ts +12 -12
- package/src/app/view/iapp-decalendar-view.ts +9 -9
- package/src/app/view/iapp-dechart-explorer-view.ts +12 -12
- package/src/app/view/iapp-dechart-view.ts +10 -10
- package/src/app/view/iapp-decustom-view.ts +9 -9
- package/src/app/view/iapp-dedashboard-view.ts +21 -21
- package/src/app/view/iapp-dedata-set-view-msg.ts +119 -119
- package/src/app/view/iapp-dedata-view-explorer-view.ts +12 -12
- package/src/app/view/iapp-dedata-view.ts +9 -9
- package/src/app/view/iapp-deedit-view.ts +59 -59
- package/src/app/view/iapp-deexplorer-view.ts +23 -23
- package/src/app/view/iapp-degantt-explorer-view.ts +12 -12
- package/src/app/view/iapp-degantt-view.ts +9 -9
- package/src/app/view/iapp-degrid-explorer-view.ts +12 -12
- package/src/app/view/iapp-degrid-view.ts +32 -32
- package/src/app/view/iapp-degrid-view8.ts +9 -9
- package/src/app/view/iapp-dehtml-view.ts +23 -23
- package/src/app/view/iapp-deindex-view.ts +10 -10
- package/src/app/view/iapp-dekanban-view.ts +9 -9
- package/src/app/view/iapp-delist-explorer-view.ts +12 -12
- package/src/app/view/iapp-delist-view.ts +9 -9
- package/src/app/view/iapp-demap-explorer-view.ts +12 -12
- package/src/app/view/iapp-demap-view.ts +9 -9
- package/src/app/view/iapp-demedit-view.ts +9 -9
- package/src/app/view/iapp-demob-calendar-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-calendar-view.ts +12 -12
- package/src/app/view/iapp-demob-chart-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-chart-view.ts +10 -10
- package/src/app/view/iapp-demob-custom-view.ts +10 -10
- package/src/app/view/iapp-demob-dashboard-view.ts +12 -12
- package/src/app/view/iapp-demob-data-view-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-data-view.ts +10 -10
- package/src/app/view/iapp-demob-edit-view.ts +10 -10
- package/src/app/view/iapp-demob-gantt-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-gantt-view.ts +10 -10
- package/src/app/view/iapp-demob-html-view.ts +10 -10
- package/src/app/view/iapp-demob-list-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-list-view.ts +10 -10
- package/src/app/view/iapp-demob-map-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-map-view.ts +10 -10
- package/src/app/view/iapp-demob-mdview.ts +10 -10
- package/src/app/view/iapp-demob-medit-view.ts +10 -10
- package/src/app/view/iapp-demob-panel-view.ts +10 -10
- package/src/app/view/iapp-demob-pickup-view.ts +10 -10
- package/src/app/view/iapp-demob-redirect-view.ts +12 -12
- package/src/app/view/iapp-demob-report-view.ts +10 -10
- package/src/app/view/iapp-demob-tab-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-tab-search-view.ts +12 -12
- package/src/app/view/iapp-demob-tree-explorer-view.ts +12 -12
- package/src/app/view/iapp-demob-tree-view.ts +10 -10
- package/src/app/view/iapp-demob-view.ts +9 -9
- package/src/app/view/iapp-demob-wfaction-view.ts +14 -14
- package/src/app/view/iapp-demob-wfdata-redirect-view.ts +12 -12
- package/src/app/view/iapp-demob-wfdyna-action-view.ts +8 -8
- package/src/app/view/iapp-demob-wfdyna-edit-view.ts +14 -14
- package/src/app/view/iapp-demob-wfdyna-exp-mdview.ts +9 -9
- package/src/app/view/iapp-demob-wfdyna-start-view.ts +12 -12
- package/src/app/view/iapp-demob-wfedit-view.ts +14 -14
- package/src/app/view/iapp-demob-wfmdview.ts +10 -10
- package/src/app/view/iapp-demob-wfproxy-result-view.ts +12 -12
- package/src/app/view/iapp-demob-wfproxy-start-view.ts +12 -12
- package/src/app/view/iapp-demob-wfview.ts +9 -9
- package/src/app/view/iapp-demob-wizard-view.ts +10 -10
- package/src/app/view/iapp-demulti-data-view.ts +16 -16
- package/src/app/view/iapp-demulti-data-view2.ts +16 -16
- package/src/app/view/iapp-depanel-view.ts +9 -9
- package/src/app/view/iapp-depickup-view.ts +9 -9
- package/src/app/view/iapp-deredirect-view.ts +40 -40
- package/src/app/view/iapp-dereport-view.ts +10 -10
- package/src/app/view/iapp-desearch-view.ts +24 -24
- package/src/app/view/iapp-desearch-view2.ts +8 -8
- package/src/app/view/iapp-deside-bar-explorer-view.ts +16 -16
- package/src/app/view/iapp-desub-app-ref-view.ts +10 -10
- package/src/app/view/iapp-detab-explorer-view.ts +28 -28
- package/src/app/view/iapp-detab-search-view.ts +12 -12
- package/src/app/view/iapp-detree-explorer-view.ts +12 -12
- package/src/app/view/iapp-detree-grid-ex-view.ts +9 -9
- package/src/app/view/iapp-detree-grid-view.ts +34 -34
- package/src/app/view/iapp-detree-view.ts +9 -9
- package/src/app/view/iapp-deview-logic.ts +8 -8
- package/src/app/view/iapp-deview.ts +101 -101
- package/src/app/view/iapp-dewfaction-view.ts +38 -38
- package/src/app/view/iapp-dewfdata-redirect-view.ts +9 -9
- package/src/app/view/iapp-dewfdyna-action-view.ts +9 -9
- package/src/app/view/iapp-dewfdyna-edit-view.ts +21 -21
- package/src/app/view/iapp-dewfdyna-exp-grid-view.ts +9 -9
- package/src/app/view/iapp-dewfdyna-start-view.ts +9 -9
- package/src/app/view/iapp-dewfedit-view.ts +14 -14
- package/src/app/view/iapp-dewfexplorer-view.ts +12 -12
- package/src/app/view/iapp-dewfgrid-view.ts +9 -9
- package/src/app/view/iapp-dewfproxy-data-view.ts +9 -9
- package/src/app/view/iapp-dewfproxy-result-view.ts +9 -9
- package/src/app/view/iapp-dewfproxy-start-view.ts +9 -9
- package/src/app/view/iapp-dewfview.ts +31 -31
- package/src/app/view/iapp-dewizard-view.ts +9 -9
- package/src/app/view/iapp-dexdata-view.ts +16 -16
- package/src/app/view/iapp-error-view.ts +16 -16
- package/src/app/view/iapp-explorer-view.ts +15 -15
- package/src/app/view/iapp-func-pickup-view.ts +9 -9
- package/src/app/view/iapp-index-view.ts +101 -101
- package/src/app/view/iapp-mob-view.ts +15 -15
- package/src/app/view/iapp-panel-view.ts +10 -10
- package/src/app/view/iapp-portal-view.ts +10 -10
- package/src/app/view/iapp-redirect-view.ts +17 -17
- package/src/app/view/iapp-sub-app-ref-view.ts +8 -8
- package/src/app/view/iapp-uiaction.ts +22 -22
- package/src/app/view/iapp-util-view.ts +10 -10
- package/src/app/view/iapp-view-engine-param.ts +36 -36
- package/src/app/view/iapp-view-engine.ts +22 -22
- package/src/app/view/iapp-view-logic.ts +187 -187
- package/src/app/view/iapp-view-msg-group-detail.ts +24 -24
- package/src/app/view/iapp-view-msg-group.ts +48 -48
- package/src/app/view/iapp-view-msg.ts +168 -168
- package/src/app/view/iapp-view-nav-context.ts +9 -9
- package/src/app/view/iapp-view-nav-param.ts +16 -16
- package/src/app/view/iapp-view-param.ts +29 -29
- package/src/app/view/iapp-view-ref.ts +83 -83
- package/src/app/view/iapp-view.ts +502 -502
- package/src/app/wf/iapp-wf.ts +40 -40
- package/src/app/wf/iapp-wfde.ts +39 -39
- package/src/app/wf/iapp-wfuiaction.ts +8 -8
- package/src/app/wf/iapp-wfver.ts +23 -23
- package/src/codelist/icode-item.ts +203 -203
- package/src/codelist/icode-list.ts +205 -205
- package/src/control/calendar/icalendar-item.ts +126 -126
- package/src/control/calendar/icalendar.ts +54 -54
- package/src/control/calendar/idecalendar-item.ts +8 -8
- package/src/control/calendar/idecalendar.ts +88 -88
- package/src/control/calendar/isys-calendar-item.ts +215 -215
- package/src/control/calendar/isys-calendar.ts +18 -18
- package/src/control/captionbar/icaption-bar.ts +49 -49
- package/src/control/chart/ichart-angle-axis.ts +8 -8
- package/src/control/chart/ichart-axes.ts +78 -78
- package/src/control/chart/ichart-axis.ts +100 -100
- package/src/control/chart/ichart-calendar.ts +11 -11
- package/src/control/chart/ichart-coordinate-system-calendar.ts +18 -18
- package/src/control/chart/ichart-coordinate-system-cartesian2-d.ts +19 -19
- package/src/control/chart/ichart-coordinate-system-control.ts +31 -31
- package/src/control/chart/ichart-coordinate-system-geo.ts +18 -18
- package/src/control/chart/ichart-coordinate-system-none.ts +9 -9
- package/src/control/chart/ichart-coordinate-system-parallel.ts +18 -18
- package/src/control/chart/ichart-coordinate-system-polar.ts +9 -9
- package/src/control/chart/ichart-coordinate-system-radar.ts +18 -18
- package/src/control/chart/ichart-coordinate-system-single.ts +18 -18
- package/src/control/chart/ichart-coordinate-system.ts +48 -48
- package/src/control/chart/ichart-data-grid.ts +24 -24
- package/src/control/chart/ichart-data-item.ts +8 -8
- package/src/control/chart/ichart-data-set-field.ts +30 -30
- package/src/control/chart/ichart-data-set-group.ts +24 -24
- package/src/control/chart/ichart-data-set.ts +17 -17
- package/src/control/chart/ichart-geo.ts +12 -12
- package/src/control/chart/ichart-grid-axis.ts +8 -8
- package/src/control/chart/ichart-grid-xaxis.ts +9 -9
- package/src/control/chart/ichart-grid-yaxis.ts +9 -9
- package/src/control/chart/ichart-grid.ts +44 -44
- package/src/control/chart/ichart-legend.ts +23 -23
- package/src/control/chart/ichart-object.ts +15 -15
- package/src/control/chart/ichart-parallel-axis.ts +8 -8
- package/src/control/chart/ichart-parallel.ts +12 -12
- package/src/control/chart/ichart-polar-angle-axis.ts +11 -11
- package/src/control/chart/ichart-polar-axis.ts +8 -8
- package/src/control/chart/ichart-polar-radius-axis.ts +11 -11
- package/src/control/chart/ichart-polar.ts +26 -26
- package/src/control/chart/ichart-position.ts +50 -50
- package/src/control/chart/ichart-radar.ts +9 -9
- package/src/control/chart/ichart-radius-axis.ts +8 -8
- package/src/control/chart/ichart-series-bar.ts +58 -58
- package/src/control/chart/ichart-series-boxplot.ts +8 -8
- package/src/control/chart/ichart-series-candlestick.ts +9 -9
- package/src/control/chart/ichart-series-cscartesian2-dencode.ts +39 -39
- package/src/control/chart/ichart-series-csgeo-encode.ts +8 -8
- package/src/control/chart/ichart-series-csnone-encode.ts +23 -23
- package/src/control/chart/ichart-series-csnone.ts +8 -8
- package/src/control/chart/ichart-series-cspolar-encode.ts +8 -8
- package/src/control/chart/ichart-series-cssingle-encode.ts +8 -8
- package/src/control/chart/ichart-series-custom.ts +9 -9
- package/src/control/chart/ichart-series-encode.ts +40 -40
- package/src/control/chart/ichart-series-funnel.ts +45 -45
- package/src/control/chart/ichart-series-gauge.ts +58 -58
- package/src/control/chart/ichart-series-graph.ts +8 -8
- package/src/control/chart/ichart-series-heatmap.ts +8 -8
- package/src/control/chart/ichart-series-line.ts +23 -23
- package/src/control/chart/ichart-series-lines.ts +8 -8
- package/src/control/chart/ichart-series-map.ts +16 -16
- package/src/control/chart/ichart-series-parallel.ts +8 -8
- package/src/control/chart/ichart-series-pictorial-bar.ts +8 -8
- package/src/control/chart/ichart-series-pie.ts +52 -52
- package/src/control/chart/ichart-series-radar.ts +9 -9
- package/src/control/chart/ichart-series-sankey.ts +8 -8
- package/src/control/chart/ichart-series-scatter.ts +9 -9
- package/src/control/chart/ichart-series-sunburst.ts +8 -8
- package/src/control/chart/ichart-series-theme-river.ts +8 -8
- package/src/control/chart/ichart-series-tree.ts +8 -8
- package/src/control/chart/ichart-series-treemap.ts +8 -8
- package/src/control/chart/ichart-series.ts +225 -225
- package/src/control/chart/ichart-single-axis.ts +8 -8
- package/src/control/chart/ichart-single.ts +9 -9
- package/src/control/chart/ichart-timeline.ts +9 -9
- package/src/control/chart/ichart-title.ts +54 -54
- package/src/control/chart/ichart-visual-map.ts +8 -8
- package/src/control/chart/ichart-xaxis.ts +8 -8
- package/src/control/chart/ichart-yaxis.ts +8 -8
- package/src/control/chart/ichart.ts +167 -167
- package/src/control/chart/idechart-axes.ts +8 -8
- package/src/control/chart/idechart-calendar.ts +9 -9
- package/src/control/chart/idechart-coordinate-system.ts +11 -11
- package/src/control/chart/idechart-data-grid.ts +9 -9
- package/src/control/chart/idechart-data-set-field.ts +11 -11
- package/src/control/chart/idechart-data-set-group.ts +11 -11
- package/src/control/chart/idechart-data-set.ts +9 -9
- package/src/control/chart/idechart-geo.ts +9 -9
- package/src/control/chart/idechart-grid.ts +9 -9
- package/src/control/chart/idechart-legend.ts +9 -9
- package/src/control/chart/idechart-object.ts +8 -8
- package/src/control/chart/idechart-parallel.ts +9 -9
- package/src/control/chart/idechart-polar.ts +9 -9
- package/src/control/chart/idechart-radar.ts +9 -9
- package/src/control/chart/idechart-series-encode.ts +11 -11
- package/src/control/chart/idechart-series.ts +16 -16
- package/src/control/chart/idechart-single.ts +9 -9
- package/src/control/chart/idechart-title.ts +9 -9
- package/src/control/chart/idechart-visual-map.ts +8 -8
- package/src/control/chart/idechart.ts +62 -62
- package/src/control/chart/iecharts-object.ts +8 -8
- package/src/control/chart/iecharts.ts +24 -24
- package/src/control/counter/icounter.ts +15 -15
- package/src/control/counter/isys-counter-item.ts +15 -15
- package/src/control/counter/isys-counter-ref.ts +29 -29
- package/src/control/counter/isys-counter.ts +74 -74
- package/src/control/custom/icustom-control.ts +38 -38
- package/src/control/dashboard/idashboard-container.ts +8 -8
- package/src/control/dashboard/idashboard.ts +39 -30
- package/src/control/dashboard/idbapp-menu-portlet-part.ts +24 -24
- package/src/control/dashboard/idbapp-view-portlet-part.ts +18 -18
- package/src/control/dashboard/idbchart-portlet.ts +9 -9
- package/src/control/dashboard/idbcontainer-portlet-part.ts +12 -12
- package/src/control/dashboard/idbcustom-portlet-part.ts +9 -9
- package/src/control/dashboard/idbhtml-portlet-part.ts +24 -24
- package/src/control/dashboard/idblist-portlet-part.ts +9 -9
- package/src/control/dashboard/idbmenu-portlet-part.ts +8 -8
- package/src/control/dashboard/idbportlet-part.ts +129 -128
- package/src/control/dashboard/idbraw-item-portlet-part.ts +12 -12
- package/src/control/dashboard/idbreport-portlet.ts +9 -9
- package/src/control/dashboard/idbsys-portlet-part.ts +16 -16
- package/src/control/dashboard/idbtoolbar-portlet.ts +9 -9
- package/src/control/dashboard/idbview-portlet-part.ts +21 -21
- package/src/control/dashboard/idedashboard.ts +8 -8
- package/src/control/dashboard/isys-dashboard.ts +10 -10
- package/src/control/datainfobar/idata-info-bar.ts +9 -9
- package/src/control/dataview/idedata-view-data-item.ts +39 -39
- package/src/control/dataview/idedata-view-item.ts +86 -86
- package/src/control/dataview/idedata-view.ts +349 -349
- package/src/control/dataview/idekanban.ts +18 -18
- package/src/control/drctrl/idedrbar-group.ts +40 -40
- package/src/control/drctrl/idedrbar-item.ts +16 -16
- package/src/control/drctrl/idedrbar.ts +19 -19
- package/src/control/drctrl/idedrctrl-item.ts +113 -113
- package/src/control/drctrl/idedrctrl.ts +80 -80
- package/src/control/drctrl/idedrtab-page.ts +8 -8
- package/src/control/drctrl/idedrtab.ts +19 -19
- package/src/control/drctrl/idrbar.ts +32 -32
- package/src/control/drctrl/idrctrl.ts +16 -16
- package/src/control/drctrl/idrtab.ts +8 -8
- package/src/control/editor/iarray.ts +18 -18
- package/src/control/editor/iauto-complete.ts +93 -93
- package/src/control/editor/ibar-code-reader.ts +8 -8
- package/src/control/editor/ibar-code2-dreader.ts +8 -8
- package/src/control/editor/icascader.ts +9 -9
- package/src/control/editor/icheck-box-list.ts +9 -9
- package/src/control/editor/icheck-box.ts +9 -9
- package/src/control/editor/icode-list-editor.ts +23 -23
- package/src/control/editor/icode.ts +32 -32
- package/src/control/editor/icolor-picker.ts +9 -9
- package/src/control/editor/idate-picker.ts +16 -16
- package/src/control/editor/idate-range.ts +9 -9
- package/src/control/editor/idrop-down-list.ts +16 -16
- package/src/control/editor/ifile-uploader.ts +44 -44
- package/src/control/editor/ihidden.ts +9 -9
- package/src/control/editor/ihtml.ts +58 -58
- package/src/control/editor/iipaddress.ts +9 -9
- package/src/control/editor/ilist-box-picker.ts +14 -14
- package/src/control/editor/ilist-box.ts +9 -9
- package/src/control/editor/imail-address.ts +10 -10
- package/src/control/editor/imap-picker.ts +9 -9
- package/src/control/editor/imarkdown.ts +65 -65
- package/src/control/editor/imdrop-down-list.ts +9 -9
- package/src/control/editor/impicker.ts +9 -9
- package/src/control/editor/inumber-editor.ts +39 -39
- package/src/control/editor/inumber-range.ts +9 -9
- package/src/control/editor/ioffice.ts +9 -9
- package/src/control/editor/ioffice2.ts +10 -10
- package/src/control/editor/ipassword.ts +9 -9
- package/src/control/editor/ipicker-editor.ts +45 -45
- package/src/control/editor/ipicker.ts +66 -66
- package/src/control/editor/ipickup-view.ts +10 -10
- package/src/control/editor/ipicture.ts +24 -24
- package/src/control/editor/ipredefined.ts +9 -9
- package/src/control/editor/iradio-button-list.ts +9 -9
- package/src/control/editor/irating.ts +9 -9
- package/src/control/editor/iraw.ts +24 -24
- package/src/control/editor/islider.ts +9 -9
- package/src/control/editor/ispan.ts +32 -32
- package/src/control/editor/istepper.ts +16 -16
- package/src/control/editor/itext-area.ts +58 -58
- package/src/control/editor/itext-box.ts +10 -10
- package/src/control/editor/itext-editor.ts +49 -49
- package/src/control/editor/ivalue-item-editor.ts +15 -15
- package/src/control/expbar/icalendar-exp-bar.ts +9 -9
- package/src/control/expbar/ichart-exp-bar.ts +9 -9
- package/src/control/expbar/idata-view-exp-bar.ts +9 -9
- package/src/control/expbar/iexp-bar.ts +71 -71
- package/src/control/expbar/igantt-exp-bar.ts +9 -9
- package/src/control/expbar/igrid-exp-bar.ts +9 -9
- package/src/control/expbar/ilist-exp-bar.ts +9 -9
- package/src/control/expbar/imap-exp-bar.ts +9 -9
- package/src/control/expbar/itab-exp-page.ts +46 -46
- package/src/control/expbar/itab-exp-panel.ts +44 -44
- package/src/control/expbar/itree-exp-bar.ts +9 -9
- package/src/control/expbar/iwfexp-bar.ts +9 -9
- package/src/control/form/ideedit-form-item.ts +8 -8
- package/src/control/form/ideedit-form.ts +107 -107
- package/src/control/form/idefdcat-group-logic.ts +38 -38
- package/src/control/form/idefdgroup-logic.ts +31 -31
- package/src/control/form/idefdlogic.ts +32 -32
- package/src/control/form/idefdsingle-logic.ts +30 -30
- package/src/control/form/idefiupdate-detail.ts +8 -8
- package/src/control/form/ideform-button-list.ts +44 -44
- package/src/control/form/ideform-button.ts +86 -86
- package/src/control/form/ideform-data-item.ts +8 -8
- package/src/control/form/ideform-detail.ts +247 -247
- package/src/control/form/ideform-druipart.ts +88 -88
- package/src/control/form/ideform-form-part.ts +16 -16
- package/src/control/form/ideform-group-base.ts +48 -48
- package/src/control/form/ideform-group-panel.ts +42 -42
- package/src/control/form/ideform-iframe.ts +31 -31
- package/src/control/form/ideform-item-ex.ts +18 -18
- package/src/control/form/ideform-item-update.ts +55 -55
- package/src/control/form/ideform-item-vr.ts +49 -49
- package/src/control/form/ideform-item.ts +361 -361
- package/src/control/form/ideform-mdctrl.ts +91 -91
- package/src/control/form/ideform-page.ts +10 -10
- package/src/control/form/ideform-raw-item.ts +10 -10
- package/src/control/form/ideform-tab-page.ts +10 -10
- package/src/control/form/ideform-tab-panel.ts +18 -18
- package/src/control/form/ideform-user-control.ts +23 -23
- package/src/control/form/ideform.ts +86 -86
- package/src/control/form/idesearch-form-item.ts +8 -8
- package/src/control/form/idesearch-form.ts +52 -52
- package/src/control/form/idewizard-edit-form.ts +27 -27
- package/src/control/form/iwfedit-form.ts +26 -26
- package/src/control/grid/idegeiupdate-detail.ts +8 -8
- package/src/control/grid/idegrid-column.ts +198 -198
- package/src/control/grid/idegrid-data-item.ts +47 -47
- package/src/control/grid/idegrid-edit-item-update.ts +55 -55
- package/src/control/grid/idegrid-edit-item-vr.ts +49 -49
- package/src/control/grid/idegrid-edit-item.ts +166 -166
- package/src/control/grid/idegrid-field-column.ts +187 -187
- package/src/control/grid/idegrid-group-column.ts +17 -17
- package/src/control/grid/idegrid-uacolumn.ts +18 -18
- package/src/control/grid/idegrid.ts +363 -363
- package/src/control/grid/idemulti-edit-view-panel.ts +24 -24
- package/src/control/grid/idetree-grid-field-column.ts +8 -8
- package/src/control/grid/idetree-grid.ts +9 -9
- package/src/control/iajax-control.ts +32 -32
- package/src/control/iajax-editor.ts +15 -15
- package/src/control/ibutton-base.ts +89 -89
- package/src/control/icontrol-action.ts +47 -47
- package/src/control/icontrol-attribute.ts +22 -22
- package/src/control/icontrol-container.ts +53 -53
- package/src/control/icontrol-item-navigatable.ts +11 -11
- package/src/control/icontrol-item-param.ts +53 -53
- package/src/control/icontrol-item.ts +35 -35
- package/src/control/icontrol-logic.ts +150 -150
- package/src/control/icontrol-mdata-container.ts +30 -30
- package/src/control/icontrol-mdobject.ts +16 -16
- package/src/control/icontrol-nav-context.ts +8 -8
- package/src/control/icontrol-nav-param.ts +8 -8
- package/src/control/icontrol-navigatable.ts +9 -9
- package/src/control/icontrol-object-navigatable.ts +8 -8
- package/src/control/icontrol-param.ts +15 -15
- package/src/control/icontrol-render.ts +39 -39
- package/src/control/icontrol-xdata-container.ts +45 -45
- package/src/control/icontrol.ts +191 -191
- package/src/control/ieditor-container.ts +17 -17
- package/src/control/ieditor-item.ts +32 -32
- package/src/control/ieditor.ts +211 -211
- package/src/control/iimage-base.ts +39 -39
- package/src/control/imdajax-control.ts +15 -15
- package/src/control/imdcontrol.ts +130 -130
- package/src/control/imdcontrol2.ts +8 -8
- package/src/control/inavigatable.ts +39 -39
- package/src/control/inavigate-context.ts +8 -8
- package/src/control/inavigate-param-container.ts +26 -26
- package/src/control/inavigate-param.ts +36 -36
- package/src/control/iraw-item-base.ts +106 -106
- package/src/control/iraw-item-container.ts +18 -18
- package/src/control/iraw-item-param.ts +8 -8
- package/src/control/isdajax-control.ts +9 -9
- package/src/control/isdcontrol.ts +98 -98
- package/src/control/itext-base.ts +59 -59
- package/src/control/iuser-control.ts +9 -9
- package/src/control/layout/iabsolute-layout-pos.ts +49 -49
- package/src/control/layout/iabsolute-layout.ts +9 -9
- package/src/control/layout/iborder-layout-pos.ts +17 -17
- package/src/control/layout/iborder-layout.ts +9 -9
- package/src/control/layout/iflex-layout-pos.ts +32 -32
- package/src/control/layout/iflex-layout.ts +45 -45
- package/src/control/layout/igrid-layout-pos.ts +81 -81
- package/src/control/layout/igrid-layout.ts +24 -24
- package/src/control/layout/ilayout-container.ts +17 -17
- package/src/control/layout/ilayout-item.ts +17 -17
- package/src/control/layout/ilayout-pos.ts +130 -130
- package/src/control/layout/ilayout.ts +16 -16
- package/src/control/layout/itable-layout-pos.ts +9 -9
- package/src/control/layout/itable-layout.ts +9 -9
- package/src/control/list/idelist-data-item.ts +16 -16
- package/src/control/list/idelist-item.ts +38 -38
- package/src/control/list/idelist.ts +161 -161
- package/src/control/list/idemob-mdctrl.ts +58 -58
- package/src/control/list/ilist-data-item.ts +38 -38
- package/src/control/list/ilist-item.ts +100 -100
- package/src/control/list/ilist.ts +38 -38
- package/src/control/map/imap-item.ts +162 -162
- package/src/control/map/imap.ts +33 -33
- package/src/control/map/isys-map-item.ts +200 -200
- package/src/control/map/isys-map.ts +26 -26
- package/src/control/menu/iapp-menu-button-item.ts +9 -9
- package/src/control/menu/iapp-menu-item.ts +173 -173
- package/src/control/menu/iapp-menu-raw-item.ts +10 -10
- package/src/control/menu/iapp-menu.ts +76 -76
- package/src/control/menu/icontext-menu.ts +8 -8
- package/src/control/menu/imenu-item.ts +91 -91
- package/src/control/menu/imenu.ts +8 -8
- package/src/control/panel/ilayout-panel.ts +8 -8
- package/src/control/panel/ipanel-button-list.ts +45 -45
- package/src/control/panel/ipanel-button.ts +92 -92
- package/src/control/panel/ipanel-container.ts +59 -59
- package/src/control/panel/ipanel-control.ts +25 -25
- package/src/control/panel/ipanel-ctrl-pos.ts +9 -9
- package/src/control/panel/ipanel-data-region.ts +88 -88
- package/src/control/panel/ipanel-engine.ts +8 -8
- package/src/control/panel/ipanel-field.ts +90 -90
- package/src/control/panel/ipanel-item-cat-group-logic.ts +31 -31
- package/src/control/panel/ipanel-item-group-logic.ts +31 -31
- package/src/control/panel/ipanel-item-logic.ts +32 -32
- package/src/control/panel/ipanel-item-single-logic.ts +30 -30
- package/src/control/panel/ipanel-item.ts +170 -170
- package/src/control/panel/ipanel-logic.ts +114 -114
- package/src/control/panel/ipanel-model.ts +65 -65
- package/src/control/panel/ipanel-raw-item.ts +10 -10
- package/src/control/panel/ipanel-tab-page.ts +9 -9
- package/src/control/panel/ipanel-tab-panel.ts +19 -19
- package/src/control/panel/ipanel-user-control.ts +23 -23
- package/src/control/panel/ipanel.ts +105 -105
- package/src/control/panel/isys-layout-panel.ts +10 -10
- package/src/control/panel/isys-panel-button-list.ts +10 -10
- package/src/control/panel/isys-panel-button.ts +10 -10
- package/src/control/panel/isys-panel-container.ts +10 -10
- package/src/control/panel/isys-panel-control.ts +10 -10
- package/src/control/panel/isys-panel-ctrl-pos.ts +10 -10
- package/src/control/panel/isys-panel-data-item.ts +8 -8
- package/src/control/panel/isys-panel-field.ts +10 -10
- package/src/control/panel/isys-panel-item.ts +8 -8
- package/src/control/panel/isys-panel-logic.ts +8 -8
- package/src/control/panel/isys-panel-model.ts +8 -8
- package/src/control/panel/isys-panel-raw-item.ts +10 -10
- package/src/control/panel/isys-panel-tab-page.ts +10 -10
- package/src/control/panel/isys-panel-tab-panel.ts +10 -10
- package/src/control/panel/isys-panel-user-control.ts +12 -12
- package/src/control/panel/isys-panel.ts +9 -9
- package/src/control/panel/isys-view-layout-panel.ts +10 -10
- package/src/control/panel/iview-layout-panel.ts +30 -30
- package/src/control/rawitem/ihtml-item.ts +16 -16
- package/src/control/rawitem/iimage-item.ts +10 -10
- package/src/control/rawitem/imarkdown-item.ts +16 -16
- package/src/control/rawitem/iplaceholder-item.ts +23 -23
- package/src/control/rawitem/itext-item.ts +10 -10
- package/src/control/rawitem/iunkown-item.ts +31 -31
- package/src/control/rawitem/ivideo-item.ts +9 -9
- package/src/control/reportpanel/idereport-panel.ts +18 -18
- package/src/control/searchbar/isearch-bar-filter.ts +269 -269
- package/src/control/searchbar/isearch-bar-group.ts +46 -46
- package/src/control/searchbar/isearch-bar-item.ts +101 -101
- package/src/control/searchbar/isearch-bar-param.ts +8 -8
- package/src/control/searchbar/isearch-bar-quick-search.ts +17 -17
- package/src/control/searchbar/isearch-bar.ts +132 -132
- package/src/control/searchbar/isys-search-bar-item.ts +8 -8
- package/src/control/searchbar/isys-search-bar-param.ts +8 -8
- package/src/control/searchbar/isys-search-bar.ts +9 -9
- package/src/control/titlebar/iapp-title-bar.ts +8 -8
- package/src/control/titlebar/isys-title-bar.ts +8 -8
- package/src/control/titlebar/ititle-bar-param.ts +8 -8
- package/src/control/titlebar/ititle-bar.ts +48 -48
- package/src/control/toolbar/idecmgroup-item.ts +53 -53
- package/src/control/toolbar/idecmraw-item.ts +10 -10
- package/src/control/toolbar/idecmseperator-item.ts +9 -9
- package/src/control/toolbar/idecmuiaction-item.ts +56 -56
- package/src/control/toolbar/idecontext-menu-item.ts +9 -9
- package/src/control/toolbar/idecontext-menu.ts +10 -10
- package/src/control/toolbar/idetbgroup-item.ts +70 -70
- package/src/control/toolbar/idetbraw-item.ts +10 -10
- package/src/control/toolbar/idetbseperator-item.ts +17 -17
- package/src/control/toolbar/idetbuiaction-item.ts +99 -99
- package/src/control/toolbar/idetoolbar-item.ts +147 -147
- package/src/control/toolbar/idetoolbar.ts +32 -32
- package/src/control/tree/idegantt.ts +51 -51
- package/src/control/tree/idetree-code-list-node.ts +24 -24
- package/src/control/tree/idetree-column.ts +141 -141
- package/src/control/tree/idetree-data-set-node.ts +244 -244
- package/src/control/tree/idetree-defcolumn.ts +15 -15
- package/src/control/tree/idetree-grid-ex.ts +9 -9
- package/src/control/tree/idetree-node-column.ts +80 -80
- package/src/control/tree/idetree-node-data-item.ts +86 -86
- package/src/control/tree/idetree-node-edit-item.ts +144 -144
- package/src/control/tree/idetree-node-field-column.ts +162 -162
- package/src/control/tree/idetree-node-rs.ts +73 -73
- package/src/control/tree/idetree-node-rsnav-context.ts +11 -11
- package/src/control/tree/idetree-node-rsnav-param.ts +18 -18
- package/src/control/tree/idetree-node-rsparam.ts +29 -29
- package/src/control/tree/idetree-node-rv.ts +16 -16
- package/src/control/tree/idetree-node-uacolumn.ts +18 -18
- package/src/control/tree/idetree-node.ts +321 -321
- package/src/control/tree/idetree-static-node.ts +39 -39
- package/src/control/tree/idetree-uacolumn.ts +17 -17
- package/src/control/tree/idetree.ts +114 -114
- package/src/control/viewpanel/idepickup-view-panel.ts +9 -9
- package/src/control/viewpanel/idetab-view-panel.ts +58 -58
- package/src/control/viewpanel/ideview-panel.ts +34 -34
- package/src/control/wizardpanel/idestate-wizard-panel.ts +9 -9
- package/src/control/wizardpanel/idewizard-panel.ts +66 -66
- package/src/control/wizardpanel/iwizard-panel.ts +16 -16
- package/src/data/idata-item-param.ts +15 -15
- package/src/data/idata-item.ts +70 -70
- package/src/dataentity/ac/ideacmode-data-item.ts +31 -31
- package/src/dataentity/ac/ideacmode.ts +111 -111
- package/src/dataentity/action/ideaction-logic.ts +90 -90
- package/src/dataentity/action/ideaction-param.ts +118 -118
- package/src/dataentity/action/ideaction.ts +251 -251
- package/src/dataentity/dataexport/idedata-export-item.ts +77 -77
- package/src/dataentity/dataexport/idedata-export.ts +69 -69
- package/src/dataentity/dataimport/idedata-import-item.ts +98 -98
- package/src/dataentity/dataimport/idedata-import.ts +98 -98
- package/src/dataentity/defield/idefield-base.ts +46 -46
- package/src/dataentity/defield/idefinput-tip.ts +66 -66
- package/src/dataentity/defield/idefsearch-mode.ts +111 -111
- package/src/dataentity/defield/valuerule/idefdata-range-rule.ts +8 -8
- package/src/dataentity/defield/valuerule/idefvalue-rule.ts +82 -82
- package/src/dataentity/defield/valuerule/idefvrcondition.ts +73 -73
- package/src/dataentity/defield/valuerule/idefvrgroup-condition.ts +25 -25
- package/src/dataentity/defield/valuerule/idefvrquery-count-condition.ts +44 -44
- package/src/dataentity/defield/valuerule/idefvrreg-ex-condition.ts +16 -16
- package/src/dataentity/defield/valuerule/idefvrsimple-condition.ts +31 -31
- package/src/dataentity/defield/valuerule/idefvrsingle-condition.ts +15 -15
- package/src/dataentity/defield/valuerule/idefvrstring-length-condition.ts +37 -37
- package/src/dataentity/defield/valuerule/idefvrsys-value-rule-condition.ts +18 -18
- package/src/dataentity/defield/valuerule/idefvrvalue-range-condition.ts +16 -16
- package/src/dataentity/defield/valuerule/idefvrvalue-range2-condition.ts +37 -37
- package/src/dataentity/defield/valuerule/idefvrvalue-range3-condition.ts +23 -23
- package/src/dataentity/defield/valuerule/idefvrvalue-recursion-condition.ts +9 -9
- package/src/dataentity/der/ider1-n.ts +173 -173
- package/src/dataentity/der/ider1-nbase.ts +52 -52
- package/src/dataentity/der/ider11.ts +10 -10
- package/src/dataentity/der/iderbase.ts +81 -81
- package/src/dataentity/ds/idedqcondition.ts +38 -38
- package/src/dataentity/ds/idedqcustom-condition.ts +16 -16
- package/src/dataentity/ds/idedqfield-condition.ts +66 -66
- package/src/dataentity/ds/idedqgroup-condition.ts +33 -33
- package/src/dataentity/logic/ideaggregate-param-logic.ts +25 -25
- package/src/dataentity/logic/ideappend-param-logic.ts +56 -56
- package/src/dataentity/logic/idebegin-logic.ts +9 -9
- package/src/dataentity/logic/idebind-param-logic.ts +32 -32
- package/src/dataentity/logic/idecopy-param-logic.ts +40 -40
- package/src/dataentity/logic/idedeaction-logic.ts +41 -41
- package/src/dataentity/logic/idedebug-param-logic.ts +17 -17
- package/src/dataentity/logic/idedecision-logic.ts +9 -9
- package/src/dataentity/logic/idededata-query-logic.ts +25 -25
- package/src/dataentity/logic/idededata-set-logic.ts +41 -41
- package/src/dataentity/logic/idedelogic-logic.ts +41 -41
- package/src/dataentity/logic/ideend-logic.ts +86 -86
- package/src/dataentity/logic/idefilter-param-logic.ts +25 -25
- package/src/dataentity/logic/idefilter-param2-logic.ts +25 -25
- package/src/dataentity/logic/ideflogic.ts +26 -26
- package/src/dataentity/logic/idelogic-base.ts +29 -29
- package/src/dataentity/logic/idelogic-link-cond-base.ts +16 -16
- package/src/dataentity/logic/idelogic-link-cond.ts +9 -9
- package/src/dataentity/logic/idelogic-link-group-cond-base.ts +24 -24
- package/src/dataentity/logic/idelogic-link-group-cond.ts +20 -20
- package/src/dataentity/logic/idelogic-link-single-cond-base.ts +60 -60
- package/src/dataentity/logic/idelogic-link-single-cond.ts +20 -20
- package/src/dataentity/logic/idelogic-link.ts +49 -49
- package/src/dataentity/logic/idelogic-node-base.ts +117 -117
- package/src/dataentity/logic/idelogic-node-param-base.ts +168 -168
- package/src/dataentity/logic/idelogic-node-param.ts +31 -31
- package/src/dataentity/logic/idelogic-node.ts +34 -34
- package/src/dataentity/logic/idelogic-param-base.ts +23 -23
- package/src/dataentity/logic/idelogic-param.ts +243 -243
- package/src/dataentity/logic/idelogic.ts +136 -136
- package/src/dataentity/logic/idemerge-param-logic.ts +33 -33
- package/src/dataentity/logic/ideprepare-param-logic.ts +9 -9
- package/src/dataentity/logic/ideraw-code-logic.ts +39 -39
- package/src/dataentity/logic/iderenew-param-logic.ts +17 -17
- package/src/dataentity/logic/idereset-param-logic.ts +17 -17
- package/src/dataentity/logic/idesort-param-logic.ts +32 -32
- package/src/dataentity/logic/idestart-wflogic.ts +41 -41
- package/src/dataentity/logic/idethrow-exception-logic.ts +38 -38
- package/src/dataentity/logic/ideuiaction-logic.ts +25 -25
- package/src/dataentity/logic/ideuiappend-param-logic.ts +56 -56
- package/src/dataentity/logic/ideuibegin-logic.ts +9 -9
- package/src/dataentity/logic/ideuibind-param-logic.ts +32 -32
- package/src/dataentity/logic/ideuicopy-param-logic.ts +25 -25
- package/src/dataentity/logic/ideuictrl-fire-event-logic.ts +32 -32
- package/src/dataentity/logic/ideuictrl-invoke-logic.ts +32 -32
- package/src/dataentity/logic/ideuideaction-logic.ts +41 -41
- package/src/dataentity/logic/ideuidebug-param-logic.ts +17 -17
- package/src/dataentity/logic/ideuidecision-logic.ts +9 -9
- package/src/dataentity/logic/ideuidedata-set-logic.ts +41 -41
- package/src/dataentity/logic/ideuidelogic-logic.ts +41 -41
- package/src/dataentity/logic/ideuiend-logic.ts +86 -86
- package/src/dataentity/logic/ideuilogic-link-cond.ts +9 -9
- package/src/dataentity/logic/ideuilogic-link-group-cond.ts +20 -20
- package/src/dataentity/logic/ideuilogic-link-single-cond.ts +20 -20
- package/src/dataentity/logic/ideuilogic-link.ts +88 -88
- package/src/dataentity/logic/ideuilogic-node-param.ts +31 -31
- package/src/dataentity/logic/ideuilogic-node.ts +43 -43
- package/src/dataentity/logic/ideuilogic-param.ts +251 -251
- package/src/dataentity/logic/ideuilogic.ts +34 -34
- package/src/dataentity/logic/ideuimsg-box-logic.ts +55 -55
- package/src/dataentity/logic/ideuipfplugin-logic.ts +17 -17
- package/src/dataentity/logic/ideuiraw-code-logic.ts +16 -16
- package/src/dataentity/logic/ideuirenew-param-logic.ts +17 -17
- package/src/dataentity/logic/ideuireset-param-logic.ts +17 -17
- package/src/dataentity/logic/ideuisort-param-logic.ts +32 -32
- package/src/dataentity/logic/ideuithrow-exception-logic.ts +38 -38
- package/src/dataentity/logic/ideview-logic.ts +8 -8
- package/src/dataentity/mainstate/idemain-state-oppriv.ts +16 -16
- package/src/dataentity/mainstate/idemain-state.ts +161 -161
- package/src/dataentity/print/ideprint.ts +88 -88
- package/src/dataentity/priv/ideoppriv.ts +44 -44
- package/src/dataentity/report/idereport.ts +95 -95
- package/src/dataentity/uiaction/ideuiaction-group-detail.ts +81 -81
- package/src/dataentity/uiaction/ideuiaction-group.ts +8 -8
- package/src/dataentity/uiaction/ideuiaction.ts +53 -53
- package/src/dataentity/wizard/idewizard-form.ts +103 -103
- package/src/dataentity/wizard/idewizard-step.ts +71 -71
- package/src/dataentity/wizard/idewizard.ts +131 -131
- package/src/exports.ts +735 -735
- package/src/imodel-object.ts +36 -36
- package/src/index.ts +15 -15
- package/src/msg/isys-msg-templ.ts +145 -145
- package/src/res/ictrl-msg-item.ts +32 -32
- package/src/res/ictrl-msg.ts +31 -31
- package/src/res/ilanguage-item.ts +22 -22
- package/src/res/ilanguage-res.ts +54 -54
- package/src/res/isub-view-type.ts +60 -60
- package/src/res/isys-css.ts +36 -36
- package/src/res/isys-dict-cat.ts +36 -36
- package/src/res/isys-editor-style.ts +113 -113
- package/src/res/isys-image.ts +73 -73
- package/src/res/isys-pfplugin.ts +139 -139
- package/src/res/isys-unit.ts +38 -38
- package/src/res/isys-view-logic-param.ts +22 -22
- package/src/res/isys-view-logic.ts +15 -15
- package/src/security/isys-uni-res.ts +15 -15
- package/src/security/isys-user-dr.ts +15 -15
- package/src/valuerule/isys-value-rule.ts +101 -101
- package/src/view/iuiaction-group-detail.ts +88 -88
- package/src/view/iuiaction-group.ts +45 -45
- package/src/view/iuiaction.ts +329 -329
- package/src/view/iuiengine-param.ts +20 -20
- package/src/view/iuiengine.ts +17 -17
- package/src/view/iview-logic.ts +29 -29
package/src/app/isub-app-ref.ts
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
import { IAppMenuModel } from './appmenu/iapp-menu-model';
|
|
2
|
-
import { IModelObject } from '../imodel-object';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* @export
|
|
7
|
-
* @interface ISubAppRef
|
|
8
|
-
*/
|
|
9
|
-
export interface ISubAppRef extends IModelObject {
|
|
10
|
-
/**
|
|
11
|
-
* 应用实体界面行为组集合
|
|
12
|
-
*
|
|
13
|
-
* @type {string[]}
|
|
14
|
-
* 来源 getAllPSAppDEUIActionGroups
|
|
15
|
-
*/
|
|
16
|
-
appDEUIActionGroupIds?: string[];
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* 应用视图集合
|
|
20
|
-
*
|
|
21
|
-
* @type {string[]}
|
|
22
|
-
* 来源 getAllPSAppViews
|
|
23
|
-
*/
|
|
24
|
-
appViewIds?: string[];
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* 应用实体关系部件集合
|
|
28
|
-
*
|
|
29
|
-
* @type {string[]}
|
|
30
|
-
* 来源 getAllPSDEDRControls
|
|
31
|
-
*/
|
|
32
|
-
dedrcontrolIds?: string[];
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* 模型戳
|
|
36
|
-
* @type {string}
|
|
37
|
-
* 来源 getModelStamp
|
|
38
|
-
*/
|
|
39
|
-
modelStamp?: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* 应用菜单模型
|
|
43
|
-
*
|
|
44
|
-
* @type {IAppMenuModel}
|
|
45
|
-
* 来源 getPSAppMenuModel
|
|
46
|
-
*/
|
|
47
|
-
appMenuModel?: IAppMenuModel;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* 引用参数
|
|
51
|
-
* @type {string}
|
|
52
|
-
* 来源 getRefParam
|
|
53
|
-
*/
|
|
54
|
-
refParam?: string;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* 引用参数2
|
|
58
|
-
* @type {string}
|
|
59
|
-
* 来源 getRefParam2
|
|
60
|
-
*/
|
|
61
|
-
refParam2?: string;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* 应用服务标识
|
|
65
|
-
* @type {string}
|
|
66
|
-
* 来源 getServiceId
|
|
67
|
-
*/
|
|
68
|
-
serviceId?: string;
|
|
69
|
-
}
|
|
1
|
+
import { IAppMenuModel } from './appmenu/iapp-menu-model';
|
|
2
|
+
import { IModelObject } from '../imodel-object';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @export
|
|
7
|
+
* @interface ISubAppRef
|
|
8
|
+
*/
|
|
9
|
+
export interface ISubAppRef extends IModelObject {
|
|
10
|
+
/**
|
|
11
|
+
* 应用实体界面行为组集合
|
|
12
|
+
*
|
|
13
|
+
* @type {string[]}
|
|
14
|
+
* 来源 getAllPSAppDEUIActionGroups
|
|
15
|
+
*/
|
|
16
|
+
appDEUIActionGroupIds?: string[];
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 应用视图集合
|
|
20
|
+
*
|
|
21
|
+
* @type {string[]}
|
|
22
|
+
* 来源 getAllPSAppViews
|
|
23
|
+
*/
|
|
24
|
+
appViewIds?: string[];
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 应用实体关系部件集合
|
|
28
|
+
*
|
|
29
|
+
* @type {string[]}
|
|
30
|
+
* 来源 getAllPSDEDRControls
|
|
31
|
+
*/
|
|
32
|
+
dedrcontrolIds?: string[];
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 模型戳
|
|
36
|
+
* @type {string}
|
|
37
|
+
* 来源 getModelStamp
|
|
38
|
+
*/
|
|
39
|
+
modelStamp?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* 应用菜单模型
|
|
43
|
+
*
|
|
44
|
+
* @type {IAppMenuModel}
|
|
45
|
+
* 来源 getPSAppMenuModel
|
|
46
|
+
*/
|
|
47
|
+
appMenuModel?: IAppMenuModel;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* 引用参数
|
|
51
|
+
* @type {string}
|
|
52
|
+
* 来源 getRefParam
|
|
53
|
+
*/
|
|
54
|
+
refParam?: string;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* 引用参数2
|
|
58
|
+
* @type {string}
|
|
59
|
+
* 来源 getRefParam2
|
|
60
|
+
*/
|
|
61
|
+
refParam2?: string;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* 应用服务标识
|
|
65
|
+
* @type {string}
|
|
66
|
+
* 来源 getServiceId
|
|
67
|
+
*/
|
|
68
|
+
serviceId?: string;
|
|
69
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { INavigateParamContainer } from '../../control/inavigate-param-container';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IAppUILogicRefViewBase
|
|
7
|
-
*/
|
|
8
|
-
export interface IAppUILogicRefViewBase extends INavigateParamContainer {
|
|
9
|
-
/**
|
|
10
|
-
* 视图打开模式
|
|
11
|
-
* @type {string}
|
|
12
|
-
* 来源 getOpenMode
|
|
13
|
-
*/
|
|
14
|
-
openMode?: string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* 引用模式
|
|
18
|
-
* @type {string}
|
|
19
|
-
* 来源 getRefMode
|
|
20
|
-
*/
|
|
21
|
-
refMode?: string;
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* 实际引用视图
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* 来源 getRefPSAppView
|
|
28
|
-
*/
|
|
29
|
-
refAppViewId?: string;
|
|
30
|
-
}
|
|
1
|
+
import { INavigateParamContainer } from '../../control/inavigate-param-container';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IAppUILogicRefViewBase
|
|
7
|
+
*/
|
|
8
|
+
export interface IAppUILogicRefViewBase extends INavigateParamContainer {
|
|
9
|
+
/**
|
|
10
|
+
* 视图打开模式
|
|
11
|
+
* @type {string}
|
|
12
|
+
* 来源 getOpenMode
|
|
13
|
+
*/
|
|
14
|
+
openMode?: string;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* 引用模式
|
|
18
|
+
* @type {string}
|
|
19
|
+
* 来源 getRefMode
|
|
20
|
+
*/
|
|
21
|
+
refMode?: string;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 实际引用视图
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* 来源 getRefPSAppView
|
|
28
|
+
*/
|
|
29
|
+
refAppViewId?: string;
|
|
30
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IAppUILogicRefViewBase } from './iapp-uilogic-ref-view-base';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IAppUILogicRefView
|
|
7
|
-
*/
|
|
8
|
-
export type IAppUILogicRefView = IAppUILogicRefViewBase;
|
|
1
|
+
import { IAppUILogicRefViewBase } from './iapp-uilogic-ref-view-base';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IAppUILogicRefView
|
|
7
|
+
*/
|
|
8
|
+
export type IAppUILogicRefView = IAppUILogicRefViewBase;
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
2
|
-
import { ISysViewLogic } from '../../res/isys-view-logic';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* 子接口类型识别属性[viewLogicType]
|
|
7
|
-
* @export
|
|
8
|
-
* @interface IAppUILogic
|
|
9
|
-
*/
|
|
10
|
-
export interface IAppUILogic extends ISysViewLogic {
|
|
11
|
-
/**
|
|
12
|
-
* 应用实体界面逻辑对象
|
|
13
|
-
*
|
|
14
|
-
* @type {string}
|
|
15
|
-
* 来源 getPSAppDEUILogic
|
|
16
|
-
*/
|
|
17
|
-
appDEUILogicId?: string;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* 应用实体对象
|
|
21
|
-
*
|
|
22
|
-
* @type {string}
|
|
23
|
-
* 来源 getPSAppDataEntity
|
|
24
|
-
*/
|
|
25
|
-
appDataEntityId?: string;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* 应用界面逻辑引用视图集合
|
|
29
|
-
*
|
|
30
|
-
* @type {IAppUILogicRefView[]}
|
|
31
|
-
* 来源 getPSAppUILogicRefViews
|
|
32
|
-
*/
|
|
33
|
-
appUILogicRefViews?: IAppUILogicRefView[];
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* 界面逻辑类型
|
|
37
|
-
* @type {string}
|
|
38
|
-
* 来源 getViewLogicType
|
|
39
|
-
*/
|
|
40
|
-
viewLogicType?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* 内建逻辑
|
|
44
|
-
* @type {boolean}
|
|
45
|
-
* @default true
|
|
46
|
-
* 来源 isBuiltinLogic
|
|
47
|
-
*/
|
|
48
|
-
builtinLogic?: boolean;
|
|
49
|
-
}
|
|
1
|
+
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
2
|
+
import { ISysViewLogic } from '../../res/isys-view-logic';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* 子接口类型识别属性[viewLogicType]
|
|
7
|
+
* @export
|
|
8
|
+
* @interface IAppUILogic
|
|
9
|
+
*/
|
|
10
|
+
export interface IAppUILogic extends ISysViewLogic {
|
|
11
|
+
/**
|
|
12
|
+
* 应用实体界面逻辑对象
|
|
13
|
+
*
|
|
14
|
+
* @type {string}
|
|
15
|
+
* 来源 getPSAppDEUILogic
|
|
16
|
+
*/
|
|
17
|
+
appDEUILogicId?: string;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* 应用实体对象
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* 来源 getPSAppDataEntity
|
|
24
|
+
*/
|
|
25
|
+
appDataEntityId?: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 应用界面逻辑引用视图集合
|
|
29
|
+
*
|
|
30
|
+
* @type {IAppUILogicRefView[]}
|
|
31
|
+
* 来源 getPSAppUILogicRefViews
|
|
32
|
+
*/
|
|
33
|
+
appUILogicRefViews?: IAppUILogicRefView[];
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 界面逻辑类型
|
|
37
|
+
* @type {string}
|
|
38
|
+
* 来源 getViewLogicType
|
|
39
|
+
*/
|
|
40
|
+
viewLogicType?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 内建逻辑
|
|
44
|
+
* @type {boolean}
|
|
45
|
+
* @default true
|
|
46
|
+
* 来源 isBuiltinLogic
|
|
47
|
+
*/
|
|
48
|
+
builtinLogic?: boolean;
|
|
49
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { IAppUILogic } from './iapp-uilogic';
|
|
2
|
-
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* 继承父接口类型值[APP_NEWDATA]
|
|
7
|
-
* @export
|
|
8
|
-
* @interface IAppUINewDataLogic
|
|
9
|
-
*/
|
|
10
|
-
export interface IAppUINewDataLogic extends IAppUILogic {
|
|
11
|
-
/**
|
|
12
|
-
* 向导添加后操作
|
|
13
|
-
* @type {string}
|
|
14
|
-
* 来源 getActionAfterWizard
|
|
15
|
-
*/
|
|
16
|
-
actionAfterWizard?: string;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* 批添加应用实体方法
|
|
20
|
-
*
|
|
21
|
-
* @type {string}
|
|
22
|
-
* 来源 getBatchAddPSAppDEAction
|
|
23
|
-
*/
|
|
24
|
-
batchAddAppDEActionId?: string;
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* 批添加新建数据视图集合
|
|
28
|
-
*
|
|
29
|
-
* @type {IAppUILogicRefView[]}
|
|
30
|
-
* 来源 getBatchAddPSAppViews
|
|
31
|
-
*/
|
|
32
|
-
batchAddAppViews?: IAppUILogicRefView[];
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* 默认新建数据视图
|
|
36
|
-
*
|
|
37
|
-
* @type {IAppUILogicRefView}
|
|
38
|
-
* 来源 getNewDataPSAppView
|
|
39
|
-
*/
|
|
40
|
-
newDataAppView?: IAppUILogicRefView;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* 多模式新建数据视图集合
|
|
44
|
-
*
|
|
45
|
-
* @type {IAppUILogicRefView[]}
|
|
46
|
-
* 来源 getNewDataPSAppViews
|
|
47
|
-
*/
|
|
48
|
-
newDataAppViews?: IAppUILogicRefView[];
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* 新建数据向导视图
|
|
52
|
-
*
|
|
53
|
-
* @type {IAppUILogicRefView}
|
|
54
|
-
* 来源 getWizardPSAppView
|
|
55
|
-
*/
|
|
56
|
-
wizardAppView?: IAppUILogicRefView;
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* 只支持批添加
|
|
60
|
-
* @type {boolean}
|
|
61
|
-
* 来源 isBatchAddOnly
|
|
62
|
-
*/
|
|
63
|
-
batchAddOnly?: boolean;
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* 支持批添加
|
|
67
|
-
* @type {boolean}
|
|
68
|
-
* 来源 isEnableBatchAdd
|
|
69
|
-
*/
|
|
70
|
-
enableBatchAdd?: boolean;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* 支持向导添加
|
|
74
|
-
* @type {boolean}
|
|
75
|
-
* 来源 isEnableWizardAdd
|
|
76
|
-
*/
|
|
77
|
-
enableWizardAdd?: boolean;
|
|
78
|
-
}
|
|
1
|
+
import { IAppUILogic } from './iapp-uilogic';
|
|
2
|
+
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* 继承父接口类型值[APP_NEWDATA]
|
|
7
|
+
* @export
|
|
8
|
+
* @interface IAppUINewDataLogic
|
|
9
|
+
*/
|
|
10
|
+
export interface IAppUINewDataLogic extends IAppUILogic {
|
|
11
|
+
/**
|
|
12
|
+
* 向导添加后操作
|
|
13
|
+
* @type {string}
|
|
14
|
+
* 来源 getActionAfterWizard
|
|
15
|
+
*/
|
|
16
|
+
actionAfterWizard?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* 批添加应用实体方法
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* 来源 getBatchAddPSAppDEAction
|
|
23
|
+
*/
|
|
24
|
+
batchAddAppDEActionId?: string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 批添加新建数据视图集合
|
|
28
|
+
*
|
|
29
|
+
* @type {IAppUILogicRefView[]}
|
|
30
|
+
* 来源 getBatchAddPSAppViews
|
|
31
|
+
*/
|
|
32
|
+
batchAddAppViews?: IAppUILogicRefView[];
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 默认新建数据视图
|
|
36
|
+
*
|
|
37
|
+
* @type {IAppUILogicRefView}
|
|
38
|
+
* 来源 getNewDataPSAppView
|
|
39
|
+
*/
|
|
40
|
+
newDataAppView?: IAppUILogicRefView;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 多模式新建数据视图集合
|
|
44
|
+
*
|
|
45
|
+
* @type {IAppUILogicRefView[]}
|
|
46
|
+
* 来源 getNewDataPSAppViews
|
|
47
|
+
*/
|
|
48
|
+
newDataAppViews?: IAppUILogicRefView[];
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* 新建数据向导视图
|
|
52
|
+
*
|
|
53
|
+
* @type {IAppUILogicRefView}
|
|
54
|
+
* 来源 getWizardPSAppView
|
|
55
|
+
*/
|
|
56
|
+
wizardAppView?: IAppUILogicRefView;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 只支持批添加
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* 来源 isBatchAddOnly
|
|
62
|
+
*/
|
|
63
|
+
batchAddOnly?: boolean;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* 支持批添加
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* 来源 isEnableBatchAdd
|
|
69
|
+
*/
|
|
70
|
+
enableBatchAdd?: boolean;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 支持向导添加
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* 来源 isEnableWizardAdd
|
|
76
|
+
*/
|
|
77
|
+
enableWizardAdd?: boolean;
|
|
78
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { IAppUILogic } from './iapp-uilogic';
|
|
2
|
-
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* 继承父接口类型值[APP_OPENDATA]
|
|
7
|
-
* @export
|
|
8
|
-
* @interface IAppUIOpenDataLogic
|
|
9
|
-
*/
|
|
10
|
-
export interface IAppUIOpenDataLogic extends IAppUILogic {
|
|
11
|
-
/**
|
|
12
|
-
* 默认打开数据视图
|
|
13
|
-
*
|
|
14
|
-
* @type {IAppUILogicRefView}
|
|
15
|
-
* 来源 getOpenDataPSAppView
|
|
16
|
-
*/
|
|
17
|
-
openDataAppView?: IAppUILogicRefView;
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* 多模式打开数据视图集合
|
|
21
|
-
*
|
|
22
|
-
* @type {IAppUILogicRefView[]}
|
|
23
|
-
* 来源 getOpenDataPSAppViews
|
|
24
|
-
*/
|
|
25
|
-
openDataAppViews?: IAppUILogicRefView[];
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* 编辑模式
|
|
29
|
-
* @type {boolean}
|
|
30
|
-
* 来源 isEditMode
|
|
31
|
-
*/
|
|
32
|
-
editMode?: boolean;
|
|
33
|
-
}
|
|
1
|
+
import { IAppUILogic } from './iapp-uilogic';
|
|
2
|
+
import { IAppUILogicRefView } from './iapp-uilogic-ref-view';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* 继承父接口类型值[APP_OPENDATA]
|
|
7
|
+
* @export
|
|
8
|
+
* @interface IAppUIOpenDataLogic
|
|
9
|
+
*/
|
|
10
|
+
export interface IAppUIOpenDataLogic extends IAppUILogic {
|
|
11
|
+
/**
|
|
12
|
+
* 默认打开数据视图
|
|
13
|
+
*
|
|
14
|
+
* @type {IAppUILogicRefView}
|
|
15
|
+
* 来源 getOpenDataPSAppView
|
|
16
|
+
*/
|
|
17
|
+
openDataAppView?: IAppUILogicRefView;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* 多模式打开数据视图集合
|
|
21
|
+
*
|
|
22
|
+
* @type {IAppUILogicRefView[]}
|
|
23
|
+
* 来源 getOpenDataPSAppViews
|
|
24
|
+
*/
|
|
25
|
+
openDataAppViews?: IAppUILogicRefView[];
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 编辑模式
|
|
29
|
+
* @type {boolean}
|
|
30
|
+
* 来源 isEditMode
|
|
31
|
+
*/
|
|
32
|
+
editMode?: boolean;
|
|
33
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { IModelObject } from '../../imodel-object';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IMobAppStartPage
|
|
7
|
-
*/
|
|
8
|
-
export interface IMobAppStartPage extends IModelObject {
|
|
9
|
-
/**
|
|
10
|
-
* 高度
|
|
11
|
-
* @type {number}
|
|
12
|
-
* 来源 getHeight
|
|
13
|
-
*/
|
|
14
|
-
height?: number;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* 宽度
|
|
18
|
-
* @type {number}
|
|
19
|
-
* 来源 getWidth
|
|
20
|
-
*/
|
|
21
|
-
width?: number;
|
|
22
|
-
}
|
|
1
|
+
import { IModelObject } from '../../imodel-object';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IMobAppStartPage
|
|
7
|
+
*/
|
|
8
|
+
export interface IMobAppStartPage extends IModelObject {
|
|
9
|
+
/**
|
|
10
|
+
* 高度
|
|
11
|
+
* @type {number}
|
|
12
|
+
* 来源 getHeight
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* 宽度
|
|
18
|
+
* @type {number}
|
|
19
|
+
* 来源 getWidth
|
|
20
|
+
*/
|
|
21
|
+
width?: number;
|
|
22
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ISysMsgTempl } from '../../msg/isys-msg-templ';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @interface IAppMsgTempl
|
|
7
|
-
*/
|
|
8
|
-
export type IAppMsgTempl = ISysMsgTempl;
|
|
1
|
+
import { ISysMsgTempl } from '../../msg/isys-msg-templ';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IAppMsgTempl
|
|
7
|
+
*/
|
|
8
|
+
export type IAppMsgTempl = ISysMsgTempl;
|