@difizen/libro-common 1.0.2 → 1.0.4
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/es/app/file-tree/file-tree-component.js +1 -1
- package/es/app/file-tree/index.d.ts +6 -6
- package/es/app/file-tree/index.d.ts.map +1 -1
- package/es/app/file-tree/index.js +6 -6
- package/es/app/menu/menu-context.d.ts +1 -1
- package/es/app/menu/menu-context.d.ts.map +1 -1
- package/es/app/tree/components/index.d.ts +1 -1
- package/es/app/tree/components/index.d.ts.map +1 -1
- package/es/app/tree/components/index.js +9 -9
- package/es/app/tree/components/tree-switch-icon.d.ts +1 -1
- package/es/app/tree/components/tree-switch-icon.d.ts.map +1 -1
- package/es/app/tree/index.d.ts +15 -15
- package/es/app/tree/index.d.ts.map +1 -1
- package/es/app/tree/index.js +15 -15
- package/es/app/tree/view/index.d.ts +3 -3
- package/es/app/tree/view/index.d.ts.map +1 -1
- package/es/app/tree/view/index.js +3 -3
- package/es/app/tree/view/tree-view-selection.d.ts +2 -2
- package/es/app/tree/view/tree-view-selection.d.ts.map +1 -1
- package/es/app/tree/view/tree-view-selection.js +1 -1
- package/es/app/view/components/index.d.ts +1 -1
- package/es/app/view/components/index.d.ts.map +1 -1
- package/es/app/view/components/index.js +1 -1
- package/es/app/view/index.d.ts +5 -5
- package/es/app/view/index.d.ts.map +1 -1
- package/es/app/view/index.js +9 -9
- package/es/app/view/tab/index.d.ts +3 -3
- package/es/app/view/tab/index.d.ts.map +1 -1
- package/es/app/view/tab/index.js +3 -3
- package/es/common/deferred.js +1 -1
- package/es/common/disposable-collection.d.ts +1 -1
- package/es/common/disposable-collection.d.ts.map +1 -1
- package/es/common/disposable-collection.js +1 -1
- package/es/common/disposable.js +1 -1
- package/es/common/event.d.ts +3 -3
- package/es/common/event.d.ts.map +1 -1
- package/es/common/event.js +3 -3
- package/es/common/index.d.ts +24 -24
- package/es/common/index.d.ts.map +1 -1
- package/es/common/index.js +24 -24
- package/es/common/objects.js +2 -2
- package/es/common/observable-disposable.d.ts +2 -2
- package/es/common/observable-disposable.d.ts.map +1 -1
- package/es/common/priority.d.ts +1 -1
- package/es/common/priority.d.ts.map +1 -1
- package/es/common/promise-util.d.ts +1 -1
- package/es/common/promise-util.d.ts.map +1 -1
- package/es/common/promise-util.js +2 -2
- package/es/common/stopwatch.js +1 -1
- package/es/common/strings.js +1 -1
- package/es/common/uri.d.ts +2 -2
- package/es/common/uri.d.ts.map +1 -1
- package/es/common/uri.js +3 -3
- package/es/common/valueTypes.d.ts +1 -1
- package/es/common/valueTypes.d.ts.map +1 -1
- package/es/common/wait-until-event.d.ts +1 -1
- package/es/common/wait-until-event.d.ts.map +1 -1
- package/es/core/application/application-state.d.ts +1 -1
- package/es/core/application/application-state.d.ts.map +1 -1
- package/es/core/application/application-state.js +2 -2
- package/es/core/application/application.d.ts +3 -3
- package/es/core/application/application.d.ts.map +1 -1
- package/es/core/application/application.js +3 -3
- package/es/core/application/default-window-service.d.ts +3 -3
- package/es/core/application/default-window-service.d.ts.map +1 -1
- package/es/core/application/default-window-service.js +2 -2
- package/es/core/application/index.d.ts +3 -3
- package/es/core/application/index.d.ts.map +1 -1
- package/es/core/application/index.js +6 -6
- package/es/core/application/mock-window-service.d.ts +1 -1
- package/es/core/application/mock-window-service.d.ts.map +1 -1
- package/es/core/command/command-registry.d.ts +3 -3
- package/es/core/command/command-registry.d.ts.map +1 -1
- package/es/core/command/command-registry.js +3 -3
- package/es/core/command/index.d.ts +3 -3
- package/es/core/command/index.d.ts.map +1 -1
- package/es/core/command/index.js +4 -4
- package/es/core/common/index.d.ts +4 -4
- package/es/core/common/index.d.ts.map +1 -1
- package/es/core/common/index.js +7 -7
- package/es/core/common/storage-service.d.ts +2 -2
- package/es/core/common/storage-service.d.ts.map +1 -1
- package/es/core/common/storage-service.js +1 -1
- package/es/core/components/application.d.ts +3 -3
- package/es/core/components/application.d.ts.map +1 -1
- package/es/core/components/application.js +9 -9
- package/es/core/components/context.d.ts +2 -2
- package/es/core/components/context.d.ts.map +1 -1
- package/es/core/components/context.js +3 -3
- package/es/core/components/hooks.d.ts +1 -1
- package/es/core/components/hooks.d.ts.map +1 -1
- package/es/core/components/hooks.js +3 -3
- package/es/core/components/index.d.ts +4 -4
- package/es/core/components/index.d.ts.map +1 -1
- package/es/core/components/index.js +4 -4
- package/es/core/components/root-view-render.d.ts.map +1 -1
- package/es/core/components/root-view-render.js +1 -1
- package/es/core/configuration/configuration-cache.d.ts +2 -2
- package/es/core/configuration/configuration-cache.d.ts.map +1 -1
- package/es/core/configuration/configuration-protocol.d.ts +1 -1
- package/es/core/configuration/configuration-protocol.d.ts.map +1 -1
- package/es/core/configuration/configuration-provider.d.ts +2 -2
- package/es/core/configuration/configuration-provider.d.ts.map +1 -1
- package/es/core/configuration/configuration-provider.js +2 -2
- package/es/core/configuration/configuration-registry.d.ts +4 -4
- package/es/core/configuration/configuration-registry.d.ts.map +1 -1
- package/es/core/configuration/configuration-registry.js +3 -3
- package/es/core/configuration/configuration-render-registry.d.ts +4 -4
- package/es/core/configuration/configuration-render-registry.d.ts.map +1 -1
- package/es/core/configuration/configuration-render-registry.js +1 -1
- package/es/core/configuration/configuration-service.d.ts +7 -7
- package/es/core/configuration/configuration-service.d.ts.map +1 -1
- package/es/core/configuration/configuration-service.js +6 -6
- package/es/core/configuration/hooks.d.ts +1 -1
- package/es/core/configuration/hooks.d.ts.map +1 -1
- package/es/core/configuration/hooks.js +2 -2
- package/es/core/configuration/index.d.ts +10 -10
- package/es/core/configuration/index.d.ts.map +1 -1
- package/es/core/configuration/index.js +10 -10
- package/es/core/configuration/module.d.ts +1 -1
- package/es/core/configuration/module.d.ts.map +1 -1
- package/es/core/configuration/module.js +7 -7
- package/es/core/configuration/validation.d.ts +1 -1
- package/es/core/configuration/validation.d.ts.map +1 -1
- package/es/core/configuration/validation.js +2 -2
- package/es/core/context/data-context-manager.d.ts +3 -3
- package/es/core/context/data-context-manager.d.ts.map +1 -1
- package/es/core/context/data-context-manager.js +2 -2
- package/es/core/context/data-context-protocol.d.ts +1 -1
- package/es/core/context/data-context-protocol.d.ts.map +1 -1
- package/es/core/context/data-context.d.ts.map +1 -1
- package/es/core/context/data-context.js +2 -2
- package/es/core/context/index.d.ts +4 -4
- package/es/core/context/index.d.ts.map +1 -1
- package/es/core/context/index.js +6 -6
- package/es/core/index.d.ts +17 -17
- package/es/core/index.d.ts.map +1 -1
- package/es/core/index.js +28 -28
- package/es/core/keybinding/context-key-service.d.ts +2 -2
- package/es/core/keybinding/context-key-service.d.ts.map +1 -1
- package/es/core/keybinding/context-key-service.js +2 -2
- package/es/core/keybinding/index.d.ts +5 -5
- package/es/core/keybinding/index.d.ts.map +1 -1
- package/es/core/keybinding/index.js +5 -5
- package/es/core/keybinding/keybinding-proocol.d.ts +1 -1
- package/es/core/keybinding/keybinding-proocol.d.ts.map +1 -1
- package/es/core/keybinding/keybinding.d.ts +8 -8
- package/es/core/keybinding/keybinding.d.ts.map +1 -1
- package/es/core/keybinding/keybinding.js +7 -7
- package/es/core/keybinding/module.d.ts +1 -1
- package/es/core/keybinding/module.d.ts.map +1 -1
- package/es/core/keybinding/module.js +7 -7
- package/es/core/keybinding/vs/configuration/configuration.js +2 -2
- package/es/core/keybinding/vs/configuration/configurationModels.d.ts +1 -1
- package/es/core/keybinding/vs/configuration/configurationModels.d.ts.map +1 -1
- package/es/core/keybinding/vs/configuration/configurationModels.js +2 -2
- package/es/core/keybinding/vs/configuration/configurationRegistry.d.ts +1 -1
- package/es/core/keybinding/vs/configuration/configurationRegistry.d.ts.map +1 -1
- package/es/core/keybinding/vs/configuration/configurationRegistry.js +3 -3
- package/es/core/keybinding/vs/configuration/configurationService.d.ts +4 -4
- package/es/core/keybinding/vs/configuration/configurationService.d.ts.map +1 -1
- package/es/core/keybinding/vs/configuration/configurationService.js +5 -5
- package/es/core/keybinding/vs/contextKeyService.d.ts +5 -5
- package/es/core/keybinding/vs/contextKeyService.d.ts.map +1 -1
- package/es/core/keybinding/vs/contextKeyService.js +5 -5
- package/es/core/keybinding/vs/contextkeys.d.ts +2 -2
- package/es/core/keybinding/vs/contextkeys.d.ts.map +1 -1
- package/es/core/keybinding/vs/contextkeys.js +3 -3
- package/es/core/keybinding/vs/jsonContributionRegistry.d.ts +1 -1
- package/es/core/keybinding/vs/jsonContributionRegistry.d.ts.map +1 -1
- package/es/core/keybinding/vs/jsonContributionRegistry.js +1 -1
- package/es/core/keyboard/browser-keyboard-layout-provider.d.ts +3 -3
- package/es/core/keyboard/browser-keyboard-layout-provider.d.ts.map +1 -1
- package/es/core/keyboard/browser-keyboard-layout-provider.js +3 -3
- package/es/core/keyboard/index.d.ts +4 -4
- package/es/core/keyboard/index.d.ts.map +1 -1
- package/es/core/keyboard/index.js +4 -4
- package/es/core/keyboard/keyboard-layout-service.d.ts +3 -3
- package/es/core/keyboard/keyboard-layout-service.d.ts.map +1 -1
- package/es/core/keyboard/keyboard-layout-service.js +2 -2
- package/es/core/keyboard/layouts/index.js +2 -2
- package/es/core/menu/default-menu-node.d.ts +2 -2
- package/es/core/menu/default-menu-node.d.ts.map +1 -1
- package/es/core/menu/default-menu-node.js +4 -4
- package/es/core/menu/index.d.ts +3 -3
- package/es/core/menu/index.d.ts.map +1 -1
- package/es/core/menu/index.js +6 -6
- package/es/core/menu/menu-protocol.d.ts +2 -2
- package/es/core/menu/menu-protocol.d.ts.map +1 -1
- package/es/core/menu/menu-registry.d.ts +4 -4
- package/es/core/menu/menu-registry.d.ts.map +1 -1
- package/es/core/menu/menu-registry.js +4 -4
- package/es/core/menu/module.d.ts +1 -1
- package/es/core/menu/module.d.ts.map +1 -1
- package/es/core/menu/module.js +6 -6
- package/es/core/module/index.d.ts +3 -3
- package/es/core/module/index.d.ts.map +1 -1
- package/es/core/module/index.js +3 -3
- package/es/core/module/mana-module-context.js +1 -1
- package/es/core/module/mana-module.d.ts +1 -1
- package/es/core/module/mana-module.d.ts.map +1 -1
- package/es/core/module/module-protocol.d.ts +1 -1
- package/es/core/module/module-protocol.d.ts.map +1 -1
- package/es/core/selection/index.d.ts +2 -2
- package/es/core/selection/index.d.ts.map +1 -1
- package/es/core/selection/index.js +3 -3
- package/es/core/theme/base-variable-registry.d.ts +4 -4
- package/es/core/theme/base-variable-registry.d.ts.map +1 -1
- package/es/core/theme/base-variable-registry.js +3 -3
- package/es/core/theme/basic/antd-variable-contribution.d.ts +2 -2
- package/es/core/theme/basic/antd-variable-contribution.d.ts.map +1 -1
- package/es/core/theme/basic/antd-variable-contribution.js +1 -1
- package/es/core/theme/basic/default-variable-contribution.d.ts +2 -2
- package/es/core/theme/basic/default-variable-contribution.d.ts.map +1 -1
- package/es/core/theme/basic/default-variable-contribution.js +1 -1
- package/es/core/theme/basic/index.d.ts +2 -2
- package/es/core/theme/basic/index.d.ts.map +1 -1
- package/es/core/theme/basic/index.js +2 -2
- package/es/core/theme/basic/variable-protocol.d.ts +1 -1
- package/es/core/theme/basic/variable-protocol.d.ts.map +1 -1
- package/es/core/theme/basic/variable-registry.d.ts +2 -2
- package/es/core/theme/basic/variable-registry.d.ts.map +1 -1
- package/es/core/theme/basic/variable-registry.js +1 -1
- package/es/core/theme/color/antd-color-contribution.d.ts +2 -2
- package/es/core/theme/color/antd-color-contribution.d.ts.map +1 -1
- package/es/core/theme/color/antd-color-contribution.js +2 -2
- package/es/core/theme/color/color-protocol.d.ts +3 -3
- package/es/core/theme/color/color-protocol.d.ts.map +1 -1
- package/es/core/theme/color/color-registry.d.ts +3 -3
- package/es/core/theme/color/color-registry.d.ts.map +1 -1
- package/es/core/theme/color/color-registry.js +2 -2
- package/es/core/theme/color/default-color-contribution.d.ts +2 -2
- package/es/core/theme/color/default-color-contribution.d.ts.map +1 -1
- package/es/core/theme/color/default-color-contribution.js +2 -2
- package/es/core/theme/color/index.d.ts +2 -2
- package/es/core/theme/color/index.d.ts.map +1 -1
- package/es/core/theme/color/index.js +2 -2
- package/es/core/theme/index.d.ts +5 -5
- package/es/core/theme/index.d.ts.map +1 -1
- package/es/core/theme/index.js +15 -15
- package/es/core/theme/theme-app.d.ts +8 -8
- package/es/core/theme/theme-app.d.ts.map +1 -1
- package/es/core/theme/theme-app.js +6 -6
- package/es/core/theme/theme-service.d.ts +1 -1
- package/es/core/theme/theme-service.d.ts.map +1 -1
- package/es/core/theme/theme-service.js +2 -2
- package/es/core/toolbar/default-toolbar-item.d.ts +2 -2
- package/es/core/toolbar/default-toolbar-item.d.ts.map +1 -1
- package/es/core/toolbar/default-toolbar-item.js +2 -2
- package/es/core/toolbar/index.d.ts +4 -4
- package/es/core/toolbar/index.d.ts.map +1 -1
- package/es/core/toolbar/index.js +7 -7
- package/es/core/toolbar/toolbar-protocol.d.ts +1 -1
- package/es/core/toolbar/toolbar-protocol.d.ts.map +1 -1
- package/es/core/toolbar/toolbar-registry.d.ts +3 -3
- package/es/core/toolbar/toolbar-registry.d.ts.map +1 -1
- package/es/core/toolbar/toolbar-registry.js +3 -3
- package/es/core/utils/index.d.ts +3 -3
- package/es/core/utils/index.d.ts.map +1 -1
- package/es/core/utils/index.js +3 -3
- package/es/core/view/decorator.d.ts +3 -3
- package/es/core/view/decorator.d.ts.map +1 -1
- package/es/core/view/decorator.js +6 -6
- package/es/core/view/default-slot-view.d.ts +6 -6
- package/es/core/view/default-slot-view.d.ts.map +1 -1
- package/es/core/view/default-slot-view.js +9 -9
- package/es/core/view/default-view.d.ts +3 -3
- package/es/core/view/default-view.d.ts.map +1 -1
- package/es/core/view/default-view.js +3 -3
- package/es/core/view/focus-tracker.d.ts +1 -1
- package/es/core/view/focus-tracker.d.ts.map +1 -1
- package/es/core/view/hooks.d.ts +1 -1
- package/es/core/view/hooks.d.ts.map +1 -1
- package/es/core/view/hooks.js +1 -1
- package/es/core/view/index.d.ts +22 -22
- package/es/core/view/index.d.ts.map +1 -1
- package/es/core/view/index.js +22 -22
- package/es/core/view/module.d.ts +1 -1
- package/es/core/view/module.d.ts.map +1 -1
- package/es/core/view/module.js +12 -12
- package/es/core/view/navigatable-types.d.ts +3 -3
- package/es/core/view/navigatable-types.d.ts.map +1 -1
- package/es/core/view/navigatable-types.js +2 -2
- package/es/core/view/navigatable.d.ts +3 -3
- package/es/core/view/navigatable.d.ts.map +1 -1
- package/es/core/view/navigatable.js +1 -1
- package/es/core/view/portal-slot-view.d.ts +3 -3
- package/es/core/view/portal-slot-view.d.ts.map +1 -1
- package/es/core/view/portal-slot-view.js +6 -6
- package/es/core/view/root-view.d.ts +2 -2
- package/es/core/view/root-view.d.ts.map +1 -1
- package/es/core/view/root-view.js +8 -8
- package/es/core/view/saveable.d.ts +1 -1
- package/es/core/view/saveable.d.ts.map +1 -1
- package/es/core/view/slot-view-manager.d.ts +5 -5
- package/es/core/view/slot-view-manager.d.ts.map +1 -1
- package/es/core/view/slot-view-manager.js +5 -5
- package/es/core/view/slot.d.ts +2 -2
- package/es/core/view/slot.d.ts.map +1 -1
- package/es/core/view/slot.js +4 -4
- package/es/core/view/stateful-view.d.ts +2 -2
- package/es/core/view/stateful-view.d.ts.map +1 -1
- package/es/core/view/stateful-view.js +1 -1
- package/es/core/view/title.d.ts +2 -2
- package/es/core/view/title.d.ts.map +1 -1
- package/es/core/view/title.js +1 -1
- package/es/core/view/view-application.d.ts +5 -5
- package/es/core/view/view-application.d.ts.map +1 -1
- package/es/core/view/view-application.js +5 -5
- package/es/core/view/view-container.d.ts +4 -4
- package/es/core/view/view-container.d.ts.map +1 -1
- package/es/core/view/view-container.js +8 -8
- package/es/core/view/view-context.d.ts +1 -1
- package/es/core/view/view-context.d.ts.map +1 -1
- package/es/core/view/view-context.js +2 -2
- package/es/core/view/view-manager.d.ts +5 -5
- package/es/core/view/view-manager.d.ts.map +1 -1
- package/es/core/view/view-manager.js +5 -5
- package/es/core/view/view-meta.d.ts +2 -2
- package/es/core/view/view-meta.d.ts.map +1 -1
- package/es/core/view/view-meta.js +1 -1
- package/es/core/view/view-open-handler.d.ts +5 -5
- package/es/core/view/view-open-handler.d.ts.map +1 -1
- package/es/core/view/view-open-handler.js +3 -3
- package/es/core/view/view-protocol.d.ts +2 -2
- package/es/core/view/view-protocol.d.ts.map +1 -1
- package/es/core/view/view-render.d.ts +1 -1
- package/es/core/view/view-render.d.ts.map +1 -1
- package/es/core/view/view-render.js +6 -6
- package/es/core/view/view-storage.d.ts +3 -3
- package/es/core/view/view-storage.d.ts.map +1 -1
- package/es/core/view/view-storage.js +8 -8
- package/es/index.d.ts +1 -0
- package/es/index.d.ts.map +1 -1
- package/es/index.js +2 -1
- package/es/ioc/container-api.d.ts +1 -1
- package/es/ioc/container-api.d.ts.map +1 -1
- package/es/ioc/contribution/contribution-register.d.ts +2 -2
- package/es/ioc/contribution/contribution-register.d.ts.map +1 -1
- package/es/ioc/contribution/contribution-register.js +3 -3
- package/es/ioc/contribution/decorator.d.ts +1 -1
- package/es/ioc/contribution/decorator.d.ts.map +1 -1
- package/es/ioc/contribution/decorator.js +2 -2
- package/es/ioc/contribution/index.d.ts +6 -6
- package/es/ioc/contribution/index.d.ts.map +1 -1
- package/es/ioc/contribution/index.js +5 -5
- package/es/ioc/decorator.d.ts +2 -2
- package/es/ioc/decorator.d.ts.map +1 -1
- package/es/ioc/decorator.js +2 -2
- package/es/ioc/index.d.ts +8 -8
- package/es/ioc/index.d.ts.map +1 -1
- package/es/ioc/index.js +8 -8
- package/es/ioc/inversify-api/index.d.ts +2 -2
- package/es/ioc/inversify-api/index.d.ts.map +1 -1
- package/es/ioc/inversify-api/index.js +1 -1
- package/es/ioc/module/index.d.ts +2 -2
- package/es/ioc/module/index.d.ts.map +1 -1
- package/es/ioc/module/index.js +2 -2
- package/es/ioc/module/syringe-module.d.ts +1 -1
- package/es/ioc/module/syringe-module.d.ts.map +1 -1
- package/es/ioc/module/syringe-module.js +3 -3
- package/es/ioc/register.d.ts +2 -2
- package/es/ioc/register.d.ts.map +1 -1
- package/es/ioc/register.js +5 -5
- package/es/ioc/side-option.d.ts +1 -1
- package/es/ioc/side-option.d.ts.map +1 -1
- package/es/l10n/index.d.ts +2 -2
- package/es/l10n/index.d.ts.map +1 -1
- package/es/l10n/index.js +2 -2
- package/es/l10n/l10n/index.js +1 -1
- package/es/l10n/lang/index.d.ts +1 -1
- package/es/l10n/lang/index.d.ts.map +1 -1
- package/es/observable/context.d.ts +1 -1
- package/es/observable/context.d.ts.map +1 -1
- package/es/observable/context.js +1 -1
- package/es/observable/decorator.js +1 -1
- package/es/observable/hooks.js +2 -2
- package/es/observable/index.d.ts +11 -11
- package/es/observable/index.d.ts.map +1 -1
- package/es/observable/index.js +11 -11
- package/es/observable/notifiable.d.ts +2 -2
- package/es/observable/notifiable.d.ts.map +1 -1
- package/es/observable/notifiable.js +3 -3
- package/es/observable/notifier.d.ts +2 -2
- package/es/observable/notifier.d.ts.map +1 -1
- package/es/observable/notifier.js +5 -5
- package/es/observable/observable.js +4 -4
- package/es/observable/tracker.d.ts +1 -1
- package/es/observable/tracker.d.ts.map +1 -1
- package/es/observable/tracker.js +5 -5
- package/es/observable/utils.d.ts +1 -1
- package/es/observable/utils.d.ts.map +1 -1
- package/es/observable/utils.js +2 -2
- package/es/observable/watch.d.ts +1 -1
- package/es/observable/watch.d.ts.map +1 -1
- package/es/observable/watch.js +3 -3
- package/es/output-utils.d.ts +22 -0
- package/es/output-utils.d.ts.map +1 -0
- package/es/output-utils.js +76 -0
- package/es/polling/protocol.d.ts +1 -1
- package/es/polling/protocol.d.ts.map +1 -1
- package/es/react/index.d.ts +7 -7
- package/es/react/index.d.ts.map +1 -1
- package/es/react/index.js +7 -7
- package/es/react/layout/boxpanel/Pane.js +2 -2
- package/es/react/layout/boxpanel/context.d.ts +1 -1
- package/es/react/layout/boxpanel/context.d.ts.map +1 -1
- package/es/react/layout/boxpanel/index.d.ts +2 -2
- package/es/react/layout/boxpanel/index.d.ts.map +1 -1
- package/es/react/layout/boxpanel/index.js +4 -4
- package/es/react/layout/layout.d.ts +1 -1
- package/es/react/layout/layout.d.ts.map +1 -1
- package/es/react/layout/layout.js +1 -1
- package/es/react/layout/splitpanel/index.js +1 -1
- package/es/react/menu/divider.js +1 -1
- package/es/react/menu/index.d.ts +2 -2
- package/es/react/menu/index.d.ts.map +1 -1
- package/es/react/menu/index.js +2 -2
- package/es/react/menu/item.d.ts +1 -1
- package/es/react/menu/item.d.ts.map +1 -1
- package/es/react/menu/item.js +1 -1
- package/es/react/menu/menu.d.ts +3 -3
- package/es/react/menu/menu.d.ts.map +1 -1
- package/es/react/menu/menu.js +4 -4
- package/es/react/menu/submenu.d.ts +1 -1
- package/es/react/menu/submenu.d.ts.map +1 -1
- package/es/react/menu/submenu.js +2 -2
- package/es/react/menubar/index.d.ts +1 -1
- package/es/react/menubar/index.d.ts.map +1 -1
- package/es/react/menubar/index.js +1 -1
- package/es/react/menubar/item.js +1 -1
- package/es/react/menubar/menubar.d.ts +1 -1
- package/es/react/menubar/menubar.js +2 -2
- package/es/react/notification/index.d.ts +4 -4
- package/es/react/notification/index.d.ts.map +1 -1
- package/es/react/notification/index.js +5 -5
- package/es/react/notification/protocol.js +1 -1
- package/es/react/notification/pure-panel.d.ts +1 -1
- package/es/react/notification/pure-panel.d.ts.map +1 -1
- package/es/react/notification/pure-panel.js +1 -1
- package/es/react/notification/use-notification.d.ts +1 -1
- package/es/react/notification/use-notification.d.ts.map +1 -1
- package/es/react/notification/use-notification.js +6 -6
- package/es/react/resize/index.d.ts +1 -1
- package/es/react/resize/index.d.ts.map +1 -1
- package/es/react/resize/index.js +1 -1
- package/es/react/tabs/index.js +1 -1
- package/es/react/util.js +1 -1
- package/es/url.d.ts.map +1 -1
- package/es/url.js +1 -1
- package/package.json +1 -1
- package/src/app/file-tree/file-tree-component.tsx +1 -1
- package/src/app/file-tree/index.ts +6 -6
- package/src/app/index.spec.ts +1 -1
- package/src/app/menu/menu-context.tsx +1 -1
- package/src/app/tree/components/index.tsx +11 -10
- package/src/app/tree/components/tree-switch-icon.tsx +1 -1
- package/src/app/tree/index.ts +15 -15
- package/src/app/tree/view/index.ts +3 -3
- package/src/app/tree/view/tree-view-selection.ts +2 -2
- package/src/app/view/components/index.ts +1 -1
- package/src/app/view/index.ts +10 -9
- package/src/app/view/tab/index.ts +3 -3
- package/src/common/cancellation.spec.ts +2 -2
- package/src/common/deferred.ts +1 -1
- package/src/common/disposable-collection.ts +1 -1
- package/src/common/disposable.spec.ts +2 -2
- package/src/common/disposable.ts +1 -1
- package/src/common/event.spec.ts +4 -4
- package/src/common/event.ts +4 -4
- package/src/common/index.ts +24 -24
- package/src/common/objects.ts +2 -2
- package/src/common/observable-disposable.ts +2 -2
- package/src/common/path.spec.ts +1 -1
- package/src/common/priority.ts +2 -2
- package/src/common/promise-util.spec.ts +3 -3
- package/src/common/promise-util.ts +2 -2
- package/src/common/stopwatch.ts +1 -1
- package/src/common/strings.ts +1 -1
- package/src/common/types.spec.ts +1 -1
- package/src/common/uri.spec.ts +2 -2
- package/src/common/uri.ts +3 -3
- package/src/common/utils.spec.ts +1 -1
- package/src/common/valueTypes.ts +1 -1
- package/src/common/wait-until-event.spec.ts +3 -3
- package/src/common/wait-until-event.ts +1 -1
- package/src/core/application/application-state.ts +2 -2
- package/src/core/application/application.ts +3 -4
- package/src/core/application/default-window-service.ts +3 -3
- package/src/core/application/index.ts +6 -6
- package/src/core/application/mock-window-service.ts +1 -1
- package/src/core/command/command-registry.ts +4 -4
- package/src/core/command/index.ts +4 -4
- package/src/core/common/index.ts +7 -7
- package/src/core/common/storage-service.ts +3 -3
- package/src/core/components/application.tsx +11 -11
- package/src/core/components/context.tsx +5 -5
- package/src/core/components/hooks.tsx +4 -4
- package/src/core/components/index.tsx +4 -4
- package/src/core/components/root-view-render.tsx +1 -2
- package/src/core/configuration/configuration-cache.ts +2 -2
- package/src/core/configuration/configuration-protocol.ts +1 -1
- package/src/core/configuration/configuration-provider.ts +4 -4
- package/src/core/configuration/configuration-registry.ts +5 -6
- package/src/core/configuration/configuration-render-registry.ts +4 -4
- package/src/core/configuration/configuration-service.ts +9 -10
- package/src/core/configuration/hooks.ts +4 -3
- package/src/core/configuration/index.ts +10 -10
- package/src/core/configuration/module.ts +7 -7
- package/src/core/configuration/validation.ts +4 -3
- package/src/core/context/data-context-manager.ts +6 -4
- package/src/core/context/data-context-protocol.ts +1 -2
- package/src/core/context/data-context.tsx +3 -3
- package/src/core/context/index.ts +9 -6
- package/src/core/index.spec.ts +1 -1
- package/src/core/index.ts +28 -28
- package/src/core/keybinding/context-key-service.ts +3 -3
- package/src/core/keybinding/index.ts +5 -5
- package/src/core/keybinding/keybinding-proocol.ts +1 -1
- package/src/core/keybinding/keybinding.ts +9 -10
- package/src/core/keybinding/module.ts +10 -7
- package/src/core/keybinding/vs/configuration/configuration.ts +3 -3
- package/src/core/keybinding/vs/configuration/configurationModels.ts +2 -3
- package/src/core/keybinding/vs/configuration/configurationRegistry.ts +5 -6
- package/src/core/keybinding/vs/configuration/configurationService.ts +8 -9
- package/src/core/keybinding/vs/contextKeyService.ts +9 -9
- package/src/core/keybinding/vs/contextkeys.ts +3 -3
- package/src/core/keybinding/vs/jsonContributionRegistry.ts +2 -2
- package/src/core/keybinding/vs/platform.test.ts +1 -1
- package/src/core/keyboard/browser-keyboard-layout-provider.ts +4 -5
- package/src/core/keyboard/index.ts +4 -4
- package/src/core/keyboard/keyboard-layout-service.ts +5 -4
- package/src/core/keyboard/layouts/index.ts +2 -2
- package/src/core/menu/default-menu-node.ts +5 -6
- package/src/core/menu/index.ts +7 -7
- package/src/core/menu/menu-protocol.ts +2 -2
- package/src/core/menu/menu-registry.ts +5 -6
- package/src/core/menu/module.ts +7 -7
- package/src/core/module/index.ts +3 -3
- package/src/core/module/mana-module-context.ts +1 -1
- package/src/core/module/mana-module.test.ts +2 -2
- package/src/core/module/mana-module.ts +1 -1
- package/src/core/module/module-protocol.ts +1 -1
- package/src/core/selection/index.ts +3 -3
- package/src/core/theme/base-variable-registry.ts +6 -7
- package/src/core/theme/basic/antd-variable-contribution.ts +2 -2
- package/src/core/theme/basic/default-variable-contribution.ts +2 -2
- package/src/core/theme/basic/index.spec.ts +2 -2
- package/src/core/theme/basic/index.ts +2 -2
- package/src/core/theme/basic/variable-protocol.ts +1 -1
- package/src/core/theme/basic/variable-registry.ts +2 -2
- package/src/core/theme/color/antd-color-contribution.ts +3 -3
- package/src/core/theme/color/color-protocol.ts +3 -3
- package/src/core/theme/color/color-registry.ts +3 -3
- package/src/core/theme/color/default-color-contribution.ts +3 -3
- package/src/core/theme/color/index.spec.ts +5 -6
- package/src/core/theme/color/index.ts +2 -2
- package/src/core/theme/index.spec.ts +2 -3
- package/src/core/theme/index.ts +15 -15
- package/src/core/theme/theme-app.ts +8 -9
- package/src/core/theme/theme-service.ts +3 -4
- package/src/core/toolbar/default-toolbar-item.ts +3 -3
- package/src/core/toolbar/index.ts +7 -7
- package/src/core/toolbar/toolbar-protocol.ts +1 -2
- package/src/core/toolbar/toolbar-registry.ts +4 -5
- package/src/core/utils/index.ts +3 -3
- package/src/core/view/decorator.ts +9 -10
- package/src/core/view/default-slot-view.tsx +11 -10
- package/src/core/view/default-view.tsx +5 -4
- package/src/core/view/focus-tracker.ts +1 -1
- package/src/core/view/hooks.tsx +2 -2
- package/src/core/view/index.ts +22 -22
- package/src/core/view/module.ts +12 -12
- package/src/core/view/navigatable-types.ts +4 -4
- package/src/core/view/navigatable.ts +3 -3
- package/src/core/view/portal-slot-view.tsx +8 -7
- package/src/core/view/root-view.tsx +9 -9
- package/src/core/view/saveable.ts +1 -2
- package/src/core/view/slot-view-manager.ts +7 -8
- package/src/core/view/slot.tsx +8 -7
- package/src/core/view/stateful-view.ts +2 -2
- package/src/core/view/title.tsx +5 -4
- package/src/core/view/view-application.ts +6 -7
- package/src/core/view/view-container.tsx +11 -11
- package/src/core/view/view-context.tsx +4 -4
- package/src/core/view/view-manager.ts +8 -9
- package/src/core/view/view-meta.ts +3 -4
- package/src/core/view/view-open-handler.ts +6 -6
- package/src/core/view/view-protocol.ts +3 -3
- package/src/core/view/view-render.tsx +8 -7
- package/src/core/view/view-storage.ts +10 -11
- package/src/index.ts +1 -0
- package/src/ioc/container-api.ts +1 -1
- package/src/ioc/container.spec.ts +4 -4
- package/src/ioc/contribution/contribution-register.ts +4 -4
- package/src/ioc/contribution/decorator.ts +3 -3
- package/src/ioc/contribution/index.spec.ts +8 -8
- package/src/ioc/contribution/index.ts +5 -5
- package/src/ioc/decorator.spec.ts +2 -2
- package/src/ioc/decorator.ts +3 -3
- package/src/ioc/features/auto-factory.spec.ts +4 -4
- package/src/ioc/index.ts +8 -8
- package/src/ioc/inversify-api/index.spec.ts +3 -3
- package/src/ioc/inversify-api/index.ts +2 -2
- package/src/ioc/module/index.spec.ts +9 -2
- package/src/ioc/module/index.ts +2 -2
- package/src/ioc/module/syringe-module.ts +5 -5
- package/src/ioc/register.spec.ts +1 -1
- package/src/ioc/register.ts +6 -6
- package/src/ioc/side-option.spec.ts +3 -3
- package/src/ioc/side-option.ts +1 -1
- package/src/l10n/index.ts +2 -2
- package/src/l10n/l10n/index.ts +1 -1
- package/src/l10n/lang/index.ts +1 -1
- package/src/observable/async-event.spec.tsx +1 -1
- package/src/observable/config.spec.ts +1 -1
- package/src/observable/context.tsx +2 -2
- package/src/observable/decorator.spec.ts +1 -1
- package/src/observable/decorator.ts +1 -1
- package/src/observable/hooks.spec.tsx +1 -1
- package/src/observable/hooks.ts +2 -2
- package/src/observable/index.ts +11 -11
- package/src/observable/notifiable.spec.ts +1 -1
- package/src/observable/notifiable.ts +3 -3
- package/src/observable/notifier.spec.ts +1 -1
- package/src/observable/notifier.ts +6 -6
- package/src/observable/observable.spec.ts +1 -1
- package/src/observable/observable.ts +4 -4
- package/src/observable/tracker.spec.ts +1 -1
- package/src/observable/tracker.ts +5 -5
- package/src/observable/utils.spec.tsx +1 -1
- package/src/observable/utils.ts +3 -3
- package/src/observable/watch.spec.ts +1 -1
- package/src/observable/watch.ts +4 -4
- package/src/output-utils.ts +98 -0
- package/src/polling/protocol.ts +1 -1
- package/src/react/index.spec.ts +1 -1
- package/src/react/index.ts +7 -7
- package/src/react/layout/boxpanel/Pane.tsx +2 -2
- package/src/react/layout/boxpanel/context.ts +2 -1
- package/src/react/layout/boxpanel/index.tsx +4 -4
- package/src/react/layout/layout.ts +1 -1
- package/src/react/layout/splitpanel/index.tsx +2 -2
- package/src/react/menu/divider.tsx +1 -1
- package/src/react/menu/index.ts +2 -2
- package/src/react/menu/item.tsx +1 -1
- package/src/react/menu/menu.tsx +4 -4
- package/src/react/menu/submenu.tsx +3 -3
- package/src/react/menubar/index.ts +1 -1
- package/src/react/menubar/item.tsx +1 -1
- package/src/react/menubar/menubar.tsx +2 -2
- package/src/react/notification/index.tsx +7 -7
- package/src/react/notification/protocol.ts +1 -1
- package/src/react/notification/pure-panel.tsx +2 -2
- package/src/react/notification/use-notification.tsx +7 -7
- package/src/react/resize/index.tsx +2 -2
- package/src/react/tabs/index.tsx +1 -1
- package/src/react/util.ts +1 -1
- package/src/url.ts +2 -1
- package/src/l10n/l10n/index.test.ts +0 -145
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-open-handler.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-open-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"view-open-handler.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-open-handler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGzD,MAAM,WAAW,sBAAuB,SAAQ,cAAc;IAC5D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAED;;GAEG;AACH,8BACsB,eAAe,CAAC,CAAC,SAAS,QAAQ,CAAE,YAAW,WAAW;IAC9E,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAG,WAAW,CAAC;IAE7C,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAG,eAAe,CAAC;gBAG9B,WAAW,EAAE,WAAW,EACpB,eAAe,EAAE,eAAe;IAM3D,SAAS,CAAC,QAAQ,CAAC,gBAAgB,aAAoB;IACvD;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,CAAC,CAA+B;IAG3D,SAAS,CAAC,IAAI,IAAI,IAAI;IAQtB;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,YAAY,CAAC,MAAM,CAAC;IAEpF;;;;;;;OAOG;IACG,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,CAAC,CAAC;cAKlD,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IAO/E;;;;;OAKG;IACH,QAAQ,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAI1C;;;;;;;OAOG;IACH,gBAAgB,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,CAAC,CAAC;IAItC;;;;OAIG;IACH,IAAI,GAAG,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,CAItB;cAEe,OAAO,CACrB,GAAG,EAAE,GAAG,EACR,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC;IAKzB,SAAS,CAAC,eAAe,CAAC,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,CAAC,CAAC;IAKjF,SAAS,CAAC,QAAQ,CAAC,iBAAiB,CAClC,GAAG,EAAE,GAAG,EACR,OAAO,CAAC,EAAE,sBAAsB,GAC/B,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC;IAEnB;;;;;OAKG;IACG,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC;CAI9C"}
|
|
@@ -14,9 +14,9 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
14
14
|
function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
|
|
15
15
|
import { Emitter } from "../../common/index.js";
|
|
16
16
|
import { inject, postConstruct, singleton } from "../../ioc/index.js";
|
|
17
|
-
import { SlotViewManager } from "./slot-view-manager";
|
|
18
|
-
import { ViewManager } from "./view-manager";
|
|
19
|
-
import { RootSlotId } from "./view-protocol";
|
|
17
|
+
import { SlotViewManager } from "./slot-view-manager.js";
|
|
18
|
+
import { ViewManager } from "./view-manager.js";
|
|
19
|
+
import { RootSlotId } from "./view-protocol.js";
|
|
20
20
|
/**
|
|
21
21
|
* Generic base class for {@link OpenHandler}s that are opening a View for a given {@link URI}.
|
|
22
22
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type React from 'react';
|
|
1
2
|
import type { MaybePromise, Event, Disposable, Newable } from '../../common/index.js';
|
|
2
3
|
import { Syringe } from '../../ioc/index.js';
|
|
3
|
-
import type
|
|
4
|
-
import type { ManaModule } from '../module';
|
|
4
|
+
import type { ManaModule } from '../module/index.js';
|
|
5
5
|
export declare enum ViewPriority {
|
|
6
6
|
PRIOR = 1000,
|
|
7
7
|
DEFAULT = 100,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-protocol.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AACtF,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"view-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-protocol.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-render.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-render.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"view-render.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-render.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOvC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAM/C,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;CACpC;AAYD,eAAO,MAAM,UAAU,uDAUrB,CAAC"}
|
|
@@ -4,14 +4,14 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
-
import { useInject } from "../../observable/index.js";
|
|
8
7
|
import { memo } from 'react';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
8
|
+
import { useInject } from "../../observable/index.js";
|
|
9
|
+
import { isWrapperViewComponent } from "./view-container.js";
|
|
10
|
+
import { ViewContext } from "./view-context.js";
|
|
11
|
+
import { OriginViewComponent } from "./view-protocol.js";
|
|
12
|
+
import { ViewComponent } from "./view-protocol.js";
|
|
13
13
|
|
|
14
|
-
// import { ViewManager } from './view-manager';
|
|
14
|
+
// import { ViewManager } from './view-manager.js';
|
|
15
15
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
16
|
var ViewComponentRender = function ViewComponentRender(props) {
|
|
17
17
|
var shadow = props.shadow,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DebugService, StorageService } from '../common';
|
|
2
|
-
import { SlotViewManager } from './slot-view-manager';
|
|
3
|
-
import { ViewManager } from './view-manager';
|
|
4
|
-
import type { View, ViewOpenOption } from './view-protocol';
|
|
2
|
+
import { SlotViewManager } from './slot-view-manager.js';
|
|
3
|
+
import { ViewManager } from './view-manager.js';
|
|
4
|
+
import type { View, ViewOpenOption } from './view-protocol.js';
|
|
5
5
|
interface SavedView {
|
|
6
6
|
factoryId: string;
|
|
7
7
|
option: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-storage.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-storage.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"view-storage.d.ts","sourceRoot":"","sources":["../../../src/core/view/view-storage.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEzD,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAK/D,UAAU,SAAS;IACjB,SAAS,EAAE,MAAM,CAAC;IAElB,MAAM,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,SAAS,CAAC;IACnC,KAAK,CAAC,EAAE,SAAS,EAAE,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IACxB,UAAU,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CACzC;AACD,yBAAiB,SAAS,CAAC;IACzB,SAAgB,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,IAAI,SAAS,CAEhE;CACF;AAID,qBACa,WAAW;IACtB,SAAS,CAAC,UAAU,SAAuB;IAC3C,SAAS,CAAC,YAAY,SAAK;IAC3B,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAC5C,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IACpD,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IAC9C,SAAS,CAAC,QAAQ,CAAC,cAAc,EAAE,cAAc,CAAC;IAGlD,SAAS,CAAC,gBAAgB,UAAS;IAEnC,IAAI,YAAY,IAAI,OAAO,CAE1B;IACD,IAAI,YAAY,IAAI,OAAO,CAE1B;gBAGsB,WAAW,EAAE,WAAW,EACpB,eAAe,EAAE,eAAe,EACnC,YAAY,EAAE,YAAY,EACxB,cAAc,EAAE,cAAc;IAgBxD,gBAAgB;IAMhB,eAAe;IAKf,UAAU;IAOJ,SAAS,IAAI,OAAO,CAAC,IAAI,CAAC;IAShC,SAAS,CAAC,WAAW,CACnB,IAAI,EAAE,IAAI,EACV,IAAI,CAAC,EAAE,MAAM,EACb,UAAU,CAAC,EAAE,cAAc,GAC1B,SAAS,GAAG,SAAS;IAmBxB,SAAS,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS;IAa3E,SAAS,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,GAAG,SAAS,EAAE,GAAG,SAAS;IAmBrE,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,SAAS,EAAE,GAAG,SAAS;IAiB5D,YAAY,IAAI,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC;IAK9C,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC;CA2CnE"}
|
|
@@ -15,14 +15,14 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
|
|
16
16
|
function _initializerWarningHelper(descriptor, context) { throw new Error('Decorating class property failed. Please ensure that ' + 'transform-class-properties is enabled and runs after the decorators transform.'); }
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
18
|
-
import { prop } from "../../observable/index.js";
|
|
19
18
|
import { inject, singleton } from "../../ioc/index.js";
|
|
19
|
+
import { prop } from "../../observable/index.js";
|
|
20
20
|
import { DebugService, StorageService } from "../common";
|
|
21
|
-
import { SlotViewManager } from "./slot-view-manager";
|
|
22
|
-
import { ViewManager } from "./view-manager";
|
|
23
|
-
import { RootViewId } from "./view-protocol";
|
|
24
|
-
import { SlotView } from "./view-protocol";
|
|
25
|
-
import { StatefulView } from "./view-protocol";
|
|
21
|
+
import { SlotViewManager } from "./slot-view-manager.js";
|
|
22
|
+
import { ViewManager } from "./view-manager.js";
|
|
23
|
+
import { RootViewId } from "./view-protocol.js";
|
|
24
|
+
import { SlotView } from "./view-protocol.js";
|
|
25
|
+
import { StatefulView } from "./view-protocol.js";
|
|
26
26
|
export var SavedView;
|
|
27
27
|
(function (_SavedView) {
|
|
28
28
|
function is(data) {
|
|
@@ -30,11 +30,11 @@ export var SavedView;
|
|
|
30
30
|
}
|
|
31
31
|
_SavedView.is = is;
|
|
32
32
|
})(SavedView || (SavedView = {}));
|
|
33
|
-
var ShouldPreventStoreViewKey = 'mana-should-prevent-store-view';
|
|
33
|
+
var ShouldPreventStoreViewKey = 'mana-should-prevent-store-view.js';
|
|
34
34
|
export var ViewStorage = (_dec = singleton(), _dec2 = prop(), _dec(_class = (_class2 = /*#__PURE__*/function () {
|
|
35
35
|
function ViewStorage(viewManager, slotViewManager, debugService, storageService) {
|
|
36
36
|
_classCallCheck(this, ViewStorage);
|
|
37
|
-
this.storageKey = 'mana-view-info';
|
|
37
|
+
this.storageKey = 'mana-view-info.js';
|
|
38
38
|
this.restoreCount = 0;
|
|
39
39
|
_initializerDefineProperty(this, "shouldStoreViews", _descriptor, this);
|
|
40
40
|
this.viewManager = viewManager;
|
package/es/index.d.ts
CHANGED
package/es/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAE1B,cAAc,mBAAmB,CAAC"}
|
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { interfaces } from 'inversify';
|
|
2
|
-
import type { Syringe } from './core';
|
|
2
|
+
import type { Syringe } from './core.js';
|
|
3
3
|
export declare const ContainerCacheToken: unique symbol;
|
|
4
4
|
export declare class ContainerAPI {
|
|
5
5
|
static toContainer?: (ctn: interfaces.Container) => Syringe.Container;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container-api.d.ts","sourceRoot":"","sources":["../../src/ioc/container-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"container-api.d.ts","sourceRoot":"","sources":["../../src/ioc/container-api.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,mBAAmB,eAAgC,CAAC;AACjE,qBAAa,YAAY;IACvB,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,SAAS,KAAK,OAAO,CAAC,SAAS,CAAC;IACtE,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,UAAU,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,CAAC,SAAS;IAGnE,MAAM,CAAC,oBAAoB,CAAC,GAAG,EAAE,UAAU,CAAC,SAAS;CAWtD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Syringe } from '../core';
|
|
2
|
-
import type { Provider, Option } from './contribution-protocol';
|
|
1
|
+
import { Syringe } from '../core.js';
|
|
2
|
+
import type { Provider, Option } from './contribution-protocol.js';
|
|
3
3
|
export declare function contributionInjectOption(token: Syringe.DefinedToken, option?: Option): Syringe.InjectOption<Provider<Syringe.DefinedToken>>;
|
|
4
4
|
export declare function contributionRegister(registerMethod: Syringe.Register, identifier: Syringe.DefinedToken, option?: Option): void;
|
|
5
5
|
//# sourceMappingURL=contribution-register.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contribution-register.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/contribution-register.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"contribution-register.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/contribution-register.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAGnE,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,OAAO,CAAC,YAAY,EAC3B,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAQtD;AAED,wBAAgB,oBAAoB,CAClC,cAAc,EAAE,OAAO,CAAC,QAAQ,EAChC,UAAU,EAAE,OAAO,CAAC,YAAY,EAChC,MAAM,CAAC,EAAE,MAAM,GACd,IAAI,CAQN"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Syringe } from "../core";
|
|
2
|
-
import * as Contribution from "./contribution-protocol";
|
|
3
|
-
import { DefaultContributionProvider } from "./contribution-provider";
|
|
1
|
+
import { Syringe } from "../core.js";
|
|
2
|
+
import * as Contribution from "./contribution-protocol.js";
|
|
3
|
+
import { DefaultContributionProvider } from "./contribution-provider.js";
|
|
4
4
|
export function contributionInjectOption(token, option) {
|
|
5
5
|
return {
|
|
6
6
|
token: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/decorator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/decorator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAK1C,eAAO,MAAM,OAAO,UACV,QAAQ,KAAK,cAGX,GAAG,aACA,GAAG,UACN,MAAM,GAAG,SAAS,SAI3B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { inject, named } from "../decorator";
|
|
2
|
-
import { Provider } from "./contribution-protocol";
|
|
1
|
+
import { inject, named } from "../decorator.js";
|
|
2
|
+
import { Provider } from "./contribution-protocol.js";
|
|
3
3
|
export var contrib = function contrib(token) {
|
|
4
4
|
return function (target, targetKey, index) {
|
|
5
5
|
named(token)(target, targetKey, index);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as Protocol from './contribution-protocol';
|
|
2
|
-
import { contributionRegister } from './contribution-register';
|
|
3
|
-
export * from './contribution-protocol';
|
|
4
|
-
export * from './contribution-provider';
|
|
5
|
-
export * from './decorator';
|
|
1
|
+
import * as Protocol from './contribution-protocol.js';
|
|
2
|
+
import { contributionRegister } from './contribution-register.js';
|
|
3
|
+
export * from './contribution-protocol.js';
|
|
4
|
+
export * from './contribution-provider.js';
|
|
5
|
+
export * from './decorator.js';
|
|
6
6
|
export declare namespace Contribution {
|
|
7
7
|
type Option = Protocol.Option;
|
|
8
8
|
type Provider<T extends Record<string, any>> = Protocol.Provider<T>;
|
|
9
|
-
const Provider: import("
|
|
9
|
+
const Provider: import("../core.js").Syringe.DefinedToken;
|
|
10
10
|
const register: typeof contributionRegister;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/contribution/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAElE,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAE/B,yBAAiB,YAAY,CAAC;IAC5B,KAAY,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC;IACrC,KAAY,QAAQ,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpE,MAAM,QAAQ,2CAAoB,CAAC;IACnC,MAAM,QAAQ,6BAAuB,CAAC;CAC9C"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as Protocol from "./contribution-protocol";
|
|
2
|
-
import { contributionRegister } from "./contribution-register";
|
|
3
|
-
export * from "./contribution-protocol";
|
|
4
|
-
export * from "./contribution-provider";
|
|
5
|
-
export * from "./decorator";
|
|
1
|
+
import * as Protocol from "./contribution-protocol.js";
|
|
2
|
+
import { contributionRegister } from "./contribution-register.js";
|
|
3
|
+
export * from "./contribution-protocol.js";
|
|
4
|
+
export * from "./contribution-provider.js";
|
|
5
|
+
export * from "./decorator.js";
|
|
6
6
|
export var Contribution;
|
|
7
7
|
(function (_Contribution) {
|
|
8
8
|
var Provider = _Contribution.Provider = Protocol.Provider;
|
package/es/ioc/decorator.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Decorator } from './core';
|
|
2
|
-
import { Syringe } from './core';
|
|
1
|
+
import type { Decorator } from './core.js';
|
|
2
|
+
import { Syringe } from './core.js';
|
|
3
3
|
export declare function injectable<T = any>(option?: Syringe.DecoratorOption<T>): Decorator<T>;
|
|
4
4
|
export declare function singleton<T = any>(option?: Syringe.DecoratorOption<T>): Decorator<T>;
|
|
5
5
|
export declare function transient<T = any>(option?: Syringe.DecoratorOption<T>): Decorator<T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../src/ioc/decorator.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"decorator.d.ts","sourceRoot":"","sources":["../../src/ioc/decorator.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGpC,wBAAgB,UAAU,CAAC,CAAC,GAAG,GAAG,EAChC,MAAM,GAAE,OAAO,CAAC,eAAe,CAAC,CAAC,CAAM,GACtC,SAAS,CAAC,CAAC,CAAC,CAMd;AAED,wBAAgB,SAAS,CAAC,CAAC,GAAG,GAAG,EAC/B,MAAM,GAAE,OAAO,CAAC,eAAe,CAAC,CAAC,CAAM,GACtC,SAAS,CAAC,CAAC,CAAC,CAKd;AAED,wBAAgB,SAAS,CAAC,CAAC,GAAG,GAAG,EAC/B,MAAM,GAAE,OAAO,CAAC,eAAe,CAAC,CAAC,CAAM,GACtC,SAAS,CAAC,CAAC,CAAC,CAKd;AAED,wBAAgB,MAAM,CACpB,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,GAIxB,CAAC,MAAM,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAEnE;AACD,wBAAgB,KAAK,CACnB,IAAI,EAAE,OAAO,CAAC,KAAK,GAClB,CAAC,MAAM,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAEnE;AACD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC"}
|
package/es/ioc/decorator.js
CHANGED
|
@@ -7,8 +7,8 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
7
7
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
8
8
|
|
|
9
9
|
import { injectable as inversInjectable, inject as inversifyInject, named as inversifyNamed } from 'inversify';
|
|
10
|
-
import { Syringe } from "./core";
|
|
11
|
-
import { namedToIdentifier, tokenToIdentifier } from "./inversify-api";
|
|
10
|
+
import { Syringe } from "./core.js";
|
|
11
|
+
import { namedToIdentifier, tokenToIdentifier } from "./inversify-api/index.js";
|
|
12
12
|
export function injectable() {
|
|
13
13
|
var option = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
14
|
var decorator = inversInjectable();
|
package/es/ioc/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './decorator';
|
|
2
|
-
export * from './container';
|
|
3
|
-
export * from './module';
|
|
4
|
-
export * from './contribution';
|
|
5
|
-
export * from './core';
|
|
6
|
-
export * from './side-option';
|
|
7
|
-
export * from './features/auto-factory';
|
|
8
|
-
export * from './features/prioritized-contribution';
|
|
1
|
+
export * from './decorator.js';
|
|
2
|
+
export * from './container.js';
|
|
3
|
+
export * from './module/index.js';
|
|
4
|
+
export * from './contribution/index.js';
|
|
5
|
+
export * from './core.js';
|
|
6
|
+
export * from './side-option.js';
|
|
7
|
+
export * from './features/auto-factory.js';
|
|
8
|
+
export * from './features/prioritized-contribution.js';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/es/ioc/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ioc/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ioc/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wCAAwC,CAAC"}
|
package/es/ioc/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./decorator";
|
|
2
|
-
export * from "./container";
|
|
3
|
-
export * from "./module";
|
|
4
|
-
export * from "./contribution";
|
|
5
|
-
export * from "./core";
|
|
6
|
-
export * from "./side-option";
|
|
7
|
-
export * from "./features/auto-factory";
|
|
8
|
-
export * from "./features/prioritized-contribution";
|
|
1
|
+
export * from "./decorator.js";
|
|
2
|
+
export * from "./container.js";
|
|
3
|
+
export * from "./module/index.js";
|
|
4
|
+
export * from "./contribution/index.js";
|
|
5
|
+
export * from "./core.js";
|
|
6
|
+
export * from "./side-option.js";
|
|
7
|
+
export * from "./features/auto-factory.js";
|
|
8
|
+
export * from "./features/prioritized-contribution.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { interfaces } from 'inversify';
|
|
2
2
|
import { Container } from 'inversify';
|
|
3
|
-
import { Syringe } from '../core';
|
|
4
|
-
import type { InversifyContext } from './inversify-protocol';
|
|
3
|
+
import { Syringe } from '../core.js';
|
|
4
|
+
import type { InversifyContext } from './inversify-protocol.js';
|
|
5
5
|
export declare function bindSingleton<T>(toBind: interfaces.BindingInSyntax<T>): interfaces.BindingWhenOnSyntax<T>;
|
|
6
6
|
export declare function bindTransient<T>(toBind: interfaces.BindingInSyntax<T>): interfaces.BindingWhenOnSyntax<T>;
|
|
7
7
|
export declare function bindLifecycle<T>(toBind: interfaces.BindingInSyntax<T>, option: Syringe.FormattedInjectOption<T>): interfaces.BindingWhenOnSyntax<T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/inversify-api/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,OAAO,EAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/inversify-api/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EAAE,OAAO,EAAS,MAAM,YAAY,CAAC;AAE5C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,wBAAgB,aAAa,CAAC,CAAC,EAC7B,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,GACpC,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAEnC;AAED,wBAAgB,aAAa,CAAC,CAAC,EAC7B,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,GACpC,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAEnC;AACD,wBAAgB,aAAa,CAAC,CAAC,EAC7B,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,EACrC,MAAM,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC,GACvC,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAKnC;AAED,wBAAgB,SAAS,CAAC,CAAC,EACzB,MAAM,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,EACzC,KAAK,EAAE,OAAO,CAAC,KAAK,GACnB,IAAI,CAEN;AAED,wBAAgB,gBAAgB,CAAC,CAAC,EAChC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EACtC,IAAI,EAAE,gBAAgB,GACrB,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,CAE/B;AACD,wBAAgB,aAAa,CAAC,CAAC,EAC7B,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,EACtC,IAAI,EAAE,gBAAgB,GACrB,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,CAU/B;AAGD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,GAAG,MAAM,GAAG,MAAM,CAKvE;AAED,wBAAgB,iBAAiB,CAAC,CAAC,GAAG,GAAG,EACvC,KAAK,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,GACtB,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAKjC;AAED,eAAO,MAAM,eAAe,WAAkB,CAAC;AAE/C,cAAc,sBAAsB,CAAC"}
|
package/es/ioc/module/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SyringeModule } from './syringe-module';
|
|
2
|
-
export * from './syringe-module';
|
|
1
|
+
import { SyringeModule } from './syringe-module.js';
|
|
2
|
+
export * from './syringe-module.js';
|
|
3
3
|
export declare function Module(name?: string): SyringeModule;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/module/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ioc/module/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,cAAc,qBAAqB,CAAC;AAEpC,wBAAgB,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,aAAa,CAEnD"}
|
package/es/ioc/module/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { interfaces } from 'inversify';
|
|
2
2
|
import { ContainerModule } from 'inversify';
|
|
3
|
-
import type { Syringe } from '../core';
|
|
3
|
+
import type { Syringe } from '../core.js';
|
|
4
4
|
type TokenOrOption<T> = Syringe.Token<T> | Syringe.InjectOption<T>;
|
|
5
5
|
export declare class SyringeModule<T = Syringe.Module> implements Syringe.Module {
|
|
6
6
|
protected dependencies: T[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"syringe-module.d.ts","sourceRoot":"","sources":["../../../src/ioc/module/syringe-module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"syringe-module.d.ts","sourceRoot":"","sources":["../../../src/ioc/module/syringe-module.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAK1C,KAAK,aAAa,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;AAEnE,qBAAa,aAAa,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM,CAAE,YAAW,OAAO,CAAC,MAAM;IACtE,SAAS,CAAC,YAAY,EAAE,CAAC,EAAE,CAAM;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IAE1C,SAAS,CAAC,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;IAEhF,IAAI,IAAI,uBAEP;gBACW,IAAI,CAAC,EAAE,MAAM;IAKzB,SAAS,CAAC,iBAAiB,SACnB,WAAW,IAAI,UACb,WAAW,MAAM,WAChB,WAAW,OAAO,UACnB,WAAW,MAAM,UAqBzB;IAEF,SAAS,KAAK,OAAO,uDAKpB;IACD,QAAQ,CAAC,GAAG,OAAO,EAAE,aAAa,CAAC,GAAG,CAAC,EAAE;IAKzC,YAAY,CAAC,GAAG,MAAM,EAAE,OAAO,CAAC,YAAY,EAAE;IAK9C,QAAQ,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE;IAKxB,QAAQ,IAAI,mBAAmB,CAAC,CAAC,CAAC;CAKnC;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,OAAO,CAAC,MAAM;IACrD,YAAY,CAAC,EAAE,CAAC,EAAE,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,IAAI,aAAa,CAE3E"}
|
|
@@ -8,9 +8,9 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
8
8
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
9
9
|
|
|
10
10
|
import { ContainerModule } from 'inversify';
|
|
11
|
-
import { contributionInjectOption } from "../contribution/contribution-register";
|
|
12
|
-
import { Utils } from "../core";
|
|
13
|
-
import { Register } from "../register";
|
|
11
|
+
import { contributionInjectOption } from "../contribution/contribution-register.js";
|
|
12
|
+
import { Utils } from "../core.js";
|
|
13
|
+
import { Register } from "../register.js";
|
|
14
14
|
export var SyringeModule = /*#__PURE__*/function () {
|
|
15
15
|
function SyringeModule(name) {
|
|
16
16
|
var _this = this;
|
package/es/ioc/register.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { interfaces } from 'inversify';
|
|
2
|
-
import { Syringe } from './core';
|
|
3
|
-
import type { InversifyContext } from './inversify-api';
|
|
2
|
+
import { Syringe } from './core.js';
|
|
3
|
+
import type { InversifyContext } from './inversify-api/index.js';
|
|
4
4
|
export declare class Register<T> {
|
|
5
5
|
static globalConfig: Syringe.InjectOption<any>;
|
|
6
6
|
/**
|
package/es/ioc/register.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../../src/ioc/register.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAG5C,OAAO,EAAS,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"register.d.ts","sourceRoot":"","sources":["../../src/ioc/register.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAG5C,OAAO,EAAS,OAAO,EAAE,MAAM,WAAW,CAAC;AAQ3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAGjE,qBAAa,QAAQ,CAAC,CAAC;IAErB,MAAM,CAAC,YAAY,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,CAAC,CAAyB;IACvE;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,CAAC,EACpB,IAAI,EAAE,gBAAgB,EACtB,MAAM,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,EACxB,MAAM,GAAE,OAAO,CAAC,YAAY,CAAC,CAAC,CAAM,GACnC,IAAI;IA0CP;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,CAAC,EACpB,IAAI,EAAE,gBAAgB,EACtB,UAAU,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,GAClC,IAAI;IAoBP,SAAS,CAAC,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IACvC,SAAS,CAAC,QAAQ,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACrC,SAAS,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC;IAC5C;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,UAAU,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;IACxD,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IACnD,SAAS,CAAC,IAAI,EAAE,gBAAgB,CAAC;IACjC,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC;gBAEzB,IAAI,EAAE,gBAAgB,EACtB,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,EAC5B,MAAM,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;IAU1C;;;OAGG;IACH,OAAO,IAAI,IAAI;IAqBf,SAAS,CAAC,WAAW,CACnB,IAAI,EAAE,gBAAgB,GACrB,UAAU,CAAC,mBAAmB,CAAC,CAAC,CAAC,GAAG,SAAS;IAgChD,SAAS,CAAC,eAAe,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI;CAkCxD"}
|
package/es/ioc/register.js
CHANGED
|
@@ -9,11 +9,11 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
9
9
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
10
|
/* eslint-disable @typescript-eslint/no-non-null-assertion */
|
|
11
11
|
|
|
12
|
-
import { ContainerAPI } from "./container-api";
|
|
13
|
-
import { Utils, Syringe } from "./core";
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { OptionSymbol } from "./side-option";
|
|
12
|
+
import { ContainerAPI } from "./container-api.js";
|
|
13
|
+
import { Utils, Syringe } from "./core.js";
|
|
14
|
+
import { bindNamed, bindGeneralToken, bindMonoToken, bindLifecycle } from "./inversify-api/index.js";
|
|
15
|
+
import { isInversifyContext } from "./inversify-api/index.js";
|
|
16
|
+
import { OptionSymbol } from "./side-option.js";
|
|
17
17
|
export var Register = /*#__PURE__*/function () {
|
|
18
18
|
function Register(ictx, token, option) {
|
|
19
19
|
_classCallCheck(this, Register);
|
package/es/ioc/side-option.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Syringe } from './core';
|
|
1
|
+
import type { Syringe } from './core.js';
|
|
2
2
|
export declare const OptionSymbol: unique symbol;
|
|
3
3
|
export declare const registerSideOption: <T extends Record<any, any> = {}, R = any>(option: Syringe.InjectOption<R>, target: T) => void;
|
|
4
4
|
//# sourceMappingURL=side-option.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"side-option.d.ts","sourceRoot":"","sources":["../../src/ioc/side-option.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"side-option.d.ts","sourceRoot":"","sources":["../../src/ioc/side-option.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,YAAY,eAAkC,CAAC;AAC5D,eAAO,MAAM,kBAAkB,gGAU9B,CAAC"}
|
package/es/l10n/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './l10n';
|
|
2
|
-
export * from './lang';
|
|
1
|
+
export * from './l10n/index.js';
|
|
2
|
+
export * from './lang/index.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/es/l10n/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/l10n/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/l10n/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|
package/es/l10n/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./l10n";
|
|
2
|
-
export * from "./lang";
|
|
1
|
+
export * from "./l10n/index.js";
|
|
2
|
+
export * from "./lang/index.js";
|
package/es/l10n/l10n/index.js
CHANGED
|
@@ -19,7 +19,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
19
19
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
20
20
|
*--------------------------------------------------------------------------------------------*/
|
|
21
21
|
|
|
22
|
-
import { locale } from "./platform";
|
|
22
|
+
import { locale } from "./platform.js";
|
|
23
23
|
/**
|
|
24
24
|
* forked from vscode l10n
|
|
25
25
|
*/
|
package/es/l10n/lang/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/l10n/lang/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/l10n/lang/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAKxD,eAAO,MAAM,WAAW,EAAE,eAGzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/observable/context.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/observable/context.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAG5C,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;IAC7B,OAAO,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,gBAEhD,CAAC;AACF,qBAAa,qBAAsB,YAAW,UAAU,CAAC,gBAAgB;IACvE,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAA2B;IACzE,MAAM,CAAC,IAAI,EAAE,UAAU,CAAC,gBAAgB,GAAG,IAAI;IAG/C,YAAY,QAAO,WAAW,SAAS,GAAG,SAAS,CAAgC;CACpF;AAED,eAAO,MAAM,wBAAwB,uBAA8B,CAAC;AAEpE,eAAO,MAAM,iBAAiB,sDAE7B,CAAC;AAEF,wBAAgB,SAAS,CAAC,CAAC,EAAE,UAAU,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAY/D"}
|
package/es/observable/context.js
CHANGED
|
@@ -5,7 +5,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
5
5
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import { createContext, useContext, useMemo } from 'react';
|
|
8
|
-
import { useObserve } from "./hooks";
|
|
8
|
+
import { useObserve } from "./hooks.js";
|
|
9
9
|
export var defaultContainerContext = {
|
|
10
10
|
getContainer: function getContainer() {
|
|
11
11
|
return undefined;
|
package/es/observable/hooks.js
CHANGED
|
@@ -12,8 +12,8 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
12
12
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
13
13
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
14
14
|
import * as React from 'react';
|
|
15
|
-
import { Tracker } from "./tracker";
|
|
16
|
-
import { Observability } from "./utils";
|
|
15
|
+
import { Tracker } from "./tracker.js";
|
|
16
|
+
import { Observability } from "./utils.js";
|
|
17
17
|
function isAction(data) {
|
|
18
18
|
return !!data && data['key'] !== undefined && data['value'] !== undefined;
|
|
19
19
|
}
|