@ibiz-template/runtime 0.0.3-beta.4 → 0.0.3-beta.6
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/system/index.system.js +1 -1
- package/out/command/app/app-func/app-func.d.ts +2 -2
- package/out/command/app/app-func/app-func.d.ts.map +1 -1
- package/out/command/app/app-func/app-func.js +1 -7
- package/out/command/app/open-app-view/open-app-view.d.ts +6 -6
- package/out/command/app/open-app-view/open-app-view.d.ts.map +1 -1
- package/out/controller/control/app-menu.d.ts.map +1 -1
- package/out/controller/control/app-menu.js +1 -1
- package/out/controller/control/dataview.d.ts +1 -1
- package/out/controller/control/dataview.d.ts.map +1 -1
- package/out/controller/control/dataview.js +7 -4
- package/out/controller/control/form/form-detail.d.ts.map +1 -1
- package/out/controller/control/form/form-detail.js +1 -0
- package/out/controller/control/form/form-druipart.js +2 -2
- package/out/controller/control/form/form-group-panel.d.ts +20 -0
- package/out/controller/control/form/form-group-panel.d.ts.map +1 -1
- package/out/controller/control/form/form-group-panel.js +60 -0
- package/out/controller/control/form/form.d.ts +3 -3
- package/out/controller/control/form/form.d.ts.map +1 -1
- package/out/controller/control/grid/grid-field-column.d.ts.map +1 -1
- package/out/controller/control/grid/grid-field-column.js +5 -3
- package/out/controller/control/grid/grid.d.ts.map +1 -1
- package/out/controller/control/grid/grid.js +18 -0
- package/out/controller/control/index.d.ts +1 -1
- package/out/controller/control/index.d.ts.map +1 -1
- package/out/controller/control/index.js +1 -1
- package/out/controller/control/kanban.d.ts +1 -1
- package/out/controller/control/kanban.d.ts.map +1 -1
- package/out/controller/control/kanban.js +12 -6
- package/out/controller/control/list.d.ts +1 -1
- package/out/controller/control/list.d.ts.map +1 -1
- package/out/controller/control/list.js +2 -2
- package/out/controller/control/md/md.d.ts +10 -19
- package/out/controller/control/md/md.d.ts.map +1 -1
- package/out/controller/control/md/md.js +29 -42
- package/out/controller/control/panel/index.d.ts +4 -1
- package/out/controller/control/panel/index.d.ts.map +1 -1
- package/out/controller/control/panel/index.js +4 -1
- package/out/controller/control/panel/panel-button.d.ts +1 -10
- package/out/controller/control/panel/panel-button.d.ts.map +1 -1
- package/out/controller/control/panel/panel-button.js +3 -12
- package/out/controller/control/panel/panel-control.d.ts +23 -0
- package/out/controller/control/panel/panel-control.d.ts.map +1 -0
- package/out/controller/control/panel/panel-control.js +16 -0
- package/out/controller/control/panel/panel-ctrl-pos.d.ts +14 -0
- package/out/controller/control/panel/panel-ctrl-pos.d.ts.map +1 -0
- package/out/controller/control/panel/panel-ctrl-pos.js +12 -0
- package/out/controller/control/panel/panel-item.d.ts +5 -5
- package/out/controller/control/panel/panel-item.d.ts.map +1 -1
- package/out/controller/control/panel/panel-user-control.d.ts +14 -0
- package/out/controller/control/panel/panel-user-control.d.ts.map +1 -0
- package/out/controller/control/panel/panel-user-control.js +12 -0
- package/out/controller/control/panel/{layout-panel.d.ts → panel.d.ts} +17 -17
- package/out/controller/control/panel/panel.d.ts.map +1 -0
- package/out/controller/control/panel/{layout-panel.js → panel.js} +12 -12
- package/out/controller/control/panel/view-layout-panel.d.ts +3 -4
- package/out/controller/control/panel/view-layout-panel.d.ts.map +1 -1
- package/out/controller/control/panel/view-layout-panel.js +3 -6
- package/out/controller/control/pickup-view-panel.d.ts +2 -2
- package/out/controller/control/pickup-view-panel.d.ts.map +1 -1
- package/out/controller/control/pickup-view-panel.js +1 -1
- package/out/controller/control/portlet/portlet-part.d.ts +1 -1
- package/out/controller/control/portlet/portlet-part.d.ts.map +1 -1
- package/out/controller/control/portlet/portlet-part.js +10 -4
- package/out/controller/control/tree.d.ts.map +1 -1
- package/out/controller/control/tree.js +1 -2
- package/out/controller/editor/autocomplete.d.ts +5 -5
- package/out/controller/editor/autocomplete.d.ts.map +1 -1
- package/out/controller/editor/autocomplete.js +3 -3
- package/out/controller/editor/date-range.d.ts +27 -0
- package/out/controller/editor/date-range.d.ts.map +1 -0
- package/out/controller/editor/date-range.js +24 -0
- package/out/controller/editor/editor.d.ts +0 -3
- package/out/controller/editor/editor.d.ts.map +1 -1
- package/out/controller/editor/editor.js +1 -18
- package/out/controller/editor/index.d.ts +2 -0
- package/out/controller/editor/index.d.ts.map +1 -1
- package/out/controller/editor/index.js +2 -0
- package/out/controller/editor/list-box-picker.d.ts +3 -3
- package/out/controller/editor/list-box-picker.d.ts.map +1 -1
- package/out/controller/editor/list-box-picker.js +2 -2
- package/out/controller/editor/number-range.d.ts +12 -0
- package/out/controller/editor/number-range.d.ts.map +1 -0
- package/out/controller/editor/number-range.js +10 -0
- package/out/controller/editor/picker.d.ts +6 -6
- package/out/controller/editor/picker.d.ts.map +1 -1
- package/out/controller/editor/picker.js +4 -3
- package/out/controller/editor/span.d.ts +17 -1
- package/out/controller/editor/span.d.ts.map +1 -1
- package/out/controller/editor/span.js +41 -0
- package/out/controller/interface/ability/control/i-main-control-ability.d.ts +2 -2
- package/out/controller/interface/ability/control/i-main-control-ability.d.ts.map +1 -1
- package/out/controller/interface/ability/control/i-md-control-ability.d.ts +4 -4
- package/out/controller/interface/ability/control/i-md-control-ability.d.ts.map +1 -1
- package/out/controller/interface/ability/control/i-panel-ability.d.ts +11 -0
- package/out/controller/interface/ability/control/i-panel-ability.d.ts.map +1 -0
- package/out/controller/interface/ability/control/i-pickup-view-panel-ability.d.ts +2 -2
- package/out/controller/interface/ability/control/i-pickup-view-panel-ability.d.ts.map +1 -1
- package/out/controller/interface/ability/control/i-view-layout-panel-ability.d.ts +2 -2
- package/out/controller/interface/ability/control/i-view-layout-panel-ability.d.ts.map +1 -1
- package/out/controller/interface/ability/control/index.d.ts +1 -1
- package/out/controller/interface/ability/control/index.d.ts.map +1 -1
- package/out/controller/interface/ability/control/index.js +1 -1
- package/out/controller/interface/ability/view/i-pickup-grid-view-ability.d.ts +2 -2
- package/out/controller/interface/ability/view/i-pickup-grid-view-ability.d.ts.map +1 -1
- package/out/controller/interface/event/common/i-view-data-change-event.d.ts +2 -2
- package/out/controller/interface/event/common/i-view-data-change-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/i-form-event.d.ts +2 -2
- package/out/controller/interface/event/control/i-form-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/i-grid-event.d.ts +2 -2
- package/out/controller/interface/event/control/i-grid-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/i-md-control-event.d.ts +8 -8
- package/out/controller/interface/event/control/i-md-control-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/i-panel-event.d.ts +11 -0
- package/out/controller/interface/event/control/i-panel-event.d.ts.map +1 -0
- package/out/controller/interface/event/control/i-pickup-view-panel-event.d.ts +4 -4
- package/out/controller/interface/event/control/i-pickup-view-panel-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/i-view-layout-panel-event.d.ts +2 -2
- package/out/controller/interface/event/control/i-view-layout-panel-event.d.ts.map +1 -1
- package/out/controller/interface/event/control/index.d.ts +1 -1
- package/out/controller/interface/event/control/index.d.ts.map +1 -1
- package/out/controller/interface/event/control/index.js +1 -1
- package/out/controller/interface/event/view/i-pickup-grid-view-event.d.ts +2 -2
- package/out/controller/interface/event/view/i-pickup-grid-view-event.d.ts.map +1 -1
- package/out/controller/interface/event/view/i-view-event.d.ts +2 -2
- package/out/controller/interface/event/view/i-view-event.d.ts.map +1 -1
- package/out/controller/interface/provider/i-panel-item-provider.d.ts +2 -2
- package/out/controller/interface/provider/i-panel-item-provider.d.ts.map +1 -1
- package/out/controller/neuron/nerve/control/daraview-nerve.d.ts +3 -3
- package/out/controller/neuron/nerve/control/edit-form-nerve.d.ts +2 -2
- package/out/controller/neuron/nerve/control/form-nerve.d.ts +2 -2
- package/out/controller/neuron/nerve/control/grid-nerve.d.ts +3 -3
- package/out/controller/neuron/nerve/control/index.d.ts +1 -1
- package/out/controller/neuron/nerve/control/index.d.ts.map +1 -1
- package/out/controller/neuron/nerve/control/index.js +1 -1
- package/out/controller/neuron/nerve/control/md-control-nerve.d.ts +3 -3
- package/out/controller/neuron/nerve/control/panel-nerve.d.ts +20 -0
- package/out/controller/neuron/nerve/control/panel-nerve.d.ts.map +1 -0
- package/out/controller/neuron/nerve/control/{layout-panel-nerve.js → panel-nerve.js} +5 -5
- package/out/controller/neuron/nerve/control/pickup-view-panel-nerve.d.ts +1 -1
- package/out/controller/neuron/nerve/control/search-form-nerve.d.ts +2 -2
- package/out/controller/neuron/nerve/control/view-layout-panel-nerve.d.ts +2 -3
- package/out/controller/neuron/nerve/control/view-layout-panel-nerve.d.ts.map +1 -1
- package/out/controller/neuron/nerve/control/view-layout-panel-nerve.js +2 -3
- package/out/controller/neuron/nerve/view/pickup-grid-view-nerve.d.ts +1 -1
- package/out/controller/neuron/neuron/widget.d.ts +3 -3
- package/out/controller/neuron/neuron/widget.d.ts.map +1 -1
- package/out/controller/neuron/neuron/widget.js +1 -1
- package/out/controller/state/control/dataview-state.d.ts +1 -1
- package/out/controller/state/control/dataview-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-button-state.d.ts +0 -2
- package/out/controller/state/control/form/form-detail/form-button-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-button-state.js +0 -4
- package/out/controller/state/control/form/form-detail/form-container-state.d.ts +9 -2
- package/out/controller/state/control/form/form-detail/form-container-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-container-state.js +7 -0
- package/out/controller/state/control/form/form-detail/form-detail-state.d.ts +10 -2
- package/out/controller/state/control/form/form-detail/form-detail-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-detail-state.js +19 -3
- package/out/controller/state/control/form/form-detail/form-druipart-state.d.ts +0 -2
- package/out/controller/state/control/form/form-detail/form-druipart-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-druipart-state.js +0 -4
- package/out/controller/state/control/form/form-detail/form-group-panel-state.d.ts +8 -0
- package/out/controller/state/control/form/form-detail/form-group-panel-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-group-panel-state.js +10 -0
- package/out/controller/state/control/form/form-detail/form-item-state.d.ts +3 -2
- package/out/controller/state/control/form/form-detail/form-item-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-raw-item-state.d.ts +0 -2
- package/out/controller/state/control/form/form-detail/form-raw-item-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-raw-item-state.js +0 -4
- package/out/controller/state/control/form/form-detail/form-tab-page-state.d.ts +0 -2
- package/out/controller/state/control/form/form-detail/form-tab-page-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-tab-page-state.js +0 -4
- package/out/controller/state/control/form/form-detail/form-tab-panel-state.d.ts +0 -2
- package/out/controller/state/control/form/form-detail/form-tab-panel-state.d.ts.map +1 -1
- package/out/controller/state/control/form/form-detail/form-tab-panel-state.js +0 -4
- package/out/controller/state/control/kanban-state.d.ts +1 -1
- package/out/controller/state/control/kanban-state.d.ts.map +1 -1
- package/out/controller/state/control/list-state.d.ts +1 -1
- package/out/controller/state/control/list-state.d.ts.map +1 -1
- package/out/controller/state/control/md-state.d.ts +2 -2
- package/out/controller/state/control/md-state.d.ts.map +1 -1
- package/out/controller/state/control/md-state.js +1 -1
- package/out/controller/state/control/panel/{layout-panel-state.d.ts → panel-state.d.ts} +5 -5
- package/out/controller/state/control/panel/panel-state.d.ts.map +1 -0
- package/out/controller/state/control/panel/{layout-panel-state.js → panel-state.js} +4 -4
- package/out/controller/state/view/md-view-state.d.ts +2 -2
- package/out/controller/state/view/md-view-state.d.ts.map +1 -1
- package/out/controller/state/view/md-view-state.js +1 -1
- package/out/controller/state/view/mpickup-view-state.d.ts +4 -4
- package/out/controller/state/view/mpickup-view-state.d.ts.map +1 -1
- package/out/controller/state/view/mpickup-view-state.js +2 -2
- package/out/controller/utils/button-state/button-state.d.ts +10 -1
- package/out/controller/utils/button-state/button-state.d.ts.map +1 -1
- package/out/controller/utils/button-state/button-state.js +28 -0
- package/out/controller/utils/value-rule/value-rule.d.ts +2 -2
- package/out/controller/utils/value-rule/value-rule.d.ts.map +1 -1
- package/out/controller/utils/value-rule/value-rule.js +1 -1
- package/out/controller/view/dataview-view.d.ts +1 -1
- package/out/controller/view/dataview-view.d.ts.map +1 -1
- package/out/controller/view/edit-view.d.ts +1 -1
- package/out/controller/view/edit-view.d.ts.map +1 -1
- package/out/controller/view/edit-view.js +3 -3
- package/out/controller/view/edit-view3.d.ts.map +1 -1
- package/out/controller/view/edit-view3.js +1 -2
- package/out/controller/view/grid-exp-view.d.ts +2 -2
- package/out/controller/view/grid-exp-view.d.ts.map +1 -1
- package/out/controller/view/grid-exp-view.js +14 -51
- package/out/controller/view/grid-view.d.ts +1 -1
- package/out/controller/view/grid-view.d.ts.map +1 -1
- package/out/controller/view/kanban-view.d.ts +1 -1
- package/out/controller/view/kanban-view.d.ts.map +1 -1
- package/out/controller/view/list-exp-view.d.ts +2 -2
- package/out/controller/view/list-exp-view.d.ts.map +1 -1
- package/out/controller/view/list-exp-view.js +14 -52
- package/out/controller/view/list-view.d.ts +1 -1
- package/out/controller/view/list-view.d.ts.map +1 -1
- package/out/controller/view/md-view.d.ts +8 -8
- package/out/controller/view/md-view.d.ts.map +1 -1
- package/out/controller/view/md-view.js +3 -3
- package/out/controller/view/mpickup-view.d.ts +6 -6
- package/out/controller/view/mpickup-view.d.ts.map +1 -1
- package/out/controller/view/mpickup-view.js +3 -3
- package/out/controller/view/pickup-grid-view.d.ts +4 -4
- package/out/controller/view/pickup-grid-view.d.ts.map +1 -1
- package/out/controller/view/pickup-grid-view.js +2 -2
- package/out/controller/view/pickup-view.d.ts +2 -2
- package/out/controller/view/pickup-view.d.ts.map +1 -1
- package/out/controller/view/pickup-view.js +1 -1
- package/out/controller/view/tree-exp-view.d.ts +1 -1
- package/out/controller/view/tree-exp-view.d.ts.map +1 -1
- package/out/controller/view/tree-exp-view.js +28 -25
- package/out/controller/view/view.d.ts +4 -4
- package/out/controller/view/view.d.ts.map +1 -1
- package/out/controller/view/view.js +12 -6
- package/out/controller/view/wf-dyna-edit-view.d.ts.map +1 -1
- package/out/controller/view/wf-dyna-edit-view.js +5 -4
- package/out/controller/view/wf-dyna-edit-view3.d.ts.map +1 -1
- package/out/controller/view/wf-dyna-edit-view3.js +1 -2
- package/out/controller/view/wf-step-trace-view.js +2 -2
- package/out/de-logic/de-logic-context.d.ts +25 -0
- package/out/de-logic/de-logic-context.d.ts.map +1 -1
- package/out/de-logic/de-logic-context.js +24 -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 +2 -2
- package/out/de-logic/de-logic-link/de-logic-link.d.ts.map +1 -1
- package/out/de-logic/de-logic-link/de-logic-link.js +1 -1
- package/out/de-logic/de-logic-node/bind-param-node/bind-param-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/bind-param-node/bind-param-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/data-set-node/data-set-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/data-set-node/data-set-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/de-action-node/de-action-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/de-action-node/de-action-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/de-logic-node.d.ts +2 -2
- package/out/de-logic/de-logic-node/de-logic-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/end-node/end-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/end-node/end-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/end-node/end-node.js +1 -0
- package/out/de-logic/de-logic-node/prepare-param-node/prepare-param-node.d.ts +19 -1
- package/out/de-logic/de-logic-node/prepare-param-node/prepare-param-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/prepare-param-node/prepare-param-node.js +92 -2
- package/out/de-logic/de-logic-node/start-node/start-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/start-node/start-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-node/throw-exception-node/throw-exception-node.d.ts +1 -1
- package/out/de-logic/de-logic-node/throw-exception-node/throw-exception-node.d.ts.map +1 -1
- package/out/de-logic/de-logic-param/de-logic-param.d.ts +2 -2
- package/out/de-logic/de-logic-param/de-logic-param.d.ts.map +1 -1
- package/out/de-logic/de-logic-param/de-logic-param.js +1 -1
- package/out/de-logic/de-logic.d.ts +6 -6
- package/out/de-logic/de-logic.d.ts.map +1 -1
- package/out/de-logic/de-logic.js +14 -5
- package/out/de-logic/index.d.ts +17 -4
- package/out/de-logic/index.d.ts.map +1 -1
- package/out/de-logic/index.js +18 -3
- package/out/index.d.ts +1 -0
- package/out/index.d.ts.map +1 -1
- package/out/index.js +1 -0
- package/out/interface/i-modal/i-modal.d.ts +2 -2
- package/out/interface/i-modal/i-modal.d.ts.map +1 -1
- package/out/interface/i-modal-data/i-modal-data.d.ts +2 -2
- package/out/interface/i-modal-data/i-modal-data.d.ts.map +1 -1
- package/out/interface/i-ui-action-handler/i-ui-action-handler.d.ts +2 -2
- package/out/interface/i-ui-action-handler/i-ui-action-handler.d.ts.map +1 -1
- package/out/interface/i-ui-action-result/i-ui-action-result.d.ts +19 -2
- package/out/interface/i-ui-action-result/i-ui-action-result.d.ts.map +1 -1
- package/out/interface/util/i-open-view-util/i-open-view-util.d.ts +5 -5
- package/out/interface/util/i-open-view-util/i-open-view-util.d.ts.map +1 -1
- package/out/plugin/plugin-static-resource/plugin-static-resource.d.ts +18 -0
- package/out/plugin/plugin-static-resource/plugin-static-resource.d.ts.map +1 -1
- package/out/plugin/plugin-static-resource/plugin-static-resource.js +36 -0
- package/out/service/authority/authority.service.d.ts.map +1 -1
- package/out/service/authority/authority.service.js +1 -15
- package/out/service/dto/method.dto.d.ts +5 -5
- package/out/service/dto/method.dto.d.ts.map +1 -1
- package/out/service/dto/method.dto.js +3 -3
- package/out/service/interface/i-tree-node-data/i-tree-node-data.d.ts +2 -2
- package/out/service/interface/i-tree-node-data/i-tree-node-data.d.ts.map +1 -1
- package/out/service/service/code-list/code-list.service.d.ts +4 -4
- 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/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/entity.service.d.ts +3 -3
- package/out/service/service/entity/entity.service.d.ts.map +1 -1
- package/out/service/service/entity/entity.service.js +1 -1
- package/out/service/service/entity/method/de-action.d.ts +23 -23
- package/out/service/service/entity/method/de-action.d.ts.map +1 -1
- package/out/service/service/entity/method/de-action.js +55 -24
- package/out/service/service/entity/method/fetch.d.ts +3 -3
- package/out/service/service/entity/method/fetch.d.ts.map +1 -1
- package/out/service/service/entity/method/fetch.js +15 -1
- package/out/service/service/entity/method/method-input.d.ts +2 -2
- package/out/service/service/entity/method/method-input.d.ts.map +1 -1
- package/out/service/service/entity/method/method-input.js +1 -1
- package/out/service/service/entity/method/method-renturn.d.ts +2 -2
- package/out/service/service/entity/method/method-renturn.d.ts.map +1 -1
- package/out/service/service/entity/method/method-renturn.js +1 -1
- package/out/service/service/entity/method/method.d.ts +6 -6
- package/out/service/service/entity/method/method.d.ts.map +1 -1
- package/out/service/service/entity/method/method.js +2 -2
- 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/widget/control-service.d.ts +3 -3
- package/out/service/service/widget/control-service.d.ts.map +1 -1
- package/out/service/service/widget/control-service.js +1 -1
- package/out/service/service/widget/edit-form-service.d.ts +18 -18
- package/out/service/service/widget/edit-form-service.d.ts.map +1 -1
- package/out/service/service/widget/edit-form-service.js +9 -9
- package/out/service/service/widget/grid-service.d.ts +2 -2
- package/out/service/service/widget/grid-service.d.ts.map +1 -1
- package/out/service/service/widget/grid-service.js +1 -1
- package/out/service/service/widget/md-control-service.d.ts +14 -14
- package/out/service/service/widget/md-control-service.d.ts.map +1 -1
- package/out/service/service/widget/md-control-service.js +7 -7
- package/out/service/service/widget/search-form-service.d.ts +2 -2
- package/out/service/service/widget/search-form-service.d.ts.map +1 -1
- package/out/service/service/widget/search-form-service.js +1 -1
- package/out/service/service/widget/tree-service.d.ts +3 -3
- package/out/service/service/widget/tree-service.d.ts.map +1 -1
- package/out/service/service/widget/tree-service.js +16 -15
- package/out/service/service/widget/wizard-panel-service.d.ts +4 -4
- package/out/service/service/widget/wizard-panel-service.d.ts.map +1 -1
- package/out/service/service/widget/wizard-panel-service.js +2 -2
- package/out/service/service/work-flow/work-flow.service.d.ts +31 -31
- package/out/service/service/work-flow/work-flow.service.d.ts.map +1 -1
- package/out/service/service/work-flow/work-flow.service.js +22 -22
- package/out/service/service-util.d.ts +3 -3
- package/out/service/service-util.d.ts.map +1 -1
- package/out/service/service-util.js +2 -2
- 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 +6 -4
- package/out/service/utils/de-dq-cond/ps-model-cond-engine-base.d.ts +1 -1
- package/out/service/utils/de-dq-cond/ps-model-cond-engine-base.js +1 -1
- package/out/service/utils/dynamic-code-list/dynamic-code-list.d.ts +4 -4
- 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/entity-cache/entity-cache.d.ts +25 -25
- package/out/service/utils/entity-cache/entity-cache.d.ts.map +1 -1
- package/out/service/utils/entity-cache/entity-cache.js +12 -12
- package/out/service/utils/res-path/res-path.d.ts +2 -2
- package/out/service/utils/res-path/res-path.d.ts.map +1 -1
- package/out/service/utils/res-path/res-path.js +1 -1
- package/out/service/utils/route-context/route-context.d.ts +2 -2
- package/out/service/utils/route-context/route-context.d.ts.map +1 -1
- package/out/service/utils/route-context/route-context.js +1 -1
- package/out/service/utils/search-filter/search-filter.d.ts +3 -3
- 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/service/utils/service-path-util/service-path-util.d.ts +1 -1
- package/out/service/utils/service-path-util/service-path-util.js +1 -1
- package/out/service/vo/index.d.ts +1 -0
- package/out/service/vo/index.d.ts.map +1 -1
- package/out/service/vo/index.js +1 -0
- package/out/service/vo/tree-node-data/tree-node-data.d.ts +2 -2
- package/out/service/vo/tree-node-data/tree-node-data.d.ts.map +1 -1
- package/out/ui-logic/index.d.ts +2 -2
- package/out/ui-logic/index.d.ts.map +1 -1
- package/out/ui-logic/index.js +1 -1
- package/out/ui-logic/ui-logic-context.d.ts +17 -0
- package/out/ui-logic/ui-logic-context.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-context.js +17 -0
- package/out/ui-logic/ui-logic-link/ui-logic-link.d.ts +1 -1
- package/out/ui-logic/ui-logic-link/ui-logic-link.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/de-action-node/de-action-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/de-action-node/de-action-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/de-ui-action-node/de-ui-action-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/de-ui-action-node/de-ui-action-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/end-node/end-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/end-node/end-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/end-node/end-node.js +1 -0
- package/out/ui-logic/ui-logic-node/prepare-js-param-node/prepare-js-param-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/prepare-js-param-node/prepare-js-param-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/start-node/start-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/start-node/start-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-node/ui-logic-node.d.ts +1 -1
- package/out/ui-logic/ui-logic-node/ui-logic-node.d.ts.map +1 -1
- package/out/ui-logic/ui-logic-param/ui-logic-param.d.ts +1 -1
- package/out/ui-logic/ui-logic-param/ui-logic-param.d.ts.map +1 -1
- package/out/ui-logic/ui-logic.d.ts +4 -4
- package/out/ui-logic/ui-logic.d.ts.map +1 -1
- package/out/ui-logic/ui-logic.js +11 -2
- package/out/utils/app-de-ui-action-util/app-de-ui-action-util.d.ts +1 -1
- package/out/utils/app-de-ui-action-util/app-de-ui-action-util.d.ts.map +1 -1
- package/out/utils/app-de-ui-action-util/app-de-ui-action-util.js +1 -1
- package/out/utils/app-de-ui-action-util/handler/backend-ui-action-handler.d.ts +1 -1
- package/out/utils/app-de-ui-action-util/handler/backend-ui-action-handler.d.ts.map +1 -1
- package/out/utils/app-de-ui-action-util/handler/backend-ui-action-handler.js +8 -4
- package/out/utils/app-de-ui-action-util/handler/common-sys-ui-action-handler.d.ts +1 -1
- package/out/utils/app-de-ui-action-util/handler/common-sys-ui-action-handler.d.ts.map +1 -1
- package/out/utils/app-de-ui-action-util/handler/front-ui-action-handler.d.ts +1 -1
- package/out/utils/app-de-ui-action-util/handler/front-ui-action-handler.d.ts.map +1 -1
- package/out/utils/app-de-ui-action-util/handler/front-ui-action-handler.js +4 -4
- package/out/utils/app-de-ui-action-util/handler/ui-action-handler.d.ts +19 -9
- package/out/utils/app-de-ui-action-util/handler/ui-action-handler.d.ts.map +1 -1
- package/out/utils/app-de-ui-action-util/handler/ui-action-handler.js +81 -51
- package/out/utils/app-de-ui-action-util/handler/wf-withdraw-handler.d.ts +1 -1
- package/out/utils/app-de-ui-action-util/handler/wf-withdraw-handler.d.ts.map +1 -1
- package/out/utils/index.d.ts +1 -0
- package/out/utils/index.d.ts.map +1 -1
- package/out/utils/index.js +1 -0
- package/out/utils/nav-params/calc-nav-params.d.ts +29 -0
- package/out/utils/nav-params/calc-nav-params.d.ts.map +1 -0
- package/out/utils/nav-params/calc-nav-params.js +34 -0
- package/out/utils/nav-params/nav-params.d.ts +1 -1
- package/out/utils/nav-params/nav-params.d.ts.map +1 -1
- package/out/utils/nav-params/nav-params.js +2 -2
- package/out/utils/open-redirect-view/open-redirect-view.d.ts +5 -5
- package/out/utils/open-redirect-view/open-redirect-view.d.ts.map +1 -1
- package/out/utils/open-redirect-view/open-redirect-view.js +7 -7
- package/out/view-logic/view-logic.d.ts +3 -3
- package/out/view-logic/view-logic.d.ts.map +1 -1
- package/out/view-logic/view-logic.js +2 -3
- package/package.json +5 -5
- package/src/command/app/app-func/app-func.ts +3 -7
- package/src/command/app/open-app-view/open-app-view.ts +6 -6
- package/src/controller/control/app-menu.ts +6 -1
- package/src/controller/control/dataview.ts +10 -13
- package/src/controller/control/form/form-detail.ts +2 -0
- package/src/controller/control/form/form-druipart.ts +2 -2
- package/src/controller/control/form/form-group-panel.ts +80 -0
- package/src/controller/control/form/form-item.ts +1 -1
- package/src/controller/control/form/form.ts +3 -3
- package/src/controller/control/grid/grid-edit-item.ts +1 -1
- package/src/controller/control/grid/grid-field-column.ts +5 -3
- package/src/controller/control/grid/grid.ts +21 -0
- package/src/controller/control/index.ts +1 -1
- package/src/controller/control/kanban.ts +25 -10
- package/src/controller/control/list.ts +5 -5
- package/src/controller/control/md/md.ts +40 -54
- package/src/controller/control/panel/index.ts +4 -1
- package/src/controller/control/panel/panel-button.ts +3 -26
- package/src/controller/control/panel/panel-control.ts +27 -0
- package/src/controller/control/panel/panel-ctrl-pos.ts +13 -0
- package/src/controller/control/panel/panel-item.ts +5 -9
- package/src/controller/control/panel/panel-user-control.ts +13 -0
- package/src/controller/control/panel/{layout-panel.ts → panel.ts} +18 -18
- package/src/controller/control/panel/view-layout-panel.ts +3 -7
- package/src/controller/control/pickup-view-panel.ts +2 -2
- package/src/controller/control/portlet/portlet-part.ts +21 -6
- package/src/controller/control/tree.ts +1 -2
- package/src/controller/editor/autocomplete.ts +7 -7
- package/src/controller/editor/date-range.ts +32 -0
- package/src/controller/editor/editor.ts +1 -20
- package/src/controller/editor/index.ts +2 -0
- package/src/controller/editor/list-box-picker.ts +4 -4
- package/src/controller/editor/number-range.ts +11 -0
- package/src/controller/editor/picker.ts +8 -7
- package/src/controller/editor/span.ts +54 -1
- package/src/controller/interface/ability/control/i-main-control-ability.ts +2 -2
- package/src/controller/interface/ability/control/i-md-control-ability.ts +4 -4
- package/src/controller/interface/ability/control/{i-layout-panel-ability.ts → i-panel-ability.ts} +3 -3
- package/src/controller/interface/ability/control/i-pickup-view-panel-ability.ts +2 -2
- package/src/controller/interface/ability/control/i-view-layout-panel-ability.ts +2 -2
- package/src/controller/interface/ability/control/index.ts +1 -1
- package/src/controller/interface/ability/view/i-pickup-grid-view-ability.ts +2 -2
- package/src/controller/interface/event/common/i-view-data-change-event.ts +2 -2
- package/src/controller/interface/event/control/i-form-event.ts +2 -2
- package/src/controller/interface/event/control/i-grid-event.ts +2 -2
- package/src/controller/interface/event/control/i-md-control-event.ts +8 -8
- package/src/controller/interface/event/control/{i-layout-panel-event.ts → i-panel-event.ts} +3 -3
- package/src/controller/interface/event/control/i-pickup-view-panel-event.ts +4 -4
- package/src/controller/interface/event/control/i-view-layout-panel-event.ts +2 -2
- package/src/controller/interface/event/control/index.ts +1 -1
- package/src/controller/interface/event/view/i-pickup-grid-view-event.ts +2 -2
- package/src/controller/interface/event/view/i-view-event.ts +2 -2
- package/src/controller/interface/provider/i-panel-item-provider.ts +2 -2
- package/src/controller/neuron/nerve/control/index.ts +1 -1
- package/src/controller/neuron/nerve/control/panel-nerve.ts +27 -0
- package/src/controller/neuron/nerve/control/view-layout-panel-nerve.ts +2 -3
- package/src/controller/neuron/neuron/widget.ts +3 -6
- package/src/controller/state/control/dataview-state.ts +1 -1
- package/src/controller/state/control/form/form-detail/form-button-state.ts +1 -5
- package/src/controller/state/control/form/form-detail/form-container-state.ts +9 -1
- package/src/controller/state/control/form/form-detail/form-detail-state.ts +22 -3
- package/src/controller/state/control/form/form-detail/form-druipart-state.ts +0 -4
- package/src/controller/state/control/form/form-detail/form-group-panel-state.ts +10 -1
- package/src/controller/state/control/form/form-detail/form-item-state.ts +2 -1
- package/src/controller/state/control/form/form-detail/form-raw-item-state.ts +1 -5
- package/src/controller/state/control/form/form-detail/form-tab-page-state.ts +1 -5
- package/src/controller/state/control/form/form-detail/form-tab-panel-state.ts +1 -5
- package/src/controller/state/control/kanban-state.ts +1 -1
- package/src/controller/state/control/list-state.ts +1 -1
- package/src/controller/state/control/md-state.ts +2 -2
- package/src/controller/state/control/panel/{layout-panel-state.ts → panel-state.ts} +4 -4
- package/src/controller/state/view/md-view-state.ts +2 -2
- package/src/controller/state/view/mpickup-view-state.ts +4 -4
- package/src/controller/utils/button-state/button-state.ts +33 -2
- package/src/controller/utils/value-rule/value-rule.ts +3 -3
- package/src/controller/view/dataview-view.ts +1 -1
- package/src/controller/view/edit-view.ts +5 -8
- package/src/controller/view/edit-view3.ts +1 -2
- package/src/controller/view/grid-exp-view.ts +20 -54
- package/src/controller/view/grid-view.ts +1 -1
- package/src/controller/view/kanban-view.ts +1 -1
- package/src/controller/view/list-exp-view.ts +20 -55
- package/src/controller/view/list-view.ts +1 -1
- package/src/controller/view/md-view.ts +7 -7
- package/src/controller/view/mpickup-view.ts +6 -6
- package/src/controller/view/pickup-grid-view.ts +4 -4
- package/src/controller/view/pickup-view.ts +2 -2
- package/src/controller/view/tree-exp-view.ts +30 -35
- package/src/controller/view/view.ts +15 -8
- package/src/controller/view/wf-dyna-edit-view.ts +7 -12
- package/src/controller/view/wf-dyna-edit-view3.ts +1 -2
- package/src/controller/view/wf-step-trace-view.ts +2 -2
- package/src/de-logic/de-logic-context.ts +28 -0
- 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 +2 -2
- package/src/de-logic/de-logic-node/bind-param-node/bind-param-node.ts +1 -1
- package/src/de-logic/de-logic-node/data-set-node/data-set-node.ts +1 -1
- package/src/de-logic/de-logic-node/de-action-node/de-action-node.ts +1 -1
- package/src/de-logic/de-logic-node/de-logic-node.ts +2 -2
- package/src/de-logic/de-logic-node/end-node/end-node.ts +2 -2
- package/src/de-logic/de-logic-node/prepare-param-node/prepare-param-node.ts +129 -7
- package/src/de-logic/de-logic-node/start-node/start-node.ts +1 -1
- package/src/de-logic/de-logic-node/throw-exception-node/throw-exception-node.ts +1 -1
- package/src/de-logic/de-logic-param/de-logic-param.ts +2 -2
- package/src/de-logic/de-logic.ts +17 -8
- package/src/de-logic/index.ts +30 -8
- package/src/index.ts +1 -0
- package/src/interface/i-modal/i-modal.ts +2 -2
- package/src/interface/i-modal-data/i-modal-data.ts +2 -2
- package/src/interface/i-ui-action-handler/i-ui-action-handler.ts +2 -2
- package/src/interface/i-ui-action-result/i-ui-action-result.ts +22 -2
- package/src/interface/util/i-open-view-util/i-open-view-util.ts +5 -5
- package/src/plugin/plugin-static-resource/plugin-static-resource.ts +38 -0
- package/src/service/authority/authority.service.ts +1 -18
- package/src/service/dto/method.dto.ts +7 -7
- package/src/service/interface/i-tree-node-data/i-tree-node-data.ts +2 -2
- package/src/service/service/code-list/code-list.service.ts +4 -4
- package/src/service/service/counter/counter.service.ts +3 -3
- package/src/service/service/entity/entity.service.ts +3 -3
- package/src/service/service/entity/method/de-action.ts +76 -36
- package/src/service/service/entity/method/fetch.ts +24 -4
- package/src/service/service/entity/method/method-input.ts +2 -2
- package/src/service/service/entity/method/method-renturn.ts +2 -2
- package/src/service/service/entity/method/method.ts +6 -6
- package/src/service/service/file/file.service.ts +2 -2
- package/src/service/service/widget/control-service.ts +3 -3
- package/src/service/service/widget/edit-form-service.ts +18 -21
- package/src/service/service/widget/grid-service.ts +2 -2
- package/src/service/service/widget/md-control-service.ts +16 -19
- package/src/service/service/widget/search-form-service.ts +2 -2
- package/src/service/service/widget/tree-service.ts +27 -19
- package/src/service/service/widget/wizard-panel-service.ts +4 -4
- package/src/service/service/work-flow/work-flow.service.ts +42 -42
- package/src/service/service-util.ts +3 -3
- package/src/service/utils/app-counter/app-counter.ts +9 -7
- package/src/service/utils/de-dq-cond/ps-model-cond-engine-base.ts +1 -1
- package/src/service/utils/dynamic-code-list/dynamic-code-list.ts +4 -4
- package/src/service/utils/entity-cache/entity-cache.ts +26 -26
- package/src/service/utils/res-path/res-path.ts +2 -2
- package/src/service/utils/route-context/route-context.ts +2 -2
- package/src/service/utils/search-filter/search-filter.ts +3 -3
- package/src/service/utils/service-exist-util/service-exist-util.ts +2 -2
- package/src/service/utils/service-path-util/service-path-util.ts +1 -1
- package/src/service/vo/index.ts +1 -0
- package/src/service/vo/tree-node-data/tree-node-data.ts +2 -2
- package/src/ui-logic/index.ts +2 -2
- package/src/ui-logic/ui-logic-context.ts +19 -0
- package/src/ui-logic/ui-logic-link/ui-logic-link.ts +1 -1
- package/src/ui-logic/ui-logic-node/de-action-node/de-action-node.ts +1 -1
- package/src/ui-logic/ui-logic-node/de-ui-action-node/de-ui-action-node.ts +1 -1
- package/src/ui-logic/ui-logic-node/end-node/end-node.ts +2 -1
- package/src/ui-logic/ui-logic-node/prepare-js-param-node/prepare-js-param-node.ts +1 -1
- package/src/ui-logic/ui-logic-node/start-node/start-node.ts +1 -1
- package/src/ui-logic/ui-logic-node/ui-logic-node.ts +1 -1
- package/src/ui-logic/ui-logic-param/ui-logic-param.ts +1 -1
- package/src/ui-logic/ui-logic.ts +14 -5
- package/src/utils/app-de-ui-action-util/app-de-ui-action-util.ts +2 -2
- package/src/utils/app-de-ui-action-util/handler/backend-ui-action-handler.ts +8 -5
- package/src/utils/app-de-ui-action-util/handler/common-sys-ui-action-handler.ts +1 -1
- package/src/utils/app-de-ui-action-util/handler/front-ui-action-handler.ts +5 -5
- package/src/utils/app-de-ui-action-util/handler/ui-action-handler.ts +104 -76
- package/src/utils/app-de-ui-action-util/handler/wf-withdraw-handler.ts +1 -1
- package/src/utils/index.ts +1 -0
- package/src/utils/nav-params/calc-nav-params.ts +59 -0
- package/src/utils/nav-params/nav-params.ts +3 -3
- package/src/utils/open-redirect-view/open-redirect-view.ts +8 -8
- package/src/view-logic/view-logic.ts +6 -6
- package/out/controller/control/panel/layout-panel.d.ts.map +0 -1
- package/out/controller/interface/ability/control/i-layout-panel-ability.d.ts +0 -11
- package/out/controller/interface/ability/control/i-layout-panel-ability.d.ts.map +0 -1
- package/out/controller/interface/event/control/i-layout-panel-event.d.ts +0 -11
- package/out/controller/interface/event/control/i-layout-panel-event.d.ts.map +0 -1
- package/out/controller/neuron/nerve/control/layout-panel-nerve.d.ts +0 -20
- package/out/controller/neuron/nerve/control/layout-panel-nerve.d.ts.map +0 -1
- package/out/controller/state/control/panel/layout-panel-state.d.ts.map +0 -1
- package/src/controller/neuron/nerve/control/layout-panel-nerve.ts +0 -27
- /package/out/controller/interface/ability/control/{i-layout-panel-ability.js → i-panel-ability.js} +0 -0
- /package/out/controller/interface/event/control/{i-layout-panel-event.js → i-panel-event.js} +0 -0
|
@@ -73,12 +73,12 @@ export declare class EntityService {
|
|
|
73
73
|
* @author chitanda
|
|
74
74
|
* @date 2022-09-13 19:09:55
|
|
75
75
|
* @param {string} methodName
|
|
76
|
-
* @param {
|
|
76
|
+
* @param {IParams} context
|
|
77
77
|
* @param {IData} [params={}] 请求参数
|
|
78
78
|
* @param {IParams} [params2={}] 查询参数
|
|
79
79
|
* @return {*} {Promise<IHttpResponse>}
|
|
80
80
|
*/
|
|
81
|
-
exec(methodName: string, context:
|
|
82
|
-
getPath(methodName: string, context:
|
|
81
|
+
exec(methodName: string, context: IParams, params?: IData, params2?: IParams): Promise<IHttpResponse>;
|
|
82
|
+
getPath(methodName: string, context: IParams, params?: IData, params2?: IParams): Promise<import("@ibiz-template/core").HttpResponse<IData>>;
|
|
83
83
|
}
|
|
84
84
|
//# sourceMappingURL=entity.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/entity/entity.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAGf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,aAAa;IA+CtB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA/CtC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,EAAE,eAAe,CAAC;IAE7B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE9D;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAqB;IAEhD;;;;;;;OAOG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAMtC;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAwB/C;;;;;;;;;;OAUG;IACH,IAAI,CACF,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"entity.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/entity/entity.service.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAGf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAGzC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD;;;;;;;GAOG;AACH,qBAAa,aAAa;IA+CtB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA/CtC;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,EAAE,eAAe,CAAC;IAE7B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAa;IAE9D;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW,CAAqB;IAEhD;;;;;;;OAOG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAMtC;;;;;;;;OAQG;IACH,SAAS,CAAC,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM;IAwB/C;;;;;;;;;;OAUG;IACH,IAAI,CACF,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY,GACpB,OAAO,CAAC,aAAa,CAAC;IAQzB,OAAO,CACL,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,KAAU,EAClB,OAAO,GAAE,OAAY;CAQxB"}
|
|
@@ -80,7 +80,7 @@ export class EntityService {
|
|
|
80
80
|
* @author chitanda
|
|
81
81
|
* @date 2022-09-13 19:09:55
|
|
82
82
|
* @param {string} methodName
|
|
83
|
-
* @param {
|
|
83
|
+
* @param {IParams} context
|
|
84
84
|
* @param {IData} [params={}] 请求参数
|
|
85
85
|
* @param {IParams} [params2={}] 查询参数
|
|
86
86
|
* @return {*} {Promise<IHttpResponse>}
|
|
@@ -11,115 +11,115 @@ import { Method } from './method';
|
|
|
11
11
|
* @extends {Method}
|
|
12
12
|
*/
|
|
13
13
|
export declare class DEActionMethod extends Method {
|
|
14
|
-
exec(context:
|
|
14
|
+
exec(context: IParams, data: IData, params: IParams): Promise<HttpResponse<IData>>;
|
|
15
15
|
/**
|
|
16
16
|
* 创建数据
|
|
17
17
|
*
|
|
18
18
|
* @author chitanda
|
|
19
19
|
* @date 2022-08-24 20:08:01
|
|
20
|
-
* @param {
|
|
20
|
+
* @param {IParams} context
|
|
21
21
|
* @param {IData} data
|
|
22
22
|
* @return {*} {Promise<IHttpResponse<IData>>}
|
|
23
23
|
*/
|
|
24
|
-
create(context:
|
|
24
|
+
create(context: IParams, data: IData, params: IParams): Promise<IHttpResponse<Entity>>;
|
|
25
25
|
/**
|
|
26
26
|
* 删除数据
|
|
27
27
|
*
|
|
28
28
|
* @author chitanda
|
|
29
29
|
* @date 2022-08-24 20:08:56
|
|
30
|
-
* @param {
|
|
30
|
+
* @param {IParams} context
|
|
31
31
|
* @param {IParams} [params]
|
|
32
32
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
33
33
|
*/
|
|
34
|
-
remove(context:
|
|
34
|
+
remove(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
35
35
|
/**
|
|
36
36
|
* 更新数据
|
|
37
37
|
*
|
|
38
38
|
* @author chitanda
|
|
39
39
|
* @date 2022-09-13 19:09:39
|
|
40
|
-
* @param {
|
|
40
|
+
* @param {IParams} context
|
|
41
41
|
* @param {(IData | Entity)} data
|
|
42
42
|
* @param {IParams} [params={}]
|
|
43
43
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
44
44
|
*/
|
|
45
|
-
update(context:
|
|
45
|
+
update(context: IParams, data: IData | Entity, params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
46
46
|
/**
|
|
47
47
|
* 获取数据
|
|
48
48
|
*
|
|
49
49
|
* @author chitanda
|
|
50
50
|
* @date 2022-08-24 20:08:07
|
|
51
|
-
* @param {
|
|
51
|
+
* @param {IParams} context
|
|
52
52
|
* @param {IParams} [params]
|
|
53
53
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
54
54
|
*/
|
|
55
|
-
get(context:
|
|
55
|
+
get(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
56
56
|
/**
|
|
57
57
|
* 获取默认数据
|
|
58
58
|
*
|
|
59
59
|
* @author chitanda
|
|
60
60
|
* @date 2022-08-24 20:08:26
|
|
61
|
-
* @param {
|
|
61
|
+
* @param {IParams} context
|
|
62
62
|
* @param {IParams} [params]
|
|
63
63
|
* @return {*} {Promise<IHttpResponse<IData>>}
|
|
64
64
|
*/
|
|
65
|
-
getDraft(context:
|
|
65
|
+
getDraft(context: IParams, params?: IParams): Promise<IHttpResponse<IData>>;
|
|
66
66
|
/**
|
|
67
67
|
* 新建临时数据
|
|
68
68
|
*
|
|
69
69
|
* @author chitanda
|
|
70
70
|
* @date 2022-08-21 17:08:45
|
|
71
|
-
* @param {
|
|
71
|
+
* @param {IParams} context
|
|
72
72
|
* @param {IData} entity
|
|
73
73
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
74
74
|
*/
|
|
75
|
-
createTemp(context:
|
|
75
|
+
createTemp(context: IParams, entity: IData): Promise<IHttpResponse<Entity>>;
|
|
76
76
|
/**
|
|
77
77
|
* 获取临时数据默认值
|
|
78
78
|
*
|
|
79
79
|
* @author chitanda
|
|
80
80
|
* @date 2022-08-21 17:08:56
|
|
81
|
-
* @param {
|
|
81
|
+
* @param {IParams} context
|
|
82
82
|
* @param {IParams} [params]
|
|
83
83
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
84
84
|
*/
|
|
85
|
-
getDraftTemp(_context:
|
|
85
|
+
getDraftTemp(_context: IParams, _params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
86
86
|
/**
|
|
87
87
|
* 删除临时数据
|
|
88
88
|
*
|
|
89
89
|
* @author chitanda
|
|
90
90
|
* @date 2022-08-21 17:08:11
|
|
91
|
-
* @param {
|
|
91
|
+
* @param {IParams} context
|
|
92
92
|
* @param {IParams} [params]
|
|
93
93
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
94
94
|
*/
|
|
95
|
-
removeTemp(context:
|
|
95
|
+
removeTemp(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
96
96
|
/**
|
|
97
97
|
* 更新临时数据
|
|
98
98
|
*
|
|
99
99
|
* @author chitanda
|
|
100
100
|
* @date 2022-08-21 17:08:17
|
|
101
|
-
* @param {
|
|
101
|
+
* @param {IParams} context
|
|
102
102
|
* @param {IData} entity
|
|
103
103
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
104
104
|
*/
|
|
105
|
-
updateTemp(context:
|
|
105
|
+
updateTemp(context: IParams, entity: IData): Promise<IHttpResponse<Entity>>;
|
|
106
106
|
/**
|
|
107
107
|
* 获取临时数据
|
|
108
108
|
*
|
|
109
109
|
* @author chitanda
|
|
110
110
|
* @date 2022-08-21 17:08:23
|
|
111
|
-
* @param {
|
|
111
|
+
* @param {IParams} context
|
|
112
112
|
* @param {IParams} [params]
|
|
113
113
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
114
114
|
*/
|
|
115
|
-
getTemp(context:
|
|
115
|
+
getTemp(context: IParams, params?: IParams): Promise<IHttpResponse<Entity>>;
|
|
116
116
|
/**
|
|
117
117
|
* 批量删除本地数据
|
|
118
118
|
*
|
|
119
|
-
* @param {
|
|
119
|
+
* @param {IParams} context
|
|
120
120
|
* @param {IParams} [params]
|
|
121
121
|
* @return {*} {Promise<IHttpResponse>}
|
|
122
122
|
*/
|
|
123
|
-
removeBatchTemp(context:
|
|
123
|
+
removeBatchTemp(context: IParams, params?: IParams): Promise<IHttpResponse>;
|
|
124
124
|
}
|
|
125
125
|
//# sourceMappingURL=de-action.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de-action.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/de-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,cAAe,SAAQ,MAAM;IAClC,IAAI,CACR,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"de-action.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/de-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAElE,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,cAAe,SAAQ,MAAM;IAClC,IAAI,CACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IAuF/B;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAYjC;;;;;;;;;OASG;IACG,MAAM,CACV,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,GAAG,MAAM,EACpB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAcjC;;;;;;;;OAQG;IACG,GAAG,CACP,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,QAAQ,CACZ,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAUhC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAUjC;;;;;;;;OAQG;IACG,YAAY,CAChB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,OAAO,GAChB,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAoBjC;;;;;;;;OAQG;IACG,UAAU,CACd,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,GACZ,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAajC;;;;;;;;OAQG;IACG,OAAO,CACX,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAqBjC;;;;;;OAMG;IACG,eAAe,CACnB,OAAO,EAAE,OAAO,EAChB,MAAM,CAAC,EAAE,OAAO,GACf,OAAO,CAAC,aAAa,CAAC;CAc1B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpResponse } from '@ibiz-template/core';
|
|
2
|
-
import { execDELogic } from '../../../../de-logic';
|
|
2
|
+
import { execDELogic, execDELogicResponse } from '../../../../de-logic';
|
|
3
3
|
import { Method } from './method';
|
|
4
4
|
/**
|
|
5
5
|
* 实体行为方法
|
|
@@ -16,50 +16,81 @@ export class DEActionMethod extends Method {
|
|
|
16
16
|
if (this.method.actionType === 'DELOGIC') {
|
|
17
17
|
const deLogic = this.method.getPSAppDELogic();
|
|
18
18
|
if (deLogic === null || deLogic === void 0 ? void 0 : deLogic.enableFront) {
|
|
19
|
-
return
|
|
19
|
+
return execDELogicResponse(deLogic, context, data, params);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
if (!this.entity.isLocalMode) {
|
|
23
23
|
data = await this.input.handle(context, data);
|
|
24
24
|
}
|
|
25
|
+
// 执行变更属性逻辑
|
|
26
|
+
const { onChange, compute } = this.entity.deFieldLogics;
|
|
27
|
+
if (onChange.length) {
|
|
28
|
+
const promiseResult = await Promise.all(onChange.map(logic => {
|
|
29
|
+
return execDELogic(logic, context, data, params);
|
|
30
|
+
}));
|
|
31
|
+
promiseResult.forEach(value => {
|
|
32
|
+
Object.assign(data, value);
|
|
33
|
+
});
|
|
34
|
+
}
|
|
25
35
|
let path = this.calcPath(context);
|
|
26
36
|
if (this.method.needResourceKey) {
|
|
27
37
|
path = `${path}/${context[this.entity.deName] || data[this.entity.keyName]}`;
|
|
28
38
|
}
|
|
39
|
+
let result;
|
|
29
40
|
switch (this.method.codeName) {
|
|
30
41
|
case 'Create':
|
|
31
|
-
|
|
42
|
+
result = await this.create(context, data, params);
|
|
43
|
+
break;
|
|
32
44
|
case 'Get':
|
|
33
|
-
|
|
45
|
+
result = await this.get(context, params);
|
|
46
|
+
break;
|
|
34
47
|
case 'GetDraft':
|
|
35
|
-
|
|
48
|
+
result = await this.getDraft(context, params);
|
|
49
|
+
break;
|
|
36
50
|
case 'Remove':
|
|
37
|
-
|
|
51
|
+
result = await this.remove(context, params);
|
|
52
|
+
break;
|
|
38
53
|
case 'Update':
|
|
39
|
-
|
|
54
|
+
result = await this.update(context, data, params);
|
|
55
|
+
break;
|
|
40
56
|
case 'CreateTemp':
|
|
41
|
-
|
|
57
|
+
result = await this.createTemp(context, data);
|
|
58
|
+
break;
|
|
42
59
|
case 'GetTemp':
|
|
43
|
-
|
|
60
|
+
result = await this.getTemp(context, data);
|
|
61
|
+
break;
|
|
44
62
|
case 'GetDraftTemp':
|
|
45
|
-
|
|
63
|
+
result = await this.getDraftTemp(context, params);
|
|
64
|
+
break;
|
|
46
65
|
case 'RemoveTemp':
|
|
47
|
-
|
|
66
|
+
result = await this.removeTemp(context, data);
|
|
67
|
+
break;
|
|
48
68
|
case 'UpdateTemp':
|
|
49
|
-
|
|
69
|
+
result = await this.updateTemp(context, data);
|
|
70
|
+
break;
|
|
50
71
|
default: {
|
|
51
72
|
const res = await this.request(path, context, data, params);
|
|
52
73
|
res.data = await this.result.handle(context, res.data);
|
|
53
|
-
|
|
74
|
+
result = res;
|
|
54
75
|
}
|
|
55
76
|
}
|
|
77
|
+
// 计算属性逻辑
|
|
78
|
+
if (compute.length) {
|
|
79
|
+
const promiseResult = await Promise.all(compute.map(logic => {
|
|
80
|
+
return execDELogic(logic, context, data, params);
|
|
81
|
+
}));
|
|
82
|
+
promiseResult.forEach(value => {
|
|
83
|
+
Object.assign(data, value);
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
return result;
|
|
56
87
|
}
|
|
57
88
|
/**
|
|
58
89
|
* 创建数据
|
|
59
90
|
*
|
|
60
91
|
* @author chitanda
|
|
61
92
|
* @date 2022-08-24 20:08:01
|
|
62
|
-
* @param {
|
|
93
|
+
* @param {IParams} context
|
|
63
94
|
* @param {IData} data
|
|
64
95
|
* @return {*} {Promise<IHttpResponse<IData>>}
|
|
65
96
|
*/
|
|
@@ -77,7 +108,7 @@ export class DEActionMethod extends Method {
|
|
|
77
108
|
*
|
|
78
109
|
* @author chitanda
|
|
79
110
|
* @date 2022-08-24 20:08:56
|
|
80
|
-
* @param {
|
|
111
|
+
* @param {IParams} context
|
|
81
112
|
* @param {IParams} [params]
|
|
82
113
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
83
114
|
*/
|
|
@@ -94,7 +125,7 @@ export class DEActionMethod extends Method {
|
|
|
94
125
|
*
|
|
95
126
|
* @author chitanda
|
|
96
127
|
* @date 2022-09-13 19:09:39
|
|
97
|
-
* @param {
|
|
128
|
+
* @param {IParams} context
|
|
98
129
|
* @param {(IData | Entity)} data
|
|
99
130
|
* @param {IParams} [params={}]
|
|
100
131
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
@@ -113,7 +144,7 @@ export class DEActionMethod extends Method {
|
|
|
113
144
|
*
|
|
114
145
|
* @author chitanda
|
|
115
146
|
* @date 2022-08-24 20:08:07
|
|
116
|
-
* @param {
|
|
147
|
+
* @param {IParams} context
|
|
117
148
|
* @param {IParams} [params]
|
|
118
149
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
119
150
|
*/
|
|
@@ -131,7 +162,7 @@ export class DEActionMethod extends Method {
|
|
|
131
162
|
*
|
|
132
163
|
* @author chitanda
|
|
133
164
|
* @date 2022-08-24 20:08:26
|
|
134
|
-
* @param {
|
|
165
|
+
* @param {IParams} context
|
|
135
166
|
* @param {IParams} [params]
|
|
136
167
|
* @return {*} {Promise<IHttpResponse<IData>>}
|
|
137
168
|
*/
|
|
@@ -149,7 +180,7 @@ export class DEActionMethod extends Method {
|
|
|
149
180
|
*
|
|
150
181
|
* @author chitanda
|
|
151
182
|
* @date 2022-08-21 17:08:45
|
|
152
|
-
* @param {
|
|
183
|
+
* @param {IParams} context
|
|
153
184
|
* @param {IData} entity
|
|
154
185
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
155
186
|
*/
|
|
@@ -168,7 +199,7 @@ export class DEActionMethod extends Method {
|
|
|
168
199
|
*
|
|
169
200
|
* @author chitanda
|
|
170
201
|
* @date 2022-08-21 17:08:56
|
|
171
|
-
* @param {
|
|
202
|
+
* @param {IParams} context
|
|
172
203
|
* @param {IParams} [params]
|
|
173
204
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
174
205
|
*/
|
|
@@ -190,7 +221,7 @@ export class DEActionMethod extends Method {
|
|
|
190
221
|
*
|
|
191
222
|
* @author chitanda
|
|
192
223
|
* @date 2022-08-21 17:08:11
|
|
193
|
-
* @param {
|
|
224
|
+
* @param {IParams} context
|
|
194
225
|
* @param {IParams} [params]
|
|
195
226
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
196
227
|
*/
|
|
@@ -219,7 +250,7 @@ export class DEActionMethod extends Method {
|
|
|
219
250
|
*
|
|
220
251
|
* @author chitanda
|
|
221
252
|
* @date 2022-08-21 17:08:17
|
|
222
|
-
* @param {
|
|
253
|
+
* @param {IParams} context
|
|
223
254
|
* @param {IData} entity
|
|
224
255
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
225
256
|
*/
|
|
@@ -241,7 +272,7 @@ export class DEActionMethod extends Method {
|
|
|
241
272
|
*
|
|
242
273
|
* @author chitanda
|
|
243
274
|
* @date 2022-08-21 17:08:23
|
|
244
|
-
* @param {
|
|
275
|
+
* @param {IParams} context
|
|
245
276
|
* @param {IParams} [params]
|
|
246
277
|
* @return {*} {Promise<IHttpResponse<Entity>>}
|
|
247
278
|
*/
|
|
@@ -269,7 +300,7 @@ export class DEActionMethod extends Method {
|
|
|
269
300
|
/**
|
|
270
301
|
* 批量删除本地数据
|
|
271
302
|
*
|
|
272
|
-
* @param {
|
|
303
|
+
* @param {IParams} context
|
|
273
304
|
* @param {IParams} [params]
|
|
274
305
|
* @return {*} {Promise<IHttpResponse>}
|
|
275
306
|
*/
|
|
@@ -12,15 +12,15 @@ import { Method } from './method';
|
|
|
12
12
|
* @extends {Method}
|
|
13
13
|
*/
|
|
14
14
|
export declare class FetchMethod extends Method {
|
|
15
|
-
exec(context:
|
|
15
|
+
exec(context: IParams, data: IData, params: IParams): Promise<HttpResponse<Entity[]>>;
|
|
16
16
|
/**
|
|
17
17
|
* 查询本地数据,根据属性
|
|
18
18
|
*
|
|
19
|
-
* @param {
|
|
19
|
+
* @param {IParams} context
|
|
20
20
|
* @param {IParams} params 根据多实体属性查找,例:{ name: '张三', age: 18, parent: null }
|
|
21
21
|
* @return {*} {Promise<Entity[]>}
|
|
22
22
|
*/
|
|
23
|
-
protected selectLocal(context:
|
|
23
|
+
protected selectLocal(context: IParams, params?: IParams): Promise<Entity[]>;
|
|
24
24
|
/**
|
|
25
25
|
* 搜索本地数据
|
|
26
26
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/fetch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/fetch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAInD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,MAAM;IAC/B,IAAI,CACR,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE,CAAC,CAAC;IAkClC;;;;;;OAMG;cACa,WAAW,CACzB,OAAO,EAAE,OAAO,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,MAAM,EAAE,CAAC;IA8DpB;;;;;;;;OAQG;cACa,WAAW,CACzB,IAAI,EAAE,gBAAgB,GAAG,IAAI,EAC7B,MAAM,EAAE,YAAY,EACpB,cAAc,GAAE,MAAM,EAAgC,GACrD,OAAO,CAAC,MAAM,EAAE,CAAC;CA4CrB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpResponse } from '@ibiz-template/core';
|
|
2
2
|
import { ascSort, descSort, notNilEmpty } from 'qx-util';
|
|
3
3
|
import { clone, equals, isEmpty, isNil, where } from 'ramda';
|
|
4
|
+
import { execDELogic } from '../../../../de-logic';
|
|
4
5
|
import { SearchFilter } from '../../../utils';
|
|
5
6
|
import { Method } from './method';
|
|
6
7
|
/**
|
|
@@ -22,12 +23,25 @@ export class FetchMethod extends Method {
|
|
|
22
23
|
const res = await this.request(path, context, data, params);
|
|
23
24
|
const items = res.data || [];
|
|
24
25
|
res.data = items.map(item => this.createEntity(item));
|
|
26
|
+
// 计算属性逻辑
|
|
27
|
+
const { compute } = this.entity.deFieldLogics;
|
|
28
|
+
if (compute.length && res.data && res.data.length > 0) {
|
|
29
|
+
res.data = await Promise.all(res.data.map(async (item) => {
|
|
30
|
+
const promiseResult = await Promise.all(compute.map(logic => {
|
|
31
|
+
return execDELogic(logic, context, item, params);
|
|
32
|
+
}));
|
|
33
|
+
promiseResult.forEach(value => {
|
|
34
|
+
Object.assign(item, value);
|
|
35
|
+
});
|
|
36
|
+
return item;
|
|
37
|
+
}));
|
|
38
|
+
}
|
|
25
39
|
return res;
|
|
26
40
|
}
|
|
27
41
|
/**
|
|
28
42
|
* 查询本地数据,根据属性
|
|
29
43
|
*
|
|
30
|
-
* @param {
|
|
44
|
+
* @param {IParams} context
|
|
31
45
|
* @param {IParams} params 根据多实体属性查找,例:{ name: '张三', age: 18, parent: null }
|
|
32
46
|
* @return {*} {Promise<Entity[]>}
|
|
33
47
|
*/
|
|
@@ -26,10 +26,10 @@ export declare class MethodInput {
|
|
|
26
26
|
*
|
|
27
27
|
* @author chitanda
|
|
28
28
|
* @date 2022-10-11 14:10:22
|
|
29
|
-
* @param {
|
|
29
|
+
* @param {IParams} context
|
|
30
30
|
* @param {IData} data
|
|
31
31
|
* @return {*} {Promise<IData>}
|
|
32
32
|
*/
|
|
33
|
-
handle(context:
|
|
33
|
+
handle(context: IParams, data: IData): Promise<IData>;
|
|
34
34
|
}
|
|
35
35
|
//# sourceMappingURL=method-input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method-input.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD;;;;;;;GAOG;AACH,qBAAa,WAAW;IAYpB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,KAAK,CAAC;IAZlB,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,KAAK,CAAC,iCAAqB;IAQvC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"method-input.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD;;;;;;;GAOG;AACH,qBAAa,WAAW;IAYpB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,KAAK,CAAC;IAZlB,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,KAAK,CAAC,iCAAqB;IAQvC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;CAM5D"}
|
|
@@ -29,10 +29,10 @@ export declare class MethodReturn {
|
|
|
29
29
|
*
|
|
30
30
|
* @author chitanda
|
|
31
31
|
* @date 2022-10-19 21:10:06
|
|
32
|
-
* @param {
|
|
32
|
+
* @param {IParams} context
|
|
33
33
|
* @param {IData} data
|
|
34
34
|
* @return {*} {Promise<Entity>}
|
|
35
35
|
*/
|
|
36
|
-
handle(context:
|
|
36
|
+
handle(context: IParams, data: IData): Promise<Entity>;
|
|
37
37
|
}
|
|
38
38
|
//# sourceMappingURL=method-renturn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method-renturn.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-renturn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,YAAY;IAcrB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,CAAC;IAdnB,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,CAAC,kCAAsB;IASzC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"method-renturn.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method-renturn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,YAAY;IAcrB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,CAAC;IAdnB,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B,SAAS,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;IAE1B;;;;;;;OAOG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,CAAC,kCAAsB;IASzC;;;;;;;;OAQG;IACG,MAAM,CAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC;CAO7D"}
|
|
@@ -61,12 +61,12 @@ export declare abstract class Method {
|
|
|
61
61
|
*
|
|
62
62
|
* @author chitanda
|
|
63
63
|
* @date 2022-10-10 14:10:42
|
|
64
|
-
* @param {
|
|
64
|
+
* @param {IParams} context
|
|
65
65
|
* @param {IData} [params={}]
|
|
66
66
|
* @param {IParams} [params2={}]
|
|
67
67
|
* @return {*} {Promise<HttpResponse>}
|
|
68
68
|
*/
|
|
69
|
-
abstract exec(context:
|
|
69
|
+
abstract exec(context: IParams, params: IData, params2: IParams): Promise<HttpResponse>;
|
|
70
70
|
/**
|
|
71
71
|
* 发送请求
|
|
72
72
|
*
|
|
@@ -74,22 +74,22 @@ export declare abstract class Method {
|
|
|
74
74
|
* @date 2022-10-10 17:10:44
|
|
75
75
|
* @protected
|
|
76
76
|
* @param {string} path
|
|
77
|
-
* @param {
|
|
77
|
+
* @param {IParams} context
|
|
78
78
|
* @param {IData} data
|
|
79
79
|
* @param {IParams} params
|
|
80
80
|
* @return {*} {Promise<HttpResponse<any>>}
|
|
81
81
|
*/
|
|
82
|
-
protected request(path: string, context:
|
|
82
|
+
protected request(path: string, context: IParams, data: IData, params: IParams): Promise<HttpResponse<any>>;
|
|
83
83
|
/**
|
|
84
84
|
* 根据上下文计算当前请求路径
|
|
85
85
|
*
|
|
86
86
|
* @author chitanda
|
|
87
87
|
* @date 2022-08-24 18:08:46
|
|
88
88
|
* @protected
|
|
89
|
-
* @param {
|
|
89
|
+
* @param {IParams} context
|
|
90
90
|
* @return {*} {string} 拼接结果说明: /祖父实体/祖父实体主键/爷爷实体/爷爷实体主键/父实体/父实体主键/当前实体
|
|
91
91
|
*/
|
|
92
|
-
protected calcPath(context:
|
|
92
|
+
protected calcPath(context: IParams): string;
|
|
93
93
|
/**
|
|
94
94
|
* 获取当前实体服务
|
|
95
95
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EACL,cAAc,EAEd,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAe,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;;;;;GAOG;AACH,8BAAsB,MAAM;IA2CxB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,EAAE,YAAY;IAC9B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA5CtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,WAAW,CAAC;IAE7B;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,YAAY,CAAC;IAE/B;;;;;;;OAOG;IACH,SAAS,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IAElC;;;;;;;;OAQG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,YAAY,EACpB,KAAK,EAAE,eAAe,EAAE,EAAE;IAOtC;;;;;;;;;OASG;IACH,QAAQ,CAAC,IAAI,CACX,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"method.d.ts","sourceRoot":"","sources":["../../../../../src/service/service/entity/method/method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,EACL,cAAc,EAEd,YAAY,EACb,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAe,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;;;;;GAOG;AACH,8BAAsB,MAAM;IA2CxB,SAAS,CAAC,MAAM,EAAE,cAAc;IAChC,SAAS,CAAC,MAAM,EAAE,YAAY;IAC9B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IA5CtC,SAAS,CAAC,GAAG,EAAE,WAAW,CAAC;IAE3B;;;;;;;OAOG;IACH,SAAS,CAAC,KAAK,EAAE,WAAW,CAAC;IAE7B;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,YAAY,CAAC;IAE/B;;;;;;;OAOG;IACH,SAAS,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC;IAElC;;;;;;;;OAQG;gBAES,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,YAAY,EACpB,KAAK,EAAE,eAAe,EAAE,EAAE;IAOtC;;;;;;;;;OASG;IACH,QAAQ,CAAC,IAAI,CACX,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,KAAK,EACb,OAAO,EAAE,OAAO,GACf,OAAO,CAAC,YAAY,CAAC;IAExB;;;;;;;;;;;OAWG;cACa,OAAO,CACrB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,OAAO,EAChB,IAAI,EAAE,KAAK,EACX,MAAM,EAAE,OAAO,GAEd,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC;IAqC7B;;;;;;;;OAQG;IACH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM;IAM5C;;;;;;;OAOG;cACa,UAAU,IAAI,OAAO,CAAC,aAAa,CAAC;IAOpD;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM;CAGrD"}
|
|
@@ -36,7 +36,7 @@ export class Method {
|
|
|
36
36
|
* @date 2022-10-10 17:10:44
|
|
37
37
|
* @protected
|
|
38
38
|
* @param {string} path
|
|
39
|
-
* @param {
|
|
39
|
+
* @param {IParams} context
|
|
40
40
|
* @param {IData} data
|
|
41
41
|
* @param {IParams} params
|
|
42
42
|
* @return {*} {Promise<HttpResponse<any>>}
|
|
@@ -77,7 +77,7 @@ export class Method {
|
|
|
77
77
|
* @author chitanda
|
|
78
78
|
* @date 2022-08-24 18:08:46
|
|
79
79
|
* @protected
|
|
80
|
-
* @param {
|
|
80
|
+
* @param {IParams} context
|
|
81
81
|
* @return {*} {string} 拼接结果说明: /祖父实体/祖父实体主键/爷爷实体/爷爷实体主键/父实体/父实体主键/当前实体
|
|
82
82
|
*/
|
|
83
83
|
calcPath(context) {
|
|
@@ -19,10 +19,10 @@ export declare class FileService {
|
|
|
19
19
|
* @date 2022-11-25 14:11:53
|
|
20
20
|
* @param {IPSDEDataExport} dataExport 导出模型
|
|
21
21
|
* @param {string} fetchAction 查询方法
|
|
22
|
-
* @param {
|
|
22
|
+
* @param {IParams} context 上下文
|
|
23
23
|
* @param {IParams} params 请求参数
|
|
24
24
|
* @returns {*} {Promise<IHttpResponse<Blob>>}
|
|
25
25
|
*/
|
|
26
|
-
exportData(dataExport: IPSDEDataExport, fetchAction: string, context:
|
|
26
|
+
exportData(dataExport: IPSDEDataExport, fetchAction: string, context: IParams, params: IParams): Promise<IHttpResponse<Blob>>;
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=file.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/file/file.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAe,eAAe,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAAa,WAAW;IASpB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IATtC;;;;;;OAMG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAGtC;;;;;;;;;;OAUG;IACH,UAAU,CACR,UAAU,EAAE,eAAe,EAC3B,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"file.service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/file/file.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAe,eAAe,EAAE,MAAM,aAAa,CAAC;AAE3D,qBAAa,WAAW;IASpB,SAAS,CAAC,KAAK,EAAE,cAAc;IAC/B,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,EAAE;IATtC;;;;;;OAMG;gBAES,KAAK,EAAE,cAAc,EACrB,KAAK,EAAE,eAAe,EAAE,EAAE;IAGtC;;;;;;;;;;OAUG;IACH,UAAU,CACR,UAAU,EAAE,eAAe,EAC3B,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,OAAO,GACd,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;CAahC"}
|
|
@@ -18,7 +18,7 @@ export class FileService {
|
|
|
18
18
|
* @date 2022-11-25 14:11:53
|
|
19
19
|
* @param {IPSDEDataExport} dataExport 导出模型
|
|
20
20
|
* @param {string} fetchAction 查询方法
|
|
21
|
-
* @param {
|
|
21
|
+
* @param {IParams} context 上下文
|
|
22
22
|
* @param {IParams} params 请求参数
|
|
23
23
|
* @returns {*} {Promise<IHttpResponse<Blob>>}
|
|
24
24
|
*/
|
|
@@ -53,7 +53,7 @@ export declare class ControlService<T extends ControlModel = ControlModel> {
|
|
|
53
53
|
* @date 2022-08-18 22:08:30
|
|
54
54
|
* @returns {*} {Promise<void>}
|
|
55
55
|
*/
|
|
56
|
-
init(_context?:
|
|
56
|
+
init(_context?: IParams): Promise<void>;
|
|
57
57
|
/**
|
|
58
58
|
* 初始化属性映射
|
|
59
59
|
*
|
|
@@ -67,11 +67,11 @@ export declare class ControlService<T extends ControlModel = ControlModel> {
|
|
|
67
67
|
* @author lxm
|
|
68
68
|
* @date 2022-08-31 17:08:41
|
|
69
69
|
* @param {string} methodName 方法名
|
|
70
|
-
* @param {
|
|
70
|
+
* @param {IParams} context 上下文
|
|
71
71
|
* @param {IParams} [params={}] 视图参数或数据
|
|
72
72
|
* @returns {*} {Promise<IHttpResponse>}
|
|
73
73
|
*/
|
|
74
|
-
exec(methodName: string, context:
|
|
74
|
+
exec(methodName: string, context: IParams, data?: IData, params?: IParams): Promise<IHttpResponse>;
|
|
75
75
|
/**
|
|
76
76
|
* 处理响应
|
|
77
77
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/widget/control-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,qBAAa,cAAc,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY;IAC/D,QAAQ,CAAC,GAAG,EAAG,WAAW,CAAC;IAE3B;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAElB;;;;;;OAMG;IACH,IAAI,SAAS,IAAI,cAAc,CAE9B;IAED;;;;;;OAMG;IACH,aAAa,EAAG,aAAa,CAAC;IAE9B;;;;;;;OAOG;IACH,SAAS,0BAAiC;IAE1C;;;;;OAKG;gBACS,KAAK,EAAE,CAAC;IAKpB;;;;;;OAMG;IACG,IAAI,CAAC,QAAQ,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"control-service.d.ts","sourceRoot":"","sources":["../../../../src/service/service/widget/control-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,qBAAa,cAAc,CAAC,CAAC,SAAS,YAAY,GAAG,YAAY;IAC/D,QAAQ,CAAC,GAAG,EAAG,WAAW,CAAC;IAE3B;;;;;;OAMG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAElB;;;;;;OAMG;IACH,IAAI,SAAS,IAAI,cAAc,CAE9B;IAED;;;;;;OAMG;IACH,aAAa,EAAG,aAAa,CAAC;IAE9B;;;;;;;OAOG;IACH,SAAS,0BAAiC;IAE1C;;;;;OAKG;gBACS,KAAK,EAAE,CAAC;IAKpB;;;;;;OAMG;IACG,IAAI,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAO7C;;;;;OAKG;IACH,SAAS,CAAC,aAAa;IAiBvB;;;;;;;;;OASG;IACG,IAAI,CACR,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,OAAO,EAChB,IAAI,GAAE,KAAU,EAChB,MAAM,GAAE,OAAY,GACnB,OAAO,CAAC,aAAa,CAAC;IAUzB;;;;;;;OAOG;IACH,cAAc,CAAC,GAAG,EAAE,aAAa,GAAG,aAAa;IAKjD;;;;;;;OAOG;IACH,QAAQ,CAAC,UAAU,EAAE,KAAK,GAAG,SAAS;CAGvC"}
|