@ibiz-template/core 0.7.38-alpha.57 → 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/LICENSE +1 -1
- package/README.md +106 -0
- package/dist/index.esm.js +591 -658
- 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 +9 -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 +16 -4
- package/out/utils/interceptor/core-interceptor.d.ts.map +1 -1
- package/out/utils/interceptor/core-interceptor.js +62 -4
- package/out/utils/interceptor/interceptor.d.ts +29 -39
- package/out/utils/interceptor/interceptor.d.ts.map +1 -1
- package/out/utils/interceptor/interceptor.js +23 -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 +19 -22
- package/out/utils/string-util/string-util.d.ts.map +1 -1
- package/out/utils/string-util/string-util.js +28 -22
- 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 +5 -8
- 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 -339
- 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 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-add-in-changed.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/add-in-changed/i-command-add-in-changed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD;;;;;GAKG;AACH,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACjC"}
|
package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IPortalAsyncAction } from '../../common';
|
|
2
|
+
import { ICommandBase } from '../i-command-base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 异步作业指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandAsyncAction
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandAsyncAction extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {IPortalAsyncAction} data
|
|
13
|
+
* @memberof ICommandAsyncAction
|
|
14
|
+
*/
|
|
15
|
+
send(data: IPortalAsyncAction): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=i-command-async-action.d.ts.map
|
package/out/interface/api/utils/message-center/command/async-action/i-command-async-action.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-async-action.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/async-action/i-command-async-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACvD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACtC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ICommandBase } from '../i-command-base';
|
|
2
|
+
/**
|
|
3
|
+
* @description 数据变更指令消息控制器
|
|
4
|
+
* @export
|
|
5
|
+
* @interface ICommandChange
|
|
6
|
+
* @extends {ICommandBase}
|
|
7
|
+
*/
|
|
8
|
+
export interface ICommandChange extends ICommandBase {
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=i-command-change.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-change.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/change/i-command-change.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IAppDataEntity, IMsgMetaData } from '../../common';
|
|
2
|
+
import { ICommandBase } from '../i-command-base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 创建指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandCreate
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandCreate extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送数据
|
|
12
|
+
* @param {IAppDataEntity} data 实体数据
|
|
13
|
+
* @param {IMsgMetaData} [meta] 元数据
|
|
14
|
+
* @memberof ICommandCreate
|
|
15
|
+
*/
|
|
16
|
+
send(data: IAppDataEntity, meta?: IMsgMetaData): void;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=i-command-create.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-create.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/create/i-command-create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
import { IMessageBase } from '../base';
|
|
3
|
+
import { IPortalMessage } from '../common';
|
|
4
|
+
/**
|
|
5
|
+
* @description 指令消息基类控制器接口
|
|
6
|
+
* @export
|
|
7
|
+
* @interface ICommandBase
|
|
8
|
+
* @extends {IMessageBase}
|
|
9
|
+
*/
|
|
10
|
+
export interface ICommandBase extends IMessageBase {
|
|
11
|
+
/**
|
|
12
|
+
* @description 发送指令消息
|
|
13
|
+
* @param {IApiData} data 数据
|
|
14
|
+
* @param {IPortalMessage['subtype']} subtype 子类型
|
|
15
|
+
* @param {string} [triggerKey] 触发源
|
|
16
|
+
* @memberof ICommandBase
|
|
17
|
+
*/
|
|
18
|
+
sendCommand(data: IApiData, subtype: IPortalMessage['subtype'], triggerKey?: string): void;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=i-command-base.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-base.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/i-command-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C;;;;;GAKG;AACH,MAAM,WAAW,YAAa,SAAQ,YAAY;IAChD;;;;;;OAMG;IACH,WAAW,CACT,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAClC,UAAU,CAAC,EAAE,MAAM,GAClB,IAAI,CAAC;CACT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
import { IMessageBase } from '../base';
|
|
3
|
+
import { IPortalMessage } from '../common';
|
|
4
|
+
import { ICommandAddInChanged } from './add-in-changed/i-command-add-in-changed';
|
|
5
|
+
import { ICommandAsyncAction } from './async-action/i-command-async-action';
|
|
6
|
+
import { ICommandChange } from './change/i-command-change';
|
|
7
|
+
import { ICommandCreate } from './create/i-command-create';
|
|
8
|
+
import { ICommandInternalMessage } from './internal-message/i-command-internal-message';
|
|
9
|
+
import { ICommandMarkOpenData } from './mark-open-data/i-command-mark-open-data';
|
|
10
|
+
import { ICommandRemove } from './remove/i-command-remove';
|
|
11
|
+
import { ICommandUpdate } from './update/i-command-update';
|
|
12
|
+
/**
|
|
13
|
+
* @description 指令消息控制器
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IMessageCommand
|
|
16
|
+
* @extends {IMessageBase}
|
|
17
|
+
*/
|
|
18
|
+
export interface IMessageCommand extends IMessageBase {
|
|
19
|
+
/**
|
|
20
|
+
* @description 数据变更指令消息控制器
|
|
21
|
+
* @type {ICommandChange}
|
|
22
|
+
* @memberof IMessageCommand
|
|
23
|
+
*/
|
|
24
|
+
readonly change: ICommandChange;
|
|
25
|
+
/**
|
|
26
|
+
* @description 数据新建指令消息控制器
|
|
27
|
+
* @type {ICommandCreate}
|
|
28
|
+
* @memberof IMessageCommand
|
|
29
|
+
*/
|
|
30
|
+
readonly create: ICommandCreate;
|
|
31
|
+
/**
|
|
32
|
+
* @description 数据更新指令消息控制器
|
|
33
|
+
* @type {ICommandUpdate}
|
|
34
|
+
* @memberof IMessageCommand
|
|
35
|
+
*/
|
|
36
|
+
readonly update: ICommandUpdate;
|
|
37
|
+
/**
|
|
38
|
+
* @description 数据删除指令消息控制器
|
|
39
|
+
* @type {ICommandRemove}
|
|
40
|
+
* @memberof IMessageCommand
|
|
41
|
+
*/
|
|
42
|
+
readonly remove: ICommandRemove;
|
|
43
|
+
/**
|
|
44
|
+
* @description 异步作业指令消息控制器
|
|
45
|
+
* @type {ICommandAsyncAction}
|
|
46
|
+
* @memberof IMessageCommand
|
|
47
|
+
*/
|
|
48
|
+
readonly asyncAction: ICommandAsyncAction;
|
|
49
|
+
/**
|
|
50
|
+
* @description 内部消息指令消息控制器
|
|
51
|
+
* @type {ICommandInternalMessage}
|
|
52
|
+
* @memberof IMessageCommand
|
|
53
|
+
*/
|
|
54
|
+
readonly internalMessage: ICommandInternalMessage;
|
|
55
|
+
/**
|
|
56
|
+
* @description 协同指令消息控制器
|
|
57
|
+
* @type {ICommandMarkOpenData}
|
|
58
|
+
* @memberof IMessageCommand
|
|
59
|
+
*/
|
|
60
|
+
readonly markOpenData: ICommandMarkOpenData;
|
|
61
|
+
/**
|
|
62
|
+
* @description 添加变更指令消息控制器
|
|
63
|
+
* @type {ICommandAddInChanged}
|
|
64
|
+
* @memberof IMessageCommand
|
|
65
|
+
*/
|
|
66
|
+
readonly addInChanged: ICommandAddInChanged;
|
|
67
|
+
/**
|
|
68
|
+
* @description 推送指令消息
|
|
69
|
+
* @param {IPortalMessage} msg
|
|
70
|
+
* @memberof IMessageCommand
|
|
71
|
+
*/
|
|
72
|
+
next(msg: IPortalMessage): void;
|
|
73
|
+
/**
|
|
74
|
+
* @description 发送指令消息
|
|
75
|
+
* @param {IApiData} data 数据
|
|
76
|
+
* @param {IPortalMessage['subtype']} subtype 子类型
|
|
77
|
+
* @param {string} [triggerKey] 触发源
|
|
78
|
+
* @memberof IMessageCommand
|
|
79
|
+
*/
|
|
80
|
+
send(data: IApiData, subtype: IPortalMessage['subtype'], triggerKey?: string): void;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=i-message-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-message-command.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/i-message-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;;;;GAKG;AACH,MAAM,WAAW,eAAgB,SAAQ,YAAY;IACnD;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IACH,QAAQ,CAAC,MAAM,EAAE,cAAc,CAAC;IAChC;;;;OAIG;IACH,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAC;IAE1C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,EAAE,uBAAuB,CAAC;IAElD;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAE5C;;;;OAIG;IACH,IAAI,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,CAAC;IAEhC;;;;;;OAMG;IACH,IAAI,CACF,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAClC,UAAU,CAAC,EAAE,MAAM,GAClB,IAAI,CAAC;CACT"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type { ICommandBase } from './i-command-base';
|
|
2
|
+
export type { IAddInChanged } from './add-in-changed/i-add-in-changed';
|
|
3
|
+
export type { ICommandAddInChanged } from './add-in-changed/i-command-add-in-changed';
|
|
4
|
+
export type { ICommandAsyncAction } from './async-action/i-command-async-action';
|
|
5
|
+
export type { ICommandChange } from './change/i-command-change';
|
|
6
|
+
export type { ICommandCreate } from './create/i-command-create';
|
|
7
|
+
export type { IInternalMessage, InternalMessageContentType, InternalMessageStatus, } from './internal-message/i-internal-message';
|
|
8
|
+
export type { ICommandInternalMessage } from './internal-message/i-command-internal-message';
|
|
9
|
+
export type { MarkOpenDataAction, IMarkOpenData, } from './mark-open-data/i-mark-open-data';
|
|
10
|
+
export type { ICommandMarkOpenData } from './mark-open-data/i-command-mark-open-data';
|
|
11
|
+
export type { ICommandRemove } from './remove/i-command-remove';
|
|
12
|
+
export type { ICommandUpdate } from './update/i-command-update';
|
|
13
|
+
export type { IMessageCommand } from './i-message-command';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/command/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACrD,YAAY,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AACvE,YAAY,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACtF,YAAY,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AACjF,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,qBAAqB,GACtB,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EAAE,uBAAuB,EAAE,MAAM,+CAA+C,CAAC;AAC7F,YAAY,EACV,kBAAkB,EAClB,aAAa,GACd,MAAM,mCAAmC,CAAC;AAC3C,YAAY,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACtF,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ICommandBase } from '../i-command-base';
|
|
2
|
+
import { IInternalMessage } from './i-internal-message';
|
|
3
|
+
/**
|
|
4
|
+
* @description 站内信指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandInternalMessage
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandInternalMessage extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {IInternalMessage} data
|
|
13
|
+
* @memberof ICommandInternalMessage
|
|
14
|
+
*/
|
|
15
|
+
send(data: IInternalMessage): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=i-command-internal-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-internal-message.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/internal-message/i-command-internal-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD;;;;;GAKG;AACH,MAAM,WAAW,uBAAwB,SAAQ,YAAY;IAC3D;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,130 +1,111 @@
|
|
|
1
1
|
export type InternalMessageStatus = 'SENT' | 'RECEIVED' | 'READ' | 'NOT_SENT' | 'SEND_FAILED' | 'REPLIED' | 'DELETED';
|
|
2
2
|
export type InternalMessageContentType = 'TEXT' | 'HTML' | 'MARKDOWN' | 'JSON';
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
* @author lxm
|
|
6
|
-
* @date 2024-01-23 01:50:09
|
|
4
|
+
* @description 站内信消息
|
|
7
5
|
* @export
|
|
8
6
|
* @interface IInternalMessage
|
|
9
7
|
*/
|
|
10
8
|
export interface IInternalMessage {
|
|
11
9
|
/**
|
|
12
|
-
* 更新人
|
|
13
|
-
* @author lxm
|
|
14
|
-
* @date 2024-01-23 01:53:09
|
|
10
|
+
* @description 更新人
|
|
15
11
|
* @type {string}
|
|
12
|
+
* @memberof IInternalMessage
|
|
16
13
|
*/
|
|
17
14
|
update_man: string;
|
|
18
15
|
/**
|
|
19
|
-
* 更新时间
|
|
20
|
-
* @author lxm
|
|
21
|
-
* @date 2024-01-23 01:53:08
|
|
16
|
+
* @description 更新时间
|
|
22
17
|
* @type {string}
|
|
18
|
+
* @memberof IInternalMessage
|
|
23
19
|
*/
|
|
24
20
|
update_time: string;
|
|
25
21
|
/**
|
|
26
|
-
* 创建人
|
|
27
|
-
* @author lxm
|
|
28
|
-
* @date 2024-01-23 01:53:06
|
|
22
|
+
* @description 创建人
|
|
29
23
|
* @type {string}
|
|
24
|
+
* @memberof IInternalMessage
|
|
30
25
|
*/
|
|
31
26
|
create_man: string;
|
|
32
27
|
/**
|
|
33
|
-
* 创建时间
|
|
34
|
-
* @author lxm
|
|
35
|
-
* @date 2024-01-23 01:53:04
|
|
28
|
+
* @description 创建时间
|
|
36
29
|
* @type {string}
|
|
30
|
+
* @memberof IInternalMessage
|
|
37
31
|
*/
|
|
38
32
|
create_time: string;
|
|
39
33
|
/**
|
|
40
|
-
* 唯一标识
|
|
41
|
-
* @author lxm
|
|
42
|
-
* @date 2024-01-23 01:52:58
|
|
34
|
+
* @description 唯一标识
|
|
43
35
|
* @type {string}
|
|
36
|
+
* @memberof IInternalMessage
|
|
44
37
|
*/
|
|
45
38
|
id: string;
|
|
46
39
|
/**
|
|
47
|
-
* 状态
|
|
48
|
-
* @author lxm
|
|
49
|
-
* @date 2024-01-23 01:57:58
|
|
40
|
+
* @description 状态
|
|
50
41
|
* @type {InternalMessageStatus}
|
|
42
|
+
* @memberof IInternalMessage
|
|
51
43
|
*/
|
|
52
44
|
status: InternalMessageStatus;
|
|
53
45
|
/**
|
|
54
|
-
* 内容类型
|
|
55
|
-
* @author lxm
|
|
56
|
-
* @date 2024-01-23 01:57:52
|
|
46
|
+
* @description 内容类型
|
|
57
47
|
* @type {InternalMessageContentType}
|
|
48
|
+
* @memberof IInternalMessage
|
|
58
49
|
*/
|
|
59
50
|
content_type: InternalMessageContentType;
|
|
60
51
|
/**
|
|
61
|
-
* 内容
|
|
62
|
-
* @author lxm
|
|
63
|
-
* @date 2024-01-23 03:32:23
|
|
52
|
+
* @description 内容
|
|
64
53
|
* @type {string}
|
|
54
|
+
* @memberof IInternalMessage
|
|
65
55
|
*/
|
|
66
56
|
content: string;
|
|
67
57
|
/**
|
|
68
|
-
* 系统标记
|
|
69
|
-
* @author lxm
|
|
70
|
-
* @date 2024-01-23 01:58:27
|
|
58
|
+
* @description 系统标记
|
|
71
59
|
* @type {string}
|
|
60
|
+
* @memberof IInternalMessage
|
|
72
61
|
*/
|
|
73
62
|
system_tag: string;
|
|
74
63
|
/**
|
|
75
|
-
* 所有者标记
|
|
76
|
-
* @author lxm
|
|
77
|
-
* @date 2024-01-23 01:58:45
|
|
64
|
+
* @description 所有者标记
|
|
78
65
|
* @type {string}
|
|
66
|
+
* @memberof IInternalMessage
|
|
79
67
|
*/
|
|
80
68
|
owner_id: string;
|
|
81
69
|
/**
|
|
82
|
-
* 消息所有者类型
|
|
83
|
-
* @author lxm
|
|
84
|
-
* @date 2024-01-23 01:52:39
|
|
70
|
+
* @description 消息所有者类型
|
|
85
71
|
* @type {('PERSONAL' | 'SYSTEM')}
|
|
72
|
+
* @memberof IInternalMessage
|
|
86
73
|
*/
|
|
87
74
|
owner_type: 'PERSONAL' | 'SYSTEM';
|
|
88
75
|
/**
|
|
89
|
-
* 消息类型
|
|
90
|
-
* @author lxm
|
|
91
|
-
* @date 2024-01-23 01:59:34
|
|
76
|
+
* @description 消息类型
|
|
92
77
|
* @type {string}
|
|
78
|
+
* @memberof IInternalMessage
|
|
93
79
|
*/
|
|
94
80
|
message_type: string;
|
|
95
81
|
/**
|
|
96
|
-
* 标题
|
|
97
|
-
* @author lxm
|
|
98
|
-
* @date 2024-01-23 01:59:52
|
|
82
|
+
* @description 标题
|
|
99
83
|
* @type {string}
|
|
84
|
+
* @memberof IInternalMessage
|
|
100
85
|
*/
|
|
101
86
|
title: string;
|
|
102
87
|
/**
|
|
103
|
-
* 接受者
|
|
104
|
-
* @author lxm
|
|
105
|
-
* @date 2024-01-23 02:00:04
|
|
88
|
+
* @description 接受者
|
|
106
89
|
* @type {string}
|
|
90
|
+
* @memberof IInternalMessage
|
|
107
91
|
*/
|
|
108
92
|
receiver: string;
|
|
109
93
|
/**
|
|
110
|
-
* 短内容
|
|
111
|
-
* @author lxm
|
|
112
|
-
* @date 2024-01-23 02:00:22
|
|
94
|
+
* @description 短内容
|
|
113
95
|
* @type {string}
|
|
96
|
+
* @memberof IInternalMessage
|
|
114
97
|
*/
|
|
115
98
|
short_content?: string;
|
|
116
99
|
/**
|
|
117
|
-
* 链接
|
|
118
|
-
* @author lxm
|
|
119
|
-
* @date 2024-02-02 10:55:35
|
|
100
|
+
* @description 链接
|
|
120
101
|
* @type {string}
|
|
102
|
+
* @memberof IInternalMessage
|
|
121
103
|
*/
|
|
122
104
|
url?: string;
|
|
123
105
|
/**
|
|
124
|
-
* 移动端链接
|
|
125
|
-
* @author lxm
|
|
126
|
-
* @date 2024-02-02 10:55:35
|
|
106
|
+
* @description 移动端链接
|
|
127
107
|
* @type {string}
|
|
108
|
+
* @memberof IInternalMessage
|
|
128
109
|
*/
|
|
129
110
|
mobile_url?: string;
|
|
130
111
|
}
|
package/out/interface/api/utils/message-center/command/internal-message/i-internal-message.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-internal-message.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/internal-message/i-internal-message.ts"],"names":[],"mappings":"AACA,MAAM,MAAM,qBAAqB,GAC7B,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,aAAa,GACb,SAAS,GACT,SAAS,CAAC;AAGd,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAE/E;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,MAAM,EAAE,qBAAqB,CAAC;IAE9B;;;;OAIG;IACH,YAAY,EAAE,0BAA0B,CAAC;IACzC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,UAAU,EAAE,UAAU,GAAG,QAAQ,CAAC;IAElC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ICommandBase } from '../i-command-base';
|
|
2
|
+
import { IMarkOpenData } from './i-mark-open-data';
|
|
3
|
+
/**
|
|
4
|
+
* @description 协同指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandMarkOpenData
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandMarkOpenData extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {IMarkOpenData} data
|
|
13
|
+
* @memberof ICommandMarkOpenData
|
|
14
|
+
*/
|
|
15
|
+
send(data: IMarkOpenData): void;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=i-command-mark-open-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-mark-open-data.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;;;;GAKG;AACH,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD;;;;OAIG;IACH,IAAI,CAAC,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC;CACjC"}
|
package/out/interface/api/utils/message-center/command/mark-open-data/i-command-mark-open-data.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IApiData } from '../../../../global-param';
|
|
2
|
+
export type MarkOpenDataAction = 'VIEW' | 'EDIT' | 'UPDATE' | 'CLOSE';
|
|
3
|
+
/**
|
|
4
|
+
* @description 协同消息
|
|
5
|
+
* @export
|
|
6
|
+
* @interface IMarkOpenData
|
|
7
|
+
*/
|
|
8
|
+
export interface IMarkOpenData {
|
|
9
|
+
/**
|
|
10
|
+
* @description 行为类型
|
|
11
|
+
* @type {MarkOpenDataAction}
|
|
12
|
+
* @memberof IMarkOpenData
|
|
13
|
+
*/
|
|
14
|
+
action: MarkOpenDataAction;
|
|
15
|
+
/**
|
|
16
|
+
* @description 实体名称
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof IMarkOpenData
|
|
19
|
+
*/
|
|
20
|
+
entity: string;
|
|
21
|
+
/**
|
|
22
|
+
* @description 实体主键
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof IMarkOpenData
|
|
25
|
+
*/
|
|
26
|
+
key: string;
|
|
27
|
+
/**
|
|
28
|
+
* @description 时间戳
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof IMarkOpenData
|
|
31
|
+
*/
|
|
32
|
+
time: number;
|
|
33
|
+
/**
|
|
34
|
+
* @description 消息数据
|
|
35
|
+
* @type {IApiData}
|
|
36
|
+
* @memberof IMarkOpenData
|
|
37
|
+
*/
|
|
38
|
+
data?: IApiData;
|
|
39
|
+
/**
|
|
40
|
+
* @description 用户名
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof IMarkOpenData
|
|
43
|
+
*/
|
|
44
|
+
username: string;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=i-mark-open-data.d.ts.map
|
package/out/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-mark-open-data.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/mark-open-data/i-mark-open-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAGpD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AACtE;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,MAAM,EAAE,kBAAkB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IAppDataEntity, IMsgMetaData } from '../../common';
|
|
2
|
+
import { ICommandBase } from '../i-command-base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 删除指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandRemove
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandRemove extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {IAppDataEntity} data 实体数据
|
|
13
|
+
* @param {IMsgMetaData} [meta] 元数据
|
|
14
|
+
* @memberof ICommandRemove
|
|
15
|
+
*/
|
|
16
|
+
send(data: IAppDataEntity, meta?: IMsgMetaData): void;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=i-command-remove.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-remove.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/remove/i-command-remove.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IAppDataEntity, IMsgMetaData } from '../../common';
|
|
2
|
+
import { ICommandBase } from '../i-command-base';
|
|
3
|
+
/**
|
|
4
|
+
* @description 更新指令消息控制器
|
|
5
|
+
* @export
|
|
6
|
+
* @interface ICommandUpdate
|
|
7
|
+
* @extends {ICommandBase}
|
|
8
|
+
*/
|
|
9
|
+
export interface ICommandUpdate extends ICommandBase {
|
|
10
|
+
/**
|
|
11
|
+
* @description 发送消息
|
|
12
|
+
* @param {IAppDataEntity} data 实体数据
|
|
13
|
+
* @param {IMsgMetaData} [meta] 元数据
|
|
14
|
+
* @memberof ICommandUpdate
|
|
15
|
+
*/
|
|
16
|
+
send(data: IAppDataEntity, meta?: IMsgMetaData): void;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=i-command-update.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-command-update.d.ts","sourceRoot":"","sources":["../../../../../../../src/interface/api/utils/message-center/command/update/i-command-update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY;IAClD;;;;;OAKG;IACH,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IApiData } from '../../../global-param';
|
|
2
|
+
/**
|
|
3
|
+
* @description 应用实体数据对象
|
|
4
|
+
* @export
|
|
5
|
+
* @interface IAppDataEntity
|
|
6
|
+
* @extends {IApiData}
|
|
7
|
+
*/
|
|
8
|
+
export interface IAppDataEntity extends IApiData {
|
|
9
|
+
/**
|
|
10
|
+
* @description 应用实体数据对象标识
|
|
11
|
+
* @type {string}
|
|
12
|
+
* @memberof IAppDataEntity
|
|
13
|
+
*/
|
|
14
|
+
srfdecodename: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=i-app-data-entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-app-data-entity.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-app-data-entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,QAAQ;IAC9C;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IPortalMessage } from './i-portal-message';
|
|
2
|
+
/**
|
|
3
|
+
* @description 消息事件
|
|
4
|
+
* @export
|
|
5
|
+
* @interface IMessageCenterEvent
|
|
6
|
+
*/
|
|
7
|
+
export interface IMessageCenterEvent {
|
|
8
|
+
all: (msg: IPortalMessage) => void;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=i-message-center-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-message-center-event.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-message-center-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,IAAI,CAAC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description 实体数据变更通知元数据接口
|
|
3
|
+
* @export
|
|
4
|
+
* @interface IMsgMetaData
|
|
5
|
+
*/
|
|
6
|
+
export interface IMsgMetaData {
|
|
7
|
+
/**
|
|
8
|
+
* @description 触发源的key
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof IMsgMetaData
|
|
11
|
+
*/
|
|
12
|
+
triggerKey: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=i-msg-meta-data.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-msg-meta-data.d.ts","sourceRoot":"","sources":["../../../../../../src/interface/api/utils/message-center/common/i-msg-meta-data.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,YAAY;IAC3B;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|