@zambon-dev/library 2.0.1 → 3.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/CHANGELOG.md +14 -1
- package/README.md +6 -6
- package/fesm2022/zambon-dev-library.mjs +150 -162
- package/fesm2022/zambon-dev-library.mjs.map +1 -1
- package/package.json +10 -9
- package/types/zambon-dev-library.d.ts +1045 -0
- package/index.d.ts +0 -10
- package/lib/components/base.component.d.ts +0 -9
- package/lib/components/catalog-select/catalog-select.component.d.ts +0 -121
- package/lib/components/data-grid/data-grid.component.d.ts +0 -51
- package/lib/components/data-grid-row/data-grid-row.component.d.ts +0 -31
- package/lib/components/form-group/form-group.component.d.ts +0 -8
- package/lib/components/form-input/form-input.component.d.ts +0 -47
- package/lib/components/form-input-group/form-input-group.component.d.ts +0 -40
- package/lib/components/group-accordion/group-accordion.component.d.ts +0 -13
- package/lib/components/group-container/group-container.component.d.ts +0 -16
- package/lib/components/group-scroll-spy/group-scroll-spy.component.d.ts +0 -14
- package/lib/components/index.d.ts +0 -18
- package/lib/components/modal/modal.component.d.ts +0 -26
- package/lib/components/multi-editor/multi-editor.component.d.ts +0 -30
- package/lib/components/multi-select/multi-select.component.d.ts +0 -25
- package/lib/components/multi-select/result-grid/result-grid.component.d.ts +0 -18
- package/lib/components/ribbon/ribbon.component.d.ts +0 -5
- package/lib/components/ribbon-button/ribbon-button.component.d.ts +0 -32
- package/lib/components/ribbon-group/ribbon-group.component.d.ts +0 -10
- package/lib/components/sidebar/sidebar.component.d.ts +0 -41
- package/lib/components/sidebar-item/sidebar-item.component.d.ts +0 -34
- package/lib/directives/index.d.ts +0 -1
- package/lib/directives/scroll-spy.directive.d.ts +0 -16
- package/lib/helpers/date-helpers.d.ts +0 -3
- package/lib/helpers/display-controls.d.ts +0 -29
- package/lib/helpers/guid-helper.d.ts +0 -3
- package/lib/helpers/index.d.ts +0 -4
- package/lib/helpers/route-formatter.d.ts +0 -4
- package/lib/library.module.d.ts +0 -27
- package/lib/models/batch-update.d.ts +0 -4
- package/lib/models/catalog-entry.d.ts +0 -4
- package/lib/models/catalog-result.d.ts +0 -5
- package/lib/models/configs/data-grid-configs.d.ts +0 -9
- package/lib/models/configs/grid-configs.d.ts +0 -9
- package/lib/models/configs/index.d.ts +0 -2
- package/lib/models/data-grid-parameters.d.ts +0 -12
- package/lib/models/grid-column.d.ts +0 -9
- package/lib/models/index.d.ts +0 -14
- package/lib/models/list-result.d.ts +0 -4
- package/lib/models/modal.interface.d.ts +0 -7
- package/lib/models/multi-editor-changes.d.ts +0 -6
- package/lib/models/multi-selector-changes.d.ts +0 -4
- package/lib/models/ribbon-button-option.d.ts +0 -13
- package/lib/models/ribbon-group-child.d.ts +0 -3
- package/lib/models/sidebar/index.d.ts +0 -5
- package/lib/models/sidebar/sidebar-configs.d.ts +0 -22
- package/lib/models/sidebar/sidebar-menu-open-mode.d.ts +0 -32
- package/lib/models/sidebar/sidebar-menu.d.ts +0 -22
- package/lib/models/sidebar/sidebar-profile.d.ts +0 -5
- package/lib/models/sidebar/sidebar-region.d.ts +0 -6
- package/lib/models/tab-view.d.ts +0 -5
- package/lib/pipes/enum.d.ts +0 -12
- package/lib/pipes/index.d.ts +0 -3
- package/lib/pipes/replace-many.pipe.d.ts +0 -9
- package/lib/pipes/replace.pipe.d.ts +0 -7
- package/lib/services/catalog.service.d.ts +0 -11
- package/lib/services/configs-providers/data-grid-configs.provider.d.ts +0 -8
- package/lib/services/configs-providers/grid-configs.provider.d.ts +0 -9
- package/lib/services/configs-providers/index.d.ts +0 -2
- package/lib/services/data-providers/data-provider.service.d.ts +0 -29
- package/lib/services/data-providers/index.d.ts +0 -1
- package/lib/services/datasets/base.dataset.d.ts +0 -15
- package/lib/services/datasets/data-grid.dataset.d.ts +0 -37
- package/lib/services/datasets/grid.dataset.d.ts +0 -59
- package/lib/services/datasets/index.d.ts +0 -5
- package/lib/services/datasets/multi-editor.dataset.d.ts +0 -22
- package/lib/services/datasets/multi-select-result.dataset.d.ts +0 -26
- package/lib/services/form-group.service.d.ts +0 -5
- package/lib/services/form.service.d.ts +0 -39
- package/lib/services/index.d.ts +0 -6
- package/lib/services/sidebar.service.d.ts +0 -34
- package/lib/validators/date.validators.d.ts +0 -13
- package/lib/validators/index.d.ts +0 -1
package/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './lib/components';
|
|
2
|
-
export * from './lib/directives';
|
|
3
|
-
export * from './lib/helpers';
|
|
4
|
-
export { LibraryModule } from './lib/library.module';
|
|
5
|
-
export * from './lib/models';
|
|
6
|
-
export * from './lib/models/configs';
|
|
7
|
-
export * from './lib/pipes';
|
|
8
|
-
export * from './lib/services';
|
|
9
|
-
export * from './lib/services/configs-providers';
|
|
10
|
-
export * from './lib/validators';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class BaseComponent implements OnDestroy {
|
|
5
|
-
protected destroy$: Subject<boolean>;
|
|
6
|
-
ngOnDestroy(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { ICatalogEntry } from '../../models';
|
|
5
|
-
import { BaseComponent } from '../base.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CatalogSelectComponent extends BaseComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
8
|
-
private bodyMouseDown;
|
|
9
|
-
private bodyMouseUp;
|
|
10
|
-
private dropdownTemplate;
|
|
11
|
-
private inputElement;
|
|
12
|
-
autofocus: boolean;
|
|
13
|
-
controlName: string;
|
|
14
|
-
displayControlName: string;
|
|
15
|
-
displayProperty: string;
|
|
16
|
-
set entriesList(value: any[] | {
|
|
17
|
-
key: number;
|
|
18
|
-
value: Observable<any> | string;
|
|
19
|
-
}[] | null | undefined);
|
|
20
|
-
set filters(value: {
|
|
21
|
-
[id: string]: any;
|
|
22
|
-
});
|
|
23
|
-
label: string;
|
|
24
|
-
maxEntries: number;
|
|
25
|
-
minimumLengthSearch: number;
|
|
26
|
-
notes: string;
|
|
27
|
-
readOnly: boolean;
|
|
28
|
-
searchEndpoint?: string;
|
|
29
|
-
validations: {
|
|
30
|
-
[id: string]: string;
|
|
31
|
-
};
|
|
32
|
-
valueProperty: string;
|
|
33
|
-
protected displayedEntries: ICatalogEntry[];
|
|
34
|
-
protected focusedIndex: number;
|
|
35
|
-
protected isDropDownShown: boolean;
|
|
36
|
-
protected isFocused: boolean;
|
|
37
|
-
protected isLoading: boolean;
|
|
38
|
-
protected selectedValue: any;
|
|
39
|
-
protected shouldUseCriteria: boolean;
|
|
40
|
-
protected showFailureMessage: boolean;
|
|
41
|
-
protected showMinimumCharactersMessage: boolean;
|
|
42
|
-
protected showNoResultsMessage: boolean;
|
|
43
|
-
private static instanceCounter;
|
|
44
|
-
private _entriesList?;
|
|
45
|
-
private _filters;
|
|
46
|
-
private catalogService;
|
|
47
|
-
private dataGridDataset;
|
|
48
|
-
private entriesDataSource;
|
|
49
|
-
private filterDiffer?;
|
|
50
|
-
private readonly formGroup;
|
|
51
|
-
private readonly formGroupName;
|
|
52
|
-
private instanceId;
|
|
53
|
-
private isDataInitialized;
|
|
54
|
-
private isSubscriptionInitialized;
|
|
55
|
-
private keyValueDiffers;
|
|
56
|
-
private lastCriteriaUsed;
|
|
57
|
-
private overlay;
|
|
58
|
-
private overlayRef?;
|
|
59
|
-
private positionBuilder;
|
|
60
|
-
private searchSubject;
|
|
61
|
-
private viewContainerRef;
|
|
62
|
-
private wasClickedOutside;
|
|
63
|
-
get entriesList(): any[] | {
|
|
64
|
-
key: number;
|
|
65
|
-
value: Observable<any> | string;
|
|
66
|
-
}[] | null | undefined;
|
|
67
|
-
get filters(): {
|
|
68
|
-
[id: string]: any;
|
|
69
|
-
} | undefined;
|
|
70
|
-
protected get activeDescendantId(): string | null;
|
|
71
|
-
protected get displayControl(): FormControl;
|
|
72
|
-
protected get formControl(): FormControl;
|
|
73
|
-
protected get formControlName(): string;
|
|
74
|
-
protected get formDisplayControlName(): string;
|
|
75
|
-
protected get isInvalid(): boolean;
|
|
76
|
-
protected get isTouched(): boolean;
|
|
77
|
-
protected get listboxId(): string;
|
|
78
|
-
protected get showClearButton(): boolean;
|
|
79
|
-
private get hasSearchEndpoint();
|
|
80
|
-
constructor();
|
|
81
|
-
ngAfterViewInit(): void;
|
|
82
|
-
ngOnDestroy(): void;
|
|
83
|
-
ngOnInit(): void;
|
|
84
|
-
protected onContainerBlur(): void;
|
|
85
|
-
protected onContainerClick(): void;
|
|
86
|
-
protected onContainerFocus(): void;
|
|
87
|
-
protected onClearClick(event: MouseEvent): void;
|
|
88
|
-
protected onKeyDown(event: KeyboardEvent): void;
|
|
89
|
-
protected onDropDownErrorClick(): void;
|
|
90
|
-
protected onDropDownItemClick(entry: ICatalogEntry): void;
|
|
91
|
-
protected getOptionId(index: number): string;
|
|
92
|
-
private applySearchCriteria;
|
|
93
|
-
private checkAndAddDisplayControl;
|
|
94
|
-
private closeDropdownOverlay;
|
|
95
|
-
private initializeEntriesDataSource;
|
|
96
|
-
private initializeSearch;
|
|
97
|
-
private openDropdownOverlay;
|
|
98
|
-
private refreshSearch;
|
|
99
|
-
private resetMessages;
|
|
100
|
-
private resolveDisplay;
|
|
101
|
-
private syncDisplayFromCurrentValue;
|
|
102
|
-
/**
|
|
103
|
-
* Decides whether the display control has to be written again.
|
|
104
|
-
*
|
|
105
|
-
* The value on its own is not enough. Resetting a form clears the display control and then
|
|
106
|
-
* patches the same value back, so an unchanged value can still leave the display empty. That
|
|
107
|
-
* only happens when the stored value equals the control's initial value, which is why it used
|
|
108
|
-
* to show up on the default entry alone.
|
|
109
|
-
*/
|
|
110
|
-
private shouldRefreshDisplay;
|
|
111
|
-
private syncFormControlsEnabledDisabled;
|
|
112
|
-
private tryFilterFromDataset;
|
|
113
|
-
private updateFilters;
|
|
114
|
-
private updateMinimumCharactersMessageVisibility;
|
|
115
|
-
private getNativeInput;
|
|
116
|
-
private scrollFocusedItemIntoView;
|
|
117
|
-
private setInputAriaAttributes;
|
|
118
|
-
private updateInputAriaActiveDescendant;
|
|
119
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogSelectComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogSelectComponent, "lib-catalog-select", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "displayControlName": { "alias": "displayControlName"; "required": false; }; "displayProperty": { "alias": "displayProperty"; "required": false; }; "entriesList": { "alias": "entriesList"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxEntries": { "alias": "maxEntries"; "required": false; }; "minimumLengthSearch": { "alias": "minimumLengthSearch"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "searchEndpoint": { "alias": "searchEndpoint"; "required": false; }; "validations": { "alias": "validations"; "required": false; }; "valueProperty": { "alias": "valueProperty"; "required": false; }; }, {}, never, never, true, never>;
|
|
121
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { IGridColumn } from '../../models';
|
|
3
|
-
import { DataGridConfigs } from '../../models/configs';
|
|
4
|
-
import { DataGridDataset } from '../../services';
|
|
5
|
-
import { BaseComponent } from '../base.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DataGridComponent extends BaseComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
8
|
-
private bodyElement;
|
|
9
|
-
private viewport?;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
lazyLoadRows: boolean;
|
|
12
|
-
showButtons: boolean;
|
|
13
|
-
protected changeDetectorRef: ChangeDetectorRef;
|
|
14
|
-
protected dataGridDataset: DataGridDataset;
|
|
15
|
-
protected hasFailed: boolean;
|
|
16
|
-
protected headerRightMargin: number;
|
|
17
|
-
protected headerScrollLeft: number;
|
|
18
|
-
protected loading: boolean;
|
|
19
|
-
private bodyResized$;
|
|
20
|
-
private bodyResizeObserver?;
|
|
21
|
-
private gridRoute;
|
|
22
|
-
private isGridCurrentUrl;
|
|
23
|
-
private lastPosition;
|
|
24
|
-
private ngZone;
|
|
25
|
-
private router;
|
|
26
|
-
private selectionColRealSize?;
|
|
27
|
-
protected get bodyMinHeight(): number;
|
|
28
|
-
protected get columns(): IGridColumn[];
|
|
29
|
-
protected get configs(): DataGridConfigs;
|
|
30
|
-
protected get gridColumns(): string;
|
|
31
|
-
protected get hasBeenLoaded(): boolean;
|
|
32
|
-
protected get hasLoadedRows(): boolean;
|
|
33
|
-
protected get hasMessageToDisplayWhenEmpty(): boolean;
|
|
34
|
-
protected get isHideColumns(): boolean;
|
|
35
|
-
protected get isShowMultiSelect(): boolean;
|
|
36
|
-
protected get messageToDisplayWhenEmpty(): string;
|
|
37
|
-
protected get messageToDisplayWhenLazyLoad(): string;
|
|
38
|
-
protected get messageToDisplayWhenFailed(): string;
|
|
39
|
-
protected get selectionColWidth(): string;
|
|
40
|
-
protected get shouldDisplayMessageWhenEmpty(): boolean;
|
|
41
|
-
constructor();
|
|
42
|
-
ngOnInit(): void;
|
|
43
|
-
ngAfterViewInit(): void;
|
|
44
|
-
ngOnDestroy(): void;
|
|
45
|
-
protected onSelectionResized(newSize: number): void;
|
|
46
|
-
protected isFirstVisibleRow(rowIndex: number): boolean;
|
|
47
|
-
private syncHeaderScroll;
|
|
48
|
-
protected trackByFn(index: number, item: any): number;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridComponent, "lib-data-grid", never, { "disabled": { "alias": "disabled"; "required": false; }; "lazyLoadRows": { "alias": "lazyLoadRows"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; }, {}, never, ["[buttons]"], true, never>;
|
|
51
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { IGridColumn } from '../../models';
|
|
3
|
-
import { DataGridDataset } from '../../services/datasets/data-grid.dataset';
|
|
4
|
-
import { BaseComponent } from '../base.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DataGridRowComponent extends BaseComponent implements OnInit {
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
isFirstRow: boolean;
|
|
9
|
-
set rowData(value: any);
|
|
10
|
-
selectionResized: EventEmitter<number>;
|
|
11
|
-
setFocus(): void;
|
|
12
|
-
protected changeDetectorRef: ChangeDetectorRef;
|
|
13
|
-
protected dataGridDataset: DataGridDataset;
|
|
14
|
-
protected selected: boolean;
|
|
15
|
-
private _rowData;
|
|
16
|
-
private elementRef;
|
|
17
|
-
get rowData(): any;
|
|
18
|
-
protected get columns(): IGridColumn[];
|
|
19
|
-
private get isLaidOut();
|
|
20
|
-
private get isRowDataSelected();
|
|
21
|
-
private get rowKey();
|
|
22
|
-
constructor();
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
protected onResize(colIndex: number, event: ResizeObserverEntry): void;
|
|
25
|
-
protected onResizeSelection(event: ResizeObserverEntry): void;
|
|
26
|
-
protected onToggleSelection(): void;
|
|
27
|
-
protected getValue(field: string): any;
|
|
28
|
-
private refreshSelection;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridRowComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridRowComponent, "lib-data-grid-row", never, { "disabled": { "alias": "disabled"; "required": false; }; "isFirstRow": { "alias": "isFirstRow"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; }, { "selectionResized": "selectionResized"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FormGroupComponent {
|
|
3
|
-
shouldExpand: boolean;
|
|
4
|
-
label: string;
|
|
5
|
-
protected get hasTitle(): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "lib-form-group", never, { "shouldExpand": { "alias": "shouldExpand"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl, FormGroup, FormGroupDirective, FormGroupName } from '@angular/forms';
|
|
3
|
-
import { FormService } from '../../services';
|
|
4
|
-
import { BaseComponent } from '../base.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FormInputComponent extends BaseComponent implements OnInit {
|
|
7
|
-
autofocus: boolean;
|
|
8
|
-
controlName: string;
|
|
9
|
-
disabledControlName?: string;
|
|
10
|
-
displayReadOnlyAsDisabled: boolean;
|
|
11
|
-
fixedValue?: any;
|
|
12
|
-
format?: string;
|
|
13
|
-
invalid: boolean;
|
|
14
|
-
isDisabled: boolean;
|
|
15
|
-
isFullHeight: boolean;
|
|
16
|
-
maxLength?: number;
|
|
17
|
-
min?: number;
|
|
18
|
-
readOnly: boolean;
|
|
19
|
-
rows: number;
|
|
20
|
-
step: number;
|
|
21
|
-
type: string;
|
|
22
|
-
blurred: EventEmitter<void>;
|
|
23
|
-
changed: EventEmitter<any>;
|
|
24
|
-
fixedValueChanged: EventEmitter<string>;
|
|
25
|
-
focused: EventEmitter<void>;
|
|
26
|
-
inputChanged: EventEmitter<void>;
|
|
27
|
-
protected readonly formGroupDirective: FormGroupDirective;
|
|
28
|
-
protected readonly formGroupName: FormGroupName;
|
|
29
|
-
protected readonly formService: FormService;
|
|
30
|
-
protected get formControl(): FormControl<any> | null;
|
|
31
|
-
protected get formControlName(): string;
|
|
32
|
-
protected get formGroup(): FormGroup;
|
|
33
|
-
protected get isFormControl(): boolean;
|
|
34
|
-
protected get isFormEditMode(): boolean;
|
|
35
|
-
protected get parentGroups(): string[];
|
|
36
|
-
protected get stepAttributeValue(): number | null;
|
|
37
|
-
protected get minAttributeValue(): number | null;
|
|
38
|
-
constructor();
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
protected onBlur(): void;
|
|
41
|
-
protected onChange(value: any): void;
|
|
42
|
-
protected onFocus(): void;
|
|
43
|
-
protected onInput(): void;
|
|
44
|
-
protected onValueChanged(newText: string): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputComponent, "lib-form-input", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "disabledControlName": { "alias": "disabledControlName"; "required": false; }; "displayReadOnlyAsDisabled": { "alias": "displayReadOnlyAsDisabled"; "required": false; }; "fixedValue": { "alias": "fixedValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isFullHeight": { "alias": "isFullHeight"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "step": { "alias": "step"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "blurred": "blurred"; "changed": "changed"; "fixedValueChanged": "fixedValueChanged"; "focused": "focused"; "inputChanged": "inputChanged"; }, never, never, true, never>;
|
|
47
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { FormControl, FormGroup, FormGroupDirective, FormGroupName } from '@angular/forms';
|
|
3
|
-
import { FormService } from '../../services';
|
|
4
|
-
import { BaseComponent } from '../base.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FormInputGroupComponent extends BaseComponent implements OnInit {
|
|
7
|
-
autofocus: boolean;
|
|
8
|
-
alignContent: 'center' | 'end' | 'start';
|
|
9
|
-
controlName: string;
|
|
10
|
-
fixedValue?: any;
|
|
11
|
-
format?: string;
|
|
12
|
-
label: string;
|
|
13
|
-
isDisabled: boolean;
|
|
14
|
-
isFullHeight: boolean;
|
|
15
|
-
maxLength?: number;
|
|
16
|
-
min?: number;
|
|
17
|
-
notes: string;
|
|
18
|
-
readOnly: boolean;
|
|
19
|
-
rows: number;
|
|
20
|
-
showLabel: boolean;
|
|
21
|
-
step: number;
|
|
22
|
-
template: TemplateRef<any>;
|
|
23
|
-
type: string;
|
|
24
|
-
validations: {
|
|
25
|
-
[id: string]: string;
|
|
26
|
-
};
|
|
27
|
-
protected readonly formGroupDirective: FormGroupDirective;
|
|
28
|
-
protected readonly formGroupName: FormGroupName;
|
|
29
|
-
protected formService: FormService;
|
|
30
|
-
protected loadingField: boolean;
|
|
31
|
-
protected get formControl(): FormControl<any> | null;
|
|
32
|
-
protected get formGroup(): FormGroup;
|
|
33
|
-
protected get hasNotes(): boolean;
|
|
34
|
-
protected get parentGroups(): string[];
|
|
35
|
-
constructor();
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
protected hasValidation(errorKey: string): boolean;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormInputGroupComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormInputGroupComponent, "lib-form-input-group", never, { "autofocus": { "alias": "autofocus"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "fixedValue": { "alias": "fixedValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; "label": { "alias": "label"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isFullHeight": { "alias": "isFullHeight"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "notes": { "alias": "notes"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "step": { "alias": "step"; "required": false; }; "template": { "alias": "template"; "required": false; }; "type": { "alias": "type"; "required": false; }; "validations": { "alias": "validations"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GroupAccordionComponent {
|
|
3
|
-
private containerElementRef;
|
|
4
|
-
label: string;
|
|
5
|
-
private _maxHeight;
|
|
6
|
-
protected collapsed: boolean;
|
|
7
|
-
get maxHeight(): number;
|
|
8
|
-
protected onToggle(): void;
|
|
9
|
-
private clearMaxHeight;
|
|
10
|
-
private setMaxHeight;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupAccordionComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupAccordionComponent, "lib-group-accordion", never, { "label": { "alias": "label"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
13
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { ScrollSpyDirective } from '../../directives/scroll-spy.directive';
|
|
3
|
-
import { GroupAccordionComponent } from '../group-accordion/group-accordion.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GroupContainerComponent {
|
|
6
|
-
scrollSpy: ScrollSpyDirective;
|
|
7
|
-
sections: QueryList<GroupAccordionComponent>;
|
|
8
|
-
get titles(): string[];
|
|
9
|
-
activeSection: number;
|
|
10
|
-
title?: string;
|
|
11
|
-
icon?: string;
|
|
12
|
-
activeSectionChanged(index: number): void;
|
|
13
|
-
scrollTo(section: number): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupContainerComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupContainerComponent, "lib-group-container", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, ["sections"], ["*"], true, never>;
|
|
16
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { ScrollSpyDirective } from '../../directives/scroll-spy.directive';
|
|
3
|
-
import { GroupAccordionComponent } from '../group-accordion/group-accordion.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GroupScrollSpyComponent {
|
|
6
|
-
scrollSpy: ScrollSpyDirective;
|
|
7
|
-
sections: QueryList<GroupAccordionComponent>;
|
|
8
|
-
get titles(): string[];
|
|
9
|
-
activeSection: number;
|
|
10
|
-
activeSectionChanged(index: number): void;
|
|
11
|
-
scrollTo(section: number): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupScrollSpyComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupScrollSpyComponent, "lib-group-scroll-spy", never, {}, {}, ["sections"], ["*"], true, never>;
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export { BaseComponent } from './base.component';
|
|
2
|
-
export { CatalogSelectComponent } from './catalog-select/catalog-select.component';
|
|
3
|
-
export { DataGridComponent } from './data-grid/data-grid.component';
|
|
4
|
-
export { DataGridRowComponent } from './data-grid-row/data-grid-row.component';
|
|
5
|
-
export { FormInputComponent } from './form-input/form-input.component';
|
|
6
|
-
export { FormInputGroupComponent } from './form-input-group/form-input-group.component';
|
|
7
|
-
export { FormGroupComponent } from './form-group/form-group.component';
|
|
8
|
-
export { GroupAccordionComponent } from './group-accordion/group-accordion.component';
|
|
9
|
-
export { GroupContainerComponent } from './group-container/group-container.component';
|
|
10
|
-
export { GroupScrollSpyComponent } from './group-scroll-spy/group-scroll-spy.component';
|
|
11
|
-
export { ModalComponent } from './modal/modal.component';
|
|
12
|
-
export { MultiEditorComponent } from './multi-editor/multi-editor.component';
|
|
13
|
-
export { MultiSelectComponent } from './multi-select/multi-select.component';
|
|
14
|
-
export { MultiSelectResultGridComponent } from './multi-select/result-grid/result-grid.component';
|
|
15
|
-
export { SidebarComponent } from './sidebar/sidebar.component';
|
|
16
|
-
export { RibbonButtonComponent } from './ribbon-button/ribbon-button.component';
|
|
17
|
-
export { RibbonComponent } from './ribbon/ribbon.component';
|
|
18
|
-
export { RibbonGroupComponent } from './ribbon-group/ribbon-group.component';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { IModal } from '../../models';
|
|
3
|
-
import { BaseComponent } from '../base.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ModalComponent extends BaseComponent implements IModal {
|
|
6
|
-
closeButtonText: string;
|
|
7
|
-
dialog: boolean;
|
|
8
|
-
modalProcessing: boolean;
|
|
9
|
-
position: 'top' | 'left' | 'right' | 'bottom' | 'center';
|
|
10
|
-
size: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | 'full' | 'auto';
|
|
11
|
-
title: string;
|
|
12
|
-
closed: EventEmitter<void>;
|
|
13
|
-
private _show;
|
|
14
|
-
private clickedOutside;
|
|
15
|
-
private elementRef;
|
|
16
|
-
get isShown(): boolean;
|
|
17
|
-
constructor();
|
|
18
|
-
protected onCloseClick(): void;
|
|
19
|
-
closeModal(): void;
|
|
20
|
-
toggleModal(): void;
|
|
21
|
-
private bodyMouseDown;
|
|
22
|
-
private bodyMouseUp;
|
|
23
|
-
private documentKeyDown;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "lib-modal", never, { "closeButtonText": { "alias": "closeButtonText"; "required": false; }; "dialog": { "alias": "dialog"; "required": false; }; "modalProcessing": { "alias": "modalProcessing"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "closed": "closed"; }, never, ["[body]", "[footer]"], true, never>;
|
|
26
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { ModalComponent } from '../modal/modal.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MultiEditorComponent extends ModalComponent implements OnInit {
|
|
6
|
-
private modal;
|
|
7
|
-
addButtonLabel: string;
|
|
8
|
-
formGroup: FormGroup<any>;
|
|
9
|
-
removeButtonLabel: string;
|
|
10
|
-
showAddButton: boolean;
|
|
11
|
-
showDeleteButton: boolean;
|
|
12
|
-
protected gridLoading: boolean;
|
|
13
|
-
private dataGridDataset;
|
|
14
|
-
private formService;
|
|
15
|
-
private multiEditorDataset;
|
|
16
|
-
private selectedKey?;
|
|
17
|
-
private selectedValue?;
|
|
18
|
-
protected get formLoading(): boolean;
|
|
19
|
-
protected get hasSelectedKey(): boolean;
|
|
20
|
-
constructor();
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
protected onDeleteClick(): void;
|
|
23
|
-
protected onNewClick(): void;
|
|
24
|
-
protected onSaveClick(): void;
|
|
25
|
-
closeModal(): void;
|
|
26
|
-
toggleModal(): void;
|
|
27
|
-
private clearAllFormArrays;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiEditorComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiEditorComponent, "lib-multi-editor", never, { "addButtonLabel": { "alias": "addButtonLabel"; "required": false; }; "formGroup": { "alias": "formGroup"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
30
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { MultiSelectResultDataset } from '../../services/datasets/multi-select-result.dataset';
|
|
3
|
-
import { ModalComponent } from '../modal/modal.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MultiSelectComponent extends ModalComponent implements OnInit {
|
|
6
|
-
private modal;
|
|
7
|
-
itemTemplate: TemplateRef<any>;
|
|
8
|
-
protected isResultGridLoading: boolean;
|
|
9
|
-
protected isSearchGridLoading: boolean;
|
|
10
|
-
protected resultDataset: MultiSelectResultDataset;
|
|
11
|
-
protected searchCriteria: string;
|
|
12
|
-
private _searchColumn;
|
|
13
|
-
private dataGridDataset;
|
|
14
|
-
private get searchColumn();
|
|
15
|
-
constructor();
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
protected onSave(): void;
|
|
18
|
-
protected onSearch(): void;
|
|
19
|
-
closeModal(): void;
|
|
20
|
-
toggleModal(): void;
|
|
21
|
-
private clearSearch;
|
|
22
|
-
private updateSelectedItems;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "lib-multi-select", never, { "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { MultiSelectResultDataset } from '../../../services/datasets/multi-select-result.dataset';
|
|
3
|
-
import { BaseComponent } from '../../base.component';
|
|
4
|
-
import { DataGridDataset } from '../../../services';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MultiSelectResultGridComponent extends BaseComponent implements OnInit {
|
|
7
|
-
isDisabled: boolean;
|
|
8
|
-
template: TemplateRef<any>;
|
|
9
|
-
protected dataGridDataset: DataGridDataset;
|
|
10
|
-
protected isLoading: boolean;
|
|
11
|
-
protected resultDataset: MultiSelectResultDataset;
|
|
12
|
-
constructor();
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
onItemRemoved(rowIndex: number): void;
|
|
15
|
-
protected onScrolled(event: any): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectResultGridComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectResultGridComponent, "lib-multi-select-result-grid", never, { "isDisabled": { "alias": "isDisabled"; "required": false; }; "template": { "alias": "template"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { IRibbonButtonOption } from '../../models/ribbon-button-option';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RibbonButtonComponent {
|
|
5
|
-
color: string;
|
|
6
|
-
defaultOption: number;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
icon?: string;
|
|
9
|
-
iconSize: 'small' | 'large';
|
|
10
|
-
label: string;
|
|
11
|
-
loading: boolean;
|
|
12
|
-
options: IRibbonButtonOption[];
|
|
13
|
-
tooltip: string;
|
|
14
|
-
action: EventEmitter<string | undefined>;
|
|
15
|
-
private bodyMouseDown;
|
|
16
|
-
private bodyMouseUp;
|
|
17
|
-
private documentKeyDown;
|
|
18
|
-
protected showDropdown: boolean;
|
|
19
|
-
protected status: null | 'failure' | 'warning' | 'success';
|
|
20
|
-
private clickedOutside;
|
|
21
|
-
protected get buttonIcon(): string;
|
|
22
|
-
protected get isButtonDisabled(): boolean;
|
|
23
|
-
protected onButtonClicked(): void;
|
|
24
|
-
protected onOptionClicked(option: IRibbonButtonOption): void;
|
|
25
|
-
protected onShowHideDropdown(): void;
|
|
26
|
-
finishLoading(status: 'failure' | 'warning' | 'success'): void;
|
|
27
|
-
startLoading(): void;
|
|
28
|
-
protected isOptionDisabled(option: IRibbonButtonOption): boolean;
|
|
29
|
-
protected isOptionVisible(option: IRibbonButtonOption): boolean;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonButtonComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RibbonButtonComponent, "lib-ribbon-button", never, { "color": { "alias": "color"; "required": false; }; "defaultOption": { "alias": "defaultOption"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { RibbonGroupChild } from '../../models/ribbon-group-child';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RibbonGroupComponent {
|
|
5
|
-
children?: QueryList<RibbonGroupChild>;
|
|
6
|
-
label: string;
|
|
7
|
-
protected get hasChildren(): boolean;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RibbonGroupComponent, "lib-ribbon-group", never, { "label": { "alias": "label"; "required": false; }; }, {}, ["children"], ["*"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
|
-
import { SidebarMenu, SidebarRegion } from '../../models';
|
|
3
|
-
import { BaseComponent } from '../base.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SidebarComponent extends BaseComponent implements AfterViewInit, OnInit {
|
|
6
|
-
private onBodyMouseDown;
|
|
7
|
-
private onBodyMouseUp;
|
|
8
|
-
private onDocumentKeyDown;
|
|
9
|
-
private onResize;
|
|
10
|
-
private sidebarConfigs;
|
|
11
|
-
protected configErrorText: string;
|
|
12
|
-
protected configLoadingText: string;
|
|
13
|
-
protected hasFailed: boolean;
|
|
14
|
-
protected menus: SidebarMenu[];
|
|
15
|
-
protected regions: SidebarRegion[];
|
|
16
|
-
private sidebarService;
|
|
17
|
-
private wasClickedOutside;
|
|
18
|
-
protected get isActive(): boolean;
|
|
19
|
-
protected get isCollapsed(): boolean;
|
|
20
|
-
protected get isLoading(): boolean;
|
|
21
|
-
constructor();
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
collapse(): void;
|
|
25
|
-
protected trackByFn(_index: number, item: SidebarMenu): number;
|
|
26
|
-
protected trackByRegion(_index: number, region: SidebarRegion): string;
|
|
27
|
-
/** Whether this top-level menu stands for an area rather than a destination of its own. */
|
|
28
|
-
private isArea;
|
|
29
|
-
private groupByRegionLabel;
|
|
30
|
-
private groupByRootMenus;
|
|
31
|
-
private groupIntoRegions;
|
|
32
|
-
/**
|
|
33
|
-
* Fetches the children of every area up front, because they are rendered flat rather than
|
|
34
|
-
* behind a click, so the lazy load a collapsible parent relies on would never be triggered.
|
|
35
|
-
*/
|
|
36
|
-
private loadAreaChildren;
|
|
37
|
-
private deactivate;
|
|
38
|
-
private updateShouldActivate;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "lib-sidebar", never, {}, {}, never, ["*"], true, never>;
|
|
41
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
|
-
import { SidebarMenu } from '../../models';
|
|
3
|
-
import { BaseComponent } from '../base.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SidebarItemComponent extends BaseComponent implements OnInit, AfterViewInit {
|
|
6
|
-
private menuContainer;
|
|
7
|
-
isLast: boolean;
|
|
8
|
-
level: number;
|
|
9
|
-
menu: SidebarMenu;
|
|
10
|
-
protected hasFailed: boolean;
|
|
11
|
-
protected isLoading: boolean;
|
|
12
|
-
protected isSelected: boolean;
|
|
13
|
-
private _childHeight;
|
|
14
|
-
private changeDetectorRef;
|
|
15
|
-
private sidebarConfigs;
|
|
16
|
-
private sidebarService;
|
|
17
|
-
get childHeight(): number;
|
|
18
|
-
protected get areChildrenLoaded(): boolean;
|
|
19
|
-
protected get externalLinkText(): string;
|
|
20
|
-
protected get isActive(): boolean;
|
|
21
|
-
protected get isCollapsed(): boolean;
|
|
22
|
-
protected get isParent(): boolean;
|
|
23
|
-
protected get opensInNewBrowserTab(): boolean;
|
|
24
|
-
protected get hasIcon(): boolean;
|
|
25
|
-
constructor();
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
protected onSelectItem(): void;
|
|
29
|
-
protected trackByFn(_index: number, item: SidebarMenu): number;
|
|
30
|
-
private getChildHeight;
|
|
31
|
-
private updateSubMenuHeight;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarItemComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarItemComponent, "lib-sidebar-item", never, { "isLast": { "alias": "isLast"; "required": false; }; "level": { "alias": "level"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ScrollSpyDirective } from './scroll-spy.directive';
|