@ibiz-template/core 0.7.39 → 0.7.40-alpha.7
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 +517 -656
- package/dist/index.system.min.js +1 -1
- package/out/command/command-register.d.ts +23 -37
- package/out/command/command-register.d.ts.map +1 -1
- package/out/command/command-register.js +22 -36
- package/out/command/command.d.ts +28 -34
- package/out/command/command.d.ts.map +1 -1
- package/out/command/command.js +26 -32
- package/out/command/index.d.ts +1 -4
- package/out/command/index.d.ts.map +1 -1
- package/out/command/index.js +2 -4
- package/out/command/utils/util.d.ts +23 -15
- package/out/command/utils/util.d.ts.map +1 -1
- package/out/command/utils/util.js +22 -16
- package/out/constant/core/core.d.ts +18 -28
- package/out/constant/core/core.d.ts.map +1 -1
- package/out/constant/core/core.js +18 -28
- package/out/constant/emoji/emoji.d.ts.map +1 -1
- package/out/constant/emoji/emoji.js +2 -0
- package/out/constant/http-status-message/http-status-message.d.ts +0 -3
- package/out/constant/http-status-message/http-status-message.d.ts.map +1 -1
- package/out/constant/http-status-message/http-status-message.js +1 -3
- package/out/constant/index.d.ts +2 -4
- package/out/constant/index.d.ts.map +1 -1
- package/out/constant/index.js +2 -4
- package/out/constant/util/util.d.ts +0 -3
- package/out/constant/util/util.d.ts.map +1 -1
- package/out/constant/util/util.js +1 -3
- package/out/context/index.d.ts +34 -51
- package/out/context/index.d.ts.map +1 -1
- package/out/context/index.js +24 -33
- package/out/environment/environment.d.ts +0 -3
- package/out/environment/environment.d.ts.map +1 -1
- package/out/environment/environment.js +4 -4
- package/out/error/http-error/entity-error.d.ts +3 -17
- package/out/error/http-error/entity-error.d.ts.map +1 -1
- package/out/error/http-error/entity-error.js +2 -5
- package/out/error/http-error/http-error-factory.d.ts +5 -0
- package/out/error/http-error/http-error-factory.d.ts.map +1 -1
- package/out/error/http-error/http-error-factory.js +5 -0
- package/out/error/http-error/http-error.d.ts +3 -10
- package/out/error/http-error/http-error.d.ts.map +1 -1
- package/out/error/http-error/http-error.js +2 -5
- package/out/error/model-error/model-error.d.ts +5 -9
- package/out/error/model-error/model-error.d.ts.map +1 -1
- package/out/error/model-error/model-error.js +5 -9
- package/out/error/notice-error/notice-error.d.ts +2 -5
- package/out/error/notice-error/notice-error.d.ts.map +1 -1
- package/out/error/notice-error/notice-error.js +2 -5
- package/out/error/runtime-error/runtime-error.d.ts +2 -5
- package/out/error/runtime-error/runtime-error.d.ts.map +1 -1
- package/out/error/runtime-error/runtime-error.js +2 -5
- package/out/error/runtime-model-error/runtime-model-error.d.ts +5 -10
- package/out/error/runtime-model-error/runtime-model-error.d.ts.map +1 -1
- package/out/error/runtime-model-error/runtime-model-error.js +5 -10
- package/out/ibizsys.d.ts +24 -44
- package/out/ibizsys.d.ts.map +1 -1
- package/out/ibizsys.js +15 -29
- package/out/index.d.ts.map +1 -1
- package/out/install.d.ts +1 -4
- package/out/install.d.ts.map +1 -1
- package/out/install.js +1 -4
- package/out/interface/api/constant/index.d.ts +3 -0
- package/out/interface/api/constant/index.d.ts.map +1 -0
- package/out/interface/api/constant/index.js +2 -0
- package/out/{constant → interface/api/constant}/login-mode/login-mode.d.ts +1 -4
- package/out/interface/api/constant/login-mode/login-mode.d.ts.map +1 -0
- package/out/{constant → interface/api/constant}/login-mode/login-mode.js +1 -4
- package/out/{constant → interface/api/constant}/menu-permission-mode/menu-permission-mode.d.ts +1 -4
- package/out/interface/api/constant/menu-permission-mode/menu-permission-mode.d.ts.map +1 -0
- package/out/{constant → interface/api/constant}/menu-permission-mode/menu-permission-mode.js +1 -4
- package/out/interface/api/environment/i-devtool-config.d.ts +33 -0
- package/out/interface/api/environment/i-devtool-config.d.ts.map +1 -0
- package/out/interface/api/environment/i-environment.d.ts +282 -0
- package/out/interface/api/environment/i-environment.d.ts.map +1 -0
- package/out/interface/api/environment/index.d.ts +3 -0
- package/out/interface/api/environment/index.d.ts.map +1 -0
- package/out/interface/api/global-param/i-api-context.d.ts +33 -0
- package/out/interface/api/global-param/i-api-context.d.ts.map +1 -0
- package/out/interface/api/global-param/i-global-param.d.ts +25 -0
- package/out/interface/api/global-param/i-global-param.d.ts.map +1 -0
- package/out/interface/api/global-param/index.d.ts +3 -0
- package/out/interface/api/global-param/index.d.ts.map +1 -0
- package/out/interface/api/ibizsys/i-api-ibizsys.d.ts +48 -0
- package/out/interface/api/ibizsys/i-api-ibizsys.d.ts.map +1 -0
- package/out/interface/api/ibizsys/i-org-data.d.ts +32 -0
- package/out/interface/api/ibizsys/i-org-data.d.ts.map +1 -0
- package/out/interface/api/ibizsys/index.d.ts +3 -0
- package/out/interface/api/ibizsys/index.d.ts.map +1 -0
- package/out/interface/api/index.d.ts +6 -0
- package/out/interface/api/index.d.ts.map +1 -0
- package/out/interface/api/index.js +5 -0
- package/out/interface/api/utils/i-api-i18n.d.ts +51 -0
- package/out/interface/api/utils/i-api-i18n.d.ts.map +1 -0
- package/out/interface/api/utils/index.d.ts +5 -0
- package/out/interface/api/utils/index.d.ts.map +1 -0
- package/out/interface/api/utils/index.js +1 -0
- package/out/interface/api/utils/message-center/base/i-message-all.d.ts +10 -0
- package/out/interface/api/utils/message-center/base/i-message-all.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/base/i-message-base.d.ts +27 -0
- package/out/interface/api/utils/message-center/base/i-message-base.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/base/index.d.ts +3 -0
- package/out/interface/api/utils/message-center/base/index.d.ts.map +1 -0
- package/out/interface/{i-add-in-changed → api/utils/message-center/command/add-in-changed}/i-add-in-changed.d.ts +4 -8
- package/out/interface/api/utils/message-center/command/add-in-changed/i-add-in-changed.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.d.ts +17 -0
- package/out/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts +17 -0
- package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/change/i-command-change.d.ts +10 -0
- package/out/interface/api/utils/message-center/command/change/i-command-change.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/change/i-command-change.js +1 -0
- package/out/interface/api/utils/message-center/command/create/i-command-create.d.ts +18 -0
- package/out/interface/api/utils/message-center/command/create/i-command-create.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/create/i-command-create.js +1 -0
- package/out/interface/api/utils/message-center/command/i-command-base.d.ts +20 -0
- package/out/interface/api/utils/message-center/command/i-command-base.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/i-command-base.js +1 -0
- package/out/interface/api/utils/message-center/command/i-message-command.d.ts +82 -0
- package/out/interface/api/utils/message-center/command/i-message-command.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/i-message-command.js +1 -0
- package/out/interface/api/utils/message-center/command/index.d.ts +14 -0
- package/out/interface/api/utils/message-center/command/index.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/index.js +1 -0
- package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.d.ts +17 -0
- package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/internal-message/i-command-internal-message.js +1 -0
- package/out/interface/{i-internal-message → api/utils/message-center/command/internal-message}/i-internal-message.d.ts +35 -54
- package/out/interface/api/utils/message-center/command/internal-message/i-internal-message.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/internal-message/i-internal-message.js +1 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.d.ts +17 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.js +1 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.d.ts +46 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.js +1 -0
- package/out/interface/api/utils/message-center/command/remove/i-command-remove.d.ts +18 -0
- package/out/interface/api/utils/message-center/command/remove/i-command-remove.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/remove/i-command-remove.js +1 -0
- package/out/interface/api/utils/message-center/command/update/i-command-update.d.ts +18 -0
- package/out/interface/api/utils/message-center/command/update/i-command-update.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/command/update/i-command-update.js +1 -0
- package/out/interface/api/utils/message-center/common/i-app-data-entity.d.ts +16 -0
- package/out/interface/api/utils/message-center/common/i-app-data-entity.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/i-app-data-entity.js +1 -0
- package/out/interface/api/utils/message-center/common/i-message-center-event.d.ts +10 -0
- package/out/interface/api/utils/message-center/common/i-message-center-event.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/i-message-center-event.js +1 -0
- package/out/interface/api/utils/message-center/common/i-msg-meta-data.d.ts +14 -0
- package/out/interface/api/utils/message-center/common/i-msg-meta-data.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/i-msg-meta-data.js +1 -0
- package/out/interface/api/utils/message-center/common/i-portal-async-action.d.ts +134 -0
- package/out/interface/api/utils/message-center/common/i-portal-async-action.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/i-portal-async-action.js +1 -0
- package/out/interface/api/utils/message-center/common/i-portal-message.d.ts +70 -0
- package/out/interface/api/utils/message-center/common/i-portal-message.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/i-portal-message.js +1 -0
- package/out/interface/api/utils/message-center/common/index.d.ts +6 -0
- package/out/interface/api/utils/message-center/common/index.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/common/index.js +1 -0
- package/out/interface/api/utils/message-center/console/i-message-console.d.ts +17 -0
- package/out/interface/api/utils/message-center/console/i-message-console.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/console/i-message-console.js +1 -0
- package/out/interface/api/utils/message-center/error/i-message-error.d.ts +17 -0
- package/out/interface/api/utils/message-center/error/i-message-error.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/error/i-message-error.js +1 -0
- package/out/interface/api/utils/message-center/i-message-center.d.ts +48 -0
- package/out/interface/api/utils/message-center/i-message-center.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/i-message-center.js +1 -0
- package/out/interface/api/utils/message-center/index.d.ts +7 -0
- package/out/interface/api/utils/message-center/index.d.ts.map +1 -0
- package/out/interface/api/utils/message-center/index.js +3 -0
- package/out/interface/api/utils/net/i-api-net.d.ts +65 -0
- package/out/interface/api/utils/net/i-api-net.d.ts.map +1 -0
- package/out/interface/api/utils/net/i-api-net.js +1 -0
- package/out/interface/api/utils/net/i-http-response.d.ts +60 -0
- package/out/interface/api/utils/net/i-http-response.d.ts.map +1 -0
- package/out/interface/api/utils/net/i-http-response.js +1 -0
- package/out/interface/click-outside/click-outside.d.ts +15 -36
- package/out/interface/click-outside/click-outside.d.ts.map +1 -1
- package/out/interface/command/command/i-command-option.d.ts +46 -0
- package/out/interface/command/command/i-command-option.d.ts.map +1 -0
- package/out/interface/command/command/i-command-option.js +1 -0
- package/out/interface/command/command/i-command.d.ts +61 -0
- package/out/interface/command/command/i-command.d.ts.map +1 -0
- package/out/interface/command/command/i-command.js +1 -0
- package/out/interface/command/disposable/i-disposable.d.ts +13 -0
- package/out/interface/command/disposable/i-disposable.d.ts.map +1 -0
- package/out/interface/command/disposable/i-disposable.js +1 -0
- package/out/interface/command/i-command-controller.d.ts +43 -0
- package/out/interface/command/i-command-controller.d.ts.map +1 -0
- package/out/interface/command/i-command-controller.js +1 -0
- package/out/interface/command/index.d.ts +5 -0
- package/out/interface/command/index.d.ts.map +1 -0
- package/out/interface/command/index.js +1 -0
- package/out/interface/context/index.d.ts +39 -0
- package/out/interface/context/index.d.ts.map +1 -0
- package/out/interface/context/index.js +1 -0
- package/out/interface/error/index.d.ts +12 -0
- package/out/interface/error/index.d.ts.map +1 -0
- package/out/interface/error/index.js +1 -0
- package/out/interface/i-chat-message/i-chat-message.d.ts +24 -37
- package/out/interface/i-chat-message/i-chat-message.d.ts.map +1 -1
- package/out/interface/ibizsys/i-ibizsys.d.ts +30 -0
- package/out/interface/ibizsys/i-ibizsys.d.ts.map +1 -0
- package/out/interface/ibizsys/i-ibizsys.js +1 -0
- package/out/interface/ibizsys/index.d.ts +2 -0
- package/out/interface/ibizsys/index.d.ts.map +1 -0
- package/out/interface/ibizsys/index.js +1 -0
- package/out/interface/index.d.ts +8 -9
- package/out/interface/index.d.ts.map +1 -1
- package/out/interface/index.js +6 -0
- package/out/interface/utils/i-18n.d.ts +21 -0
- package/out/interface/utils/i-18n.d.ts.map +1 -0
- package/out/interface/utils/i-18n.js +1 -0
- package/out/interface/utils/index.d.ts +2 -0
- package/out/interface/utils/index.d.ts.map +1 -0
- package/out/interface/utils/index.js +1 -0
- package/out/params/params.d.ts +20 -24
- package/out/params/params.d.ts.map +1 -1
- package/out/params/params.js +16 -18
- package/out/types.d.ts +5 -113
- package/out/types.d.ts.map +1 -1
- package/out/utils/bit-mask/bit-mask.d.ts +9 -32
- package/out/utils/bit-mask/bit-mask.d.ts.map +1 -1
- package/out/utils/bit-mask/bit-mask.js +10 -37
- package/out/utils/click-outside/click-outside.d.ts +1 -4
- package/out/utils/click-outside/click-outside.d.ts.map +1 -1
- package/out/utils/click-outside/click-outside.js +1 -4
- package/out/utils/clone/clone.d.ts +3 -7
- package/out/utils/clone/clone.d.ts.map +1 -1
- package/out/utils/clone/clone.js +7 -12
- package/out/utils/color/color.d.ts +4 -6
- package/out/utils/color/color.d.ts.map +1 -1
- package/out/utils/color/color.js +5 -8
- package/out/utils/cookie-util/cookie-util.d.ts +16 -27
- package/out/utils/cookie-util/cookie-util.d.ts.map +1 -1
- package/out/utils/cookie-util/cookie-util.js +126 -55
- package/out/utils/data-type/data-types.d.ts +13 -19
- package/out/utils/data-type/data-types.d.ts.map +1 -1
- package/out/utils/data-type/data-types.js +13 -19
- package/out/utils/download-file/download-file.d.ts +6 -15
- package/out/utils/download-file/download-file.d.ts.map +1 -1
- package/out/utils/download-file/download-file.js +6 -15
- package/out/utils/event/event.d.ts +6 -14
- package/out/utils/event/event.d.ts.map +1 -1
- package/out/utils/event/event.js +6 -14
- package/out/utils/history-list/history-item.d.ts +5 -10
- package/out/utils/history-list/history-item.d.ts.map +1 -1
- package/out/utils/history-list/history-item.js +5 -10
- package/out/utils/history-list/history-list.d.ts +31 -45
- package/out/utils/history-list/history-list.d.ts.map +1 -1
- package/out/utils/history-list/history-list.js +28 -40
- package/out/utils/index.d.ts +1 -2
- package/out/utils/index.d.ts.map +1 -1
- package/out/utils/interceptor/core-interceptor.d.ts +11 -9
- package/out/utils/interceptor/core-interceptor.d.ts.map +1 -1
- package/out/utils/interceptor/core-interceptor.js +11 -9
- package/out/utils/interceptor/interceptor.d.ts +24 -43
- package/out/utils/interceptor/interceptor.d.ts.map +1 -1
- package/out/utils/interceptor/interceptor.js +18 -31
- package/out/utils/message-center/base/message-all.d.ts +3 -5
- package/out/utils/message-center/base/message-all.d.ts.map +1 -1
- package/out/utils/message-center/base/message-all.js +1 -4
- package/out/utils/message-center/base/message-base.d.ts +23 -40
- package/out/utils/message-center/base/message-base.d.ts.map +1 -1
- package/out/utils/message-center/base/message-base.js +20 -26
- package/out/utils/message-center/command/add-in-changed/command-add-in-changed.d.ts +5 -6
- package/out/utils/message-center/command/add-in-changed/command-add-in-changed.d.ts.map +1 -1
- package/out/utils/message-center/command/add-in-changed/command-add-in-changed.js +3 -4
- package/out/utils/message-center/command/async-action/command-async-action.d.ts +6 -10
- package/out/utils/message-center/command/async-action/command-async-action.d.ts.map +1 -1
- package/out/utils/message-center/command/async-action/command-async-action.js +4 -8
- package/out/utils/message-center/command/change/command-change.d.ts +4 -5
- package/out/utils/message-center/command/change/command-change.d.ts.map +1 -1
- package/out/utils/message-center/command/change/command-change.js +2 -4
- package/out/utils/message-center/command/command-base/command-base.d.ts +10 -15
- package/out/utils/message-center/command/command-base/command-base.d.ts.map +1 -1
- package/out/utils/message-center/command/command-base/command-base.js +7 -12
- package/out/utils/message-center/command/create/command-create.d.ts +8 -12
- package/out/utils/message-center/command/create/command-create.d.ts.map +1 -1
- package/out/utils/message-center/command/create/command-create.js +6 -10
- package/out/utils/message-center/command/internal-message/command-internal-message.d.ts +7 -11
- package/out/utils/message-center/command/internal-message/command-internal-message.d.ts.map +1 -1
- package/out/utils/message-center/command/internal-message/command-internal-message.js +5 -9
- package/out/utils/message-center/command/mark-open-data/command-mark-open-data.d.ts +6 -10
- package/out/utils/message-center/command/mark-open-data/command-mark-open-data.d.ts.map +1 -1
- package/out/utils/message-center/command/mark-open-data/command-mark-open-data.js +4 -8
- package/out/utils/message-center/command/message-command.d.ts +31 -45
- package/out/utils/message-center/command/message-command.d.ts.map +1 -1
- package/out/utils/message-center/command/message-command.js +29 -43
- package/out/utils/message-center/command/remove/command-remove.d.ts +7 -11
- package/out/utils/message-center/command/remove/command-remove.d.ts.map +1 -1
- package/out/utils/message-center/command/remove/command-remove.js +5 -9
- package/out/utils/message-center/command/update/command-update.d.ts +7 -11
- package/out/utils/message-center/command/update/command-update.d.ts.map +1 -1
- package/out/utils/message-center/command/update/command-update.js +5 -9
- package/out/utils/message-center/console/message-console.d.ts +6 -9
- package/out/utils/message-center/console/message-console.d.ts.map +1 -1
- package/out/utils/message-center/console/message-console.js +4 -8
- package/out/utils/message-center/error/message-error.d.ts +6 -9
- package/out/utils/message-center/error/message-error.d.ts.map +1 -1
- package/out/utils/message-center/error/message-error.js +4 -8
- package/out/utils/message-center/index.d.ts +0 -1
- package/out/utils/message-center/index.d.ts.map +1 -1
- package/out/utils/message-center/message-center.d.ts +20 -35
- package/out/utils/message-center/message-center.d.ts.map +1 -1
- package/out/utils/message-center/message-center.js +18 -33
- package/out/utils/namespace/namespace.d.ts +45 -75
- package/out/utils/namespace/namespace.d.ts.map +1 -1
- package/out/utils/namespace/namespace.js +53 -81
- package/out/utils/net/http-response.d.ts +6 -66
- package/out/utils/net/http-response.d.ts.map +1 -1
- package/out/utils/net/http-response.js +4 -11
- package/out/utils/net/net.d.ts +57 -100
- package/out/utils/net/net.d.ts.map +1 -1
- package/out/utils/net/net.js +53 -94
- package/out/utils/recursive/find-recursive-child.d.ts +2 -10
- package/out/utils/recursive/find-recursive-child.d.ts.map +1 -1
- package/out/utils/recursive/find-recursive-child.js +4 -14
- package/out/utils/string-util/string-util.d.ts +6 -16
- package/out/utils/string-util/string-util.d.ts.map +1 -1
- package/out/utils/string-util/string-util.js +6 -16
- package/out/utils/style/remote-style.d.ts +1 -4
- package/out/utils/style/remote-style.d.ts.map +1 -1
- package/out/utils/style/remote-style.js +1 -4
- package/out/utils/sync/await-timeout.d.ts +1 -5
- package/out/utils/sync/await-timeout.d.ts.map +1 -1
- package/out/utils/sync/await-timeout.js +1 -5
- package/out/utils/sync/count-latch.d.ts +14 -30
- package/out/utils/sync/count-latch.d.ts.map +1 -1
- package/out/utils/sync/count-latch.js +14 -30
- package/out/utils/upload/select-file.d.ts +12 -29
- package/out/utils/upload/select-file.d.ts.map +1 -1
- package/out/utils/upload/select-file.js +3 -9
- package/out/utils/upload/upload-file.d.ts +6 -14
- package/out/utils/upload/upload-file.d.ts.map +1 -1
- package/out/utils/upload/upload-file.js +9 -23
- package/out/utils/url-helper/url-helper.d.ts +19 -30
- package/out/utils/url-helper/url-helper.d.ts.map +1 -1
- package/out/utils/url-helper/url-helper.js +19 -30
- package/out/utils/util/util.d.ts +6 -77
- package/out/utils/util/util.d.ts.map +1 -1
- package/out/utils/util/util.js +6 -77
- package/package.json +2 -3
- package/out/command/interface/command/command-option.d.ts +0 -23
- package/out/command/interface/command/command-option.d.ts.map +0 -1
- package/out/command/interface/command/command.d.ts +0 -74
- package/out/command/interface/command/command.d.ts.map +0 -1
- package/out/command/interface/disposable/disposable.d.ts +0 -4
- package/out/command/interface/disposable/disposable.d.ts.map +0 -1
- package/out/command/interface/index.d.ts +0 -4
- package/out/command/interface/index.d.ts.map +0 -1
- package/out/constant/login-mode/login-mode.d.ts.map +0 -1
- package/out/constant/menu-permission-mode/menu-permission-mode.d.ts.map +0 -1
- package/out/interface/i-18n/i-18n.d.ts +0 -81
- package/out/interface/i-18n/i-18n.d.ts.map +0 -1
- package/out/interface/i-add-in-changed/i-add-in-changed.d.ts.map +0 -1
- package/out/interface/i-devtool-config/i-devtool-config.d.ts +0 -40
- package/out/interface/i-devtool-config/i-devtool-config.d.ts.map +0 -1
- package/out/interface/i-environment/i-environment.d.ts +0 -346
- package/out/interface/i-environment/i-environment.d.ts.map +0 -1
- package/out/interface/i-internal-message/i-internal-message.d.ts.map +0 -1
- package/out/interface/i-mark-open-data/i-mark-open-data.d.ts +0 -43
- package/out/interface/i-mark-open-data/i-mark-open-data.d.ts.map +0 -1
- package/out/interface/i-portal-async-action/i-portal-async-action.d.ts +0 -163
- package/out/interface/i-portal-async-action/i-portal-async-action.d.ts.map +0 -1
- package/out/interface/i-portal-message/i-portal-message.d.ts +0 -89
- package/out/interface/i-portal-message/i-portal-message.d.ts.map +0 -1
- package/out/interface/org-data/org-data.d.ts +0 -43
- package/out/interface/org-data/org-data.d.ts.map +0 -1
- package/out/utils/message-center/interface/i-app-data-entity.d.ts +0 -20
- package/out/utils/message-center/interface/i-app-data-entity.d.ts.map +0 -1
- package/out/utils/message-center/interface/i-msg-meta-data.d.ts +0 -19
- package/out/utils/message-center/interface/i-msg-meta-data.d.ts.map +0 -1
- package/out/utils/message-center/interface/index.d.ts +0 -3
- package/out/utils/message-center/interface/index.d.ts.map +0 -1
- /package/out/interface/{i-devtool-config → api/environment}/i-devtool-config.js +0 -0
- /package/out/interface/{i-environment → api/environment}/i-environment.js +0 -0
- /package/out/{command/interface → interface/api/environment}/index.js +0 -0
- /package/out/{command/interface/command/command-option.js → interface/api/global-param/i-api-context.js} +0 -0
- /package/out/{command/interface/command/command.js → interface/api/global-param/i-global-param.js} +0 -0
- /package/out/{utils/message-center/interface → interface/api/global-param}/index.js +0 -0
- /package/out/{command/interface/disposable/disposable.js → interface/api/ibizsys/i-api-ibizsys.js} +0 -0
- /package/out/interface/{i-18n/i-18n.js → api/ibizsys/i-org-data.js} +0 -0
- /package/out/interface/{i-add-in-changed/i-add-in-changed.js → api/ibizsys/index.js} +0 -0
- /package/out/interface/{i-internal-message/i-internal-message.js → api/utils/i-api-i18n.js} +0 -0
- /package/out/interface/{i-mark-open-data/i-mark-open-data.js → api/utils/message-center/base/i-message-all.js} +0 -0
- /package/out/interface/{i-portal-async-action/i-portal-async-action.js → api/utils/message-center/base/i-message-base.js} +0 -0
- /package/out/interface/{i-portal-message/i-portal-message.js → api/utils/message-center/base/index.js} +0 -0
- /package/out/interface/{org-data/org-data.js → api/utils/message-center/command/add-in-changed/i-add-in-changed.js} +0 -0
- /package/out/{utils/message-center/interface/i-app-data-entity.js → interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.js} +0 -0
- /package/out/{utils/message-center/interface/i-msg-meta-data.js → interface/api/utils/message-center/command/async-action/i-command-async-action.js} +0 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description 异步作业信息
|
|
3
|
+
* @export
|
|
4
|
+
* @interface IPortalAsyncAction
|
|
5
|
+
*/
|
|
6
|
+
export interface IPortalAsyncAction {
|
|
7
|
+
/**
|
|
8
|
+
* @description 异步操作标识
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof IPortalAsyncAction
|
|
11
|
+
*/
|
|
12
|
+
asyncacitonid: string;
|
|
13
|
+
/**
|
|
14
|
+
* @description 异步操作名称
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof IPortalAsyncAction
|
|
17
|
+
*/
|
|
18
|
+
asyncacitonname: string;
|
|
19
|
+
/**
|
|
20
|
+
* @description 会话标识
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof IPortalAsyncAction
|
|
23
|
+
*/
|
|
24
|
+
fulltopictag: string;
|
|
25
|
+
/**
|
|
26
|
+
* @description 租户标识
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof IPortalAsyncAction
|
|
29
|
+
*/
|
|
30
|
+
srfdcid: string;
|
|
31
|
+
/**
|
|
32
|
+
* @description 租户系统标识
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof IPortalAsyncAction
|
|
35
|
+
*/
|
|
36
|
+
dcsystemid: string;
|
|
37
|
+
/**
|
|
38
|
+
* @description 异步作业类型,DEIMPORTDATA2: 异步导入
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof IPortalAsyncAction
|
|
41
|
+
*/
|
|
42
|
+
actiontype: string;
|
|
43
|
+
/**
|
|
44
|
+
* @description 作业状态
|
|
45
|
+
* @type {(10 | 20 | 30 | 40)} 未开始 | 执行中 | 已执行 | 执行失败
|
|
46
|
+
* @memberof IPortalAsyncAction
|
|
47
|
+
*/
|
|
48
|
+
actionstate: 10 | 20 | 30 | 40;
|
|
49
|
+
/**
|
|
50
|
+
* @description 异步作业执行结果
|
|
51
|
+
* @type {unknown}
|
|
52
|
+
* @memberof IPortalAsyncAction
|
|
53
|
+
*/
|
|
54
|
+
actionresult?: unknown;
|
|
55
|
+
/**
|
|
56
|
+
* @description 步骤信息
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof IPortalAsyncAction
|
|
59
|
+
*/
|
|
60
|
+
stepinfo?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @description 完成百分比
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof IPortalAsyncAction
|
|
65
|
+
*/
|
|
66
|
+
completionrate?: number;
|
|
67
|
+
/**
|
|
68
|
+
* @description 异步结果下载路径,目前是留给导出数据使用
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof IPortalAsyncAction
|
|
71
|
+
*/
|
|
72
|
+
asyncresultdownloadurl?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @description 预留参数
|
|
75
|
+
* @type {unknown}
|
|
76
|
+
* @memberof IPortalAsyncAction
|
|
77
|
+
*/
|
|
78
|
+
actionparam?: unknown;
|
|
79
|
+
/**
|
|
80
|
+
* @description 预留参数2
|
|
81
|
+
* @type {unknown}
|
|
82
|
+
* @memberof IPortalAsyncAction
|
|
83
|
+
*/
|
|
84
|
+
actionparam2?: unknown;
|
|
85
|
+
/**
|
|
86
|
+
* @description 预留参数3
|
|
87
|
+
* @type {unknown}
|
|
88
|
+
* @memberof IPortalAsyncAction
|
|
89
|
+
*/
|
|
90
|
+
actionparam3?: unknown;
|
|
91
|
+
/**
|
|
92
|
+
* @description 预留参数4
|
|
93
|
+
* @type {unknown}
|
|
94
|
+
* @memberof IPortalAsyncAction
|
|
95
|
+
*/
|
|
96
|
+
actionparam4?: unknown;
|
|
97
|
+
/**
|
|
98
|
+
* @description 操作开始时间
|
|
99
|
+
* @type {string}
|
|
100
|
+
* @memberof IPortalAsyncAction
|
|
101
|
+
*/
|
|
102
|
+
begintime: string;
|
|
103
|
+
/**
|
|
104
|
+
* @description 操作结束时间
|
|
105
|
+
* @type {string}
|
|
106
|
+
* @memberof IPortalAsyncAction
|
|
107
|
+
*/
|
|
108
|
+
endtime: string;
|
|
109
|
+
/**
|
|
110
|
+
* @description 创建人标识
|
|
111
|
+
* @type {string}
|
|
112
|
+
* @memberof IPortalAsyncAction
|
|
113
|
+
*/
|
|
114
|
+
createman: string;
|
|
115
|
+
/**
|
|
116
|
+
* @description 创建时间
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof IPortalAsyncAction
|
|
119
|
+
*/
|
|
120
|
+
createdate: string;
|
|
121
|
+
/**
|
|
122
|
+
* @description 更新人标识
|
|
123
|
+
* @type {string}
|
|
124
|
+
* @memberof IPortalAsyncAction
|
|
125
|
+
*/
|
|
126
|
+
updateman: string;
|
|
127
|
+
/**
|
|
128
|
+
* @description 更新时间
|
|
129
|
+
* @type {string}
|
|
130
|
+
* @memberof IPortalAsyncAction
|
|
131
|
+
*/
|
|
132
|
+
updatedate: string;
|
|
133
|
+
}
|
|
134
|
+
//# sourceMappingURL=i-portal-async-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-portal-async-action.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-portal-async-action.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,WAAW,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;IAE/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
import { IPortalAsyncAction } from './i-portal-async-action';
|
|
3
|
+
/**
|
|
4
|
+
* @description 消息数据
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IPortalMessage
|
|
7
|
+
*/
|
|
8
|
+
export interface IPortalMessage {
|
|
9
|
+
/**
|
|
10
|
+
* @description 消息标识
|
|
11
|
+
* @type {string}
|
|
12
|
+
* @memberof IPortalMessage
|
|
13
|
+
*/
|
|
14
|
+
messageid: string;
|
|
15
|
+
/**
|
|
16
|
+
* @description 消息名称
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof IPortalMessage
|
|
19
|
+
*/
|
|
20
|
+
messagename?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @description 消息类型
|
|
23
|
+
* @type {('CONSOLE' | 'COMMAND' | 'ERROR')} 日志消息 | 命令 | 错误消息
|
|
24
|
+
* @memberof IPortalMessage
|
|
25
|
+
*/
|
|
26
|
+
type: 'CONSOLE' | 'COMMAND' | 'ERROR';
|
|
27
|
+
/**
|
|
28
|
+
* @description 消息子类型
|
|
29
|
+
* @type {('MARKOPENDATA'
|
|
30
|
+
* | 'ASYNCACTION'
|
|
31
|
+
* | 'INTERNALMESSAGE'
|
|
32
|
+
* | 'OBJECTUPDATED'
|
|
33
|
+
* | 'OBJECTREMOVED'
|
|
34
|
+
* | 'OBJECTCREATED'
|
|
35
|
+
* | 'ADDINCHANGED')} 标注打开数据 | 异步作业 | 站内信 | 数据更新 | 数据删除 | 数据创建 | 添加更改
|
|
36
|
+
* @memberof IPortalMessage
|
|
37
|
+
*/
|
|
38
|
+
subtype?: 'MARKOPENDATA' | 'ASYNCACTION' | 'INTERNALMESSAGE' | 'OBJECTUPDATED' | 'OBJECTREMOVED' | 'OBJECTCREATED' | 'ADDINCHANGED';
|
|
39
|
+
/**
|
|
40
|
+
* @description 内容摘要
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof IPortalMessage
|
|
43
|
+
*/
|
|
44
|
+
content?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @description 消息数据
|
|
47
|
+
* @type {(IPortalAsyncAction | IApiData | string | unknown)}
|
|
48
|
+
* @memberof IPortalMessage
|
|
49
|
+
*/
|
|
50
|
+
data?: IPortalAsyncAction | IApiData | string | unknown;
|
|
51
|
+
/**
|
|
52
|
+
* @description 消息路径
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof IPortalMessage
|
|
55
|
+
*/
|
|
56
|
+
url?: string;
|
|
57
|
+
/**
|
|
58
|
+
* @description 移动端消息路径
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof IPortalMessage
|
|
61
|
+
*/
|
|
62
|
+
mobileurl?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @description 触发源的key
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof IPortalMessage
|
|
67
|
+
*/
|
|
68
|
+
triggerKey?: string;
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=i-portal-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-portal-message.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-portal-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAEtC;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EACJ,cAAc,GACd,aAAa,GACb,iBAAiB,GACjB,eAAe,GACf,eAAe,GACf,eAAe,GACf,cAAc,CAAC;IAEnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,kBAAkB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IAExD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type { IMessageCenterEvent } from './i-message-center-event';
|
|
2
|
+
export type { IPortalAsyncAction } from './i-portal-async-action';
|
|
3
|
+
export type { IPortalMessage } from './i-portal-message';
|
|
4
|
+
export type { IAppDataEntity } from './i-app-data-entity';
|
|
5
|
+
export type { IMsgMetaData } from './i-msg-meta-data';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
import { IMessageBase } from '../base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 日志消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IMessageConsole
|
|
7
|
+
* @extends {IMessageBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface IMessageConsole extends IMessageBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {(IApiData | string)} data
|
|
13
|
+
* @memberof IMessageConsole
|
|
14
|
+
*/
|
|
15
|
+
send(data: IApiData | string): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=i-message-console.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-message-console.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/console/i-message-console.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;GAKG;AACH,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
import { IMessageBase } from '../base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 错误消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IMessageError
|
|
7
|
+
* @extends {IMessageBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface IMessageError extends IMessageBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {(IApiData | string)} data
|
|
13
|
+
* @memberof IMessageError
|
|
14
|
+
*/
|
|
15
|
+
send(data: IApiData | string): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=i-message-error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-message-error.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/error/i-message-error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;GAKG;AACH,MAAM,WAAW,aAAc,SAAQ,YAAY;IACjD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { IMessageCommand } from './command';
|
|
2
|
+
import { IPortalMessage } from './common';
|
|
3
|
+
import { IMessageConsole } from './console/i-message-console';
|
|
4
|
+
import { IMessageError } from './error/i-message-error';
|
|
5
|
+
/**
|
|
6
|
+
* @description 界面消息中心
|
|
7
|
+
* @export
|
|
8
|
+
* @interface IMessageCenter
|
|
9
|
+
*/
|
|
10
|
+
export interface IMessageCenter {
|
|
11
|
+
/**
|
|
12
|
+
* @description 指令消息
|
|
13
|
+
* @type {IMessageCommand}
|
|
14
|
+
* @memberof IMessageCenter
|
|
15
|
+
*/
|
|
16
|
+
readonly command: IMessageCommand;
|
|
17
|
+
/**
|
|
18
|
+
* @description 日志消息
|
|
19
|
+
* @type {IMessageConsole}
|
|
20
|
+
* @memberof IMessageCenter
|
|
21
|
+
*/
|
|
22
|
+
readonly console: IMessageConsole;
|
|
23
|
+
/**
|
|
24
|
+
* @description 错误消息
|
|
25
|
+
* @type {IMessageError}
|
|
26
|
+
* @memberof IMessageCenter
|
|
27
|
+
*/
|
|
28
|
+
readonly error: IMessageError;
|
|
29
|
+
/**
|
|
30
|
+
* @description 发送消息
|
|
31
|
+
* @param {IPortalMessage} msg 消息
|
|
32
|
+
* @memberof IMessageCenter
|
|
33
|
+
*/
|
|
34
|
+
next(msg: IPortalMessage): void;
|
|
35
|
+
/**
|
|
36
|
+
* @description 订阅消息
|
|
37
|
+
* @param {(msg: IPortalMessage) => void} callback
|
|
38
|
+
* @memberof IMessageCenter
|
|
39
|
+
*/
|
|
40
|
+
on(callback: (msg: IPortalMessage) => void): void;
|
|
41
|
+
/**
|
|
42
|
+
* @description 取消订阅
|
|
43
|
+
* @param {(msg: IPortalMessage) => void} callback
|
|
44
|
+
* @memberof IMessageCenter
|
|
45
|
+
*/
|
|
46
|
+
off(callback: (msg: IPortalMessage) => void): void;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=i-message-center.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-message-center.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/utils/message-center/i-message-center.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;IAElC;;;;OAIG;IACH,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;IAElC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,aAAa,CAAC;IAE9B;;;;OAIG;IACH,IAAI,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,CAAC;IAEhC;;;;OAIG;IACH,EAAE,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,IAAI,GAAG,IAAI,CAAC;IAElD;;;;OAIG;IACH,GAAG,CAAC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,IAAI,GAAG,IAAI,CAAC;CACpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './common';
|
|
2
|
+
export * from './base';
|
|
3
|
+
export * from './command';
|
|
4
|
+
export type { IMessageConsole } from './console/i-message-console';
|
|
5
|
+
export type { IMessageError } from './error/i-message-error';
|
|
6
|
+
export type { IMessageCenter } from './i-message-center';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/utils/message-center/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,YAAY,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,YAAY,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { AxiosRequestConfig, AxiosResponse, RawAxiosRequestHeaders } from 'axios';
|
|
2
|
+
import { IHttpResponse } from './i-http-response';
|
|
3
|
+
import { IApiData, IApiParams } from '../../global-param';
|
|
4
|
+
/**
|
|
5
|
+
* @description 网络请求工具
|
|
6
|
+
* @export
|
|
7
|
+
* @interface IApiNet
|
|
8
|
+
*/
|
|
9
|
+
export interface IApiNet {
|
|
10
|
+
/**
|
|
11
|
+
* @description Post 请求
|
|
12
|
+
* @param {string} url 请求地址
|
|
13
|
+
* @param {IApiData} data 请求数据
|
|
14
|
+
* @param {IApiParams} [params={}] 请求参数
|
|
15
|
+
* @param {RawAxiosRequestHeaders} [headers={}] 请求头
|
|
16
|
+
* @returns {*} {Promise<IHttpResponse>}
|
|
17
|
+
* @memberof IApiNet
|
|
18
|
+
*/
|
|
19
|
+
post(url: string, data: IApiData, params?: IApiParams, headers?: RawAxiosRequestHeaders): Promise<IHttpResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* @description Get 请求
|
|
22
|
+
* @param {string} url 请求地址
|
|
23
|
+
* @param {IApiParams} [params={}] 请求参数
|
|
24
|
+
* @param {RawAxiosRequestHeaders} [headers={}] 请求头
|
|
25
|
+
* @param {AxiosRequestConfig} [option={}] 请求配置
|
|
26
|
+
* @returns {*} {Promise<IHttpResponse>}
|
|
27
|
+
* @memberof IApiNet
|
|
28
|
+
*/
|
|
29
|
+
get(url: string, params?: IApiParams, headers?: RawAxiosRequestHeaders, option?: AxiosRequestConfig): Promise<IHttpResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* @description Delete 请求
|
|
32
|
+
* @param {string} url 请求地址
|
|
33
|
+
* @param {IApiParams} [params] 请求参数
|
|
34
|
+
* @param {RawAxiosRequestHeaders} [headers] 请求头
|
|
35
|
+
* @returns {*} {Promise<IHttpResponse>}
|
|
36
|
+
* @memberof IApiNet
|
|
37
|
+
*/
|
|
38
|
+
delete(url: string, params?: IApiParams, headers?: RawAxiosRequestHeaders): Promise<IHttpResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* @description Put 请求
|
|
41
|
+
* @param {string} url 请求地址
|
|
42
|
+
* @param {IApiData} data 请求数据
|
|
43
|
+
* @param {IApiParams} [params={}] 请求参数
|
|
44
|
+
* @param {RawAxiosRequestHeaders} [headers={}] 请求头
|
|
45
|
+
* @returns {*} {Promise<IHttpResponse>}
|
|
46
|
+
* @memberof IApiNet
|
|
47
|
+
*/
|
|
48
|
+
put(url: string, data: IApiData, params?: IApiParams, headers?: RawAxiosRequestHeaders): Promise<IHttpResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* @description 基础请求方法,会合并预置配置
|
|
51
|
+
* @param {string} url 请求地址
|
|
52
|
+
* @param {AxiosRequestConfig} [config={}] 请求配置
|
|
53
|
+
* @returns {*} {Promise<IHttpResponse>}
|
|
54
|
+
* @memberof IApiNet
|
|
55
|
+
*/
|
|
56
|
+
request(url: string, config?: AxiosRequestConfig): Promise<IHttpResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* @description 创建标准 axios 请求
|
|
59
|
+
* @param {AxiosRequestConfig<IApiData>} config 请求配置
|
|
60
|
+
* @returns {*} {Promise<AxiosResponse>}
|
|
61
|
+
* @memberof IApiNet
|
|
62
|
+
*/
|
|
63
|
+
axios(config: AxiosRequestConfig<IApiData>): Promise<AxiosResponse>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=i-api-net.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-api-net.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/utils/net/i-api-net.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,aAAa,EACb,sBAAsB,EACvB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,OAAO;IACtB;;;;;;;;OAQG;IACH,IAAI,CACF,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,QAAQ,EACd,MAAM,CAAC,EAAE,UAAU,EACnB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,aAAa,CAAC,CAAC;IAE1B;;;;;;;;OAQG;IACH,GAAG,CACD,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,UAAU,EACnB,OAAO,CAAC,EAAE,sBAAsB,EAChC,MAAM,CAAC,EAAE,kBAAkB,GAC1B,OAAO,CAAC,aAAa,CAAC,CAAC;IAE1B;;;;;;;OAOG;IACH,MAAM,CACJ,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,UAAU,EACnB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,aAAa,CAAC,CAAC;IAE1B;;;;;;;;OAQG;IACH,GAAG,CACD,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,QAAQ,EACd,MAAM,CAAC,EAAE,UAAU,EACnB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,aAAa,CAAC,CAAC;IAE1B;;;;;;OAMG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;IAE1E;;;;;OAKG;IACH,KAAK,CAAC,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;CACrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { AxiosResponse } from 'axios';
|
|
2
|
+
import { IApiData } from '../../global-param';
|
|
3
|
+
/**
|
|
4
|
+
* @description Http请求返回接口
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IHttpResponse
|
|
7
|
+
* @extends {AxiosResponse}
|
|
8
|
+
* @template T
|
|
9
|
+
*/
|
|
10
|
+
export interface IHttpResponse<T = IApiData> extends AxiosResponse {
|
|
11
|
+
/**
|
|
12
|
+
* @description 是否请求成功,当状态码为 200-299 时认为成功
|
|
13
|
+
* @type {boolean}
|
|
14
|
+
* @memberof IHttpResponse
|
|
15
|
+
*/
|
|
16
|
+
ok: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* @description 是否为本地仿造响应,只有当值为 true 时, 才认为是本地仿造响应
|
|
19
|
+
* @type {boolean}
|
|
20
|
+
* @memberof IHttpResponse
|
|
21
|
+
*/
|
|
22
|
+
local: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* @description 响应数据
|
|
25
|
+
* @type {T}
|
|
26
|
+
* @memberof IHttpResponse
|
|
27
|
+
*/
|
|
28
|
+
data: T;
|
|
29
|
+
/**
|
|
30
|
+
* @description 当前页
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof IHttpResponse
|
|
33
|
+
*/
|
|
34
|
+
page?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @description 分页条数
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof IHttpResponse
|
|
39
|
+
*/
|
|
40
|
+
size?: number;
|
|
41
|
+
/**
|
|
42
|
+
* @description 总条数
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof IHttpResponse
|
|
45
|
+
*/
|
|
46
|
+
total?: number;
|
|
47
|
+
/**
|
|
48
|
+
* @description 全部计数条数
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof IHttpResponse
|
|
51
|
+
*/
|
|
52
|
+
totalx?: number;
|
|
53
|
+
/**
|
|
54
|
+
* @description 总页数
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof IHttpResponse
|
|
57
|
+
*/
|
|
58
|
+
totalPages?: number;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=i-http-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-http-response.d.ts","sourceRoot":"","sources":["../../../../../src/interface/api/utils/net/i-http-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C;;;;;;GAMG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,QAAQ,CAAE,SAAQ,aAAa;IAChE;;;;OAIG;IACH,EAAE,EAAE,OAAO,CAAC;IAEZ;;;;OAIG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;;;OAIG;IACH,IAAI,EAAE,CAAC,CAAC;IAER;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,69 +1,48 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* 可选配置参数
|
|
3
|
-
*
|
|
4
|
-
* @author lxm
|
|
5
|
-
* @date 2022-10-28 16:10:48
|
|
2
|
+
* @description 可选配置参数
|
|
6
3
|
* @export
|
|
7
4
|
* @interface OnClickOutsideOptions
|
|
8
|
-
* @extends {ConfigurableWindow}
|
|
9
|
-
* @template E
|
|
10
5
|
*/
|
|
11
6
|
export interface OnClickOutsideOptions {
|
|
12
7
|
/**
|
|
13
|
-
* 指定使用的window,不给就用默认的window
|
|
14
|
-
* 一般是在iframe或测试环境中使用。
|
|
15
|
-
*
|
|
16
|
-
* @author lxm
|
|
17
|
-
* @date 2022-10-28 17:10:49
|
|
8
|
+
* @description 指定使用的window,不给就用默认的window
|
|
18
9
|
* @type {Window}
|
|
10
|
+
* @memberof OnClickOutsideOptions
|
|
19
11
|
*/
|
|
20
12
|
window?: Window;
|
|
21
13
|
/**
|
|
22
|
-
* 指定需要忽略的元素,用于排除某些外部的元素
|
|
23
|
-
*
|
|
24
|
-
* @author lxm
|
|
25
|
-
* @date 2022-10-28 17:10:50
|
|
14
|
+
* @description 指定需要忽略的元素,用于排除某些外部的元素
|
|
26
15
|
* @type {HTMLElement[]}
|
|
16
|
+
* @memberof OnClickOutsideOptions
|
|
27
17
|
*/
|
|
28
18
|
ignore?: HTMLElement[];
|
|
29
19
|
/**
|
|
30
|
-
* 是否捕获内部元素。默认为是,内部元素不会触发回调。
|
|
31
|
-
* @
|
|
20
|
+
* @description 是否捕获内部元素。默认为是,内部元素不会触发回调。
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof OnClickOutsideOptions
|
|
32
23
|
*/
|
|
33
24
|
capture?: boolean;
|
|
34
25
|
}
|
|
35
|
-
/**
|
|
36
|
-
* 回调处理函数类型
|
|
37
|
-
*/
|
|
38
26
|
export type OnClickOutsideHandler = (_evt: PointerEvent | MouseEvent) => void;
|
|
39
27
|
/**
|
|
40
|
-
* OnClickOutside返回对象类型
|
|
41
|
-
*
|
|
42
|
-
* @author lxm
|
|
43
|
-
* @date 2022-10-31 11:10:59
|
|
28
|
+
* @description OnClickOutside返回对象类型
|
|
44
29
|
* @export
|
|
45
30
|
* @interface OnClickOutsideResult
|
|
46
31
|
*/
|
|
47
32
|
export interface OnClickOutsideResult {
|
|
48
33
|
/**
|
|
49
|
-
* 停止监听,并移除相关监听事件
|
|
50
|
-
*
|
|
51
|
-
* @author lxm
|
|
52
|
-
* @date 2022-10-31 11:10:28
|
|
34
|
+
* @description 停止监听,并移除相关监听事件
|
|
35
|
+
* @memberof OnClickOutsideResult
|
|
53
36
|
*/
|
|
54
37
|
stop: () => void;
|
|
55
38
|
/**
|
|
56
|
-
* 暂停监听
|
|
57
|
-
*
|
|
58
|
-
* @author lxm
|
|
59
|
-
* @date 2022-10-31 11:10:30
|
|
39
|
+
* @description 暂停监听
|
|
40
|
+
* @memberof OnClickOutsideResult
|
|
60
41
|
*/
|
|
61
42
|
pause: () => void;
|
|
62
43
|
/**
|
|
63
|
-
* 继续监听
|
|
64
|
-
*
|
|
65
|
-
* @author lxm
|
|
66
|
-
* @date 2022-10-31 11:10:32
|
|
44
|
+
* @description 继续监听
|
|
45
|
+
* @memberof OnClickOutsideResult
|
|
67
46
|
*/
|
|
68
47
|
proceed: () => void;
|
|
69
48
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"click-outside.d.ts","sourceRoot":"","sources":["../../../src/interface/click-outside/click-outside.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"click-outside.d.ts","sourceRoot":"","sources":["../../../src/interface/click-outside/click-outside.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAGD,MAAM,MAAM,qBAAqB,GAAG,CAAC,IAAI,EAAE,YAAY,GAAG,UAAU,KAAK,IAAI,CAAC;AAE9E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;;OAGG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;;OAGG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description 指令参数, 主要用于在指令呈现时的展示参数
|
|
3
|
+
* @export
|
|
4
|
+
* @interface ICommandOption
|
|
5
|
+
*/
|
|
6
|
+
export interface ICommandOption {
|
|
7
|
+
/**
|
|
8
|
+
* @description 唯一标识符(必需)
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof ICommandOption
|
|
11
|
+
*/
|
|
12
|
+
readonly id: string;
|
|
13
|
+
/**
|
|
14
|
+
* @description 显示标题(必需)
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof ICommandOption
|
|
17
|
+
*/
|
|
18
|
+
readonly title: string;
|
|
19
|
+
/**
|
|
20
|
+
* @description 悬停提示(可选)
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ICommandOption
|
|
23
|
+
*/
|
|
24
|
+
readonly tooltip?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @description 描述(可选)
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ICommandOption
|
|
29
|
+
*/
|
|
30
|
+
readonly description?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @description svg图标(可选)
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ICommandOption
|
|
35
|
+
*/
|
|
36
|
+
readonly icon?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @description 指令处理回调
|
|
40
|
+
* @export
|
|
41
|
+
* @interface ICommandHandler
|
|
42
|
+
*/
|
|
43
|
+
export interface ICommandHandler {
|
|
44
|
+
(...args: any[]): unknown | Promise<unknown>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=i-command-option.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-option.d.ts","sourceRoot":"","sources":["../../../../src/interface/command/command/i-command-option.ts"],"names":[],"mappings":"AACA;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;CAC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|