@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":"default-menu-node.d.ts","sourceRoot":"","sources":["../../../src/core/menu/default-menu-node.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"default-menu-node.d.ts","sourceRoot":"","sources":["../../../src/core/menu/default-menu-node.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAIjE,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAEvF;;GAEG;AACH,qBACa,qBAAsB,YAAW,QAAQ,EAAE,UAAU;IAChE,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAErB,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAG/B,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEpC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;IAEnC;;OAEG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;IAE3C,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAE1B,OAAO,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;IAElC,SAAS,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;IAEtD,SAAS,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;IAEtD,QAAQ,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,SAAS,CAAC;IAErD,SAAS,CAAC,oBAAoB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IAE9D,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;IAC7C,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC;IACxC,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC;IAExC,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,CAAmC;gBAE/B,QAAQ,EAAE,eAAe,EACT,IAAI,EAAE,cAAc,EACxB,UAAU,EAAE,QAAQ;IAsB3D,SAAS,CAAC,gBAAgB,YAAa,GAAG,EAAE,KAAG,GAAG,CAIhD;IAEF,OAAO;IAKP,WAAW,gDAMT;IACF,UAAU,gDAMR;CACH;AAED;;GAEG;AACH,qBACa,sBAAuB,YAAW,QAAQ,EAAE,UAAU;IACjE,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IAExB,IAAI,SAAS,IAAI,OAAO,CAEvB;IAGD,QAAQ,CAAC,QAAQ,EAAE,CAAC,QAAQ,GAAG,qBAAqB,CAAC,EAAE,CAAM;IAE7D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAG/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;OAEG;IAEH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;IAEnC;;OAEG;IAEH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;IAElC,OAAO,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;IAElC,SAAS,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC;IAExC,SAAS,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC;IAExC,SAAS,CAAC,oBAAoB,EAAE,OAAO,CAAC,IAAI,CAAC,CAAiB;IAE9D,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;IAC7C,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC;IAClC,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC;IAExC,UAAU,EAAE,KAAK,CAAC,IAAI,CAAC,CAAmC;gBAE/B,QAAQ,EAAE,eAAe,EACf,IAAI,EAAE,QAAQ,EACZ,UAAU,EAAE,QAAQ;IAa3D;;;;OAIG;IACI,OAAO,SAAU,QAAQ,KAAG,QAAQ,CAUzC;IAEF;;;;OAIG;IACI,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAUnC,OAAO;IAKP,WAAW,gDAET;IACF,UAAU,gDAER;CACH"}
|
|
@@ -17,11 +17,11 @@ function _initializerWarningHelper(descriptor, context) { throw new Error('Decor
|
|
|
17
17
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
18
18
|
|
|
19
19
|
import { Emitter } from "../../common/index.js";
|
|
20
|
-
import { getOrigin, prop } from "../../observable/index.js";
|
|
21
20
|
import { inject, transient } from "../../ioc/index.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
21
|
+
import { getOrigin, prop } from "../../observable/index.js";
|
|
22
|
+
import { CommandRegistry } from "../command/command-registry.js";
|
|
23
|
+
import { renderNode } from "../view/utils.js";
|
|
24
|
+
import { CommandMenuNode, ExecutableMenuNode, MenuSymbol } from "./menu-protocol.js";
|
|
25
25
|
/**
|
|
26
26
|
* Node representing a (sub)menu in the menu tree structure.
|
|
27
27
|
*/
|
package/es/core/menu/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
2
|
-
export * from './menu-registry';
|
|
3
|
-
export * from './menu-protocol';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
|
+
export * from './menu-registry.js';
|
|
3
|
+
export * from './menu-protocol.js';
|
|
4
4
|
export declare const CoreMenuModule: ManaModule;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAWhD,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAEnC,eAAO,MAAM,cAAc,YAwBvB,CAAC"}
|
package/es/core/menu/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ManaModule } from "../module";
|
|
2
|
-
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from "./default-menu-node";
|
|
3
|
-
import { MenuSymbol, ActionMenuItemFactory, GeneralMenuItemFactory } from "./menu-protocol";
|
|
4
|
-
import { MenuRegistry, MenuContribution } from "./menu-registry";
|
|
5
|
-
export * from "./menu-registry";
|
|
6
|
-
export * from "./menu-protocol";
|
|
1
|
+
import { ManaModule } from "../module/index.js";
|
|
2
|
+
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from "./default-menu-node.js";
|
|
3
|
+
import { MenuSymbol, ActionMenuItemFactory, GeneralMenuItemFactory } from "./menu-protocol.js";
|
|
4
|
+
import { MenuRegistry, MenuContribution } from "./menu-registry.js";
|
|
5
|
+
export * from "./menu-registry.js";
|
|
6
|
+
export * from "./menu-protocol.js";
|
|
7
7
|
export var CoreMenuModule = ManaModule.create().contribution(MenuContribution).register(MenuRegistry, DefaultGeneralMenuItem, DefaultActionMenuItem).register({
|
|
8
8
|
token: GeneralMenuItemFactory,
|
|
9
9
|
useDynamic: function useDynamic(ctx) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { CommandHandler } from '../command/command-protocol';
|
|
3
|
-
import type { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node';
|
|
2
|
+
import type { CommandHandler } from '../command/command-protocol.js';
|
|
3
|
+
import type { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node.js';
|
|
4
4
|
export type ActionMenuItem = DefaultActionMenuItem;
|
|
5
5
|
export type GeneralMenuItem = DefaultGeneralMenuItem;
|
|
6
6
|
export type MenuPath = string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/menu/menu-protocol.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"menu-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/menu/menu-protocol.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAErE,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACvB,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,cAAc,GAAG,qBAAqB,CAAC;AACnD,MAAM,MAAM,eAAe,GAAG,sBAAsB,CAAC;AAErD,MAAM,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC;AAEhC,yBAAiB,UAAU,CAAC;IACnB,MAAM,cAAc,eAA2B,CAAC;IAChD,MAAM,oBAAoB,eAAiC,CAAC;IAC5D,MAAM,gBAAgB,eAA6B,CAAC;CAC5D;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,eAAmC,CAAC;AACvE,MAAM,WAAW,sBAAsB;IACrC,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,GAAG,eAAe,CAAC;CACvD;AACD;;GAEG;AACH,eAAO,MAAM,qBAAqB,eAAkC,CAAC;AACrE,MAAM,WAAW,qBAAqB;IACpC,CAAC,IAAI,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,GAAG,cAAc,CAAC;CAC5D;AACD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,EAAE,CAAC;CACnC;AACD,yBAAiB,QAAQ,CAAC;IACxB,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,QAAQ,CAE5C;CACF;AAED,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,yBAAiB,eAAe,CAAC;IAG/B,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe,CAEnD;CACF;AAED,MAAM,WAAW,kBAAmB,SAAQ,QAAQ,EAAE,cAAc;IAClE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AACD,yBAAiB,kBAAkB,CAAC;IAGlC,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,kBAAkB,CAEtD;CACF;AAED,MAAM,MAAM,cAAc,GAAG,eAAe,GAAG,kBAAkB,CAAC;AAClE,yBAAiB,cAAc,CAAC;IAG9B,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,cAAc,CAElD;CACF;AAED,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAE/C,yBAAiB,QAAQ,CAAC;IAExB,SAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe,CAIlE;IAED,SAAgB,gBAAgB,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,cAAc,CAEhE;CACF;AAED,yBAAiB,cAAc,CAAC;IAC9B;;;;OAIG;IACH,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,cAAc,CAElD;CACF;AAED,yBAAiB,eAAe,CAAC;IAC/B;;;;OAIG;IACH,SAAgB,EAAE,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,eAAe,CAEnD;CACF;AAED,MAAM,MAAM,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC"}
|
|
@@ -2,10 +2,10 @@ import type { MaybePromise } from '../../common/index.js';
|
|
|
2
2
|
import { Disposable } from '../../common/index.js';
|
|
3
3
|
import type { Contribution } from '../../ioc/index.js';
|
|
4
4
|
import { Syringe } from '../../ioc/index.js';
|
|
5
|
-
import { ApplicationContribution } from '../application/application';
|
|
6
|
-
import { CommandRegistry } from '../command/command-registry';
|
|
7
|
-
import type { MenuOptions, MenuPath, ActionMenuNode, GeneralMenuItem } from './menu-protocol';
|
|
8
|
-
import { GeneralMenuItemFactory, MenuNode, MenuItem, ActionMenuItemFactory } from './menu-protocol';
|
|
5
|
+
import { ApplicationContribution } from '../application/application.js';
|
|
6
|
+
import { CommandRegistry } from '../command/command-registry.js';
|
|
7
|
+
import type { MenuOptions, MenuPath, ActionMenuNode, GeneralMenuItem } from './menu-protocol.js';
|
|
8
|
+
import { GeneralMenuItemFactory, MenuNode, MenuItem, ActionMenuItemFactory } from './menu-protocol.js';
|
|
9
9
|
export declare const MenuContribution: Syringe.DefinedToken;
|
|
10
10
|
export type MenuContribution = {
|
|
11
11
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-registry.d.ts","sourceRoot":"","sources":["../../../src/core/menu/menu-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAA8B,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"menu-registry.d.ts","sourceRoot":"","sources":["../../../src/core/menu/menu-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAA8B,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEjE,OAAO,KAAK,EACV,WAAW,EACX,QAAQ,EACR,cAAc,EACd,eAAe,EAChB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,sBAAsB,EACtB,QAAQ,EACR,QAAQ,EACR,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,gBAAgB,sBAA0C,CAAC;AAExE,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,aAAa,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF;;GAEG;AACH,qBACa,YAAa,YAAW,uBAAuB;IAC1D,SAAS,CAAC,QAAQ,CAAC,IAAI,EAAE,eAAe,CAAC;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,YAAY,CAAC,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IAC1E,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,sBAAsB,CAAC;IAC9D,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,qBAAqB,CAAC;IAC5D,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;gBAGhB,aAAa,EAAE,YAAY,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EACjD,kBAAkB,EAAE,sBAAsB,EAC3C,iBAAiB,EAAE,qBAAqB,EAC9C,QAAQ,EAAE,eAAe;IASpD,OAAO,IAAI,IAAI;IAMf;;;;OAIG;IACH,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,GAAG,UAAU;IAMxE;;;;OAIG;IACH,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,GAAG,UAAU;IAMhE,iBAAiB,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,GAAE,WAAgB,GAAG,UAAU;IAyB5E;;;;;;;;;;;;;;OAcG;IACH,eAAe,CAAC,QAAQ,EAAE,QAAQ,EAAE,OAAO,GAAE,WAAgB,GAAG,UAAU;IAyB1E;;;;;OAKG;IACH,oBAAoB,CAAC,IAAI,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI;IACrE;;;;;OAKG;IAEH,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI;IAkB3D;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAYpC,SAAS,CAAC,gBAAgB,CACxB,QAAQ,EAAE,QAAQ,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,eAAe;IAQlB,SAAS,CAAC,cAAc,CACtB,OAAO,EAAE,eAAe,EACxB,MAAM,EAAE,MAAM,EACd,OAAO,GAAE,WAAgB,GACxB,eAAe;IAalB;;;;;;;OAOG;IACH,OAAO,CAAC,QAAQ,GAAE,QAAa,GAAG,eAAe;IAIjD,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO;IAYlD,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO;IAYlD,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,YAAY,CAAC,IAAI,CAAC;CAQ5D"}
|
|
@@ -13,10 +13,10 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
13
13
|
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); }
|
|
14
14
|
import { Disposable } from "../../common/index.js";
|
|
15
15
|
import { contrib, inject, singleton, Syringe } from "../../ioc/index.js";
|
|
16
|
-
import { ApplicationContribution } from "../application/application";
|
|
17
|
-
import { CommandRegistry } from "../command/command-registry";
|
|
18
|
-
import { CommandMenuNode, ExecutableMenuNode } from "./menu-protocol";
|
|
19
|
-
import { GeneralMenuItemFactory, MenuNode, MenuItem, ActionMenuItemFactory } from "./menu-protocol";
|
|
16
|
+
import { ApplicationContribution } from "../application/application.js";
|
|
17
|
+
import { CommandRegistry } from "../command/command-registry.js";
|
|
18
|
+
import { CommandMenuNode, ExecutableMenuNode } from "./menu-protocol.js";
|
|
19
|
+
import { GeneralMenuItemFactory, MenuNode, MenuItem, ActionMenuItemFactory } from "./menu-protocol.js";
|
|
20
20
|
export var MenuContribution = Syringe.defineToken('MenuContribution');
|
|
21
21
|
/**
|
|
22
22
|
* Register and unregister menus, submenus and actions
|
package/es/core/menu/module.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/menu/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/menu/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAShD,eAAO,MAAM,UAAU,YAsBnB,CAAC"}
|
package/es/core/menu/module.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ManaModule } from "../module";
|
|
2
|
-
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from "./default-menu-node";
|
|
3
|
-
import { GeneralMenuItemFactory } from "./menu-protocol";
|
|
4
|
-
import { ActionMenuItemFactory } from "./menu-protocol";
|
|
5
|
-
import { MenuSymbol } from "./menu-protocol";
|
|
6
|
-
import { MenuRegistry, MenuContribution } from "./menu-registry";
|
|
1
|
+
import { ManaModule } from "../module/index.js";
|
|
2
|
+
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from "./default-menu-node.js";
|
|
3
|
+
import { GeneralMenuItemFactory } from "./menu-protocol.js";
|
|
4
|
+
import { ActionMenuItemFactory } from "./menu-protocol.js";
|
|
5
|
+
import { MenuSymbol } from "./menu-protocol.js";
|
|
6
|
+
import { MenuRegistry, MenuContribution } from "./menu-registry.js";
|
|
7
7
|
export var MenuModule = ManaModule.create().contribution(MenuContribution).register(MenuRegistry, DefaultGeneralMenuItem, DefaultActionMenuItem).register({
|
|
8
8
|
token: GeneralMenuItemFactory,
|
|
9
9
|
useDynamic: function useDynamic(ctx) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './module-protocol';
|
|
2
|
-
export * from './mana-module';
|
|
3
|
-
export * from './mana-module-context';
|
|
1
|
+
export * from './module-protocol.js';
|
|
2
|
+
export * from './mana-module.js';
|
|
3
|
+
export * from './mana-module-context.js';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/module/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/module/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC"}
|
package/es/core/module/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./module-protocol";
|
|
2
|
-
export * from "./mana-module";
|
|
3
|
-
export * from "./mana-module-context";
|
|
1
|
+
export * from "./module-protocol.js";
|
|
2
|
+
export * from "./mana-module.js";
|
|
3
|
+
export * from "./mana-module-context.js";
|
|
@@ -10,7 +10,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
10
10
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
11
11
|
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); }
|
|
12
12
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
13
|
-
import { ManaModule } from "./mana-module";
|
|
13
|
+
import { ManaModule } from "./mana-module.js";
|
|
14
14
|
export var ManaContext = /*#__PURE__*/_createClass(function ManaContext(container) {
|
|
15
15
|
var _this = this;
|
|
16
16
|
_classCallCheck(this, ManaContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MaybePromise } from '../../common/index.js';
|
|
2
2
|
import { Deferred } from '../../common/index.js';
|
|
3
3
|
import { SyringeModule } from '../../ioc/index.js';
|
|
4
|
-
import type { CanloadModule, ModuleLoader, ModulePreload } from './module-protocol';
|
|
4
|
+
import type { CanloadModule, ModuleLoader, ModulePreload } from './module-protocol.js';
|
|
5
5
|
export declare class ManaModule extends SyringeModule<MaybePromise<ManaModule>> {
|
|
6
6
|
protected preloadMethod?: ModulePreload;
|
|
7
7
|
protected canloadMethod?: CanloadModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mana-module.d.ts","sourceRoot":"","sources":["../../../src/core/module/mana-module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"mana-module.d.ts","sourceRoot":"","sources":["../../../src/core/module/mana-module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAEvF,qBAAa,UAAW,SAAQ,aAAa,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;IACrE,SAAS,CAAC,aAAa,CAAC,EAAE,aAAa,CAAC;IACxC,SAAS,CAAC,aAAa,CAAC,EAAE,aAAa,CAAC;IACxC;;OAEG;IACH,SAAS,iBAAwB;IAEjC,IAAI,IAAI,kBAEP;IAED,OAAO,CAAC,EAAE,EAAE,aAAa;IAKzB,OAAO,CAAC,EAAE,EAAE,aAAa;IAIhB,QAAQ,IAAI,YAAY;IAOjC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM;CAG5B;AAED,yBAAiB,UAAU,CAAC;IAC1B,SAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,SAAS,GAAG,IAAI,IAAI,UAAU,CAEzE;CACF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { MaybePromise } from '../../common/index.js';
|
|
2
2
|
import type { Syringe, SyringeModuleLoader } from '../../ioc/index.js';
|
|
3
|
-
import type { ManaModule } from './mana-module';
|
|
3
|
+
import type { ManaModule } from './mana-module.js';
|
|
4
4
|
export type ModulePreload = (ctx: Syringe.Context) => Promise<void>;
|
|
5
5
|
export type CanloadModule = (ctx: ManaModule) => Promise<boolean>;
|
|
6
6
|
export interface ModuleLoader extends SyringeModuleLoader<MaybePromise<ManaModule>> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/module/module-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"module-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/module/module-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AACpE,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,EAAE,UAAU,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AAElE,MAAM,WAAW,YAAa,SAAQ,mBAAmB,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;IACjF,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/selection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/selection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD,eAAO,MAAM,eAAe,YAAiD,CAAC;AAE9E,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ManaModule } from "../module";
|
|
2
|
-
import { SelectionService } from "./selection-service";
|
|
1
|
+
import { ManaModule } from "../module/index.js";
|
|
2
|
+
import { SelectionService } from "./selection-service.js";
|
|
3
3
|
export var SelectionModule = ManaModule.create().register(SelectionService);
|
|
4
|
-
export * from "./selection-service";
|
|
4
|
+
export * from "./selection-service.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Disposable, Emitter } from '../../common/index.js';
|
|
2
|
-
import type { StorageService } from '../common';
|
|
3
|
-
import type { CssVariable, VariableDefinition } from './protocol';
|
|
4
|
-
import type { ExtraTokens } from './theme-service';
|
|
5
|
-
import { ThemeService } from './theme-service';
|
|
2
|
+
import type { StorageService } from '../common/index.js';
|
|
3
|
+
import type { CssVariable, VariableDefinition } from './protocol.js';
|
|
4
|
+
import type { ExtraTokens } from './theme-service.js';
|
|
5
|
+
import { ThemeService } from './theme-service.js';
|
|
6
6
|
/**
|
|
7
7
|
* It should be implemented by an extension, e.g. by the monaco extension.
|
|
8
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-variable-registry.d.ts","sourceRoot":"","sources":["../../../src/core/theme/base-variable-registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,OAAO,EAGR,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"base-variable-registry.d.ts","sourceRoot":"","sources":["../../../src/core/theme/base-variable-registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,OAAO,EAGR,MAAM,uBAAuB,CAAC;AAG/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGzD,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,qBACa,oBAAoB;IAE/B,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,YAAY,CAAC;IAC9C,SAAS,KAAK,cAAc,IAAI,kBAAkB,EAAE,CAEnD;IACD,SAAS,CAAC,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAa;IAErE,SAAS,CAAC,cAAc,EAAE,cAAc,CAAuB;IAE/D,SAAS,CAAC,QAAQ,CAAC,kBAAkB,gBAAuB;IAE5D,QAAQ,CAAC,WAAW,8CAAiC;IAErD,SAAS,CAAC,aAAa,IAAI,IAAI;IAI/B;;;OAGG;IACH,YAAY,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAIxC,gBAAgB,IAAI,gBAAgB,CAAC,MAAM,CAAC;IAI5C,sBAAsB,IAAI,WAAW,EAAE;IAWvC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,WAAW,GAAG,SAAS;IAazD,iBAAiB,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM;IAYtD,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAazD,yBAAyB,CACvB,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,EACb,MAAM,GAAE,WAAgB,GACvB,IAAI;IAQP,QAAQ,CAAC,GAAG,WAAW,EAAE,kBAAkB,EAAE,GAAG,UAAU;IAQ1D,SAAS,CAAC,UAAU,CAAC,UAAU,EAAE,kBAAkB,GAAG,UAAU;CAWjE"}
|
|
@@ -23,9 +23,9 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, con
|
|
|
23
23
|
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.'); }
|
|
24
24
|
import { DisposableCollection, Disposable, Emitter, objects, isPromiseLike } from "../../common/index.js";
|
|
25
25
|
import { singleton, inject } from "../../ioc/index.js";
|
|
26
|
-
import { localStorageService } from "../common";
|
|
27
|
-
import { DefaultVariablePrefix } from "./protocol";
|
|
28
|
-
import { ThemeService } from "./theme-service";
|
|
26
|
+
import { localStorageService } from "../common/index.js";
|
|
27
|
+
import { DefaultVariablePrefix } from "./protocol.js";
|
|
28
|
+
import { ThemeService } from "./theme-service.js";
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
31
|
* It should be implemented by an extension, e.g. by the monaco extension.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VariableContribution } from './variable-protocol';
|
|
2
|
-
import type { VariableRegistry } from './variable-registry';
|
|
1
|
+
import { VariableContribution } from './variable-protocol.js';
|
|
2
|
+
import type { VariableRegistry } from './variable-registry.js';
|
|
3
3
|
export declare class AntdVariableContribution implements VariableContribution {
|
|
4
4
|
registerVariables(vars: VariableRegistry): void;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"antd-variable-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/antd-variable-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"antd-variable-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/antd-variable-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,qBACa,wBAAyB,YAAW,oBAAoB;IACnE,iBAAiB,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI;CAy0BhD"}
|
|
@@ -6,7 +6,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
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); }
|
|
8
8
|
import { singleton } from "../../../ioc/index.js";
|
|
9
|
-
import { VariableContribution } from "./variable-protocol";
|
|
9
|
+
import { VariableContribution } from "./variable-protocol.js";
|
|
10
10
|
export var AntdVariableContribution = (_dec = singleton({
|
|
11
11
|
contrib: VariableContribution
|
|
12
12
|
}), _dec(_class = /*#__PURE__*/function () {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VariableContribution } from './variable-protocol';
|
|
2
|
-
import type { VariableRegistry } from './variable-registry';
|
|
1
|
+
import { VariableContribution } from './variable-protocol.js';
|
|
2
|
+
import type { VariableRegistry } from './variable-registry.js';
|
|
3
3
|
export declare class DefaultVariableContribution implements VariableContribution {
|
|
4
4
|
registerVariables(vars: VariableRegistry): void;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-variable-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/default-variable-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"default-variable-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/default-variable-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,qBACa,2BAA4B,YAAW,oBAAoB;IACtE,iBAAiB,CAAC,IAAI,EAAE,gBAAgB,GAAG,IAAI;CA2JhD"}
|
|
@@ -6,7 +6,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
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); }
|
|
8
8
|
import { singleton } from "../../../ioc/index.js";
|
|
9
|
-
import { VariableContribution } from "./variable-protocol";
|
|
9
|
+
import { VariableContribution } from "./variable-protocol.js";
|
|
10
10
|
export var DefaultVariableContribution = (_dec = singleton({
|
|
11
11
|
contrib: VariableContribution
|
|
12
12
|
}), _dec(_class = /*#__PURE__*/function () {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './variable-registry';
|
|
2
|
-
export * from './variable-protocol';
|
|
1
|
+
export * from './variable-registry.js';
|
|
2
|
+
export * from './variable-protocol.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./variable-registry";
|
|
2
|
-
export * from "./variable-protocol";
|
|
1
|
+
export * from "./variable-registry.js";
|
|
2
|
+
export * from "./variable-protocol.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Syringe } from '../../../ioc/index.js';
|
|
2
|
-
import type { VariableRegistry } from './variable-registry';
|
|
2
|
+
import type { VariableRegistry } from './variable-registry.js';
|
|
3
3
|
export declare const VariableContribution: Syringe.DefinedToken;
|
|
4
4
|
export type VariableContribution = {
|
|
5
5
|
registerVariables: (vars: VariableRegistry) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variable-protocol.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/variable-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"variable-protocol.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/variable-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAEhD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,eAAO,MAAM,oBAAoB,sBAA8C,CAAC;AAChF,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACrD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Disposable } from '../../../common/index.js';
|
|
2
|
-
import { BaseVariableRegistry } from '../base-variable-registry';
|
|
3
|
-
import type { VariableDefinition } from '../protocol';
|
|
2
|
+
import { BaseVariableRegistry } from '../base-variable-registry.js';
|
|
3
|
+
import type { VariableDefinition } from '../protocol.js';
|
|
4
4
|
/**
|
|
5
5
|
* It should be implemented by an extension, e.g. by the monaco extension.
|
|
6
6
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variable-registry.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/variable-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"variable-registry.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/basic/variable-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD;;GAEG;AACH,qBACa,gBAAiB,SAAQ,oBAAoB;IACxD,cAAuB,cAAc,IAAI,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAEpE;IACD,UAAmB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,CAAa;IAE7E,QAAQ,CAAC,GAAG,WAAW,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,GAAG,UAAU;cAIxD,UAAU,CAAC,UAAU,EAAE,kBAAkB,CAAC,MAAM,CAAC,GAAG,UAAU;CAGlF"}
|
|
@@ -21,7 +21,7 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
|
21
21
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
22
22
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
23
23
|
import { singleton } from "../../../ioc/index.js";
|
|
24
|
-
import { BaseVariableRegistry } from "../base-variable-registry";
|
|
24
|
+
import { BaseVariableRegistry } from "../base-variable-registry.js";
|
|
25
25
|
/**
|
|
26
26
|
* It should be implemented by an extension, e.g. by the monaco extension.
|
|
27
27
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ColorContribution } from './color-protocol';
|
|
2
|
-
import type { ColorRegistry } from './color-registry';
|
|
1
|
+
import { ColorContribution } from './color-protocol.js';
|
|
2
|
+
import type { ColorRegistry } from './color-registry.js';
|
|
3
3
|
export declare class AntdColorContribution implements ColorContribution {
|
|
4
4
|
registerColors(colors: ColorRegistry): void;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"antd-color-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/antd-color-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"antd-color-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/antd-color-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGzD,qBACa,qBAAsB,YAAW,iBAAiB;IAC7D,cAAc,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI;CAy9B5C"}
|
|
@@ -6,8 +6,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
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); }
|
|
8
8
|
import { singleton } from "../../../ioc/index.js";
|
|
9
|
-
import { ColorContribution } from "./color-protocol";
|
|
10
|
-
import { Color } from "./color-registry";
|
|
9
|
+
import { ColorContribution } from "./color-protocol.js";
|
|
10
|
+
import { Color } from "./color-registry.js";
|
|
11
11
|
export var AntdColorContribution = (_dec = singleton({
|
|
12
12
|
contrib: ColorContribution
|
|
13
13
|
}), _dec(_class = /*#__PURE__*/function () {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Syringe } from '../../../ioc/index.js';
|
|
2
|
-
import type { VariableDefinition } from '../protocol';
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
2
|
+
import type { VariableDefinition } from '../protocol.js';
|
|
3
|
+
import type { ColorRegistry } from './color-registry.js';
|
|
4
|
+
import type { Color } from './color.js';
|
|
5
5
|
export declare const ColorContribution: Syringe.DefinedToken;
|
|
6
6
|
export type ColorContribution = {
|
|
7
7
|
registerColors: (colors: ColorRegistry) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-protocol.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/color-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"color-protocol.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/color-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAExC,eAAO,MAAM,iBAAiB,sBAA2C,CAAC;AAC1E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Disposable } from '../../../common/index.js';
|
|
2
|
-
import { BaseVariableRegistry } from '../base-variable-registry';
|
|
3
|
-
import type { VariableDefinition } from '../protocol';
|
|
4
|
-
import * as VSColor from './color';
|
|
2
|
+
import { BaseVariableRegistry } from '../base-variable-registry.js';
|
|
3
|
+
import type { VariableDefinition } from '../protocol.js';
|
|
4
|
+
import * as VSColor from './color.js';
|
|
5
5
|
/**
|
|
6
6
|
* Either be a reference to an existing color or a color value as a hex string, rgba, or hsla.
|
|
7
7
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-registry.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/color-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"color-registry.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/color-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAEzD,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,mBAAmB,CAAC;AAC/D,yBAAiB,KAAK,CAAC;IACrB,SAAgB,IAAI,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,SAAI,GAAG,KAAK,CAElE;IACD,SAAgB,IAAI,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,SAAI,GAAG,KAAK,CAElE;IACM,MAAM,KAAK,OAAyB,CAAC;IACrC,MAAM,KAAK,OAAmB,CAAC;IACtC,SAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAErE;IACD,SAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAEjE;IACD,SAAgB,MAAM,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAEhE;CACF;AACD,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,aAAa,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC3C,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AACF,MAAM,MAAM,IAAI,GAAG;IACjB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,MAAM,MAAM,IAAI,GAAG;IACjB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,qBACa,aAAc,SAAQ,oBAAoB;IACrD,cAAuB,cAAc,IAAI,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAEnE;IACD,UAAmB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAa;IAE5E,QAAQ,CAAC,GAAG,WAAW,EAAE,kBAAkB,CAAC,KAAK,CAAC,EAAE,GAAG,UAAU;cAIvD,UAAU,CAAC,UAAU,EAAE,kBAAkB,CAAC,KAAK,CAAC,GAAG,UAAU;IAIhF,SAAS;IAIT,eAAe,CAAC,EAAE,EAAE,MAAM;IAIjB,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAalE,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,SAAS;CAyBhF"}
|
|
@@ -21,8 +21,8 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
|
21
21
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
22
22
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
23
23
|
import { singleton } from "../../../ioc/index.js";
|
|
24
|
-
import { BaseVariableRegistry } from "../base-variable-registry";
|
|
25
|
-
import * as VSColor from "./color";
|
|
24
|
+
import { BaseVariableRegistry } from "../base-variable-registry.js";
|
|
25
|
+
import * as VSColor from "./color.js";
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Either be a reference to an existing color or a color value as a hex string, rgba, or hsla.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ColorContribution } from './color-protocol';
|
|
2
|
-
import type { ColorRegistry } from './color-registry';
|
|
1
|
+
import { ColorContribution } from './color-protocol.js';
|
|
2
|
+
import type { ColorRegistry } from './color-registry.js';
|
|
3
3
|
export declare class DefaultColorContribution implements ColorContribution {
|
|
4
4
|
registerColors(colors: ColorRegistry): void;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-color-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/default-color-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"default-color-contribution.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/default-color-contribution.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGzD,qBACa,wBAAyB,YAAW,iBAAiB;IAChE,cAAc,CAAC,MAAM,EAAE,aAAa,GAAG,IAAI;CA6e5C"}
|
|
@@ -6,8 +6,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
6
6
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
7
|
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); }
|
|
8
8
|
import { singleton } from "../../../ioc/index.js";
|
|
9
|
-
import { ColorContribution } from "./color-protocol";
|
|
10
|
-
import { Color } from "./color-registry";
|
|
9
|
+
import { ColorContribution } from "./color-protocol.js";
|
|
10
|
+
import { Color } from "./color-registry.js";
|
|
11
11
|
export var DefaultColorContribution = (_dec = singleton({
|
|
12
12
|
contrib: ColorContribution
|
|
13
13
|
}), _dec(_class = /*#__PURE__*/function () {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './color-registry';
|
|
2
|
-
export * from './color-protocol';
|
|
1
|
+
export * from './color-registry.js';
|
|
2
|
+
export * from './color-protocol.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/theme/color/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./color-registry";
|
|
2
|
-
export * from "./color-protocol";
|
|
1
|
+
export * from "./color-registry.js";
|
|
2
|
+
export * from "./color-protocol.js";
|
package/es/core/theme/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
2
|
-
export * from './basic';
|
|
3
|
-
export * from './color';
|
|
4
|
-
export * from './theme-service';
|
|
5
|
-
export * from './protocol';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
|
+
export * from './basic/index.js';
|
|
3
|
+
export * from './color/index.js';
|
|
4
|
+
export * from './theme-service.js';
|
|
5
|
+
export * from './protocol.js';
|
|
6
6
|
export declare const ThemeModule: ManaModule;
|
|
7
7
|
export declare const ThemeVariableModule: ManaModule;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAahD,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAE9B,eAAO,MAAM,WAAW,YAKtB,CAAC;AAEH,eAAO,MAAM,mBAAmB,YAWR,CAAC"}
|