@rxap/layout 19.1.0-dev.0 → 19.1.0-dev.1
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/CHANGELOG.md +6 -0
- package/compodoc/changelog.html +5 -0
- package/compodoc/components/AppsButtonComponent.html +33 -1
- package/compodoc/components/DefaultHeaderComponent.html +66 -2
- package/compodoc/components/FooterComponent.html +33 -1
- package/compodoc/components/HeaderComponent.html +33 -1
- package/compodoc/components/LayoutComponent.html +33 -1
- package/compodoc/components/NavigationComponent.html +100 -4
- package/compodoc/components/NavigationItemComponent.html +165 -5
- package/compodoc/components/ReleaseInfoComponent.html +33 -1
- package/compodoc/components/SettingsButtonComponent.html +33 -1
- package/compodoc/components/SidenavComponent.html +176 -46
- package/compodoc/components/SidenavToggleButtonComponent.html +33 -1
- package/compodoc/components/UserProfileIconComponent.html +72 -2
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +6 -6
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +2190 -1445
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/AppsButtonComponent.html +5 -4
- package/docs/html/classes/BaseLayoutComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderComponent.html +4 -2
- package/docs/html/classes/DefaultHeaderService.html +5 -5
- package/docs/html/classes/ExternalAppsService.html +2 -2
- package/docs/html/classes/FooterComponent.html +4 -3
- package/docs/html/classes/FooterDirective.html +3 -3
- package/docs/html/classes/FooterService.html +5 -5
- package/docs/html/classes/HeaderComponent.html +3 -2
- package/docs/html/classes/HeaderDirective.html +3 -3
- package/docs/html/classes/HeaderService.html +5 -5
- package/docs/html/classes/LayoutComponent.html +3 -2
- package/docs/html/classes/LayoutService.html +2 -2
- package/docs/html/classes/LogoService.html +2 -2
- package/docs/html/classes/MinimalLayoutComponent.html +2 -2
- package/docs/html/classes/NavigationComponent.html +6 -3
- package/docs/html/classes/NavigationItemComponent.html +11 -6
- package/docs/html/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/html/classes/NavigationService.html +3 -3
- package/docs/html/classes/ReleaseInfoComponent.html +4 -3
- package/docs/html/classes/SettingsButtonComponent.html +3 -2
- package/docs/html/classes/SidenavComponent.html +5 -2
- package/docs/html/classes/SidenavFooterDirective.html +2 -2
- package/docs/html/classes/SidenavHeaderDirective.html +2 -2
- package/docs/html/classes/SidenavToggleButtonComponent.html +4 -3
- package/docs/html/classes/UserProfileIconComponent.html +5 -3
- package/docs/html/functions/IsNavigationDividerItem.html +1 -1
- package/docs/html/functions/IsNavigationInsertItem.html +1 -1
- package/docs/html/functions/IsNavigationItem.html +1 -1
- package/docs/html/functions/provideExternalApps.html +1 -1
- package/docs/html/functions/provideLayout.html +1 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/html/functions/withDefaultHeaderItems.html +1 -1
- package/docs/html/functions/withFooterComponents.html +1 -1
- package/docs/html/functions/withHeaderComponents.html +1 -1
- package/docs/html/functions/withNavigationConfig.html +1 -1
- package/docs/html/functions/withNavigationInserts.html +1 -1
- package/docs/html/functions/withReleaseInfoModules.html +1 -1
- package/docs/html/functions/withSettingsMenuItems.html +1 -1
- package/docs/html/functions/withUserProfileDataSource.html +1 -1
- package/docs/html/index.html +2 -2
- package/docs/html/interfaces/NavigationDividerItem.html +2 -2
- package/docs/html/interfaces/NavigationInsertItem.html +2 -2
- package/docs/html/interfaces/NavigationItem.html +2 -2
- package/docs/html/interfaces/NavigationStatus.html +2 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/html/interfaces/SettingsMenuItem.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -1
- package/docs/html/types/ExternalApp.html +1 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/html/types/Navigation.html +1 -1
- package/docs/html/types/NavigationWithInserts.html +1 -1
- package/docs/html/types/SettingsMenuItemComponent.html +1 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
- package/docs/markdown/README.md +1 -1
- package/docs/markdown/classes/AppsButtonComponent.md +15 -7
- package/docs/markdown/classes/BaseLayoutComponent.md +2 -2
- package/docs/markdown/classes/DefaultHeaderComponent.md +23 -7
- package/docs/markdown/classes/DefaultHeaderService.md +6 -6
- package/docs/markdown/classes/ExternalAppsService.md +18 -18
- package/docs/markdown/classes/FooterComponent.md +12 -4
- package/docs/markdown/classes/FooterDirective.md +4 -4
- package/docs/markdown/classes/FooterService.md +6 -6
- package/docs/markdown/classes/HeaderComponent.md +13 -5
- package/docs/markdown/classes/HeaderDirective.md +4 -4
- package/docs/markdown/classes/HeaderService.md +6 -6
- package/docs/markdown/classes/LayoutComponent.md +13 -5
- package/docs/markdown/classes/LayoutService.md +17 -17
- package/docs/markdown/classes/LogoService.md +6 -6
- package/docs/markdown/classes/MinimalLayoutComponent.md +2 -2
- package/docs/markdown/classes/NavigationComponent.md +35 -11
- package/docs/markdown/classes/NavigationItemComponent.md +54 -14
- package/docs/markdown/classes/NavigationProgressBarComponent.md +4 -4
- package/docs/markdown/classes/NavigationService.md +12 -12
- package/docs/markdown/classes/ReleaseInfoComponent.md +13 -5
- package/docs/markdown/classes/SettingsButtonComponent.md +26 -18
- package/docs/markdown/classes/SidenavComponent.md +49 -15
- package/docs/markdown/classes/SidenavFooterDirective.md +4 -4
- package/docs/markdown/classes/SidenavHeaderDirective.md +4 -4
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +12 -4
- package/docs/markdown/classes/UserProfileIconComponent.md +21 -5
- package/docs/markdown/functions/IsNavigationDividerItem.md +2 -2
- package/docs/markdown/functions/IsNavigationInsertItem.md +2 -2
- package/docs/markdown/functions/IsNavigationItem.md +2 -2
- package/docs/markdown/functions/provideExternalApps.md +2 -2
- package/docs/markdown/functions/provideLayout.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderComponent.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderItems.md +2 -2
- package/docs/markdown/functions/withFooterComponents.md +2 -2
- package/docs/markdown/functions/withHeaderComponents.md +2 -2
- package/docs/markdown/functions/withNavigationConfig.md +2 -2
- package/docs/markdown/functions/withNavigationInserts.md +2 -2
- package/docs/markdown/functions/withReleaseInfoModules.md +2 -2
- package/docs/markdown/functions/withSettingsMenuItems.md +2 -2
- package/docs/markdown/functions/withUserProfileDataSource.md +2 -2
- package/docs/markdown/globals.md +2 -2
- package/docs/markdown/interfaces/NavigationDividerItem.md +4 -4
- package/docs/markdown/interfaces/NavigationInsertItem.md +3 -3
- package/docs/markdown/interfaces/NavigationItem.md +7 -7
- package/docs/markdown/interfaces/NavigationStatus.md +3 -3
- package/docs/markdown/interfaces/ReleaseInfoModule.md +5 -5
- package/docs/markdown/interfaces/SettingsMenuItem.md +5 -5
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +2 -2
- package/docs/markdown/type-aliases/ExternalApp.md +2 -2
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +2 -2
- package/docs/markdown/type-aliases/Navigation.md +2 -2
- package/docs/markdown/type-aliases/NavigationWithInserts.md +2 -2
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +2 -2
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +2 -2
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +2 -2
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +2 -2
- package/docs/wiki/Class.AppsButtonComponent.md +14 -6
- package/docs/wiki/Class.BaseLayoutComponent.md +1 -1
- package/docs/wiki/Class.DefaultHeaderComponent.md +22 -6
- package/docs/wiki/Class.DefaultHeaderService.md +5 -5
- package/docs/wiki/Class.ExternalAppsService.md +17 -17
- package/docs/wiki/Class.FooterComponent.md +11 -3
- package/docs/wiki/Class.FooterDirective.md +3 -3
- package/docs/wiki/Class.FooterService.md +5 -5
- package/docs/wiki/Class.HeaderComponent.md +12 -4
- package/docs/wiki/Class.HeaderDirective.md +3 -3
- package/docs/wiki/Class.HeaderService.md +5 -5
- package/docs/wiki/Class.LayoutComponent.md +12 -4
- package/docs/wiki/Class.LayoutService.md +16 -16
- package/docs/wiki/Class.LogoService.md +5 -5
- package/docs/wiki/Class.MinimalLayoutComponent.md +1 -1
- package/docs/wiki/Class.NavigationComponent.md +34 -10
- package/docs/wiki/Class.NavigationItemComponent.md +53 -13
- package/docs/wiki/Class.NavigationProgressBarComponent.md +3 -3
- package/docs/wiki/Class.NavigationService.md +11 -11
- package/docs/wiki/Class.ReleaseInfoComponent.md +12 -4
- package/docs/wiki/Class.SettingsButtonComponent.md +25 -17
- package/docs/wiki/Class.SidenavComponent.md +48 -14
- package/docs/wiki/Class.SidenavFooterDirective.md +3 -3
- package/docs/wiki/Class.SidenavHeaderDirective.md +3 -3
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +11 -3
- package/docs/wiki/Class.UserProfileIconComponent.md +20 -4
- package/docs/wiki/Function.IsNavigationDividerItem.md +1 -1
- package/docs/wiki/Function.IsNavigationInsertItem.md +1 -1
- package/docs/wiki/Function.IsNavigationItem.md +1 -1
- package/docs/wiki/Function.provideExternalApps.md +1 -1
- package/docs/wiki/Function.provideLayout.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderComponent.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderItems.md +1 -1
- package/docs/wiki/Function.withFooterComponents.md +1 -1
- package/docs/wiki/Function.withHeaderComponents.md +1 -1
- package/docs/wiki/Function.withNavigationConfig.md +1 -1
- package/docs/wiki/Function.withNavigationInserts.md +1 -1
- package/docs/wiki/Function.withReleaseInfoModules.md +1 -1
- package/docs/wiki/Function.withSettingsMenuItems.md +1 -1
- package/docs/wiki/Function.withUserProfileDataSource.md +1 -1
- package/docs/wiki/Interface.NavigationDividerItem.md +3 -3
- package/docs/wiki/Interface.NavigationInsertItem.md +2 -2
- package/docs/wiki/Interface.NavigationItem.md +6 -6
- package/docs/wiki/Interface.NavigationStatus.md +2 -2
- package/docs/wiki/Interface.ReleaseInfoModule.md +4 -4
- package/docs/wiki/Interface.SettingsMenuItem.md +4 -4
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +1 -1
- package/docs/wiki/TypeAlias.ExternalApp.md +1 -1
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +1 -1
- package/docs/wiki/TypeAlias.Navigation.md +1 -1
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +1 -1
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +1 -1
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +1 -1
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +1 -1
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +1 -1
- package/docs/wiki/globals.md +1 -1
- package/fesm2022/rxap-layout.mjs +6 -5
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/lib/default-header/apps-button/apps-button.component.d.ts +2 -1
- package/lib/default-header/default-header.component.d.ts +4 -2
- package/lib/default-header/settings-button/settings-button.component.d.ts +2 -2
- package/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +2 -1
- package/lib/default-header/user-profile-icon/user-profile-icon.component.d.ts +4 -2
- package/lib/footer/footer.component.d.ts +2 -1
- package/lib/header/header.component.d.ts +2 -1
- package/lib/layout/layout.component.d.ts +2 -1
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +9 -6
- package/lib/navigation/navigation.component.d.ts +5 -3
- package/lib/release-info/release-info.component.d.ts +2 -1
- package/lib/sidenav/sidenav.component.d.ts +5 -3
- package/package.json +2 -2
- package/theme.css +425 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ExternalAppsService } from '../../external-apps.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AppsButtonComponent implements OnInit {
|
|
4
5
|
/**
|
|
5
6
|
* The signal that indicates if the app list is open
|
|
6
7
|
*/
|
|
7
8
|
readonly isOpen: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
-
|
|
9
|
+
protected readonly externalAppsService: ExternalAppsService;
|
|
9
10
|
readonly appList: import("@angular/core").Signal<import("@rxap/config").AppsNavigationConfig[]>;
|
|
10
11
|
readonly hasApps: import("@angular/core").Signal<boolean>;
|
|
11
12
|
toggle(): void;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
import { LayoutService } from '../layout.service';
|
|
2
|
+
import { DefaultHeaderService } from './default-header.service';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
4
|
export declare class DefaultHeaderComponent {
|
|
3
|
-
|
|
5
|
+
protected readonly layoutComponentService: LayoutService;
|
|
4
6
|
readonly collapsable: import("@angular/core").Signal<boolean>;
|
|
5
7
|
readonly opened: import("@angular/core").Signal<boolean>;
|
|
6
8
|
readonly profile: import("@angular/core").Signal<unknown>;
|
|
7
|
-
|
|
9
|
+
protected readonly defaultHeaderService: DefaultHeaderService;
|
|
8
10
|
readonly portals: import("@angular/core").Signal<import("@angular/cdk/portal").Portal<unknown>[]>;
|
|
9
11
|
readonly hasPortals: import("@angular/core").Signal<boolean>;
|
|
10
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultHeaderComponent, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
2
|
-
import { Signal } from '@angular/core';
|
|
2
|
+
import { Injector, Signal } from '@angular/core';
|
|
3
3
|
import { ThemeService } from '@rxap/ngx-theme';
|
|
4
4
|
import { ThemeDensity } from '@rxap/utilities';
|
|
5
5
|
import { SettingsMenuItem } from '../../types';
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class SettingsButtonComponent {
|
|
8
8
|
isDevMode: boolean;
|
|
9
9
|
readonly theme: ThemeService;
|
|
10
|
-
|
|
10
|
+
protected readonly injector: Injector;
|
|
11
11
|
customItemComponents: Signal<ComponentPortal<unknown>[]>;
|
|
12
12
|
customItems: import("@angular/core").WritableSignal<SettingsMenuItem[]>;
|
|
13
13
|
private savePreviewDensityValue;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { LayoutService } from '../../layout.service';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class SidenavToggleButtonComponent {
|
|
3
|
-
|
|
4
|
+
protected readonly layoutComponentService: LayoutService;
|
|
4
5
|
readonly opened: import("@angular/core").Signal<boolean>;
|
|
5
6
|
toggle(): void;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavToggleButtonComponent, never>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { PubSubService } from '@rxap/ngx-pub-sub';
|
|
2
|
+
import { ExtractUsernameFromProfileFn } from '../../types';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
4
|
export declare class UserProfileIconComponent {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
+
protected readonly extractUsernameFromProfile: ExtractUsernameFromProfileFn;
|
|
6
|
+
protected readonly pubSubService: PubSubService;
|
|
5
7
|
readonly profile: import("@angular/core").InputSignal<unknown>;
|
|
6
8
|
readonly username: import("@angular/core").Signal<string | null>;
|
|
7
9
|
logout(): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { FooterService } from '../footer.service';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class FooterComponent {
|
|
3
|
-
|
|
4
|
+
protected readonly footerService: FooterService;
|
|
4
5
|
readonly portals: import("@angular/core").Signal<import("@angular/cdk/portal").Portal<unknown>[]>;
|
|
5
6
|
readonly hasPortals: import("@angular/core").Signal<boolean>;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ThemePalette } from '@angular/material/core';
|
|
2
|
+
import { HeaderService } from '../header.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class HeaderComponent {
|
|
4
5
|
readonly color: import("@angular/core").InputSignal<ThemePalette>;
|
|
5
|
-
|
|
6
|
+
protected readonly headerService: HeaderService;
|
|
6
7
|
readonly portals: import("@angular/core").Signal<import("@angular/cdk/portal").Portal<unknown>[]>;
|
|
7
8
|
readonly hasPortals: import("@angular/core").Signal<boolean>;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Signal } from '@angular/core';
|
|
2
|
+
import { LogoService } from '../logo.service';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class LayoutComponent {
|
|
4
|
-
|
|
5
|
+
protected readonly logoService: LogoService;
|
|
5
6
|
readonly logoSrc: Signal<string>;
|
|
6
7
|
readonly logoWidth: Signal<number>;
|
|
7
8
|
readonly logoHeight: Signal<number>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import { OnChanges, OnDestroy, SimpleChanges, AfterViewInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, AfterViewInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import { LayoutService } from '../../layout.service';
|
|
2
5
|
import { Navigation, NavigationDividerItem, NavigationItem } from '../navigation-item';
|
|
3
6
|
import * as i0 from "@angular/core";
|
|
4
7
|
export declare class NavigationItemComponent implements OnChanges, OnDestroy, AfterViewInit {
|
|
@@ -7,12 +10,12 @@ export declare class NavigationItemComponent implements OnChanges, OnDestroy, Af
|
|
|
7
10
|
readonly item: import("@angular/core").InputSignal<NavigationItem<Navigation>>;
|
|
8
11
|
readonly active: import("@angular/core").WritableSignal<boolean>;
|
|
9
12
|
readonly itemClasses: import("@angular/core").Signal<string>;
|
|
10
|
-
|
|
13
|
+
protected readonly layoutService: LayoutService;
|
|
11
14
|
readonly collapsed: import("@angular/core").Signal<boolean>;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
protected readonly _subscription: Subscription;
|
|
16
|
+
protected readonly router: Router;
|
|
17
|
+
protected readonly elementRef: ElementRef<any>;
|
|
18
|
+
protected readonly renderer: Renderer2;
|
|
16
19
|
ngOnChanges(changes: SimpleChanges): void;
|
|
17
20
|
ngAfterViewInit(): void;
|
|
18
21
|
ngOnDestroy(): void;
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LayoutService } from '../layout.service';
|
|
3
|
+
import { NavigationService } from '../navigation.service';
|
|
2
4
|
import { Navigation, NavigationDividerItem, NavigationItem } from './navigation-item';
|
|
3
5
|
import * as i0 from "@angular/core";
|
|
4
6
|
export declare class NavigationComponent implements OnInit {
|
|
5
7
|
items: import("@angular/core").InputSignal<Navigation | undefined>;
|
|
6
8
|
level: import("@angular/core").InputSignal<number>;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
protected readonly navigationService: NavigationService;
|
|
10
|
+
protected readonly layoutService: LayoutService;
|
|
9
11
|
readonly collapsed: import("@angular/core").Signal<boolean>;
|
|
10
12
|
navigationItems: import("@angular/core").Signal<Navigation>;
|
|
11
13
|
readonly root: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
|
|
14
|
+
protected readonly injector: import("@angular/core").Injector;
|
|
13
15
|
ngOnInit(): void;
|
|
14
16
|
isNavigationDividerItem(item: NavigationItem | NavigationDividerItem): item is NavigationDividerItem;
|
|
15
17
|
isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ReleaseInfoComponent {
|
|
3
4
|
readonly modules: import("@rxap/layout").ReleaseInfoModule[];
|
|
4
5
|
readonly release: string;
|
|
5
|
-
|
|
6
|
+
protected readonly dialog: MatDialog;
|
|
6
7
|
openEnvironmentInfo(): void;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReleaseInfoComponent, never>;
|
|
8
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReleaseInfoComponent, "rxap-release-info", never, {}, {}, never, never, true, never>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { Signal } from '@angular/core';
|
|
2
|
-
import { MatDrawerMode } from '@angular/material/sidenav';
|
|
2
|
+
import { MatDrawerMode, MatSidenav } from '@angular/material/sidenav';
|
|
3
|
+
import { LayoutService } from '../layout.service';
|
|
3
4
|
import { SidenavFooterDirective } from './sidenav-footer.directive';
|
|
4
5
|
import { SidenavHeaderDirective } from './sidenav-header.directive';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SidenavComponent {
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
protected readonly layoutService: LayoutService;
|
|
9
|
+
protected readonly sidenav: Signal<MatSidenav | undefined>;
|
|
9
10
|
readonly sidenavMode: Signal<MatDrawerMode>;
|
|
10
11
|
readonly fixedBottomGap: Signal<number>;
|
|
11
12
|
readonly fixedTopGap: Signal<number>;
|
|
@@ -17,6 +18,7 @@ export declare class SidenavComponent {
|
|
|
17
18
|
readonly sidenavFooterDirective: Signal<SidenavFooterDirective | undefined>;
|
|
18
19
|
readonly sidenavHeaderDirective: Signal<SidenavHeaderDirective | undefined>;
|
|
19
20
|
togglePinned(): void;
|
|
21
|
+
onOpenedChanged(opened: boolean): void;
|
|
20
22
|
openSidenav(): Promise<void>;
|
|
21
23
|
closeSidenav(): Promise<void>;
|
|
22
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.1.0-dev.
|
|
2
|
+
"version": "19.1.0-dev.1",
|
|
3
3
|
"name": "@rxap/layout",
|
|
4
4
|
"description": "This library provides a set of Angular components and services for creating consistent and configurable application layouts, including headers, footers, side navigation, and content areas. It offers features such as dynamic navigation, external application integration, and customizable themes. The library also includes directives for extending header and footer areas with custom content.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
},
|
|
154
154
|
"schematics": "./generators.json",
|
|
155
155
|
"sideEffects": false,
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "1a1dfaee7f5f25091f01e97dac74f87a80699213",
|
|
157
157
|
"module": "fesm2022/rxap-layout.mjs",
|
|
158
158
|
"typings": "index.d.ts",
|
|
159
159
|
"exports": {
|
package/theme.css
CHANGED
|
@@ -1 +1,425 @@
|
|
|
1
|
-
.visible
|
|
1
|
+
.visible {
|
|
2
|
+
visibility: visible
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.invisible {
|
|
6
|
+
visibility: hidden
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.collapse {
|
|
10
|
+
visibility: collapse
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.static {
|
|
14
|
+
position: static
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.fixed {
|
|
18
|
+
position: fixed
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.absolute {
|
|
22
|
+
position: absolute
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.relative {
|
|
26
|
+
position: relative
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.sticky {
|
|
30
|
+
position: sticky
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.bottom-0 {
|
|
34
|
+
bottom: 0px
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.top-0 {
|
|
38
|
+
top: 0px
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.z-10 {
|
|
42
|
+
z-index: 10
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.mx-16 {
|
|
46
|
+
margin-left: 4rem;
|
|
47
|
+
margin-right: 4rem
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ml-16 {
|
|
51
|
+
margin-left: 4rem
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.mt-4 {
|
|
55
|
+
margin-top: 1rem
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.block {
|
|
59
|
+
display: block
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.inline {
|
|
63
|
+
display: inline
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.flex {
|
|
67
|
+
display: flex
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.table {
|
|
71
|
+
display: table
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.contents {
|
|
75
|
+
display: contents
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.hidden {
|
|
79
|
+
display: none
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.h-10 {
|
|
83
|
+
height: 2.5rem
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.h-12 {
|
|
87
|
+
height: 3rem
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.h-6 {
|
|
91
|
+
height: 1.5rem
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.h-8 {
|
|
95
|
+
height: 2rem
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.h-full {
|
|
99
|
+
height: 100%
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.w-8 {
|
|
103
|
+
width: 2rem
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.w-full {
|
|
107
|
+
width: 100%
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.\!max-w-none {
|
|
111
|
+
max-width: none !important
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.grow {
|
|
115
|
+
flex-grow: 1
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.grow-0 {
|
|
119
|
+
flex-grow: 0
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.table-auto {
|
|
123
|
+
table-layout: auto
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.border-separate {
|
|
127
|
+
border-collapse: separate
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.border-spacing-2 {
|
|
131
|
+
--tw-border-spacing-x: 0.5rem;
|
|
132
|
+
--tw-border-spacing-y: 0.5rem;
|
|
133
|
+
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.transform {
|
|
137
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.cursor-pointer {
|
|
141
|
+
cursor: pointer
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.list-none {
|
|
145
|
+
list-style-type: none
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.flex-row {
|
|
149
|
+
flex-direction: row
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.flex-col {
|
|
153
|
+
flex-direction: column
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.items-center {
|
|
157
|
+
align-items: center
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.justify-center {
|
|
161
|
+
justify-content: center
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.justify-between {
|
|
165
|
+
justify-content: space-between
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.justify-items-stretch {
|
|
169
|
+
justify-items: stretch
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.gap-2 {
|
|
173
|
+
gap: 0.5rem
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.gap-4 {
|
|
177
|
+
gap: 1rem
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.gap-6 {
|
|
181
|
+
gap: 1.5rem
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.gap-8 {
|
|
185
|
+
gap: 2rem
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.gap-x-4 {
|
|
189
|
+
-moz-column-gap: 1rem;
|
|
190
|
+
column-gap: 1rem
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.gap-y-5 {
|
|
194
|
+
row-gap: 1.25rem
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.self-stretch {
|
|
198
|
+
align-self: stretch
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.overflow-hidden {
|
|
202
|
+
overflow: hidden
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.whitespace-nowrap {
|
|
206
|
+
white-space: nowrap
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.rounded-full {
|
|
210
|
+
border-radius: 9999px
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.border {
|
|
214
|
+
border-width: 1px
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.border-l-4 {
|
|
218
|
+
border-left-width: 4px
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.border-accent-600 {
|
|
222
|
+
border-color: var(--accent-600)
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.border-slate-300 {
|
|
226
|
+
--tw-border-opacity: 1;
|
|
227
|
+
border-color: rgb(203 213 225 / var(--tw-border-opacity, 1))
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.bg-slate-50 {
|
|
231
|
+
--tw-bg-opacity: 1;
|
|
232
|
+
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1))
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.bg-white {
|
|
236
|
+
--tw-bg-opacity: 1;
|
|
237
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.bg-cover {
|
|
241
|
+
background-size: cover
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.bg-center {
|
|
245
|
+
background-position: center
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.bg-no-repeat {
|
|
249
|
+
background-repeat: no-repeat
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.p-10 {
|
|
253
|
+
padding: 2.5rem
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.p-2 {
|
|
257
|
+
padding: 0.5rem
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.p-4 {
|
|
261
|
+
padding: 1rem
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.px-16 {
|
|
265
|
+
padding-left: 4rem;
|
|
266
|
+
padding-right: 4rem
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.px-4 {
|
|
270
|
+
padding-left: 1rem;
|
|
271
|
+
padding-right: 1rem
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.py-2 {
|
|
275
|
+
padding-top: 0.5rem;
|
|
276
|
+
padding-bottom: 0.5rem
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.pb-2 {
|
|
280
|
+
padding-bottom: 0.5rem
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.pl-2 {
|
|
284
|
+
padding-left: 0.5rem
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.pl-4 {
|
|
288
|
+
padding-left: 1rem
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.pl-5 {
|
|
292
|
+
padding-left: 1.25rem
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.pr-5 {
|
|
296
|
+
padding-right: 1.25rem
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.text-\[32px\] {
|
|
300
|
+
font-size: 32px
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.text-lg {
|
|
304
|
+
font-size: 1.125rem;
|
|
305
|
+
line-height: 1.75rem
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.text-sm {
|
|
309
|
+
font-size: 0.875rem;
|
|
310
|
+
line-height: 1.25rem
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.text-xl {
|
|
314
|
+
font-size: 1.25rem;
|
|
315
|
+
line-height: 1.75rem
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.font-bold {
|
|
319
|
+
font-weight: 700
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.capitalize {
|
|
323
|
+
text-transform: capitalize
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.text-accent-400 {
|
|
327
|
+
color: var(--accent-400)
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.text-neutral-700 {
|
|
331
|
+
--tw-text-opacity: 1;
|
|
332
|
+
color: rgb(64 64 64 / var(--tw-text-opacity, 1))
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.text-red-700 {
|
|
336
|
+
--tw-text-opacity: 1;
|
|
337
|
+
color: rgb(185 28 28 / var(--tw-text-opacity, 1))
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.text-slate-500 {
|
|
341
|
+
--tw-text-opacity: 1;
|
|
342
|
+
color: rgb(100 116 139 / var(--tw-text-opacity, 1))
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.text-slate-900 {
|
|
346
|
+
--tw-text-opacity: 1;
|
|
347
|
+
color: rgb(15 23 42 / var(--tw-text-opacity, 1))
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.shadow-sm {
|
|
351
|
+
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
352
|
+
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
353
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.outline-none {
|
|
357
|
+
outline: 2px solid transparent;
|
|
358
|
+
outline-offset: 2px
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.invert {
|
|
362
|
+
--tw-invert: invert(100%);
|
|
363
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.\!filter {
|
|
367
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.filter {
|
|
371
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.transition {
|
|
375
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
376
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
377
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
378
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
379
|
+
transition-duration: 150ms
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.hover\:text-black:hover {
|
|
383
|
+
--tw-text-opacity: 1;
|
|
384
|
+
color: rgb(0 0 0 / var(--tw-text-opacity, 1))
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.dark\:border-slate-600:where(.dark, .dark *) {
|
|
388
|
+
--tw-border-opacity: 1;
|
|
389
|
+
border-color: rgb(71 85 105 / var(--tw-border-opacity, 1))
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.dark\:border-slate-700:where(.dark, .dark *) {
|
|
393
|
+
--tw-border-opacity: 1;
|
|
394
|
+
border-color: rgb(51 65 85 / var(--tw-border-opacity, 1))
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.dark\:bg-slate-700:where(.dark, .dark *) {
|
|
398
|
+
--tw-bg-opacity: 1;
|
|
399
|
+
background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1))
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.dark\:bg-slate-800:where(.dark, .dark *) {
|
|
403
|
+
--tw-bg-opacity: 1;
|
|
404
|
+
background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1))
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.dark\:text-neutral-400:where(.dark, .dark *) {
|
|
408
|
+
--tw-text-opacity: 1;
|
|
409
|
+
color: rgb(163 163 163 / var(--tw-text-opacity, 1))
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.dark\:text-slate-200:where(.dark, .dark *) {
|
|
413
|
+
--tw-text-opacity: 1;
|
|
414
|
+
color: rgb(226 232 240 / var(--tw-text-opacity, 1))
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.dark\:text-slate-400:where(.dark, .dark *) {
|
|
418
|
+
--tw-text-opacity: 1;
|
|
419
|
+
color: rgb(148 163 184 / var(--tw-text-opacity, 1))
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.dark\:hover\:text-white:hover:where(.dark, .dark *) {
|
|
423
|
+
--tw-text-opacity: 1;
|
|
424
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1))
|
|
425
|
+
}
|