@saydar/table-builder 1.0.0 → 1.0.1-beta.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/fesm2022/saydar-table-builder.mjs +2274 -2047
- package/fesm2022/saydar-table-builder.mjs.map +1 -1
- package/package.json +2 -2
- package/types/saydar-table-builder.d.ts +415 -366
|
@@ -1,38 +1,65 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { TemplateRef, ViewContainerRef, Injector, OnDestroy, PipeTransform, Predicate,
|
|
2
|
+
import { TemplateRef, ViewContainerRef, Injector, OnDestroy, PipeTransform, Predicate, AfterContentInit, OnInit, Renderer2, ElementRef, SimpleChanges, QueryList, EventEmitter, AfterViewInit, ComponentFactoryResolver, ChangeDetectorRef, ModuleWithProviders } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Observable, Subscription, Subject, Unsubscribable, ReplaySubject, BehaviorSubject, OperatorFunction, MonoTypeOperatorFunction } from 'rxjs';
|
|
5
5
|
import { ComponentStore } from '@ngrx/component-store';
|
|
6
6
|
import { HttpErrorResponse } from '@angular/common/http';
|
|
7
7
|
import * as _saydar_table_builder from '@saydar/table-builder';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i34 from '@angular/router';
|
|
9
9
|
import { QueryParamsHandling } from '@angular/router';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
13
|
-
import {
|
|
14
|
-
import * as i3 from '@ngrx/effects';
|
|
15
|
-
import * as i4 from '@angular/forms';
|
|
16
|
-
import { NgControl, ControlValueAccessor } from '@angular/forms';
|
|
17
|
-
import * as i6 from '@ngrx/component';
|
|
18
|
-
import * as i7 from '@angular/cdk/drag-drop';
|
|
19
|
-
import { CdkDragDrop, CdkDropList } from '@angular/cdk/drag-drop';
|
|
20
|
-
import { MatDialogRef, MatDialogConfig, MatDialog } from '@angular/material/dialog';
|
|
21
|
-
import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
22
|
-
import * as _ngrx_entity from '@ngrx/entity';
|
|
23
|
-
import { Dictionary as Dictionary$1, Predicate as Predicate$1, EntityState } from '@ngrx/entity';
|
|
24
|
-
import * as i9 from '@angular/cdk/scrolling';
|
|
25
|
-
import * as i10 from 'ng-table-virtual-scroll';
|
|
26
|
-
import { TableVirtualScrollDataSource } from 'ng-table-virtual-scroll';
|
|
27
|
-
import { MatColumnDef, MatTableDataSource, MatRowDef, MatTable } from '@angular/material/table';
|
|
10
|
+
import * as i23 from '@angular/material/sort';
|
|
11
|
+
import { Sort, SortDirection as SortDirection$1, MatSort } from '@angular/material/sort';
|
|
12
|
+
import * as i2 from '@angular/material/table';
|
|
13
|
+
import { MatRowDef, MatColumnDef, MatTable, MatTableDataSource } from '@angular/material/table';
|
|
28
14
|
import { CdkColumnDef } from '@angular/cdk/table';
|
|
15
|
+
import * as i1 from '@angular/material/slide-toggle';
|
|
16
|
+
import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
17
|
+
import * as i6 from '@angular/material/radio';
|
|
29
18
|
import { MatRadioButton } from '@angular/material/radio';
|
|
30
19
|
import { MatButtonToggle } from '@angular/material/button-toggle';
|
|
20
|
+
import * as i19 from '@angular/material/checkbox';
|
|
31
21
|
import { MatCheckbox } from '@angular/material/checkbox';
|
|
22
|
+
import * as i33 from '@angular/forms';
|
|
23
|
+
import { NgControl, ControlValueAccessor } from '@angular/forms';
|
|
24
|
+
import * as i12 from '@angular/material/core';
|
|
32
25
|
import { MatOption } from '@angular/material/core';
|
|
26
|
+
import * as i29 from '@angular/common';
|
|
27
|
+
import { DatePipe, CurrencyPipe } from '@angular/common';
|
|
28
|
+
import * as _ngrx_store from '@ngrx/store';
|
|
29
|
+
import { Store, Action, MemoizedSelector } from '@ngrx/store';
|
|
33
30
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
31
|
+
import * as _ngrx_entity from '@ngrx/entity';
|
|
32
|
+
import { Dictionary as Dictionary$1, Predicate as Predicate$1, EntityState } from '@ngrx/entity';
|
|
33
|
+
import * as i36 from '@angular/cdk/drag-drop';
|
|
34
|
+
import { CdkDragDrop, CdkDropList } from '@angular/cdk/drag-drop';
|
|
35
|
+
import * as i25 from '@angular/material/paginator';
|
|
34
36
|
import { MatPaginator } from '@angular/material/paginator';
|
|
37
|
+
import * as i39 from 'ng-table-virtual-scroll';
|
|
38
|
+
import { TableVirtualScrollDataSource } from 'ng-table-virtual-scroll';
|
|
39
|
+
import * as i20 from '@angular/material/menu';
|
|
35
40
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
41
|
+
import * as i3 from '@angular/material/select';
|
|
42
|
+
import * as i4 from '@angular/material/dialog';
|
|
43
|
+
import { MatDialogRef, MatDialogConfig, MatDialog } from '@angular/material/dialog';
|
|
44
|
+
import * as i5 from '@angular/material/datepicker';
|
|
45
|
+
import * as i7 from '@angular/material/button';
|
|
46
|
+
import * as i8 from '@angular/material/expansion';
|
|
47
|
+
import * as i9 from '@angular/material/stepper';
|
|
48
|
+
import * as i10 from '@angular/material/toolbar';
|
|
49
|
+
import * as i11 from '@angular/material/tooltip';
|
|
50
|
+
import * as i13 from '@angular/material/progress-spinner';
|
|
51
|
+
import * as i14 from '@angular/material/grid-list';
|
|
52
|
+
import * as i15 from '@angular/material/card';
|
|
53
|
+
import * as i16 from '@angular/material/sidenav';
|
|
54
|
+
import * as i17 from '@angular/material/tabs';
|
|
55
|
+
import * as i18 from '@angular/material/input';
|
|
56
|
+
import * as i21 from '@angular/material/icon';
|
|
57
|
+
import * as i22 from '@angular/material/badge';
|
|
58
|
+
import * as i24 from '@angular/material/autocomplete';
|
|
59
|
+
import * as i26 from '@angular/material/chips';
|
|
60
|
+
import * as i32 from '@ngrx/effects';
|
|
61
|
+
import * as i35 from '@ngrx/component';
|
|
62
|
+
import * as i38 from '@angular/cdk/scrolling';
|
|
36
63
|
|
|
37
64
|
declare enum HttpRequestStatus {
|
|
38
65
|
notStarted = 0,
|
|
@@ -565,172 +592,10 @@ interface TableBuilderExport {
|
|
|
565
592
|
prepend?: string;
|
|
566
593
|
}
|
|
567
594
|
|
|
568
|
-
declare class SpaceCasePipe implements PipeTransform {
|
|
569
|
-
transform(value: string): string;
|
|
570
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
571
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
|
|
572
|
-
}
|
|
573
|
-
/**
|
|
574
|
-
* Adds a space before uppercase letters that either
|
|
575
|
-
* 1. follows a lowercase letter or digit
|
|
576
|
-
* 2. or precedes a lowercase letter and follows an alpha-numeric character
|
|
577
|
-
*
|
|
578
|
-
* Uppercases the first digit
|
|
579
|
-
*
|
|
580
|
-
* Turns underscores into spaces
|
|
581
|
-
*/
|
|
582
|
-
declare function spaceCase(value: string): string;
|
|
583
|
-
|
|
584
|
-
declare class PhoneNumberPipe implements PipeTransform {
|
|
585
|
-
transform(phoneNum: string): any;
|
|
586
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberPipe, never>;
|
|
587
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneNumberPipe, "phone", true>;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
declare class FunctionPipe implements PipeTransform {
|
|
591
|
-
transform(func: ((...args: any[]) => any) | string, ...args: any[]): any;
|
|
592
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FunctionPipe, never>;
|
|
593
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FunctionPipe, "func", true>;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
declare class StopPropagationDirective {
|
|
597
|
-
onClick(event: any): void;
|
|
598
|
-
onMousedown(event: any): void;
|
|
599
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
600
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[stop-propagation]", never, {}, {}, never, never, true, never>;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
declare class StylerDirective {
|
|
604
|
-
private el;
|
|
605
|
-
set styler(styles: any);
|
|
606
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StylerDirective, never>;
|
|
607
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StylerDirective, "[styler]", never, { "styler": { "alias": "styler"; "required": false; }; }, {}, never, never, true, never>;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
declare class PreventEnterDirective {
|
|
611
|
-
onKeyDown(): boolean;
|
|
612
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PreventEnterDirective, never>;
|
|
613
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PreventEnterDirective, "[preventEnter]", never, {}, {}, never, never, true, never>;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
declare class AutoFocusDirective implements AfterViewInit {
|
|
617
|
-
private elementRef;
|
|
618
|
-
readonly autoFocus: i0.InputSignal<boolean>;
|
|
619
|
-
ngAfterViewInit(): void;
|
|
620
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
|
|
621
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[autoFocus]", never, { "autoFocus": { "alias": "autoFocus"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
declare class TrimWhitespaceDirective {
|
|
625
|
-
private elem;
|
|
626
|
-
onBlur(): void;
|
|
627
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrimWhitespaceDirective, never>;
|
|
628
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TrimWhitespaceDirective, "input[trimWhitespace]", never, {}, {}, never, never, true, never>;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
declare class ClickSubjectDirective<T = boolean> extends Subject<T> {
|
|
632
|
-
constructor();
|
|
633
|
-
_val: T;
|
|
634
|
-
set clickSubject(val: T);
|
|
635
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickSubjectDirective<any>, never>;
|
|
636
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickSubjectDirective<any>, "[clickSubject]", ["clickSubject"], { "clickSubject": { "alias": "clickSubject"; "required": false; }; }, {}, never, never, true, never>;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
declare class ClickEmitterDirective extends Subject<boolean> {
|
|
640
|
-
constructor();
|
|
641
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickEmitterDirective, never>;
|
|
642
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickEmitterDirective, "[clickEmitter]", ["clickEmitter"], {}, {}, never, never, true, never>;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
declare class DialogService {
|
|
646
|
-
allOpenOpDialogs: MatDialogRef<any>[];
|
|
647
|
-
addDialogRef(ref: MatDialogRef<any>): void;
|
|
648
|
-
removeDialogRef(ref: MatDialogRef<any>): void;
|
|
649
|
-
closeAllOpDialogs(): void;
|
|
650
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
651
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
interface DialogViewContext<T> {
|
|
655
|
-
$implicit: T;
|
|
656
|
-
opDialog: T;
|
|
657
|
-
close: () => void;
|
|
658
|
-
}
|
|
659
|
-
declare class DialogWrapper<T = any> {
|
|
660
|
-
private vcr;
|
|
661
|
-
viewEmbeded: boolean;
|
|
662
|
-
viewContext: DialogViewContext<T>;
|
|
663
|
-
set template(tmpl: TemplateRef<DialogViewContext<T>>);
|
|
664
|
-
set close(closeMethod: () => void);
|
|
665
|
-
set data(value: T);
|
|
666
|
-
constructor(vcr: ViewContainerRef);
|
|
667
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogWrapper<any>, never>;
|
|
668
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogWrapper<any>, "app-dialog-content", never, {}, {}, never, never, false, never>;
|
|
669
|
-
}
|
|
670
|
-
declare class DialogDirective<T> implements OnDestroy {
|
|
671
|
-
private templateRef;
|
|
672
|
-
private dialog;
|
|
673
|
-
private service;
|
|
674
|
-
opDialogClosed: EventEmitter<boolean>;
|
|
675
|
-
_dialogConfig: MatDialogConfig<T>;
|
|
676
|
-
add_opDialog_Class: boolean;
|
|
677
|
-
set opDialogConfig(config: MatDialogConfig<T>);
|
|
678
|
-
get opDialogConfig(): MatDialogConfig<T>;
|
|
679
|
-
set state(open_close: Observable<T>);
|
|
680
|
-
nativeElement?: HTMLElement;
|
|
681
|
-
dialogRef?: MatDialogRef<any, boolean>;
|
|
682
|
-
subscription: Subscription;
|
|
683
|
-
componentWrapper?: DialogWrapper<T>;
|
|
684
|
-
constructor(templateRef: TemplateRef<DialogViewContext<T>>, dialog: MatDialog, service: DialogService);
|
|
685
|
-
_data: Subject<Observable<T>>;
|
|
686
|
-
close(): void;
|
|
687
|
-
initDialog(): void;
|
|
688
|
-
setDialogState(open: boolean): void;
|
|
689
|
-
ngOnDestroy(): void;
|
|
690
|
-
static ngTemplateContextGuard<T>(dir: DialogDirective<T>, ctx: any): ctx is DialogViewContext<Exclude<T, false | 0 | '' | null | undefined>>;
|
|
691
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogDirective<any>, never>;
|
|
692
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogDirective<any>, "[opDialog]", never, { "add_opDialog_Class": { "alias": "add_opDialog_Class"; "required": false; }; "opDialogConfig": { "alias": "opDialogConfig"; "required": false; }; "state": { "alias": "opDialog"; "required": false; }; "nativeElement": { "alias": "opDialogOrigin"; "required": false; }; }, { "opDialogClosed": "opDialogClosed"; }, never, never, true, never>;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
declare class MatSlideToggleGroupDirective {
|
|
696
|
-
readonly allowMultiple: i0.InputSignal<boolean>;
|
|
697
|
-
_toggles: QueryList<MatSlideToggle>;
|
|
698
|
-
set toggles(val: QueryList<MatSlideToggle>);
|
|
699
|
-
private _ready;
|
|
700
|
-
get valueEmitter(): Observable<{
|
|
701
|
-
[key: string]: boolean;
|
|
702
|
-
}>;
|
|
703
|
-
getInitValue(): {
|
|
704
|
-
[k: string]: boolean;
|
|
705
|
-
};
|
|
706
|
-
getObs(): Observable<{
|
|
707
|
-
[k: string]: boolean;
|
|
708
|
-
}>;
|
|
709
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleGroupDirective, never>;
|
|
710
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleGroupDirective, "[opMatSlideToggleGroup]", never, { "allowMultiple": { "alias": "allowMultiple"; "required": false; "isSignal": true; }; }, { "valueEmitter": "valueEmitter"; }, ["toggles"], never, true, never>;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
declare class ConditionalClassesDirective {
|
|
714
|
-
private el;
|
|
715
|
-
private renderer;
|
|
716
|
-
readonly element: i0.InputSignal<any>;
|
|
717
|
-
readonly classes: i0.InputSignal<Dictionary$1<Predicate$1<any>> | undefined>;
|
|
718
|
-
classesApplied: string[];
|
|
719
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
720
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalClassesDirective, never>;
|
|
721
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalClassesDirective, "[conditionalClasses]", never, { "element": { "alias": "element"; "required": false; "isSignal": true; }; "classes": { "alias": "conditionalClasses"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
declare class UtilitiesModule {
|
|
725
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
|
|
726
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof SpaceCasePipe, typeof PhoneNumberPipe, typeof FunctionPipe, typeof StopPropagationDirective, typeof StylerDirective, typeof PreventEnterDirective, typeof AutoFocusDirective, typeof TrimWhitespaceDirective, typeof ClickSubjectDirective, typeof ClickEmitterDirective, typeof DialogDirective, typeof MatSlideToggleGroupDirective, typeof ConditionalClassesDirective], [typeof StopPropagationDirective, typeof PreventEnterDirective, typeof SpaceCasePipe, typeof PhoneNumberPipe, typeof FunctionPipe, typeof StopPropagationDirective, typeof TrimWhitespaceDirective, typeof StylerDirective, typeof PreventEnterDirective, typeof AutoFocusDirective, typeof ClickSubjectDirective, typeof ClickEmitterDirective, typeof DialogDirective, typeof MatSlideToggleGroupDirective, typeof ConditionalClassesDirective]>;
|
|
727
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
595
|
declare class ColumnTotalPipe implements PipeTransform {
|
|
731
596
|
transform(data: any[], metaData: MetaData): number | null;
|
|
732
597
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnTotalPipe, never>;
|
|
733
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ColumnTotalPipe, "columnTotal",
|
|
598
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ColumnTotalPipe, "columnTotal", false>;
|
|
734
599
|
}
|
|
735
600
|
|
|
736
601
|
declare class TableBuilder<T = any> {
|
|
@@ -758,20 +623,12 @@ declare class CustomCellDirective implements AfterContentInit {
|
|
|
758
623
|
ngAfterContentInit(): void;
|
|
759
624
|
getMetaData(metaData?: MetaData): MetaData;
|
|
760
625
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCellDirective, [{ optional: true; }, { optional: true; }]>;
|
|
761
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCellDirective, "[customCell]", never, { "customCell": { "alias": "customCell"; "required": false; }; "displayName": { "alias": "displayName"; "required": false; }; "preSort": { "alias": "preSort"; "required": false; }; "TemplateRef": { "alias": "TemplateRef"; "required": false; }; "customCellOrder": { "alias": "customCellOrder"; "required": false; }; "customCellWidth": { "alias": "customCellWidth"; "required": false; }; }, {}, never, never,
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
declare class MultiSortDirective extends MatSort implements OnInit, OnDestroy {
|
|
765
|
-
private state;
|
|
766
|
-
rules: Sort[];
|
|
767
|
-
constructor();
|
|
768
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSortDirective, never>;
|
|
769
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSortDirective, "[multiSort]", ["multiSort"], { "disabled": { "alias": "matSortDisabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
626
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomCellDirective, "[customCell]", never, { "customCell": { "alias": "customCell"; "required": false; }; "displayName": { "alias": "displayName"; "required": false; }; "preSort": { "alias": "preSort"; "required": false; }; "TemplateRef": { "alias": "TemplateRef"; "required": false; }; "customCellOrder": { "alias": "customCellOrder"; "required": false; }; "customCellWidth": { "alias": "customCellWidth"; "required": false; }; }, {}, never, never, false, never>;
|
|
770
627
|
}
|
|
771
628
|
|
|
772
629
|
declare function stateIs(initializationState: InitializationState): (state: TableState) => boolean;
|
|
773
630
|
declare class TableStore extends ComponentStore<TableState> {
|
|
774
|
-
constructor();
|
|
631
|
+
constructor(config: TableBuilderConfig);
|
|
775
632
|
getSavableState(): Observable<PersistedTableState>;
|
|
776
633
|
on: <V>(srcObservable: Observable<V>, func: (obj: V) => void) => void;
|
|
777
634
|
onLast(callback: (state: TableState) => void): void;
|
|
@@ -873,12 +730,21 @@ declare class TableStore extends ComponentStore<TableState> {
|
|
|
873
730
|
declare const orderViewableMetaData: (state: TableState) => MetaData<any, []>[];
|
|
874
731
|
declare const orderMetaData: (state: TableState) => MetaData<any, []>[];
|
|
875
732
|
|
|
733
|
+
declare class MultiSortDirective extends MatSort implements OnInit, OnDestroy {
|
|
734
|
+
private state;
|
|
735
|
+
rules: Sort[];
|
|
736
|
+
constructor(state: TableStore);
|
|
737
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSortDirective, never>;
|
|
738
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSortDirective, "[multiSort]", ["multiSort"], { "disabled": { "alias": "matSortDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
739
|
+
}
|
|
740
|
+
|
|
876
741
|
declare class ResizeColumnDirective implements OnInit {
|
|
877
742
|
private renderer;
|
|
878
743
|
private el;
|
|
879
744
|
store: TableStore;
|
|
880
|
-
|
|
881
|
-
|
|
745
|
+
resizable: boolean;
|
|
746
|
+
key: string;
|
|
747
|
+
constructor(renderer: Renderer2, el: ElementRef, store: TableStore);
|
|
882
748
|
ngOnInit(): void;
|
|
883
749
|
createResizerSpanInColumnHead(columnHead: HTMLElement): any;
|
|
884
750
|
getTableAndColumnHeadHtmlElements(): {
|
|
@@ -904,7 +770,7 @@ declare class ResizeColumnDirective implements OnInit {
|
|
|
904
770
|
};
|
|
905
771
|
getElementWidth: (elem: HTMLElement) => number;
|
|
906
772
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeColumnDirective, never>;
|
|
907
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required":
|
|
773
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
|
|
908
774
|
}
|
|
909
775
|
interface MouseDowmData {
|
|
910
776
|
startPageX: number;
|
|
@@ -943,7 +809,7 @@ declare class TableFilterDirective extends ComponentStore<FilterInfo> {
|
|
|
943
809
|
protected setFilter(filter: FilterInfo): void;
|
|
944
810
|
update(): void;
|
|
945
811
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterDirective, [{ optional: true; }, { optional: true; }]>;
|
|
946
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterDirective, "[tbFilter]", never, { "filterType": { "alias": "filterType"; "required": false; }; "key": { "alias": "key"; "required": false; }; "fieldType": { "alias": "fieldType"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "active": { "alias": "active"; "required": false; }; "filterValue": { "alias": "filterValue"; "required": false; }; }, {}, never, never,
|
|
812
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterDirective, "[tbFilter]", never, { "filterType": { "alias": "filterType"; "required": false; }; "key": { "alias": "key"; "required": false; }; "fieldType": { "alias": "fieldType"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "active": { "alias": "active"; "required": false; }; "filterValue": { "alias": "filterValue"; "required": false; }; }, {}, never, never, false, never>;
|
|
947
813
|
}
|
|
948
814
|
declare class TableFilterStringContainsDirective extends TableFilterDirective {
|
|
949
815
|
constructor(model: NgControl, wrapper: TableWrapperDirective);
|
|
@@ -951,7 +817,7 @@ declare class TableFilterStringContainsDirective extends TableFilterDirective {
|
|
|
951
817
|
setFilter(filter: FilterInfo): void;
|
|
952
818
|
ngOnChanges(changes: SimpleChanges): void;
|
|
953
819
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterStringContainsDirective, [{ optional: true; }, { optional: true; }]>;
|
|
954
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterStringContainsDirective, "[tbFilterStringContains]", never, { "key": { "alias": "tbFilterStringContains"; "required": false; }; "filterValue": { "alias": "filterValue"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never,
|
|
820
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterStringContainsDirective, "[tbFilterStringContains]", never, { "key": { "alias": "tbFilterStringContains"; "required": false; }; "filterValue": { "alias": "filterValue"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, false, never>;
|
|
955
821
|
}
|
|
956
822
|
declare abstract class TableCustomFilterDirectiveBase<T = any> extends TableCustomFilterDirective<T> {
|
|
957
823
|
filter$: Subject<CustomFilter>;
|
|
@@ -984,7 +850,7 @@ declare class MatCheckboxTbFilterDirective extends TbSelectedFilterDirective {
|
|
|
984
850
|
set active(val: boolean);
|
|
985
851
|
constructor(matCheckbox: MatCheckbox, wrapper: TableWrapperDirective);
|
|
986
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxTbFilterDirective, [null, { optional: true; }]>;
|
|
987
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxTbFilterDirective, "mat-checkbox[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never,
|
|
853
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatCheckboxTbFilterDirective, "mat-checkbox[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never, false, never>;
|
|
988
854
|
}
|
|
989
855
|
declare class MatSlideToggleTbFilterDirective<T = any> extends TbSelectedFilterDirective<T> {
|
|
990
856
|
private matSlideToggle;
|
|
@@ -992,7 +858,7 @@ declare class MatSlideToggleTbFilterDirective<T = any> extends TbSelectedFilterD
|
|
|
992
858
|
constructor(matSlideToggle: MatSlideToggle, wrapper: TableWrapperDirective);
|
|
993
859
|
ngOnInit(): void;
|
|
994
860
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleTbFilterDirective<any>, [null, { optional: true; }]>;
|
|
995
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleTbFilterDirective<any>, "mat-slide-toggle[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never,
|
|
861
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleTbFilterDirective<any>, "mat-slide-toggle[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never, false, never>;
|
|
996
862
|
}
|
|
997
863
|
declare class MatRadioButtonTbFilterDirective extends TbSelectedFilterDirective {
|
|
998
864
|
private matRadioButton;
|
|
@@ -1000,7 +866,7 @@ declare class MatRadioButtonTbFilterDirective extends TbSelectedFilterDirective
|
|
|
1000
866
|
constructor(matRadioButton: MatRadioButton, wrapper: TableWrapperDirective);
|
|
1001
867
|
ngOnInit(): void;
|
|
1002
868
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioButtonTbFilterDirective, [null, { optional: true; }]>;
|
|
1003
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRadioButtonTbFilterDirective, "mat-radio-button[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; }, {}, never, never,
|
|
869
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatRadioButtonTbFilterDirective, "mat-radio-button[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; }, {}, never, never, false, never>;
|
|
1004
870
|
}
|
|
1005
871
|
declare class MatOptionTbFilterDirective extends TbSelectedFilterDirective {
|
|
1006
872
|
private matOption;
|
|
@@ -1008,7 +874,7 @@ declare class MatOptionTbFilterDirective extends TbSelectedFilterDirective {
|
|
|
1008
874
|
constructor(matOption: MatOption, wrapper: TableWrapperDirective);
|
|
1009
875
|
ngOnInit(): void;
|
|
1010
876
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionTbFilterDirective, [null, { optional: true; }]>;
|
|
1011
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatOptionTbFilterDirective, "mat-option[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never,
|
|
877
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatOptionTbFilterDirective, "mat-option[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never, false, never>;
|
|
1012
878
|
}
|
|
1013
879
|
declare class MatButtonToggleFilterDirective extends TbSelectedFilterDirective {
|
|
1014
880
|
private matButtonToggle;
|
|
@@ -1016,42 +882,23 @@ declare class MatButtonToggleFilterDirective extends TbSelectedFilterDirective {
|
|
|
1016
882
|
constructor(matButtonToggle: MatButtonToggle, wrapper: TableWrapperDirective);
|
|
1017
883
|
ngOnInit(): void;
|
|
1018
884
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleFilterDirective, [null, { optional: true; }]>;
|
|
1019
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleFilterDirective, "mat-button-toggle[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never,
|
|
885
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonToggleFilterDirective, "mat-button-toggle[tbCustomFilter]", never, { "predicate": { "alias": "tbCustomFilter"; "required": false; }; "filterId": { "alias": "filterId"; "required": false; }; }, {}, never, never, false, never>;
|
|
1020
886
|
}
|
|
1021
887
|
|
|
1022
888
|
declare class TableWrapperDirective {
|
|
1023
|
-
|
|
1024
|
-
|
|
889
|
+
customFilters: QueryList<TableCustomFilterDirective>;
|
|
890
|
+
filters: QueryList<TableFilterDirective>;
|
|
1025
891
|
registerations: (TableCustomFilterDirective | TableFilterDirective)[];
|
|
1026
892
|
register(filter: TableCustomFilterDirective | TableFilterDirective): void;
|
|
1027
893
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableWrapperDirective, never>;
|
|
1028
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableWrapperDirective, "[tbWrapper]", never, {}, {}, ["customFilters", "filters"], never,
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
declare class VirtualScrollViewportDirective {
|
|
1032
|
-
private el;
|
|
1033
|
-
private tbComponent;
|
|
1034
|
-
offset: number;
|
|
1035
|
-
set isVs(val: boolean | string);
|
|
1036
|
-
_isVs: boolean;
|
|
1037
|
-
private resizeFn;
|
|
1038
|
-
private resizeTimeout;
|
|
1039
|
-
destroyed$: Subject<void>;
|
|
1040
|
-
addListener(callback: () => void): void;
|
|
1041
|
-
removeListener(): void;
|
|
1042
|
-
private adjustViewportHeight;
|
|
1043
|
-
resize(): void;
|
|
1044
|
-
ngOnInit(): void;
|
|
1045
|
-
ngAfterViewInit(): void;
|
|
1046
|
-
ngOnDestroy(): void;
|
|
1047
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VirtualScrollViewportDirective, never>;
|
|
1048
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualScrollViewportDirective, "tb-table-container[isVs]", ["vs"], { "offset": { "alias": "offset"; "required": false; }; "isVs": { "alias": "isVs"; "required": false; }; }, {}, never, never, true, never>;
|
|
894
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableWrapperDirective, "[tbWrapper]", never, {}, {}, ["customFilters", "filters"], never, false, never>;
|
|
1049
895
|
}
|
|
1050
896
|
|
|
1051
897
|
declare class ExportToCsvService<T> {
|
|
1052
898
|
state: TableStore;
|
|
1053
899
|
private config;
|
|
1054
900
|
private datePipe;
|
|
901
|
+
constructor(state: TableStore, config: TableBuilderConfig, datePipe: DatePipe);
|
|
1055
902
|
exportToCsv: (data: Observable<T[]>) => void;
|
|
1056
903
|
csvData: (data: Array<T>, metaData: MetaData<T>[]) => string;
|
|
1057
904
|
metaToField: (meta: MetaData<T>, row: T) => any;
|
|
@@ -1065,6 +912,264 @@ interface ColumnInfo {
|
|
|
1065
912
|
customCell: CustomCellDirective;
|
|
1066
913
|
}
|
|
1067
914
|
|
|
915
|
+
declare class TableContainerComponent<T = any> {
|
|
916
|
+
state: TableStore;
|
|
917
|
+
exportToCsvService: ExportToCsvService<T>;
|
|
918
|
+
private config;
|
|
919
|
+
private store;
|
|
920
|
+
private wrapper;
|
|
921
|
+
private genericTableComponent;
|
|
922
|
+
customFilters: QueryList<TableCustomFilterDirective>;
|
|
923
|
+
filters: QueryList<TableFilterDirective>;
|
|
924
|
+
tableId: string;
|
|
925
|
+
tableBuilder: TableBuilder;
|
|
926
|
+
IndexColumn: boolean;
|
|
927
|
+
SelectionColumn: boolean;
|
|
928
|
+
trackBy: string;
|
|
929
|
+
isSticky: boolean;
|
|
930
|
+
set isVs(val: boolean | string);
|
|
931
|
+
set pageSize(value: number);
|
|
932
|
+
inputFilters?: Observable<Array<Predicate<T>>>;
|
|
933
|
+
groupHeaderTemplate: TemplateRef<any>;
|
|
934
|
+
compareWithKey: string;
|
|
935
|
+
selection$: EventEmitter<any>;
|
|
936
|
+
dataSubject: ReplaySubject<Observable<T[]>>;
|
|
937
|
+
data: Observable<T[]>;
|
|
938
|
+
paginatorChange: EventEmitter<void>;
|
|
939
|
+
_isVs: boolean;
|
|
940
|
+
customRows: QueryList<MatRowDef<any>>;
|
|
941
|
+
customCells: QueryList<CustomCellDirective>;
|
|
942
|
+
OnStateReset: EventEmitter<any>;
|
|
943
|
+
OnSaveState: EventEmitter<any>;
|
|
944
|
+
state$: Observable<PersistedTableState>;
|
|
945
|
+
myColumns$: Observable<ColumnInfo[]>;
|
|
946
|
+
stateKeys$?: Observable<string[] | null>;
|
|
947
|
+
currentStateKey$?: Observable<string>;
|
|
948
|
+
disableSort: boolean;
|
|
949
|
+
constructor(state: TableStore, exportToCsvService: ExportToCsvService<T>, config: TableBuilderConfig, store: Store<any>, wrapper: TableWrapperDirective);
|
|
950
|
+
firstPage(): void;
|
|
951
|
+
lastPage(): void;
|
|
952
|
+
resetState(): void;
|
|
953
|
+
initializeState(): void;
|
|
954
|
+
customFilters$: BehaviorSubject<Predicate<any>[]>;
|
|
955
|
+
initializeData(): void;
|
|
956
|
+
ngOnInit(): void;
|
|
957
|
+
exportToCsv(): void;
|
|
958
|
+
saveState(): void;
|
|
959
|
+
setProfileState(val: string): void;
|
|
960
|
+
deleteProfileState(stateKey: string): void;
|
|
961
|
+
ngAfterContentInit(): void;
|
|
962
|
+
InitializeColumns(): void;
|
|
963
|
+
mapMetaDatas: (meta: MetaData<T>) => MetaData<T, []>;
|
|
964
|
+
collapseHeader$: Observable<boolean>;
|
|
965
|
+
getData(data: any[], groupByKeys: string[]): any[];
|
|
966
|
+
tbGroupBy: (data: any[], groupByKeys: string[], parentGroupName?: any) => any[];
|
|
967
|
+
addIndentation: (d: any) => any;
|
|
968
|
+
setDisplay: (data: any[], groups: Group[]) => any[];
|
|
969
|
+
shouldDisplay: (currentGroup?: Group, groups?: Group[]) => boolean;
|
|
970
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableContainerComponent<any>, [null, null, null, null, { optional: true; }]>;
|
|
971
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableContainerComponent<any>, "tb-table-container", never, { "tableId": { "alias": "tableId"; "required": false; }; "tableBuilder": { "alias": "tableBuilder"; "required": false; }; "IndexColumn": { "alias": "IndexColumn"; "required": false; }; "SelectionColumn": { "alias": "SelectionColumn"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "isSticky": { "alias": "isSticky"; "required": false; }; "isVs": { "alias": "isVs"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "inputFilters": { "alias": "inputFilters"; "required": false; }; "groupHeaderTemplate": { "alias": "groupHeaderTemplate"; "required": false; }; "compareWithKey": { "alias": "compareWithKey"; "required": false; }; }, { "selection$": "selection$"; "data": "data"; "paginatorChange": "paginatorChange"; "OnStateReset": "OnStateReset"; "OnSaveState": "OnSaveState"; "state$": "state$"; }, ["customFilters", "filters", "customRows", "customCells"], ["[before]", ".tb-header-title"], false, never>;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
declare class PhoneNumberPipe implements PipeTransform {
|
|
975
|
+
transform(phoneNum: string): any;
|
|
976
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberPipe, never>;
|
|
977
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneNumberPipe, "phone", false>;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
declare class PreventEnterDirective {
|
|
981
|
+
onKeyDown(): boolean;
|
|
982
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreventEnterDirective, never>;
|
|
983
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PreventEnterDirective, "preventEnter", never, {}, {}, never, never, false, never>;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
declare class StopPropagationDirective {
|
|
987
|
+
onClick(event: any): void;
|
|
988
|
+
onMousedown(event: any): void;
|
|
989
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
990
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[stop-propagation]", never, {}, {}, never, never, false, never>;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
declare class AutoFocusDirective implements AfterViewInit {
|
|
994
|
+
private elementRef;
|
|
995
|
+
autoFocus: boolean;
|
|
996
|
+
constructor(elementRef: ElementRef);
|
|
997
|
+
ngAfterViewInit(): void;
|
|
998
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
|
|
999
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[autoFocus]", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, false, never>;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
declare class ClickSubjectDirective<T = boolean> extends Subject<T> {
|
|
1003
|
+
constructor();
|
|
1004
|
+
_val: T;
|
|
1005
|
+
set clickSubject(val: T);
|
|
1006
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClickSubjectDirective<any>, never>;
|
|
1007
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickSubjectDirective<any>, "[clickSubject]", ["clickSubject"], { "clickSubject": { "alias": "clickSubject"; "required": false; }; }, {}, never, never, false, never>;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
declare class ClickEmitterDirective extends Subject<boolean> {
|
|
1011
|
+
constructor();
|
|
1012
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClickEmitterDirective, never>;
|
|
1013
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickEmitterDirective, "[clickEmitter]", ["clickEmitter"], {}, {}, never, never, false, never>;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
declare class DialogService {
|
|
1017
|
+
allOpenOpDialogs: MatDialogRef<any>[];
|
|
1018
|
+
addDialogRef(ref: MatDialogRef<any>): void;
|
|
1019
|
+
removeDialogRef(ref: MatDialogRef<any>): void;
|
|
1020
|
+
closeAllOpDialogs(): void;
|
|
1021
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
1022
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
interface DialogViewContext<T> {
|
|
1026
|
+
$implicit: T;
|
|
1027
|
+
opDialog: T;
|
|
1028
|
+
close: () => void;
|
|
1029
|
+
}
|
|
1030
|
+
declare class DialogWrapper<T = any> {
|
|
1031
|
+
private vcr;
|
|
1032
|
+
viewEmbeded: boolean;
|
|
1033
|
+
viewContext: DialogViewContext<T>;
|
|
1034
|
+
set template(tmpl: TemplateRef<DialogViewContext<T>>);
|
|
1035
|
+
set close(closeMethod: () => void);
|
|
1036
|
+
set data(value: T);
|
|
1037
|
+
constructor(vcr: ViewContainerRef);
|
|
1038
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogWrapper<any>, never>;
|
|
1039
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialogWrapper<any>, "app-dialog-content", never, {}, {}, never, never, false, never>;
|
|
1040
|
+
}
|
|
1041
|
+
declare class DialogDirective<T> implements OnDestroy {
|
|
1042
|
+
private templateRef;
|
|
1043
|
+
private dialog;
|
|
1044
|
+
private service;
|
|
1045
|
+
opDialogClosed: EventEmitter<boolean>;
|
|
1046
|
+
_dialogConfig: MatDialogConfig<T>;
|
|
1047
|
+
add_opDialog_Class: boolean;
|
|
1048
|
+
set opDialogConfig(config: MatDialogConfig<T>);
|
|
1049
|
+
get opDialogConfig(): MatDialogConfig<T>;
|
|
1050
|
+
set state(open_close: Observable<T>);
|
|
1051
|
+
nativeElement?: HTMLElement;
|
|
1052
|
+
dialogRef?: MatDialogRef<any, boolean>;
|
|
1053
|
+
subscription: Subscription;
|
|
1054
|
+
componentWrapper?: DialogWrapper<T>;
|
|
1055
|
+
constructor(templateRef: TemplateRef<DialogViewContext<T>>, dialog: MatDialog, service: DialogService);
|
|
1056
|
+
_data: Subject<Observable<T>>;
|
|
1057
|
+
close(): void;
|
|
1058
|
+
initDialog(): void;
|
|
1059
|
+
setDialogState(open: boolean): void;
|
|
1060
|
+
ngOnDestroy(): void;
|
|
1061
|
+
static ngTemplateContextGuard<T>(dir: DialogDirective<T>, ctx: any): ctx is DialogViewContext<Exclude<T, false | 0 | '' | null | undefined>>;
|
|
1062
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialogDirective<any>, never>;
|
|
1063
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogDirective<any>, "[opDialog]", never, { "add_opDialog_Class": { "alias": "add_opDialog_Class"; "required": false; }; "opDialogConfig": { "alias": "opDialogConfig"; "required": false; }; "state": { "alias": "opDialog"; "required": false; }; "nativeElement": { "alias": "opDialogOrigin"; "required": false; }; }, { "opDialogClosed": "opDialogClosed"; }, never, never, false, never>;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
declare class StylerDirective {
|
|
1067
|
+
private el;
|
|
1068
|
+
set styler(styles: any);
|
|
1069
|
+
constructor(el: ElementRef);
|
|
1070
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StylerDirective, never>;
|
|
1071
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StylerDirective, "[styler]", never, { "styler": { "alias": "styler"; "required": false; }; }, {}, never, never, false, never>;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
declare class MatSlideToggleGroupDirective {
|
|
1075
|
+
allowMultiple: boolean;
|
|
1076
|
+
_toggles: QueryList<MatSlideToggle>;
|
|
1077
|
+
set toggles(val: QueryList<MatSlideToggle>);
|
|
1078
|
+
private _ready;
|
|
1079
|
+
get valueEmitter(): Observable<{
|
|
1080
|
+
[key: string]: boolean;
|
|
1081
|
+
}>;
|
|
1082
|
+
getInitValue(): {
|
|
1083
|
+
[k: string]: boolean;
|
|
1084
|
+
};
|
|
1085
|
+
getObs(): Observable<{
|
|
1086
|
+
[k: string]: boolean;
|
|
1087
|
+
}>;
|
|
1088
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleGroupDirective, never>;
|
|
1089
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleGroupDirective, "[opMatSlideToggleGroup]", never, { "allowMultiple": { "alias": "allowMultiple"; "required": false; }; }, { "valueEmitter": "valueEmitter"; }, ["toggles"], never, false, never>;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
declare class TrimWhitespaceDirective {
|
|
1093
|
+
private elem;
|
|
1094
|
+
constructor(elem: ElementRef);
|
|
1095
|
+
onBlur(): void;
|
|
1096
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrimWhitespaceDirective, never>;
|
|
1097
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TrimWhitespaceDirective, "input[trimWhitespace]", never, {}, {}, never, never, false, never>;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
declare class FunctionPipe implements PipeTransform {
|
|
1101
|
+
transform(func: ((...args: any[]) => any) | string, ...args: any[]): any;
|
|
1102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FunctionPipe, never>;
|
|
1103
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FunctionPipe, "func", false>;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
declare class SpaceCasePipe implements PipeTransform {
|
|
1107
|
+
transform(value: string): string;
|
|
1108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
1109
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", false>;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* Adds a space before uppercase letters that either
|
|
1113
|
+
* 1. follows a lowercase letter or digit
|
|
1114
|
+
* 2. or precedes a lowercase letter and follows an alpha-numeric character
|
|
1115
|
+
*
|
|
1116
|
+
* Uppercases the first digit
|
|
1117
|
+
*
|
|
1118
|
+
* Turns underscores into spaces
|
|
1119
|
+
*/
|
|
1120
|
+
declare function spaceCase(value: string): string;
|
|
1121
|
+
|
|
1122
|
+
declare class ConditionalClassesDirective {
|
|
1123
|
+
private el;
|
|
1124
|
+
private renderer;
|
|
1125
|
+
constructor(el: ElementRef, renderer: Renderer2);
|
|
1126
|
+
element?: any;
|
|
1127
|
+
classes?: Dictionary$1<Predicate$1<any>>;
|
|
1128
|
+
classesApplied: string[];
|
|
1129
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalClassesDirective, never>;
|
|
1131
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalClassesDirective, "[conditionalClasses]", never, { "element": { "alias": "element"; "required": false; }; "classes": { "alias": "conditionalClasses"; "required": false; }; }, {}, never, never, false, never>;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
declare class UtilitiesModule {
|
|
1135
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
|
|
1136
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, [typeof SpaceCasePipe, typeof PhoneNumberPipe, typeof FunctionPipe, typeof StopPropagationDirective, typeof StylerDirective, typeof PreventEnterDirective, typeof AutoFocusDirective, typeof TrimWhitespaceDirective, typeof ClickSubjectDirective, typeof ClickEmitterDirective, typeof DialogDirective, typeof MatSlideToggleGroupDirective, typeof ConditionalClassesDirective], never, [typeof StopPropagationDirective, typeof PreventEnterDirective, typeof SpaceCasePipe, typeof PhoneNumberPipe, typeof FunctionPipe, typeof StopPropagationDirective, typeof TrimWhitespaceDirective, typeof StylerDirective, typeof PreventEnterDirective, typeof AutoFocusDirective, typeof ClickSubjectDirective, typeof ClickEmitterDirective, typeof DialogDirective, typeof MatSlideToggleGroupDirective, typeof ConditionalClassesDirective]>;
|
|
1137
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
declare class TransformCreator {
|
|
1141
|
+
private datePipe;
|
|
1142
|
+
private currencyPipe;
|
|
1143
|
+
private phonePipe;
|
|
1144
|
+
private casePipe;
|
|
1145
|
+
private config;
|
|
1146
|
+
constructor(datePipe: DatePipe, currencyPipe: CurrencyPipe, phonePipe: PhoneNumberPipe, casePipe: SpaceCasePipe, config: TableBuilderConfig);
|
|
1147
|
+
createTransformer(metaData: MetaData): ((value: any, ...args: any[]) => any);
|
|
1148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TransformCreator, never>;
|
|
1149
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TransformCreator>;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
declare class InitializationComponent {
|
|
1153
|
+
linkTemplate: TemplateRef<any>;
|
|
1154
|
+
imageUrlTemplate: TemplateRef<any>;
|
|
1155
|
+
currencyTemplate: TemplateRef<any>;
|
|
1156
|
+
arrayTemplate: TemplateRef<any>;
|
|
1157
|
+
defaultTemplate: TemplateRef<any>;
|
|
1158
|
+
defaultWithIcon: TemplateRef<any>;
|
|
1159
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InitializationComponent, never>;
|
|
1160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InitializationComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
declare class TableTemplateService {
|
|
1164
|
+
instance: InitializationComponent;
|
|
1165
|
+
templates: any;
|
|
1166
|
+
initTemplates(): void;
|
|
1167
|
+
getTemplate(metaData: MetaData): TemplateRef<any>;
|
|
1168
|
+
constructor(resolver: ComponentFactoryResolver, i: Injector);
|
|
1169
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableTemplateService, never>;
|
|
1170
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TableTemplateService>;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1068
1173
|
interface widthStyle {
|
|
1069
1174
|
flex?: string;
|
|
1070
1175
|
maxWidth?: string;
|
|
@@ -1085,11 +1190,12 @@ declare class ColumnBuilderComponent implements OnInit {
|
|
|
1085
1190
|
metaData: MetaData;
|
|
1086
1191
|
customCell: CustomCellDirective;
|
|
1087
1192
|
data$: Observable<any[]>;
|
|
1088
|
-
|
|
1193
|
+
columnDef: MatColumnDef;
|
|
1089
1194
|
outerTemplate: TemplateRef<any>;
|
|
1090
1195
|
innerTemplate: TemplateRef<any>;
|
|
1091
1196
|
transform: (o: any, ...args: any[]) => any;
|
|
1092
|
-
|
|
1197
|
+
bodyTemplate: TemplateRef<any>;
|
|
1198
|
+
constructor(transformCreator: TransformCreator, table: MatTable<any>, state: TableStore, templateService: TableTemplateService, injector: Injector);
|
|
1093
1199
|
getInnerTemplate(): TemplateRef<any>;
|
|
1094
1200
|
showfilters$: Observable<boolean>;
|
|
1095
1201
|
getOuterTemplate(): TemplateRef<any>;
|
|
@@ -1100,7 +1206,7 @@ declare class ColumnBuilderComponent implements OnInit {
|
|
|
1100
1206
|
mapWidth: ([previousUserDefinedWidth, currentUserDefinedWidth]: [number, number]) => widthStyle;
|
|
1101
1207
|
styles$: Observable<allStyles>;
|
|
1102
1208
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnBuilderComponent, never>;
|
|
1103
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBuilderComponent, "tb-column-builder", never, { "metaData": { "alias": "metaData"; "required": false; }; "customCell": { "alias": "customCell"; "required": false; }; "data$": { "alias": "data$"; "required": false; }; }, {}, never, never,
|
|
1209
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnBuilderComponent, "tb-column-builder", never, { "metaData": { "alias": "metaData"; "required": false; }; "customCell": { "alias": "customCell"; "required": false; }; "data$": { "alias": "data$"; "required": false; }; }, {}, never, never, false, never>;
|
|
1104
1210
|
}
|
|
1105
1211
|
|
|
1106
1212
|
declare class MatTableObservableDataSource<T> extends MatTableDataSource<T> {
|
|
@@ -1124,19 +1230,20 @@ declare class GenericTableDataSource<T> extends MatTableObservableDataSource<T>
|
|
|
1124
1230
|
|
|
1125
1231
|
declare class PaginatorComponent implements OnInit, AfterViewInit {
|
|
1126
1232
|
private state;
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1233
|
+
dataSource: GenericTableDataSource<any>;
|
|
1234
|
+
tableElRef: ElementRef;
|
|
1235
|
+
paginator: MatPaginator;
|
|
1130
1236
|
currentPageData$: Observable<CurrentPageDetails>;
|
|
1131
1237
|
collapseFooter$: Observable<boolean>;
|
|
1132
|
-
|
|
1133
|
-
|
|
1238
|
+
data$: Observable<any[]>;
|
|
1239
|
+
paginatorChangeEmitter: EventEmitter<void>;
|
|
1240
|
+
constructor(state: TableStore);
|
|
1134
1241
|
ngOnInit(): void;
|
|
1135
1242
|
ngAfterViewInit(): void;
|
|
1136
1243
|
paginatorChange(): void;
|
|
1137
1244
|
ourPageEvent: boolean;
|
|
1138
1245
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
1139
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "tb-paginator", never, { "dataSource": { "alias": "dataSource"; "required":
|
|
1246
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "tb-paginator", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "tableElRef": { "alias": "tableElRef"; "required": false; }; "data$": { "alias": "data$"; "required": false; }; }, { "paginatorChangeEmitter": "paginatorChangeEmitter"; }, never, never, false, never>;
|
|
1140
1247
|
}
|
|
1141
1248
|
interface CurrentPageDetails {
|
|
1142
1249
|
currentStart: number;
|
|
@@ -1149,26 +1256,24 @@ declare class GenericTableComponent implements OnInit {
|
|
|
1149
1256
|
state: TableStore;
|
|
1150
1257
|
private viewContainer;
|
|
1151
1258
|
drop(event: CdkDragDrop<string[]>): void;
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
readonly $hasIndexColumn: i0.Signal<boolean>;
|
|
1163
|
-
readonly $hasSelectionColumn: i0.Signal<boolean>;
|
|
1259
|
+
data$: Observable<any[]>;
|
|
1260
|
+
IndexColumn: boolean;
|
|
1261
|
+
SelectionColumn: boolean;
|
|
1262
|
+
trackBy: string;
|
|
1263
|
+
rows: QueryList<MatRowDef<any>>;
|
|
1264
|
+
isSticky: boolean;
|
|
1265
|
+
columnBuilders: ColumnBuilderComponent[];
|
|
1266
|
+
columnInfos: Observable<ColumnInfo[]>;
|
|
1267
|
+
groupHeaderTemplate: TemplateRef<any>;
|
|
1268
|
+
compareWithKey: string;
|
|
1164
1269
|
private _disableSort;
|
|
1165
1270
|
set disableSort(val: boolean);
|
|
1166
1271
|
get disableSort(): boolean;
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1272
|
+
table: MatTable<any>;
|
|
1273
|
+
dropList: CdkDropList;
|
|
1274
|
+
tableElRef: ElementRef;
|
|
1275
|
+
paginatorComponent: PaginatorComponent;
|
|
1276
|
+
paginatorChange: EventEmitter<void>;
|
|
1172
1277
|
currentColumns: string[];
|
|
1173
1278
|
dataSource: any;
|
|
1174
1279
|
keys: string[];
|
|
@@ -1177,8 +1282,7 @@ declare class GenericTableComponent implements OnInit {
|
|
|
1177
1282
|
columns: string[];
|
|
1178
1283
|
myColumns: Dictionary<ColumnBuilderComponent>;
|
|
1179
1284
|
showHeader$: Observable<boolean>;
|
|
1180
|
-
|
|
1181
|
-
constructor();
|
|
1285
|
+
constructor(sort: MatSort, state: TableStore, viewContainer: ViewContainerRef, injector: Injector);
|
|
1182
1286
|
trackByFunction: (index: number, item: any) => any;
|
|
1183
1287
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1184
1288
|
customCompare: (o1: any, o2: any) => boolean;
|
|
@@ -1208,71 +1312,12 @@ declare class GenericTableComponent implements OnInit {
|
|
|
1208
1312
|
}>;
|
|
1209
1313
|
collapseFooter$: Observable<boolean>;
|
|
1210
1314
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericTableComponent, never>;
|
|
1211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableComponent, "tb-generic-table", never, { "$
|
|
1315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableComponent, "tb-generic-table", never, { "data$": { "alias": "data$"; "required": false; }; "IndexColumn": { "alias": "IndexColumn"; "required": false; }; "SelectionColumn": { "alias": "SelectionColumn"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "isSticky": { "alias": "isSticky"; "required": false; }; "columnBuilders": { "alias": "columnBuilders"; "required": false; }; "columnInfos": { "alias": "columnInfos"; "required": false; }; "groupHeaderTemplate": { "alias": "groupHeaderTemplate"; "required": false; }; "compareWithKey": { "alias": "compareWithKey"; "required": false; }; "disableSort": { "alias": "disableSort"; "required": false; }; }, { "paginatorChange": "paginatorChange"; "selection$": "selection$"; }, never, never, false, never>;
|
|
1212
1316
|
}
|
|
1213
1317
|
declare class GenericTableVsComponent extends GenericTableComponent {
|
|
1214
1318
|
createDataSource(): void;
|
|
1215
|
-
ngOnInit(): void;
|
|
1216
1319
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericTableVsComponent, never>;
|
|
1217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableVsComponent, "tb-generic-table-vs", never, {}, {}, never, never,
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
declare class TableContainerComponent<T = any> {
|
|
1221
|
-
state: TableStore;
|
|
1222
|
-
exportToCsvService: ExportToCsvService<T>;
|
|
1223
|
-
private config;
|
|
1224
|
-
private store;
|
|
1225
|
-
private wrapper;
|
|
1226
|
-
readonly $genericTableComponent: i0.Signal<GenericTableComponent>;
|
|
1227
|
-
readonly $customFilters: i0.Signal<readonly TableCustomFilterDirective<any>[]>;
|
|
1228
|
-
readonly $filters: i0.Signal<readonly TableFilterDirective[]>;
|
|
1229
|
-
readonly $customRows: i0.Signal<readonly MatRowDef<unknown>[]>;
|
|
1230
|
-
readonly $customCells: i0.Signal<readonly CustomCellDirective[]>;
|
|
1231
|
-
tableId: string;
|
|
1232
|
-
tableBuilder: TableBuilder;
|
|
1233
|
-
readonly $indexColumn: i0.InputSignal<boolean>;
|
|
1234
|
-
readonly $selectionColumn: i0.InputSignal<boolean>;
|
|
1235
|
-
readonly $trackBy: i0.InputSignal<string>;
|
|
1236
|
-
readonly $isSticky: i0.InputSignal<boolean>;
|
|
1237
|
-
readonly $inputFilters: i0.InputSignal<Observable<Predicate<T>[]> | undefined>;
|
|
1238
|
-
readonly $groupHeaderTemplate: i0.InputSignal<TemplateRef<any> | null>;
|
|
1239
|
-
readonly $compareWithKey: i0.InputSignal<string>;
|
|
1240
|
-
set isVs(val: boolean | string);
|
|
1241
|
-
set pageSize(value: number);
|
|
1242
|
-
readonly selection$: i0.OutputEmitterRef<any>;
|
|
1243
|
-
readonly paginatorChange$: i0.OutputEmitterRef<void>;
|
|
1244
|
-
readonly onStateReset$: i0.OutputEmitterRef<void>;
|
|
1245
|
-
readonly onSaveState$: i0.OutputEmitterRef<void>;
|
|
1246
|
-
dataSubject: ReplaySubject<Observable<T[]>>;
|
|
1247
|
-
data: Observable<T[]>;
|
|
1248
|
-
_isVs: boolean;
|
|
1249
|
-
state$: Observable<PersistedTableState>;
|
|
1250
|
-
myColumns$: Observable<ColumnInfo[]>;
|
|
1251
|
-
stateKeys$?: Observable<string[] | null>;
|
|
1252
|
-
currentStateKey$?: Observable<string>;
|
|
1253
|
-
disableSort: boolean;
|
|
1254
|
-
constructor();
|
|
1255
|
-
firstPage(): void;
|
|
1256
|
-
lastPage(): void;
|
|
1257
|
-
resetState(): void;
|
|
1258
|
-
initializeState(): void;
|
|
1259
|
-
customFiltersSubject$: BehaviorSubject<Predicate<any>[]>;
|
|
1260
|
-
initializeData(): void;
|
|
1261
|
-
ngOnInit(): void;
|
|
1262
|
-
exportToCsv(): void;
|
|
1263
|
-
saveState(): void;
|
|
1264
|
-
setProfileState(val: string): void;
|
|
1265
|
-
deleteProfileState(stateKey: string): void;
|
|
1266
|
-
ngAfterContentInit(): void;
|
|
1267
|
-
InitializeColumns(): void;
|
|
1268
|
-
mapMetaDatas: (meta: MetaData<T>) => MetaData<T, []>;
|
|
1269
|
-
collapseHeader$: Observable<boolean>;
|
|
1270
|
-
getData(data: any[], groupByKeys: string[]): any[];
|
|
1271
|
-
tbGroupBy: (data: any[], groupByKeys: string[], parentGroupName?: any) => any[];
|
|
1272
|
-
setDisplay: (data: any[], groups: Group[]) => any[];
|
|
1273
|
-
shouldDisplay: (currentGroup?: Group, groups?: Group[]) => boolean;
|
|
1274
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TableContainerComponent<any>, never>;
|
|
1275
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableContainerComponent<any>, "tb-table-container", never, { "tableId": { "alias": "tableId"; "required": false; }; "tableBuilder": { "alias": "tableBuilder"; "required": false; }; "$indexColumn": { "alias": "IndexColumn"; "required": false; "isSignal": true; }; "$selectionColumn": { "alias": "SelectionColumn"; "required": false; "isSignal": true; }; "$trackBy": { "alias": "trackBy"; "required": false; "isSignal": true; }; "$isSticky": { "alias": "isSticky"; "required": false; "isSignal": true; }; "$inputFilters": { "alias": "inputFilters"; "required": false; "isSignal": true; }; "$groupHeaderTemplate": { "alias": "groupHeaderTemplate"; "required": false; "isSignal": true; }; "$compareWithKey": { "alias": "compareWithKey"; "required": false; "isSignal": true; }; "isVs": { "alias": "isVs"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, { "selection$": "selection$"; "paginatorChange$": "paginatorChange"; "onStateReset$": "OnStateReset"; "onSaveState$": "OnSaveState"; "data": "data"; "state$": "state$"; }, ["$customFilters", "$filters", "$customRows", "$customCells"], ["[before]", ".tb-header-title"], true, never>;
|
|
1320
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableVsComponent, "tb-generic-table-vs", never, {}, {}, never, never, false, never>;
|
|
1276
1321
|
}
|
|
1277
1322
|
|
|
1278
1323
|
interface DisplayCol {
|
|
@@ -1284,13 +1329,13 @@ interface DisplayCol {
|
|
|
1284
1329
|
declare class GenColDisplayerComponent {
|
|
1285
1330
|
private tableState;
|
|
1286
1331
|
columns$: Observable<DisplayCol[]>;
|
|
1287
|
-
constructor();
|
|
1332
|
+
constructor(tableState: TableStore);
|
|
1288
1333
|
reset(displayCols: DisplayCol[]): void;
|
|
1289
1334
|
drop(event: CdkDragDrop<string[]>): void;
|
|
1290
1335
|
unset(displayCols: DisplayCol[]): void;
|
|
1291
1336
|
emit(displayCols: DisplayCol[]): void;
|
|
1292
1337
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenColDisplayerComponent, never>;
|
|
1293
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenColDisplayerComponent, "tb-col-displayer", never, {}, {}, never, never,
|
|
1338
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenColDisplayerComponent, "tb-col-displayer", never, {}, {}, never, never, false, never>;
|
|
1294
1339
|
}
|
|
1295
1340
|
|
|
1296
1341
|
declare class WrapperFilterStore extends ComponentStore<{
|
|
@@ -1308,19 +1353,19 @@ declare class WrapperFilterStore extends ComponentStore<{
|
|
|
1308
1353
|
declare class GenFilterDisplayerComponent {
|
|
1309
1354
|
tableState: TableStore;
|
|
1310
1355
|
filterStore: WrapperFilterStore;
|
|
1311
|
-
constructor();
|
|
1356
|
+
constructor(tableState: TableStore, filterStore: WrapperFilterStore);
|
|
1312
1357
|
filterCols$: Observable<MetaData[]>;
|
|
1313
1358
|
addFilter(metaData: MetaData): void;
|
|
1314
1359
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenFilterDisplayerComponent, never>;
|
|
1315
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenFilterDisplayerComponent, "tb-filter-displayer", never, {}, {}, never, never,
|
|
1360
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenFilterDisplayerComponent, "tb-filter-displayer", never, {}, {}, never, never, false, never>;
|
|
1316
1361
|
}
|
|
1317
1362
|
|
|
1318
1363
|
declare class DateFilterComponent {
|
|
1319
1364
|
FilterType: typeof FilterType;
|
|
1320
|
-
|
|
1321
|
-
|
|
1365
|
+
info: PartialFilter;
|
|
1366
|
+
CurrentFilterType: FilterType;
|
|
1322
1367
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent, never>;
|
|
1323
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "tb-date-filter", never, { "info": { "alias": "info"; "required":
|
|
1368
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "tb-date-filter", never, { "info": { "alias": "info"; "required": false; }; "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; }, {}, never, never, false, never>;
|
|
1324
1369
|
}
|
|
1325
1370
|
|
|
1326
1371
|
declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
@@ -1680,21 +1725,22 @@ declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
|
1680
1725
|
FilterType: typeof FilterType;
|
|
1681
1726
|
FieldType: typeof FieldType;
|
|
1682
1727
|
filter: PartialFilter;
|
|
1683
|
-
|
|
1728
|
+
close: EventEmitter<any>;
|
|
1684
1729
|
currentFilterType?: FilterType;
|
|
1730
|
+
constructor(state: TableStore);
|
|
1685
1731
|
ngOnInit(): void;
|
|
1686
1732
|
onEnter(filter: FilterInfo, event: any): void;
|
|
1687
1733
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
1688
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "tb-filter", never, { "filter": { "alias": "filter"; "required": false; }; }, { "close": "close"; }, never, never,
|
|
1734
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "tb-filter", never, { "filter": { "alias": "filter"; "required": false; }; }, { "close": "close"; }, never, never, false, never>;
|
|
1689
1735
|
}
|
|
1690
1736
|
|
|
1691
1737
|
declare class NumberFilterComponent {
|
|
1692
1738
|
FilterType: typeof FilterType;
|
|
1693
1739
|
FieldType: typeof FieldType;
|
|
1694
|
-
|
|
1740
|
+
CurrentFilterType: FilterType;
|
|
1695
1741
|
info: PartialFilter;
|
|
1696
1742
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFilterComponent, never>;
|
|
1697
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "tb-number-filter", never, { "CurrentFilterType": { "alias": "CurrentFilterType"; "required":
|
|
1743
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "tb-number-filter", never, { "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; "info": { "alias": "info"; "required": false; }; }, {}, never, never, false, never>;
|
|
1698
1744
|
}
|
|
1699
1745
|
|
|
1700
1746
|
declare class ArrayColumnComponent {
|
|
@@ -1702,24 +1748,26 @@ declare class ArrayColumnComponent {
|
|
|
1702
1748
|
ArrayStyle: typeof ArrayStyle;
|
|
1703
1749
|
additional: ArrayAdditional;
|
|
1704
1750
|
array: any[];
|
|
1705
|
-
|
|
1751
|
+
metaData: MetaData;
|
|
1752
|
+
constructor(config: TableBuilderConfig);
|
|
1706
1753
|
ngOnInit(): void;
|
|
1707
1754
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayColumnComponent, never>;
|
|
1708
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayColumnComponent, "tb-array-column", never, { "array": { "alias": "array"; "required": false; }; "metaData": { "alias": "metaData"; "required":
|
|
1755
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayColumnComponent, "tb-array-column", never, { "array": { "alias": "array"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never, false, never>;
|
|
1709
1756
|
}
|
|
1710
1757
|
|
|
1711
1758
|
declare class LinkColumnComponent {
|
|
1712
1759
|
protected store: TableStore;
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1760
|
+
metaData: MetaData;
|
|
1761
|
+
element: any;
|
|
1762
|
+
transform: (a: any) => any;
|
|
1763
|
+
constructor(store: TableStore);
|
|
1716
1764
|
link: (metaData: MetaData) => rxjs.Observable<{
|
|
1717
1765
|
link: (t: any) => string;
|
|
1718
1766
|
useRouterLink: boolean;
|
|
1719
1767
|
target: _saydar_table_builder.Target;
|
|
1720
1768
|
}>;
|
|
1721
1769
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkColumnComponent, never>;
|
|
1722
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkColumnComponent, "tb-link-column", never, { "metaData": { "alias": "metaData"; "required":
|
|
1770
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkColumnComponent, "tb-link-column", never, { "metaData": { "alias": "metaData"; "required": false; }; "element": { "alias": "element"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; }, {}, never, never, false, never>;
|
|
1723
1771
|
}
|
|
1724
1772
|
|
|
1725
1773
|
declare class HeaderMenuComponent {
|
|
@@ -1728,9 +1776,10 @@ declare class HeaderMenuComponent {
|
|
|
1728
1776
|
FilterType: typeof FilterType;
|
|
1729
1777
|
myFilterType: FilterType;
|
|
1730
1778
|
myFilterValue: any;
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1779
|
+
filter: Partial<FilterInfo>;
|
|
1780
|
+
metaData: MetaData;
|
|
1781
|
+
trigger: MatMenuTrigger;
|
|
1782
|
+
constructor(tableState: TableStore);
|
|
1734
1783
|
hideField(key: string): void;
|
|
1735
1784
|
ngOnInit(): void;
|
|
1736
1785
|
resetFilterType(): void;
|
|
@@ -1738,36 +1787,38 @@ declare class HeaderMenuComponent {
|
|
|
1738
1787
|
setFilterType(filterType: FilterType): void;
|
|
1739
1788
|
onEnter(filter: FilterInfo): void;
|
|
1740
1789
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMenuComponent, never>;
|
|
1741
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMenuComponent, "tb-header-menu", never, { "filter": { "alias": "filter"; "required":
|
|
1790
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMenuComponent, "tb-header-menu", never, { "filter": { "alias": "filter"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never, false, never>;
|
|
1742
1791
|
}
|
|
1743
1792
|
|
|
1744
1793
|
declare class KeyDisplayPipe implements PipeTransform {
|
|
1745
1794
|
tableState: TableStore;
|
|
1795
|
+
constructor(tableState: TableStore);
|
|
1746
1796
|
transform(key: string): Observable<string>;
|
|
1747
1797
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyDisplayPipe, never>;
|
|
1748
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeyDisplayPipe, "keyDisplay",
|
|
1798
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeyDisplayPipe, "keyDisplay", false>;
|
|
1749
1799
|
}
|
|
1750
1800
|
|
|
1751
1801
|
declare class FormatFilterValuePipe implements PipeTransform {
|
|
1752
1802
|
tableState: TableStore;
|
|
1753
1803
|
private datePipe;
|
|
1804
|
+
constructor(tableState: TableStore, datePipe: DatePipe);
|
|
1754
1805
|
transform(value: any, key: string, filterType: FilterType): Observable<string>;
|
|
1755
1806
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatFilterValuePipe, never>;
|
|
1756
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterValuePipe, "formatFilterValue",
|
|
1807
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterValuePipe, "formatFilterValue", false>;
|
|
1757
1808
|
}
|
|
1758
1809
|
|
|
1759
1810
|
declare class FormatFilterTypePipe implements PipeTransform {
|
|
1760
1811
|
transform(filterType: FilterType, value: any): FilterType | "Is Not Blank";
|
|
1761
1812
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatFilterTypePipe, never>;
|
|
1762
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterTypePipe, "formatFilterType",
|
|
1813
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterTypePipe, "formatFilterType", false>;
|
|
1763
1814
|
}
|
|
1764
1815
|
|
|
1765
1816
|
declare class InFilterComponent implements ControlValueAccessor {
|
|
1766
1817
|
private ref;
|
|
1767
1818
|
FieldType: typeof FieldType;
|
|
1768
|
-
|
|
1819
|
+
type: FieldType;
|
|
1769
1820
|
value: any[];
|
|
1770
|
-
constructor();
|
|
1821
|
+
constructor(ref: ChangeDetectorRef);
|
|
1771
1822
|
writeValue(obj: any[]): void;
|
|
1772
1823
|
onChange: (_: any) => void;
|
|
1773
1824
|
registerOnChange(fn: any): void;
|
|
@@ -1777,23 +1828,13 @@ declare class InFilterComponent implements ControlValueAccessor {
|
|
|
1777
1828
|
removeInput(index: number): void;
|
|
1778
1829
|
onValueChange(i: number, value: number | string): void;
|
|
1779
1830
|
static ɵfac: i0.ɵɵFactoryDeclaration<InFilterComponent, never>;
|
|
1780
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InFilterComponent, "lib-in-filter", never, { "type": { "alias": "type"; "required":
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
declare class InitializationComponent {
|
|
1784
|
-
readonly linkTemplate: i0.Signal<TemplateRef<any>>;
|
|
1785
|
-
readonly imageUrlTemplate: i0.Signal<TemplateRef<any>>;
|
|
1786
|
-
readonly currencyTemplate: i0.Signal<TemplateRef<any>>;
|
|
1787
|
-
readonly arrayTemplate: i0.Signal<TemplateRef<any>>;
|
|
1788
|
-
readonly defaultTemplate: i0.Signal<TemplateRef<any>>;
|
|
1789
|
-
readonly defaultWithIcon: i0.Signal<TemplateRef<any>>;
|
|
1790
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitializationComponent, never>;
|
|
1791
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InitializationComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
1831
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InFilterComponent, "lib-in-filter", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
1792
1832
|
}
|
|
1793
1833
|
|
|
1794
1834
|
declare class InListFilterComponent implements ControlValueAccessor {
|
|
1795
1835
|
private ref;
|
|
1796
1836
|
private tableState;
|
|
1837
|
+
constructor(ref: ChangeDetectorRef, tableState: TableStore);
|
|
1797
1838
|
value: string[];
|
|
1798
1839
|
FieldType: typeof FieldType;
|
|
1799
1840
|
writeValue(obj: string[]): void;
|
|
@@ -1801,19 +1842,19 @@ declare class InListFilterComponent implements ControlValueAccessor {
|
|
|
1801
1842
|
registerOnChange(fn: any): void;
|
|
1802
1843
|
onTouched: () => void;
|
|
1803
1844
|
registerOnTouched(fn: any): void;
|
|
1804
|
-
|
|
1845
|
+
key: string;
|
|
1805
1846
|
keyValues$: Observable<Dictionary<string>>;
|
|
1806
1847
|
selectedKeys: string[];
|
|
1807
1848
|
metaData: MetaData;
|
|
1808
1849
|
ngOnInit(): void;
|
|
1809
1850
|
selectFilterChanged($event: any, val: any): void;
|
|
1810
1851
|
static ɵfac: i0.ɵɵFactoryDeclaration<InListFilterComponent, never>;
|
|
1811
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": { "alias": "key"; "required":
|
|
1852
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
|
|
1812
1853
|
}
|
|
1813
1854
|
|
|
1814
1855
|
declare class SortMenuComponentStore extends ComponentStore<ComponenStoreState> {
|
|
1815
1856
|
private tableState;
|
|
1816
|
-
constructor();
|
|
1857
|
+
constructor(tableState: TableStore);
|
|
1817
1858
|
private set;
|
|
1818
1859
|
setSorted: (observableOrValue: SortWithName[] | rxjs.Observable<SortWithName[]>) => rxjs.Subscription;
|
|
1819
1860
|
setNotSorted: (observableOrValue: SortWithName[] | rxjs.Observable<SortWithName[]>) => rxjs.Subscription;
|
|
@@ -1839,7 +1880,7 @@ declare class SortMenuComponent implements OnInit {
|
|
|
1839
1880
|
notSorted$: Observable<SortWithName[]>;
|
|
1840
1881
|
SortDirection: typeof SortDirection;
|
|
1841
1882
|
dirty$: BehaviorSubject<boolean>;
|
|
1842
|
-
constructor();
|
|
1883
|
+
constructor(tableState: TableStore, store: SortMenuComponentStore);
|
|
1843
1884
|
reset(): void;
|
|
1844
1885
|
ngOnInit(): void;
|
|
1845
1886
|
dropIntoSorted(event: CdkDragDrop<SortWithName[]>): void;
|
|
@@ -1847,40 +1888,48 @@ declare class SortMenuComponent implements OnInit {
|
|
|
1847
1888
|
apply: (observableOrValue: Observable<null> | null) => rxjs.Subscription;
|
|
1848
1889
|
setDirection(sort: SortWithName): void;
|
|
1849
1890
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortMenuComponent, never>;
|
|
1850
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SortMenuComponent, "tb-sort-menu", never, {}, {}, never, never,
|
|
1891
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SortMenuComponent, "tb-sort-menu", never, {}, {}, never, never, false, never>;
|
|
1851
1892
|
}
|
|
1852
1893
|
|
|
1853
1894
|
declare class FilterChipsComponent {
|
|
1854
1895
|
tableState: TableStore;
|
|
1855
1896
|
private filterStore;
|
|
1897
|
+
constructor(tableState: TableStore, filterStore: WrapperFilterStore);
|
|
1856
1898
|
filters$: Observable<FilterInfo<any>[]>;
|
|
1857
1899
|
deleteByIndex(index: number): void;
|
|
1858
1900
|
addFilter(filter: FilterInfo<any>): void;
|
|
1859
1901
|
clearAll(): void;
|
|
1860
1902
|
currentFilters$: Observable<_saydar_table_builder.PartialFilter<any>[]>;
|
|
1861
1903
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterChipsComponent, never>;
|
|
1862
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterChipsComponent, "lib-filter-list", never, {}, {}, never, never,
|
|
1904
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterChipsComponent, "lib-filter-list", never, {}, {}, never, never, false, never>;
|
|
1863
1905
|
}
|
|
1864
1906
|
|
|
1865
1907
|
declare class GroupByListComponent implements OnInit {
|
|
1866
1908
|
tableStore: TableStore;
|
|
1909
|
+
constructor(tableStore: TableStore);
|
|
1867
1910
|
ngOnInit(): void;
|
|
1868
1911
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByListComponent, never>;
|
|
1869
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByListComponent, "group-by-list", never, {}, {}, never, never,
|
|
1912
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GroupByListComponent, "group-by-list", never, {}, {}, never, never, false, never>;
|
|
1870
1913
|
}
|
|
1871
1914
|
|
|
1872
1915
|
declare class DateTimeFilterComponent {
|
|
1873
1916
|
FilterType: typeof FilterType;
|
|
1874
|
-
|
|
1875
|
-
|
|
1917
|
+
info: PartialFilter;
|
|
1918
|
+
CurrentFilterType: FilterType;
|
|
1876
1919
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFilterComponent, never>;
|
|
1877
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeFilterComponent, "tb-date-time-filter", never, { "info": { "alias": "info"; "required":
|
|
1920
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeFilterComponent, "tb-date-time-filter", never, { "info": { "alias": "info"; "required": false; }; "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; }, {}, never, never, false, never>;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
declare class MaterialModule {
|
|
1924
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
1925
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.MatSlideToggleModule, typeof i2.MatTableModule, typeof i3.MatSelectModule, typeof i4.MatDialogModule, typeof i5.MatDatepickerModule, typeof i6.MatRadioModule, typeof i7.MatButtonModule, typeof i8.MatExpansionModule, typeof i9.MatStepperModule, typeof i10.MatToolbarModule, typeof i11.MatTooltipModule, typeof i12.MatNativeDateModule, typeof i13.MatProgressSpinnerModule, typeof i14.MatGridListModule, typeof i15.MatCardModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatInputModule, typeof i17.MatTabsModule, typeof i19.MatCheckboxModule, typeof i20.MatMenuModule, typeof i21.MatIconModule, typeof i22.MatBadgeModule, typeof i23.MatSortModule, typeof i24.MatAutocompleteModule, typeof i25.MatPaginatorModule, typeof i26.MatChipsModule, typeof i4.MatDialogModule], [typeof i1.MatSlideToggleModule, typeof i2.MatTableModule, typeof i3.MatSelectModule, typeof i4.MatDialogModule, typeof i5.MatDatepickerModule, typeof i6.MatRadioModule, typeof i7.MatButtonModule, typeof i8.MatExpansionModule, typeof i9.MatStepperModule, typeof i10.MatToolbarModule, typeof i11.MatTooltipModule, typeof i12.MatNativeDateModule, typeof i13.MatProgressSpinnerModule, typeof i14.MatGridListModule, typeof i15.MatCardModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatInputModule, typeof i17.MatTabsModule, typeof i19.MatCheckboxModule, typeof i20.MatMenuModule, typeof i21.MatIconModule, typeof i22.MatBadgeModule, typeof i23.MatSortModule, typeof i24.MatAutocompleteModule, typeof i25.MatPaginatorModule, typeof i26.MatChipsModule, typeof i4.MatDialogModule]>;
|
|
1926
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialModule>;
|
|
1878
1927
|
}
|
|
1879
1928
|
|
|
1880
1929
|
declare class TableBuilderModule {
|
|
1881
1930
|
static forRoot(config: TableBuilderConfig): ModuleWithProviders<TableBuilderModule>;
|
|
1882
1931
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableBuilderModule, never>;
|
|
1883
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableBuilderModule,
|
|
1932
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableBuilderModule, [typeof ColumnTotalPipe, typeof TableContainerComponent, typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof DateFilterComponent, typeof FilterComponent, typeof MultiSortDirective, typeof NumberFilterComponent, typeof ColumnBuilderComponent, typeof ArrayColumnComponent, typeof LinkColumnComponent, typeof HeaderMenuComponent, typeof KeyDisplayPipe, typeof FormatFilterValuePipe, typeof FormatFilterTypePipe, typeof ResizeColumnDirective, typeof InFilterComponent, typeof InitializationComponent, typeof InListFilterComponent, typeof SortMenuComponent, typeof FilterChipsComponent, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent, typeof DateTimeFilterComponent], [typeof i29.CommonModule, typeof MaterialModule, typeof _ngrx_store.StoreFeatureModule, typeof i32.EffectsFeatureModule, typeof i33.FormsModule, typeof i34.RouterModule, typeof i35.LetDirective, typeof i36.DragDropModule, typeof UtilitiesModule, typeof i38.ScrollingModule, typeof i39.TableVirtualScrollModule], [typeof GenericTableComponent, typeof GenericTableVsComponent, typeof PaginatorComponent, typeof TableContainerComponent, typeof CustomCellDirective, typeof GenColDisplayerComponent, typeof GenFilterDisplayerComponent, typeof FilterComponent, typeof MultiSortDirective, typeof ResizeColumnDirective, typeof MatSlideToggleTbFilterDirective, typeof MatRadioButtonTbFilterDirective, typeof MatOptionTbFilterDirective, typeof MatCheckboxTbFilterDirective, typeof MatButtonToggleFilterDirective, typeof TableFilterDirective, typeof TableFilterStringContainsDirective, typeof TableWrapperDirective, typeof GroupByListComponent]>;
|
|
1884
1933
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableBuilderModule>;
|
|
1885
1934
|
}
|
|
1886
1935
|
|
|
@@ -1944,7 +1993,7 @@ declare function actionStatusReducer(state: StatusState | undefined, action: Act
|
|
|
1944
1993
|
|
|
1945
1994
|
declare class NgrxExtModule {
|
|
1946
1995
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgrxExtModule, never>;
|
|
1947
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof
|
|
1996
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof i29.CommonModule, typeof _ngrx_store.StoreFeatureModule], never>;
|
|
1948
1997
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgrxExtModule>;
|
|
1949
1998
|
}
|
|
1950
1999
|
|
|
@@ -1978,5 +2027,5 @@ type ActionableMemoizedSelector<State, Result> = MemoizedSelector<State, Result>
|
|
|
1978
2027
|
type ActionReturner<Props> = (props: Props) => Action;
|
|
1979
2028
|
declare function defaultFilter(data: any): boolean;
|
|
1980
2029
|
|
|
1981
|
-
export { ActionStateSpinnerComponent, ActionStateUiModule, ActionStatus, AppStatusState, ArrayStyle, AutoFocusDirective, CancellationToken, ClickEmitterDirective, ClickSubjectDirective, ConditionalClassesDirective, CreateTableBuilder, CustomCellDirective, DateFilterComponent, DialogDirective, DialogService, DialogWrapper, FieldType, FilterChipsComponent, FilterComponent, FilterType, FunctionPipe, GenColDisplayerComponent, GenFilterDisplayerComponent, GeneralTableSettings, GenericTableComponent, GenericTableVsComponent, GroupByListComponent, HttpErrorStateDirective, HttpInProgressStateDirective, HttpNotStartedStateDirective, HttpRequestModule, HttpRequestStateDirective, HttpRequestStateFactory, HttpRequestStateStore, HttpRequestStatus, HttpRequestStrategy, HttpSuccessStateDirective, InitializationState, MatButtonToggleFilterDirective, MatCheckboxTbFilterDirective, MatOptionTbFilterDirective, MatRadioButtonTbFilterDirective, MatSlideToggleGroupDirective, MatSlideToggleTbFilterDirective, MatTableObservableDataSource, MultiSortDirective, NgrxExtModule, NotPersisitedTableSettings, PaginatorComponent, PesrsistedTableSettings, PhoneNumberPipe, PreventEnterDirective, ResizeColumnDirective, SortDirection, SpaceCasePipe, StopPropagationDirective, StylerDirective, Subjectifier, TableBuilder, TableBuilderModule, TableColumnHeaderSettings, TableContainerComponent, TableCustomFilterDirective, TableCustomFilterDirectiveBase, TableFilterDirective, TableFilterStringContainsDirective, TableStore, TableVirtualScrollObservableDataSource, TableWrapperDirective, TableWrapperFooterSettings, TableWrapperHeaderSettings, Target, TbSelectedFilterDirective, TrimWhitespaceDirective, UtilitiesModule,
|
|
2030
|
+
export { ActionStateSpinnerComponent, ActionStateUiModule, ActionStatus, AppStatusState, ArrayStyle, AutoFocusDirective, CancellationToken, ClickEmitterDirective, ClickSubjectDirective, ConditionalClassesDirective, CreateTableBuilder, CustomCellDirective, DateFilterComponent, DialogDirective, DialogService, DialogWrapper, FieldType, FilterChipsComponent, FilterComponent, FilterType, FunctionPipe, GenColDisplayerComponent, GenFilterDisplayerComponent, GeneralTableSettings, GenericTableComponent, GenericTableVsComponent, GroupByListComponent, HttpErrorStateDirective, HttpInProgressStateDirective, HttpNotStartedStateDirective, HttpRequestModule, HttpRequestStateDirective, HttpRequestStateFactory, HttpRequestStateStore, HttpRequestStatus, HttpRequestStrategy, HttpSuccessStateDirective, InitializationState, MatButtonToggleFilterDirective, MatCheckboxTbFilterDirective, MatOptionTbFilterDirective, MatRadioButtonTbFilterDirective, MatSlideToggleGroupDirective, MatSlideToggleTbFilterDirective, MatTableObservableDataSource, MultiSortDirective, NgrxExtModule, NotPersisitedTableSettings, PaginatorComponent, PesrsistedTableSettings, PhoneNumberPipe, PreventEnterDirective, ResizeColumnDirective, SortDirection, SpaceCasePipe, StopPropagationDirective, StylerDirective, Subjectifier, TableBuilder, TableBuilderModule, TableColumnHeaderSettings, TableContainerComponent, TableCustomFilterDirective, TableCustomFilterDirectiveBase, TableFilterDirective, TableFilterStringContainsDirective, TableStore, TableVirtualScrollObservableDataSource, TableWrapperDirective, TableWrapperFooterSettings, TableWrapperHeaderSettings, Target, TbSelectedFilterDirective, TrimWhitespaceDirective, UtilitiesModule, actionStatusReducer, chainRequest, combineArrays, createActionableSelector, createFailure, createFilterFunc, createSuccess, defaultFilter, defaultShareReplay, defaultTableState, delayOn, filterArray, filterTypeMap, getRequestorBody, getRequestorStatus, getStatusState, httpRequest, httpRequestor, inProgress, initialState, isCustomFilter, isErrorState, isFilterInfo, isSuccessOrErrorState, isSuccessState, keysToDelete, mapArray, mapError, notNull, notStarted, onWait, onceWhen, orderMetaData, orderViewableMetaData, previousAndCurrent, selectAll, selectEntities, selectEntity, selectIds, selectTotal, serverStatusTypes, setUpStoreFactory, skipOneWhen, spaceCase, stateIs, statusAdapter, statusIsSuccessOrInProgress, switchOff, tapError, tapSuccess };
|
|
1982
2031
|
export type { ActionReturner, Additional, ArrayAdditional, CustomFilter, DateTimeOptions, FilterFunc, FilterInfo, FilterOptions, FilterState, Group, HttpRequestFactory, HttpRequestState, HttpRequestState$, HttpRequestStateAny, HttpRequestStateCancelled, HttpRequestStateError, HttpRequestStateInProgress, HttpRequestStateNotStarted, HttpRequestStateSuccess, HttpRequestStateViewContext, HttpRequestor, HttpSuccessStateViewContext, MetaData, PartialFilter, PersistedTableState, Range, ReportDef, RequestResponse, RequestStateOptions, SortDef, State, StatusState, TableBuilderSettings, TableState, UnmappedTypes, mappedFieldTypes };
|