tango-app-ui-shared 3.0.1 → 3.0.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.
- package/esm2022/lib/modules/errors/error404/error404.component.mjs +3 -3
- package/esm2022/lib/modules/errors/error500/error500.component.mjs +3 -3
- package/esm2022/lib/modules/errors/errors.component.mjs +2 -2
- package/esm2022/lib/modules/layout/header/header-menu/header-menu.component.mjs +2 -2
- package/esm2022/lib/modules/layout/header/header.component.mjs +5 -5
- package/esm2022/lib/modules/layout/header/page-title/page-title.component.mjs +4 -4
- package/esm2022/lib/modules/layout/layout/layout.component.mjs +2 -2
- package/esm2022/lib/modules/layout/scroll-top/scroll-top.component.mjs +2 -2
- package/esm2022/lib/modules/layout/sidebar/sidebar-logo/sidebar-logo.component.mjs +2 -2
- package/esm2022/lib/modules/layout/sidebar/sidebar.component.mjs +2 -2
- package/esm2022/lib/modules/layout/toolbar/classic/classic.component.mjs +2 -2
- package/esm2022/lib/modules/layout/toolbar/toolbar.component.mjs +2 -2
- package/fesm2022/tango-app-ui-shared.mjs +33 -35
- package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
- package/lib/modules/errors/error404/error404.component.d.ts +1 -1
- package/lib/modules/errors/error500/error500.component.d.ts +1 -1
- package/lib/modules/layout/header/header-menu/header-menu.component.d.ts +1 -1
- package/lib/modules/layout/header/header.component.d.ts +2 -2
- package/lib/modules/layout/header/page-title/page-title.component.d.ts +1 -1
- package/lib/modules/layout/layout/layout.component.d.ts +2 -2
- package/lib/modules/layout/sidebar/sidebar-logo/sidebar-logo.component.d.ts +2 -2
- package/lib/modules/layout/sidebar/sidebar.component.d.ts +2 -2
- package/lib/modules/layout/toolbar/classic/classic.component.d.ts +1 -1
- package/lib/modules/layout/toolbar/toolbar.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { ThemeModeService } from 'tango-app-metronics';
|
|
3
|
+
import { ThemeModeService } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class Error404Component implements OnInit, OnDestroy {
|
|
6
6
|
private router;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { ThemeModeService } from 'tango-app-metronics';
|
|
3
|
+
import { ThemeModeService } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class Error500Component implements OnInit, OnDestroy {
|
|
6
6
|
private router;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { PageInfoService } from 'tango-app-metronics';
|
|
3
|
+
import { PageInfoService } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class HeaderMenuComponent implements OnInit, OnDestroy {
|
|
6
6
|
private pageInfo;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { ILayout, LayoutType } from 'tango-app-metronics';
|
|
4
|
-
import { LayoutService } from 'tango-app-metronics';
|
|
3
|
+
import { ILayout, LayoutType } from 'tango-app-ui-metronics';
|
|
4
|
+
import { LayoutService } from 'tango-app-ui-metronics';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class HeaderComponent implements OnInit, OnDestroy {
|
|
7
7
|
private layout;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { PageInfoService, PageLink } from 'tango-app-metronics';
|
|
3
|
+
import { PageInfoService, PageLink } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PageTitleComponent implements OnInit, OnDestroy {
|
|
6
6
|
private pageInfo;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { ILayout } from 'tango-app-metronics';
|
|
4
|
-
import { LayoutInitService, LayoutService } from 'tango-app-metronics';
|
|
3
|
+
import { ILayout } from 'tango-app-ui-metronics';
|
|
4
|
+
import { LayoutInitService, LayoutService } from 'tango-app-ui-metronics';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LayoutComponent implements OnInit, OnDestroy {
|
|
7
7
|
private initService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutService } from 'tango-app-metronics';
|
|
3
|
-
import { LayoutType } from 'tango-app-metronics';
|
|
2
|
+
import { LayoutService } from 'tango-app-ui-metronics';
|
|
3
|
+
import { LayoutType } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SidebarLogoComponent implements OnInit, OnDestroy {
|
|
6
6
|
private layout;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutService } from 'tango-app-metronics';
|
|
3
|
-
import { ILayout } from 'tango-app-metronics
|
|
2
|
+
import { LayoutService } from 'tango-app-ui-metronics';
|
|
3
|
+
import { ILayout } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SidebarComponent implements OnInit, OnDestroy {
|
|
6
6
|
private layout;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutService } from 'tango-app-metronics';
|
|
2
|
+
import { LayoutService } from 'tango-app-ui-metronics';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ClassicComponent implements OnInit, OnDestroy {
|
|
5
5
|
private layout;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LayoutService } from 'tango-app-metronics';
|
|
3
|
-
import { ILayout, LayoutType } from 'tango-app-metronics';
|
|
2
|
+
import { LayoutService } from 'tango-app-ui-metronics';
|
|
3
|
+
import { ILayout, LayoutType } from 'tango-app-ui-metronics';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ToolbarComponent implements OnInit, OnDestroy {
|
|
6
6
|
private layout;
|