@ibiz-template/runtime 0.4.15 → 0.4.17-dev.0
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/dist/index.esm.js +527 -362
- package/dist/index.system.min.js +2 -2
- package/out/app-hub.d.ts +8 -0
- package/out/app-hub.d.ts.map +1 -1
- package/out/app-hub.js +14 -1
- package/out/controller/common/base.controller.d.ts +1 -0
- package/out/controller/common/base.controller.d.ts.map +1 -1
- package/out/controller/common/base.controller.js +2 -0
- package/out/controller/common/view/view.controller.d.ts.map +1 -1
- package/out/controller/common/view/view.controller.js +9 -3
- package/out/controller/common/view/wf-step-trace-view.controller.d.ts.map +1 -1
- package/out/controller/common/view/wf-step-trace-view.controller.js +3 -2
- package/out/controller/control/calendar/calendar.service.d.ts +3 -3
- package/out/controller/control/calendar/calendar.service.d.ts.map +1 -1
- package/out/controller/control/calendar/calendar.service.js +2 -2
- package/out/controller/control/form/edit-form/edit-form.service.d.ts +18 -18
- package/out/controller/control/form/edit-form/edit-form.service.d.ts.map +1 -1
- package/out/controller/control/form/edit-form/edit-form.service.js +11 -11
- package/out/controller/control/form/form/form.service.d.ts +2 -2
- package/out/controller/control/form/form/form.service.d.ts.map +1 -1
- package/out/controller/control/form/form/form.service.js +1 -1
- package/out/controller/control/form/search-form/search-form.service.d.ts +2 -2
- package/out/controller/control/form/search-form/search-form.service.d.ts.map +1 -1
- package/out/controller/control/form/search-form/search-form.service.js +1 -1
- package/out/controller/control/gantt/gantt.controller.d.ts.map +1 -1
- package/out/controller/control/gantt/gantt.controller.js +1 -0
- package/out/controller/control/grid/grid/grid.controller.d.ts.map +1 -1
- package/out/controller/control/grid/grid/grid.controller.js +1 -1
- package/out/controller/control/grid/grid/grid.service.d.ts +2 -2
- package/out/controller/control/grid/grid/grid.service.d.ts.map +1 -1
- package/out/controller/control/grid/grid/grid.service.js +2 -2
- package/out/controller/control/kanban/kanban.service.d.ts +2 -2
- package/out/controller/control/kanban/kanban.service.d.ts.map +1 -1
- package/out/controller/control/kanban/kanban.service.js +1 -1
- package/out/controller/control/map/map.service.d.ts +1 -1
- package/out/controller/control/map/map.service.js +1 -1
- package/out/controller/control/report-panel/report-panel.service.d.ts +2 -2
- package/out/controller/control/report-panel/report-panel.service.d.ts.map +1 -1
- package/out/controller/control/report-panel/report-panel.service.js +1 -1
- package/out/controller/control/tree/tree.service.d.ts +2 -2
- package/out/controller/control/tree/tree.service.d.ts.map +1 -1
- package/out/controller/control/tree-grid-ex/tree-grid-ex.controller.d.ts.map +1 -1
- package/out/controller/control/tree-grid-ex/tree-grid-ex.controller.js +1 -0
- package/out/controller/control/wizard-panel/wizard-panel.service.d.ts +4 -4
- package/out/controller/control/wizard-panel/wizard-panel.service.d.ts.map +1 -1
- package/out/controller/control/wizard-panel/wizard-panel.service.js +2 -2
- package/out/controller/utils/value-default/value-default.d.ts +1 -1
- package/out/controller/utils/value-default/value-default.d.ts.map +1 -1
- package/out/de-logic/de-logic-context.d.ts +5 -5
- package/out/de-logic/de-logic-context.d.ts.map +1 -1
- package/out/de-logic/de-logic-context.js +1 -1
- package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts +2 -2
- package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.d.ts.map +1 -1
- package/out/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.js +1 -1
- package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts +2 -2
- package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.d.ts.map +1 -1
- package/out/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.js +1 -1
- package/out/de-logic/de-logic-link/de-logic-link.d.ts +1 -1
- package/out/de-logic/de-logic-link/de-logic-link.js +1 -1
- package/out/de-logic/de-logic-node/de-logic-node.d.ts +1 -1
- package/out/de-logic/de-logic-param/de-logic-param.d.ts +1 -1
- package/out/de-logic/de-logic-param/de-logic-param.js +1 -1
- package/out/de-logic/de-logic.d.ts +3 -3
- package/out/de-logic/de-logic.d.ts.map +1 -1
- package/out/de-logic/de-logic.js +2 -2
- package/out/de-logic/index.d.ts +8 -8
- package/out/de-logic/index.d.ts.map +1 -1
- package/out/de-logic/index.js +5 -5
- package/out/hub/config/app-config-service.d.ts +1 -0
- package/out/hub/config/app-config-service.d.ts.map +1 -1
- package/out/hub/config/app-config-service.js +1 -0
- package/out/hub/config/app-view-config-service.d.ts +20 -1
- package/out/hub/config/app-view-config-service.d.ts.map +1 -1
- package/out/hub/config/app-view-config-service.js +39 -6
- package/out/install.d.ts.map +1 -1
- package/out/install.js +3 -0
- package/out/interface/common/i-app-hub-service/i-app-hub-service.d.ts +8 -0
- package/out/interface/common/i-app-hub-service/i-app-hub-service.d.ts.map +1 -1
- package/out/interface/common/i-app-view-config-service/i-app-view-config-service.d.ts +8 -0
- package/out/interface/common/i-app-view-config-service/i-app-view-config-service.d.ts.map +1 -1
- package/out/interface/common/i-data-ability-params/i-data-ability-params.d.ts +1 -1
- package/out/interface/common/i-data-ability-params/i-data-ability-params.d.ts.map +1 -1
- package/out/interface/controller/controller/i.controller.d.ts +8 -0
- package/out/interface/controller/controller/i.controller.d.ts.map +1 -1
- package/out/interface/provider/i-de-method.provider.d.ts +10 -1
- package/out/interface/provider/i-de-method.provider.d.ts.map +1 -1
- package/out/interface/provider/i-grid-column.provider.d.ts +2 -2
- package/out/interface/provider/i-grid-column.provider.d.ts.map +1 -1
- package/out/interface/service/service/i-app-de.service.d.ts +49 -43
- package/out/interface/service/service/i-app-de.service.d.ts.map +1 -1
- package/out/interface/service/service/i-file.service.d.ts +2 -2
- package/out/interface/service/service/i-file.service.d.ts.map +1 -1
- package/out/interface/service/service/i-wf.service.d.ts +12 -12
- package/out/interface/service/service/i-wf.service.d.ts.map +1 -1
- package/out/register/helper/grid-column-register.d.ts +2 -2
- package/out/register/helper/grid-column-register.d.ts.map +1 -1
- package/out/register/helper/grid-column-register.js +0 -14
- package/out/service/de-service-util.d.ts +26 -13
- package/out/service/de-service-util.d.ts.map +1 -1
- package/out/service/de-service-util.js +45 -16
- package/out/service/dto/method.dto.d.ts +20 -8
- package/out/service/dto/method.dto.d.ts.map +1 -1
- package/out/service/dto/method.dto.js +33 -15
- package/out/service/service/authority/authority.service.d.ts +1 -1
- package/out/service/service/authority/authority.service.js +1 -1
- package/out/service/service/code-list/code-list.service.d.ts +3 -3
- package/out/service/service/code-list/code-list.service.d.ts.map +1 -1
- package/out/service/service/code-list/code-list.service.js +2 -2
- package/out/service/service/control/control.service.d.ts +2 -2
- package/out/service/service/control/control.service.d.ts.map +1 -1
- package/out/service/service/control/control.service.js +1 -1
- package/out/service/service/control/md-control.service.d.ts +23 -13
- package/out/service/service/control/md-control.service.d.ts.map +1 -1
- package/out/service/service/control/md-control.service.js +23 -7
- package/out/service/service/counter/counter.service.d.ts +3 -3
- package/out/service/service/counter/counter.service.d.ts.map +1 -1
- package/out/service/service/counter/counter.service.js +1 -1
- package/out/service/service/entity/de.service.d.ts +46 -28
- package/out/service/service/entity/de.service.d.ts.map +1 -1
- package/out/service/service/entity/de.service.js +35 -71
- package/out/service/service/entity/method/de-action.d.ts +23 -33
- package/out/service/service/entity/method/de-action.d.ts.map +1 -1
- package/out/service/service/entity/method/de-action.js +18 -35
- package/out/service/service/entity/method/fetch.d.ts +3 -4
- package/out/service/service/entity/method/fetch.d.ts.map +1 -1
- package/out/service/service/entity/method/fetch.js +3 -8
- package/out/service/service/entity/method/method-input.d.ts +10 -5
- package/out/service/service/entity/method/method-input.d.ts.map +1 -1
- package/out/service/service/entity/method/method-input.js +9 -8
- package/out/service/service/entity/method/method-renturn.d.ts +10 -7
- package/out/service/service/entity/method/method-renturn.d.ts.map +1 -1
- package/out/service/service/entity/method/method-renturn.js +9 -9
- package/out/service/service/entity/method/method.d.ts +11 -27
- package/out/service/service/entity/method/method.d.ts.map +1 -1
- package/out/service/service/entity/method/method.js +9 -21
- package/out/service/service/entity/method/provider/de-action-de-method.provider.d.ts +2 -2
- package/out/service/service/entity/method/provider/de-action-de-method.provider.d.ts.map +1 -1
- package/out/service/service/entity/method/provider/de-action-de-method.provider.js +2 -2
- package/out/service/service/entity/method/provider/fetch-de-method.provider.d.ts +2 -2
- package/out/service/service/entity/method/provider/fetch-de-method.provider.d.ts.map +1 -1
- package/out/service/service/entity/method/provider/fetch-de-method.provider.js +3 -3
- package/out/service/service/file/file.service.d.ts +2 -2
- package/out/service/service/file/file.service.d.ts.map +1 -1
- package/out/service/service/file/file.service.js +1 -1
- package/out/service/service/work-flow/work-flow.service.d.ts +28 -28
- package/out/service/service/work-flow/work-flow.service.d.ts.map +1 -1
- package/out/service/service/work-flow/work-flow.service.js +15 -15
- package/out/service/utils/app-counter/app-counter.d.ts +7 -7
- package/out/service/utils/app-counter/app-counter.d.ts.map +1 -1
- package/out/service/utils/app-counter/app-counter.js +3 -3
- package/out/service/utils/app-counter/app-de-counter.d.ts +2 -2
- package/out/service/utils/app-counter/app-de-counter.d.ts.map +1 -1
- package/out/service/utils/app-counter/app-de-counter.js +1 -1
- package/out/service/utils/de-cache/de-cache.d.ts +44 -39
- package/out/service/utils/de-cache/de-cache.d.ts.map +1 -1
- package/out/service/utils/de-cache/de-cache.js +115 -75
- package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts +2 -2
- package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts.map +1 -1
- package/out/service/utils/dynamic-code-list/dynamic-code-list.js +2 -2
- package/out/service/utils/res-path/res-path.d.ts +4 -4
- package/out/service/utils/res-path/res-path.d.ts.map +1 -1
- package/out/service/utils/res-path/res-path.js +2 -2
- package/out/service/utils/search-filter/search-filter.d.ts +2 -2
- package/out/service/utils/search-filter/search-filter.d.ts.map +1 -1
- package/out/service/utils/service-exist-util/service-exist-util.d.ts +2 -2
- package/out/service/utils/service-exist-util/service-exist-util.d.ts.map +1 -1
- package/out/service/utils/service-exist-util/service-exist-util.js +1 -1
- package/out/types.d.ts +9 -0
- package/out/types.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-param/ui-logic-param.js +1 -1
- package/out/utils/index.d.ts +2 -0
- package/out/utils/index.d.ts.map +1 -1
- package/out/utils/index.js +2 -0
- package/out/utils/nav-params/calc-nav-params.d.ts +2 -2
- package/out/utils/nav-params/calc-nav-params.d.ts.map +1 -1
- package/out/utils/nav-params/calc-nav-params.js +1 -1
- package/out/utils/open-redirect-view/open-redirect-view.js +1 -1
- package/out/utils/ui-domain/ui-domain.d.ts +35 -0
- package/out/utils/ui-domain/ui-domain.d.ts.map +1 -0
- package/out/utils/ui-domain/ui-domain.js +42 -0
- package/out/utils/ui-domain-manager/ui-domain-manager.d.ts +47 -0
- package/out/utils/ui-domain-manager/ui-domain-manager.d.ts.map +1 -0
- package/out/utils/ui-domain-manager/ui-domain-manager.js +62 -0
- package/package.json +3 -3
- package/src/app-hub.ts +15 -1
- package/src/controller/common/base.controller.ts +3 -0
- package/src/controller/common/view/view.controller.ts +9 -3
- package/src/controller/common/view/wf-step-trace-view.controller.ts +4 -2
- package/src/controller/control/calendar/calendar.service.ts +4 -4
- package/src/controller/control/form/edit-form/edit-form.service.ts +23 -18
- package/src/controller/control/form/form/form.service.ts +2 -2
- package/src/controller/control/form/search-form/search-form.service.ts +2 -2
- package/src/controller/control/gantt/gantt.controller.ts +2 -1
- package/src/controller/control/grid/grid/grid.controller.ts +1 -0
- package/src/controller/control/grid/grid/grid.service.ts +3 -2
- package/src/controller/control/kanban/kanban.service.ts +2 -2
- package/src/controller/control/map/map.service.ts +1 -1
- package/src/controller/control/report-panel/report-panel.service.ts +2 -2
- package/src/controller/control/tree/tree.service.ts +2 -2
- package/src/controller/control/tree-grid-ex/tree-grid-ex.controller.ts +2 -1
- package/src/controller/control/wizard-panel/wizard-panel.service.ts +4 -4
- package/src/controller/utils/value-default/value-default.ts +1 -1
- package/src/de-logic/de-logic-context.ts +5 -5
- package/src/de-logic/de-logic-link/de-logic-link-group-cond/de-logic-link-group-cond.ts +2 -2
- package/src/de-logic/de-logic-link/de-logic-link-single-cond/de-logic-link-single-cond.ts +2 -2
- package/src/de-logic/de-logic-link/de-logic-link.ts +1 -1
- package/src/de-logic/de-logic-node/de-logic-node.ts +1 -1
- package/src/de-logic/de-logic-param/de-logic-param.ts +1 -1
- package/src/de-logic/de-logic.ts +3 -3
- package/src/de-logic/index.ts +10 -10
- package/src/hub/config/app-config-service.ts +1 -0
- package/src/hub/config/app-view-config-service.ts +39 -6
- package/src/install.ts +3 -0
- package/src/interface/common/i-app-hub-service/i-app-hub-service.ts +9 -0
- package/src/interface/common/i-app-view-config-service/i-app-view-config-service.ts +8 -0
- package/src/interface/common/i-data-ability-params/i-data-ability-params.ts +1 -1
- package/src/interface/controller/controller/i.controller.ts +9 -0
- package/src/interface/provider/i-de-method.provider.ts +10 -0
- package/src/interface/provider/i-grid-column.provider.ts +2 -7
- package/src/interface/service/service/i-app-de.service.ts +51 -44
- package/src/interface/service/service/i-file.service.ts +2 -2
- package/src/interface/service/service/i-wf.service.ts +12 -12
- package/src/register/helper/grid-column-register.ts +2 -17
- package/src/service/de-service-util.ts +59 -27
- package/src/service/dto/method.dto.ts +39 -19
- package/src/service/service/authority/authority.service.ts +1 -1
- package/src/service/service/code-list/code-list.service.ts +3 -3
- package/src/service/service/control/control.service.ts +2 -2
- package/src/service/service/control/md-control.service.ts +40 -13
- package/src/service/service/counter/counter.service.ts +3 -3
- package/src/service/service/entity/de.service.ts +57 -89
- package/src/service/service/entity/method/de-action.ts +29 -47
- package/src/service/service/entity/method/fetch.ts +5 -11
- package/src/service/service/entity/method/method-input.ts +10 -9
- package/src/service/service/entity/method/method-renturn.ts +10 -11
- package/src/service/service/entity/method/method.ts +12 -35
- package/src/service/service/entity/method/provider/de-action-de-method.provider.ts +4 -2
- package/src/service/service/entity/method/provider/fetch-de-method.provider.ts +4 -2
- package/src/service/service/file/file.service.ts +2 -2
- package/src/service/service/work-flow/work-flow.service.ts +30 -30
- package/src/service/utils/app-counter/app-counter.ts +7 -7
- package/src/service/utils/app-counter/app-de-counter.ts +2 -2
- package/src/service/utils/de-cache/de-cache.ts +124 -85
- package/src/service/utils/dynamic-code-list/dynamic-code-list.ts +2 -5
- package/src/service/utils/res-path/res-path.ts +4 -4
- package/src/service/utils/search-filter/search-filter.ts +2 -2
- package/src/service/utils/service-exist-util/service-exist-util.ts +2 -2
- package/src/types.ts +10 -0
- package/src/ui-logic/ui-logic-param/ui-logic-param.ts +1 -1
- package/src/utils/index.ts +2 -0
- package/src/utils/nav-params/calc-nav-params.ts +2 -2
- package/src/utils/open-redirect-view/open-redirect-view.ts +1 -1
- package/src/utils/ui-domain/ui-domain.ts +52 -0
- package/src/utils/ui-domain-manager/ui-domain-manager.ts +64 -0
- package/out/service/service/entity/util/util.d.ts +0 -13
- package/out/service/service/entity/util/util.d.ts.map +0 -1
- package/out/service/service/entity/util/util.js +0 -14
- package/src/service/service/entity/util/util.ts +0 -18
|
@@ -21,12 +21,12 @@ export class EditFormService<
|
|
|
21
21
|
*
|
|
22
22
|
* @author lxm
|
|
23
23
|
* @date 2022-08-31 17:08:41
|
|
24
|
-
* @param {
|
|
24
|
+
* @param {IContext} context 上下文
|
|
25
25
|
* @param {IParams} [params={}] 视图参数
|
|
26
26
|
* @returns {*} {Promise<IHttpResponse>}
|
|
27
27
|
*/
|
|
28
28
|
async get(
|
|
29
|
-
context:
|
|
29
|
+
context: IContext,
|
|
30
30
|
params: IParams = {},
|
|
31
31
|
): Promise<IHttpResponse<ControlVO>> {
|
|
32
32
|
let res = await this.exec(
|
|
@@ -48,12 +48,12 @@ export class EditFormService<
|
|
|
48
48
|
*
|
|
49
49
|
* @author lxm
|
|
50
50
|
* @date 2022-08-31 17:08:41
|
|
51
|
-
* @param {
|
|
51
|
+
* @param {IContext} context 上下文
|
|
52
52
|
* @param {IParams} [params={}] 视图参数
|
|
53
53
|
* @returns {*} {Promise<IHttpResponse>}
|
|
54
54
|
*/
|
|
55
55
|
async getDraft(
|
|
56
|
-
context:
|
|
56
|
+
context: IContext,
|
|
57
57
|
params: IParams = {},
|
|
58
58
|
): Promise<IHttpResponse<ControlVO>> {
|
|
59
59
|
let res = await this.exec(
|
|
@@ -75,11 +75,14 @@ export class EditFormService<
|
|
|
75
75
|
*
|
|
76
76
|
* @author lxm
|
|
77
77
|
* @date 2022-09-07 19:09:48
|
|
78
|
-
* @param {
|
|
78
|
+
* @param {IContext} context 上下文
|
|
79
79
|
* @param {IParams} [params={}] 视图参数
|
|
80
80
|
* @returns {*}
|
|
81
81
|
*/
|
|
82
|
-
async remove(
|
|
82
|
+
async remove(
|
|
83
|
+
context: IContext,
|
|
84
|
+
params: IParams = {},
|
|
85
|
+
): Promise<IHttpResponse> {
|
|
83
86
|
const res = await this.exec(
|
|
84
87
|
this.model.removeControlAction?.appDEMethodId || 'remove',
|
|
85
88
|
context,
|
|
@@ -94,12 +97,12 @@ export class EditFormService<
|
|
|
94
97
|
*
|
|
95
98
|
* @author lxm
|
|
96
99
|
* @date 2022-09-07 19:09:11
|
|
97
|
-
* @param {
|
|
100
|
+
* @param {IContext} context 上下文
|
|
98
101
|
* @param {IData} data 数据
|
|
99
102
|
* @returns {*}
|
|
100
103
|
*/
|
|
101
104
|
async create(
|
|
102
|
-
context:
|
|
105
|
+
context: IContext,
|
|
103
106
|
data: IData,
|
|
104
107
|
): Promise<IHttpResponse<ControlVO>> {
|
|
105
108
|
const _data = data instanceof ControlVO ? data.getOrigin() : data;
|
|
@@ -118,12 +121,12 @@ export class EditFormService<
|
|
|
118
121
|
*
|
|
119
122
|
* @author lxm
|
|
120
123
|
* @date 2022-09-07 19:09:11
|
|
121
|
-
* @param {
|
|
124
|
+
* @param {IContext} context 上下文
|
|
122
125
|
* @param {IData} data 数据
|
|
123
126
|
* @returns {*}
|
|
124
127
|
*/
|
|
125
128
|
async update(
|
|
126
|
-
context:
|
|
129
|
+
context: IContext,
|
|
127
130
|
data: IData,
|
|
128
131
|
): Promise<IHttpResponse<ControlVO>> {
|
|
129
132
|
const _data = data instanceof ControlVO ? data.getOrigin() : data;
|
|
@@ -142,12 +145,12 @@ export class EditFormService<
|
|
|
142
145
|
*
|
|
143
146
|
* @author lxm
|
|
144
147
|
* @date 2022-09-07 19:09:11
|
|
145
|
-
* @param {
|
|
148
|
+
* @param {IContext} context 上下文
|
|
146
149
|
* @param {IData} data 数据
|
|
147
150
|
* @returns {*}
|
|
148
151
|
*/
|
|
149
152
|
async goBack(
|
|
150
|
-
context:
|
|
153
|
+
context: IContext,
|
|
151
154
|
data: IData,
|
|
152
155
|
): Promise<IHttpResponse<ControlVO>> {
|
|
153
156
|
const wizardForm = this.model as IDEWizardEditForm;
|
|
@@ -170,13 +173,13 @@ export class EditFormService<
|
|
|
170
173
|
* @author lxm
|
|
171
174
|
* @date 2022-09-15 21:09:34
|
|
172
175
|
* @param {string} methodName
|
|
173
|
-
* @param {
|
|
176
|
+
* @param {IContext} context
|
|
174
177
|
* @param {IParams} [params={}]
|
|
175
178
|
* @returns {*} {Promise<IHttpResponse<ControlVO>>}
|
|
176
179
|
*/
|
|
177
180
|
async updateFormItem(
|
|
178
181
|
methodName: string,
|
|
179
|
-
context:
|
|
182
|
+
context: IContext,
|
|
180
183
|
params: IParams = {},
|
|
181
184
|
): Promise<IHttpResponse<ControlVO>> {
|
|
182
185
|
let res = await this.exec(methodName, context, params);
|
|
@@ -189,19 +192,20 @@ export class EditFormService<
|
|
|
189
192
|
*
|
|
190
193
|
* @author lxm
|
|
191
194
|
* @date 2022-09-07 19:09:11
|
|
192
|
-
* @param {
|
|
195
|
+
* @param {IContext} context 上下文
|
|
193
196
|
* @param {IData} data 数据
|
|
194
197
|
* @param {IParams} [params={}] 视图参数
|
|
195
198
|
* @returns {*}
|
|
196
199
|
*/
|
|
197
200
|
async wfStart(
|
|
198
|
-
context:
|
|
201
|
+
context: IContext,
|
|
199
202
|
params: IParams,
|
|
200
203
|
data: IData,
|
|
201
204
|
): Promise<IHttpResponse<IData>> {
|
|
202
205
|
const wfForm = this.model as IWFEditForm;
|
|
203
206
|
const methodName = wfForm.wfstartControlAction?.appDEMethodId || 'wfstart';
|
|
204
207
|
const entityService = await this.app.deService.getService(
|
|
208
|
+
context,
|
|
205
209
|
this.model.appDataEntityId!,
|
|
206
210
|
);
|
|
207
211
|
return entityService.wf.exec(
|
|
@@ -217,13 +221,13 @@ export class EditFormService<
|
|
|
217
221
|
*
|
|
218
222
|
* @author lxm
|
|
219
223
|
* @date 2022-09-07 19:09:11
|
|
220
|
-
* @param {
|
|
224
|
+
* @param {IContext} context 上下文
|
|
221
225
|
* @param {IData} data 数据
|
|
222
226
|
* @param {IParams} [params={}] 视图参数
|
|
223
227
|
* @returns {*}
|
|
224
228
|
*/
|
|
225
229
|
async wfSubmit(
|
|
226
|
-
context:
|
|
230
|
+
context: IContext,
|
|
227
231
|
params: IParams,
|
|
228
232
|
data: IData,
|
|
229
233
|
): Promise<IHttpResponse<IData>> {
|
|
@@ -238,6 +242,7 @@ export class EditFormService<
|
|
|
238
242
|
}
|
|
239
243
|
|
|
240
244
|
const entityService = await this.app.deService.getService(
|
|
245
|
+
context,
|
|
241
246
|
this.model.appDataEntityId!,
|
|
242
247
|
);
|
|
243
248
|
return entityService.wf.exec(
|
|
@@ -20,13 +20,13 @@ export class FormService<
|
|
|
20
20
|
* @author lxm
|
|
21
21
|
* @date 2023-12-13 03:16:19
|
|
22
22
|
* @param {IData} data 表单数据
|
|
23
|
-
* @param {
|
|
23
|
+
* @param {IContext} context 上下文
|
|
24
24
|
* @param {IParams} params 视图参数
|
|
25
25
|
* @param {('create' | 'update')} type 新建还是更新
|
|
26
26
|
*/
|
|
27
27
|
setDefault(
|
|
28
28
|
data: IData,
|
|
29
|
-
context:
|
|
29
|
+
context: IContext,
|
|
30
30
|
params: IParams,
|
|
31
31
|
type: 'create' | 'update',
|
|
32
32
|
): void {
|
|
@@ -21,12 +21,12 @@ export class SearchFormService<
|
|
|
21
21
|
*
|
|
22
22
|
* @author lxm
|
|
23
23
|
* @date 2022-08-31 17:08:41
|
|
24
|
-
* @param {
|
|
24
|
+
* @param {IContext} context 上下文
|
|
25
25
|
* @param {IParams} [params={}] 视图参数
|
|
26
26
|
* @returns {*} {Promise<IHttpResponse>}
|
|
27
27
|
*/
|
|
28
28
|
async getDraft(
|
|
29
|
-
context:
|
|
29
|
+
context: IContext,
|
|
30
30
|
params: IParams = {},
|
|
31
31
|
): Promise<IHttpResponse<ControlVO>> {
|
|
32
32
|
const tempData = this.getFilteredData({ ...params });
|
|
@@ -202,7 +202,8 @@ export class GanttController
|
|
|
202
202
|
this.providers[column.codeName!] = provider;
|
|
203
203
|
|
|
204
204
|
// 初始化表格列控制器
|
|
205
|
-
|
|
205
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
206
|
+
const controller = await provider.createController(column, this as any);
|
|
206
207
|
this.columns[column.codeName!] = controller as GridColumnController;
|
|
207
208
|
// 分类存放控制器
|
|
208
209
|
if (column.columnType === 'DEFGRIDCOLUMN') {
|
|
@@ -69,16 +69,17 @@ export class GridService extends MDControlService<IDEGrid> {
|
|
|
69
69
|
* @author lxm
|
|
70
70
|
* @date 2022-09-15 21:09:34
|
|
71
71
|
* @param {string} methodName
|
|
72
|
-
* @param {
|
|
72
|
+
* @param {IContext} context
|
|
73
73
|
* @param {IParams} [params={}]
|
|
74
74
|
* @returns {*} {Promise<IHttpResponse<ControlVO>>}
|
|
75
75
|
*/
|
|
76
76
|
async updateGridEditItem(
|
|
77
77
|
methodName: string,
|
|
78
|
-
context:
|
|
78
|
+
context: IContext,
|
|
79
79
|
params: IParams = {},
|
|
80
80
|
): Promise<IHttpResponse<ControlVO>> {
|
|
81
81
|
const entityService = await this.app.deService.getService(
|
|
82
|
+
context,
|
|
82
83
|
this.model.appDataEntityId!,
|
|
83
84
|
);
|
|
84
85
|
let res = await entityService.exec(methodName, context, params);
|
|
@@ -16,12 +16,12 @@ export class KanbanService extends DataViewControlService<IDEKanban> {
|
|
|
16
16
|
*
|
|
17
17
|
* @author lxm
|
|
18
18
|
* @date 2022-09-07 19:09:11
|
|
19
|
-
* @param {
|
|
19
|
+
* @param {IContext} context 上下文
|
|
20
20
|
* @param {ControlVO} data 数据
|
|
21
21
|
* @returns {*}
|
|
22
22
|
*/
|
|
23
23
|
async updateGroup(
|
|
24
|
-
context:
|
|
24
|
+
context: IContext,
|
|
25
25
|
data: ControlVO,
|
|
26
26
|
): Promise<IHttpResponse<ControlVO>> {
|
|
27
27
|
const updateAction =
|
|
@@ -22,7 +22,7 @@ export class MapService extends MDControlService<ISysMap> {
|
|
|
22
22
|
* 加载所有地图项的数据
|
|
23
23
|
* @author lxm
|
|
24
24
|
* @date 2023-10-30 06:27:32
|
|
25
|
-
* @param {
|
|
25
|
+
* @param {IContext} context
|
|
26
26
|
* @param {IParams} [params={}]
|
|
27
27
|
* @return {*} {Promise<IHttpResponse<IMapData[]>>}
|
|
28
28
|
*/
|
|
@@ -16,12 +16,12 @@ export class ReportPanelService<
|
|
|
16
16
|
/**
|
|
17
17
|
* 执行查询报表数据的方法
|
|
18
18
|
*
|
|
19
|
-
* @param {
|
|
19
|
+
* @param {IContext} context 上下文
|
|
20
20
|
* @param {IParams} [params={}] 视图参数
|
|
21
21
|
* @returns {*} {Promise<IHttpResponse>}
|
|
22
22
|
*/
|
|
23
23
|
async fetch(
|
|
24
|
-
context:
|
|
24
|
+
context: IContext,
|
|
25
25
|
params: IParams = {},
|
|
26
26
|
): Promise<IHttpResponse<ControlVO>> {
|
|
27
27
|
this.dataEntity = await ibiz.hub.getAppDataEntity(
|
|
@@ -35,7 +35,7 @@ export interface TreeFetchOpts {
|
|
|
35
35
|
* @type {IParams}
|
|
36
36
|
* @memberof TreeFetchOpts
|
|
37
37
|
*/
|
|
38
|
-
context:
|
|
38
|
+
context: IContext;
|
|
39
39
|
/**
|
|
40
40
|
* 视图参数
|
|
41
41
|
*
|
|
@@ -252,7 +252,7 @@ export class TreeService extends MDControlService<IDETree> {
|
|
|
252
252
|
parentNodeData: ITreeNodeData | undefined,
|
|
253
253
|
opts: TreeFetchOpts,
|
|
254
254
|
): {
|
|
255
|
-
context:
|
|
255
|
+
context: IContext;
|
|
256
256
|
params: IParams;
|
|
257
257
|
navContext: IParams;
|
|
258
258
|
navParams: IParams;
|
|
@@ -127,7 +127,8 @@ export class TreeGridExController
|
|
|
127
127
|
this.providers[column.codeName!] = provider;
|
|
128
128
|
|
|
129
129
|
// 初始化表格列控制器
|
|
130
|
-
|
|
130
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
131
|
+
const controller = await provider.createController(column, this as any);
|
|
131
132
|
this.columns[column.codeName!] = controller as GridColumnController;
|
|
132
133
|
// 分类存放控制器
|
|
133
134
|
if (column.columnType === 'DEFGRIDCOLUMN') {
|
|
@@ -21,12 +21,12 @@ export class WizardPanelService<
|
|
|
21
21
|
*
|
|
22
22
|
* @author lxm
|
|
23
23
|
* @date 2022-08-31 17:08:41
|
|
24
|
-
* @param {
|
|
24
|
+
* @param {IContext} context 上下文
|
|
25
25
|
* @param {IParams} [params={}] 视图参数
|
|
26
26
|
* @returns {*} {Promise<IHttpResponse>}
|
|
27
27
|
*/
|
|
28
28
|
async initialize(
|
|
29
|
-
context:
|
|
29
|
+
context: IContext,
|
|
30
30
|
data: IData = {},
|
|
31
31
|
params: IParams = {},
|
|
32
32
|
): Promise<IHttpResponse<IData>> {
|
|
@@ -41,12 +41,12 @@ export class WizardPanelService<
|
|
|
41
41
|
*
|
|
42
42
|
* @author lxm
|
|
43
43
|
* @date 2022-08-31 17:08:41
|
|
44
|
-
* @param {
|
|
44
|
+
* @param {IContext} context 上下文
|
|
45
45
|
* @param {IParams} [params={}] 视图参数
|
|
46
46
|
* @returns {*} {Promise<IHttpResponse>}
|
|
47
47
|
*/
|
|
48
48
|
async finish(
|
|
49
|
-
context:
|
|
49
|
+
context: IContext,
|
|
50
50
|
data: IData = {},
|
|
51
51
|
params: IParams = {},
|
|
52
52
|
): Promise<IHttpResponse<IData>> {
|
|
@@ -22,14 +22,14 @@ export class DELogicContext {
|
|
|
22
22
|
* 实体逻辑执行参数
|
|
23
23
|
* @author lxm
|
|
24
24
|
* @date 2023-10-16 02:22:31
|
|
25
|
-
* @type {{ context:
|
|
25
|
+
* @type {{ context: IContext; data: IData[]; params: IParams }}
|
|
26
26
|
*/
|
|
27
|
-
parameters: { context:
|
|
27
|
+
parameters: { context: IContext; data: IData[]; params: IParams };
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* 上下文
|
|
31
31
|
*/
|
|
32
|
-
get context():
|
|
32
|
+
get context(): IContext {
|
|
33
33
|
if (Object.prototype.hasOwnProperty.call(this.params, 'context')) {
|
|
34
34
|
return this.params.context;
|
|
35
35
|
}
|
|
@@ -58,13 +58,13 @@ export class DELogicContext {
|
|
|
58
58
|
* @author lxm
|
|
59
59
|
* @date 2023-03-24 09:15:14
|
|
60
60
|
* @param {Map<string, DELogicParam>} deLogicParams 实体逻辑参数集合
|
|
61
|
-
* @param {
|
|
61
|
+
* @param {IContext} context 上下文
|
|
62
62
|
* @param {IData} data 数据对象
|
|
63
63
|
* @param {IParams} params 视图参数
|
|
64
64
|
*/
|
|
65
65
|
constructor(
|
|
66
66
|
private deLogicParams: Map<string, DELogicParam>,
|
|
67
|
-
context:
|
|
67
|
+
context: IContext,
|
|
68
68
|
data: IData | IData[],
|
|
69
69
|
params: IParams,
|
|
70
70
|
) {
|
|
@@ -69,11 +69,11 @@ export class DELogicLinkGroupCond extends DELogicLinkCond {
|
|
|
69
69
|
* @author lxm
|
|
70
70
|
* @date 2023-02-15 17:02:19
|
|
71
71
|
* @param {DELogicContext} ctx
|
|
72
|
-
* @param {
|
|
72
|
+
* @param {IContext} context
|
|
73
73
|
* @param {IData} data
|
|
74
74
|
* @return {*} {boolean}
|
|
75
75
|
*/
|
|
76
|
-
test(ctx: DELogicContext, context:
|
|
76
|
+
test(ctx: DELogicContext, context: IContext, data: IData): boolean {
|
|
77
77
|
let bol = true;
|
|
78
78
|
if (this.conds.length === 0) {
|
|
79
79
|
throw new RuntimeModelError(this.model, `界面连接条件逻辑组未配置逻辑项`);
|
|
@@ -72,11 +72,11 @@ export class DELogicLinkSingleCond extends DELogicLinkCond {
|
|
|
72
72
|
* @author lxm
|
|
73
73
|
* @date 2023-02-15 18:02:05
|
|
74
74
|
* @param {DELogicContext} ctx
|
|
75
|
-
* @param {
|
|
75
|
+
* @param {IContext} context
|
|
76
76
|
* @param {IData} data
|
|
77
77
|
* @return {*} {boolean}
|
|
78
78
|
*/
|
|
79
|
-
test(ctx: DELogicContext, context:
|
|
79
|
+
test(ctx: DELogicContext, context: IContext, data: IData): boolean {
|
|
80
80
|
const dst = ctx.params[this.dstParam];
|
|
81
81
|
switch (this.type) {
|
|
82
82
|
case 'ENTITYFIELD': {
|
package/src/de-logic/de-logic.ts
CHANGED
|
@@ -145,7 +145,7 @@ export class DELogic {
|
|
|
145
145
|
* @date 2023-02-08 21:02:58
|
|
146
146
|
* @protected
|
|
147
147
|
* @param {DELogicContext} ctx
|
|
148
|
-
* @param {
|
|
148
|
+
* @param {IContext} context
|
|
149
149
|
* @param {IData} data
|
|
150
150
|
* @param {IParams} [opt]
|
|
151
151
|
*/
|
|
@@ -163,13 +163,13 @@ export class DELogic {
|
|
|
163
163
|
*
|
|
164
164
|
* @author lxm
|
|
165
165
|
* @date 2023-02-08 21:02:09
|
|
166
|
-
* @param {
|
|
166
|
+
* @param {IContext} context
|
|
167
167
|
* @param {IData} data
|
|
168
168
|
* @param {IParams} [opt]
|
|
169
169
|
* @return {*} {Promise<IData>}
|
|
170
170
|
*/
|
|
171
171
|
async exec(
|
|
172
|
-
context:
|
|
172
|
+
context: IContext,
|
|
173
173
|
data: IData | IData[],
|
|
174
174
|
params: IParams,
|
|
175
175
|
): Promise<unknown> {
|
package/src/de-logic/index.ts
CHANGED
|
@@ -35,7 +35,7 @@ async function findDeLogic(
|
|
|
35
35
|
* @date 2023-02-09 11:02:23
|
|
36
36
|
* @export
|
|
37
37
|
* @param {IAppDELogic} deDELogic
|
|
38
|
-
* @param {
|
|
38
|
+
* @param {IContext} context
|
|
39
39
|
* @param {(IData)} data
|
|
40
40
|
* @param {IParams} params
|
|
41
41
|
* @param {IParams} [opt]
|
|
@@ -43,7 +43,7 @@ async function findDeLogic(
|
|
|
43
43
|
*/
|
|
44
44
|
export async function execDELogic(
|
|
45
45
|
deDELogic: IAppDELogic,
|
|
46
|
-
context:
|
|
46
|
+
context: IContext,
|
|
47
47
|
data: IData | IData[] = {},
|
|
48
48
|
params: IParams = {},
|
|
49
49
|
): Promise<unknown> {
|
|
@@ -62,7 +62,7 @@ export async function execDELogic(
|
|
|
62
62
|
* @export
|
|
63
63
|
* @param {string} deDELogicId
|
|
64
64
|
* @param {string} dataEntityId
|
|
65
|
-
* @param {
|
|
65
|
+
* @param {IContext} context
|
|
66
66
|
* @param {IData} data
|
|
67
67
|
* @param {IParams} params
|
|
68
68
|
* @return {*} {Promise<unknown>}
|
|
@@ -70,7 +70,7 @@ export async function execDELogic(
|
|
|
70
70
|
export async function execDELogicById(
|
|
71
71
|
deDELogicId: string,
|
|
72
72
|
dataEntityId: string,
|
|
73
|
-
context:
|
|
73
|
+
context: IContext,
|
|
74
74
|
data: IData,
|
|
75
75
|
params: IParams,
|
|
76
76
|
): Promise<unknown> {
|
|
@@ -91,7 +91,7 @@ export async function execDELogicById(
|
|
|
91
91
|
* @date 2023-03-16 12:44:43
|
|
92
92
|
* @export
|
|
93
93
|
* @param {IAppDELogic} deDELogic
|
|
94
|
-
* @param {
|
|
94
|
+
* @param {IContext} context
|
|
95
95
|
* @param {(IData)} data
|
|
96
96
|
* @param {IParams} params
|
|
97
97
|
* @param {IParams} [opt]
|
|
@@ -99,7 +99,7 @@ export async function execDELogicById(
|
|
|
99
99
|
*/
|
|
100
100
|
export async function execDELogicAction(
|
|
101
101
|
deDELogic: IAppDELogic,
|
|
102
|
-
context:
|
|
102
|
+
context: IContext,
|
|
103
103
|
data?: IData | IData[],
|
|
104
104
|
params?: IParams,
|
|
105
105
|
): Promise<HttpResponse<IData>> {
|
|
@@ -125,7 +125,7 @@ export async function execDELogicAction(
|
|
|
125
125
|
* @export
|
|
126
126
|
* @param {IAppDataEntity} entity
|
|
127
127
|
* @param {('compute' | 'change' | 'default')} type
|
|
128
|
-
* @param {
|
|
128
|
+
* @param {IContext} context
|
|
129
129
|
* @param {IData} data
|
|
130
130
|
* @param {IParams} params
|
|
131
131
|
* @return {*} {Promise<void>}
|
|
@@ -133,7 +133,7 @@ export async function execDELogicAction(
|
|
|
133
133
|
async function execSingleFieldLogics(
|
|
134
134
|
entity: IAppDataEntity,
|
|
135
135
|
type: 'compute' | 'change' | 'default',
|
|
136
|
-
context:
|
|
136
|
+
context: IContext,
|
|
137
137
|
data: IData,
|
|
138
138
|
params: IParams,
|
|
139
139
|
): Promise<void> {
|
|
@@ -157,7 +157,7 @@ async function execSingleFieldLogics(
|
|
|
157
157
|
* @export
|
|
158
158
|
* @param {IAppDataEntity} entity
|
|
159
159
|
* @param {('compute' | 'change' | 'default')} type
|
|
160
|
-
* @param {
|
|
160
|
+
* @param {IContext} context
|
|
161
161
|
* @param {IData | IData[]} data 单条或多条数据
|
|
162
162
|
* @param {IParams} params
|
|
163
163
|
* @return {*} {Promise<void>}
|
|
@@ -165,7 +165,7 @@ async function execSingleFieldLogics(
|
|
|
165
165
|
export async function execFieldLogics(
|
|
166
166
|
entity: IAppDataEntity,
|
|
167
167
|
type: 'compute' | 'change' | 'default',
|
|
168
|
-
context:
|
|
168
|
+
context: IContext,
|
|
169
169
|
data: IData | IData[],
|
|
170
170
|
params: IParams = {},
|
|
171
171
|
): Promise<void> {
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
import { RuntimeError } from '@ibiz-template/core';
|
|
2
2
|
import { IAppViewConfigService, IViewConfig } from '../../interface';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* 应用视图配置服务
|
|
6
|
+
*
|
|
7
|
+
* @author chitanda
|
|
8
|
+
* @date 2023-12-21 16:12:06
|
|
9
|
+
* @export
|
|
10
|
+
* @class AppViewConfigService
|
|
11
|
+
* @implements {IAppViewConfigService}
|
|
12
|
+
*/
|
|
4
13
|
export class AppViewConfigService implements IAppViewConfigService {
|
|
5
14
|
/**
|
|
6
15
|
* 视图配置信息集合
|
|
@@ -9,23 +18,47 @@ export class AppViewConfigService implements IAppViewConfigService {
|
|
|
9
18
|
*/
|
|
10
19
|
protected viewConfigs = new Map<string, IViewConfig>();
|
|
11
20
|
|
|
21
|
+
/**
|
|
22
|
+
* 计算应用视图 标识
|
|
23
|
+
*
|
|
24
|
+
* @author chitanda
|
|
25
|
+
* @date 2023-04-20 18:04:48
|
|
26
|
+
* @protected
|
|
27
|
+
* @param {string} tag
|
|
28
|
+
* @return {*} {string}
|
|
29
|
+
*/
|
|
30
|
+
protected calcAppViewId(tag: string): string {
|
|
31
|
+
let id = '';
|
|
32
|
+
if (tag.indexOf('.') !== -1) {
|
|
33
|
+
const ids = tag.split('.');
|
|
34
|
+
id = ids[ids.length - 1];
|
|
35
|
+
} else {
|
|
36
|
+
id = tag.toLowerCase();
|
|
37
|
+
}
|
|
38
|
+
return id;
|
|
39
|
+
}
|
|
40
|
+
|
|
12
41
|
has(key: string): boolean {
|
|
13
|
-
|
|
42
|
+
const id = this.calcAppViewId(key);
|
|
43
|
+
return this.viewConfigs.has(id);
|
|
14
44
|
}
|
|
15
45
|
|
|
16
|
-
set(
|
|
46
|
+
set(key: string, viewConfig: IViewConfig): void {
|
|
47
|
+
const id = this.calcAppViewId(key);
|
|
17
48
|
this.viewConfigs.set(id, viewConfig);
|
|
18
49
|
}
|
|
19
50
|
|
|
20
51
|
async get(key: string): Promise<IViewConfig> {
|
|
52
|
+
const id = this.calcAppViewId(key);
|
|
21
53
|
// 没有的时候请求视图模型并设置
|
|
22
|
-
if (!this.viewConfigs.has(
|
|
23
|
-
const model = await ibiz.hub.getAppView(
|
|
54
|
+
if (!this.viewConfigs.has(id)) {
|
|
55
|
+
const model = await ibiz.hub.getAppView(id);
|
|
24
56
|
if (!model) {
|
|
25
|
-
throw new RuntimeError(`视图[${
|
|
57
|
+
throw new RuntimeError(`视图[${id}]不存在`);
|
|
26
58
|
}
|
|
27
59
|
this.set(model.id!, {
|
|
28
60
|
id: model.id!,
|
|
61
|
+
appId: model.appId!,
|
|
29
62
|
codeName: model.codeName!,
|
|
30
63
|
openMode: model.openMode!,
|
|
31
64
|
viewType: model.viewType!,
|
|
@@ -35,7 +68,7 @@ export class AppViewConfigService implements IAppViewConfigService {
|
|
|
35
68
|
redirectView: model.redirectView,
|
|
36
69
|
});
|
|
37
70
|
}
|
|
38
|
-
return this.viewConfigs.get(
|
|
71
|
+
return this.viewConfigs.get(id)!;
|
|
39
72
|
}
|
|
40
73
|
|
|
41
74
|
getSync(key: string): IViewConfig | null {
|
package/src/install.ts
CHANGED
|
@@ -14,6 +14,7 @@ import { presetUIActionProvider } from './ui-action';
|
|
|
14
14
|
import { installLogicSchedule } from './logic-scheduler';
|
|
15
15
|
import { install as installPlatformProvider } from './platform/provider';
|
|
16
16
|
import { getPlatformProvider } from './register';
|
|
17
|
+
import { UIDomainManager } from './utils';
|
|
17
18
|
|
|
18
19
|
/**
|
|
19
20
|
* 安装运行时
|
|
@@ -38,6 +39,8 @@ export function install(): void {
|
|
|
38
39
|
ibiz.asyncAction = new AsyncActionService();
|
|
39
40
|
// 挂载引擎工厂
|
|
40
41
|
ibiz.engine = new EngineFactory();
|
|
42
|
+
// 挂载界面域管理
|
|
43
|
+
ibiz.uiDomainManager = new UIDomainManager();
|
|
41
44
|
// 安装默认指令
|
|
42
45
|
installCommand();
|
|
43
46
|
// 注册界面行为适配器
|
|
@@ -156,4 +156,13 @@ export interface IAppHubService {
|
|
|
156
156
|
* @return {*} {IAppService}
|
|
157
157
|
*/
|
|
158
158
|
getApp(app?: string | IApplication): IAppService;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* 获取所有应用实例
|
|
162
|
+
*
|
|
163
|
+
* @author chitanda
|
|
164
|
+
* @date 2023-12-22 16:12:09
|
|
165
|
+
* @return {*} {IAppService[]}
|
|
166
|
+
*/
|
|
167
|
+
getAllApps(): IAppService[];
|
|
159
168
|
}
|