@saydar/table-builder 1.0.2-beta.0 → 1.0.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/fesm2022/saydar-table-builder.mjs +2225 -1852
- package/fesm2022/saydar-table-builder.mjs.map +1 -1
- package/package.json +12 -8
- package/types/saydar-table-builder.d.ts +289 -223
|
@@ -1,39 +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 * as i23 from '@angular/material/sort';
|
|
10
11
|
import { Sort, SortDirection as SortDirection$1, MatSort } from '@angular/material/sort';
|
|
11
|
-
import * as
|
|
12
|
-
import { DatePipe, CurrencyPipe } from '@angular/common';
|
|
13
|
-
import * as _ngrx_store from '@ngrx/store';
|
|
14
|
-
import { Store, Action, MemoizedSelector } from '@ngrx/store';
|
|
15
|
-
import * as i3 from '@ngrx/effects';
|
|
16
|
-
import * as i4 from '@angular/forms';
|
|
17
|
-
import { NgControl, ControlValueAccessor } from '@angular/forms';
|
|
18
|
-
import * as i6 from '@ngrx/component';
|
|
19
|
-
import * as i7 from '@angular/cdk/drag-drop';
|
|
20
|
-
import { CdkDragDrop, CdkDropList } from '@angular/cdk/drag-drop';
|
|
21
|
-
import { MatDialogRef, MatDialogConfig, MatDialog } from '@angular/material/dialog';
|
|
22
|
-
import { MatSlideToggle } from '@angular/material/slide-toggle';
|
|
23
|
-
import * as _ngrx_entity from '@ngrx/entity';
|
|
24
|
-
import { Dictionary as Dictionary$1, Predicate as Predicate$1, EntityState } from '@ngrx/entity';
|
|
25
|
-
import * as i9 from '@angular/cdk/scrolling';
|
|
26
|
-
import * as i10 from 'ng-table-virtual-scroll';
|
|
27
|
-
import { TableVirtualScrollDataSource } from 'ng-table-virtual-scroll';
|
|
12
|
+
import * as i2 from '@angular/material/table';
|
|
28
13
|
import { MatRowDef, MatColumnDef, MatTable, MatTableDataSource } from '@angular/material/table';
|
|
29
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';
|
|
30
18
|
import { MatRadioButton } from '@angular/material/radio';
|
|
31
19
|
import { MatButtonToggle } from '@angular/material/button-toggle';
|
|
20
|
+
import * as i19 from '@angular/material/checkbox';
|
|
32
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';
|
|
33
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';
|
|
34
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';
|
|
35
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';
|
|
36
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';
|
|
37
63
|
|
|
38
64
|
declare enum HttpRequestStatus {
|
|
39
65
|
notStarted = 0,
|
|
@@ -231,6 +257,13 @@ declare function httpRequest<T = any>(req: Observable<T>): HttpRequestState$<T>;
|
|
|
231
257
|
declare function httpRequestor<TParam extends any[], T>(req: HttpRequestFactory<TParam, T>): HttpRequestor<T, (...params: [...TParam]) => Observable<HttpRequestState<T>>>;
|
|
232
258
|
declare function chainRequest<TParam extends any[], T, TT>(httpState$: Observable<HttpRequestState<T>>, request: HttpRequestFactory<TParam, TT>, requestParams: ((responseFromPrevious: T) => [...TParam]) | (() => [...TParam])): Observable<HttpRequestState<TT>>;
|
|
233
259
|
|
|
260
|
+
/** @deprecated Import the standalone directives directly instead. */
|
|
261
|
+
declare class HttpRequestModule {
|
|
262
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HttpRequestModule, never>;
|
|
263
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HttpRequestModule, never, [typeof HttpSuccessStateDirective, typeof HttpRequestStateDirective, typeof HttpErrorStateDirective, typeof HttpInProgressStateDirective, typeof HttpNotStartedStateDirective], [typeof HttpSuccessStateDirective, typeof HttpRequestStateDirective, typeof HttpErrorStateDirective, typeof HttpInProgressStateDirective, typeof HttpNotStartedStateDirective]>;
|
|
264
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HttpRequestModule>;
|
|
265
|
+
}
|
|
266
|
+
|
|
234
267
|
declare class HttpRequestStateFactory implements OnDestroy {
|
|
235
268
|
constructor();
|
|
236
269
|
ngOnDestroy(): void;
|
|
@@ -559,176 +592,10 @@ interface TableBuilderExport {
|
|
|
559
592
|
prepend?: string;
|
|
560
593
|
}
|
|
561
594
|
|
|
562
|
-
declare class SpaceCasePipe implements PipeTransform {
|
|
563
|
-
transform(value: string): string;
|
|
564
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
565
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
|
|
566
|
-
}
|
|
567
|
-
/**
|
|
568
|
-
* Adds a space before uppercase letters that either
|
|
569
|
-
* 1. follows a lowercase letter or digit
|
|
570
|
-
* 2. or precedes a lowercase letter and follows an alpha-numeric character
|
|
571
|
-
*
|
|
572
|
-
* Uppercases the first digit
|
|
573
|
-
*
|
|
574
|
-
* Turns underscores into spaces
|
|
575
|
-
*/
|
|
576
|
-
declare function spaceCase(value: string): string;
|
|
577
|
-
|
|
578
|
-
declare class PhoneNumberPipe implements PipeTransform {
|
|
579
|
-
transform(phoneNum: string): any;
|
|
580
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberPipe, never>;
|
|
581
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneNumberPipe, "phone", true>;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
declare class FunctionPipe implements PipeTransform {
|
|
585
|
-
transform(func: ((...args: any[]) => any) | string, ...args: any[]): any;
|
|
586
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FunctionPipe, never>;
|
|
587
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FunctionPipe, "func", true>;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
declare class StopPropagationDirective {
|
|
591
|
-
onClick(event: any): void;
|
|
592
|
-
onMousedown(event: any): void;
|
|
593
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
594
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[stop-propagation]", never, {}, {}, never, never, true, never>;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
declare class StylerDirective {
|
|
598
|
-
private el;
|
|
599
|
-
set styler(styles: any);
|
|
600
|
-
constructor(el: ElementRef);
|
|
601
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StylerDirective, never>;
|
|
602
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StylerDirective, "[styler]", never, { "styler": { "alias": "styler"; "required": false; }; }, {}, never, never, true, never>;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
declare class PreventEnterDirective {
|
|
606
|
-
onKeyDown(): boolean;
|
|
607
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PreventEnterDirective, never>;
|
|
608
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PreventEnterDirective, "preventEnter", never, {}, {}, never, never, true, never>;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
declare class AutoFocusDirective implements AfterViewInit {
|
|
612
|
-
private elementRef;
|
|
613
|
-
autoFocus: boolean;
|
|
614
|
-
constructor(elementRef: ElementRef);
|
|
615
|
-
ngAfterViewInit(): void;
|
|
616
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutoFocusDirective, never>;
|
|
617
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoFocusDirective, "[autoFocus]", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
declare class TrimWhitespaceDirective {
|
|
621
|
-
private elem;
|
|
622
|
-
constructor(elem: ElementRef);
|
|
623
|
-
onBlur(): void;
|
|
624
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrimWhitespaceDirective, never>;
|
|
625
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TrimWhitespaceDirective, "input[trimWhitespace]", never, {}, {}, never, never, true, never>;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
declare class ClickSubjectDirective<T = boolean> extends Subject<T> {
|
|
629
|
-
constructor();
|
|
630
|
-
_val: T;
|
|
631
|
-
set clickSubject(val: T);
|
|
632
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickSubjectDirective<any>, never>;
|
|
633
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickSubjectDirective<any>, "[clickSubject]", ["clickSubject"], { "clickSubject": { "alias": "clickSubject"; "required": false; }; }, {}, never, never, true, never>;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
declare class ClickEmitterDirective extends Subject<boolean> {
|
|
637
|
-
constructor();
|
|
638
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickEmitterDirective, never>;
|
|
639
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickEmitterDirective, "[clickEmitter]", ["clickEmitter"], {}, {}, never, never, true, never>;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
declare class DialogService {
|
|
643
|
-
allOpenOpDialogs: MatDialogRef<any>[];
|
|
644
|
-
addDialogRef(ref: MatDialogRef<any>): void;
|
|
645
|
-
removeDialogRef(ref: MatDialogRef<any>): void;
|
|
646
|
-
closeAllOpDialogs(): void;
|
|
647
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogService, never>;
|
|
648
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DialogService>;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
interface DialogViewContext<T> {
|
|
652
|
-
$implicit: T;
|
|
653
|
-
opDialog: T;
|
|
654
|
-
close: () => void;
|
|
655
|
-
}
|
|
656
|
-
declare class DialogWrapper<T = any> {
|
|
657
|
-
private vcr;
|
|
658
|
-
viewEmbeded: boolean;
|
|
659
|
-
viewContext: DialogViewContext<T>;
|
|
660
|
-
set template(tmpl: TemplateRef<DialogViewContext<T>>);
|
|
661
|
-
set close(closeMethod: () => void);
|
|
662
|
-
set data(value: T);
|
|
663
|
-
constructor(vcr: ViewContainerRef);
|
|
664
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogWrapper<any>, never>;
|
|
665
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogWrapper<any>, "app-dialog-content", never, {}, {}, never, never, false, never>;
|
|
666
|
-
}
|
|
667
|
-
declare class DialogDirective<T> implements OnDestroy {
|
|
668
|
-
private templateRef;
|
|
669
|
-
private dialog;
|
|
670
|
-
private service;
|
|
671
|
-
opDialogClosed: EventEmitter<boolean>;
|
|
672
|
-
_dialogConfig: MatDialogConfig<T>;
|
|
673
|
-
add_opDialog_Class: boolean;
|
|
674
|
-
set opDialogConfig(config: MatDialogConfig<T>);
|
|
675
|
-
get opDialogConfig(): MatDialogConfig<T>;
|
|
676
|
-
set state(open_close: Observable<T>);
|
|
677
|
-
nativeElement?: HTMLElement;
|
|
678
|
-
dialogRef?: MatDialogRef<any, boolean>;
|
|
679
|
-
subscription: Subscription;
|
|
680
|
-
componentWrapper?: DialogWrapper<T>;
|
|
681
|
-
constructor(templateRef: TemplateRef<DialogViewContext<T>>, dialog: MatDialog, service: DialogService);
|
|
682
|
-
_data: Subject<Observable<T>>;
|
|
683
|
-
close(): void;
|
|
684
|
-
initDialog(): void;
|
|
685
|
-
setDialogState(open: boolean): void;
|
|
686
|
-
ngOnDestroy(): void;
|
|
687
|
-
static ngTemplateContextGuard<T>(dir: DialogDirective<T>, ctx: any): ctx is DialogViewContext<Exclude<T, false | 0 | '' | null | undefined>>;
|
|
688
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogDirective<any>, never>;
|
|
689
|
-
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>;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
declare class MatSlideToggleGroupDirective {
|
|
693
|
-
allowMultiple: boolean;
|
|
694
|
-
_toggles: QueryList<MatSlideToggle>;
|
|
695
|
-
set toggles(val: QueryList<MatSlideToggle>);
|
|
696
|
-
private _ready;
|
|
697
|
-
get valueEmitter(): Observable<{
|
|
698
|
-
[key: string]: boolean;
|
|
699
|
-
}>;
|
|
700
|
-
getInitValue(): {
|
|
701
|
-
[k: string]: boolean;
|
|
702
|
-
};
|
|
703
|
-
getObs(): Observable<{
|
|
704
|
-
[k: string]: boolean;
|
|
705
|
-
}>;
|
|
706
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleGroupDirective, never>;
|
|
707
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSlideToggleGroupDirective, "[opMatSlideToggleGroup]", never, { "allowMultiple": { "alias": "allowMultiple"; "required": false; }; }, { "valueEmitter": "valueEmitter"; }, ["toggles"], never, true, never>;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
declare class ConditionalClassesDirective {
|
|
711
|
-
private el;
|
|
712
|
-
private renderer;
|
|
713
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
714
|
-
element?: any;
|
|
715
|
-
classes?: Dictionary$1<Predicate$1<any>>;
|
|
716
|
-
classesApplied: string[];
|
|
717
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
718
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConditionalClassesDirective, never>;
|
|
719
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ConditionalClassesDirective, "[conditionalClasses]", never, { "element": { "alias": "element"; "required": false; }; "classes": { "alias": "conditionalClasses"; "required": false; }; }, {}, never, never, true, never>;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
declare class UtilitiesModule {
|
|
723
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
|
|
724
|
-
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]>;
|
|
725
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
595
|
declare class ColumnTotalPipe implements PipeTransform {
|
|
729
596
|
transform(data: any[], metaData: MetaData): number | null;
|
|
730
597
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnTotalPipe, never>;
|
|
731
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ColumnTotalPipe, "columnTotal",
|
|
598
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ColumnTotalPipe, "columnTotal", false>;
|
|
732
599
|
}
|
|
733
600
|
|
|
734
601
|
declare class TableBuilder<T = any> {
|
|
@@ -756,7 +623,7 @@ declare class CustomCellDirective implements AfterContentInit {
|
|
|
756
623
|
ngAfterContentInit(): void;
|
|
757
624
|
getMetaData(metaData?: MetaData): MetaData;
|
|
758
625
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomCellDirective, [{ optional: true; }, { optional: true; }]>;
|
|
759
|
-
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,
|
|
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>;
|
|
760
627
|
}
|
|
761
628
|
|
|
762
629
|
declare function stateIs(initializationState: InitializationState): (state: TableState) => boolean;
|
|
@@ -868,7 +735,7 @@ declare class MultiSortDirective extends MatSort implements OnInit, OnDestroy {
|
|
|
868
735
|
rules: Sort[];
|
|
869
736
|
constructor(state: TableStore);
|
|
870
737
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSortDirective, never>;
|
|
871
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSortDirective, "[multiSort]", ["multiSort"], { "disabled": { "alias": "matSortDisabled"; "required": false; }; }, {}, never, never,
|
|
738
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSortDirective, "[multiSort]", ["multiSort"], { "disabled": { "alias": "matSortDisabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
872
739
|
}
|
|
873
740
|
|
|
874
741
|
declare class ResizeColumnDirective implements OnInit {
|
|
@@ -903,7 +770,7 @@ declare class ResizeColumnDirective implements OnInit {
|
|
|
903
770
|
};
|
|
904
771
|
getElementWidth: (elem: HTMLElement) => number;
|
|
905
772
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeColumnDirective, never>;
|
|
906
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never,
|
|
773
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; }; "key": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
|
|
907
774
|
}
|
|
908
775
|
interface MouseDowmData {
|
|
909
776
|
startPageX: number;
|
|
@@ -942,7 +809,7 @@ declare class TableFilterDirective extends ComponentStore<FilterInfo> {
|
|
|
942
809
|
protected setFilter(filter: FilterInfo): void;
|
|
943
810
|
update(): void;
|
|
944
811
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterDirective, [{ optional: true; }, { optional: true; }]>;
|
|
945
|
-
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>;
|
|
946
813
|
}
|
|
947
814
|
declare class TableFilterStringContainsDirective extends TableFilterDirective {
|
|
948
815
|
constructor(model: NgControl, wrapper: TableWrapperDirective);
|
|
@@ -950,7 +817,7 @@ declare class TableFilterStringContainsDirective extends TableFilterDirective {
|
|
|
950
817
|
setFilter(filter: FilterInfo): void;
|
|
951
818
|
ngOnChanges(changes: SimpleChanges): void;
|
|
952
819
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterStringContainsDirective, [{ optional: true; }, { optional: true; }]>;
|
|
953
|
-
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>;
|
|
954
821
|
}
|
|
955
822
|
declare abstract class TableCustomFilterDirectiveBase<T = any> extends TableCustomFilterDirective<T> {
|
|
956
823
|
filter$: Subject<CustomFilter>;
|
|
@@ -983,7 +850,7 @@ declare class MatCheckboxTbFilterDirective extends TbSelectedFilterDirective {
|
|
|
983
850
|
set active(val: boolean);
|
|
984
851
|
constructor(matCheckbox: MatCheckbox, wrapper: TableWrapperDirective);
|
|
985
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatCheckboxTbFilterDirective, [null, { optional: true; }]>;
|
|
986
|
-
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>;
|
|
987
854
|
}
|
|
988
855
|
declare class MatSlideToggleTbFilterDirective<T = any> extends TbSelectedFilterDirective<T> {
|
|
989
856
|
private matSlideToggle;
|
|
@@ -991,7 +858,7 @@ declare class MatSlideToggleTbFilterDirective<T = any> extends TbSelectedFilterD
|
|
|
991
858
|
constructor(matSlideToggle: MatSlideToggle, wrapper: TableWrapperDirective);
|
|
992
859
|
ngOnInit(): void;
|
|
993
860
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleTbFilterDirective<any>, [null, { optional: true; }]>;
|
|
994
|
-
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>;
|
|
995
862
|
}
|
|
996
863
|
declare class MatRadioButtonTbFilterDirective extends TbSelectedFilterDirective {
|
|
997
864
|
private matRadioButton;
|
|
@@ -999,7 +866,7 @@ declare class MatRadioButtonTbFilterDirective extends TbSelectedFilterDirective
|
|
|
999
866
|
constructor(matRadioButton: MatRadioButton, wrapper: TableWrapperDirective);
|
|
1000
867
|
ngOnInit(): void;
|
|
1001
868
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatRadioButtonTbFilterDirective, [null, { optional: true; }]>;
|
|
1002
|
-
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>;
|
|
1003
870
|
}
|
|
1004
871
|
declare class MatOptionTbFilterDirective extends TbSelectedFilterDirective {
|
|
1005
872
|
private matOption;
|
|
@@ -1007,7 +874,7 @@ declare class MatOptionTbFilterDirective extends TbSelectedFilterDirective {
|
|
|
1007
874
|
constructor(matOption: MatOption, wrapper: TableWrapperDirective);
|
|
1008
875
|
ngOnInit(): void;
|
|
1009
876
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatOptionTbFilterDirective, [null, { optional: true; }]>;
|
|
1010
|
-
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>;
|
|
1011
878
|
}
|
|
1012
879
|
declare class MatButtonToggleFilterDirective extends TbSelectedFilterDirective {
|
|
1013
880
|
private matButtonToggle;
|
|
@@ -1015,7 +882,7 @@ declare class MatButtonToggleFilterDirective extends TbSelectedFilterDirective {
|
|
|
1015
882
|
constructor(matButtonToggle: MatButtonToggle, wrapper: TableWrapperDirective);
|
|
1016
883
|
ngOnInit(): void;
|
|
1017
884
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleFilterDirective, [null, { optional: true; }]>;
|
|
1018
|
-
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>;
|
|
1019
886
|
}
|
|
1020
887
|
|
|
1021
888
|
declare class TableWrapperDirective {
|
|
@@ -1024,7 +891,7 @@ declare class TableWrapperDirective {
|
|
|
1024
891
|
registerations: (TableCustomFilterDirective | TableFilterDirective)[];
|
|
1025
892
|
register(filter: TableCustomFilterDirective | TableFilterDirective): void;
|
|
1026
893
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableWrapperDirective, never>;
|
|
1027
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableWrapperDirective, "[tbWrapper]", never, {}, {}, ["customFilters", "filters"], never,
|
|
894
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableWrapperDirective, "[tbWrapper]", never, {}, {}, ["customFilters", "filters"], never, false, never>;
|
|
1028
895
|
}
|
|
1029
896
|
|
|
1030
897
|
declare class ExportToCsvService<T> {
|
|
@@ -1101,7 +968,173 @@ declare class TableContainerComponent<T = any> {
|
|
|
1101
968
|
setDisplay: (data: any[], groups: Group[]) => any[];
|
|
1102
969
|
shouldDisplay: (currentGroup?: Group, groups?: Group[]) => boolean;
|
|
1103
970
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableContainerComponent<any>, [null, null, null, null, { optional: true; }]>;
|
|
1104
|
-
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"],
|
|
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>;
|
|
1105
1138
|
}
|
|
1106
1139
|
|
|
1107
1140
|
declare class TransformCreator {
|
|
@@ -1124,7 +1157,7 @@ declare class InitializationComponent {
|
|
|
1124
1157
|
defaultTemplate: TemplateRef<any>;
|
|
1125
1158
|
defaultWithIcon: TemplateRef<any>;
|
|
1126
1159
|
static ɵfac: i0.ɵɵFactoryDeclaration<InitializationComponent, never>;
|
|
1127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InitializationComponent, "ng-component", never, {}, {}, never, never,
|
|
1160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InitializationComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
1128
1161
|
}
|
|
1129
1162
|
|
|
1130
1163
|
declare class TableTemplateService {
|
|
@@ -1173,7 +1206,7 @@ declare class ColumnBuilderComponent implements OnInit {
|
|
|
1173
1206
|
mapWidth: ([previousUserDefinedWidth, currentUserDefinedWidth]: [number, number]) => widthStyle;
|
|
1174
1207
|
styles$: Observable<allStyles>;
|
|
1175
1208
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnBuilderComponent, never>;
|
|
1176
|
-
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>;
|
|
1177
1210
|
}
|
|
1178
1211
|
|
|
1179
1212
|
declare class MatTableObservableDataSource<T> extends MatTableDataSource<T> {
|
|
@@ -1210,7 +1243,7 @@ declare class PaginatorComponent implements OnInit, AfterViewInit {
|
|
|
1210
1243
|
paginatorChange(): void;
|
|
1211
1244
|
ourPageEvent: boolean;
|
|
1212
1245
|
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
1213
|
-
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,
|
|
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>;
|
|
1214
1247
|
}
|
|
1215
1248
|
interface CurrentPageDetails {
|
|
1216
1249
|
currentStart: number;
|
|
@@ -1279,12 +1312,12 @@ declare class GenericTableComponent implements OnInit {
|
|
|
1279
1312
|
}>;
|
|
1280
1313
|
collapseFooter$: Observable<boolean>;
|
|
1281
1314
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericTableComponent, never>;
|
|
1282
|
-
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,
|
|
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>;
|
|
1283
1316
|
}
|
|
1284
1317
|
declare class GenericTableVsComponent extends GenericTableComponent {
|
|
1285
1318
|
createDataSource(): void;
|
|
1286
1319
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericTableVsComponent, never>;
|
|
1287
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableVsComponent, "tb-generic-table-vs", never, {}, {}, never, never,
|
|
1320
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTableVsComponent, "tb-generic-table-vs", never, {}, {}, never, never, false, never>;
|
|
1288
1321
|
}
|
|
1289
1322
|
|
|
1290
1323
|
interface DisplayCol {
|
|
@@ -1302,7 +1335,7 @@ declare class GenColDisplayerComponent {
|
|
|
1302
1335
|
unset(displayCols: DisplayCol[]): void;
|
|
1303
1336
|
emit(displayCols: DisplayCol[]): void;
|
|
1304
1337
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenColDisplayerComponent, never>;
|
|
1305
|
-
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>;
|
|
1306
1339
|
}
|
|
1307
1340
|
|
|
1308
1341
|
declare class WrapperFilterStore extends ComponentStore<{
|
|
@@ -1324,7 +1357,7 @@ declare class GenFilterDisplayerComponent {
|
|
|
1324
1357
|
filterCols$: Observable<MetaData[]>;
|
|
1325
1358
|
addFilter(metaData: MetaData): void;
|
|
1326
1359
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenFilterDisplayerComponent, never>;
|
|
1327
|
-
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>;
|
|
1328
1361
|
}
|
|
1329
1362
|
|
|
1330
1363
|
declare class DateFilterComponent {
|
|
@@ -1332,7 +1365,7 @@ declare class DateFilterComponent {
|
|
|
1332
1365
|
info: PartialFilter;
|
|
1333
1366
|
CurrentFilterType: FilterType;
|
|
1334
1367
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent, never>;
|
|
1335
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "tb-date-filter", never, { "info": { "alias": "info"; "required": false; }; "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; }, {}, never, never,
|
|
1368
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterComponent, "tb-date-filter", never, { "info": { "alias": "info"; "required": false; }; "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; }, {}, never, never, false, never>;
|
|
1336
1369
|
}
|
|
1337
1370
|
|
|
1338
1371
|
declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
@@ -1698,7 +1731,7 @@ declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
|
1698
1731
|
ngOnInit(): void;
|
|
1699
1732
|
onEnter(filter: FilterInfo, event: any): void;
|
|
1700
1733
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
1701
|
-
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>;
|
|
1702
1735
|
}
|
|
1703
1736
|
|
|
1704
1737
|
declare class NumberFilterComponent {
|
|
@@ -1707,7 +1740,7 @@ declare class NumberFilterComponent {
|
|
|
1707
1740
|
CurrentFilterType: FilterType;
|
|
1708
1741
|
info: PartialFilter;
|
|
1709
1742
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFilterComponent, never>;
|
|
1710
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "tb-number-filter", never, { "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; "info": { "alias": "info"; "required": false; }; }, {}, never, never,
|
|
1743
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberFilterComponent, "tb-number-filter", never, { "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; "info": { "alias": "info"; "required": false; }; }, {}, never, never, false, never>;
|
|
1711
1744
|
}
|
|
1712
1745
|
|
|
1713
1746
|
declare class ArrayColumnComponent {
|
|
@@ -1719,7 +1752,7 @@ declare class ArrayColumnComponent {
|
|
|
1719
1752
|
constructor(config: TableBuilderConfig);
|
|
1720
1753
|
ngOnInit(): void;
|
|
1721
1754
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArrayColumnComponent, never>;
|
|
1722
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayColumnComponent, "tb-array-column", never, { "array": { "alias": "array"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never,
|
|
1755
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArrayColumnComponent, "tb-array-column", never, { "array": { "alias": "array"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never, false, never>;
|
|
1723
1756
|
}
|
|
1724
1757
|
|
|
1725
1758
|
declare class LinkColumnComponent {
|
|
@@ -1734,7 +1767,7 @@ declare class LinkColumnComponent {
|
|
|
1734
1767
|
target: _saydar_table_builder.Target;
|
|
1735
1768
|
}>;
|
|
1736
1769
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkColumnComponent, never>;
|
|
1737
|
-
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,
|
|
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>;
|
|
1738
1771
|
}
|
|
1739
1772
|
|
|
1740
1773
|
declare class HeaderMenuComponent {
|
|
@@ -1754,7 +1787,7 @@ declare class HeaderMenuComponent {
|
|
|
1754
1787
|
setFilterType(filterType: FilterType): void;
|
|
1755
1788
|
onEnter(filter: FilterInfo): void;
|
|
1756
1789
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMenuComponent, never>;
|
|
1757
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMenuComponent, "tb-header-menu", never, { "filter": { "alias": "filter"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never,
|
|
1790
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMenuComponent, "tb-header-menu", never, { "filter": { "alias": "filter"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; }, {}, never, never, false, never>;
|
|
1758
1791
|
}
|
|
1759
1792
|
|
|
1760
1793
|
declare class KeyDisplayPipe implements PipeTransform {
|
|
@@ -1762,7 +1795,7 @@ declare class KeyDisplayPipe implements PipeTransform {
|
|
|
1762
1795
|
constructor(tableState: TableStore);
|
|
1763
1796
|
transform(key: string): Observable<string>;
|
|
1764
1797
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeyDisplayPipe, never>;
|
|
1765
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeyDisplayPipe, "keyDisplay",
|
|
1798
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeyDisplayPipe, "keyDisplay", false>;
|
|
1766
1799
|
}
|
|
1767
1800
|
|
|
1768
1801
|
declare class FormatFilterValuePipe implements PipeTransform {
|
|
@@ -1771,13 +1804,13 @@ declare class FormatFilterValuePipe implements PipeTransform {
|
|
|
1771
1804
|
constructor(tableState: TableStore, datePipe: DatePipe);
|
|
1772
1805
|
transform(value: any, key: string, filterType: FilterType): Observable<string>;
|
|
1773
1806
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatFilterValuePipe, never>;
|
|
1774
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterValuePipe, "formatFilterValue",
|
|
1807
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterValuePipe, "formatFilterValue", false>;
|
|
1775
1808
|
}
|
|
1776
1809
|
|
|
1777
1810
|
declare class FormatFilterTypePipe implements PipeTransform {
|
|
1778
1811
|
transform(filterType: FilterType, value: any): FilterType | "Is Not Blank";
|
|
1779
1812
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatFilterTypePipe, never>;
|
|
1780
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterTypePipe, "formatFilterType",
|
|
1813
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatFilterTypePipe, "formatFilterType", false>;
|
|
1781
1814
|
}
|
|
1782
1815
|
|
|
1783
1816
|
declare class InFilterComponent implements ControlValueAccessor {
|
|
@@ -1795,7 +1828,7 @@ declare class InFilterComponent implements ControlValueAccessor {
|
|
|
1795
1828
|
removeInput(index: number): void;
|
|
1796
1829
|
onValueChange(i: number, value: number | string): void;
|
|
1797
1830
|
static ɵfac: i0.ɵɵFactoryDeclaration<InFilterComponent, never>;
|
|
1798
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InFilterComponent, "lib-in-filter", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never,
|
|
1831
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InFilterComponent, "lib-in-filter", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
1799
1832
|
}
|
|
1800
1833
|
|
|
1801
1834
|
declare class InListFilterComponent implements ControlValueAccessor {
|
|
@@ -1816,7 +1849,7 @@ declare class InListFilterComponent implements ControlValueAccessor {
|
|
|
1816
1849
|
ngOnInit(): void;
|
|
1817
1850
|
selectFilterChanged($event: any, val: any): void;
|
|
1818
1851
|
static ɵfac: i0.ɵɵFactoryDeclaration<InListFilterComponent, never>;
|
|
1819
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never,
|
|
1852
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": { "alias": "key"; "required": false; }; }, {}, never, never, false, never>;
|
|
1820
1853
|
}
|
|
1821
1854
|
|
|
1822
1855
|
declare class SortMenuComponentStore extends ComponentStore<ComponenStoreState> {
|
|
@@ -1855,7 +1888,7 @@ declare class SortMenuComponent implements OnInit {
|
|
|
1855
1888
|
apply: (observableOrValue: Observable<null> | null) => rxjs.Subscription;
|
|
1856
1889
|
setDirection(sort: SortWithName): void;
|
|
1857
1890
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortMenuComponent, never>;
|
|
1858
|
-
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>;
|
|
1859
1892
|
}
|
|
1860
1893
|
|
|
1861
1894
|
declare class FilterChipsComponent {
|
|
@@ -1868,7 +1901,7 @@ declare class FilterChipsComponent {
|
|
|
1868
1901
|
clearAll(): void;
|
|
1869
1902
|
currentFilters$: Observable<_saydar_table_builder.PartialFilter<any>[]>;
|
|
1870
1903
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterChipsComponent, never>;
|
|
1871
|
-
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>;
|
|
1872
1905
|
}
|
|
1873
1906
|
|
|
1874
1907
|
declare class GroupByListComponent implements OnInit {
|
|
@@ -1876,7 +1909,7 @@ declare class GroupByListComponent implements OnInit {
|
|
|
1876
1909
|
constructor(tableStore: TableStore);
|
|
1877
1910
|
ngOnInit(): void;
|
|
1878
1911
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByListComponent, never>;
|
|
1879
|
-
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>;
|
|
1880
1913
|
}
|
|
1881
1914
|
|
|
1882
1915
|
declare class DateTimeFilterComponent {
|
|
@@ -1884,16 +1917,42 @@ declare class DateTimeFilterComponent {
|
|
|
1884
1917
|
info: PartialFilter;
|
|
1885
1918
|
CurrentFilterType: FilterType;
|
|
1886
1919
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFilterComponent, never>;
|
|
1887
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimeFilterComponent, "tb-date-time-filter", never, { "info": { "alias": "info"; "required": false; }; "CurrentFilterType": { "alias": "CurrentFilterType"; "required": false; }; }, {}, never, never,
|
|
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>;
|
|
1888
1927
|
}
|
|
1889
1928
|
|
|
1890
1929
|
declare class TableBuilderModule {
|
|
1891
1930
|
static forRoot(config: TableBuilderConfig): ModuleWithProviders<TableBuilderModule>;
|
|
1892
1931
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableBuilderModule, never>;
|
|
1893
|
-
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]>;
|
|
1894
1933
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableBuilderModule>;
|
|
1895
1934
|
}
|
|
1896
1935
|
|
|
1936
|
+
declare class VirtualScrollViewportDirective {
|
|
1937
|
+
private el;
|
|
1938
|
+
private tbComponent;
|
|
1939
|
+
offset: number;
|
|
1940
|
+
set isVs(val: boolean | string);
|
|
1941
|
+
_isVs: boolean;
|
|
1942
|
+
private resizeFn;
|
|
1943
|
+
private resizeTimeout;
|
|
1944
|
+
destroyed$: Subject<void>;
|
|
1945
|
+
addListener(callback: () => void): void;
|
|
1946
|
+
removeListener(): void;
|
|
1947
|
+
private adjustViewportHeight;
|
|
1948
|
+
resize(): void;
|
|
1949
|
+
ngOnInit(): void;
|
|
1950
|
+
ngAfterViewInit(): void;
|
|
1951
|
+
ngOnDestroy(): void;
|
|
1952
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VirtualScrollViewportDirective, never>;
|
|
1953
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<VirtualScrollViewportDirective, "tb-table-container[isVs]", ["vs"], { "offset": { "alias": "offset"; "required": false; }; "isVs": { "alias": "isVs"; "required": false; }; }, {}, never, never, true, never>;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1897
1956
|
declare function defaultShareReplay<T>(): (src: Observable<T>) => Observable<T>;
|
|
1898
1957
|
|
|
1899
1958
|
declare function mapError<T, TResult>(projection: (error: any) => TResult): (src: Observable<T>) => Observable<T | TResult>;
|
|
@@ -1954,7 +2013,7 @@ declare function actionStatusReducer(state: StatusState | undefined, action: Act
|
|
|
1954
2013
|
|
|
1955
2014
|
declare class NgrxExtModule {
|
|
1956
2015
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgrxExtModule, never>;
|
|
1957
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof
|
|
2016
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgrxExtModule, never, [typeof i29.CommonModule, typeof _ngrx_store.StoreFeatureModule], never>;
|
|
1958
2017
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgrxExtModule>;
|
|
1959
2018
|
}
|
|
1960
2019
|
|
|
@@ -1967,6 +2026,13 @@ declare class ActionStateSpinnerComponent implements OnInit {
|
|
|
1967
2026
|
static ɵcmp: i0.ɵɵComponentDeclaration<ActionStateSpinnerComponent, "lib-action-state-spinner", never, { "status$": { "alias": "status$"; "required": false; }; }, {}, never, never, true, never>;
|
|
1968
2027
|
}
|
|
1969
2028
|
|
|
2029
|
+
/** @deprecated Import ActionStateSpinnerComponent directly instead. */
|
|
2030
|
+
declare class ActionStateUiModule {
|
|
2031
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionStateUiModule, never>;
|
|
2032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionStateUiModule, never, [typeof ActionStateSpinnerComponent], [typeof ActionStateSpinnerComponent]>;
|
|
2033
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ActionStateUiModule>;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
1970
2036
|
declare function setUpStoreFactory(store: Store): () => Promise<unknown>;
|
|
1971
2037
|
/**
|
|
1972
2038
|
* Creates a selector that can dispatch an action if conditions are met.
|
|
@@ -1981,5 +2047,5 @@ type ActionableMemoizedSelector<State, Result> = MemoizedSelector<State, Result>
|
|
|
1981
2047
|
type ActionReturner<Props> = (props: Props) => Action;
|
|
1982
2048
|
declare function defaultFilter(data: any): boolean;
|
|
1983
2049
|
|
|
1984
|
-
export { ActionStateSpinnerComponent, 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, 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 };
|
|
2050
|
+
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, VirtualScrollViewportDirective, 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 };
|
|
1985
2051
|
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 };
|