@one-paragon/angular-utilities 0.1.25 → 0.1.26
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/action-state/action-state-spinner/action-state-spinner.component.d.ts +12 -12
- package/action-state/action-state-ui/action-state-ui.module.d.ts +9 -9
- package/action-state/index.d.ts +4 -4
- package/action-state/ngrx-ext/ngrx-ext.module.d.ts +8 -8
- package/action-state/ngrx.d.ts +31 -31
- package/esm2020/action-state/action-state-spinner/action-state-spinner.component.mjs +23 -23
- package/esm2020/action-state/action-state-ui/action-state-ui.module.mjs +28 -28
- package/esm2020/action-state/index.mjs +8 -8
- package/esm2020/action-state/ngrx-ext/ngrx-ext.module.mjs +23 -23
- package/esm2020/action-state/ngrx.mjs +42 -42
- package/esm2020/http-request-state/HttpRequestStateFactory.mjs +26 -26
- package/esm2020/http-request-state/HttpRequestStateStore.mjs +96 -96
- package/esm2020/http-request-state/directives/HttpStateDirectiveBase.mjs +33 -33
- package/esm2020/http-request-state/directives/http-error-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-inProgress-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-notStarted-state-directive.mjs +28 -28
- package/esm2020/http-request-state/directives/http-success-state-directive.mjs +34 -29
- package/esm2020/http-request-state/directives/index.mjs +5 -5
- package/esm2020/http-request-state/directives/request-state-directive.mjs +60 -60
- package/esm2020/http-request-state/helpers.mjs +21 -21
- package/esm2020/http-request-state/http-request-state.mjs +38 -38
- package/esm2020/http-request-state/http-state-module.mjs +40 -40
- package/esm2020/http-request-state/index.mjs +6 -6
- package/esm2020/http-request-state/rxjs/getRequestorBody.mjs +3 -3
- package/esm2020/http-request-state/rxjs/getRequestorState.mjs +2 -2
- package/esm2020/http-request-state/rxjs/index.mjs +4 -4
- package/esm2020/http-request-state/rxjs/tapError.mjs +11 -11
- package/esm2020/http-request-state/rxjs/tapSuccess.mjs +11 -11
- package/esm2020/http-request-state/types.mjs +16 -16
- package/esm2020/ngrx/actionable-selector.mjs +76 -76
- package/esm2020/ngrx/index.mjs +1 -1
- package/esm2020/one-paragon-angular-utilities.mjs +4 -4
- package/esm2020/public-api.mjs +19 -19
- package/esm2020/rxjs/defaultShareReplay.mjs +6 -6
- package/esm2020/rxjs/index.mjs +5 -5
- package/esm2020/rxjs/mapError.mjs +7 -7
- package/esm2020/rxjs/rxjs-operators.mjs +91 -91
- package/esm2020/rxjs/subjectifier.mjs +15 -15
- package/esm2020/table-builder/classes/DefaultSettings.mjs +5 -5
- package/esm2020/table-builder/classes/GenericTableDataSource.mjs +12 -12
- package/esm2020/table-builder/classes/MatTableObservableDataSource.mjs +21 -21
- package/esm2020/table-builder/classes/TableBuilderConfig.mjs +2 -2
- package/esm2020/table-builder/classes/TableState.mjs +31 -31
- package/esm2020/table-builder/classes/data-filter.mjs +26 -26
- package/esm2020/table-builder/classes/display-col.mjs +1 -1
- package/esm2020/table-builder/classes/filter-info.mjs +71 -71
- package/esm2020/table-builder/classes/table-builder-general-settings.mjs +67 -67
- package/esm2020/table-builder/classes/table-builder.mjs +61 -61
- package/esm2020/table-builder/classes/table-store.mjs +292 -292
- package/esm2020/table-builder/components/array-column.component.mjs +32 -32
- package/esm2020/table-builder/components/column-builder/column-builder.component.mjs +111 -111
- package/esm2020/table-builder/components/date-filter/date-filter.component.mjs +25 -25
- package/esm2020/table-builder/components/filter/filter.component.mjs +53 -53
- package/esm2020/table-builder/components/filter/in-list/in-list-filter.component.mjs +79 -79
- package/esm2020/table-builder/components/gen-col-displayer/gen-col-displayer.component.mjs +45 -45
- package/esm2020/table-builder/components/generic-table/generic-table.component.mjs +202 -198
- package/esm2020/table-builder/components/generic-table/paginator.component.mjs +60 -60
- package/esm2020/table-builder/components/group-by-list/group-by-list.component.mjs +22 -22
- package/esm2020/table-builder/components/header-menu/header-menu.component.mjs +89 -89
- package/esm2020/table-builder/components/in-filter/in-filter.component.mjs +63 -63
- package/esm2020/table-builder/components/index.mjs +10 -10
- package/esm2020/table-builder/components/initialization-component/initialization-component.mjs +33 -33
- package/esm2020/table-builder/components/link-column.component.mjs +30 -30
- package/esm2020/table-builder/components/number-filter/number-filter.component.mjs +26 -26
- package/esm2020/table-builder/components/sort-menu/sort-menu.component-store.mjs +41 -41
- package/esm2020/table-builder/components/sort-menu/sort-menu.component.mjs +75 -75
- package/esm2020/table-builder/components/table-container/table-container.mjs +322 -312
- package/esm2020/table-builder/components/table-container-filter/filter-list/filter-list.component.mjs +42 -42
- package/esm2020/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.mjs +30 -30
- package/esm2020/table-builder/components/table-container-filter/table-wrapper-filter-store.mjs +24 -24
- package/esm2020/table-builder/directives/custom-cell-directive.mjs +58 -58
- package/esm2020/table-builder/directives/index.mjs +6 -6
- package/esm2020/table-builder/directives/multi-sort.directive.mjs +42 -42
- package/esm2020/table-builder/directives/resize-column.directive.mjs +85 -85
- package/esm2020/table-builder/directives/table-wrapper.directive.mjs +26 -26
- package/esm2020/table-builder/directives/tb-filter.directive.mjs +403 -403
- package/esm2020/table-builder/enums/filterTypes.mjs +59 -59
- package/esm2020/table-builder/functions/boolean-filter-function.mjs +9 -9
- package/esm2020/table-builder/functions/date-filter-function.mjs +32 -32
- package/esm2020/table-builder/functions/download-data.mjs +11 -11
- package/esm2020/table-builder/functions/null-filter-function.mjs +7 -7
- package/esm2020/table-builder/functions/number-filter-function.mjs +31 -31
- package/esm2020/table-builder/functions/sort-data-function.mjs +4 -4
- package/esm2020/table-builder/functions/string-filter-function.mjs +40 -40
- package/esm2020/table-builder/interfaces/ColumnInfo.mjs +1 -1
- package/esm2020/table-builder/interfaces/dictionary.mjs +1 -1
- package/esm2020/table-builder/interfaces/report-def.mjs +34 -34
- package/esm2020/table-builder/material.module.mjs +207 -207
- package/esm2020/table-builder/ngrx/actions.mjs +4 -4
- package/esm2020/table-builder/ngrx/effects.mjs +47 -47
- package/esm2020/table-builder/ngrx/reducer.mjs +51 -51
- package/esm2020/table-builder/ngrx/selectors.mjs +23 -23
- package/esm2020/table-builder/pipes/column-total.pipe.mjs +19 -19
- package/esm2020/table-builder/pipes/format-filter-type.pipe.mjs +17 -17
- package/esm2020/table-builder/pipes/format-filter-value.pipe.mjs +45 -45
- package/esm2020/table-builder/pipes/key-display.mjs +19 -19
- package/esm2020/table-builder/services/export-to-csv.service.mjs +84 -84
- package/esm2020/table-builder/services/link-creator.service.mjs +42 -42
- package/esm2020/table-builder/services/table-template-service.mjs +43 -43
- package/esm2020/table-builder/services/transform-creator.mjs +70 -70
- package/esm2020/table-builder/table-builder.module.mjs +204 -204
- package/esm2020/utilities/directives/auto-focus.directive.mjs +25 -25
- package/esm2020/utilities/directives/clickEmitterDirective.mjs +20 -20
- package/esm2020/utilities/directives/clickSubject.mjs +26 -26
- package/esm2020/utilities/directives/conditional-classes.directive.mjs +35 -35
- package/esm2020/utilities/directives/dialog-service.mjs +25 -25
- package/esm2020/utilities/directives/dialog.mjs +137 -137
- package/esm2020/utilities/directives/mat-toggle-group-directive.mjs +59 -59
- package/esm2020/utilities/directives/prevent-enter.directive.mjs +18 -18
- package/esm2020/utilities/directives/stop-propagation.directive.mjs +24 -24
- package/esm2020/utilities/directives/styler.mjs +25 -25
- package/esm2020/utilities/directives/trim-whitespace.directive.mjs +29 -29
- package/esm2020/utilities/index.mjs +16 -16
- package/esm2020/utilities/module.mjs +91 -91
- package/esm2020/utilities/pipes/function.pipe.mjs +20 -20
- package/esm2020/utilities/pipes/phone.pipe.mjs +19 -19
- package/esm2020/utilities/pipes/space-case.pipes.mjs +28 -28
- package/fesm2015/one-paragon-angular-utilities.mjs +4346 -4327
- package/fesm2015/one-paragon-angular-utilities.mjs.map +1 -1
- package/fesm2020/one-paragon-angular-utilities.mjs +4312 -4295
- package/fesm2020/one-paragon-angular-utilities.mjs.map +1 -1
- package/http-request-state/HttpRequestStateFactory.d.ts +14 -14
- package/http-request-state/HttpRequestStateStore.d.ts +48 -48
- package/http-request-state/directives/HttpStateDirectiveBase.d.ts +16 -16
- package/http-request-state/directives/http-error-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-inProgress-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-notStarted-state-directive.d.ts +12 -12
- package/http-request-state/directives/http-success-state-directive.d.ts +21 -14
- package/http-request-state/directives/index.d.ts +5 -5
- package/http-request-state/directives/request-state-directive.d.ts +35 -30
- package/http-request-state/helpers.d.ts +9 -9
- package/http-request-state/http-request-state.d.ts +12 -12
- package/http-request-state/http-state-module.d.ts +11 -11
- package/http-request-state/index.d.ts +6 -6
- package/http-request-state/rxjs/getRequestorBody.d.ts +3 -3
- package/http-request-state/rxjs/getRequestorState.d.ts +3 -3
- package/http-request-state/rxjs/index.d.ts +4 -4
- package/http-request-state/rxjs/tapError.d.ts +3 -3
- package/http-request-state/rxjs/tapSuccess.d.ts +3 -3
- package/http-request-state/types.d.ts +36 -36
- package/index.d.ts +5 -5
- package/ngrx/actionable-selector.d.ts +15 -15
- package/ngrx/index.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +15 -15
- package/rxjs/defaultShareReplay.d.ts +2 -2
- package/rxjs/index.d.ts +4 -4
- package/rxjs/mapError.d.ts +2 -2
- package/rxjs/rxjs-operators.d.ts +12 -12
- package/rxjs/subjectifier.d.ts +9 -9
- package/table-builder/classes/DefaultSettings.d.ts +8 -8
- package/table-builder/classes/GenericTableDataSource.d.ts +8 -8
- package/table-builder/classes/MatTableObservableDataSource.d.ts +9 -9
- package/table-builder/classes/TableBuilderConfig.d.ts +19 -19
- package/table-builder/classes/TableState.d.ts +46 -46
- package/table-builder/classes/data-filter.d.ts +9 -9
- package/table-builder/classes/display-col.d.ts +5 -5
- package/table-builder/classes/filter-info.d.ts +40 -40
- package/table-builder/classes/table-builder-general-settings.d.ts +43 -43
- package/table-builder/classes/table-builder.d.ts +14 -14
- package/table-builder/classes/table-store.d.ts +114 -114
- package/table-builder/components/array-column.component.d.ts +14 -14
- package/table-builder/components/column-builder/column-builder.component.d.ts +50 -50
- package/table-builder/components/date-filter/date-filter.component.d.ts +10 -10
- package/table-builder/components/filter/filter.component.d.ts +294 -294
- package/table-builder/components/filter/in-list/in-list-filter.component.d.ts +27 -27
- package/table-builder/components/gen-col-displayer/gen-col-displayer.component.d.ts +16 -16
- package/table-builder/components/generic-table/generic-table.component.d.ts +73 -71
- package/table-builder/components/generic-table/paginator.component.d.ts +28 -28
- package/table-builder/components/group-by-list/group-by-list.component.d.ts +10 -10
- package/table-builder/components/header-menu/header-menu.component.d.ts +25 -25
- package/table-builder/components/in-filter/in-filter.component.d.ts +21 -21
- package/table-builder/components/index.d.ts +9 -9
- package/table-builder/components/initialization-component/initialization-component.d.ts +12 -12
- package/table-builder/components/link-column.component.d.ts +17 -17
- package/table-builder/components/number-filter/number-filter.component.d.ts +12 -12
- package/table-builder/components/sort-menu/sort-menu.component-store.d.ts +24 -24
- package/table-builder/components/sort-menu/sort-menu.component.d.ts +25 -25
- package/table-builder/components/table-container/table-container.d.ts +68 -65
- package/table-builder/components/table-container-filter/filter-list/filter-list.component.d.ts +17 -17
- package/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.d.ts +14 -14
- package/table-builder/components/table-container-filter/table-wrapper-filter-store.d.ts +14 -14
- package/table-builder/directives/custom-cell-directive.d.ts +19 -19
- package/table-builder/directives/index.d.ts +5 -5
- package/table-builder/directives/multi-sort.directive.d.ts +11 -11
- package/table-builder/directives/resize-column.directive.d.ts +43 -43
- package/table-builder/directives/table-wrapper.directive.d.ts +11 -11
- package/table-builder/directives/tb-filter.directive.d.ts +120 -120
- package/table-builder/enums/filterTypes.d.ts +31 -31
- package/table-builder/functions/boolean-filter-function.d.ts +3 -3
- package/table-builder/functions/date-filter-function.d.ts +3 -3
- package/table-builder/functions/download-data.d.ts +1 -1
- package/table-builder/functions/null-filter-function.d.ts +2 -2
- package/table-builder/functions/number-filter-function.d.ts +4 -4
- package/table-builder/functions/sort-data-function.d.ts +3 -3
- package/table-builder/functions/string-filter-function.d.ts +7 -7
- package/table-builder/interfaces/ColumnInfo.d.ts +6 -6
- package/table-builder/interfaces/dictionary.d.ts +3 -3
- package/table-builder/interfaces/report-def.d.ts +135 -135
- package/table-builder/material.module.d.ts +32 -32
- package/table-builder/ngrx/actions.d.ts +23 -23
- package/table-builder/ngrx/effects.d.ts +19 -19
- package/table-builder/ngrx/reducer.d.ts +15 -15
- package/table-builder/ngrx/selectors.d.ts +22 -22
- package/table-builder/pipes/column-total.pipe.d.ts +8 -8
- package/table-builder/pipes/format-filter-type.pipe.d.ts +8 -8
- package/table-builder/pipes/format-filter-value.pipe.d.ts +14 -14
- package/table-builder/pipes/key-display.d.ts +11 -11
- package/table-builder/services/export-to-csv.service.d.ts +22 -22
- package/table-builder/services/link-creator.service.d.ts +12 -12
- package/table-builder/services/table-template-service.d.ts +14 -14
- package/table-builder/services/transform-creator.d.ts +19 -19
- package/table-builder/table-builder.module.d.ts +45 -45
- package/utilities/directives/auto-focus.directive.d.ts +10 -10
- package/utilities/directives/clickEmitterDirective.d.ts +7 -7
- package/utilities/directives/clickSubject.d.ts +9 -9
- package/utilities/directives/conditional-classes.directive.d.ts +14 -14
- package/utilities/directives/dialog-service.d.ts +10 -10
- package/utilities/directives/dialog.d.ts +46 -46
- package/utilities/directives/mat-toggle-group-directive.d.ts +21 -21
- package/utilities/directives/prevent-enter.directive.d.ts +6 -6
- package/utilities/directives/stop-propagation.directive.d.ts +7 -7
- package/utilities/directives/styler.d.ts +9 -9
- package/utilities/directives/trim-whitespace.directive.d.ts +9 -9
- package/utilities/index.d.ts +15 -15
- package/utilities/module.d.ts +19 -19
- package/utilities/pipes/function.pipe.d.ts +7 -7
- package/utilities/pipes/phone.pipe.d.ts +7 -7
- package/utilities/pipes/space-case.pipes.d.ts +17 -17
|
@@ -1,294 +1,294 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { FilterInfo, UnmappedTypes, mappedFieldTypes, PartialFilter } from '../../classes/filter-info';
|
|
3
|
-
import { TableStore } from '../../classes/table-store';
|
|
4
|
-
import { FilterType } from '../../enums/filterTypes';
|
|
5
|
-
import { FieldType } from '../../interfaces/report-def';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
8
|
-
state: TableStore;
|
|
9
|
-
filterTypes: Omit<{
|
|
10
|
-
0: Partial<{
|
|
11
|
-
Equals: FilterType[];
|
|
12
|
-
"Does Not Equal": FilterType[];
|
|
13
|
-
"Greater Than": FilterType[];
|
|
14
|
-
"Less Than": FilterType[];
|
|
15
|
-
Between: FilterType[];
|
|
16
|
-
Contains: FilterType[];
|
|
17
|
-
"Does Not Contain": FilterType[];
|
|
18
|
-
"Start With": FilterType[];
|
|
19
|
-
"Ends With": FilterType[];
|
|
20
|
-
"Is on": FilterType[];
|
|
21
|
-
"Is Not On": FilterType[];
|
|
22
|
-
"On or After": FilterType[];
|
|
23
|
-
"On or Before": FilterType[];
|
|
24
|
-
Is: FilterType[];
|
|
25
|
-
"Is Blank": FilterType[];
|
|
26
|
-
Or: FilterType[];
|
|
27
|
-
And: FilterType[];
|
|
28
|
-
In: FilterType[];
|
|
29
|
-
Custom: FilterType[];
|
|
30
|
-
}>;
|
|
31
|
-
1: Partial<{
|
|
32
|
-
Equals: FilterType[];
|
|
33
|
-
"Does Not Equal": FilterType[];
|
|
34
|
-
"Greater Than": FilterType[];
|
|
35
|
-
"Less Than": FilterType[];
|
|
36
|
-
Between: FilterType[];
|
|
37
|
-
Contains: FilterType[];
|
|
38
|
-
"Does Not Contain": FilterType[];
|
|
39
|
-
"Start With": FilterType[];
|
|
40
|
-
"Ends With": FilterType[];
|
|
41
|
-
"Is on": FilterType[];
|
|
42
|
-
"Is Not On": FilterType[];
|
|
43
|
-
"On or After": FilterType[];
|
|
44
|
-
"On or Before": FilterType[];
|
|
45
|
-
Is: FilterType[];
|
|
46
|
-
"Is Blank": FilterType[];
|
|
47
|
-
Or: FilterType[];
|
|
48
|
-
And: FilterType[];
|
|
49
|
-
In: FilterType[];
|
|
50
|
-
Custom: FilterType[];
|
|
51
|
-
}>;
|
|
52
|
-
2: Partial<{
|
|
53
|
-
Equals: FilterType[];
|
|
54
|
-
"Does Not Equal": FilterType[];
|
|
55
|
-
"Greater Than": FilterType[];
|
|
56
|
-
"Less Than": FilterType[];
|
|
57
|
-
Between: FilterType[];
|
|
58
|
-
Contains: FilterType[];
|
|
59
|
-
"Does Not Contain": FilterType[];
|
|
60
|
-
"Start With": FilterType[];
|
|
61
|
-
"Ends With": FilterType[];
|
|
62
|
-
"Is on": FilterType[];
|
|
63
|
-
"Is Not On": FilterType[];
|
|
64
|
-
"On or After": FilterType[];
|
|
65
|
-
"On or Before": FilterType[];
|
|
66
|
-
Is: FilterType[];
|
|
67
|
-
"Is Blank": FilterType[];
|
|
68
|
-
Or: FilterType[];
|
|
69
|
-
And: FilterType[];
|
|
70
|
-
In: FilterType[];
|
|
71
|
-
Custom: FilterType[];
|
|
72
|
-
}>;
|
|
73
|
-
3: Partial<{
|
|
74
|
-
Equals: FilterType[];
|
|
75
|
-
"Does Not Equal": FilterType[];
|
|
76
|
-
"Greater Than": FilterType[];
|
|
77
|
-
"Less Than": FilterType[];
|
|
78
|
-
Between: FilterType[];
|
|
79
|
-
Contains: FilterType[];
|
|
80
|
-
"Does Not Contain": FilterType[];
|
|
81
|
-
"Start With": FilterType[];
|
|
82
|
-
"Ends With": FilterType[];
|
|
83
|
-
"Is on": FilterType[];
|
|
84
|
-
"Is Not On": FilterType[];
|
|
85
|
-
"On or After": FilterType[];
|
|
86
|
-
"On or Before": FilterType[];
|
|
87
|
-
Is: FilterType[];
|
|
88
|
-
"Is Blank": FilterType[];
|
|
89
|
-
Or: FilterType[];
|
|
90
|
-
And: FilterType[];
|
|
91
|
-
In: FilterType[];
|
|
92
|
-
Custom: FilterType[];
|
|
93
|
-
}>;
|
|
94
|
-
4: Partial<{
|
|
95
|
-
Equals: FilterType[];
|
|
96
|
-
"Does Not Equal": FilterType[];
|
|
97
|
-
"Greater Than": FilterType[];
|
|
98
|
-
"Less Than": FilterType[];
|
|
99
|
-
Between: FilterType[];
|
|
100
|
-
Contains: FilterType[];
|
|
101
|
-
"Does Not Contain": FilterType[];
|
|
102
|
-
"Start With": FilterType[];
|
|
103
|
-
"Ends With": FilterType[];
|
|
104
|
-
"Is on": FilterType[];
|
|
105
|
-
"Is Not On": FilterType[];
|
|
106
|
-
"On or After": FilterType[];
|
|
107
|
-
"On or Before": FilterType[];
|
|
108
|
-
Is: FilterType[];
|
|
109
|
-
"Is Blank": FilterType[];
|
|
110
|
-
Or: FilterType[];
|
|
111
|
-
And: FilterType[];
|
|
112
|
-
In: FilterType[];
|
|
113
|
-
Custom: FilterType[];
|
|
114
|
-
}>;
|
|
115
|
-
5: Partial<{
|
|
116
|
-
Equals: FilterType[];
|
|
117
|
-
"Does Not Equal": FilterType[];
|
|
118
|
-
"Greater Than": FilterType[];
|
|
119
|
-
"Less Than": FilterType[];
|
|
120
|
-
Between: FilterType[];
|
|
121
|
-
Contains: FilterType[];
|
|
122
|
-
"Does Not Contain": FilterType[];
|
|
123
|
-
"Start With": FilterType[];
|
|
124
|
-
"Ends With": FilterType[];
|
|
125
|
-
"Is on": FilterType[];
|
|
126
|
-
"Is Not On": FilterType[];
|
|
127
|
-
"On or After": FilterType[];
|
|
128
|
-
"On or Before": FilterType[];
|
|
129
|
-
Is: FilterType[];
|
|
130
|
-
"Is Blank": FilterType[];
|
|
131
|
-
Or: FilterType[];
|
|
132
|
-
And: FilterType[];
|
|
133
|
-
In: FilterType[];
|
|
134
|
-
Custom: FilterType[];
|
|
135
|
-
}>;
|
|
136
|
-
6: Partial<{
|
|
137
|
-
Equals: FilterType[];
|
|
138
|
-
"Does Not Equal": FilterType[];
|
|
139
|
-
"Greater Than": FilterType[];
|
|
140
|
-
"Less Than": FilterType[];
|
|
141
|
-
Between: FilterType[];
|
|
142
|
-
Contains: FilterType[];
|
|
143
|
-
"Does Not Contain": FilterType[];
|
|
144
|
-
"Start With": FilterType[];
|
|
145
|
-
"Ends With": FilterType[];
|
|
146
|
-
"Is on": FilterType[];
|
|
147
|
-
"Is Not On": FilterType[];
|
|
148
|
-
"On or After": FilterType[];
|
|
149
|
-
"On or Before": FilterType[];
|
|
150
|
-
Is: FilterType[];
|
|
151
|
-
"Is Blank": FilterType[];
|
|
152
|
-
Or: FilterType[];
|
|
153
|
-
And: FilterType[];
|
|
154
|
-
In: FilterType[];
|
|
155
|
-
Custom: FilterType[];
|
|
156
|
-
}>;
|
|
157
|
-
7: Partial<{
|
|
158
|
-
Equals: FilterType[];
|
|
159
|
-
"Does Not Equal": FilterType[];
|
|
160
|
-
"Greater Than": FilterType[];
|
|
161
|
-
"Less Than": FilterType[];
|
|
162
|
-
Between: FilterType[];
|
|
163
|
-
Contains: FilterType[];
|
|
164
|
-
"Does Not Contain": FilterType[];
|
|
165
|
-
"Start With": FilterType[];
|
|
166
|
-
"Ends With": FilterType[];
|
|
167
|
-
"Is on": FilterType[];
|
|
168
|
-
"Is Not On": FilterType[];
|
|
169
|
-
"On or After": FilterType[];
|
|
170
|
-
"On or Before": FilterType[];
|
|
171
|
-
Is: FilterType[];
|
|
172
|
-
"Is Blank": FilterType[];
|
|
173
|
-
Or: FilterType[];
|
|
174
|
-
And: FilterType[];
|
|
175
|
-
In: FilterType[];
|
|
176
|
-
Custom: FilterType[];
|
|
177
|
-
}>;
|
|
178
|
-
8: Partial<{
|
|
179
|
-
Equals: FilterType[];
|
|
180
|
-
"Does Not Equal": FilterType[];
|
|
181
|
-
"Greater Than": FilterType[];
|
|
182
|
-
"Less Than": FilterType[];
|
|
183
|
-
Between: FilterType[];
|
|
184
|
-
Contains: FilterType[];
|
|
185
|
-
"Does Not Contain": FilterType[];
|
|
186
|
-
"Start With": FilterType[];
|
|
187
|
-
"Ends With": FilterType[];
|
|
188
|
-
"Is on": FilterType[];
|
|
189
|
-
"Is Not On": FilterType[];
|
|
190
|
-
"On or After": FilterType[];
|
|
191
|
-
"On or Before": FilterType[];
|
|
192
|
-
Is: FilterType[];
|
|
193
|
-
"Is Blank": FilterType[];
|
|
194
|
-
Or: FilterType[];
|
|
195
|
-
And: FilterType[];
|
|
196
|
-
In: FilterType[];
|
|
197
|
-
Custom: FilterType[];
|
|
198
|
-
}>;
|
|
199
|
-
9: Partial<{
|
|
200
|
-
Equals: FilterType[];
|
|
201
|
-
"Does Not Equal": FilterType[];
|
|
202
|
-
"Greater Than": FilterType[];
|
|
203
|
-
"Less Than": FilterType[];
|
|
204
|
-
Between: FilterType[];
|
|
205
|
-
Contains: FilterType[];
|
|
206
|
-
"Does Not Contain": FilterType[];
|
|
207
|
-
"Start With": FilterType[];
|
|
208
|
-
"Ends With": FilterType[];
|
|
209
|
-
"Is on": FilterType[];
|
|
210
|
-
"Is Not On": FilterType[];
|
|
211
|
-
"On or After": FilterType[];
|
|
212
|
-
"On or Before": FilterType[];
|
|
213
|
-
Is: FilterType[];
|
|
214
|
-
"Is Blank": FilterType[];
|
|
215
|
-
Or: FilterType[];
|
|
216
|
-
And: FilterType[];
|
|
217
|
-
In: FilterType[];
|
|
218
|
-
Custom: FilterType[];
|
|
219
|
-
}>;
|
|
220
|
-
10: Partial<{
|
|
221
|
-
Equals: FilterType[];
|
|
222
|
-
"Does Not Equal": FilterType[];
|
|
223
|
-
"Greater Than": FilterType[];
|
|
224
|
-
"Less Than": FilterType[];
|
|
225
|
-
Between: FilterType[];
|
|
226
|
-
Contains: FilterType[];
|
|
227
|
-
"Does Not Contain": FilterType[];
|
|
228
|
-
"Start With": FilterType[];
|
|
229
|
-
"Ends With": FilterType[];
|
|
230
|
-
"Is on": FilterType[];
|
|
231
|
-
"Is Not On": FilterType[];
|
|
232
|
-
"On or After": FilterType[];
|
|
233
|
-
"On or Before": FilterType[];
|
|
234
|
-
Is: FilterType[];
|
|
235
|
-
"Is Blank": FilterType[];
|
|
236
|
-
Or: FilterType[];
|
|
237
|
-
And: FilterType[];
|
|
238
|
-
In: FilterType[];
|
|
239
|
-
Custom: FilterType[];
|
|
240
|
-
}>;
|
|
241
|
-
11: Partial<{
|
|
242
|
-
Equals: FilterType[];
|
|
243
|
-
"Does Not Equal": FilterType[];
|
|
244
|
-
"Greater Than": FilterType[];
|
|
245
|
-
"Less Than": FilterType[];
|
|
246
|
-
Between: FilterType[];
|
|
247
|
-
Contains: FilterType[];
|
|
248
|
-
"Does Not Contain": FilterType[];
|
|
249
|
-
"Start With": FilterType[];
|
|
250
|
-
"Ends With": FilterType[];
|
|
251
|
-
"Is on": FilterType[];
|
|
252
|
-
"Is Not On": FilterType[];
|
|
253
|
-
"On or After": FilterType[];
|
|
254
|
-
"On or Before": FilterType[];
|
|
255
|
-
Is: FilterType[];
|
|
256
|
-
"Is Blank": FilterType[];
|
|
257
|
-
Or: FilterType[];
|
|
258
|
-
And: FilterType[];
|
|
259
|
-
In: FilterType[];
|
|
260
|
-
Custom: FilterType[];
|
|
261
|
-
}>;
|
|
262
|
-
12: Partial<{
|
|
263
|
-
Equals: FilterType[];
|
|
264
|
-
"Does Not Equal": FilterType[];
|
|
265
|
-
"Greater Than": FilterType[];
|
|
266
|
-
"Less Than": FilterType[];
|
|
267
|
-
Between: FilterType[];
|
|
268
|
-
Contains: FilterType[];
|
|
269
|
-
"Does Not Contain": FilterType[];
|
|
270
|
-
"Start With": FilterType[];
|
|
271
|
-
"Ends With": FilterType[];
|
|
272
|
-
"Is on": FilterType[];
|
|
273
|
-
"Is Not On": FilterType[];
|
|
274
|
-
"On or After": FilterType[];
|
|
275
|
-
"On or Before": FilterType[];
|
|
276
|
-
Is: FilterType[];
|
|
277
|
-
"Is Blank": FilterType[];
|
|
278
|
-
Or: FilterType[];
|
|
279
|
-
And: FilterType[];
|
|
280
|
-
In: FilterType[];
|
|
281
|
-
Custom: FilterType[];
|
|
282
|
-
}>;
|
|
283
|
-
}, UnmappedTypes>;
|
|
284
|
-
FilterType: typeof FilterType;
|
|
285
|
-
FieldType: typeof FieldType;
|
|
286
|
-
filter: PartialFilter;
|
|
287
|
-
close: EventEmitter<any>;
|
|
288
|
-
currentFilterType?: FilterType;
|
|
289
|
-
constructor(state: TableStore);
|
|
290
|
-
ngOnInit(): void;
|
|
291
|
-
onEnter(filter: FilterInfo, event: any): void;
|
|
292
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
293
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "tb-filter", never, { "filter": "filter"; }, { "close": "close"; }, never, never, false, never>;
|
|
294
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FilterInfo, UnmappedTypes, mappedFieldTypes, PartialFilter } from '../../classes/filter-info';
|
|
3
|
+
import { TableStore } from '../../classes/table-store';
|
|
4
|
+
import { FilterType } from '../../enums/filterTypes';
|
|
5
|
+
import { FieldType } from '../../interfaces/report-def';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FilterComponent<T extends mappedFieldTypes = any> {
|
|
8
|
+
state: TableStore;
|
|
9
|
+
filterTypes: Omit<{
|
|
10
|
+
0: Partial<{
|
|
11
|
+
Equals: FilterType[];
|
|
12
|
+
"Does Not Equal": FilterType[];
|
|
13
|
+
"Greater Than": FilterType[];
|
|
14
|
+
"Less Than": FilterType[];
|
|
15
|
+
Between: FilterType[];
|
|
16
|
+
Contains: FilterType[];
|
|
17
|
+
"Does Not Contain": FilterType[];
|
|
18
|
+
"Start With": FilterType[];
|
|
19
|
+
"Ends With": FilterType[];
|
|
20
|
+
"Is on": FilterType[];
|
|
21
|
+
"Is Not On": FilterType[];
|
|
22
|
+
"On or After": FilterType[];
|
|
23
|
+
"On or Before": FilterType[];
|
|
24
|
+
Is: FilterType[];
|
|
25
|
+
"Is Blank": FilterType[];
|
|
26
|
+
Or: FilterType[];
|
|
27
|
+
And: FilterType[];
|
|
28
|
+
In: FilterType[];
|
|
29
|
+
Custom: FilterType[];
|
|
30
|
+
}>;
|
|
31
|
+
1: Partial<{
|
|
32
|
+
Equals: FilterType[];
|
|
33
|
+
"Does Not Equal": FilterType[];
|
|
34
|
+
"Greater Than": FilterType[];
|
|
35
|
+
"Less Than": FilterType[];
|
|
36
|
+
Between: FilterType[];
|
|
37
|
+
Contains: FilterType[];
|
|
38
|
+
"Does Not Contain": FilterType[];
|
|
39
|
+
"Start With": FilterType[];
|
|
40
|
+
"Ends With": FilterType[];
|
|
41
|
+
"Is on": FilterType[];
|
|
42
|
+
"Is Not On": FilterType[];
|
|
43
|
+
"On or After": FilterType[];
|
|
44
|
+
"On or Before": FilterType[];
|
|
45
|
+
Is: FilterType[];
|
|
46
|
+
"Is Blank": FilterType[];
|
|
47
|
+
Or: FilterType[];
|
|
48
|
+
And: FilterType[];
|
|
49
|
+
In: FilterType[];
|
|
50
|
+
Custom: FilterType[];
|
|
51
|
+
}>;
|
|
52
|
+
2: Partial<{
|
|
53
|
+
Equals: FilterType[];
|
|
54
|
+
"Does Not Equal": FilterType[];
|
|
55
|
+
"Greater Than": FilterType[];
|
|
56
|
+
"Less Than": FilterType[];
|
|
57
|
+
Between: FilterType[];
|
|
58
|
+
Contains: FilterType[];
|
|
59
|
+
"Does Not Contain": FilterType[];
|
|
60
|
+
"Start With": FilterType[];
|
|
61
|
+
"Ends With": FilterType[];
|
|
62
|
+
"Is on": FilterType[];
|
|
63
|
+
"Is Not On": FilterType[];
|
|
64
|
+
"On or After": FilterType[];
|
|
65
|
+
"On or Before": FilterType[];
|
|
66
|
+
Is: FilterType[];
|
|
67
|
+
"Is Blank": FilterType[];
|
|
68
|
+
Or: FilterType[];
|
|
69
|
+
And: FilterType[];
|
|
70
|
+
In: FilterType[];
|
|
71
|
+
Custom: FilterType[];
|
|
72
|
+
}>;
|
|
73
|
+
3: Partial<{
|
|
74
|
+
Equals: FilterType[];
|
|
75
|
+
"Does Not Equal": FilterType[];
|
|
76
|
+
"Greater Than": FilterType[];
|
|
77
|
+
"Less Than": FilterType[];
|
|
78
|
+
Between: FilterType[];
|
|
79
|
+
Contains: FilterType[];
|
|
80
|
+
"Does Not Contain": FilterType[];
|
|
81
|
+
"Start With": FilterType[];
|
|
82
|
+
"Ends With": FilterType[];
|
|
83
|
+
"Is on": FilterType[];
|
|
84
|
+
"Is Not On": FilterType[];
|
|
85
|
+
"On or After": FilterType[];
|
|
86
|
+
"On or Before": FilterType[];
|
|
87
|
+
Is: FilterType[];
|
|
88
|
+
"Is Blank": FilterType[];
|
|
89
|
+
Or: FilterType[];
|
|
90
|
+
And: FilterType[];
|
|
91
|
+
In: FilterType[];
|
|
92
|
+
Custom: FilterType[];
|
|
93
|
+
}>;
|
|
94
|
+
4: Partial<{
|
|
95
|
+
Equals: FilterType[];
|
|
96
|
+
"Does Not Equal": FilterType[];
|
|
97
|
+
"Greater Than": FilterType[];
|
|
98
|
+
"Less Than": FilterType[];
|
|
99
|
+
Between: FilterType[];
|
|
100
|
+
Contains: FilterType[];
|
|
101
|
+
"Does Not Contain": FilterType[];
|
|
102
|
+
"Start With": FilterType[];
|
|
103
|
+
"Ends With": FilterType[];
|
|
104
|
+
"Is on": FilterType[];
|
|
105
|
+
"Is Not On": FilterType[];
|
|
106
|
+
"On or After": FilterType[];
|
|
107
|
+
"On or Before": FilterType[];
|
|
108
|
+
Is: FilterType[];
|
|
109
|
+
"Is Blank": FilterType[];
|
|
110
|
+
Or: FilterType[];
|
|
111
|
+
And: FilterType[];
|
|
112
|
+
In: FilterType[];
|
|
113
|
+
Custom: FilterType[];
|
|
114
|
+
}>;
|
|
115
|
+
5: Partial<{
|
|
116
|
+
Equals: FilterType[];
|
|
117
|
+
"Does Not Equal": FilterType[];
|
|
118
|
+
"Greater Than": FilterType[];
|
|
119
|
+
"Less Than": FilterType[];
|
|
120
|
+
Between: FilterType[];
|
|
121
|
+
Contains: FilterType[];
|
|
122
|
+
"Does Not Contain": FilterType[];
|
|
123
|
+
"Start With": FilterType[];
|
|
124
|
+
"Ends With": FilterType[];
|
|
125
|
+
"Is on": FilterType[];
|
|
126
|
+
"Is Not On": FilterType[];
|
|
127
|
+
"On or After": FilterType[];
|
|
128
|
+
"On or Before": FilterType[];
|
|
129
|
+
Is: FilterType[];
|
|
130
|
+
"Is Blank": FilterType[];
|
|
131
|
+
Or: FilterType[];
|
|
132
|
+
And: FilterType[];
|
|
133
|
+
In: FilterType[];
|
|
134
|
+
Custom: FilterType[];
|
|
135
|
+
}>;
|
|
136
|
+
6: Partial<{
|
|
137
|
+
Equals: FilterType[];
|
|
138
|
+
"Does Not Equal": FilterType[];
|
|
139
|
+
"Greater Than": FilterType[];
|
|
140
|
+
"Less Than": FilterType[];
|
|
141
|
+
Between: FilterType[];
|
|
142
|
+
Contains: FilterType[];
|
|
143
|
+
"Does Not Contain": FilterType[];
|
|
144
|
+
"Start With": FilterType[];
|
|
145
|
+
"Ends With": FilterType[];
|
|
146
|
+
"Is on": FilterType[];
|
|
147
|
+
"Is Not On": FilterType[];
|
|
148
|
+
"On or After": FilterType[];
|
|
149
|
+
"On or Before": FilterType[];
|
|
150
|
+
Is: FilterType[];
|
|
151
|
+
"Is Blank": FilterType[];
|
|
152
|
+
Or: FilterType[];
|
|
153
|
+
And: FilterType[];
|
|
154
|
+
In: FilterType[];
|
|
155
|
+
Custom: FilterType[];
|
|
156
|
+
}>;
|
|
157
|
+
7: Partial<{
|
|
158
|
+
Equals: FilterType[];
|
|
159
|
+
"Does Not Equal": FilterType[];
|
|
160
|
+
"Greater Than": FilterType[];
|
|
161
|
+
"Less Than": FilterType[];
|
|
162
|
+
Between: FilterType[];
|
|
163
|
+
Contains: FilterType[];
|
|
164
|
+
"Does Not Contain": FilterType[];
|
|
165
|
+
"Start With": FilterType[];
|
|
166
|
+
"Ends With": FilterType[];
|
|
167
|
+
"Is on": FilterType[];
|
|
168
|
+
"Is Not On": FilterType[];
|
|
169
|
+
"On or After": FilterType[];
|
|
170
|
+
"On or Before": FilterType[];
|
|
171
|
+
Is: FilterType[];
|
|
172
|
+
"Is Blank": FilterType[];
|
|
173
|
+
Or: FilterType[];
|
|
174
|
+
And: FilterType[];
|
|
175
|
+
In: FilterType[];
|
|
176
|
+
Custom: FilterType[];
|
|
177
|
+
}>;
|
|
178
|
+
8: Partial<{
|
|
179
|
+
Equals: FilterType[];
|
|
180
|
+
"Does Not Equal": FilterType[];
|
|
181
|
+
"Greater Than": FilterType[];
|
|
182
|
+
"Less Than": FilterType[];
|
|
183
|
+
Between: FilterType[];
|
|
184
|
+
Contains: FilterType[];
|
|
185
|
+
"Does Not Contain": FilterType[];
|
|
186
|
+
"Start With": FilterType[];
|
|
187
|
+
"Ends With": FilterType[];
|
|
188
|
+
"Is on": FilterType[];
|
|
189
|
+
"Is Not On": FilterType[];
|
|
190
|
+
"On or After": FilterType[];
|
|
191
|
+
"On or Before": FilterType[];
|
|
192
|
+
Is: FilterType[];
|
|
193
|
+
"Is Blank": FilterType[];
|
|
194
|
+
Or: FilterType[];
|
|
195
|
+
And: FilterType[];
|
|
196
|
+
In: FilterType[];
|
|
197
|
+
Custom: FilterType[];
|
|
198
|
+
}>;
|
|
199
|
+
9: Partial<{
|
|
200
|
+
Equals: FilterType[];
|
|
201
|
+
"Does Not Equal": FilterType[];
|
|
202
|
+
"Greater Than": FilterType[];
|
|
203
|
+
"Less Than": FilterType[];
|
|
204
|
+
Between: FilterType[];
|
|
205
|
+
Contains: FilterType[];
|
|
206
|
+
"Does Not Contain": FilterType[];
|
|
207
|
+
"Start With": FilterType[];
|
|
208
|
+
"Ends With": FilterType[];
|
|
209
|
+
"Is on": FilterType[];
|
|
210
|
+
"Is Not On": FilterType[];
|
|
211
|
+
"On or After": FilterType[];
|
|
212
|
+
"On or Before": FilterType[];
|
|
213
|
+
Is: FilterType[];
|
|
214
|
+
"Is Blank": FilterType[];
|
|
215
|
+
Or: FilterType[];
|
|
216
|
+
And: FilterType[];
|
|
217
|
+
In: FilterType[];
|
|
218
|
+
Custom: FilterType[];
|
|
219
|
+
}>;
|
|
220
|
+
10: Partial<{
|
|
221
|
+
Equals: FilterType[];
|
|
222
|
+
"Does Not Equal": FilterType[];
|
|
223
|
+
"Greater Than": FilterType[];
|
|
224
|
+
"Less Than": FilterType[];
|
|
225
|
+
Between: FilterType[];
|
|
226
|
+
Contains: FilterType[];
|
|
227
|
+
"Does Not Contain": FilterType[];
|
|
228
|
+
"Start With": FilterType[];
|
|
229
|
+
"Ends With": FilterType[];
|
|
230
|
+
"Is on": FilterType[];
|
|
231
|
+
"Is Not On": FilterType[];
|
|
232
|
+
"On or After": FilterType[];
|
|
233
|
+
"On or Before": FilterType[];
|
|
234
|
+
Is: FilterType[];
|
|
235
|
+
"Is Blank": FilterType[];
|
|
236
|
+
Or: FilterType[];
|
|
237
|
+
And: FilterType[];
|
|
238
|
+
In: FilterType[];
|
|
239
|
+
Custom: FilterType[];
|
|
240
|
+
}>;
|
|
241
|
+
11: Partial<{
|
|
242
|
+
Equals: FilterType[];
|
|
243
|
+
"Does Not Equal": FilterType[];
|
|
244
|
+
"Greater Than": FilterType[];
|
|
245
|
+
"Less Than": FilterType[];
|
|
246
|
+
Between: FilterType[];
|
|
247
|
+
Contains: FilterType[];
|
|
248
|
+
"Does Not Contain": FilterType[];
|
|
249
|
+
"Start With": FilterType[];
|
|
250
|
+
"Ends With": FilterType[];
|
|
251
|
+
"Is on": FilterType[];
|
|
252
|
+
"Is Not On": FilterType[];
|
|
253
|
+
"On or After": FilterType[];
|
|
254
|
+
"On or Before": FilterType[];
|
|
255
|
+
Is: FilterType[];
|
|
256
|
+
"Is Blank": FilterType[];
|
|
257
|
+
Or: FilterType[];
|
|
258
|
+
And: FilterType[];
|
|
259
|
+
In: FilterType[];
|
|
260
|
+
Custom: FilterType[];
|
|
261
|
+
}>;
|
|
262
|
+
12: Partial<{
|
|
263
|
+
Equals: FilterType[];
|
|
264
|
+
"Does Not Equal": FilterType[];
|
|
265
|
+
"Greater Than": FilterType[];
|
|
266
|
+
"Less Than": FilterType[];
|
|
267
|
+
Between: FilterType[];
|
|
268
|
+
Contains: FilterType[];
|
|
269
|
+
"Does Not Contain": FilterType[];
|
|
270
|
+
"Start With": FilterType[];
|
|
271
|
+
"Ends With": FilterType[];
|
|
272
|
+
"Is on": FilterType[];
|
|
273
|
+
"Is Not On": FilterType[];
|
|
274
|
+
"On or After": FilterType[];
|
|
275
|
+
"On or Before": FilterType[];
|
|
276
|
+
Is: FilterType[];
|
|
277
|
+
"Is Blank": FilterType[];
|
|
278
|
+
Or: FilterType[];
|
|
279
|
+
And: FilterType[];
|
|
280
|
+
In: FilterType[];
|
|
281
|
+
Custom: FilterType[];
|
|
282
|
+
}>;
|
|
283
|
+
}, UnmappedTypes>;
|
|
284
|
+
FilterType: typeof FilterType;
|
|
285
|
+
FieldType: typeof FieldType;
|
|
286
|
+
filter: PartialFilter;
|
|
287
|
+
close: EventEmitter<any>;
|
|
288
|
+
currentFilterType?: FilterType;
|
|
289
|
+
constructor(state: TableStore);
|
|
290
|
+
ngOnInit(): void;
|
|
291
|
+
onEnter(filter: FilterInfo, event: any): void;
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent<any>, never>;
|
|
293
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent<any>, "tb-filter", never, { "filter": "filter"; }, { "close": "close"; }, never, never, false, never>;
|
|
294
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { TableStore } from '../../../classes/table-store';
|
|
5
|
-
import { Dictionary } from '../../../interfaces/dictionary';
|
|
6
|
-
import { FieldType, MetaData } from '../../../interfaces/report-def';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class InListFilterComponent implements ControlValueAccessor {
|
|
9
|
-
private ref;
|
|
10
|
-
private tableState;
|
|
11
|
-
constructor(ref: ChangeDetectorRef, tableState: TableStore);
|
|
12
|
-
value: string[];
|
|
13
|
-
FieldType: typeof FieldType;
|
|
14
|
-
writeValue(obj: string[]): void;
|
|
15
|
-
onChange: (_: any) => void;
|
|
16
|
-
registerOnChange(fn: any): void;
|
|
17
|
-
onTouched: () => void;
|
|
18
|
-
registerOnTouched(fn: any): void;
|
|
19
|
-
key: string;
|
|
20
|
-
keyValues$: Observable<Dictionary<string>>;
|
|
21
|
-
selectedKeys: string[];
|
|
22
|
-
metaData: MetaData;
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
selectFilterChanged($event: any, val: any): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InListFilterComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": "key"; }, {}, never, never, false, never>;
|
|
27
|
-
}
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { TableStore } from '../../../classes/table-store';
|
|
5
|
+
import { Dictionary } from '../../../interfaces/dictionary';
|
|
6
|
+
import { FieldType, MetaData } from '../../../interfaces/report-def';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class InListFilterComponent implements ControlValueAccessor {
|
|
9
|
+
private ref;
|
|
10
|
+
private tableState;
|
|
11
|
+
constructor(ref: ChangeDetectorRef, tableState: TableStore);
|
|
12
|
+
value: string[];
|
|
13
|
+
FieldType: typeof FieldType;
|
|
14
|
+
writeValue(obj: string[]): void;
|
|
15
|
+
onChange: (_: any) => void;
|
|
16
|
+
registerOnChange(fn: any): void;
|
|
17
|
+
onTouched: () => void;
|
|
18
|
+
registerOnTouched(fn: any): void;
|
|
19
|
+
key: string;
|
|
20
|
+
keyValues$: Observable<Dictionary<string>>;
|
|
21
|
+
selectedKeys: string[];
|
|
22
|
+
metaData: MetaData;
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
selectFilterChanged($event: any, val: any): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InListFilterComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InListFilterComponent, "tb-in-list-filter , [tb-in-list-filter]", never, { "key": "key"; }, {}, never, never, false, never>;
|
|
27
|
+
}
|