@ibiz-template/runtime 0.7.41-alpha.51 → 0.7.41-alpha.53
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 +272 -86
- package/dist/index.system.min.js +1 -1
- package/out/controller/common/control/md-control.controller.d.ts +6 -0
- package/out/controller/common/control/md-control.controller.d.ts.map +1 -1
- package/out/controller/common/control/md-control.controller.js +7 -0
- package/out/controller/control/chart/chart.controller.d.ts.map +1 -1
- package/out/controller/control/chart/chart.controller.js +3 -2
- package/out/controller/control/form/form/form.controller.d.ts +7 -0
- package/out/controller/control/form/form/form.controller.d.ts.map +1 -1
- package/out/controller/control/form/form/form.controller.js +11 -0
- package/out/controller/control/grid/grid/grid.controller.d.ts +6 -0
- package/out/controller/control/grid/grid/grid.controller.d.ts.map +1 -1
- package/out/controller/control/grid/grid/grid.controller.js +19 -1
- package/out/controller/control/report-panel/generator/base-generator.d.ts +3 -2
- package/out/controller/control/report-panel/generator/base-generator.d.ts.map +1 -1
- package/out/controller/control/report-panel/generator/base-generator.js +1 -0
- package/out/controller/control/toolbar/toolbar.controller.d.ts.map +1 -1
- package/out/controller/control/toolbar/toolbar.controller.js +16 -8
- package/out/controller/ctx/ctx.d.ts +6 -4
- package/out/controller/ctx/ctx.d.ts.map +1 -1
- package/out/controller/ctx/ctx.js +1 -0
- package/out/controller/hub.controller.d.ts +8 -4
- package/out/controller/hub.controller.d.ts.map +1 -1
- package/out/controller/hub.controller.js +5 -3
- package/out/interface/api/app/i-api-app-hub-controller.d.ts +23 -19
- package/out/interface/api/app/i-api-app-hub-controller.d.ts.map +1 -1
- package/out/interface/api/app/i-api-app-hub-service.d.ts +9 -9
- package/out/interface/api/app/i-micro-app-config-center.d.ts +3 -3
- package/out/interface/api/call/i-api-data-view.call.d.ts +2 -2
- package/out/interface/api/call/i-api-edit-view.call.d.ts +2 -2
- package/out/interface/api/call/i-api-grid-view.call.d.ts +2 -2
- package/out/interface/api/call/i-api-list-view.call.d.ts +2 -2
- package/out/interface/api/call/i-api-login-view.call.d.ts +21 -5
- package/out/interface/api/call/i-api-login-view.call.d.ts.map +1 -1
- package/out/interface/api/call/i-api-md-custom-view.call.d.ts +3 -3
- package/out/interface/api/call/i-api-md-view.call.d.ts +6 -6
- package/out/interface/api/call/i-api-mob-wf-dyna-edit-view.call.d.ts +1 -1
- package/out/interface/api/call/i-api-tree-exp-view.call.d.ts +4 -4
- package/out/interface/api/call/i-api-tree-grid-ex-view.call.d.ts +1 -1
- package/out/interface/api/call/i-api-tree-grid-view.call.d.ts +4 -7
- package/out/interface/api/call/i-api-tree-grid-view.call.d.ts.map +1 -1
- package/out/interface/api/call/i-api-tree-view.call.d.ts +4 -4
- package/out/interface/api/call/i-api-view.call.d.ts +1 -1
- package/out/interface/api/common/global-config/i-api-global-form-config.d.ts +0 -1
- package/out/interface/api/common/global-config/i-api-global-form-config.d.ts.map +1 -1
- package/out/interface/api/common/global-config/i-api-global-search-form-config.d.ts +1 -0
- package/out/interface/api/common/global-config/i-api-global-search-form-config.d.ts.map +1 -1
- package/out/interface/api/common/i-api-ctx.d.ts +41 -0
- package/out/interface/api/common/i-api-ctx.d.ts.map +1 -0
- package/out/interface/api/common/i-api-ctx.js +1 -0
- package/out/interface/api/common/i-api-error-handler.d.ts +15 -0
- package/out/interface/api/common/i-api-error-handler.d.ts.map +1 -0
- package/out/interface/api/common/i-api-error-handler.js +1 -0
- package/out/interface/api/common/i-api-modal-option.d.ts +50 -0
- package/out/interface/api/common/i-api-modal-option.d.ts.map +1 -0
- package/out/interface/api/common/i-api-modal-option.js +1 -0
- package/out/interface/api/common/i-api-overlay-container-options.d.ts +3 -3
- package/out/interface/api/common/i-api-overlay-container-options.d.ts.map +1 -1
- package/out/interface/api/common/i-api-ui-action-result.d.ts +51 -0
- package/out/interface/api/common/i-api-ui-action-result.d.ts.map +1 -0
- package/out/interface/api/common/i-api-ui-action-result.js +1 -0
- package/out/interface/api/common/i-api-ui-logic-params.d.ts +52 -0
- package/out/interface/api/common/i-api-ui-logic-params.d.ts.map +1 -0
- package/out/interface/api/common/i-api-ui-logic-params.js +1 -0
- package/out/interface/api/common/index.d.ts +5 -0
- package/out/interface/api/common/index.d.ts.map +1 -1
- package/out/interface/api/controller/common/i-api-enforceable.controller.d.ts +1 -1
- package/out/interface/api/controller/control/form-detail/i-api-form-button-controller.d.ts +3 -3
- package/out/interface/api/controller/control/form-detail/i-api-form-button-list.controller.d.ts +6 -6
- package/out/interface/api/controller/control/form-detail/i-api-form-detail.controller.d.ts +1 -0
- package/out/interface/api/controller/control/form-detail/i-api-form-detail.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/form-detail/i-api-form-group-panel.controller.d.ts +3 -3
- package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-form.controller.d.ts +1 -7
- package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-form.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl-repeater.controller.d.ts +2 -2
- package/out/interface/api/controller/control/form-detail/i-api-form-mdctrl.controller.d.ts +2 -2
- package/out/interface/api/controller/control/grid-column/i-api-grid-column.controller.d.ts +1 -1
- package/out/interface/api/controller/control/grid-column/i-api-grid-field-column.controller.d.ts +6 -6
- package/out/interface/api/controller/control/grid-column/i-api-grid-field-edit-column.controller.d.ts +3 -3
- package/out/interface/api/controller/control/grid-column/i-api-grid-ua-column.controller.d.ts +3 -3
- package/out/interface/api/controller/control/i-api-calendar.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-chart.controller.d.ts +2 -2
- package/out/interface/api/controller/control/i-api-control.controller.d.ts +2 -2
- package/out/interface/api/controller/control/i-api-data-view-control.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-drbar.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-drtab.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts +7 -6
- package/out/interface/api/controller/control/i-api-edit-form.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/i-api-exp-bar-control.controller.d.ts +3 -3
- package/out/interface/api/controller/control/i-api-form.controller.d.ts +2 -2
- package/out/interface/api/controller/control/i-api-gantt.controller.d.ts +3 -3
- package/out/interface/api/controller/control/i-api-grid.controller.d.ts +4 -4
- package/out/interface/api/controller/control/i-api-kanban.controller.d.ts +2 -3
- package/out/interface/api/controller/control/i-api-kanban.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/i-api-list.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-map.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-md-control.controller.d.ts +7 -7
- package/out/interface/api/controller/control/i-api-medit-view-panel.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-mob-md-ctrl.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-pickup-view-panel.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-report-panel.controller.d.ts +4 -3
- package/out/interface/api/controller/control/i-api-report-panel.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/i-api-search-bar.controller.d.ts +4 -3
- package/out/interface/api/controller/control/i-api-search-bar.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/i-api-search-form.controller.d.ts +3 -2
- package/out/interface/api/controller/control/i-api-search-form.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/i-api-tab-exp-panel.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-toolbar.controller.d.ts +4 -4
- package/out/interface/api/controller/control/i-api-tree-grid-ex.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-tree-grid.controller.d.ts +1 -1
- package/out/interface/api/controller/control/i-api-tree.controller.d.ts +3 -3
- package/out/interface/api/controller/control/index.d.ts +2 -1
- package/out/interface/api/controller/control/index.d.ts.map +1 -1
- package/out/interface/api/controller/control/index.js +1 -0
- package/out/interface/api/controller/control/portlet/i-api-portlet.controller.d.ts +11 -7
- package/out/interface/api/controller/control/portlet/i-api-portlet.controller.d.ts.map +1 -1
- package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.d.ts +33 -0
- package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.d.ts.map +1 -0
- package/out/interface/api/controller/control/report-panel/i-api-report-panel-generator.js +1 -0
- package/out/interface/api/controller/control/report-panel/index.d.ts +2 -0
- package/out/interface/api/controller/control/report-panel/index.d.ts.map +1 -0
- package/out/interface/api/controller/control/report-panel/index.js +1 -0
- package/out/interface/api/controller/view/i-api-view.controller.d.ts +3 -3
- package/out/interface/api/service/i-api-app-de.service.d.ts +46 -44
- package/out/interface/api/service/i-api-app-de.service.d.ts.map +1 -1
- package/out/interface/api/service/i-api-auth-result.d.ts +4 -4
- package/out/interface/api/service/i-api-auth-result.d.ts.map +1 -1
- package/out/interface/api/service/i-api-code-list.service.d.ts +5 -5
- package/out/interface/api/service/i-api-de-service-util.d.ts +7 -7
- package/out/interface/api/service/index.d.ts +1 -0
- package/out/interface/api/service/index.d.ts.map +1 -1
- package/out/interface/api/service/vo/i-api-control.vo.d.ts +89 -0
- package/out/interface/api/service/vo/i-api-control.vo.d.ts.map +1 -0
- package/out/interface/api/service/vo/i-api-control.vo.js +1 -0
- package/out/interface/api/service/vo/i-api-ui-map-field.d.ts +54 -0
- package/out/interface/api/service/vo/i-api-ui-map-field.d.ts.map +1 -0
- package/out/interface/api/service/vo/i-api-ui-map-field.js +1 -0
- package/out/interface/api/service/vo/index.d.ts +3 -0
- package/out/interface/api/service/vo/index.d.ts.map +1 -0
- package/out/interface/api/service/vo/index.js +1 -0
- package/out/interface/api/state/common/i-api-button-container.state.d.ts +1 -1
- package/out/interface/api/state/common/i-api-button.state.d.ts +1 -1
- package/out/interface/api/state/control/i-api-app-menu.state.d.ts +1 -1
- package/out/interface/api/state/control/i-api-calendar.state.d.ts +33 -2
- package/out/interface/api/state/control/i-api-calendar.state.d.ts.map +1 -1
- package/out/interface/api/state/control/i-api-chart.state.d.ts +48 -9
- package/out/interface/api/state/control/i-api-chart.state.d.ts.map +1 -1
- package/out/interface/api/state/control/i-api-control.state.d.ts +0 -1
- package/out/interface/api/state/control/i-api-control.state.d.ts.map +1 -1
- package/out/interface/api/state/control/i-api-grid.state.d.ts +4 -3
- package/out/interface/api/state/control/i-api-grid.state.d.ts.map +1 -1
- package/out/interface/api/state/control/i-api-medit-view-panel.state.d.ts +8 -8
- package/out/interface/api/state/control/i-api-medit-view-panel.state.d.ts.map +1 -1
- package/out/interface/api/state/control/portlet/i-api-portlet.state.d.ts +1 -1
- package/out/interface/api/state/view/i-api-view-session.d.ts +1 -1
- package/out/interface/api/util/i-api-ai-chat-util.d.ts +99 -22
- package/out/interface/api/util/i-api-ai-chat-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-app-util.d.ts +31 -27
- package/out/interface/api/util/i-api-app-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-confirm-util.d.ts +4 -4
- package/out/interface/api/util/i-api-encryption-util.d.ts +15 -0
- package/out/interface/api/util/i-api-encryption-util.d.ts.map +1 -0
- package/out/interface/api/util/i-api-encryption-util.js +1 -0
- package/out/interface/api/util/i-api-error-handle-center.d.ts +21 -0
- package/out/interface/api/util/i-api-error-handle-center.d.ts.map +1 -0
- package/out/interface/api/util/i-api-error-handle-center.js +1 -0
- package/out/interface/api/util/i-api-excel-util.d.ts +25 -0
- package/out/interface/api/util/i-api-excel-util.d.ts.map +1 -0
- package/out/interface/api/util/i-api-excel-util.js +1 -0
- package/out/interface/api/util/i-api-file-util.d.ts +17 -17
- package/out/interface/api/util/i-api-file-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-fullscreen-util.d.ts +5 -4
- package/out/interface/api/util/i-api-fullscreen-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-global-util.d.ts +58 -1
- package/out/interface/api/util/i-api-global-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-handlebars-util.d.ts +4 -4
- package/out/interface/api/util/i-api-html2canvas-util.d.ts +4 -4
- package/out/interface/api/util/i-api-inline-ai-util.d.ts +12 -12
- package/out/interface/api/util/i-api-inline-ai-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-json-util.d.ts +15 -14
- package/out/interface/api/util/i-api-json-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-message-util.d.ts +2 -3
- package/out/interface/api/util/i-api-message-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-modal-util.d.ts +6 -6
- package/out/interface/api/util/i-api-notification-util.d.ts +5 -5
- package/out/interface/api/util/i-api-open-view-util.d.ts +33 -29
- package/out/interface/api/util/i-api-open-view-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-qrcode-util.d.ts +5 -4
- package/out/interface/api/util/i-api-qrcode-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-raw-value-util.d.ts +2 -2
- package/out/interface/api/util/i-api-short-cut-util.d.ts +24 -8
- package/out/interface/api/util/i-api-short-cut-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-text-util.d.ts +7 -0
- package/out/interface/api/util/i-api-text-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-ui-action-util.d.ts +36 -0
- package/out/interface/api/util/i-api-ui-action-util.d.ts.map +1 -0
- package/out/interface/api/util/i-api-ui-action-util.js +1 -0
- package/out/interface/api/util/i-api-voice-util.d.ts +3 -4
- package/out/interface/api/util/i-api-voice-util.d.ts.map +1 -1
- package/out/interface/api/util/i-api-water-mark-util.d.ts +3 -3
- package/out/interface/api/util/i-api-wechat-util.d.ts +11 -3
- package/out/interface/api/util/i-api-wechat-util.d.ts.map +1 -1
- package/out/interface/api/util/index.d.ts +4 -0
- package/out/interface/api/util/index.d.ts.map +1 -1
- package/out/interface/common/i-error-handler/i-error-handler.d.ts +3 -8
- package/out/interface/common/i-error-handler/i-error-handler.d.ts.map +1 -1
- package/out/interface/common/i-modal-options/i-modal-options.d.ts +2 -55
- package/out/interface/common/i-modal-options/i-modal-options.d.ts.map +1 -1
- package/out/interface/common/i-ui-action-result/i-ui-action-result.d.ts +3 -57
- package/out/interface/common/i-ui-action-result/i-ui-action-result.d.ts.map +1 -1
- package/out/interface/common/i-ui-logic-params/i-ui-logic-params.d.ts +3 -36
- package/out/interface/common/i-ui-logic-params/i-ui-logic-params.d.ts.map +1 -1
- package/out/interface/controller/controller/i.controller.d.ts +6 -0
- package/out/interface/controller/controller/i.controller.d.ts.map +1 -1
- package/out/interface/util/i-encryption-uitl/i-encryption-uitl.d.ts +3 -10
- package/out/interface/util/i-encryption-uitl/i-encryption-uitl.d.ts.map +1 -1
- package/out/interface/util/i-excel-util/i-excel-util.d.ts +3 -12
- package/out/interface/util/i-excel-util/i-excel-util.d.ts.map +1 -1
- package/out/model/utils/util.d.ts +28 -1
- package/out/model/utils/util.d.ts.map +1 -1
- package/out/model/utils/util.js +138 -0
- package/out/ui-action/uiaction-util.d.ts +8 -0
- package/out/ui-action/uiaction-util.d.ts.map +1 -1
- package/out/ui-action/uiaction-util.js +12 -0
- package/out/utils/error-handler/error-handler-center.d.ts +3 -2
- package/out/utils/error-handler/error-handler-center.d.ts.map +1 -1
- package/out/utils/error-handler/error-handler-center.js +1 -0
- package/out/utils/open-redirect-view/open-redirect-view.d.ts.map +1 -1
- package/out/utils/open-redirect-view/open-redirect-view.js +4 -0
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@ import { IApiAppDEService } from './i-api-app-de.service';
|
|
|
8
8
|
export interface IApiDEServiceUtil {
|
|
9
9
|
/**
|
|
10
10
|
* @description 根据实体标识获取实体服务
|
|
11
|
-
* @param {IApiContext} context
|
|
11
|
+
* @param {IApiContext} context 应用上下文
|
|
12
12
|
* @param {string} id 实体标识,通常是应用标识.实体标识,如:checkinweb.shift
|
|
13
13
|
* @returns {*} {Promise<IApiAppDEService>}
|
|
14
14
|
* @memberof IApiDEServiceUtil
|
|
@@ -16,7 +16,7 @@ export interface IApiDEServiceUtil {
|
|
|
16
16
|
getService(context: IApiContext, id: string): Promise<IApiAppDEService>;
|
|
17
17
|
/**
|
|
18
18
|
* @description 重置服务, 删除指定域下的所有服务缓存
|
|
19
|
-
* @param {IApiContext} context
|
|
19
|
+
* @param {IApiContext} context 应用上下文
|
|
20
20
|
* @memberof IApiDEServiceUtil
|
|
21
21
|
*/
|
|
22
22
|
reset(context: IApiContext): void;
|
|
@@ -24,9 +24,9 @@ export interface IApiDEServiceUtil {
|
|
|
24
24
|
* @description 执行服务方法
|
|
25
25
|
* @param {string} appDataEntityId 实体标识,通常是应用标识.实体标识,如:checkinweb.shift
|
|
26
26
|
* @param {string} methodName 方法名
|
|
27
|
-
* @param {IApiContext} context
|
|
28
|
-
* @param {(IApiData | IApiData[]
|
|
29
|
-
* @param {(IApiParams
|
|
27
|
+
* @param {IApiContext} context 应用上下文
|
|
28
|
+
* @param {(IApiData | IApiData[])} [params] 实体数据
|
|
29
|
+
* @param {(IApiParams)} [params2] 请求参数
|
|
30
30
|
* @param {IApiData} [header]
|
|
31
31
|
* @returns {*} {Promise<IHttpResponse<IApiData>>}
|
|
32
32
|
* @memberof IApiDEServiceUtil
|
|
@@ -35,7 +35,7 @@ export interface IApiDEServiceUtil {
|
|
|
35
35
|
/**
|
|
36
36
|
* @description 记录当前域变更
|
|
37
37
|
* @param {string} srfsessionid 域标识
|
|
38
|
-
* @param {('ADD' | 'RESET' | 'UNDO' | 'REDO')} actionType
|
|
38
|
+
* @param {('ADD' | 'RESET' | 'UNDO' | 'REDO')} actionType 行为类型:添加数据 | 重置数据
|
|
39
39
|
* @returns {*} {void}
|
|
40
40
|
* @memberof IApiDEServiceUtil
|
|
41
41
|
*/
|
|
@@ -43,7 +43,7 @@ export interface IApiDEServiceUtil {
|
|
|
43
43
|
/**
|
|
44
44
|
* @description 取消当前域变更,'UNDO' | 'REDO'暂未支持
|
|
45
45
|
* @param {string} srfsessionid 域标识
|
|
46
|
-
* @param {('INIT' | 'UNDO' | 'REDO')} targetState
|
|
46
|
+
* @param {('INIT' | 'UNDO' | 'REDO')} targetState 目标状态:初始化状态 | 撤销上一步操作 | 重做下一步操作
|
|
47
47
|
* @returns {*} {void}
|
|
48
48
|
* @memberof IApiDEServiceUtil
|
|
49
49
|
*/
|
|
@@ -3,4 +3,5 @@ export type { IApiDEServiceUtil } from './i-api-de-service-util';
|
|
|
3
3
|
export type { IApiCodeListService } from './i-api-code-list.service';
|
|
4
4
|
export type { CodeListItem } from './code-list-item/code-list-item';
|
|
5
5
|
export type { IApiAuthResult } from './i-api-auth-result';
|
|
6
|
+
export type { IApiUIMapField, IApiControlVO } from './vo';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/service/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,YAAY,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,YAAY,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/service/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,YAAY,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,YAAY,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { IApiData } from '@ibiz-template/core';
|
|
2
|
+
import { IApiUIMapField } from './i-api-ui-map-field';
|
|
3
|
+
/**
|
|
4
|
+
* @description 部件UI显示层数据转换接口
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IApiControlVO
|
|
7
|
+
*/
|
|
8
|
+
export interface IApiControlVO {
|
|
9
|
+
[key: string | symbol]: any;
|
|
10
|
+
/**
|
|
11
|
+
* @description 原始后台数据
|
|
12
|
+
* @type {IApiData}
|
|
13
|
+
* @memberof IApiControlVO
|
|
14
|
+
*/
|
|
15
|
+
$origin: IApiData;
|
|
16
|
+
/**
|
|
17
|
+
* @description 属性映射集合
|
|
18
|
+
* @type {Map<string, IApiUIMapField>}
|
|
19
|
+
* @memberof IApiControlVO
|
|
20
|
+
*/
|
|
21
|
+
$dataUIMap: Map<string, IApiUIMapField>;
|
|
22
|
+
/**
|
|
23
|
+
* @description 是否是新建数据,0为新建
|
|
24
|
+
* @type {Srfuf}
|
|
25
|
+
* @memberof IApiControlVO
|
|
26
|
+
*/
|
|
27
|
+
srfuf: 0 | 1;
|
|
28
|
+
/**
|
|
29
|
+
* @description 主键
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof IApiControlVO
|
|
32
|
+
*/
|
|
33
|
+
srfkey?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @description 临时主键
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof IApiControlVO
|
|
38
|
+
*/
|
|
39
|
+
tempsrfkey: string;
|
|
40
|
+
/**
|
|
41
|
+
* @description 主信息
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof IApiControlVO
|
|
44
|
+
*/
|
|
45
|
+
srfmajortext?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @description 实体模型标识
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof IApiControlVO
|
|
50
|
+
*/
|
|
51
|
+
srfdeid: string;
|
|
52
|
+
/**
|
|
53
|
+
* @description 实体模型代码名称
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof IApiControlVO
|
|
56
|
+
*/
|
|
57
|
+
srfdecodename: string;
|
|
58
|
+
/**
|
|
59
|
+
* @description 实体主键属性
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof IApiControlVO
|
|
62
|
+
*/
|
|
63
|
+
srfkeyfield: string;
|
|
64
|
+
/**
|
|
65
|
+
* @description 实体主信息属性
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof IApiControlVO
|
|
68
|
+
*/
|
|
69
|
+
srfmajorfield: string;
|
|
70
|
+
/**
|
|
71
|
+
* @description 获取原始数据
|
|
72
|
+
* @returns {*} {IApiData}
|
|
73
|
+
* @memberof IApiControlVO
|
|
74
|
+
*/
|
|
75
|
+
getOrigin(): IApiData;
|
|
76
|
+
/**
|
|
77
|
+
* @description 设置原始数据
|
|
78
|
+
* @param {(IApiData | IApiControlVO)} data 原始数据
|
|
79
|
+
* @memberof IApiControlVO
|
|
80
|
+
*/
|
|
81
|
+
setOrigin(data: IApiData | IApiControlVO): void;
|
|
82
|
+
/**
|
|
83
|
+
* @description 克隆新的vo数据
|
|
84
|
+
* @returns {*} {IApiControlVO}
|
|
85
|
+
* @memberof IApiControlVO
|
|
86
|
+
*/
|
|
87
|
+
clone(): IApiControlVO;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=i-api-control.vo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-api-control.vo.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/service/vo/i-api-control.vo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAE5B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;IAE5B;;;;OAIG;IACH,OAAO,EAAE,QAAQ,CAAC;IAElB;;;;OAIG;IACH,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IAExC;;;;OAIG;IACH,KAAK,EAAE,CAAC,GAAG,CAAC,CAAC;IAEb;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,SAAS,IAAI,QAAQ,CAAC;IAEtB;;;;OAIG;IACH,SAAS,CAAC,IAAI,EAAE,QAAQ,GAAG,aAAa,GAAG,IAAI,CAAC;IAEhD;;;;OAIG;IACH,KAAK,IAAI,aAAa,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description 界面映射字段信息接口
|
|
3
|
+
* @export
|
|
4
|
+
* @interface IApiUIMapField
|
|
5
|
+
*/
|
|
6
|
+
export interface IApiUIMapField {
|
|
7
|
+
/**
|
|
8
|
+
* @description 界面字段名
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof IApiUIMapField
|
|
11
|
+
*/
|
|
12
|
+
uiKey: string;
|
|
13
|
+
/**
|
|
14
|
+
* @description 映射数据字段名
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof IApiUIMapField
|
|
17
|
+
*/
|
|
18
|
+
dataKey: string;
|
|
19
|
+
/**
|
|
20
|
+
* @description 数据类型
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof IApiUIMapField
|
|
23
|
+
*/
|
|
24
|
+
dataType?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @description 是否存储到origin中
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @default false
|
|
29
|
+
* @memberof IApiUIMapField
|
|
30
|
+
*/
|
|
31
|
+
isOriginField: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* @description 当前项数据属性是否对应多个表单项
|
|
34
|
+
* @type {boolean}
|
|
35
|
+
* @default false
|
|
36
|
+
* @memberof IApiUIMapField
|
|
37
|
+
*/
|
|
38
|
+
isOneToMultiField: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @description 是否是请求需要的字段
|
|
41
|
+
* @type {boolean}
|
|
42
|
+
* @default true
|
|
43
|
+
* @memberof IApiUIMapField
|
|
44
|
+
*/
|
|
45
|
+
isRequestNeed: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* @description 值转换
|
|
48
|
+
* @param {unknown} value 任意类型的值
|
|
49
|
+
* @returns {*} {unknown}
|
|
50
|
+
* @memberof IApiUIMapField
|
|
51
|
+
*/
|
|
52
|
+
convertVal(value: unknown): unknown;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=i-api-ui-map-field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-api-ui-map-field.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/service/vo/i-api-ui-map-field.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;;;;OAKG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAE3B;;;;;OAKG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/service/vo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -26,7 +26,7 @@ export interface IApiButtonContainerState {
|
|
|
26
26
|
/**
|
|
27
27
|
* @description 更新子的状态
|
|
28
28
|
* @param {IApiContext} context 上下文
|
|
29
|
-
* @param {IApiData} [data]
|
|
29
|
+
* @param {IApiData} [data] 实体数据
|
|
30
30
|
* @param {string} [appDeId] 实体标识
|
|
31
31
|
* @returns {*} {Promise<void>}
|
|
32
32
|
* @memberof IApiButtonContainerState
|
|
@@ -32,7 +32,7 @@ export interface IApiButtonState {
|
|
|
32
32
|
/**
|
|
33
33
|
* @description 更新自身状态
|
|
34
34
|
* @param {IApiContext} context 上下文
|
|
35
|
-
* @param {IApiData} [data]
|
|
35
|
+
* @param {IApiData} [data] 实体数据
|
|
36
36
|
* @param {string} [appDeId] 实体标识
|
|
37
37
|
* @returns {*} {Promise<void>}
|
|
38
38
|
* @memberof IApiButtonState
|
|
@@ -11,7 +11,7 @@ import { IApiControlState } from './i-api-control.state';
|
|
|
11
11
|
export interface IApiAppMenuState extends IApiControlState {
|
|
12
12
|
/**
|
|
13
13
|
* @description 菜单项状态
|
|
14
|
-
* @type {{ [p: string]: { visible: boolean; permitted: boolean } }}
|
|
14
|
+
* @type {{ [p: string]: { visible: boolean; permitted: boolean } }} {[菜单标识]: { 是否显示;是否有权限 }}
|
|
15
15
|
* @default {}
|
|
16
16
|
* @memberof IApiAppMenuState
|
|
17
17
|
*/
|
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
import { IApiData } from '@ibiz-template/core';
|
|
2
2
|
import { IApiMDControlState } from './i-api-md-control.state';
|
|
3
|
+
/**
|
|
4
|
+
* @description 图例项数据接口
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IApiLegend
|
|
7
|
+
*/
|
|
8
|
+
export interface IApiLegend {
|
|
9
|
+
/**
|
|
10
|
+
* @description 标识
|
|
11
|
+
* @type {string}
|
|
12
|
+
* @memberof IApiLegend
|
|
13
|
+
*/
|
|
14
|
+
id?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @description 名称
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof IApiLegend
|
|
19
|
+
*/
|
|
20
|
+
name?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @description 背景色
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof IApiLegend
|
|
25
|
+
*/
|
|
26
|
+
bkcolor?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @description 字体颜色
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof IApiLegend
|
|
31
|
+
*/
|
|
32
|
+
color?: string;
|
|
33
|
+
}
|
|
3
34
|
/**
|
|
4
35
|
* @description 日历项数据接口
|
|
5
36
|
* @export
|
|
@@ -159,11 +190,11 @@ export interface IApiCalendarState extends IApiMDControlState {
|
|
|
159
190
|
selectedDate: Date;
|
|
160
191
|
/**
|
|
161
192
|
* @description 图例
|
|
162
|
-
* @type {
|
|
193
|
+
* @type {IApiLegend[]}
|
|
163
194
|
* @default []
|
|
164
195
|
* @memberof IApiCalendarState
|
|
165
196
|
*/
|
|
166
|
-
legends:
|
|
197
|
+
legends: IApiLegend[];
|
|
167
198
|
/**
|
|
168
199
|
* @description 日历名称
|
|
169
200
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-api-calendar.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-calendar.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC;IAEjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,QAAQ,EAAE,oBAAoB,EAAE,CAAC;CAClC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB;IAC3D;;;;;OAKG;IACH,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAE9B;;;;;OAKG;IACH,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAE5B;;;;;OAKG;IACH,YAAY,EAAE,IAAI,CAAC;IAEnB;;;;;OAKG;IACH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"i-api-calendar.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-calendar.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,MAAM,EAAE,QAAQ,CAAC;IAEjB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,QAAQ,EAAE,oBAAoB,EAAE,CAAC;CAClC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB;IAC3D;;;;;OAKG;IACH,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAE9B;;;;;OAKG;IACH,MAAM,EAAE,iBAAiB,EAAE,CAAC;IAE5B;;;;;OAKG;IACH,YAAY,EAAE,IAAI,CAAC;IAEnB;;;;;OAKG;IACH,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;;;;OAKG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -1,5 +1,41 @@
|
|
|
1
|
-
import { IApiData } from '@ibiz-template/core';
|
|
2
1
|
import { IApiMDControlState } from './i-api-md-control.state';
|
|
2
|
+
/**
|
|
3
|
+
* @description 图表数据预置导航参数接口
|
|
4
|
+
* @export
|
|
5
|
+
* @interface IApiChartDataNavParams
|
|
6
|
+
*/
|
|
7
|
+
export interface IApiChartDataNavParams {
|
|
8
|
+
/**
|
|
9
|
+
* @description 分类值
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof IApiChartDataNavParams
|
|
12
|
+
*/
|
|
13
|
+
srfcategory?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @description 配置的分类值
|
|
16
|
+
* @type {string}
|
|
17
|
+
* @memberof IApiChartDataNavParams
|
|
18
|
+
*/
|
|
19
|
+
srfcategoryvalue?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @description 配置的序列名称值
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof IApiChartDataNavParams
|
|
24
|
+
*/
|
|
25
|
+
srfgroupvalue?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @description 开始时间
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof IApiChartDataNavParams
|
|
30
|
+
*/
|
|
31
|
+
srfstarttime?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @description 结束时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof IApiChartDataNavParams
|
|
36
|
+
*/
|
|
37
|
+
srfendtime?: string;
|
|
38
|
+
}
|
|
3
39
|
/**
|
|
4
40
|
* @description 图表部件状态接口
|
|
5
41
|
* @primary
|
|
@@ -30,25 +66,28 @@ export interface IApiChartState extends IApiMDControlState {
|
|
|
30
66
|
*/
|
|
31
67
|
export interface IApiChartData {
|
|
32
68
|
/**
|
|
33
|
-
* 序列模型id
|
|
34
|
-
*
|
|
69
|
+
* @description 序列模型id
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof IApiChartData
|
|
35
72
|
*/
|
|
36
73
|
_seriesModelId?: string;
|
|
37
74
|
/**
|
|
38
|
-
* 分组名称
|
|
39
|
-
*
|
|
75
|
+
* @description 分组名称
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof IApiChartData
|
|
40
78
|
*/
|
|
41
79
|
_groupName?: string;
|
|
42
80
|
/**
|
|
43
|
-
* 分类值
|
|
44
|
-
*
|
|
81
|
+
* @description 分类值
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof IApiChartData
|
|
45
84
|
*/
|
|
46
85
|
_catalog?: string;
|
|
47
86
|
/**
|
|
48
87
|
* @description 预置导航参数
|
|
49
|
-
* @type {
|
|
88
|
+
* @type {IApiChartDataNavParams}
|
|
50
89
|
* @memberof IApiChartData
|
|
51
90
|
*/
|
|
52
|
-
navParams:
|
|
91
|
+
navParams: IApiChartDataNavParams;
|
|
53
92
|
}
|
|
54
93
|
//# sourceMappingURL=i-api-chart.state.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-api-chart.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-chart.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"i-api-chart.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-chart.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,cAAe,SAAQ,kBAAkB;IACxD;;;;;OAKG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;;;OAKG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,SAAS,EAAE,sBAAsB,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-api-control.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-control.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE;;;;;;GAMG;AACH,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB;IAC3D
|
|
1
|
+
{"version":3,"file":"i-api-control.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-control.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE;;;;;;GAMG;AACH,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB;IAC3D;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;;;OAKG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;;;OAKG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;;;;OAKG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,UAAU,EAAE,cAAc,CAAC;IAE3B;;;;OAIG;IACH,iBAAiB,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { IApiData } from '@ibiz-template/core';
|
|
2
2
|
import { IApiMDControlState } from './i-api-md-control.state';
|
|
3
3
|
import { IApiButtonContainerState } from '../common';
|
|
4
|
+
import { IApiControlVO } from '../../service';
|
|
4
5
|
/**
|
|
5
6
|
* @description 行数据状态
|
|
6
7
|
* @export
|
|
@@ -83,16 +84,16 @@ export interface IApiGridRowState {
|
|
|
83
84
|
processing: boolean;
|
|
84
85
|
/**
|
|
85
86
|
* @description 缓存的数据对象
|
|
86
|
-
* @type {
|
|
87
|
+
* @type {IApiControlVO}
|
|
87
88
|
* @memberof IApiGridRowState
|
|
88
89
|
*/
|
|
89
|
-
cacheData?:
|
|
90
|
+
cacheData?: IApiControlVO;
|
|
90
91
|
/**
|
|
91
92
|
* @description 获取改变数据
|
|
92
93
|
* @returns {*} {IApiData}
|
|
93
94
|
* @memberof IApiGridRowState
|
|
94
95
|
*/
|
|
95
|
-
getDiffData():
|
|
96
|
+
getDiffData(): IApiControlVO;
|
|
96
97
|
}
|
|
97
98
|
/**
|
|
98
99
|
* @description 表格列状态
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-api-grid.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-grid.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"i-api-grid.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-grid.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAE9C;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;;OAIG;IACH,OAAO,EAAE,QAAQ,CAAC;IAElB;;;;OAIG;IACH,MAAM,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC;IAEvC;;;;OAIG;IACH,WAAW,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAAA;KAAE,CAAC;IAEvD;;;;OAIG;IACH,mBAAmB,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,wBAAwB,CAAA;KAAE,CAAC;IAE/D;;;;;;;;;;;OAWG;IACH,aAAa,EAAE;QACb,CAAC,CAAC,EAAE,MAAM,GAAG;YACX,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;YAClB,QAAQ,EAAE,OAAO,CAAC;SACnB,CAAC;KACH,CAAC;IAEF;;;;OAIG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,UAAU,EAAE,OAAO,CAAC;IAEpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAE1B;;;;OAIG;IACH,WAAW,IAAI,aAAa,CAAC;CAC9B;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAEzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,eAAe,EAAE,CAAC;IAEvC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,eAAe,EAAE,CAAC;CACzC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,aAAc,SAAQ,kBAAkB;IACvD;;;;OAIG;IACH,aAAa,EAAE,MAAM,EAAE,CAAC;IAExB;;;;;OAKG;IACH,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAEzB;;;;;OAKG;IACH,YAAY,EAAE,eAAe,EAAE,CAAC;IAEhC;;;;;OAKG;IACH,SAAS,EAAE,QAAQ,CAAC;IAEpB;;;;;OAKG;IACH,WAAW,EAAE,QAAQ,CAAC;IAEtB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,QAAQ,CAAC;IAE3B;;;;;OAKG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;;;;OAKG;IACH,UAAU,EAAE,OAAO,CAAC;IAEpB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAC;CACzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IApiData } from '@ibiz-template/core';
|
|
1
|
+
import { IApiContext, IApiData, IApiParams } from '@ibiz-template/core';
|
|
2
2
|
import { IApiMDControlState } from './i-api-md-control.state';
|
|
3
3
|
/**
|
|
4
4
|
* @description 多编辑视图面板部件状态接口
|
|
@@ -36,19 +36,19 @@ export interface IApiPanelUiItem {
|
|
|
36
36
|
*/
|
|
37
37
|
id: string;
|
|
38
38
|
/**
|
|
39
|
-
* @description
|
|
40
|
-
* @type {
|
|
39
|
+
* @description 应用上下文
|
|
40
|
+
* @type {IApiContext}
|
|
41
41
|
* @memberof IApiPanelUiItem
|
|
42
42
|
*/
|
|
43
|
-
context:
|
|
43
|
+
context: IApiContext;
|
|
44
44
|
/**
|
|
45
|
-
* @description
|
|
46
|
-
* @type {
|
|
45
|
+
* @description 视图参数
|
|
46
|
+
* @type {IApiParams}
|
|
47
47
|
* @memberof IApiPanelUiItem
|
|
48
48
|
*/
|
|
49
|
-
params:
|
|
49
|
+
params: IApiParams;
|
|
50
50
|
/**
|
|
51
|
-
* @description
|
|
51
|
+
* @description 编辑视图面板部件UI项数据
|
|
52
52
|
* @type {IApiData}
|
|
53
53
|
* @memberof IApiPanelUiItem
|
|
54
54
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-api-medit-view-panel.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-medit-view-panel.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"i-api-medit-view-panel.state.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/state/control/i-api-medit-view-panel.state.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;;;;;GAMG;AACH,MAAM,WAAW,uBAAwB,SAAQ,kBAAkB;IACjE;;;;;OAKG;IACH,YAAY,EAAE,eAAe,EAAE,CAAC;IAEhC;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;IAErB;;;;OAIG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;;;OAIG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB"}
|