@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
package/src/core/index.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ApplicationModule } from './application';
|
|
2
|
-
import { CommandModule } from './command';
|
|
3
|
-
import { CommonModule } from './common';
|
|
4
|
-
import { ConfigurationModule } from './configuration';
|
|
5
|
-
import { ContextModule } from './context';
|
|
6
|
-
import { KeybindModule } from './keybinding';
|
|
7
|
-
import { CoreMenuModule } from './menu';
|
|
8
|
-
import { ManaModule } from './module';
|
|
9
|
-
import { SelectionModule } from './selection';
|
|
10
|
-
import { ThemeVariableModule } from './theme';
|
|
11
|
-
import { CoreToolbarModule } from './toolbar';
|
|
12
|
-
import { ViewModule } from './view';
|
|
1
|
+
import { ApplicationModule } from './application/index.js';
|
|
2
|
+
import { CommandModule } from './command/index.js';
|
|
3
|
+
import { CommonModule } from './common/index.js';
|
|
4
|
+
import { ConfigurationModule } from './configuration/index.js';
|
|
5
|
+
import { ContextModule } from './context/index.js';
|
|
6
|
+
import { KeybindModule } from './keybinding/index.js';
|
|
7
|
+
import { CoreMenuModule } from './menu/index.js';
|
|
8
|
+
import { ManaModule } from './module/index.js';
|
|
9
|
+
import { SelectionModule } from './selection/index.js';
|
|
10
|
+
import { ThemeVariableModule } from './theme/index.js';
|
|
11
|
+
import { CoreToolbarModule } from './toolbar/index.js';
|
|
12
|
+
import { ViewModule } from './view/index.js';
|
|
13
13
|
|
|
14
|
-
export * from './components';
|
|
15
|
-
export * from './application';
|
|
16
|
-
export * from './browser';
|
|
17
|
-
export * from './command';
|
|
18
|
-
export * from './menu';
|
|
19
|
-
export * from './common';
|
|
20
|
-
export * from './context';
|
|
21
|
-
export * from './module';
|
|
22
|
-
export * from './view';
|
|
23
|
-
export * from './selection';
|
|
24
|
-
export * from './theme';
|
|
25
|
-
export * from './toolbar';
|
|
26
|
-
export * from './keybinding';
|
|
27
|
-
export * from './keyboard';
|
|
28
|
-
export * from './configuration';
|
|
29
|
-
export * from './utils';
|
|
14
|
+
export * from './components/index.js';
|
|
15
|
+
export * from './application/index.js';
|
|
16
|
+
export * from './browser.js';
|
|
17
|
+
export * from './command/index.js';
|
|
18
|
+
export * from './menu/index.js';
|
|
19
|
+
export * from './common/index.js';
|
|
20
|
+
export * from './context/index.js';
|
|
21
|
+
export * from './module/index.js';
|
|
22
|
+
export * from './view/index.js';
|
|
23
|
+
export * from './selection/index.js';
|
|
24
|
+
export * from './theme/index.js';
|
|
25
|
+
export * from './toolbar/index.js';
|
|
26
|
+
export * from './keybinding/index.js';
|
|
27
|
+
export * from './keyboard/index.js';
|
|
28
|
+
export * from './configuration/index.js';
|
|
29
|
+
export * from './utils/index.js';
|
|
30
30
|
|
|
31
31
|
export const ManaPreset = ManaModule.create().dependOn(
|
|
32
32
|
CommonModule,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Emitter } from '../../common/index.js';
|
|
2
2
|
import { inject, postConstruct, singleton } from '../../ioc/index.js';
|
|
3
3
|
|
|
4
|
-
import type { ContextKeyExpression, IContextKey } from './vs/contextkey';
|
|
5
|
-
import { ContextKeyExpr } from './vs/contextkey';
|
|
6
|
-
import { VSContextKeyService } from './vs/contextKeyService';
|
|
4
|
+
import type { ContextKeyExpression, IContextKey } from './vs/contextkey.js';
|
|
5
|
+
import { ContextKeyExpr } from './vs/contextkey.js';
|
|
6
|
+
import { VSContextKeyService } from './vs/contextKeyService.js';
|
|
7
7
|
|
|
8
8
|
export type ContextKeyChangeEvent = {
|
|
9
9
|
affects: (keys: Set<string>) => boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { KeybindingContribution } from './keybinding-proocol';
|
|
2
|
-
export { KeybindingRegistry } from './keybinding';
|
|
3
|
-
export { ContextKeyService } from './context-key-service';
|
|
4
|
-
export * from './vs/contextkey';
|
|
5
|
-
export * from './module';
|
|
1
|
+
export { KeybindingContribution } from './keybinding-proocol.js';
|
|
2
|
+
export { KeybindingRegistry } from './keybinding.js';
|
|
3
|
+
export { ContextKeyService } from './context-key-service.js';
|
|
4
|
+
export * from './vs/contextkey.js';
|
|
5
|
+
export * from './module.js';
|
|
@@ -3,16 +3,15 @@ import { isOSX } from '../../common/index.js';
|
|
|
3
3
|
import { Emitter, Disposable, DisposableCollection } from '../../common/index.js';
|
|
4
4
|
import { contrib, inject, singleton, Syringe } from '../../ioc/index.js';
|
|
5
5
|
import type { Contribution } from '../../ioc/index.js';
|
|
6
|
-
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
import { KeybindingContribution } from './keybinding-proocol';
|
|
6
|
+
import type { Application } from '../application/index.js';
|
|
7
|
+
import { ApplicationContribution } from '../application/index.js';
|
|
8
|
+
import { CommandRegistry, Command } from '../command/index.js';
|
|
9
|
+
import { DebugService } from '../common/debug.js';
|
|
10
|
+
import { KeyboardLayoutService } from '../keyboard/keyboard-layout-service.js';
|
|
11
|
+
import { KeyCode, KeySequence, Key } from '../keyboard/keys.js';
|
|
12
|
+
|
|
13
|
+
import { ContextKeyService } from './context-key-service.js';
|
|
14
|
+
import { KeybindingContribution } from './keybinding-proocol.js';
|
|
16
15
|
|
|
17
16
|
/**
|
|
18
17
|
* A Keybinding binds a specific key sequence ({@link Keybinding#keybinding}) to trigger a command ({@link Keybinding#command}). A Keybinding optionally may
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
BrowserKeyboardLayoutProvider,
|
|
3
|
+
KeyboardLayoutService,
|
|
4
|
+
} from '../keyboard/index.js';
|
|
5
|
+
import { ManaModule } from '../module/index.js';
|
|
3
6
|
|
|
4
|
-
import { ContextKeyService } from './context-key-service';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { ConfigurationService } from './vs/configuration/configurationService';
|
|
8
|
-
import { VSContextKeyService } from './vs/contextKeyService';
|
|
7
|
+
import { ContextKeyService } from './context-key-service.js';
|
|
8
|
+
import { KeybindingContribution } from './keybinding-proocol.js';
|
|
9
|
+
import { KeybindingContext, KeybindingRegistry } from './keybinding.js';
|
|
10
|
+
import { ConfigurationService } from './vs/configuration/configurationService.js';
|
|
11
|
+
import { VSContextKeyService } from './vs/contextKeyService.js';
|
|
9
12
|
|
|
10
13
|
export const KeybindModule = ManaModule.create()
|
|
11
14
|
.contribution(KeybindingContribution, KeybindingContext)
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
import type { Event, IStringDictionary } from '../../../../common/index.js';
|
|
7
7
|
import { objects, types, URI } from '../../../../common/index.js';
|
|
8
8
|
import { Syringe } from '../../../../ioc/index.js';
|
|
9
|
-
import { Registry } from '../platform';
|
|
9
|
+
import { Registry } from '../platform.js';
|
|
10
10
|
|
|
11
11
|
// import type { IWorkspaceFolder } from 'vs/platform/workspace/common/workspace';
|
|
12
12
|
// import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
|
|
13
|
-
import type { IConfigurationRegistry } from './configurationRegistry';
|
|
13
|
+
import type { IConfigurationRegistry } from './configurationRegistry.js';
|
|
14
14
|
import {
|
|
15
15
|
Extensions,
|
|
16
16
|
overrideIdentifierFromKey,
|
|
17
17
|
OVERRIDE_PROPERTY_PATTERN,
|
|
18
|
-
} from './configurationRegistry';
|
|
18
|
+
} from './configurationRegistry.js';
|
|
19
19
|
|
|
20
20
|
// export const IConfigurationService = createDecorator<IConfigurationService>('configurationService');
|
|
21
21
|
export const IConfigurationService = Syringe.defineToken('IConfigurationService');
|
|
@@ -8,9 +8,8 @@ import { types } from '../../../../common/index.js';
|
|
|
8
8
|
import { objects } from '../../../../common/index.js';
|
|
9
9
|
import type { URI } from '../../../../common/index.js';
|
|
10
10
|
import type { Event } from '../../../../common/index.js';
|
|
11
|
-
|
|
12
|
-
import {
|
|
13
|
-
import { Registry } from '../platform';
|
|
11
|
+
import { getOrSet, ResourceMap, VSDisposable } from '../../../utils/index.js';
|
|
12
|
+
import { Registry } from '../platform.js';
|
|
14
13
|
|
|
15
14
|
import {
|
|
16
15
|
addToValueTree,
|
|
@@ -6,12 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
import type { Event, IStringDictionary } from '../../../../common/index.js';
|
|
8
8
|
import { Emitter, types } from '../../../../common/index.js';
|
|
9
|
-
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import { Registry } from '../platform';
|
|
9
|
+
import * as nls from '../../../nls.js';
|
|
10
|
+
import type { IJSONContributionRegistry } from '../jsonContributionRegistry.js';
|
|
11
|
+
import { Extensions as JSONExtensions } from '../jsonContributionRegistry.js';
|
|
12
|
+
import type { IJSONSchema } from '../jsonSchema.js';
|
|
13
|
+
import { Registry } from '../platform.js';
|
|
15
14
|
|
|
16
15
|
export const Extensions = {
|
|
17
16
|
Configuration: 'base.contributions.configuration',
|
|
@@ -6,32 +6,31 @@
|
|
|
6
6
|
import { Emitter } from '../../../../common/index.js';
|
|
7
7
|
import type { Event } from '../../../../common/index.js';
|
|
8
8
|
import { singleton } from '../../../../ioc/index.js';
|
|
9
|
-
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import { Registry } from '../platform';
|
|
9
|
+
import type { IDisposable } from '../../../utils/lifecycle.js';
|
|
10
|
+
import { VSDisposable } from '../../../utils/lifecycle.js';
|
|
11
|
+
import { Registry } from '../platform.js';
|
|
13
12
|
|
|
14
13
|
import {
|
|
15
14
|
ConfigurationTarget,
|
|
16
15
|
isConfigurationOverrides,
|
|
17
16
|
IConfigurationService,
|
|
18
|
-
} from './configuration';
|
|
17
|
+
} from './configuration.js';
|
|
19
18
|
import type {
|
|
20
19
|
IConfigurationChangeEvent,
|
|
21
20
|
IConfigurationOverrides,
|
|
22
21
|
IConfigurationData,
|
|
23
22
|
IConfigurationValue,
|
|
24
23
|
IConfigurationChange,
|
|
25
|
-
} from './configuration';
|
|
24
|
+
} from './configuration.js';
|
|
26
25
|
import {
|
|
27
26
|
DefaultConfigurationModel,
|
|
28
27
|
Configuration,
|
|
29
28
|
ConfigurationModel,
|
|
30
29
|
ConfigurationChangeEvent,
|
|
31
30
|
UserSettings,
|
|
32
|
-
} from './configurationModels';
|
|
33
|
-
import { Extensions } from './configurationRegistry';
|
|
34
|
-
import type { IConfigurationRegistry } from './configurationRegistry';
|
|
31
|
+
} from './configurationModels.js';
|
|
32
|
+
import { Extensions } from './configurationRegistry.js';
|
|
33
|
+
import type { IConfigurationRegistry } from './configurationRegistry.js';
|
|
35
34
|
|
|
36
35
|
@singleton({ contrib: IConfigurationService })
|
|
37
36
|
export class ConfigurationService
|
|
@@ -7,18 +7,18 @@ import type { Emitter, Event } from '../../../common/index.js';
|
|
|
7
7
|
import { Iterable } from '../../../common/index.js';
|
|
8
8
|
import { PauseableEmitter } from '../../../common/index.js';
|
|
9
9
|
import { objects } from '../../../common/index.js';
|
|
10
|
-
import { prop } from '../../../observable/index.js';
|
|
11
10
|
import { inject, injectable, singleton } from '../../../ioc/index.js';
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
14
|
-
import {
|
|
15
|
-
import
|
|
16
|
-
import {
|
|
11
|
+
import { prop } from '../../../observable/index.js';
|
|
12
|
+
import type { CommandRegistry } from '../../command/index.js';
|
|
13
|
+
import type { CommandContribution } from '../../command/index.js';
|
|
14
|
+
import { DisposableStore, MutableDisposable } from '../../utils/index.js';
|
|
15
|
+
import type { IDisposable } from '../../utils/index.js';
|
|
16
|
+
import { TernarySearchTree } from '../../utils/map.js';
|
|
17
17
|
|
|
18
18
|
import {
|
|
19
19
|
ConfigurationTarget,
|
|
20
20
|
IConfigurationService,
|
|
21
|
-
} from './configuration/configuration';
|
|
21
|
+
} from './configuration/configuration.js';
|
|
22
22
|
import type {
|
|
23
23
|
IContext,
|
|
24
24
|
IContextKeyChangeEvent,
|
|
@@ -27,12 +27,12 @@ import type {
|
|
|
27
27
|
ContextKeyExpression,
|
|
28
28
|
ContextKeyInfo,
|
|
29
29
|
IContextKey,
|
|
30
|
-
} from './contextkey';
|
|
30
|
+
} from './contextkey.js';
|
|
31
31
|
import {
|
|
32
32
|
SET_CONTEXT_COMMAND_ID,
|
|
33
33
|
RawContextKey,
|
|
34
34
|
IContextKeyService,
|
|
35
|
-
} from './contextkey';
|
|
35
|
+
} from './contextkey.js';
|
|
36
36
|
|
|
37
37
|
const KEYBINDING_CONTEXT_ATTR = 'data-mana-keybinding-context';
|
|
38
38
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
import { isMacintosh, isLinux, isWindows, isWeb } from '../../../common/index.js';
|
|
7
|
-
import { localize } from '../../nls';
|
|
7
|
+
import { localize } from '../../nls.js';
|
|
8
8
|
|
|
9
|
-
import { RawContextKey } from './contextkey';
|
|
9
|
+
import { RawContextKey } from './contextkey.js';
|
|
10
10
|
|
|
11
11
|
export const IsMacContext = new RawContextKey<boolean>(
|
|
12
12
|
'isMac',
|
|
@@ -44,7 +44,7 @@ export const IsDevelopmentContext = new RawContextKey<boolean>(
|
|
|
44
44
|
true,
|
|
45
45
|
);
|
|
46
46
|
|
|
47
|
-
export const InputFocusedContextKey = 'inputFocus';
|
|
47
|
+
export const InputFocusedContextKey = 'inputFocus.js';
|
|
48
48
|
export const InputFocusedContext = new RawContextKey<boolean>(
|
|
49
49
|
InputFocusedContextKey,
|
|
50
50
|
false,
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
import type { Event } from '../../../common/index.js';
|
|
7
7
|
import { Emitter } from '../../../common/index.js';
|
|
8
8
|
|
|
9
|
-
import type { IJSONSchema } from './jsonSchema';
|
|
10
|
-
import * as platform from './platform';
|
|
9
|
+
import type { IJSONSchema } from './jsonSchema.js';
|
|
10
|
+
import * as platform from './platform.js';
|
|
11
11
|
|
|
12
12
|
export const Extensions = {
|
|
13
13
|
JSONContribution: 'base.contributions.json',
|
|
@@ -2,19 +2,18 @@ import type { Event } from '../../common/index.js';
|
|
|
2
2
|
import { Deferred, Emitter } from '../../common/index.js';
|
|
3
3
|
import { isOSX } from '../../common/index.js';
|
|
4
4
|
import { inject, postConstruct, singleton } from '../../ioc/index.js';
|
|
5
|
-
|
|
6
|
-
import { LocalStorageService } from '../common';
|
|
5
|
+
import { LocalStorageService } from '../common/index.js';
|
|
7
6
|
|
|
8
7
|
import {
|
|
9
8
|
KeyboardLayoutProvider,
|
|
10
9
|
KeyboardLayoutChangeNotifier,
|
|
11
|
-
} from './keyboard-protocol';
|
|
10
|
+
} from './keyboard-protocol.js';
|
|
12
11
|
import type {
|
|
13
12
|
KeyValidationInput,
|
|
14
13
|
KeyValidator,
|
|
15
14
|
NativeKeyboardLayout,
|
|
16
|
-
} from './keyboard-protocol';
|
|
17
|
-
import { layoutRawDataLoader, en_US_mac, en_US_pc } from './layouts';
|
|
15
|
+
} from './keyboard-protocol.js';
|
|
16
|
+
import { layoutRawDataLoader, en_US_mac, en_US_pc } from './layouts/index.js';
|
|
18
17
|
|
|
19
18
|
export type KeyboardLayoutSource =
|
|
20
19
|
| 'navigator.keyboard'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './keys';
|
|
2
|
-
export * from './keyboard-layout-service';
|
|
3
|
-
export * from './keyboard-protocol';
|
|
4
|
-
export * from './browser-keyboard-layout-provider';
|
|
1
|
+
export * from './keys.js';
|
|
2
|
+
export * from './keyboard-layout-service.js';
|
|
3
|
+
export * from './keyboard-protocol.js';
|
|
4
|
+
export * from './browser-keyboard-layout-provider.js';
|
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
/* eslint-disable no-restricted-syntax */
|
|
4
4
|
/* eslint-disable class-methods-use-this */
|
|
5
5
|
/* eslint-disable no-plusplus */
|
|
6
|
+
import type { IWindowsKeyMapping } from 'native-keymap';
|
|
7
|
+
|
|
6
8
|
import type { Event } from '../../common/index.js';
|
|
7
9
|
import { Emitter, isWindows } from '../../common/index.js';
|
|
8
10
|
import { inject, optional, singleton } from '../../ioc/index.js';
|
|
9
|
-
import type { IWindowsKeyMapping } from 'native-keymap';
|
|
10
11
|
|
|
11
|
-
import type { NativeKeyboardLayout } from './keyboard-protocol';
|
|
12
|
+
import type { NativeKeyboardLayout } from './keyboard-protocol.js';
|
|
12
13
|
import {
|
|
13
14
|
KeyboardLayoutProvider,
|
|
14
15
|
KeyboardLayoutChangeNotifier,
|
|
15
16
|
KeyValidator,
|
|
16
|
-
} from './keyboard-protocol';
|
|
17
|
-
import { KeyCode, Key } from './keys';
|
|
17
|
+
} from './keyboard-protocol.js';
|
|
18
|
+
import { KeyCode, Key } from './keys.js';
|
|
18
19
|
|
|
19
20
|
export type KeyboardLayout = {
|
|
20
21
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
import en_US_mac_data from './en-US-mac';
|
|
3
|
-
import en_US_pc_data from './en-US-pc';
|
|
2
|
+
import en_US_mac_data from './en-US-mac.js';
|
|
3
|
+
import en_US_pc_data from './en-US-pc.js';
|
|
4
4
|
|
|
5
5
|
export const en_US_mac = en_US_mac_data as any;
|
|
6
6
|
export const en_US_pc = en_US_pc_data as any;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
2
|
import type { Disposable, Event } from '../../common/index.js';
|
|
3
3
|
import { Emitter } from '../../common/index.js';
|
|
4
|
-
import { getOrigin, prop } from '../../observable/index.js';
|
|
5
4
|
import { inject, transient } from '../../ioc/index.js';
|
|
5
|
+
import { getOrigin, prop } from '../../observable/index.js';
|
|
6
|
+
import { CommandRegistry } from '../command/command-registry.js';
|
|
7
|
+
import { renderNode } from '../view/utils.js';
|
|
6
8
|
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
import { CommandMenuNode, ExecutableMenuNode, MenuSymbol } from './menu-protocol';
|
|
11
|
-
import type { MenuItem, MenuPath, ActionMenuNode, MenuNode } from './menu-protocol';
|
|
9
|
+
import { CommandMenuNode, ExecutableMenuNode, MenuSymbol } from './menu-protocol.js';
|
|
10
|
+
import type { MenuItem, MenuPath, ActionMenuNode, MenuNode } from './menu-protocol.js';
|
|
12
11
|
|
|
13
12
|
/**
|
|
14
13
|
* Node representing a (sub)menu in the menu tree structure.
|
package/src/core/menu/index.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
2
|
|
|
3
|
-
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node';
|
|
4
|
-
import type { MenuNode, MenuPath } from './menu-protocol';
|
|
3
|
+
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node.js';
|
|
4
|
+
import type { MenuNode, MenuPath } from './menu-protocol.js';
|
|
5
5
|
import {
|
|
6
6
|
MenuSymbol,
|
|
7
7
|
ActionMenuItemFactory,
|
|
8
8
|
GeneralMenuItemFactory,
|
|
9
|
-
} from './menu-protocol';
|
|
10
|
-
import { MenuRegistry, MenuContribution } from './menu-registry';
|
|
9
|
+
} from './menu-protocol.js';
|
|
10
|
+
import { MenuRegistry, MenuContribution } from './menu-registry.js';
|
|
11
11
|
|
|
12
|
-
export * from './menu-registry';
|
|
13
|
-
export * from './menu-protocol';
|
|
12
|
+
export * from './menu-registry.js';
|
|
13
|
+
export * from './menu-protocol.js';
|
|
14
14
|
|
|
15
15
|
export const CoreMenuModule = ManaModule.create()
|
|
16
16
|
.contribution(MenuContribution)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { CommandHandler } from '../command/command-protocol';
|
|
1
|
+
import type { CommandHandler } from '../command/command-protocol.js';
|
|
2
2
|
|
|
3
3
|
import type {
|
|
4
4
|
DefaultActionMenuItem,
|
|
5
5
|
DefaultGeneralMenuItem,
|
|
6
|
-
} from './default-menu-node';
|
|
6
|
+
} from './default-menu-node.js';
|
|
7
7
|
|
|
8
8
|
export type ActionMenuItem = DefaultActionMenuItem;
|
|
9
9
|
export type GeneralMenuItem = DefaultGeneralMenuItem;
|
|
@@ -2,23 +2,22 @@ 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 { contrib, inject, singleton, Syringe } from '../../ioc/index.js';
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
import { CommandRegistry } from '../command/command-registry';
|
|
5
|
+
import { ApplicationContribution } from '../application/application.js';
|
|
6
|
+
import { CommandRegistry } from '../command/command-registry.js';
|
|
8
7
|
|
|
9
8
|
import type {
|
|
10
9
|
MenuOptions,
|
|
11
10
|
MenuPath,
|
|
12
11
|
ActionMenuNode,
|
|
13
12
|
GeneralMenuItem,
|
|
14
|
-
} from './menu-protocol';
|
|
15
|
-
import { CommandMenuNode, ExecutableMenuNode } from './menu-protocol';
|
|
13
|
+
} from './menu-protocol.js';
|
|
14
|
+
import { CommandMenuNode, ExecutableMenuNode } from './menu-protocol.js';
|
|
16
15
|
import {
|
|
17
16
|
GeneralMenuItemFactory,
|
|
18
17
|
MenuNode,
|
|
19
18
|
MenuItem,
|
|
20
19
|
ActionMenuItemFactory,
|
|
21
|
-
} from './menu-protocol';
|
|
20
|
+
} from './menu-protocol.js';
|
|
22
21
|
|
|
23
22
|
export const MenuContribution = Syringe.defineToken('MenuContribution');
|
|
24
23
|
|
package/src/core/menu/module.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
2
|
|
|
3
|
-
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node';
|
|
4
|
-
import type { MenuNode } from './menu-protocol';
|
|
5
|
-
import { GeneralMenuItemFactory } from './menu-protocol';
|
|
6
|
-
import { ActionMenuItemFactory } from './menu-protocol';
|
|
7
|
-
import { MenuSymbol } from './menu-protocol';
|
|
8
|
-
import { MenuRegistry, MenuContribution } from './menu-registry';
|
|
3
|
+
import { DefaultActionMenuItem, DefaultGeneralMenuItem } from './default-menu-node.js';
|
|
4
|
+
import type { MenuNode } from './menu-protocol.js';
|
|
5
|
+
import { GeneralMenuItemFactory } from './menu-protocol.js';
|
|
6
|
+
import { ActionMenuItemFactory } from './menu-protocol.js';
|
|
7
|
+
import { MenuSymbol } from './menu-protocol.js';
|
|
8
|
+
import { MenuRegistry, MenuContribution } from './menu-registry.js';
|
|
9
9
|
|
|
10
10
|
export const MenuModule = ManaModule.create()
|
|
11
11
|
.contribution(MenuContribution)
|
package/src/core/module/index.ts
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';
|
|
@@ -2,8 +2,8 @@ import assert from 'assert';
|
|
|
2
2
|
|
|
3
3
|
import { Container, singleton } from '../../ioc/index.js';
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { ManaContext } from './mana-module-context.js';
|
|
6
|
+
import { ManaModule } from './mana-module.js';
|
|
7
7
|
|
|
8
8
|
describe('mana module', () => {
|
|
9
9
|
it('name', async () => {
|
|
@@ -2,7 +2,7 @@ import type { MaybePromise } from '../../common/index.js';
|
|
|
2
2
|
import { Deferred } from '../../common/index.js';
|
|
3
3
|
import { SyringeModule } from '../../ioc/index.js';
|
|
4
4
|
|
|
5
|
-
import type { CanloadModule, ModuleLoader, ModulePreload } from './module-protocol';
|
|
5
|
+
import type { CanloadModule, ModuleLoader, ModulePreload } from './module-protocol.js';
|
|
6
6
|
|
|
7
7
|
export class ManaModule extends SyringeModule<MaybePromise<ManaModule>> {
|
|
8
8
|
protected preloadMethod?: ModulePreload;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MaybePromise } from '../../common/index.js';
|
|
2
2
|
import type { Syringe, SyringeModuleLoader } from '../../ioc/index.js';
|
|
3
3
|
|
|
4
|
-
import type { ManaModule } from './mana-module';
|
|
4
|
+
import type { ManaModule } from './mana-module.js';
|
|
5
5
|
|
|
6
6
|
export type ModulePreload = (ctx: Syringe.Context) => Promise<void>;
|
|
7
7
|
export type CanloadModule = (ctx: ManaModule) => Promise<boolean>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
2
|
|
|
3
|
-
import { SelectionService } from './selection-service';
|
|
3
|
+
import { SelectionService } from './selection-service.js';
|
|
4
4
|
|
|
5
5
|
export const SelectionModule = ManaModule.create().register(SelectionService);
|
|
6
6
|
|
|
7
|
-
export * from './selection-service';
|
|
7
|
+
export * from './selection-service.js';
|
|
@@ -6,14 +6,13 @@ import {
|
|
|
6
6
|
isPromiseLike,
|
|
7
7
|
} from '../../common/index.js';
|
|
8
8
|
import { singleton, inject } from '../../ioc/index.js';
|
|
9
|
+
import { localStorageService } from '../common/index.js';
|
|
10
|
+
import type { StorageService } from '../common/index.js';
|
|
9
11
|
|
|
10
|
-
import {
|
|
11
|
-
import type {
|
|
12
|
-
|
|
13
|
-
import {
|
|
14
|
-
import type { CssVariable, VariableDefinition } from './protocol';
|
|
15
|
-
import type { ExtraTokens } from './theme-service';
|
|
16
|
-
import { ThemeService } from './theme-service';
|
|
12
|
+
import { DefaultVariablePrefix } from './protocol.js';
|
|
13
|
+
import type { CssVariable, VariableDefinition } from './protocol.js';
|
|
14
|
+
import type { ExtraTokens } from './theme-service.js';
|
|
15
|
+
import { ThemeService } from './theme-service.js';
|
|
17
16
|
|
|
18
17
|
/**
|
|
19
18
|
* It should be implemented by an extension, e.g. by the monaco extension.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { singleton } from '../../../ioc/index.js';
|
|
2
2
|
|
|
3
|
-
import { VariableContribution } from './variable-protocol';
|
|
4
|
-
import type { VariableRegistry } from './variable-registry';
|
|
3
|
+
import { VariableContribution } from './variable-protocol.js';
|
|
4
|
+
import type { VariableRegistry } from './variable-registry.js';
|
|
5
5
|
|
|
6
6
|
@singleton({ contrib: VariableContribution })
|
|
7
7
|
export class AntdVariableContribution implements VariableContribution {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { singleton } from '../../../ioc/index.js';
|
|
2
2
|
|
|
3
|
-
import { VariableContribution } from './variable-protocol';
|
|
4
|
-
import type { VariableRegistry } from './variable-registry';
|
|
3
|
+
import { VariableContribution } from './variable-protocol.js';
|
|
4
|
+
import type { VariableRegistry } from './variable-registry.js';
|
|
5
5
|
|
|
6
6
|
@singleton({ contrib: VariableContribution })
|
|
7
7
|
export class DefaultVariableContribution implements VariableContribution {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import assert from 'assert';
|
|
3
3
|
|
|
4
|
-
import { AntdVariableContribution } from './antd-variable-contribution';
|
|
5
|
-
import { VariableRegistry } from './variable-registry';
|
|
4
|
+
import { AntdVariableContribution } from './antd-variable-contribution.js';
|
|
5
|
+
import { VariableRegistry } from './variable-registry.js';
|
|
6
6
|
|
|
7
7
|
describe('theme basic', () => {
|
|
8
8
|
it('#antd variable', () => {
|