@onemrvapublic/design-system 20.2.1-develop.4 → 20.2.1-develop.5
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/fesm2022/onemrvapublic-design-system-layout.mjs +43 -5
- package/fesm2022/onemrvapublic-design-system-layout.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs +4 -4
- package/fesm2022/onemrvapublic-design-system-mat-navigation.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system.mjs +47 -10
- package/fesm2022/onemrvapublic-design-system.mjs.map +1 -1
- package/index.d.ts +28 -13
- package/layout/index.d.ts +28 -13
- package/mat-navigation/src/mat-navigation-item/onemrva-mat-navigation-item.component.scss +11 -15
- package/mat-navigation/src/onemrva-mat-navigation.component.scss +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,9 +9,9 @@ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout';
|
|
|
9
9
|
import * as i19 from '@angular/material/sidenav';
|
|
10
10
|
import { MatDrawer } from '@angular/material/sidenav';
|
|
11
11
|
import { OnemrvaMatSize, OnemrvaMatColor } from '@onemrvapublic/design-system/utils';
|
|
12
|
-
import { NavItem as NavItem$1 } from '@onemrvapublic/design-system/mat-navigation';
|
|
13
12
|
import * as i26 from '@ngx-translate/core';
|
|
14
13
|
import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerParams, TranslateLoader } from '@ngx-translate/core';
|
|
14
|
+
import { NavItem as NavItem$1 } from '@onemrvapublic/design-system/mat-navigation';
|
|
15
15
|
import * as i14 from '@angular/common';
|
|
16
16
|
import { Location } from '@angular/common';
|
|
17
17
|
import * as i17 from '@angular/material/toolbar';
|
|
@@ -230,16 +230,16 @@ declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
230
230
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "onemrva-layout", never, { "logo": { "alias": "logo"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "logoRedictionUrl": { "alias": "logoRedictionUrl"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showThemeSwitcher": { "alias": "showThemeSwitcher"; "required": false; }; }, { "login": "login"; "logout": "logout"; }, ["title", "loginMenu", "content", "afterNav", "footer", "routes"], never, true, never>;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
declare class
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
242
|
-
static
|
|
233
|
+
declare class OnemrvaLeftSidenavService {
|
|
234
|
+
private originalItems;
|
|
235
|
+
readonly items: WritableSignal<NavItem$1[]>;
|
|
236
|
+
private router;
|
|
237
|
+
constructor();
|
|
238
|
+
setOriginal(items: NavItem$1[]): void;
|
|
239
|
+
updateItems(items: NavItem$1[]): void;
|
|
240
|
+
reset(): void;
|
|
241
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLeftSidenavService, never>;
|
|
242
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLeftSidenavService>;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
declare class LayoutSidenavComponent implements OnInit {
|
|
@@ -261,6 +261,21 @@ declare class LayoutSidenavComponent implements OnInit {
|
|
|
261
261
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavComponent, "onemrva-layout-sidenav", never, { "isSmall": { "alias": "isSmall"; "required": false; }; "routes": { "alias": "routes"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; }, {}, never, never, true, never>;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
+
declare class LayoutLeftSidenavComponent {
|
|
265
|
+
private _items;
|
|
266
|
+
set items(value: NavItem$1[]);
|
|
267
|
+
get items(): NavItem$1[];
|
|
268
|
+
leftSidenavService: OnemrvaLeftSidenavService;
|
|
269
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLeftSidenavComponent, never>;
|
|
270
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLeftSidenavComponent, "onemrva-layout-left-sidenav", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
declare class LayoutSidenavTitleComponent {
|
|
274
|
+
template?: TemplateRef<any>;
|
|
275
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavTitleComponent, never>;
|
|
276
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavTitleComponent, "onemrva-layout-sidenav-title", never, {}, {}, never, ["*"], true, never>;
|
|
277
|
+
}
|
|
278
|
+
|
|
264
279
|
declare class LayoutDrawerActionsComponent {
|
|
265
280
|
drawerService: OnemrvaDrawerService;
|
|
266
281
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerActionsComponent, never>;
|
|
@@ -280,7 +295,7 @@ declare class LayoutDrawerTitleComponent {
|
|
|
280
295
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerTitleComponent, "onemrva-drawer-title", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
281
296
|
}
|
|
282
297
|
|
|
283
|
-
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
298
|
+
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutSidenavComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
284
299
|
|
|
285
300
|
declare class StripHtmlPipe implements PipeTransform {
|
|
286
301
|
transform(value: string): any;
|
|
@@ -3071,5 +3086,5 @@ declare function onemrvaThemeProvider(): Provider[];
|
|
|
3071
3086
|
declare const LOOKUP_COUNTRY_SERVICE_URL: InjectionToken<string>;
|
|
3072
3087
|
declare const ONEMRVA_THEME_CLASS: InjectionToken<string>;
|
|
3073
3088
|
|
|
3074
|
-
export { CDNUrlModeOptions, CDN_URLS, CDN_URL_MODE, CUSTOM_VALIDATION_FN, CacheService, ClipboardIconComponent, ClockComponent, CoerceBooleanInput, CommonCountryLookupService, DefaultStorage, DigitOnlyDirective, DndDirective, DrawerHostDirective, Environment, FlagIconComponent, HttpRequestCache, IBAN_SUPPORTED_COUNTRIES, IfWidthIsDirective, LOOKUP_COUNTRY_SERVICE_URL, LOOKUP_COUNTRY_URL, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, MAT_SELECTSEARCH_DEFAULT_OPTIONS, MatAvatarType, MatRowClickableDirective, MatSelectNoEntriesFoundDirective, MatSelectSearchClearDirective, MatSelectSearchComponent, MatSelectSearchModule, MatTimePickerToggle, MatTimepickerComponentDialogComponent, MatTimepickerDirective, MatTimepickerToggleIconDirective, NISS_MASK, ONEMRVA_MAT_LUXON_DATE_FORMATS, ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS, ONEMRVA_MAT_NATIVE_DATE_FORMAT, ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT, ONEMRVA_THEME, ONEMRVA_THEME_CLASS, ObservableContent, OnemRvaAddress, OnemRvaCDNCountryService, OnemRvaCDNMimeService, OnemRvaCDNService, OnemRvaClipboardDirective, OnemRvaColorDirective, OnemRvaIconRightDirective, OnemRvaOSMService, OnemRvaProfile, OnemRvaSizeDirective, OnemrvaBcePipe, OnemrvaCopyToClipboardComponent, OnemrvaCountryItemComponent, OnemrvaDateFormatDirective, OnemrvaDrawerService, OnemrvaErrorHandler, OnemrvaFilePanelComponent, OnemrvaLayoutModule, OnemrvaLuxonDateAdapter, OnemrvaMaskDirective, OnemrvaMatAvatarComponent, OnemrvaMatAvatarModule, OnemrvaMatBreadcrumbComponent, OnemrvaMatBreadcrumbModule, OnemrvaMatBreadcrumbService, OnemrvaMatCarouselComponent, OnemrvaMatCarouselItemComponent, OnemrvaMatChoiceChipComponent, OnemrvaMatDatepickerHeaderComponent, OnemrvaMatEmptyRowComponent, OnemrvaMatFileUploadComponent, OnemrvaMatFileUploadModule, OnemrvaMatFileUploadService, OnemrvaMatFileUploadStore, OnemrvaMatInputAddressComponent, OnemrvaMatInputBirthPlaceComponent, OnemrvaMatInputCountryComponent, OnemrvaMatInputEnterpriseNumberComponent, OnemrvaMatInputIbanComponent, OnemrvaMatInputPhoneComponent, OnemrvaMatLoadingDirective, OnemrvaMatMessageBoxComponent, OnemrvaMatMessageBoxModule, OnemrvaMatMultiSelectComponent, OnemrvaMatMultiSelectModule, OnemrvaMatNavigationComponent, OnemrvaMatNavigationItemComponent, OnemrvaMatNotificationComponent, OnemrvaMatPaginatorComponent, OnemrvaMatPaginatorModule, OnemrvaMatPanelComponent, OnemrvaMatPanelContentComponent, OnemrvaMatPanelIconComponent, OnemrvaMatPanelModule, OnemrvaMatPanelTitleActionComponent, OnemrvaMatPanelTitleComponent, OnemrvaMatPopOverComponent, OnemrvaMatPopOverContentComponent, OnemrvaMatPopOverModule, OnemrvaMatPopOverTriggerComponent, OnemrvaMatProgressBarComponent, OnemrvaMatSelectableBoxComponent, OnemrvaMatSelectableBoxModule, OnemrvaMatSideMenuComponent, OnemrvaMatSideMenuModule, OnemrvaMatSkeletoTypes, OnemrvaMatSkeletonAnimations, OnemrvaMatSkeletonComponent, OnemrvaMatSkeletonModule, OnemrvaMatSpinnerComponent, OnemrvaMatSpinnerModule, OnemrvaMatStepperComponent, OnemrvaMatStepperModule, OnemrvaMatStickerComponent, OnemrvaMatStickerModule, OnemrvaMatTableOfContentComponent, OnemrvaMatTableOfContentDirective, OnemrvaMatTableOfContentService, OnemrvaMatTaskComponent, OnemrvaMatTaskContentComponent, OnemrvaMatTaskListComponent, OnemrvaMatTaskListModule, OnemrvaMatTaskTitleComponent, OnemrvaMatTimepickerComponent, OnemrvaMatTimepickerModule, OnemrvaMatToastComponent, OnemrvaMatToastModule, OnemrvaMatTocAnchorLevel, OnemrvaMatTocAnchorStatus, OnemrvaMatTooltipComponent, OnemrvaMatTooltipDirective, OnemrvaMatTooltipModule, OnemrvaMissingTranslationHandler, OnemrvaNativeDateAdapter, OnemrvaNissPipe, OnemrvaPageNotFoundModule, OnemrvaSharedModule, OnemrvaTranslateCDNLoader, OnemrvaTranslateHttpLoader, OnemrvaValidators, PageNotFoundActionComponent, PageNotFoundComponent, PageNotFoundExtraComponent, PageNotFoundInvaderComponent, PhoneNumberDirective, RequestTimes, SEPA_ONLY_SUPPORTED_COUNTRIES, StripHtmlPipe, ToastType, WebComponentOverlayContainer, bankAccountValidator, components, configurableDefaultOptions, convertToProgressFile, convertToReferencedProgressFile, directives, formatBytes, formattedSize, layoutComponents, onemrvaDateLuxonProvider, onemrvaDateLuxonYearMonthProvider, onemrvaDateNativeProvider, onemrvaDateNativeYearMonthProvider, onemrvaThemeProvider, setTranslationLanguage, setTranslationLanguageFromWO };
|
|
3089
|
+
export { CDNUrlModeOptions, CDN_URLS, CDN_URL_MODE, CUSTOM_VALIDATION_FN, CacheService, ClipboardIconComponent, ClockComponent, CoerceBooleanInput, CommonCountryLookupService, DefaultStorage, DigitOnlyDirective, DndDirective, DrawerHostDirective, Environment, FlagIconComponent, HttpRequestCache, IBAN_SUPPORTED_COUNTRIES, IfWidthIsDirective, LOOKUP_COUNTRY_SERVICE_URL, LOOKUP_COUNTRY_URL, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, MAT_SELECTSEARCH_DEFAULT_OPTIONS, MatAvatarType, MatRowClickableDirective, MatSelectNoEntriesFoundDirective, MatSelectSearchClearDirective, MatSelectSearchComponent, MatSelectSearchModule, MatTimePickerToggle, MatTimepickerComponentDialogComponent, MatTimepickerDirective, MatTimepickerToggleIconDirective, NISS_MASK, ONEMRVA_MAT_LUXON_DATE_FORMATS, ONEMRVA_MAT_LUXON_YEAR_MONTH_FORMATS, ONEMRVA_MAT_NATIVE_DATE_FORMAT, ONEMRVA_MAT_NATIVE_YEAR_MONTH_FORMAT, ONEMRVA_THEME, ONEMRVA_THEME_CLASS, ObservableContent, OnemRvaAddress, OnemRvaCDNCountryService, OnemRvaCDNMimeService, OnemRvaCDNService, OnemRvaClipboardDirective, OnemRvaColorDirective, OnemRvaIconRightDirective, OnemRvaOSMService, OnemRvaProfile, OnemRvaSizeDirective, OnemrvaBcePipe, OnemrvaCopyToClipboardComponent, OnemrvaCountryItemComponent, OnemrvaDateFormatDirective, OnemrvaDrawerService, OnemrvaErrorHandler, OnemrvaFilePanelComponent, OnemrvaLayoutModule, OnemrvaLeftSidenavService, OnemrvaLuxonDateAdapter, OnemrvaMaskDirective, OnemrvaMatAvatarComponent, OnemrvaMatAvatarModule, OnemrvaMatBreadcrumbComponent, OnemrvaMatBreadcrumbModule, OnemrvaMatBreadcrumbService, OnemrvaMatCarouselComponent, OnemrvaMatCarouselItemComponent, OnemrvaMatChoiceChipComponent, OnemrvaMatDatepickerHeaderComponent, OnemrvaMatEmptyRowComponent, OnemrvaMatFileUploadComponent, OnemrvaMatFileUploadModule, OnemrvaMatFileUploadService, OnemrvaMatFileUploadStore, OnemrvaMatInputAddressComponent, OnemrvaMatInputBirthPlaceComponent, OnemrvaMatInputCountryComponent, OnemrvaMatInputEnterpriseNumberComponent, OnemrvaMatInputIbanComponent, OnemrvaMatInputPhoneComponent, OnemrvaMatLoadingDirective, OnemrvaMatMessageBoxComponent, OnemrvaMatMessageBoxModule, OnemrvaMatMultiSelectComponent, OnemrvaMatMultiSelectModule, OnemrvaMatNavigationComponent, OnemrvaMatNavigationItemComponent, OnemrvaMatNotificationComponent, OnemrvaMatPaginatorComponent, OnemrvaMatPaginatorModule, OnemrvaMatPanelComponent, OnemrvaMatPanelContentComponent, OnemrvaMatPanelIconComponent, OnemrvaMatPanelModule, OnemrvaMatPanelTitleActionComponent, OnemrvaMatPanelTitleComponent, OnemrvaMatPopOverComponent, OnemrvaMatPopOverContentComponent, OnemrvaMatPopOverModule, OnemrvaMatPopOverTriggerComponent, OnemrvaMatProgressBarComponent, OnemrvaMatSelectableBoxComponent, OnemrvaMatSelectableBoxModule, OnemrvaMatSideMenuComponent, OnemrvaMatSideMenuModule, OnemrvaMatSkeletoTypes, OnemrvaMatSkeletonAnimations, OnemrvaMatSkeletonComponent, OnemrvaMatSkeletonModule, OnemrvaMatSpinnerComponent, OnemrvaMatSpinnerModule, OnemrvaMatStepperComponent, OnemrvaMatStepperModule, OnemrvaMatStickerComponent, OnemrvaMatStickerModule, OnemrvaMatTableOfContentComponent, OnemrvaMatTableOfContentDirective, OnemrvaMatTableOfContentService, OnemrvaMatTaskComponent, OnemrvaMatTaskContentComponent, OnemrvaMatTaskListComponent, OnemrvaMatTaskListModule, OnemrvaMatTaskTitleComponent, OnemrvaMatTimepickerComponent, OnemrvaMatTimepickerModule, OnemrvaMatToastComponent, OnemrvaMatToastModule, OnemrvaMatTocAnchorLevel, OnemrvaMatTocAnchorStatus, OnemrvaMatTooltipComponent, OnemrvaMatTooltipDirective, OnemrvaMatTooltipModule, OnemrvaMissingTranslationHandler, OnemrvaNativeDateAdapter, OnemrvaNissPipe, OnemrvaPageNotFoundModule, OnemrvaSharedModule, OnemrvaTranslateCDNLoader, OnemrvaTranslateHttpLoader, OnemrvaValidators, PageNotFoundActionComponent, PageNotFoundComponent, PageNotFoundExtraComponent, PageNotFoundInvaderComponent, PhoneNumberDirective, RequestTimes, SEPA_ONLY_SUPPORTED_COUNTRIES, StripHtmlPipe, ToastType, WebComponentOverlayContainer, bankAccountValidator, components, configurableDefaultOptions, convertToProgressFile, convertToReferencedProgressFile, directives, formatBytes, formattedSize, layoutComponents, onemrvaDateLuxonProvider, onemrvaDateLuxonYearMonthProvider, onemrvaDateNativeProvider, onemrvaDateNativeYearMonthProvider, onemrvaThemeProvider, setTranslationLanguage, setTranslationLanguageFromWO };
|
|
3075
3090
|
export type { ActionConfig, ConfigurableDefaultOptions, CustomValidationFn, FileUploadStoreEvent, HttpCacheOptions, HttpCacheStorage, MatSelectSearchOptions, MimeDefinition, NavItem, OSMAddress, OSMResult, OnemRvaCommonCountry, OnemRvaLanguage, OnemrvaMatFileUploadInterface, OnemrvaMatFileUploadStoreItf, OnemrvaMatToc, OnemrvaMatTocAnchor, OnemrvaMaterialCountry, OnemrvaMenu, OnemrvaSkeletonLoaderConfigTheme, ProgressFile, ReferencedProgressFile, UploadState };
|
package/layout/index.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ import { BreakpointObserver } from '@angular/cdk/layout';
|
|
|
8
8
|
import * as i19 from '@angular/material/sidenav';
|
|
9
9
|
import { MatDrawer } from '@angular/material/sidenav';
|
|
10
10
|
import { OnemrvaMatSize } from '@onemrvapublic/design-system/utils';
|
|
11
|
-
import { NavItem } from '@onemrvapublic/design-system/mat-navigation';
|
|
12
11
|
import * as i26 from '@ngx-translate/core';
|
|
13
12
|
import { TranslateService } from '@ngx-translate/core';
|
|
13
|
+
import { NavItem } from '@onemrvapublic/design-system/mat-navigation';
|
|
14
14
|
import * as i14 from '@angular/common';
|
|
15
15
|
import * as i17 from '@angular/material/toolbar';
|
|
16
16
|
import * as i18 from '@angular/material/divider';
|
|
@@ -202,16 +202,16 @@ declare class LayoutComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
202
202
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "onemrva-layout", never, { "logo": { "alias": "logo"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "environment": { "alias": "environment"; "required": false; }; "logoRedictionUrl": { "alias": "logoRedictionUrl"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showThemeSwitcher": { "alias": "showThemeSwitcher"; "required": false; }; }, { "login": "login"; "logout": "logout"; }, ["title", "loginMenu", "content", "afterNav", "footer", "routes"], never, true, never>;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
declare class
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
214
|
-
static
|
|
205
|
+
declare class OnemrvaLeftSidenavService {
|
|
206
|
+
private originalItems;
|
|
207
|
+
readonly items: WritableSignal<NavItem[]>;
|
|
208
|
+
private router;
|
|
209
|
+
constructor();
|
|
210
|
+
setOriginal(items: NavItem[]): void;
|
|
211
|
+
updateItems(items: NavItem[]): void;
|
|
212
|
+
reset(): void;
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaLeftSidenavService, never>;
|
|
214
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OnemrvaLeftSidenavService>;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
declare class LayoutSidenavComponent implements OnInit {
|
|
@@ -233,6 +233,21 @@ declare class LayoutSidenavComponent implements OnInit {
|
|
|
233
233
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavComponent, "onemrva-layout-sidenav", never, { "isSmall": { "alias": "isSmall"; "required": false; }; "routes": { "alias": "routes"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; }, {}, never, never, true, never>;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
+
declare class LayoutLeftSidenavComponent {
|
|
237
|
+
private _items;
|
|
238
|
+
set items(value: NavItem[]);
|
|
239
|
+
get items(): NavItem[];
|
|
240
|
+
leftSidenavService: OnemrvaLeftSidenavService;
|
|
241
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutLeftSidenavComponent, never>;
|
|
242
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutLeftSidenavComponent, "onemrva-layout-left-sidenav", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
declare class LayoutSidenavTitleComponent {
|
|
246
|
+
template?: TemplateRef<any>;
|
|
247
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSidenavTitleComponent, never>;
|
|
248
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutSidenavTitleComponent, "onemrva-layout-sidenav-title", never, {}, {}, never, ["*"], true, never>;
|
|
249
|
+
}
|
|
250
|
+
|
|
236
251
|
declare class LayoutDrawerActionsComponent {
|
|
237
252
|
drawerService: OnemrvaDrawerService;
|
|
238
253
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutDrawerActionsComponent, never>;
|
|
@@ -252,7 +267,7 @@ declare class LayoutDrawerTitleComponent {
|
|
|
252
267
|
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutDrawerTitleComponent, "onemrva-drawer-title", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
253
268
|
}
|
|
254
269
|
|
|
255
|
-
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
270
|
+
declare const layoutComponents: (typeof LayoutRouteComponent | typeof LayoutFooterComponent | typeof LayoutSidenavComponent | typeof LayoutComponent | typeof LayoutLeftSidenavComponent)[];
|
|
256
271
|
|
|
257
272
|
declare class StripHtmlPipe implements PipeTransform {
|
|
258
273
|
transform(value: string): any;
|
|
@@ -270,5 +285,5 @@ declare class OnemrvaLayoutModule {
|
|
|
270
285
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaLayoutModule>;
|
|
271
286
|
}
|
|
272
287
|
|
|
273
|
-
export { CoerceBooleanInput, DrawerHostDirective, Environment, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, ObservableContent, OnemRvaProfile, OnemrvaDrawerService, OnemrvaLayoutModule, StripHtmlPipe, layoutComponents };
|
|
288
|
+
export { CoerceBooleanInput, DrawerHostDirective, Environment, LayoutAfterNavComponent, LayoutComponent, LayoutContentComponent, LayoutDrawerActionsComponent, LayoutDrawerContentComponent, LayoutDrawerTitleComponent, LayoutFooterComponent, LayoutLeftSidenavComponent, LayoutLoginMenuComponent, LayoutRouteComponent, LayoutSidenavComponent, LayoutSidenavTitleComponent, LayoutSubrouteComponent, LayoutTitleComponent, ObservableContent, OnemRvaProfile, OnemrvaDrawerService, OnemrvaLayoutModule, OnemrvaLeftSidenavService, StripHtmlPipe, layoutComponents };
|
|
274
289
|
export type { OnemRvaLanguage };
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
&.highlighted2 {
|
|
3
|
-
transition: border-left 0.4s ease;
|
|
4
|
-
border-left: 0.5rem solid var(--mat-sys-tertiary-container);
|
|
5
3
|
.mobile-menu-item {
|
|
6
4
|
transition: border-left 0.4s ease;
|
|
7
5
|
border-left: 0.5rem solid var(--mat-sys-tertiary-container);
|
|
8
6
|
}
|
|
9
7
|
}
|
|
10
8
|
&.highlighted {
|
|
11
|
-
transition: border-left 0.4s ease;
|
|
12
|
-
border-left: 0.5rem solid var(--mat-sys-tertiary);
|
|
13
9
|
.mobile-menu-item {
|
|
14
10
|
transition: border-left 0.4s ease;
|
|
15
11
|
border-left: 0.5rem solid var(--mat-sys-tertiary);
|
|
@@ -30,19 +26,19 @@
|
|
|
30
26
|
color: var(--mat-sys-on-surface);
|
|
31
27
|
border-left: 0.5rem solid transparent;
|
|
32
28
|
|
|
33
|
-
&:active {
|
|
34
|
-
}
|
|
35
29
|
&.active {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
30
|
+
button {
|
|
31
|
+
border-left: 0.5rem solid var(--mat-sys-tertiary);
|
|
32
|
+
font-weight: 600;
|
|
33
|
+
mat-icon {
|
|
34
|
+
font-variation-settings:
|
|
35
|
+
'FILL' 1,
|
|
36
|
+
'wght' 600,
|
|
37
|
+
'GRAD' 0,
|
|
38
|
+
'opsz' 24;
|
|
39
|
+
}
|
|
40
|
+
background: var(--mat-sys-surface-container-low);
|
|
44
41
|
}
|
|
45
|
-
background: var(--mat-sys-surface-container-low);
|
|
46
42
|
}
|
|
47
43
|
&:hover,
|
|
48
44
|
&:focus {
|