@indice/ng-components 0.2.32 → 0.2.33
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/README.md +4 -4
- package/_styles.css +3457 -3457
- package/bundles/indice-ng-components.umd.js +3204 -3198
- package/bundles/indice-ng-components.umd.js.map +1 -1
- package/esm2015/indice-ng-components.js +6 -6
- package/esm2015/lib/controls/avatar-initials/avatar-initials.component.js +47 -47
- package/esm2015/lib/controls/collapsible-panel/collapsible-panel.component.js +20 -20
- package/esm2015/lib/controls/date-picker/date-picker.component.js +217 -217
- package/esm2015/lib/controls/drop-down-menu/drop-down-menu.component.js +62 -62
- package/esm2015/lib/controls/kpi-tile/kpi-tile.component.js +32 -32
- package/esm2015/lib/controls/list-view/list-column.component.js +19 -19
- package/esm2015/lib/controls/list-view/list-details-section.component.js +14 -14
- package/esm2015/lib/controls/list-view/list-tile.component.js +14 -14
- package/esm2015/lib/controls/list-view/list-view-empty-state.component.js +25 -25
- package/esm2015/lib/controls/list-view/list-view.component.js +133 -133
- package/esm2015/lib/controls/pager/pager.component.js +114 -114
- package/esm2015/lib/controls/side-pane/side-pane.component.js +71 -71
- package/esm2015/lib/controls/skeleton-loader/skeleton-loader.component.js +25 -25
- package/esm2015/lib/controls/toaster/toaster-container.component.js +28 -28
- package/esm2015/lib/controls/toaster/toaster.component.js +29 -29
- package/esm2015/lib/controls/toggle/toggle.component.js +56 -56
- package/esm2015/lib/directives/click-outside.directive.js +181 -181
- package/esm2015/lib/directives/dynamic-component-host.directive.js +17 -17
- package/esm2015/lib/helpers/base-list.component.js +182 -182
- package/esm2015/lib/icons.js +30 -30
- package/esm2015/lib/layouts/shell/shell-footer/shell-footer.component.js +17 -17
- package/esm2015/lib/layouts/shell/shell-header/shell-header.component.js +98 -98
- package/esm2015/lib/layouts/shell/shell-layout/shell-layout.component.js +92 -92
- package/esm2015/lib/layouts/views/form-layout/form-layout.component.js +72 -72
- package/esm2015/lib/layouts/views/model-view-layout/model-view-layout.component.js +47 -47
- package/esm2015/lib/layouts/views/side-view-layout/side-view-layout.component.js +73 -73
- package/esm2015/lib/layouts/views/view-layout/view-layout.component.js +87 -87
- package/esm2015/lib/ng-components.module.js +133 -133
- package/esm2015/lib/pages/auth/auth-callback/auth-callback.component.js +74 -74
- package/esm2015/lib/pages/auth/auth-renew/auth-renew.component.js +25 -25
- package/esm2015/lib/pages/auth/logged-out/logged-out.component.js +26 -26
- package/esm2015/lib/pages/http-status/error/error.component.js +15 -15
- package/esm2015/lib/pages/http-status/page-not-found/page-not-found.component.js +14 -14
- package/esm2015/lib/pages/http-status/unauthorized/unauthorized.component.js +22 -22
- package/esm2015/lib/pipes/address.pipe.js +17 -17
- package/esm2015/lib/pipes/duration-format.pipe.js +60 -60
- package/esm2015/lib/services/component-loader/component-loader-options.class.js +8 -8
- package/esm2015/lib/services/component-loader/component-loader.class.js +192 -192
- package/esm2015/lib/services/component-loader/component-loader.factory.js +35 -35
- package/esm2015/lib/services/component-loader/content-ref.class.js +13 -13
- package/esm2015/lib/services/modal-service/modal-backdrop-component.js +44 -44
- package/esm2015/lib/services/modal-service/modal-container-component.js +117 -117
- package/esm2015/lib/services/modal-service/modal-options.class.js +31 -31
- package/esm2015/lib/services/modal-service/modal-service.js +214 -214
- package/esm2015/lib/services/modal-service/modal-styles.class.js +11 -11
- package/esm2015/lib/services/modal-service/modal.class.js +24 -24
- package/esm2015/lib/services/toaster.service.js +23 -23
- package/esm2015/lib/tokens.js +4 -4
- package/esm2015/lib/types.js +104 -104
- package/esm2015/public-api.js +53 -53
- package/fesm2015/indice-ng-components.js +2758 -2758
- package/fesm2015/indice-ng-components.js.map +1 -1
- package/indice-ng-components.d.ts +6 -6
- package/indice-ng-components.metadata.json +1 -1
- package/lib/controls/avatar-initials/avatar-initials.component.d.ts +11 -11
- package/lib/controls/collapsible-panel/collapsible-panel.component.d.ts +7 -7
- package/lib/controls/date-picker/date-picker.component.d.ts +43 -43
- package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +22 -22
- package/lib/controls/kpi-tile/kpi-tile.component.d.ts +10 -10
- package/lib/controls/list-view/list-column.component.d.ts +6 -6
- package/lib/controls/list-view/list-details-section.component.d.ts +4 -4
- package/lib/controls/list-view/list-tile.component.d.ts +4 -4
- package/lib/controls/list-view/list-view-empty-state.component.d.ts +8 -8
- package/lib/controls/list-view/list-view.component.d.ts +50 -50
- package/lib/controls/pager/pager.component.d.ts +32 -32
- package/lib/controls/side-pane/side-pane.component.d.ts +15 -15
- package/lib/controls/skeleton-loader/skeleton-loader.component.d.ts +8 -8
- package/lib/controls/toaster/toaster-container.component.d.ts +10 -10
- package/lib/controls/toaster/toaster.component.d.ts +12 -12
- package/lib/controls/toggle/toggle.component.d.ts +16 -16
- package/lib/directives/click-outside.directive.d.ts +37 -37
- package/lib/directives/dynamic-component-host.directive.d.ts +6 -6
- package/lib/helpers/base-list.component.d.ts +39 -39
- package/lib/icons.d.ts +28 -28
- package/lib/layouts/shell/shell-footer/shell-footer.component.d.ts +5 -5
- package/lib/layouts/shell/shell-header/shell-header.component.d.ts +33 -33
- package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +23 -23
- package/lib/layouts/views/form-layout/form-layout.component.d.ts +21 -21
- package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +22 -22
- package/lib/layouts/views/side-view-layout/side-view-layout.component.d.ts +24 -24
- package/lib/layouts/views/view-layout/view-layout.component.d.ts +27 -27
- package/lib/ng-components.module.d.ts +7 -7
- package/lib/pages/auth/auth-callback/auth-callback.component.d.ts +11 -11
- package/lib/pages/auth/auth-renew/auth-renew.component.d.ts +9 -9
- package/lib/pages/auth/logged-out/logged-out.component.d.ts +9 -9
- package/lib/pages/http-status/error/error.component.d.ts +5 -5
- package/lib/pages/http-status/page-not-found/page-not-found.component.d.ts +5 -5
- package/lib/pages/http-status/unauthorized/unauthorized.component.d.ts +8 -8
- package/lib/pipes/address.pipe.d.ts +5 -5
- package/lib/pipes/duration-format.pipe.d.ts +5 -5
- package/lib/services/component-loader/component-loader-options.class.d.ts +30 -30
- package/lib/services/component-loader/component-loader.class.d.ts +92 -92
- package/lib/services/component-loader/component-loader.factory.d.ts +21 -21
- package/lib/services/component-loader/content-ref.class.d.ts +12 -12
- package/lib/services/modal-service/modal-backdrop-component.d.ts +17 -17
- package/lib/services/modal-service/modal-container-component.d.ts +30 -30
- package/lib/services/modal-service/modal-options.class.d.ts +77 -77
- package/lib/services/modal-service/modal-service.d.ts +55 -55
- package/lib/services/modal-service/modal-styles.class.d.ts +10 -10
- package/lib/services/modal-service/modal.class.d.ts +40 -40
- package/lib/services/toaster.service.d.ts +8 -8
- package/lib/tokens.d.ts +4 -4
- package/lib/types.d.ts +124 -124
- package/modal.css +157 -157
- package/package.json +1 -1
- package/public-api.d.ts +41 -41
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
-
import { HeaderMetaItem, IResultSet, MenuOption, ViewAction } from '../types';
|
|
5
|
-
export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy {
|
|
6
|
-
private route$;
|
|
7
|
-
private router$;
|
|
8
|
-
items: T[] | null | undefined;
|
|
9
|
-
view: string;
|
|
10
|
-
title: string | null;
|
|
11
|
-
actions: ViewAction[];
|
|
12
|
-
loaderItems: any[];
|
|
13
|
-
page: number;
|
|
14
|
-
pageSize: number;
|
|
15
|
-
count: number;
|
|
16
|
-
sort: string | null;
|
|
17
|
-
sortdir: string | null;
|
|
18
|
-
search: string | null;
|
|
19
|
-
sortOptions: MenuOption[];
|
|
20
|
-
metaItems: HeaderMetaItem[];
|
|
21
|
-
abstract newItemLink: string | null;
|
|
22
|
-
private routeSub$;
|
|
23
|
-
constructor(route$: ActivatedRoute, router$: Router);
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
getViewActions(): Observable<ViewAction[]>;
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
private setRouteParams;
|
|
28
|
-
actionHandler($event: ViewAction): void;
|
|
29
|
-
private load;
|
|
30
|
-
private updateHeaderMeta;
|
|
31
|
-
abstract loadItems(): Observable<IResultSet<T> | null | undefined>;
|
|
32
|
-
clear(): void;
|
|
33
|
-
refresh(): void;
|
|
34
|
-
pageChanged(page: number): void;
|
|
35
|
-
pageSizeChanged(pageSize: number): void;
|
|
36
|
-
sortChanged(sort: string): void;
|
|
37
|
-
sortdirChanged(sortdir: string): void;
|
|
38
|
-
searchChanged(searchText: string | null): void;
|
|
39
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { HeaderMetaItem, IResultSet, MenuOption, ViewAction } from '../types';
|
|
5
|
+
export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy {
|
|
6
|
+
private route$;
|
|
7
|
+
private router$;
|
|
8
|
+
items: T[] | null | undefined;
|
|
9
|
+
view: string;
|
|
10
|
+
title: string | null;
|
|
11
|
+
actions: ViewAction[];
|
|
12
|
+
loaderItems: any[];
|
|
13
|
+
page: number;
|
|
14
|
+
pageSize: number;
|
|
15
|
+
count: number;
|
|
16
|
+
sort: string | null;
|
|
17
|
+
sortdir: string | null;
|
|
18
|
+
search: string | null;
|
|
19
|
+
sortOptions: MenuOption[];
|
|
20
|
+
metaItems: HeaderMetaItem[];
|
|
21
|
+
abstract newItemLink: string | null;
|
|
22
|
+
private routeSub$;
|
|
23
|
+
constructor(route$: ActivatedRoute, router$: Router);
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
getViewActions(): Observable<ViewAction[]>;
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
private setRouteParams;
|
|
28
|
+
actionHandler($event: ViewAction): void;
|
|
29
|
+
private load;
|
|
30
|
+
private updateHeaderMeta;
|
|
31
|
+
abstract loadItems(): Observable<IResultSet<T> | null | undefined>;
|
|
32
|
+
clear(): void;
|
|
33
|
+
refresh(): void;
|
|
34
|
+
pageChanged(page: number): void;
|
|
35
|
+
pageSizeChanged(pageSize: number): void;
|
|
36
|
+
sortChanged(sort: string): void;
|
|
37
|
+
sortdirChanged(sortdir: string): void;
|
|
38
|
+
searchChanged(searchText: string | null): void;
|
|
39
|
+
}
|
package/lib/icons.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
export declare class Icons {
|
|
2
|
-
static Dashboard: string;
|
|
3
|
-
static Locations: string;
|
|
4
|
-
static ChargePoints: string;
|
|
5
|
-
static Transations: string;
|
|
6
|
-
static Badges: string;
|
|
7
|
-
static Information: string;
|
|
8
|
-
static Refresh: string;
|
|
9
|
-
static Search: string;
|
|
10
|
-
static Add: string;
|
|
11
|
-
static SendEmail: string;
|
|
12
|
-
static Filter: string;
|
|
13
|
-
static Export: string;
|
|
14
|
-
static TilesView: string;
|
|
15
|
-
static TableView: string;
|
|
16
|
-
static MapView: string;
|
|
17
|
-
static EntryView: string;
|
|
18
|
-
static Separator: string;
|
|
19
|
-
static ItemsCount: string;
|
|
20
|
-
static Heart: string;
|
|
21
|
-
static HeartBroken: string;
|
|
22
|
-
static DateTime: string;
|
|
23
|
-
static Expand: string;
|
|
24
|
-
static Collapse: string;
|
|
25
|
-
static SortAsc: string;
|
|
26
|
-
static SortDesc: string;
|
|
27
|
-
static Details: string;
|
|
28
|
-
}
|
|
1
|
+
export declare class Icons {
|
|
2
|
+
static Dashboard: string;
|
|
3
|
+
static Locations: string;
|
|
4
|
+
static ChargePoints: string;
|
|
5
|
+
static Transations: string;
|
|
6
|
+
static Badges: string;
|
|
7
|
+
static Information: string;
|
|
8
|
+
static Refresh: string;
|
|
9
|
+
static Search: string;
|
|
10
|
+
static Add: string;
|
|
11
|
+
static SendEmail: string;
|
|
12
|
+
static Filter: string;
|
|
13
|
+
static Export: string;
|
|
14
|
+
static TilesView: string;
|
|
15
|
+
static TableView: string;
|
|
16
|
+
static MapView: string;
|
|
17
|
+
static EntryView: string;
|
|
18
|
+
static Separator: string;
|
|
19
|
+
static ItemsCount: string;
|
|
20
|
+
static Heart: string;
|
|
21
|
+
static HeartBroken: string;
|
|
22
|
+
static DateTime: string;
|
|
23
|
+
static Expand: string;
|
|
24
|
+
static Collapse: string;
|
|
25
|
+
static SortAsc: string;
|
|
26
|
+
static SortDesc: string;
|
|
27
|
+
static Details: string;
|
|
28
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IAppLinks } from '../../../types';
|
|
2
|
-
export declare class ShellFooterComponent {
|
|
3
|
-
links: IAppLinks;
|
|
4
|
-
constructor(links: IAppLinks);
|
|
5
|
-
}
|
|
1
|
+
import { IAppLinks } from '../../../types';
|
|
2
|
+
export declare class ShellFooterComponent {
|
|
3
|
+
links: IAppLinks;
|
|
4
|
+
constructor(links: IAppLinks);
|
|
5
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { User } from 'oidc-client';
|
|
3
|
-
import { Event, Router } from '@angular/router';
|
|
4
|
-
import { NavLink } from '../../../types';
|
|
5
|
-
import { AuthService } from '@indice/ng-auth';
|
|
6
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
|
-
import { Subscription } from 'rxjs';
|
|
8
|
-
export declare class ShellHeaderComponent implements OnInit, OnDestroy {
|
|
9
|
-
protected authService: AuthService;
|
|
10
|
-
protected router: Router;
|
|
11
|
-
config: any;
|
|
12
|
-
links: any;
|
|
13
|
-
sectionLinksPath: string;
|
|
14
|
-
profileMenuVisible: boolean;
|
|
15
|
-
showUserNameOnHeader: boolean;
|
|
16
|
-
border: boolean;
|
|
17
|
-
sectionLinks: NavLink[];
|
|
18
|
-
mobileMenuExpanded: boolean;
|
|
19
|
-
userMenuExpanded: boolean;
|
|
20
|
-
protected routeSubject: Observable<Event>;
|
|
21
|
-
protected userSubject: BehaviorSubject<any>;
|
|
22
|
-
protected routerSub$: Subscription | null;
|
|
23
|
-
protected userSub$: Subscription | null;
|
|
24
|
-
protected statusSub$: Subscription | null;
|
|
25
|
-
user: User | null;
|
|
26
|
-
avatarName: string | null;
|
|
27
|
-
constructor(authService: AuthService, router: Router, config: any, links: any);
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
onClickOutside($event: any): void;
|
|
31
|
-
signin(event: any | null | undefined): void;
|
|
32
|
-
private setCurrentUser;
|
|
33
|
-
}
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { User } from 'oidc-client';
|
|
3
|
+
import { Event, Router } from '@angular/router';
|
|
4
|
+
import { NavLink } from '../../../types';
|
|
5
|
+
import { AuthService } from '@indice/ng-auth';
|
|
6
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
|
+
import { Subscription } from 'rxjs';
|
|
8
|
+
export declare class ShellHeaderComponent implements OnInit, OnDestroy {
|
|
9
|
+
protected authService: AuthService;
|
|
10
|
+
protected router: Router;
|
|
11
|
+
config: any;
|
|
12
|
+
links: any;
|
|
13
|
+
sectionLinksPath: string;
|
|
14
|
+
profileMenuVisible: boolean;
|
|
15
|
+
showUserNameOnHeader: boolean;
|
|
16
|
+
border: boolean;
|
|
17
|
+
sectionLinks: NavLink[];
|
|
18
|
+
mobileMenuExpanded: boolean;
|
|
19
|
+
userMenuExpanded: boolean;
|
|
20
|
+
protected routeSubject: Observable<Event>;
|
|
21
|
+
protected userSubject: BehaviorSubject<any>;
|
|
22
|
+
protected routerSub$: Subscription | null;
|
|
23
|
+
protected userSub$: Subscription | null;
|
|
24
|
+
protected statusSub$: Subscription | null;
|
|
25
|
+
user: User | null;
|
|
26
|
+
avatarName: string | null;
|
|
27
|
+
constructor(authService: AuthService, router: Router, config: any, links: any);
|
|
28
|
+
ngOnDestroy(): void;
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
onClickOutside($event: any): void;
|
|
31
|
+
signin(event: any | null | undefined): void;
|
|
32
|
+
private setCurrentUser;
|
|
33
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { IShellConfig } from './../../../types';
|
|
2
|
-
import { AfterViewInit, OnInit, OnDestroy, QueryList } from '@angular/core';
|
|
3
|
-
import { Location } from '@angular/common';
|
|
4
|
-
import { Router } from '@angular/router';
|
|
5
|
-
import { DynamicComponentHostDirective } from '../../../directives/dynamic-component-host.directive';
|
|
6
|
-
import { ComponentLoaderFactory } from '../../../services/component-loader/component-loader.factory';
|
|
7
|
-
export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
8
|
-
private document;
|
|
9
|
-
private router;
|
|
10
|
-
private location;
|
|
11
|
-
private config;
|
|
12
|
-
private componentLoaderFactory;
|
|
13
|
-
dynamicComponentHosts: QueryList<DynamicComponentHostDirective> | null;
|
|
14
|
-
showRightPaneSM: boolean;
|
|
15
|
-
private routerSub$;
|
|
16
|
-
activeConfig: IShellConfig;
|
|
17
|
-
constructor(document: any, router: Router, location: Location, config: IShellConfig | null, componentLoaderFactory: ComponentLoaderFactory);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
private initCustomComponents;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
private loadCustomComponent;
|
|
23
|
-
}
|
|
1
|
+
import { IShellConfig } from './../../../types';
|
|
2
|
+
import { AfterViewInit, OnInit, OnDestroy, QueryList } from '@angular/core';
|
|
3
|
+
import { Location } from '@angular/common';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { DynamicComponentHostDirective } from '../../../directives/dynamic-component-host.directive';
|
|
6
|
+
import { ComponentLoaderFactory } from '../../../services/component-loader/component-loader.factory';
|
|
7
|
+
export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
8
|
+
private document;
|
|
9
|
+
private router;
|
|
10
|
+
private location;
|
|
11
|
+
private config;
|
|
12
|
+
private componentLoaderFactory;
|
|
13
|
+
dynamicComponentHosts: QueryList<DynamicComponentHostDirective> | null;
|
|
14
|
+
showRightPaneSM: boolean;
|
|
15
|
+
private routerSub$;
|
|
16
|
+
activeConfig: IShellConfig;
|
|
17
|
+
constructor(document: any, router: Router, location: Location, config: IShellConfig | null, componentLoaderFactory: ComponentLoaderFactory);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngAfterViewInit(): void;
|
|
20
|
+
private initCustomComponents;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
private loadCustomComponent;
|
|
23
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { RouterViewAction, ViewAction } from '../../../types';
|
|
4
|
-
export declare class FormLayoutComponent implements OnInit {
|
|
5
|
-
private router$;
|
|
6
|
-
private searchInput$?;
|
|
7
|
-
title: string | null;
|
|
8
|
-
searchPlaceholder: string | null;
|
|
9
|
-
actions: ViewAction[] | null;
|
|
10
|
-
subTitle: string | null;
|
|
11
|
-
onAction: EventEmitter<ViewAction>;
|
|
12
|
-
onSearch: EventEmitter<string>;
|
|
13
|
-
onComplete: EventEmitter<boolean>;
|
|
14
|
-
constructor(router$: Router);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
onSidePaneDeactivated($event: any): void;
|
|
17
|
-
emitActionClick(action: ViewAction): void;
|
|
18
|
-
searchActionClick(action: ViewAction, text: string): void;
|
|
19
|
-
searchActionType(text: string): void;
|
|
20
|
-
routerLinkActionClick(action: RouterViewAction | any, relative?: boolean): void;
|
|
21
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { RouterViewAction, ViewAction } from '../../../types';
|
|
4
|
+
export declare class FormLayoutComponent implements OnInit {
|
|
5
|
+
private router$;
|
|
6
|
+
private searchInput$?;
|
|
7
|
+
title: string | null;
|
|
8
|
+
searchPlaceholder: string | null;
|
|
9
|
+
actions: ViewAction[] | null;
|
|
10
|
+
subTitle: string | null;
|
|
11
|
+
onAction: EventEmitter<ViewAction>;
|
|
12
|
+
onSearch: EventEmitter<string>;
|
|
13
|
+
onComplete: EventEmitter<boolean>;
|
|
14
|
+
constructor(router$: Router);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
onSidePaneDeactivated($event: any): void;
|
|
17
|
+
emitActionClick(action: ViewAction): void;
|
|
18
|
+
searchActionClick(action: ViewAction, text: string): void;
|
|
19
|
+
searchActionType(text: string): void;
|
|
20
|
+
routerLinkActionClick(action: RouterViewAction | any, relative?: boolean): void;
|
|
21
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Location } from '@angular/common';
|
|
3
|
-
import { HeaderMetaItem } from '../../../types';
|
|
4
|
-
export declare class ModelViewLayoutComponent implements OnInit {
|
|
5
|
-
private location;
|
|
6
|
-
showRightPaneSM: boolean;
|
|
7
|
-
title: string;
|
|
8
|
-
primary: {
|
|
9
|
-
text: string;
|
|
10
|
-
link: string;
|
|
11
|
-
}[] | null;
|
|
12
|
-
secondary: {
|
|
13
|
-
text: string;
|
|
14
|
-
link: string;
|
|
15
|
-
}[] | null;
|
|
16
|
-
metaItems: HeaderMetaItem[] | null;
|
|
17
|
-
constructor(location: Location);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
onSidePaneActivated($event: any): void;
|
|
20
|
-
onSidePaneDeactivated($event: any): void;
|
|
21
|
-
closeSidePane(): void;
|
|
22
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Location } from '@angular/common';
|
|
3
|
+
import { HeaderMetaItem } from '../../../types';
|
|
4
|
+
export declare class ModelViewLayoutComponent implements OnInit {
|
|
5
|
+
private location;
|
|
6
|
+
showRightPaneSM: boolean;
|
|
7
|
+
title: string;
|
|
8
|
+
primary: {
|
|
9
|
+
text: string;
|
|
10
|
+
link: string;
|
|
11
|
+
}[] | null;
|
|
12
|
+
secondary: {
|
|
13
|
+
text: string;
|
|
14
|
+
link: string;
|
|
15
|
+
}[] | null;
|
|
16
|
+
metaItems: HeaderMetaItem[] | null;
|
|
17
|
+
constructor(location: Location);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
onSidePaneActivated($event: any): void;
|
|
20
|
+
onSidePaneDeactivated($event: any): void;
|
|
21
|
+
closeSidePane(): void;
|
|
22
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
-
import { Location } from '@angular/common';
|
|
4
|
-
export declare class SideViewLayoutComponent implements OnInit {
|
|
5
|
-
private location;
|
|
6
|
-
private router;
|
|
7
|
-
title: string | null;
|
|
8
|
-
showActions: boolean;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
returnPath: string | undefined;
|
|
11
|
-
okLabel: string;
|
|
12
|
-
okShow: boolean;
|
|
13
|
-
closeOnOk: boolean;
|
|
14
|
-
cancelLabel: string;
|
|
15
|
-
cancelShow: boolean;
|
|
16
|
-
cancel: EventEmitter<boolean>;
|
|
17
|
-
ok: EventEmitter<boolean>;
|
|
18
|
-
constructor(location: Location, router: Router);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
closeSidePane(): void;
|
|
21
|
-
emitClose(): void;
|
|
22
|
-
emitCancel(): void;
|
|
23
|
-
emitOK(): void;
|
|
24
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
3
|
+
import { Location } from '@angular/common';
|
|
4
|
+
export declare class SideViewLayoutComponent implements OnInit {
|
|
5
|
+
private location;
|
|
6
|
+
private router;
|
|
7
|
+
title: string | null;
|
|
8
|
+
showActions: boolean;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
returnPath: string | undefined;
|
|
11
|
+
okLabel: string;
|
|
12
|
+
okShow: boolean;
|
|
13
|
+
closeOnOk: boolean;
|
|
14
|
+
cancelLabel: string;
|
|
15
|
+
cancelShow: boolean;
|
|
16
|
+
cancel: EventEmitter<boolean>;
|
|
17
|
+
ok: EventEmitter<boolean>;
|
|
18
|
+
constructor(location: Location, router: Router);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
closeSidePane(): void;
|
|
21
|
+
emitClose(): void;
|
|
22
|
+
emitCancel(): void;
|
|
23
|
+
emitOK(): void;
|
|
24
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { SwitchViewAction } from '../../../types';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
4
|
-
import { HeaderMetaItem, RouterViewAction, ViewAction } from '../../../types';
|
|
5
|
-
export declare class ViewLayoutComponent implements OnInit {
|
|
6
|
-
private route$;
|
|
7
|
-
private router$;
|
|
8
|
-
private searchInput$?;
|
|
9
|
-
header: boolean;
|
|
10
|
-
fluid: boolean;
|
|
11
|
-
title: string;
|
|
12
|
-
icon: string | null;
|
|
13
|
-
actions: ViewAction[] | null;
|
|
14
|
-
busy: boolean;
|
|
15
|
-
searchPlaceholder: string | null;
|
|
16
|
-
view: string | null;
|
|
17
|
-
metaItems: HeaderMetaItem[] | null;
|
|
18
|
-
onAction: EventEmitter<ViewAction>;
|
|
19
|
-
onSearch: EventEmitter<string>;
|
|
20
|
-
constructor(route$: ActivatedRoute, router$: Router);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
emitActionClick(action: ViewAction): void;
|
|
23
|
-
routerLinkActionClick(action: RouterViewAction | any): void;
|
|
24
|
-
searchActionClick(action: ViewAction, text: string): void;
|
|
25
|
-
searchActionType(text: string): void;
|
|
26
|
-
switchViewActionClick(action: SwitchViewAction | any): void;
|
|
27
|
-
}
|
|
1
|
+
import { SwitchViewAction } from '../../../types';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
4
|
+
import { HeaderMetaItem, RouterViewAction, ViewAction } from '../../../types';
|
|
5
|
+
export declare class ViewLayoutComponent implements OnInit {
|
|
6
|
+
private route$;
|
|
7
|
+
private router$;
|
|
8
|
+
private searchInput$?;
|
|
9
|
+
header: boolean;
|
|
10
|
+
fluid: boolean;
|
|
11
|
+
title: string;
|
|
12
|
+
icon: string | null;
|
|
13
|
+
actions: ViewAction[] | null;
|
|
14
|
+
busy: boolean;
|
|
15
|
+
searchPlaceholder: string | null;
|
|
16
|
+
view: string | null;
|
|
17
|
+
metaItems: HeaderMetaItem[] | null;
|
|
18
|
+
onAction: EventEmitter<ViewAction>;
|
|
19
|
+
onSearch: EventEmitter<string>;
|
|
20
|
+
constructor(route$: ActivatedRoute, router$: Router);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
emitActionClick(action: ViewAction): void;
|
|
23
|
+
routerLinkActionClick(action: RouterViewAction | any): void;
|
|
24
|
+
searchActionClick(action: ViewAction, text: string): void;
|
|
25
|
+
searchActionType(text: string): void;
|
|
26
|
+
switchViewActionClick(action: SwitchViewAction | any): void;
|
|
27
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ToasterService } from './services/toaster.service';
|
|
2
|
-
export declare class IndiceComponentsModule {
|
|
3
|
-
static forRoot(): {
|
|
4
|
-
ngModule: typeof IndiceComponentsModule;
|
|
5
|
-
providers: (typeof ToasterService)[];
|
|
6
|
-
};
|
|
7
|
-
}
|
|
1
|
+
import { ToasterService } from './services/toaster.service';
|
|
2
|
+
export declare class IndiceComponentsModule {
|
|
3
|
+
static forRoot(): {
|
|
4
|
+
ngModule: typeof IndiceComponentsModule;
|
|
5
|
+
providers: (typeof ToasterService)[];
|
|
6
|
+
};
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
-
import { AuthService } from '@indice/ng-auth';
|
|
4
|
-
export declare class AuthCallbackComponent implements OnInit {
|
|
5
|
-
private authService;
|
|
6
|
-
private router;
|
|
7
|
-
private route;
|
|
8
|
-
status: string;
|
|
9
|
-
constructor(authService: AuthService, router: Router, route: ActivatedRoute);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { AuthService } from '@indice/ng-auth';
|
|
4
|
+
export declare class AuthCallbackComponent implements OnInit {
|
|
5
|
+
private authService;
|
|
6
|
+
private router;
|
|
7
|
+
private route;
|
|
8
|
+
status: string;
|
|
9
|
+
constructor(authService: AuthService, router: Router, route: ActivatedRoute);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { AuthService } from '@indice/ng-auth';
|
|
4
|
-
export declare class AuthRenewComponent implements OnInit {
|
|
5
|
-
private authService;
|
|
6
|
-
private router;
|
|
7
|
-
constructor(authService: AuthService, router: Router);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { AuthService } from '@indice/ng-auth';
|
|
4
|
+
export declare class AuthRenewComponent implements OnInit {
|
|
5
|
+
private authService;
|
|
6
|
+
private router;
|
|
7
|
+
constructor(authService: AuthService, router: Router);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AuthService } from '@indice/ng-auth';
|
|
3
|
-
export declare class LoggedOutComponent implements OnInit {
|
|
4
|
-
private authService;
|
|
5
|
-
status: string;
|
|
6
|
-
finished: boolean;
|
|
7
|
-
constructor(authService: AuthService);
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthService } from '@indice/ng-auth';
|
|
3
|
+
export declare class LoggedOutComponent implements OnInit {
|
|
4
|
+
private authService;
|
|
5
|
+
status: string;
|
|
6
|
+
finished: boolean;
|
|
7
|
+
constructor(authService: AuthService);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
export declare class ErrorComponent implements OnInit {
|
|
3
|
-
error: string;
|
|
4
|
-
ngOnInit(): void;
|
|
5
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class ErrorComponent implements OnInit {
|
|
3
|
+
error: string;
|
|
4
|
+
ngOnInit(): void;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
export declare class PageNotFoundComponent implements OnInit {
|
|
3
|
-
constructor();
|
|
4
|
-
ngOnInit(): void;
|
|
5
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class PageNotFoundComponent implements OnInit {
|
|
3
|
+
constructor();
|
|
4
|
+
ngOnInit(): void;
|
|
5
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AuthService } from '@indice/ng-auth';
|
|
3
|
-
export declare class UnauthorizedComponent implements OnInit {
|
|
4
|
-
private authService;
|
|
5
|
-
constructor(authService: AuthService);
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
signin(): void;
|
|
8
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthService } from '@indice/ng-auth';
|
|
3
|
+
export declare class UnauthorizedComponent implements OnInit {
|
|
4
|
+
private authService;
|
|
5
|
+
constructor(authService: AuthService);
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
signin(): void;
|
|
8
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { IAddress } from '../types';
|
|
3
|
-
export declare class AddressPipe implements PipeTransform {
|
|
4
|
-
transform(value: IAddress | undefined): string;
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { IAddress } from '../types';
|
|
3
|
+
export declare class AddressPipe implements PipeTransform {
|
|
4
|
+
transform(value: IAddress | undefined): string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
export declare class DurationFormatPipe implements PipeTransform {
|
|
3
|
-
transform(value: any, arg1: any, arg2: any): string;
|
|
4
|
-
private format;
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
export declare class DurationFormatPipe implements PipeTransform {
|
|
3
|
+
transform(value: any, arg1: any, arg2: any): string;
|
|
4
|
+
private format;
|
|
5
|
+
}
|