design-angular-kit 19.0.0 → 20.0.0
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 +26 -1
- package/fesm2022/design-angular-kit.mjs +442 -474
- package/fesm2022/design-angular-kit.mjs.map +1 -1
- package/index.d.ts +3986 -3
- package/package.json +8 -8
- package/schematics/ng-add/setup-project.spec.js +1 -1
- package/lib/abstracts/abstract-form.component.d.ts +0 -89
- package/lib/abstracts/abstract.component.d.ts +0 -30
- package/lib/components/core/accordion/accordion.component.d.ts +0 -18
- package/lib/components/core/alert/alert.component.d.ts +0 -44
- package/lib/components/core/avatar/avatar-dropdown/avatar-dropdown.component.d.ts +0 -29
- package/lib/components/core/avatar/avatar-extra-text.directive.d.ts +0 -6
- package/lib/components/core/avatar/avatar-group/avatar-group.component.d.ts +0 -20
- package/lib/components/core/avatar/avatar-presence.directive.d.ts +0 -17
- package/lib/components/core/avatar/avatar-status.directive.d.ts +0 -17
- package/lib/components/core/avatar/avatar-wrapper.directive.d.ts +0 -9
- package/lib/components/core/avatar/avatar.directive.d.ts +0 -33
- package/lib/components/core/avatar/avatar.module.d.ts +0 -13
- package/lib/components/core/badge/badge.directive.d.ts +0 -23
- package/lib/components/core/button/button.directive.d.ts +0 -48
- package/lib/components/core/callout/callout.component.d.ts +0 -50
- package/lib/components/core/card/card.component.d.ts +0 -69
- package/lib/components/core/carousel/carousel/carousel.component.d.ts +0 -65
- package/lib/components/core/carousel/carousel-item/carousel-item.component.d.ts +0 -15
- package/lib/components/core/carousel/carousel.module.d.ts +0 -8
- package/lib/components/core/chip/chip.component.d.ts +0 -76
- package/lib/components/core/collapse/collapse.component.d.ts +0 -67
- package/lib/components/core/dimmer/dimmer-buttons/dimmer-buttons.component.d.ts +0 -12
- package/lib/components/core/dimmer/dimmer-icon/dimmer-icon.component.d.ts +0 -5
- package/lib/components/core/dimmer/dimmer.component.d.ts +0 -24
- package/lib/components/core/dimmer/dimmer.module.d.ts +0 -9
- package/lib/components/core/dropdown/dropdown/dropdown.component.d.ts +0 -94
- package/lib/components/core/dropdown/dropdown-item/dropdown-item.component.d.ts +0 -46
- package/lib/components/core/dropdown/dropdown.module.d.ts +0 -8
- package/lib/components/core/forward/forward.directive.d.ts +0 -14
- package/lib/components/core/link/link.component.d.ts +0 -35
- package/lib/components/core/list/list/list.component.d.ts +0 -24
- package/lib/components/core/list/list-item/list-item.component.d.ts +0 -44
- package/lib/components/core/list/list.module.d.ts +0 -8
- package/lib/components/core/modal/modal.component.d.ts +0 -135
- package/lib/components/core/notifications/notifications.component.d.ts +0 -45
- package/lib/components/core/pagination/pagination.component.d.ts +0 -92
- package/lib/components/core/popover/popover.directive.d.ts +0 -99
- package/lib/components/core/progress-bar/progress-bar.component.d.ts +0 -31
- package/lib/components/core/progress-button/progress-button.component.d.ts +0 -21
- package/lib/components/core/spinner/spinner.component.d.ts +0 -24
- package/lib/components/core/steppers/steppers-container/steppers-container.component.d.ts +0 -130
- package/lib/components/core/steppers/steppers-item/steppers-item.component.d.ts +0 -24
- package/lib/components/core/steppers/steppers.module.d.ts +0 -8
- package/lib/components/core/tab/tab-container/tab-container.component.d.ts +0 -60
- package/lib/components/core/tab/tab-item/tab-item.component.d.ts +0 -38
- package/lib/components/core/tab/tab.module.d.ts +0 -8
- package/lib/components/core/table/sort/sort-header/sort-header.component.d.ts +0 -72
- package/lib/components/core/table/sort/sort.directive.d.ts +0 -53
- package/lib/components/core/table/table.component.d.ts +0 -60
- package/lib/components/core/table/table.module.d.ts +0 -9
- package/lib/components/core/timeline/timeline-item/timeline-item.component.d.ts +0 -79
- package/lib/components/core/timeline/timeline.component.d.ts +0 -21
- package/lib/components/core/timeline/timeline.module.d.ts +0 -8
- package/lib/components/core/tooltip/tooltip.directive.d.ts +0 -82
- package/lib/components/core/video-player/video-player-i18n.model.d.ts +0 -179
- package/lib/components/core/video-player/video-player-i18n.service.d.ts +0 -17
- package/lib/components/core/video-player/video-player.component.d.ts +0 -46
- package/lib/components/core/video-player/video-player.config.d.ts +0 -68
- package/lib/components/core/video-player/video-player.cookie.d.ts +0 -6
- package/lib/components/core/video-player/video-player.model.d.ts +0 -44
- package/lib/components/core/video-player/video-player.module.d.ts +0 -7
- package/lib/components/form/autocomplete/autocomplete.component.d.ts +0 -75
- package/lib/components/form/checkbox/checkbox.component.d.ts +0 -41
- package/lib/components/form/form.module.d.ts +0 -19
- package/lib/components/form/input/input.component.d.ts +0 -95
- package/lib/components/form/password-input/password-input.component.d.ts +0 -80
- package/lib/components/form/radio-button/radio-button.component.d.ts +0 -38
- package/lib/components/form/range/range.component.d.ts +0 -42
- package/lib/components/form/rating/rating.component.d.ts +0 -24
- package/lib/components/form/search/search.component.d.ts +0 -59
- package/lib/components/form/select/select.component.d.ts +0 -36
- package/lib/components/form/textarea/textarea.component.d.ts +0 -34
- package/lib/components/form/transfer/store/transfer.reducers.d.ts +0 -103
- package/lib/components/form/transfer/store/transfer.state.d.ts +0 -18
- package/lib/components/form/transfer/store/transfer.store.d.ts +0 -23
- package/lib/components/form/transfer/transfer-list/transfer-list.component.d.ts +0 -48
- package/lib/components/form/transfer/transfer.component.d.ts +0 -75
- package/lib/components/form/transfer/transfer.model.d.ts +0 -6
- package/lib/components/form/upload-drag-drop/upload-drag-drop.component.d.ts +0 -60
- package/lib/components/form/upload-file-list/upload-file-list.component.d.ts +0 -62
- package/lib/components/navigation/back-button/back-button.component.d.ts +0 -47
- package/lib/components/navigation/back-to-top/back-to-top.component.d.ts +0 -50
- package/lib/components/navigation/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +0 -28
- package/lib/components/navigation/breadcrumbs/breadcrumb-item/breadcrumb-item.component.d.ts +0 -23
- package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts +0 -8
- package/lib/components/navigation/footer/footer.component.d.ts +0 -6
- package/lib/components/navigation/header/header.component.d.ts +0 -39
- package/lib/components/navigation/megamenu/megamenu.component.d.ts +0 -22
- package/lib/components/navigation/navbar/navbar/navbar.component.d.ts +0 -19
- package/lib/components/navigation/navbar/navbar-item/navbar-item.component.d.ts +0 -5
- package/lib/components/navigation/navbar/navbar.module.d.ts +0 -8
- package/lib/components/navigation/navscroll/navscroll-list-item.component.d.ts +0 -16
- package/lib/components/navigation/navscroll/navscroll-list-items.component.d.ts +0 -7
- package/lib/components/navigation/navscroll/navscroll.component.d.ts +0 -47
- package/lib/components/navigation/navscroll/navscroll.model.d.ts +0 -15
- package/lib/components/navigation/navscroll/navscroll.store.d.ts +0 -16
- package/lib/components/navigation/navscroll/navscroll.utils.d.ts +0 -6
- package/lib/components/navigation/sidebar/sidebar.component.d.ts +0 -26
- package/lib/components/navigation/skiplink/skiplink/skiplink.component.d.ts +0 -17
- package/lib/components/navigation/skiplink/skiplink-item/skiplink-item.component.d.ts +0 -24
- package/lib/components/navigation/skiplink/skiplink.module.d.ts +0 -8
- package/lib/components/utils/error-page/error-page.component.d.ts +0 -44
- package/lib/components/utils/icon/icon.component.d.ts +0 -53
- package/lib/components/utils/language-switcher/language-switcher.component.d.ts +0 -27
- package/lib/design-angular-kit.module.d.ts +0 -55
- package/lib/enums/colors.enums.d.ts +0 -10
- package/lib/enums/sizes.enum.d.ts +0 -7
- package/lib/interfaces/core.d.ts +0 -77
- package/lib/interfaces/design-angular-kit-config.d.ts +0 -30
- package/lib/interfaces/form.d.ts +0 -67
- package/lib/interfaces/icon.d.ts +0 -4
- package/lib/interfaces/sortable-table.d.ts +0 -33
- package/lib/interfaces/utils.d.ts +0 -10
- package/lib/pipes/date-ago.pipe.d.ts +0 -17
- package/lib/pipes/duration.pipe.d.ts +0 -35
- package/lib/pipes/mark-matching-text.pipe.d.ts +0 -18
- package/lib/provide-design-angular-kit.d.ts +0 -7
- package/lib/services/notification/notification.service.d.ts +0 -63
- package/lib/utils/coercion.d.ts +0 -14
- package/lib/utils/date-utils.d.ts +0 -79
- package/lib/utils/file-utils.d.ts +0 -32
- package/lib/utils/regex.d.ts +0 -34
- package/lib/validators/it-validators.d.ts +0 -70
- package/public_api.d.ts +0 -106
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { TransferItem } from '../transfer.model';
|
|
2
|
-
import { SelectionState, State } from './transfer.state';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
initialStateFn: <T>() => {
|
|
5
|
-
initialItems: {
|
|
6
|
-
source: never[];
|
|
7
|
-
target: never[];
|
|
8
|
-
};
|
|
9
|
-
current: {
|
|
10
|
-
source: never[];
|
|
11
|
-
target: never[];
|
|
12
|
-
};
|
|
13
|
-
selections: {
|
|
14
|
-
source: Set<TransferItem<T>>;
|
|
15
|
-
target: Set<TransferItem<T>>;
|
|
16
|
-
};
|
|
17
|
-
operationsEnabled: {
|
|
18
|
-
transfer: boolean;
|
|
19
|
-
backtransfer: boolean;
|
|
20
|
-
reset: boolean;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
initFn: <T>(payload: SelectionState<T>) => (state: State<T>) => {
|
|
24
|
-
initialItems: {
|
|
25
|
-
source: TransferItem<T>[];
|
|
26
|
-
target: TransferItem<T>[];
|
|
27
|
-
};
|
|
28
|
-
current: {
|
|
29
|
-
source: TransferItem<T>[];
|
|
30
|
-
target: TransferItem<T>[];
|
|
31
|
-
};
|
|
32
|
-
selections: {
|
|
33
|
-
source: Set<TransferItem<T>>;
|
|
34
|
-
target: Set<TransferItem<T>>;
|
|
35
|
-
};
|
|
36
|
-
operationsEnabled: {
|
|
37
|
-
transfer: boolean;
|
|
38
|
-
backtransfer: boolean;
|
|
39
|
-
reset: boolean;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
transferFn: <T>() => (state: State<T>) => {
|
|
43
|
-
current: {
|
|
44
|
-
source: TransferItem<T>[];
|
|
45
|
-
target: TransferItem<T>[];
|
|
46
|
-
};
|
|
47
|
-
selections: {
|
|
48
|
-
source: Set<TransferItem<T>>;
|
|
49
|
-
target: Set<TransferItem<T>>;
|
|
50
|
-
};
|
|
51
|
-
operationsEnabled: {
|
|
52
|
-
transfer: false;
|
|
53
|
-
reset: true;
|
|
54
|
-
backtransfer: boolean;
|
|
55
|
-
};
|
|
56
|
-
initialItems: SelectionState<T>;
|
|
57
|
-
};
|
|
58
|
-
backtransferFn: <T>() => (state: State<T>) => {
|
|
59
|
-
current: {
|
|
60
|
-
target: TransferItem<T>[];
|
|
61
|
-
source: TransferItem<T>[];
|
|
62
|
-
};
|
|
63
|
-
selections: {
|
|
64
|
-
target: Set<TransferItem<T>>;
|
|
65
|
-
source: Set<TransferItem<T>>;
|
|
66
|
-
};
|
|
67
|
-
operationsEnabled: {
|
|
68
|
-
backtransfer: false;
|
|
69
|
-
reset: true;
|
|
70
|
-
transfer: boolean;
|
|
71
|
-
};
|
|
72
|
-
initialItems: SelectionState<T>;
|
|
73
|
-
};
|
|
74
|
-
resetFn: <T>() => (state: State<T>) => {
|
|
75
|
-
current: {
|
|
76
|
-
source: TransferItem<T>[];
|
|
77
|
-
target: TransferItem<T>[];
|
|
78
|
-
};
|
|
79
|
-
operationsEnabled: {
|
|
80
|
-
reset: false;
|
|
81
|
-
transfer: boolean;
|
|
82
|
-
backtransfer: boolean;
|
|
83
|
-
};
|
|
84
|
-
initialItems: SelectionState<T>;
|
|
85
|
-
selections: {
|
|
86
|
-
source: Set<TransferItem<T>>;
|
|
87
|
-
target: Set<TransferItem<T>>;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
selectAllSourceFn: <T>({ checked }: {
|
|
91
|
-
checked: boolean;
|
|
92
|
-
}) => (state: State<T>) => State<T>;
|
|
93
|
-
selectAllTargetFn: <T>({ checked }: {
|
|
94
|
-
checked: boolean;
|
|
95
|
-
}) => (state: State<T>) => State<T>;
|
|
96
|
-
selectionItemSourceFn: <T>({ item }: {
|
|
97
|
-
item: TransferItem<T>;
|
|
98
|
-
}) => (state: State<T>) => State<T>;
|
|
99
|
-
selectionItemTargetFn: <T>({ item }: {
|
|
100
|
-
item: TransferItem<T>;
|
|
101
|
-
}) => (state: State<T>) => State<T>;
|
|
102
|
-
};
|
|
103
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { TransferItem } from '../transfer.model';
|
|
2
|
-
export interface SelectionState<T> {
|
|
3
|
-
source: Array<TransferItem<T>>;
|
|
4
|
-
target: Array<TransferItem<T>>;
|
|
5
|
-
}
|
|
6
|
-
export interface State<T> {
|
|
7
|
-
initialItems: SelectionState<T>;
|
|
8
|
-
current: SelectionState<T>;
|
|
9
|
-
selections: {
|
|
10
|
-
source: Set<TransferItem<T>>;
|
|
11
|
-
target: Set<TransferItem<T>>;
|
|
12
|
-
};
|
|
13
|
-
operationsEnabled: {
|
|
14
|
-
transfer: boolean;
|
|
15
|
-
backtransfer: boolean;
|
|
16
|
-
reset: boolean;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { SourceType, TransferItem } from '../transfer.model';
|
|
2
|
-
import { SelectionState } from './transfer.state';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TransferStore<T> {
|
|
5
|
-
private readonly _state;
|
|
6
|
-
private readonly sourceItems;
|
|
7
|
-
private readonly targetItems;
|
|
8
|
-
readonly valueChanged: import("rxjs").Observable<TransferItem<T>[]>;
|
|
9
|
-
readonly selectItems: (sourceType: SourceType) => import("rxjs").Observable<TransferItem<T>[]>;
|
|
10
|
-
readonly selectSelectedItems: (sourceType: SourceType) => import("rxjs").Observable<Set<TransferItem<T>>>;
|
|
11
|
-
readonly transferEnabled: import("rxjs").Observable<boolean>;
|
|
12
|
-
readonly backtransferEnabled: import("rxjs").Observable<boolean>;
|
|
13
|
-
readonly resetEnabled: import("rxjs").Observable<boolean>;
|
|
14
|
-
init({ source, target }: SelectionState<T>): void;
|
|
15
|
-
transfer(): void;
|
|
16
|
-
backtransfer(): void;
|
|
17
|
-
reset(): void;
|
|
18
|
-
checkboxSelection(item: TransferItem<T>, sourceType: SourceType): void;
|
|
19
|
-
selectAllSelection(checked: boolean, sourceType: SourceType): void;
|
|
20
|
-
private updateState;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TransferStore<any>, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TransferStore<any>>;
|
|
23
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ItAbstractComponent } from '../../../../abstracts/abstract.component';
|
|
3
|
-
import { TransferStore } from '../store/transfer.store';
|
|
4
|
-
import { SourceType, TransferItem } from '../transfer.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
interface SelectableTransferItem<T> extends TransferItem<T> {
|
|
7
|
-
selected: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare class ItTransferListComponent<T> extends ItAbstractComponent {
|
|
10
|
-
private readonly store;
|
|
11
|
-
/**
|
|
12
|
-
* Widget title
|
|
13
|
-
*/
|
|
14
|
-
readonly title: string | null;
|
|
15
|
-
readonly sourceType: SourceType;
|
|
16
|
-
private readonly items;
|
|
17
|
-
private readonly selected;
|
|
18
|
-
readonly numberOfItems$: import("rxjs").Observable<{
|
|
19
|
-
length: number;
|
|
20
|
-
} | {
|
|
21
|
-
length: number;
|
|
22
|
-
}>;
|
|
23
|
-
readonly selectAllDisabled: import("rxjs").Observable<boolean>;
|
|
24
|
-
/**
|
|
25
|
-
* Items of the list
|
|
26
|
-
* @default []
|
|
27
|
-
*/
|
|
28
|
-
readonly items$: import("rxjs").Observable<SelectableTransferItem<T>[]>;
|
|
29
|
-
selectAllCheckboxRef: ElementRef<HTMLInputElement>;
|
|
30
|
-
readonly instanceId: string;
|
|
31
|
-
constructor(store: TransferStore<T>);
|
|
32
|
-
/**
|
|
33
|
-
* Checkbox selection click handler
|
|
34
|
-
*/
|
|
35
|
-
checkboxSelectionHandler(item: TransferItem<T>): void;
|
|
36
|
-
/**
|
|
37
|
-
* Checkbox select all selection handler
|
|
38
|
-
*/
|
|
39
|
-
checkboxSelectAllHandler(event: Event): void;
|
|
40
|
-
/**
|
|
41
|
-
* Items update subscription
|
|
42
|
-
*/
|
|
43
|
-
private onItemsUpdate;
|
|
44
|
-
private getInstanceId;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItTransferListComponent<any>, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItTransferListComponent<any>, "it-transfer-list", never, {}, {}, never, never, true, never>;
|
|
47
|
-
}
|
|
48
|
-
export {};
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NgControl } from '@angular/forms';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
import { ItAbstractFormComponent } from '../../../abstracts/abstract-form.component';
|
|
5
|
-
import { TransferStore } from './store/transfer.store';
|
|
6
|
-
import { TransferItem } from './transfer.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Transfer
|
|
10
|
-
* @description Component that allows the creation of checkbox lists.
|
|
11
|
-
*/
|
|
12
|
-
export declare class ItTransferComponent<T = any> extends ItAbstractFormComponent<T> implements OnInit {
|
|
13
|
-
readonly _ngControl: NgControl;
|
|
14
|
-
readonly _translateService: TranslateService;
|
|
15
|
-
private readonly store;
|
|
16
|
-
/**
|
|
17
|
-
* The select options (left side)
|
|
18
|
-
*/
|
|
19
|
-
options: never[];
|
|
20
|
-
/**
|
|
21
|
-
* The selected options (right side)
|
|
22
|
-
*/
|
|
23
|
-
selected: never[];
|
|
24
|
-
/**
|
|
25
|
-
* Fired when there is a transfer, a backtransfer or a reset event
|
|
26
|
-
*/
|
|
27
|
-
readonly transferChanges: EventEmitter<TransferItem<T>[]>;
|
|
28
|
-
/**
|
|
29
|
-
* Enable transfer button
|
|
30
|
-
* @default false
|
|
31
|
-
*/
|
|
32
|
-
readonly transferEnabled: import("rxjs").Observable<boolean>;
|
|
33
|
-
/**
|
|
34
|
-
* Enable backtransfer button
|
|
35
|
-
* @default false
|
|
36
|
-
*/
|
|
37
|
-
readonly backtransferEnabled: import("rxjs").Observable<boolean>;
|
|
38
|
-
/**
|
|
39
|
-
* Enable reset button
|
|
40
|
-
* @default false
|
|
41
|
-
*/
|
|
42
|
-
readonly resetEnabled: import("rxjs").Observable<boolean>;
|
|
43
|
-
private readonly destroyRef;
|
|
44
|
-
constructor(_ngControl: NgControl, _translateService: TranslateService, store: TransferStore<T>);
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
/**
|
|
47
|
-
* Transfer button click handler
|
|
48
|
-
*/
|
|
49
|
-
transferClickHandler(event: MouseEvent): void;
|
|
50
|
-
/**
|
|
51
|
-
* Transfer button keypress handler
|
|
52
|
-
*/
|
|
53
|
-
transferKeyPressHandler(event: KeyboardEvent): void;
|
|
54
|
-
/**
|
|
55
|
-
* Backtransfer button click handler
|
|
56
|
-
*/
|
|
57
|
-
backtransferClickHandler(event: MouseEvent): void;
|
|
58
|
-
/**
|
|
59
|
-
* Backtransfer button keypress handler
|
|
60
|
-
*/
|
|
61
|
-
backtransferKeyPressHandler(event: KeyboardEvent): void;
|
|
62
|
-
/**
|
|
63
|
-
* Reset button click handler
|
|
64
|
-
*/
|
|
65
|
-
resetClickHandler(event: MouseEvent): void;
|
|
66
|
-
/**
|
|
67
|
-
* Reset button keypress handler
|
|
68
|
-
*/
|
|
69
|
-
resetKeyPressHandler(event: KeyboardEvent): void;
|
|
70
|
-
private buttonEventHandler;
|
|
71
|
-
private storeInit;
|
|
72
|
-
private onStoreValueChanged;
|
|
73
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItTransferComponent<any>, [{ optional: true; self: true; }, null, null]>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItTransferComponent<any>, "it-transfer", never, { "options": { "alias": "options"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "transferChanges": "transferChanges"; }, never, never, true, never>;
|
|
75
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { ItAbstractComponent } from '../../../abstracts/abstract.component';
|
|
3
|
-
import { ProgressDonut } from 'bootstrap-italia';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ItUploadDragDropComponent extends ItAbstractComponent implements AfterViewInit {
|
|
6
|
-
/**
|
|
7
|
-
* The accepted file type to upload <br>
|
|
8
|
-
* Possible values: <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types">MIME Types</a> separated by comma
|
|
9
|
-
* @example application/pdf,image/png
|
|
10
|
-
* @default *
|
|
11
|
-
*/
|
|
12
|
-
accept: string;
|
|
13
|
-
/**
|
|
14
|
-
* Fired when file start to upload
|
|
15
|
-
*/
|
|
16
|
-
fileStartUpload: EventEmitter<File>;
|
|
17
|
-
protected isDragover: boolean;
|
|
18
|
-
protected isLoading: boolean;
|
|
19
|
-
protected isSuccess: boolean;
|
|
20
|
-
protected donut?: ProgressDonut;
|
|
21
|
-
private donutElement?;
|
|
22
|
-
protected filename?: string;
|
|
23
|
-
protected extension?: string;
|
|
24
|
-
protected fileSize?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The bootstrap-italia asset folder path
|
|
27
|
-
* @default ./bootstrap-italia
|
|
28
|
-
*/
|
|
29
|
-
protected assetBasePath: string;
|
|
30
|
-
constructor();
|
|
31
|
-
ngAfterViewInit(): void;
|
|
32
|
-
onDragOver(evt: DragEvent): void;
|
|
33
|
-
onDragLeave(evt: DragEvent): void;
|
|
34
|
-
onDrop(evt: DragEvent): void;
|
|
35
|
-
/**
|
|
36
|
-
* On load file from input
|
|
37
|
-
* @param event
|
|
38
|
-
*/
|
|
39
|
-
onLoadFile(event: Event): void;
|
|
40
|
-
/**
|
|
41
|
-
* Start the upload file
|
|
42
|
-
* @param file
|
|
43
|
-
*/
|
|
44
|
-
start(file: File): void;
|
|
45
|
-
/**
|
|
46
|
-
* Percentage of upload
|
|
47
|
-
* @param value the percentage [0 - 100]
|
|
48
|
-
*/
|
|
49
|
-
progress(value: number): void;
|
|
50
|
-
/**
|
|
51
|
-
* Upload success
|
|
52
|
-
*/
|
|
53
|
-
success(): void;
|
|
54
|
-
/**
|
|
55
|
-
* Reset file uploader
|
|
56
|
-
*/
|
|
57
|
-
reset(): void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItUploadDragDropComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItUploadDragDropComponent, "it-upload-drag-drop", ["itUploadDragDrop"], { "accept": { "alias": "accept"; "required": false; }; }, { "fileStartUpload": "fileStartUpload"; }, never, never, true, never>;
|
|
60
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ItAbstractComponent } from '../../../abstracts/abstract.component';
|
|
3
|
-
import { UploadFileListItem } from '../../../interfaces/form';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../../utils/coercion";
|
|
6
|
-
export declare class ItUploadFileListComponent extends ItAbstractComponent implements OnInit, OnChanges {
|
|
7
|
-
/**
|
|
8
|
-
* The list of files to show in list
|
|
9
|
-
*/
|
|
10
|
-
fileList: Array<UploadFileListItem>;
|
|
11
|
-
/**
|
|
12
|
-
* The accepted file type to upload <br>
|
|
13
|
-
* Possible values: <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types">MIME Types</a> separated by comma
|
|
14
|
-
* @example application/pdf,image/png
|
|
15
|
-
* @default *
|
|
16
|
-
*/
|
|
17
|
-
accept: string;
|
|
18
|
-
/**
|
|
19
|
-
* If upload multiple files
|
|
20
|
-
* @default true
|
|
21
|
-
*/
|
|
22
|
-
multiple: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* If is file list image
|
|
25
|
-
* @default false
|
|
26
|
-
*/
|
|
27
|
-
images?: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Hide the load button
|
|
30
|
-
* @default false
|
|
31
|
-
*/
|
|
32
|
-
hideLoadButton?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Fired when upload new files
|
|
35
|
-
*/
|
|
36
|
-
uploadFiles: EventEmitter<FileList>;
|
|
37
|
-
/**
|
|
38
|
-
* Fired on delete item button click
|
|
39
|
-
*/
|
|
40
|
-
deleteItem: EventEmitter<UploadFileListItem>;
|
|
41
|
-
/**
|
|
42
|
-
* Cache to preview image
|
|
43
|
-
*/
|
|
44
|
-
previewImages: Map<number, string>;
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
47
|
-
/**
|
|
48
|
-
* On load file from input
|
|
49
|
-
* @param event
|
|
50
|
-
*/
|
|
51
|
-
onLoadFiles(event: Event): void;
|
|
52
|
-
/**
|
|
53
|
-
* Get the file size string
|
|
54
|
-
* @param file
|
|
55
|
-
*/
|
|
56
|
-
getFileSize(file: File): string;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItUploadFileListComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItUploadFileListComponent, "it-upload-file-list", never, { "fileList": { "alias": "fileList"; "required": true; }; "accept": { "alias": "accept"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "images": { "alias": "images"; "required": false; }; "hideLoadButton": { "alias": "hideLoadButton"; "required": false; }; }, { "uploadFiles": "uploadFiles"; "deleteItem": "deleteItem"; }, never, never, true, never>;
|
|
59
|
-
static ngAcceptInputType_multiple: i1.BooleanInput;
|
|
60
|
-
static ngAcceptInputType_images: i1.BooleanInput;
|
|
61
|
-
static ngAcceptInputType_hideLoadButton: i1.BooleanInput;
|
|
62
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { Location } from '@angular/common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../../utils/coercion";
|
|
4
|
-
export declare class ItBackButtonComponent {
|
|
5
|
-
readonly _location: Location;
|
|
6
|
-
/**
|
|
7
|
-
* Back button style
|
|
8
|
-
* - <b>link</b>: use a link with icon and text
|
|
9
|
-
* - <b>button</b>: use a button with icon and text
|
|
10
|
-
* @default button
|
|
11
|
-
*/
|
|
12
|
-
buttonStyle: 'link' | 'button';
|
|
13
|
-
/**
|
|
14
|
-
* Button direction
|
|
15
|
-
* - <b>left</b>: Back direction
|
|
16
|
-
* - <b>up</b>: Upper direction
|
|
17
|
-
* @default left
|
|
18
|
-
*/
|
|
19
|
-
direction: 'left' | 'up';
|
|
20
|
-
/**
|
|
21
|
-
* Show/Hide icon
|
|
22
|
-
* @default true
|
|
23
|
-
*/
|
|
24
|
-
showIcon: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Show/Hide text
|
|
27
|
-
* @default true
|
|
28
|
-
*/
|
|
29
|
-
showText: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Custom back logic <br/>
|
|
32
|
-
*
|
|
33
|
-
* NOTE: to use 'this' need bind function <br/>
|
|
34
|
-
* @example backCbFn = this.errorCallback.bind(this);
|
|
35
|
-
* (errorCallback is your function, pass backCbFn to the component)
|
|
36
|
-
*/
|
|
37
|
-
backFn?: (location: Location) => void;
|
|
38
|
-
constructor(_location: Location);
|
|
39
|
-
/**
|
|
40
|
-
* Go back function
|
|
41
|
-
*/
|
|
42
|
-
goBack(event: Event): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItBackButtonComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItBackButtonComponent, "it-back-button", ["itBackButton"], { "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "showText": { "alias": "showText"; "required": false; }; "backFn": { "alias": "backFn"; "required": false; }; }, {}, never, never, true, never>;
|
|
45
|
-
static ngAcceptInputType_showIcon: i1.BooleanInput;
|
|
46
|
-
static ngAcceptInputType_showText: i1.BooleanInput;
|
|
47
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { ItAbstractComponent } from '../../../abstracts/abstract.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../utils/coercion";
|
|
5
|
-
export declare class ItBackToTopComponent extends ItAbstractComponent implements AfterViewInit {
|
|
6
|
-
/**
|
|
7
|
-
* Aria label for the component
|
|
8
|
-
* @default 'Torna su'
|
|
9
|
-
*/
|
|
10
|
-
ariaLabel: string;
|
|
11
|
-
/**
|
|
12
|
-
* Show small button
|
|
13
|
-
* @default false
|
|
14
|
-
*/
|
|
15
|
-
small?: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Show shadow
|
|
18
|
-
* @default false
|
|
19
|
-
*/
|
|
20
|
-
shadow?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Button usable button on a dark background
|
|
23
|
-
* @default false
|
|
24
|
-
*/
|
|
25
|
-
dark?: boolean;
|
|
26
|
-
private backToTop?;
|
|
27
|
-
private backToTopElement?;
|
|
28
|
-
ngAfterViewInit(): void;
|
|
29
|
-
/**
|
|
30
|
-
* Show button
|
|
31
|
-
*/
|
|
32
|
-
show(): void;
|
|
33
|
-
/**
|
|
34
|
-
* Hide the button
|
|
35
|
-
*/
|
|
36
|
-
hide(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Activates the scroll animation towards the Y coordinate indicated by the positionTop option
|
|
39
|
-
*/
|
|
40
|
-
scrollToTop(): void;
|
|
41
|
-
/**
|
|
42
|
-
* Eliminate component features
|
|
43
|
-
*/
|
|
44
|
-
dispose(): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItBackToTopComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItBackToTopComponent, "it-back-to-top", ["itBackToTop"], { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "small": { "alias": "small"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
|
-
static ngAcceptInputType_small: i1.BooleanInput;
|
|
48
|
-
static ngAcceptInputType_shadow: i1.BooleanInput;
|
|
49
|
-
static ngAcceptInputType_dark: i1.BooleanInput;
|
|
50
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
-
import { ItBreadcrumbItemComponent } from '../breadcrumb-item/breadcrumb-item.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "../../../../utils/coercion";
|
|
5
|
-
export declare class ItBreadcrumbComponent implements AfterViewInit, OnDestroy {
|
|
6
|
-
private readonly _changeDetectorRef;
|
|
7
|
-
/**
|
|
8
|
-
* The character to use as separator
|
|
9
|
-
* @default /
|
|
10
|
-
*/
|
|
11
|
-
separator: string;
|
|
12
|
-
/**
|
|
13
|
-
* Dark style
|
|
14
|
-
* @default false
|
|
15
|
-
*/
|
|
16
|
-
dark?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* The tab items
|
|
19
|
-
*/
|
|
20
|
-
items?: QueryList<ItBreadcrumbItemComponent>;
|
|
21
|
-
private itemSubscriptions?;
|
|
22
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
23
|
-
ngAfterViewInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItBreadcrumbComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItBreadcrumbComponent, "it-breadcrumb", never, { "separator": { "alias": "separator"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; }, {}, ["items"], never, true, never>;
|
|
27
|
-
static ngAcceptInputType_dark: i1.BooleanInput;
|
|
28
|
-
}
|
package/lib/components/navigation/breadcrumbs/breadcrumb-item/breadcrumb-item.component.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { IconName } from '../../../../interfaces/icon';
|
|
3
|
-
import { ItLinkComponent } from '../../../core/link/link.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../../../../utils/coercion";
|
|
6
|
-
export declare class ItBreadcrumbItemComponent extends ItLinkComponent {
|
|
7
|
-
/**
|
|
8
|
-
* Is active breadcrumb item
|
|
9
|
-
* @default false
|
|
10
|
-
*/
|
|
11
|
-
active?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* The name of icon to show
|
|
14
|
-
*/
|
|
15
|
-
iconName: IconName | undefined;
|
|
16
|
-
/**
|
|
17
|
-
* The content of item
|
|
18
|
-
*/
|
|
19
|
-
htmlContent: TemplateRef<any>;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItBreadcrumbItemComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItBreadcrumbItemComponent, "it-breadcrumb-item", never, { "active": { "alias": "active"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
22
|
-
static ngAcceptInputType_active: i1.BooleanInput;
|
|
23
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./breadcrumb/breadcrumb.component";
|
|
3
|
-
import * as i2 from "./breadcrumb-item/breadcrumb-item.component";
|
|
4
|
-
export declare class ItBreadcrumbsModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItBreadcrumbsModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ItBreadcrumbsModule, never, [typeof i1.ItBreadcrumbComponent, typeof i2.ItBreadcrumbItemComponent], [typeof i1.ItBreadcrumbComponent, typeof i2.ItBreadcrumbItemComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ItBreadcrumbsModule>;
|
|
8
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ItAbstractComponent } from '../../../abstracts/abstract.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ItFooterComponent extends ItAbstractComponent {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItFooterComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItFooterComponent, "it-footer", ["itFooter"], {}, {}, never, ["[header]", "[links]", "[contacts]", "[small-links]"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../../utils/coercion";
|
|
4
|
-
export declare class ItHeaderComponent implements AfterViewInit, OnChanges {
|
|
5
|
-
light?: boolean;
|
|
6
|
-
sticky?: boolean;
|
|
7
|
-
showSlim?: boolean;
|
|
8
|
-
smallHeader?: boolean;
|
|
9
|
-
showSearch?: boolean;
|
|
10
|
-
idCollapsable: string;
|
|
11
|
-
slimTitle: string | undefined;
|
|
12
|
-
slimTitleLink: string | undefined;
|
|
13
|
-
loginStyle: 'none' | 'default' | 'full';
|
|
14
|
-
loginClick: EventEmitter<Event>;
|
|
15
|
-
searchClick: EventEmitter<Event>;
|
|
16
|
-
private headerWrapper?;
|
|
17
|
-
private itNavBarComponent?;
|
|
18
|
-
megamenu?: boolean;
|
|
19
|
-
expand?: boolean;
|
|
20
|
-
private stickyHeader?;
|
|
21
|
-
constructor();
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
-
updateListeners(): void;
|
|
25
|
-
openNavBar(): void;
|
|
26
|
-
closeNavBar(): void;
|
|
27
|
-
protected emitLoginClick(event: Event): void;
|
|
28
|
-
protected emitSearchClick(event: Event): void;
|
|
29
|
-
toggleCollapse(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItHeaderComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItHeaderComponent, "it-header", never, { "light": { "alias": "light"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; "showSlim": { "alias": "showSlim"; "required": false; }; "smallHeader": { "alias": "smallHeader"; "required": false; }; "showSearch": { "alias": "showSearch"; "required": false; }; "idCollapsable": { "alias": "idCollapsable"; "required": false; }; "slimTitle": { "alias": "slimTitle"; "required": false; }; "slimTitleLink": { "alias": "slimTitleLink"; "required": false; }; "loginStyle": { "alias": "loginStyle"; "required": false; }; "megamenu": { "alias": "megamenu"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, { "loginClick": "loginClick"; "searchClick": "searchClick"; }, never, ["[slimLinkList]", "[slimRightZone]", "[brand]", "[rightZone]", "[navItems]"], true, never>;
|
|
32
|
-
static ngAcceptInputType_light: i1.BooleanInput;
|
|
33
|
-
static ngAcceptInputType_sticky: i1.BooleanInput;
|
|
34
|
-
static ngAcceptInputType_showSlim: i1.BooleanInput;
|
|
35
|
-
static ngAcceptInputType_smallHeader: i1.BooleanInput;
|
|
36
|
-
static ngAcceptInputType_showSearch: i1.BooleanInput;
|
|
37
|
-
static ngAcceptInputType_megamenu: i1.BooleanInput;
|
|
38
|
-
static ngAcceptInputType_expand: i1.BooleanInput;
|
|
39
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "../../../utils/coercion";
|
|
3
|
-
export declare class ItMegamenuComponent {
|
|
4
|
-
/**
|
|
5
|
-
* Megamenu mode
|
|
6
|
-
*/
|
|
7
|
-
mode: 'right-section' | 'left-section' | 'normal';
|
|
8
|
-
/**
|
|
9
|
-
* To show Megamenu header
|
|
10
|
-
* @default false
|
|
11
|
-
*/
|
|
12
|
-
header?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* To show Megamenu footer
|
|
15
|
-
* @default false
|
|
16
|
-
*/
|
|
17
|
-
footer?: boolean;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItMegamenuComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItMegamenuComponent, "it-megamenu", never, { "mode": { "alias": "mode"; "required": false; }; "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; }, {}, never, ["[megamenuLeftZone]", "[megamenuHeadingLink]", "[megamenuLinkList]", "[megamenuFooter]"], true, never>;
|
|
20
|
-
static ngAcceptInputType_header: i1.BooleanInput;
|
|
21
|
-
static ngAcceptInputType_footer: i1.BooleanInput;
|
|
22
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../../../utils/coercion";
|
|
4
|
-
export declare class ItNavBarComponent implements AfterViewInit {
|
|
5
|
-
megamenu?: boolean;
|
|
6
|
-
expand?: boolean;
|
|
7
|
-
private collapseButton?;
|
|
8
|
-
private collapseView?;
|
|
9
|
-
private navbar?;
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
get isOpen(): boolean | undefined;
|
|
12
|
-
open(): void;
|
|
13
|
-
close(): void;
|
|
14
|
-
toggleCollapse(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItNavBarComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItNavBarComponent, "it-navbar", never, { "megamenu": { "alias": "megamenu"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; }, {}, never, ["[navItems]"], true, never>;
|
|
17
|
-
static ngAcceptInputType_megamenu: i1.BooleanInput;
|
|
18
|
-
static ngAcceptInputType_expand: i1.BooleanInput;
|
|
19
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ItNavBarItemComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItNavBarItemComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItNavBarItemComponent, "it-navbar-item", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|