@scion/workbench 20.0.0-beta.2 → 20.0.0-beta.3
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.
|
@@ -5336,6 +5336,8 @@ function parseMatrixParams(matrixParams) {
|
|
|
5336
5336
|
* - `%key`: translation key
|
|
5337
5337
|
* - `%key;param=value`: translation key with a single param
|
|
5338
5338
|
* - `%key;param1=value1;param2=value2`: translation key with multiple parameters
|
|
5339
|
+
*
|
|
5340
|
+
* @experimental since 20.0.0-beta.3; API and behavior may change in any version without notice.
|
|
5339
5341
|
*/
|
|
5340
5342
|
class TextPipe {
|
|
5341
5343
|
_translatable = signal(undefined);
|
|
@@ -7054,10 +7056,12 @@ const WORKBENCH_ICON_PROVIDER = new InjectionToken('WORKBENCH_ICON_PROVIDER');
|
|
|
7054
7056
|
* SPDX-License-Identifier: EPL-2.0
|
|
7055
7057
|
*/
|
|
7056
7058
|
/**
|
|
7057
|
-
* Renders an icon based on icon providers
|
|
7059
|
+
* Renders an icon based on registered icon providers.
|
|
7058
7060
|
*
|
|
7059
7061
|
* Multiple icon providers can be registered. Providers are called in registration order.
|
|
7060
7062
|
* If a provider does not provide the icon, the next provider is called, and so on.
|
|
7063
|
+
*
|
|
7064
|
+
* @experimental since 20.0.0-beta.3; API and behavior may change in any version without notice.
|
|
7061
7065
|
*/
|
|
7062
7066
|
class IconComponent {
|
|
7063
7067
|
/**
|
|
@@ -9730,7 +9734,7 @@ function addNotFoundWildcardRoute(route, options) {
|
|
|
9730
9734
|
{
|
|
9731
9735
|
path: '**',
|
|
9732
9736
|
component: options.component ?? PageNotFoundComponent,
|
|
9733
|
-
data: { [WorkbenchRouteData.title]: '
|
|
9737
|
+
data: { [WorkbenchRouteData.title]: '%workbench.page_not_found.title', [WorkbenchRouteData.cssClass]: 'e2e-page-not-found' },
|
|
9734
9738
|
canMatch: options.canMatch === true ? undefined : [options.canMatch],
|
|
9735
9739
|
},
|
|
9736
9740
|
],
|
|
@@ -18363,5 +18367,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.2", ngImpor
|
|
|
18363
18367
|
* Generated bundle index. Do not edit.
|
|
18364
18368
|
*/
|
|
18365
18369
|
|
|
18366
|
-
export { LogAppender, LogLevel, Logger, LoggerName, MAIN_AREA, MAIN_AREA_INITIAL_PART_ID, MICROFRONTEND_PLATFORM_POST_STARTUP, MICROFRONTEND_PLATFORM_PRE_STARTUP, MicrofrontendPlatformConfigLoader, MicrofrontendPlatformStartupPhase, Notification, NotificationService, Popup, PopupConfig, PopupService, VIEW_TAB_RENDERING_CONTEXT, WORKBENCH_ID, WORKBENCH_POST_STARTUP, WORKBENCH_PRE_STARTUP, WORKBENCH_STARTUP, WorkbenchComponent, WorkbenchConfig, WorkbenchDesktopDirective, WorkbenchDialog, WorkbenchDialogActionDirective, WorkbenchDialogFooterDirective, WorkbenchDialogHeaderDirective, WorkbenchDialogService, WorkbenchLauncher, WorkbenchLayoutFactory, WorkbenchMessageBoxService, WorkbenchPart, WorkbenchPartActionDirective, WorkbenchPerspectiveData, WorkbenchRouteData, WorkbenchRouter, WorkbenchRouterLinkDirective, WorkbenchService, WorkbenchStartup, WorkbenchStartupPhase, WorkbenchStorage, WorkbenchView, WorkbenchViewMenuItemDirective, canMatchWorkbenchOutlet, canMatchWorkbenchPart, canMatchWorkbenchPerspective, canMatchWorkbenchView, provideMicrofrontendPlatformInitializer, provideWorkbench, provideWorkbenchInitializer };
|
|
18370
|
+
export { IconComponent, LogAppender, LogLevel, Logger, LoggerName, MAIN_AREA, MAIN_AREA_INITIAL_PART_ID, MICROFRONTEND_PLATFORM_POST_STARTUP, MICROFRONTEND_PLATFORM_PRE_STARTUP, MicrofrontendPlatformConfigLoader, MicrofrontendPlatformStartupPhase, Notification, NotificationService, Popup, PopupConfig, PopupService, TextPipe, VIEW_TAB_RENDERING_CONTEXT, WORKBENCH_ID, WORKBENCH_POST_STARTUP, WORKBENCH_PRE_STARTUP, WORKBENCH_STARTUP, WorkbenchComponent, WorkbenchConfig, WorkbenchDesktopDirective, WorkbenchDialog, WorkbenchDialogActionDirective, WorkbenchDialogFooterDirective, WorkbenchDialogHeaderDirective, WorkbenchDialogService, WorkbenchLauncher, WorkbenchLayoutFactory, WorkbenchMessageBoxService, WorkbenchPart, WorkbenchPartActionDirective, WorkbenchPerspectiveData, WorkbenchRouteData, WorkbenchRouter, WorkbenchRouterLinkDirective, WorkbenchService, WorkbenchStartup, WorkbenchStartupPhase, WorkbenchStorage, WorkbenchView, WorkbenchViewMenuItemDirective, canMatchWorkbenchOutlet, canMatchWorkbenchPart, canMatchWorkbenchPerspective, canMatchWorkbenchView, provideMicrofrontendPlatformInitializer, provideWorkbench, provideWorkbenchInitializer, text };
|
|
18367
18371
|
//# sourceMappingURL=scion-workbench.mjs.map
|