@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,5 +1,5 @@
|
|
|
1
1
|
import { useInject } from "../../observable/index.js";
|
|
2
|
-
import { ViewManager, ViewRender } from "../view";
|
|
2
|
+
import { ViewManager, ViewRender } from "../view/index.js";
|
|
3
3
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
4
4
|
export var RootViewRender = function RootViewRender(props) {
|
|
5
5
|
var loading = props.loading;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Disposable } from '../../common/index.js';
|
|
2
|
-
import type { ConfigurationNode } from './configuration-protocol';
|
|
3
|
-
import type { ConfigurationProvider } from './configuration-provider';
|
|
2
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
3
|
+
import type { ConfigurationProvider } from './configuration-provider.js';
|
|
4
4
|
export declare class ConfigurationCache implements Disposable {
|
|
5
5
|
protected cache: Map<ConfigurationProvider, Map<string, any>>;
|
|
6
6
|
has<T>(provider: ConfigurationProvider, node: ConfigurationNode<T>): boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-cache.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-cache.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"configuration-cache.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-cache.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEzE,qBACa,kBAAmB,YAAW,UAAU;IACnD,SAAS,CAAC,KAAK,+CAAsD;IAErE,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,qBAAqB,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAIlE,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,qBAAqB,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC;IAM5E,GAAG,CAAC,CAAC,EAAE,QAAQ,EAAE,qBAAqB,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,CAAC;IAItE,MAAM,CAAC,CAAC,EAAE,QAAQ,EAAE,qBAAqB,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAIrE,KAAK,CAAC,QAAQ,CAAC,EAAE,qBAAqB;IAQtC,SAAS,CAAC,SAAS,UAAS;IAE5B,IAAI,QAAQ,YAEX;IAED,OAAO;CAOR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"configuration-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-protocol.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAE/B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;CAC3B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { MaybePromise } from '../../common/index.js';
|
|
2
2
|
import { Syringe } from '../../ioc/index.js';
|
|
3
|
-
import type { ConfigurationNode } from './configuration-protocol';
|
|
4
|
-
import type { ConfigurationStorage } from './configuration-storage';
|
|
3
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
4
|
+
import type { ConfigurationStorage } from './configuration-storage.js';
|
|
5
5
|
export declare const ConfigurationProvider: Syringe.DefinedToken;
|
|
6
6
|
export interface ConfigurationProvider {
|
|
7
7
|
canHandle: (storage: ConfigurationStorage) => false | number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-provider.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"configuration-provider.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAa,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAMvE,eAAO,MAAM,qBAAqB,sBAA+C,CAAC;AAElF,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,CAAC,OAAO,EAAE,oBAAoB,KAAK,KAAK,GAAG,MAAM,CAAC;IAE7D,GAAG,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC,OAAO,CAAC,CAAC;IAE9D,GAAG,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC,CAAC,CAAC,CAAC;IAExD,GAAG,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC;IAErE,MAAM,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC;IAE9D;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,CAAC,GAAG,CAAC,EAAE,KAAK,YAAY,CAAC,GAAG,EAAE,CAAC,CAAC;CACrE;AAED,qBACa,4BAA6B,YAAW,qBAAqB;IAExE,SAAS,CAAC,WAAW,mBAA0B;IAE/C;;;OAGG;IACH,SAAS,CAAC,OAAO,EAAE,oBAAoB,GAAG,KAAK,GAAG,MAAM;IAOxD,GAAG,6CAED;IAEF,GAAG,yCAED;IAEF,GAAG,oDAED;IAEF,MAAM,0CAEJ;CACH;AAED,qBACa,iCAAkC,YAAW,qBAAqB;IAC7E,SAAS,CAAC,WAAW,UAAgB;IAErC,SAAS,CAAC,OAAO,EAAE,oBAAoB,GAAG,KAAK,GAAG,MAAM;IAOxD,GAAG,6CAED;IAEF,GAAG,uCAGD;IAEF,GAAG,oDAED;IAEF,MAAM,0CAEJ;IAEF,SAAS,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;CAItC"}
|
|
@@ -8,9 +8,9 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
8
8
|
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); }
|
|
9
9
|
function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
|
|
10
10
|
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.'); }
|
|
11
|
-
import { prop } from "../../observable/index.js";
|
|
12
11
|
import { singleton, Syringe } from "../../ioc/index.js";
|
|
13
|
-
import {
|
|
12
|
+
import { prop } from "../../observable/index.js";
|
|
13
|
+
import { LocalConfigurationStorage, DefaultConfigurationStorage } from "./configuration-storage.js";
|
|
14
14
|
export var ConfigurationProvider = Syringe.defineToken('ConfigurationProvider');
|
|
15
15
|
export var DefaultConfigurationProvider = (_dec = singleton({
|
|
16
16
|
contrib: [ConfigurationProvider]
|
|
@@ -2,10 +2,10 @@ import type { MaybePromise } from '../../common/index.js';
|
|
|
2
2
|
import { DisposableCollection } 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/index';
|
|
6
|
-
import type { ConfigurationNode } from './configuration-protocol';
|
|
7
|
-
import type { ConfigurationStorage } from './configuration-storage';
|
|
8
|
-
import { SchemaValidator } from './validation';
|
|
5
|
+
import { ApplicationContribution } from '../application/index.js';
|
|
6
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
7
|
+
import type { ConfigurationStorage } from './configuration-storage.js';
|
|
8
|
+
import { SchemaValidator } from './validation.js';
|
|
9
9
|
export declare const ConfigurationContribution: Syringe.DefinedToken;
|
|
10
10
|
export interface ConfigurationContribution {
|
|
11
11
|
registerConfiguration?: () => MaybePromise<ConfigurationNode<any>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-registry.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAA8B,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"configuration-registry.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAA8B,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAElE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,yBAAyB,sBAErC,CAAC;AACF,MAAM,WAAW,yBAAyB;IACxC,qBAAqB,CAAC,EAAE,MAAM,YAAY,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC,CAAC;IACnE,sBAAsB,CAAC,EAAE,MAAM,YAAY,CAAC,iBAAiB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IACtE,wBAAwB,CAAC,EAAE,MAAM,YAAY,CAAC,iBAAiB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;CACzE;AAED,qBACa,qBAAsB,YAAW,uBAAuB;IACnE,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IAEpD,SAAS,CAAC,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC;IAEtE,SAAS,CAAC,SAAS,uBAA8B;IAEjD,SAAS,CAAC,cAAc,uBAA+B;IAEvD,SAAS,CAAC,kBAAkB,EAAE,iBAAiB,CAAC,OAAO,CAAC,EAAE,CAAM;IAEhE,SAAS,CAAC,MAAM,oCAA+D;gBAGpD,eAAe,EAAE,eAAe,EAEzD,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAMvD,OAAO;cAIG,kBAAkB;IAqBlC,UAAU,CAAC,aAAa,EAAE,iBAAiB,CAAC,GAAG,CAAC;IAIhD,gBAAgB,CAAC,aAAa,EAAE,iBAAiB,CAAC,GAAG,CAAC,GAAG,OAAO;IAWhE,iBAAiB,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,iBAAiB,CAAC,CAAC,CAAC,GAAG,SAAS;IAWlE;;OAEG;IACH,qBAAqB,CAAC,aAAa,EAAE,iBAAiB,CAAC,GAAG,CAAC;IAe3D;;OAEG;IACH,sBAAsB,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,EAAE;IAM/D;;OAEG;IACH,wBAAwB,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,CAAC,EAAE;IAMjE,uBAAuB,CAAC,aAAa,EAAE,iBAAiB,CAAC,GAAG,CAAC;IAa7D,wBAAwB,CACtB,OAAO,EAAE,oBAAoB,GAC5B,iBAAiB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS;IAO3C,0BAA0B,CACxB,OAAO,EAAE,oBAAoB,GAC5B,iBAAiB,CAAC,OAAO,CAAC,EAAE,GAAG,SAAS;IAM3C,WAAW;IAIX;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,oBAAoB;IAatC,2BAA2B,CACzB,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,UAAO,GACjB,iBAAiB,CAAC,OAAO,CAAC,EAAE;IAiB/B,YAAY,CAAC,IAAI,EAAE,iBAAiB,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE;IAQpD,iBAAiB,IAAI,MAAM,EAAE;IAO7B,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,EAAE;CAoBpD"}
|
|
@@ -13,9 +13,9 @@ 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 { DisposableCollection } from "../../common/index.js";
|
|
15
15
|
import { contrib, inject, singleton, Syringe } from "../../ioc/index.js";
|
|
16
|
-
import { ApplicationContribution } from "../application/index";
|
|
17
|
-
import { DefaultConfigurationStorage } from "./configuration-storage";
|
|
18
|
-
import { SchemaValidator } from "./validation";
|
|
16
|
+
import { ApplicationContribution } from "../application/index.js";
|
|
17
|
+
import { DefaultConfigurationStorage } from "./configuration-storage.js";
|
|
18
|
+
import { SchemaValidator } from "./validation.js";
|
|
19
19
|
export var ConfigurationContribution = Syringe.defineToken('ConfigurationContribution');
|
|
20
20
|
export var ConfigurationRegistry = (_dec = singleton({
|
|
21
21
|
contrib: [ApplicationContribution]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { Contribution } from '../../ioc/index.js';
|
|
2
|
-
import { Syringe } from '../../ioc/index.js';
|
|
3
1
|
import type { JSONSchemaType } from 'ajv';
|
|
4
2
|
import type React from 'react';
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
3
|
+
import type { Contribution } from '../../ioc/index.js';
|
|
4
|
+
import { Syringe } from '../../ioc/index.js';
|
|
5
|
+
import { ApplicationContribution } from '../application/index.js';
|
|
6
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
7
7
|
export declare function notFalse(x: number | false): x is number;
|
|
8
8
|
export declare const ConfigurationRenderContribution: Syringe.DefinedToken;
|
|
9
9
|
export interface RenderProps<T = any> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-render-registry.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-render-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"configuration-render-registry.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-render-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,EAAsB,OAAO,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAElE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,wBAAgB,QAAQ,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,CAAC,IAAI,MAAM,CAEvD;AAED,eAAO,MAAM,+BAA+B,sBAE3C,CAAC;AAEF,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,GAAG;IAClC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,CAAC,CAAC;IACT,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAC7B,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;CAC3B;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,GAAG;IAC1C;;;OAGG;IACH,SAAS,EAAE,CAAC,aAAa,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,KAAK,GAAG,MAAM,CAAC;IACnE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;CAChD;AAED,MAAM,WAAW,+BAA+B;IAC9C,4BAA4B,EAAE,MAAM,mBAAmB,EAAE,CAAC;CAC3D;AAED,qBACa,2BAA4B,YAAW,uBAAuB;IACzE,SAAS,CAAC,OAAO,EAAE,mBAAmB,EAAE,CAAM;IAC9C,SAAS,CAAC,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,+BAA+B,CAAC,CAAC;gBAI1E,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,+BAA+B,CAAC;IAK7D,OAAO;cAIG,uBAAuB;IAWvC,2BAA2B,CAAC,MAAM,EAAE,mBAAmB;IAIvD,sBAAsB,CAAC,CAAC,EACtB,aAAa,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAClC,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;CAsB9C"}
|
|
@@ -15,7 +15,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
15
15
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
16
16
|
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); }
|
|
17
17
|
import { contrib, singleton, Syringe } from "../../ioc/index.js";
|
|
18
|
-
import { ApplicationContribution } from "../application";
|
|
18
|
+
import { ApplicationContribution } from "../application/index.js";
|
|
19
19
|
export function notFalse(x) {
|
|
20
20
|
return x !== false;
|
|
21
21
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Emitter } from '../../common/index.js';
|
|
2
2
|
import type { Contribution } from '../../ioc/index.js';
|
|
3
|
-
import { ApplicationContribution } from '../application';
|
|
4
|
-
import { ConfigurationCache } from './configuration-cache';
|
|
5
|
-
import type { ConfigurationNode } from './configuration-protocol';
|
|
6
|
-
import { ConfigurationProvider } from './configuration-provider';
|
|
7
|
-
import { ConfigurationRegistry } from './configuration-registry';
|
|
8
|
-
import type { ConfigurationStorage } from './configuration-storage';
|
|
9
|
-
import { SchemaValidator } from './validation';
|
|
3
|
+
import { ApplicationContribution } from '../application/index.js';
|
|
4
|
+
import { ConfigurationCache } from './configuration-cache.js';
|
|
5
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
6
|
+
import { ConfigurationProvider } from './configuration-provider.js';
|
|
7
|
+
import { ConfigurationRegistry } from './configuration-registry.js';
|
|
8
|
+
import type { ConfigurationStorage } from './configuration-storage.js';
|
|
9
|
+
import { SchemaValidator } from './validation.js';
|
|
10
10
|
export declare class ConfigurationService implements ApplicationContribution {
|
|
11
11
|
protected providers: Contribution.Provider<ConfigurationProvider>;
|
|
12
12
|
protected readonly configurationRegistry: ConfigurationRegistry;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configuration-service.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"configuration-service.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/configuration-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAElE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,qBACa,oBAAqB,YAAW,uBAAuB;IAElE,SAAS,CAAC,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC;IAGlE,SAAS,CAAC,QAAQ,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAEvC,SAAS,CAAC,QAAQ,CAAC,eAAe,EAAE,eAAe,CAAC;IACjD,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAEtF,SAAS,CAAC,QAAQ,CAAC,iCAAiC;aAC7C,MAAM;eACJ,GAAG;OACP;IACL,QAAQ,CAAC,0BAA0B;aAH5B,MAAM;eACJ,GAAG;OAEuE;IAEnF,SAAS,CAAC,UAAU,mDAA0D;IAExE,WAAW;IAIX,QAAQ;IAwBR,GAAG,CAAC,CAAC,EACT,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAC1B,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAC/B,OAAO,CAAC,OAAO,CAAC;IAsBb,GAAG,CAAC,CAAC,EACT,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAC1B,YAAY,CAAC,EAAE,CAAC,EAChB,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAC/B,OAAO,CAAC,CAAC,CAAC;IA8Bb;;;;;;OAMG;IACG,GAAG,CAAC,CAAC,EACT,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAC1B,KAAK,EAAE,CAAC,EACR,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE;IAsBhD,MAAM,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAa1C,SAAS,CAAC,iCAAiC,CACzC,OAAO,EAAE,oBAAoB,GAC5B,qBAAqB,GAAG,SAAS;CAsBrC"}
|
|
@@ -18,13 +18,13 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
function _applyDecoratedDescriptor(target, property, decorators, descriptor, context) { var desc = {}; Object.keys(descriptor).forEach(function (key) { desc[key] = descriptor[key]; }); desc.enumerable = !!desc.enumerable; desc.configurable = !!desc.configurable; if ('value' in desc || desc.initializer) { desc.writable = true; } desc = decorators.slice().reverse().reduce(function (desc, decorator) { return decorator(target, property, desc) || desc; }, desc); if (context && desc.initializer !== void 0) { desc.value = desc.initializer ? desc.initializer.call(context) : void 0; desc.initializer = undefined; } if (desc.initializer === void 0) { Object.defineProperty(target, property, desc); desc = null; } return desc; }
|
|
19
19
|
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.'); }
|
|
20
20
|
import { Emitter } from "../../common/index.js";
|
|
21
|
-
import { getOrigin } from "../../observable/index.js";
|
|
22
21
|
import { contrib, inject, singleton } from "../../ioc/index.js";
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
22
|
+
import { getOrigin } from "../../observable/index.js";
|
|
23
|
+
import { ApplicationContribution } from "../application/index.js";
|
|
24
|
+
import { ConfigurationCache } from "./configuration-cache.js";
|
|
25
|
+
import { ConfigurationProvider } from "./configuration-provider.js";
|
|
26
|
+
import { ConfigurationRegistry } from "./configuration-registry.js";
|
|
27
|
+
import { SchemaValidator } from "./validation.js";
|
|
28
28
|
export var ConfigurationService = (_dec = singleton({
|
|
29
29
|
contrib: [ApplicationContribution]
|
|
30
30
|
}), _dec2 = contrib(ConfigurationProvider), _dec3 = inject(ConfigurationRegistry), _dec4 = inject(SchemaValidator), _dec5 = inject(ConfigurationCache), _dec(_class = (_class2 = /*#__PURE__*/function () {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { ConfigurationNode } from './configuration-protocol';
|
|
1
|
+
import type { ConfigurationNode } from './configuration-protocol.js';
|
|
2
2
|
export declare const useConfigurationValue: <T>(node: ConfigurationNode<T>) => readonly [T, (updateValue: T) => void];
|
|
3
3
|
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/hooks.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/hooks.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAGrE,eAAO,MAAM,qBAAqB,2EAgCjC,CAAC"}
|
|
@@ -8,9 +8,9 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
8
8
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
9
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
10
10
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
|
-
import { useInject } from "../../observable/index.js";
|
|
12
11
|
import { useCallback, useEffect, useState } from 'react';
|
|
13
|
-
import {
|
|
12
|
+
import { useInject } from "../../observable/index.js";
|
|
13
|
+
import { ConfigurationService } from "./configuration-service.js";
|
|
14
14
|
export var useConfigurationValue = function useConfigurationValue(node) {
|
|
15
15
|
var configurationService = useInject(ConfigurationService);
|
|
16
16
|
var _useState = useState(node.defaultValue),
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from './configuration-provider';
|
|
2
|
-
export * from './configuration-registry';
|
|
3
|
-
export * from './configuration-render-registry';
|
|
4
|
-
export * from './configuration-service';
|
|
5
|
-
export * from './module';
|
|
6
|
-
export * from './configuration-storage';
|
|
7
|
-
export * from './configuration-protocol';
|
|
8
|
-
export * from './hooks';
|
|
9
|
-
export * from './validation';
|
|
10
|
-
export * from './configuration-cache';
|
|
1
|
+
export * from './configuration-provider.js';
|
|
2
|
+
export * from './configuration-registry.js';
|
|
3
|
+
export * from './configuration-render-registry.js';
|
|
4
|
+
export * from './configuration-service.js';
|
|
5
|
+
export * from './module.js';
|
|
6
|
+
export * from './configuration-storage.js';
|
|
7
|
+
export * from './configuration-protocol.js';
|
|
8
|
+
export * from './hooks.js';
|
|
9
|
+
export * from './validation.js';
|
|
10
|
+
export * from './configuration-cache.js';
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from "./configuration-provider";
|
|
2
|
-
export * from "./configuration-registry";
|
|
3
|
-
export * from "./configuration-render-registry";
|
|
4
|
-
export * from "./configuration-service";
|
|
5
|
-
export * from "./module";
|
|
6
|
-
export * from "./configuration-storage";
|
|
7
|
-
export * from "./configuration-protocol";
|
|
8
|
-
export * from "./hooks";
|
|
9
|
-
export * from "./validation";
|
|
10
|
-
export * from "./configuration-cache";
|
|
1
|
+
export * from "./configuration-provider.js";
|
|
2
|
+
export * from "./configuration-registry.js";
|
|
3
|
+
export * from "./configuration-render-registry.js";
|
|
4
|
+
export * from "./configuration-service.js";
|
|
5
|
+
export * from "./module.js";
|
|
6
|
+
export * from "./configuration-storage.js";
|
|
7
|
+
export * from "./configuration-protocol.js";
|
|
8
|
+
export * from "./hooks.js";
|
|
9
|
+
export * from "./validation.js";
|
|
10
|
+
export * from "./configuration-cache.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAmBhD,eAAO,MAAM,mBAAmB,YAc7B,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ManaModule } from "../module";
|
|
2
|
-
import { ConfigurationCache } from "./configuration-cache";
|
|
3
|
-
import { ConfigurationProvider, DefaultConfigurationProvider, LocalStorageConfigurationProvider } from "./configuration-provider";
|
|
4
|
-
import { ConfigurationContribution, ConfigurationRegistry } from "./configuration-registry";
|
|
5
|
-
import { ConfigurationRenderContribution, ConfigurationRenderRegistry } from "./configuration-render-registry";
|
|
6
|
-
import { ConfigurationService } from "./configuration-service";
|
|
7
|
-
import { SchemaValidator } from "./validation";
|
|
1
|
+
import { ManaModule } from "../module/index.js";
|
|
2
|
+
import { ConfigurationCache } from "./configuration-cache.js";
|
|
3
|
+
import { ConfigurationProvider, DefaultConfigurationProvider, LocalStorageConfigurationProvider } from "./configuration-provider.js";
|
|
4
|
+
import { ConfigurationContribution, ConfigurationRegistry } from "./configuration-registry.js";
|
|
5
|
+
import { ConfigurationRenderContribution, ConfigurationRenderRegistry } from "./configuration-render-registry.js";
|
|
6
|
+
import { ConfigurationService } from "./configuration-service.js";
|
|
7
|
+
import { SchemaValidator } from "./validation.js";
|
|
8
8
|
export var ConfigurationModule = ManaModule.create().contribution(ConfigurationProvider, ConfigurationContribution, ConfigurationRenderContribution).register(ConfigurationService, DefaultConfigurationProvider, LocalStorageConfigurationProvider, ConfigurationRegistry, ConfigurationRenderRegistry, SchemaValidator, ConfigurationCache);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/validation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/core/configuration/validation.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,KAAK,CAAC;AAKtB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBACa,eAAe;IAC1B,SAAS,CAAC,WAAW,MAAa;IAElC;;OAEG;IACH,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAIvC,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAIvC,YAAY,CAAC,CAAC,GAAG,GAAG,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,OAAO;CAWrE"}
|
|
@@ -5,9 +5,9 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
|
|
|
5
5
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
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
|
-
import { getOrigin } from "../../observable/index.js";
|
|
9
|
-
import { singleton } from "../../ioc/index.js";
|
|
10
8
|
import Ajv from 'ajv';
|
|
9
|
+
import { singleton } from "../../ioc/index.js";
|
|
10
|
+
import { getOrigin } from "../../observable/index.js";
|
|
11
11
|
export var SchemaValidator = (_dec = singleton(), _dec(_class = /*#__PURE__*/function () {
|
|
12
12
|
function SchemaValidator() {
|
|
13
13
|
_classCallCheck(this, SchemaValidator);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Contribution, Syringe } from '../../ioc/index.js';
|
|
2
|
-
import { ManaContext } from '../module';
|
|
3
|
-
import type { DataContextContriburtionKey } from './data-context-protocol';
|
|
4
|
-
import { DataContextContriburtion } from './data-context-protocol';
|
|
2
|
+
import { ManaContext } from '../module/index.js';
|
|
3
|
+
import type { DataContextContriburtionKey } from './data-context-protocol.js';
|
|
4
|
+
import { DataContextContriburtion } from './data-context-protocol.js';
|
|
5
5
|
export declare class DataContextManager {
|
|
6
6
|
protected contributionMap?: Map<DataContextContriburtionKey, DataContextContriburtion>;
|
|
7
7
|
protected contruibutions: DataContextContriburtion[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-context-manager.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"data-context-manager.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context-manager.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EACL,wBAAwB,EAEzB,MAAM,4BAA4B,CAAC;AAEpC,qBACa,kBAAkB;IAC7B,SAAS,CAAC,eAAe,CAAC,EAAE,GAAG,CAC7B,2BAA2B,EAC3B,wBAAwB,CACzB,CAAC;IACF,SAAS,CAAC,cAAc,EAAE,wBAAwB,EAAE,CAAM;IAC1D,SAAS,CAAC,UAAU,EAAE,GAAG,CAAC,GAAG,EAAE,WAAW,CAAC,CAAa;IACxD,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,YAAY,CAAC,QAAQ,CAAC,wBAAwB,CAAC,CAAC;IAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC;gBAI1C,QAAQ,EAAE,YAAY,CAAC,QAAQ,CAAC,wBAAwB,CAAC,EAC9B,OAAO,EAAE,OAAO,CAAC,OAAO;IAMrD,kBAAkB,IAAI,GAAG,CAAC,2BAA2B,EAAE,wBAAwB,CAAC;IAYhF,MAAM,CAAC,eAAe,EAAE,2BAA2B,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG;IAqBxE,UAAU,CAAC,GAAG,EAAE,GAAG;CAGpB"}
|
|
@@ -9,8 +9,8 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
9
9
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
10
10
|
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); }
|
|
11
11
|
import { contrib, inject, singleton } from "../../ioc/index.js";
|
|
12
|
-
import { ManaContext } from "../module";
|
|
13
|
-
import { DataContextContriburtion, DataContextSymbol } from "./data-context-protocol";
|
|
12
|
+
import { ManaContext } from "../module/index.js";
|
|
13
|
+
import { DataContextContriburtion, DataContextSymbol } from "./data-context-protocol.js";
|
|
14
14
|
export var DataContextManager = (_dec = singleton(), _dec(_class = /*#__PURE__*/function () {
|
|
15
15
|
function DataContextManager(provider, context) {
|
|
16
16
|
_classCallCheck(this, DataContextManager);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Syringe } from '../../ioc/index.js';
|
|
2
|
-
import type { ManaModule } from '../module';
|
|
2
|
+
import type { ManaModule } from '../module/index.js';
|
|
3
3
|
export type DataContextContriburtionKey = string | symbol;
|
|
4
4
|
export declare const DataContextContriburtion: Syringe.DefinedToken;
|
|
5
5
|
export interface DataContextContriburtion<T = any> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-context-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context-protocol.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"data-context-protocol.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context-protocol.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,MAAM,MAAM,2BAA2B,GAAG,MAAM,GAAG,MAAM,CAAC;AAC1D,eAAO,MAAM,wBAAwB,sBAAkD,CAAC;AACxF,MAAM,WAAW,wBAAwB,CAAC,CAAC,GAAG,GAAG;IAC/C,GAAG,EAAE,2BAA2B,CAAC;IACjC,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC;IACvD,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,CAAC,KAAK,GAAG,CAAC;CACrD;AAED,eAAO,MAAM,8BAA8B,iBAC3B,wBAAwB;;;CAGvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,eAA8B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-context.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data-context.d.ts","sourceRoot":"","sources":["../../../src/core/context/data-context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,WAAW,gBAAgB;IAC/B,UAAU,EAAE,GAAG,CAAC;IAChB,QAAQ,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;CAC/C;AAwBD,eAAO,MAAM,WAAW,UAAW,gBAAgB,4CAKlD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getOrigin, ObservableContext, useInject } from "../../observable/index.js";
|
|
2
1
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
2
|
+
import { getOrigin, ObservableContext, useInject } from "../../observable/index.js";
|
|
3
|
+
import { DataContextManager } from "./data-context-manager.js";
|
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
5
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
6
6
|
var DataContextRender = /*#__PURE__*/React.memo(function DataContextRender(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ManaModule } from '../module';
|
|
2
|
-
export * from './data-context';
|
|
3
|
-
export * from './data-context-manager';
|
|
4
|
-
export * from './data-context-protocol';
|
|
1
|
+
import { ManaModule } from '../module/index.js';
|
|
2
|
+
export * from './data-context.js';
|
|
3
|
+
export * from './data-context-manager.js';
|
|
4
|
+
export * from './data-context-protocol.js';
|
|
5
5
|
export declare const ContextModule: ManaModule;
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/context/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/context/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAQhD,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAE3C,eAAO,MAAM,aAAa,YAKtB,CAAC"}
|
package/es/core/context/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ManaModule } from "../module";
|
|
2
|
-
import { DataContextManager } from "./data-context-manager";
|
|
3
|
-
import { DataContextContriburtion, DataContextSymbol } from "./data-context-protocol";
|
|
4
|
-
export * from "./data-context";
|
|
5
|
-
export * from "./data-context-manager";
|
|
6
|
-
export * from "./data-context-protocol";
|
|
1
|
+
import { ManaModule } from "../module/index.js";
|
|
2
|
+
import { DataContextManager } from "./data-context-manager.js";
|
|
3
|
+
import { DataContextContriburtion, DataContextSymbol } from "./data-context-protocol.js";
|
|
4
|
+
export * from "./data-context.js";
|
|
5
|
+
export * from "./data-context-manager.js";
|
|
6
|
+
export * from "./data-context-protocol.js";
|
|
7
7
|
export var ContextModule = ManaModule.create().contribution(DataContextContriburtion).register(DataContextManager, {
|
|
8
8
|
token: DataContextSymbol,
|
|
9
9
|
useDynamic: function useDynamic(ctx) {
|
package/es/core/index.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ManaModule } from './module';
|
|
2
|
-
export * from './components';
|
|
3
|
-
export * from './application';
|
|
4
|
-
export * from './browser';
|
|
5
|
-
export * from './command';
|
|
6
|
-
export * from './menu';
|
|
7
|
-
export * from './common';
|
|
8
|
-
export * from './context';
|
|
9
|
-
export * from './module';
|
|
10
|
-
export * from './view';
|
|
11
|
-
export * from './selection';
|
|
12
|
-
export * from './theme';
|
|
13
|
-
export * from './toolbar';
|
|
14
|
-
export * from './keybinding';
|
|
15
|
-
export * from './keyboard';
|
|
16
|
-
export * from './configuration';
|
|
17
|
-
export * from './utils';
|
|
1
|
+
import { ManaModule } from './module/index.js';
|
|
2
|
+
export * from './components/index.js';
|
|
3
|
+
export * from './application/index.js';
|
|
4
|
+
export * from './browser.js';
|
|
5
|
+
export * from './command/index.js';
|
|
6
|
+
export * from './menu/index.js';
|
|
7
|
+
export * from './common/index.js';
|
|
8
|
+
export * from './context/index.js';
|
|
9
|
+
export * from './module/index.js';
|
|
10
|
+
export * from './view/index.js';
|
|
11
|
+
export * from './selection/index.js';
|
|
12
|
+
export * from './theme/index.js';
|
|
13
|
+
export * from './toolbar/index.js';
|
|
14
|
+
export * from './keybinding/index.js';
|
|
15
|
+
export * from './keyboard/index.js';
|
|
16
|
+
export * from './configuration/index.js';
|
|
17
|
+
export * from './utils/index.js';
|
|
18
18
|
export declare const ManaPreset: ManaModule;
|
|
19
19
|
export declare const ManaModules: {
|
|
20
20
|
Common: ManaModule;
|
package/es/core/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAM/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AAEjC,eAAO,MAAM,UAAU,YAYtB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;CAYvB,CAAC"}
|
package/es/core/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
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";
|
|
13
|
-
export * from "./components";
|
|
14
|
-
export * from "./application";
|
|
15
|
-
export * from "./browser";
|
|
16
|
-
export * from "./command";
|
|
17
|
-
export * from "./menu";
|
|
18
|
-
export * from "./common";
|
|
19
|
-
export * from "./context";
|
|
20
|
-
export * from "./module";
|
|
21
|
-
export * from "./view";
|
|
22
|
-
export * from "./selection";
|
|
23
|
-
export * from "./theme";
|
|
24
|
-
export * from "./toolbar";
|
|
25
|
-
export * from "./keybinding";
|
|
26
|
-
export * from "./keyboard";
|
|
27
|
-
export * from "./configuration";
|
|
28
|
-
export * from "./utils";
|
|
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
|
+
export * from "./components/index.js";
|
|
14
|
+
export * from "./application/index.js";
|
|
15
|
+
export * from "./browser.js";
|
|
16
|
+
export * from "./command/index.js";
|
|
17
|
+
export * from "./menu/index.js";
|
|
18
|
+
export * from "./common/index.js";
|
|
19
|
+
export * from "./context/index.js";
|
|
20
|
+
export * from "./module/index.js";
|
|
21
|
+
export * from "./view/index.js";
|
|
22
|
+
export * from "./selection/index.js";
|
|
23
|
+
export * from "./theme/index.js";
|
|
24
|
+
export * from "./toolbar/index.js";
|
|
25
|
+
export * from "./keybinding/index.js";
|
|
26
|
+
export * from "./keyboard/index.js";
|
|
27
|
+
export * from "./configuration/index.js";
|
|
28
|
+
export * from "./utils/index.js";
|
|
29
29
|
export var ManaPreset = ManaModule.create().dependOn(CommonModule, ApplicationModule, ContextModule, CommandModule, CoreMenuModule, CoreToolbarModule, SelectionModule, ThemeVariableModule, ViewModule, KeybindModule, ConfigurationModule);
|
|
30
30
|
export var ManaModules = {
|
|
31
31
|
Common: CommonModule,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Emitter } from '../../common/index.js';
|
|
2
|
-
import type { ContextKeyExpression, IContextKey } from './vs/contextkey';
|
|
3
|
-
import { VSContextKeyService } from './vs/contextKeyService';
|
|
2
|
+
import type { ContextKeyExpression, IContextKey } from './vs/contextkey.js';
|
|
3
|
+
import { VSContextKeyService } from './vs/contextKeyService.js';
|
|
4
4
|
export type ContextKeyChangeEvent = {
|
|
5
5
|
affects: (keys: Set<string>) => boolean;
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context-key-service.d.ts","sourceRoot":"","sources":["../../../src/core/keybinding/context-key-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"context-key-service.d.ts","sourceRoot":"","sources":["../../../src/core/keybinding/context-key-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAE5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,OAAO,CAAC;CACzC,CAAC;AAEF,qBACa,iBAAiB;IAC5B,SAAS,CAAC,QAAQ,CAAC,kBAAkB,iCAAwC;IAC7E,QAAQ,CAAC,WAAW,+DAAiC;IACrD,SAAS,CAAC,aAAa,CAAC,KAAK,EAAE,qBAAqB,GAAG,IAAI;IAI3D,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,mBAAmB,CAAC;IAC1D,SAAS,CAAC,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAAC;gBAEnB,mBAAmB,EAAE,mBAAmB;IAMjF,SAAS,CAAC,IAAI,IAAI,IAAI;IAQtB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC,GAAG,SAAS,GAAG,WAAW,CAAC,CAAC,CAAC;IAItE,aAAa,CAAC,EAAE,WAAW,CAAC;IAE5B,KAAK,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO;IAkBzD,SAAS,CAAC,QAAQ,CAAC,WAAW,oCAA2C;IACzE,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS;IAW/D,SAAS,CAAC,UAAU,EAAE,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC,GAAG,SAAS;CAIvD"}
|