@progress/kendo-angular-treelist 17.0.0-develop.39 → 17.0.0-develop.40
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/esm2022/index.mjs +0 -6
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-treelist.mjs +16 -168
- package/index.d.ts +0 -6
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +3 -3
- package/esm2022/filtering/cell/row-filtering.module.mjs +0 -78
- package/esm2022/filtering/menu/filter-menu.module.mjs +0 -81
- package/esm2022/filtering/shared-filtering.module.mjs +0 -95
- package/esm2022/rendering/body.module.mjs +0 -41
- package/esm2022/rendering/header/header.module.mjs +0 -95
- package/esm2022/shared.module.mjs +0 -42
- package/filtering/cell/row-filtering.module.d.ts +0 -58
- package/filtering/menu/filter-menu.module.d.ts +0 -61
- package/filtering/shared-filtering.module.d.ts +0 -53
- package/rendering/body.module.d.ts +0 -29
- package/rendering/header/header.module.d.ts +0 -85
- package/shared.module.d.ts +0 -30
@@ -1,81 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { StringFilterMenuComponent } from './string-filter-menu.component';
|
7
|
-
import { NumericFilterMenuComponent } from './numeric-filter-menu.component';
|
8
|
-
import { DateFilterMenuComponent } from './date-filter-menu.component';
|
9
|
-
import { BooleanFilterMenuComponent } from './boolean-filter-menu.component';
|
10
|
-
import { FILTER_MENU_EXPORTS, SHARED_FILTER_EXPORTS } from '../../directives';
|
11
|
-
import * as i0 from "@angular/core";
|
12
|
-
import * as i1 from "./filter-menu.component";
|
13
|
-
import * as i2 from "./filter-menu-container.component";
|
14
|
-
import * as i3 from "./filter-menu-input-wrapper.component";
|
15
|
-
import * as i4 from "./string-filter-menu-input.component";
|
16
|
-
import * as i5 from "./string-filter-menu.component";
|
17
|
-
import * as i6 from "./filter-menu-template.directive";
|
18
|
-
import * as i7 from "./numeric-filter-menu.component";
|
19
|
-
import * as i8 from "./numeric-filter-menu-input.component";
|
20
|
-
import * as i9 from "./date-filter-menu-input.component";
|
21
|
-
import * as i10 from "./date-filter-menu.component";
|
22
|
-
import * as i11 from "./filter-menu-host.directive";
|
23
|
-
import * as i12 from "./boolean-filter-menu.component";
|
24
|
-
import * as i13 from "./filter-radio-button.directive";
|
25
|
-
import * as i14 from "../cell/filter-cell-operators.component";
|
26
|
-
import * as i15 from "../operators/contains-filter-operator.component";
|
27
|
-
import * as i16 from "../operators/not-contains-filter-operator.component";
|
28
|
-
import * as i17 from "../operators/ends-with-filter-operator.component";
|
29
|
-
import * as i18 from "../operators/eq-filter-operator.component";
|
30
|
-
import * as i19 from "../operators/is-empty-filter-operator.component";
|
31
|
-
import * as i20 from "../operators/is-not-empty-filter-operator.component";
|
32
|
-
import * as i21 from "../operators/is-not-null-filter-operator.component";
|
33
|
-
import * as i22 from "../operators/isnull-filter-operator.component";
|
34
|
-
import * as i23 from "../operators/neq-filter-operator.component";
|
35
|
-
import * as i24 from "../operators/starts-with-filter-operator.component";
|
36
|
-
import * as i25 from "../operators/gt-filter-operator.component";
|
37
|
-
import * as i26 from "../operators/gte-filter-operator.component";
|
38
|
-
import * as i27 from "../operators/lt-filter-operator.component";
|
39
|
-
import * as i28 from "../operators/lte-filter-operator.component";
|
40
|
-
import * as i29 from "../operators/after-filter-operator.component";
|
41
|
-
import * as i30 from "../operators/after-eq-filter-operator.component";
|
42
|
-
import * as i31 from "../operators/before-eq-filter-operator.component";
|
43
|
-
import * as i32 from "../operators/before-filter-operator.component";
|
44
|
-
import * as i33 from "../filter-input.directive";
|
45
|
-
import * as i34 from "../../columns/column.component";
|
46
|
-
import * as i35 from "../../columns/column-group.component";
|
47
|
-
import * as i36 from "../../navigation/logical-cell.directive";
|
48
|
-
import * as i37 from "../../navigation/logical-row.directive";
|
49
|
-
import * as i38 from "../../navigation/focusable.directive";
|
50
|
-
import * as i39 from "../../rendering/common/col-group.component";
|
51
|
-
import * as i40 from "../../layout/resizable.directive";
|
52
|
-
import * as i41 from "@progress/kendo-angular-common";
|
53
|
-
import * as i42 from "../../rendering/common/field-accessor.pipe";
|
54
|
-
import * as i43 from "../../columns/span-column.component";
|
55
|
-
import * as i44 from "../../rendering/common/loading.component";
|
56
|
-
import * as i45 from "../../columns/checkbox-column.component";
|
57
|
-
import * as i46 from "../../columns/rowreorder-column.component";
|
58
|
-
import * as i47 from "@progress/kendo-angular-pager";
|
59
|
-
const ENTRY_COMPONENTS = [
|
60
|
-
StringFilterMenuComponent,
|
61
|
-
NumericFilterMenuComponent,
|
62
|
-
DateFilterMenuComponent,
|
63
|
-
BooleanFilterMenuComponent
|
64
|
-
];
|
65
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
66
|
-
/**
|
67
|
-
* @hidden
|
68
|
-
* @deprecated
|
69
|
-
*/
|
70
|
-
export class FilterMenuModule {
|
71
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
72
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [i1.FilterMenuComponent, i2.FilterMenuContainerComponent, i3.FilterMenuInputWrapperComponent, i4.StringFilterMenuInputComponent, i5.StringFilterMenuComponent, i6.FilterMenuTemplateDirective, i7.NumericFilterMenuComponent, i8.NumericFilterMenuInputComponent, i9.DateFilterMenuInputComponent, i10.DateFilterMenuComponent, i11.FilterMenuHostDirective, i12.BooleanFilterMenuComponent, i13.BooleanFilterRadioButtonDirective, i14.FilterCellOperatorsComponent, i15.ContainsFilterOperatorComponent, i16.DoesNotContainFilterOperatorComponent, i17.EndsWithFilterOperatorComponent, i18.EqualFilterOperatorComponent, i19.IsEmptyFilterOperatorComponent, i20.IsNotEmptyFilterOperatorComponent, i21.IsNotNullFilterOperatorComponent, i22.IsNullFilterOperatorComponent, i23.NotEqualFilterOperatorComponent, i24.StartsWithFilterOperatorComponent, i25.GreaterFilterOperatorComponent, i26.GreaterOrEqualToFilterOperatorComponent, i27.LessFilterOperatorComponent, i28.LessOrEqualToFilterOperatorComponent, i29.AfterFilterOperatorComponent, i30.AfterEqFilterOperatorComponent, i31.BeforeEqFilterOperatorComponent, i32.BeforeFilterOperatorComponent, i33.FilterInputDirective, i34.ColumnComponent, i35.ColumnGroupComponent, i36.LogicalCellDirective, i37.LogicalRowDirective, i38.FocusableDirective, i39.ColGroupComponent, i40.ResizableContainerDirective, i41.TemplateContextDirective, i42.FieldAccessorPipe, i43.SpanColumnComponent, i44.LoadingComponent, i14.FilterCellOperatorsComponent, i45.CheckboxColumnComponent, i46.RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent], exports: [i1.FilterMenuComponent, i2.FilterMenuContainerComponent, i3.FilterMenuInputWrapperComponent, i4.StringFilterMenuInputComponent, i5.StringFilterMenuComponent, i6.FilterMenuTemplateDirective, i7.NumericFilterMenuComponent, i8.NumericFilterMenuInputComponent, i9.DateFilterMenuInputComponent, i10.DateFilterMenuComponent, i11.FilterMenuHostDirective, i12.BooleanFilterMenuComponent, i13.BooleanFilterRadioButtonDirective, i14.FilterCellOperatorsComponent, i15.ContainsFilterOperatorComponent, i16.DoesNotContainFilterOperatorComponent, i17.EndsWithFilterOperatorComponent, i18.EqualFilterOperatorComponent, i19.IsEmptyFilterOperatorComponent, i20.IsNotEmptyFilterOperatorComponent, i21.IsNotNullFilterOperatorComponent, i22.IsNullFilterOperatorComponent, i23.NotEqualFilterOperatorComponent, i24.StartsWithFilterOperatorComponent, i25.GreaterFilterOperatorComponent, i26.GreaterOrEqualToFilterOperatorComponent, i27.LessFilterOperatorComponent, i28.LessOrEqualToFilterOperatorComponent, i29.AfterFilterOperatorComponent, i30.AfterEqFilterOperatorComponent, i31.BeforeEqFilterOperatorComponent, i32.BeforeFilterOperatorComponent, i33.FilterInputDirective, i34.ColumnComponent, i35.ColumnGroupComponent, i36.LogicalCellDirective, i37.LogicalRowDirective, i38.FocusableDirective, i39.ColGroupComponent, i40.ResizableContainerDirective, i41.TemplateContextDirective, i42.FieldAccessorPipe, i43.SpanColumnComponent, i44.LoadingComponent, i14.FilterCellOperatorsComponent, i45.CheckboxColumnComponent, i46.RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent] });
|
73
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [i1.FilterMenuComponent, i2.FilterMenuContainerComponent, i3.FilterMenuInputWrapperComponent, i4.StringFilterMenuInputComponent, i5.StringFilterMenuComponent, i7.NumericFilterMenuComponent, i8.NumericFilterMenuInputComponent, i9.DateFilterMenuInputComponent, i10.DateFilterMenuComponent, i12.BooleanFilterMenuComponent, i14.FilterCellOperatorsComponent, i14.FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent] });
|
74
|
-
}
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, decorators: [{
|
76
|
-
type: NgModule,
|
77
|
-
args: [{
|
78
|
-
exports: [...FILTER_MENU_EXPORTS, ...SHARED_FILTER_EXPORTS],
|
79
|
-
imports: [...FILTER_MENU_EXPORTS, ...SHARED_FILTER_EXPORTS]
|
80
|
-
}]
|
81
|
-
}] });
|
@@ -1,95 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { SHARED_FILTER_EXPORTS } from '../directives';
|
7
|
-
import { PopupModule, PopupService } from '@progress/kendo-angular-popup';
|
8
|
-
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
9
|
-
import { IconsService } from '@progress/kendo-angular-icons';
|
10
|
-
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
11
|
-
import { CalendarDOMService, CenturyViewService, DatePickerModule, DecadeViewService, MonthViewService, NavigationService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
12
|
-
import { AutoCompleteModule, DropDownListModule } from '@progress/kendo-angular-dropdowns';
|
13
|
-
import { InputsModule } from '@progress/kendo-angular-inputs';
|
14
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
15
|
-
import * as i0 from "@angular/core";
|
16
|
-
import * as i1 from "./cell/filter-cell-operators.component";
|
17
|
-
import * as i2 from "./operators/contains-filter-operator.component";
|
18
|
-
import * as i3 from "./operators/not-contains-filter-operator.component";
|
19
|
-
import * as i4 from "./operators/ends-with-filter-operator.component";
|
20
|
-
import * as i5 from "./operators/eq-filter-operator.component";
|
21
|
-
import * as i6 from "./operators/is-empty-filter-operator.component";
|
22
|
-
import * as i7 from "./operators/is-not-empty-filter-operator.component";
|
23
|
-
import * as i8 from "./operators/is-not-null-filter-operator.component";
|
24
|
-
import * as i9 from "./operators/isnull-filter-operator.component";
|
25
|
-
import * as i10 from "./operators/neq-filter-operator.component";
|
26
|
-
import * as i11 from "./operators/starts-with-filter-operator.component";
|
27
|
-
import * as i12 from "./operators/gt-filter-operator.component";
|
28
|
-
import * as i13 from "./operators/gte-filter-operator.component";
|
29
|
-
import * as i14 from "./operators/lt-filter-operator.component";
|
30
|
-
import * as i15 from "./operators/lte-filter-operator.component";
|
31
|
-
import * as i16 from "./operators/after-filter-operator.component";
|
32
|
-
import * as i17 from "./operators/after-eq-filter-operator.component";
|
33
|
-
import * as i18 from "./operators/before-eq-filter-operator.component";
|
34
|
-
import * as i19 from "./operators/before-filter-operator.component";
|
35
|
-
import * as i20 from "./filter-input.directive";
|
36
|
-
import * as i21 from "../columns/column.component";
|
37
|
-
import * as i22 from "../columns/column-group.component";
|
38
|
-
import * as i23 from "../navigation/logical-cell.directive";
|
39
|
-
import * as i24 from "../navigation/logical-row.directive";
|
40
|
-
import * as i25 from "../navigation/focusable.directive";
|
41
|
-
import * as i26 from "../rendering/common/col-group.component";
|
42
|
-
import * as i27 from "../layout/resizable.directive";
|
43
|
-
import * as i28 from "@progress/kendo-angular-common";
|
44
|
-
import * as i29 from "../rendering/common/field-accessor.pipe";
|
45
|
-
import * as i30 from "../columns/span-column.component";
|
46
|
-
import * as i31 from "../rendering/common/loading.component";
|
47
|
-
import * as i32 from "../columns/checkbox-column.component";
|
48
|
-
import * as i33 from "../columns/rowreorder-column.component";
|
49
|
-
import * as i34 from "@progress/kendo-angular-pager";
|
50
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
51
|
-
/**
|
52
|
-
* @hidden
|
53
|
-
* @deprecated
|
54
|
-
*/
|
55
|
-
export class SharedFilterModule {
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
57
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, i34.CustomMessagesComponent, i34.PagerFocusableDirective, i34.PagerInfoComponent, i34.PagerInputComponent, i34.PagerNextButtonsComponent, i34.PagerNumericButtonsComponent, i34.PagerPageSizesComponent, i34.PagerPrevButtonsComponent, i34.PagerTemplateDirective, i34.PagerComponent, i34.PagerSpacerComponent], exports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, i34.CustomMessagesComponent, i34.PagerFocusableDirective, i34.PagerInfoComponent, i34.PagerInputComponent, i34.PagerNextButtonsComponent, i34.PagerNumericButtonsComponent, i34.PagerPageSizesComponent, i34.PagerPrevButtonsComponent, i34.PagerTemplateDirective, i34.PagerComponent, i34.PagerSpacerComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
58
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, providers: [
|
59
|
-
PopupService,
|
60
|
-
ResizeBatchService,
|
61
|
-
IconsService,
|
62
|
-
DialogContainerService,
|
63
|
-
DialogService,
|
64
|
-
WindowService,
|
65
|
-
WindowContainerService,
|
66
|
-
CalendarDOMService,
|
67
|
-
CenturyViewService,
|
68
|
-
DecadeViewService,
|
69
|
-
MonthViewService,
|
70
|
-
YearViewService,
|
71
|
-
NavigationService
|
72
|
-
], imports: [i1.FilterCellOperatorsComponent, i1.FilterCellOperatorsComponent, i34.CustomMessagesComponent, i34.PagerInfoComponent, i34.PagerInputComponent, i34.PagerNextButtonsComponent, i34.PagerNumericButtonsComponent, i34.PagerPageSizesComponent, i34.PagerPrevButtonsComponent, i34.PagerComponent, i34.PagerSpacerComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
73
|
-
}
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, decorators: [{
|
75
|
-
type: NgModule,
|
76
|
-
args: [{
|
77
|
-
exports: [...SHARED_FILTER_EXPORTS, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule],
|
78
|
-
imports: [...SHARED_FILTER_EXPORTS],
|
79
|
-
providers: [
|
80
|
-
PopupService,
|
81
|
-
ResizeBatchService,
|
82
|
-
IconsService,
|
83
|
-
DialogContainerService,
|
84
|
-
DialogService,
|
85
|
-
WindowService,
|
86
|
-
WindowContainerService,
|
87
|
-
CalendarDOMService,
|
88
|
-
CenturyViewService,
|
89
|
-
DecadeViewService,
|
90
|
-
MonthViewService,
|
91
|
-
YearViewService,
|
92
|
-
NavigationService
|
93
|
-
]
|
94
|
-
}]
|
95
|
-
}] });
|
@@ -1,41 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { KENDO_NUMERICTEXTBOX } from "@progress/kendo-angular-inputs";
|
7
|
-
import { KENDO_DATEPICKER } from '@progress/kendo-angular-dateinputs';
|
8
|
-
import { BODY_EXPORTS } from '../directives';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
import * as i1 from "../columns/command-column.component";
|
11
|
-
import * as i2 from "./cell-template.directive";
|
12
|
-
import * as i3 from "./cell.component";
|
13
|
-
import * as i4 from "./no-records-template.directive";
|
14
|
-
import * as i5 from "../editing/edit-template.directive";
|
15
|
-
import * as i6 from "../editing/edit-command.directive";
|
16
|
-
import * as i7 from "../editing/cancel-command.directive";
|
17
|
-
import * as i8 from "../editing/save-command.directive";
|
18
|
-
import * as i9 from "../editing/remove-command.directive";
|
19
|
-
import * as i10 from "../editing/add-command.directive";
|
20
|
-
import * as i11 from "../editing/add-command-tool.directive";
|
21
|
-
import * as i12 from "./footer-template.directive";
|
22
|
-
import * as i13 from "@progress/kendo-angular-inputs";
|
23
|
-
import * as i14 from "@progress/kendo-angular-common";
|
24
|
-
import * as i15 from "@progress/kendo-angular-dateinputs";
|
25
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
26
|
-
/**
|
27
|
-
* @hidden
|
28
|
-
* @deprecated
|
29
|
-
*/
|
30
|
-
export class BodyModule {
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
32
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [i1.CommandColumnComponent, i2.CellTemplateDirective, i3.CellComponent, i4.NoRecordsTemplateDirective, i5.EditTemplateDirective, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i11.AddCommandToolbarDirective, i12.FooterTemplateDirective, i13.NumericTextBoxComponent, i13.NumericTextBoxCustomMessagesComponent, i14.PrefixTemplateDirective, i14.SuffixTemplateDirective, i14.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent, i15.CellTemplateDirective, i15.CenturyCellTemplateDirective, i15.DecadeCellTemplateDirective, i15.FooterTemplateDirective, i15.HeaderTemplateDirective, i15.HeaderTitleTemplateDirective, i15.MonthCellTemplateDirective, i15.NavigationItemTemplateDirective, i15.WeekNumberCellTemplateDirective, i15.YearCellTemplateDirective, i15.NavigationItemTemplateDirective], exports: [i1.CommandColumnComponent, i2.CellTemplateDirective, i3.CellComponent, i4.NoRecordsTemplateDirective, i5.EditTemplateDirective, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i11.AddCommandToolbarDirective, i12.FooterTemplateDirective] });
|
33
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [i3.CellComponent, i6.EditCommandDirective, i7.CancelCommandDirective, i8.SaveCommandDirective, i9.RemoveCommandDirective, i10.AddCommandDirective, i13.NumericTextBoxComponent, i13.NumericTextBoxCustomMessagesComponent, i14.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent] });
|
34
|
-
}
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, decorators: [{
|
36
|
-
type: NgModule,
|
37
|
-
args: [{
|
38
|
-
exports: [...BODY_EXPORTS],
|
39
|
-
imports: [...BODY_EXPORTS, ...KENDO_NUMERICTEXTBOX, ...KENDO_DATEPICKER]
|
40
|
-
}]
|
41
|
-
}] });
|
@@ -1,95 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { COLUMN_MENU_EXPORTS, FILTER_MENU_EXPORTS, HEADER_EXPORTS, ROW_FILTER_EXPORTS, SHARED_EXPORTS } from '../../directives';
|
7
|
-
import { DraggableColumnDirective } from '../../dragdrop/draggable-column.directive';
|
8
|
-
import { DropTargetDirective } from '../../dragdrop/drop-target.directive';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
import * as i1 from "./header.component";
|
11
|
-
import * as i2 from "./header-template.directive";
|
12
|
-
import * as i3 from "../../column-resizing/column-handle.directive";
|
13
|
-
import * as i4 from "../../filtering/filter-row.component";
|
14
|
-
import * as i5 from "../../filtering/cell/filter-cell.component";
|
15
|
-
import * as i6 from "../../filtering/cell/filter-cell-template.directive";
|
16
|
-
import * as i7 from "../../filtering/cell/string-filter-cell.component";
|
17
|
-
import * as i8 from "../../filtering/cell/numeric-filter-cell.component";
|
18
|
-
import * as i9 from "../../filtering/cell/autocomplete-filter-cell.component";
|
19
|
-
import * as i10 from "../../filtering/cell/boolean-filter-cell.component";
|
20
|
-
import * as i11 from "../../filtering/cell/filter-cell-host.directive";
|
21
|
-
import * as i12 from "../../filtering/cell/filter-cell-wrapper.component";
|
22
|
-
import * as i13 from "../../filtering/cell/date-filter-cell.component";
|
23
|
-
import * as i14 from "../../filtering/cell/filter-cell-operators.component";
|
24
|
-
import * as i15 from "../../filtering/operators/contains-filter-operator.component";
|
25
|
-
import * as i16 from "../../filtering/operators/not-contains-filter-operator.component";
|
26
|
-
import * as i17 from "../../filtering/operators/ends-with-filter-operator.component";
|
27
|
-
import * as i18 from "../../filtering/operators/eq-filter-operator.component";
|
28
|
-
import * as i19 from "../../filtering/operators/is-empty-filter-operator.component";
|
29
|
-
import * as i20 from "../../filtering/operators/is-not-empty-filter-operator.component";
|
30
|
-
import * as i21 from "../../filtering/operators/is-not-null-filter-operator.component";
|
31
|
-
import * as i22 from "../../filtering/operators/isnull-filter-operator.component";
|
32
|
-
import * as i23 from "../../filtering/operators/neq-filter-operator.component";
|
33
|
-
import * as i24 from "../../filtering/operators/starts-with-filter-operator.component";
|
34
|
-
import * as i25 from "../../filtering/operators/gt-filter-operator.component";
|
35
|
-
import * as i26 from "../../filtering/operators/gte-filter-operator.component";
|
36
|
-
import * as i27 from "../../filtering/operators/lt-filter-operator.component";
|
37
|
-
import * as i28 from "../../filtering/operators/lte-filter-operator.component";
|
38
|
-
import * as i29 from "../../filtering/operators/after-filter-operator.component";
|
39
|
-
import * as i30 from "../../filtering/operators/after-eq-filter-operator.component";
|
40
|
-
import * as i31 from "../../filtering/operators/before-eq-filter-operator.component";
|
41
|
-
import * as i32 from "../../filtering/operators/before-filter-operator.component";
|
42
|
-
import * as i33 from "../../filtering/filter-input.directive";
|
43
|
-
import * as i34 from "../../columns/column.component";
|
44
|
-
import * as i35 from "../../columns/column-group.component";
|
45
|
-
import * as i36 from "../../navigation/logical-cell.directive";
|
46
|
-
import * as i37 from "../../navigation/logical-row.directive";
|
47
|
-
import * as i38 from "../../navigation/focusable.directive";
|
48
|
-
import * as i39 from "../common/col-group.component";
|
49
|
-
import * as i40 from "../../layout/resizable.directive";
|
50
|
-
import * as i41 from "@progress/kendo-angular-common";
|
51
|
-
import * as i42 from "../common/field-accessor.pipe";
|
52
|
-
import * as i43 from "../../columns/span-column.component";
|
53
|
-
import * as i44 from "../common/loading.component";
|
54
|
-
import * as i45 from "../../columns/checkbox-column.component";
|
55
|
-
import * as i46 from "../../columns/rowreorder-column.component";
|
56
|
-
import * as i47 from "@progress/kendo-angular-pager";
|
57
|
-
import * as i48 from "../../filtering/menu/filter-menu.component";
|
58
|
-
import * as i49 from "../../filtering/menu/filter-menu-container.component";
|
59
|
-
import * as i50 from "../../filtering/menu/filter-menu-input-wrapper.component";
|
60
|
-
import * as i51 from "../../filtering/menu/string-filter-menu-input.component";
|
61
|
-
import * as i52 from "../../filtering/menu/string-filter-menu.component";
|
62
|
-
import * as i53 from "../../filtering/menu/filter-menu-template.directive";
|
63
|
-
import * as i54 from "../../filtering/menu/numeric-filter-menu.component";
|
64
|
-
import * as i55 from "../../filtering/menu/numeric-filter-menu-input.component";
|
65
|
-
import * as i56 from "../../filtering/menu/date-filter-menu-input.component";
|
66
|
-
import * as i57 from "../../filtering/menu/date-filter-menu.component";
|
67
|
-
import * as i58 from "../../filtering/menu/filter-menu-host.directive";
|
68
|
-
import * as i59 from "../../filtering/menu/boolean-filter-menu.component";
|
69
|
-
import * as i60 from "../../filtering/menu/filter-radio-button.directive";
|
70
|
-
import * as i61 from "../../column-menu/column-chooser.component";
|
71
|
-
import * as i62 from "../../column-menu/column-menu-chooser.component";
|
72
|
-
import * as i63 from "../../column-menu/column-menu-filter.component";
|
73
|
-
import * as i64 from "../../column-menu/column-menu-item.component";
|
74
|
-
import * as i65 from "../../column-menu/column-menu-item-content-template.directive";
|
75
|
-
import * as i66 from "../../column-menu/column-menu-sort.component";
|
76
|
-
import * as i67 from "../../column-menu/column-menu.component";
|
77
|
-
import * as i68 from "../../column-menu/column-menu-lock.component";
|
78
|
-
import * as i69 from "../../column-menu/column-menu-template.directive";
|
79
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
80
|
-
/**
|
81
|
-
* @hidden
|
82
|
-
* @deprecated
|
83
|
-
*/
|
84
|
-
export class HeaderModule {
|
85
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
86
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [i1.HeaderComponent, i2.HeaderTemplateDirective, i3.ColumnHandleDirective, i4.FilterRowComponent, i5.FilterCellComponent, i6.FilterCellTemplateDirective, i7.StringFilterCellComponent, i8.NumericFilterCellComponent, i9.AutoCompleteFilterCellComponent, i10.BooleanFilterCellComponent, i11.FilterCellHostDirective, i12.FilterCellWrapperComponent, i13.DateFilterCellComponent, i14.FilterCellOperatorsComponent, i15.ContainsFilterOperatorComponent, i16.DoesNotContainFilterOperatorComponent, i17.EndsWithFilterOperatorComponent, i18.EqualFilterOperatorComponent, i19.IsEmptyFilterOperatorComponent, i20.IsNotEmptyFilterOperatorComponent, i21.IsNotNullFilterOperatorComponent, i22.IsNullFilterOperatorComponent, i23.NotEqualFilterOperatorComponent, i24.StartsWithFilterOperatorComponent, i25.GreaterFilterOperatorComponent, i26.GreaterOrEqualToFilterOperatorComponent, i27.LessFilterOperatorComponent, i28.LessOrEqualToFilterOperatorComponent, i29.AfterFilterOperatorComponent, i30.AfterEqFilterOperatorComponent, i31.BeforeEqFilterOperatorComponent, i32.BeforeFilterOperatorComponent, i33.FilterInputDirective, i34.ColumnComponent, i35.ColumnGroupComponent, i36.LogicalCellDirective, i37.LogicalRowDirective, i38.FocusableDirective, i39.ColGroupComponent, i40.ResizableContainerDirective, i41.TemplateContextDirective, i42.FieldAccessorPipe, i43.SpanColumnComponent, i44.LoadingComponent, i14.FilterCellOperatorsComponent, i45.CheckboxColumnComponent, i46.RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, i48.FilterMenuComponent, i49.FilterMenuContainerComponent, i50.FilterMenuInputWrapperComponent, i51.StringFilterMenuInputComponent, i52.StringFilterMenuComponent, i53.FilterMenuTemplateDirective, i54.NumericFilterMenuComponent, i55.NumericFilterMenuInputComponent, i56.DateFilterMenuInputComponent, i57.DateFilterMenuComponent, i58.FilterMenuHostDirective, i59.BooleanFilterMenuComponent, i60.BooleanFilterRadioButtonDirective, i34.ColumnComponent, i35.ColumnGroupComponent, i36.LogicalCellDirective, i37.LogicalRowDirective, i38.FocusableDirective, i39.ColGroupComponent, i40.ResizableContainerDirective, i41.TemplateContextDirective, i42.FieldAccessorPipe, i43.SpanColumnComponent, i44.LoadingComponent, i14.FilterCellOperatorsComponent, i45.CheckboxColumnComponent, i46.RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, i61.ColumnChooserComponent, i62.ColumnMenuChooserComponent, i63.ColumnMenuFilterComponent, i64.ColumnMenuItemComponent, i65.ColumnMenuItemContentTemplateDirective, i66.ColumnMenuSortComponent, i67.ColumnMenuComponent, i68.ColumnMenuLockComponent, i69.ColumnMenuTemplateDirective, DraggableColumnDirective, DropTargetDirective], exports: [i1.HeaderComponent, i2.HeaderTemplateDirective, i3.ColumnHandleDirective] });
|
87
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [i1.HeaderComponent, i7.StringFilterCellComponent, i8.NumericFilterCellComponent, i9.AutoCompleteFilterCellComponent, i10.BooleanFilterCellComponent, i12.FilterCellWrapperComponent, i13.DateFilterCellComponent, i14.FilterCellOperatorsComponent, i14.FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, i48.FilterMenuComponent, i49.FilterMenuContainerComponent, i50.FilterMenuInputWrapperComponent, i51.StringFilterMenuInputComponent, i52.StringFilterMenuComponent, i54.NumericFilterMenuComponent, i55.NumericFilterMenuInputComponent, i56.DateFilterMenuInputComponent, i57.DateFilterMenuComponent, i59.BooleanFilterMenuComponent, i14.FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, i61.ColumnChooserComponent, i62.ColumnMenuChooserComponent, i63.ColumnMenuFilterComponent, i64.ColumnMenuItemComponent, i66.ColumnMenuSortComponent, i67.ColumnMenuComponent, i68.ColumnMenuLockComponent] });
|
88
|
-
}
|
89
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, decorators: [{
|
90
|
-
type: NgModule,
|
91
|
-
args: [{
|
92
|
-
exports: [...HEADER_EXPORTS],
|
93
|
-
imports: [...HEADER_EXPORTS, ...ROW_FILTER_EXPORTS, ...FILTER_MENU_EXPORTS, ...SHARED_EXPORTS, ...COLUMN_MENU_EXPORTS, DraggableColumnDirective, DropTargetDirective]
|
94
|
-
}]
|
95
|
-
}] });
|
@@ -1,42 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NgModule } from '@angular/core';
|
6
|
-
import { IconsModule, IconsService } from '@progress/kendo-angular-icons';
|
7
|
-
import { DraggableModule } from '@progress/kendo-angular-common';
|
8
|
-
import { SHARED_EXPORTS } from './directives';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
import * as i1 from "./columns/column.component";
|
11
|
-
import * as i2 from "./columns/column-group.component";
|
12
|
-
import * as i3 from "./navigation/logical-cell.directive";
|
13
|
-
import * as i4 from "./navigation/logical-row.directive";
|
14
|
-
import * as i5 from "./navigation/focusable.directive";
|
15
|
-
import * as i6 from "./rendering/common/col-group.component";
|
16
|
-
import * as i7 from "./layout/resizable.directive";
|
17
|
-
import * as i8 from "@progress/kendo-angular-common";
|
18
|
-
import * as i9 from "./rendering/common/field-accessor.pipe";
|
19
|
-
import * as i10 from "./columns/span-column.component";
|
20
|
-
import * as i11 from "./rendering/common/loading.component";
|
21
|
-
import * as i12 from "./filtering/cell/filter-cell-operators.component";
|
22
|
-
import * as i13 from "./columns/checkbox-column.component";
|
23
|
-
import * as i14 from "./columns/rowreorder-column.component";
|
24
|
-
import * as i15 from "@progress/kendo-angular-pager";
|
25
|
-
// IMPORTANT: NgModule export kept for backwards compatibillity
|
26
|
-
/**
|
27
|
-
* @hidden
|
28
|
-
* @deprecated
|
29
|
-
*/
|
30
|
-
export class SharedModule {
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
32
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.ColGroupComponent, i7.ResizableContainerDirective, i8.TemplateContextDirective, i9.FieldAccessorPipe, i10.SpanColumnComponent, i11.LoadingComponent, i12.FilterCellOperatorsComponent, i13.CheckboxColumnComponent, i14.RowReorderColumnComponent, i15.CustomMessagesComponent, i15.PagerFocusableDirective, i15.PagerInfoComponent, i15.PagerInputComponent, i15.PagerNextButtonsComponent, i15.PagerNumericButtonsComponent, i15.PagerPageSizesComponent, i15.PagerPrevButtonsComponent, i15.PagerTemplateDirective, i15.PagerComponent, i15.PagerSpacerComponent], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.ColGroupComponent, i7.ResizableContainerDirective, i8.TemplateContextDirective, i9.FieldAccessorPipe, i10.SpanColumnComponent, i11.LoadingComponent, i12.FilterCellOperatorsComponent, i13.CheckboxColumnComponent, i14.RowReorderColumnComponent, i15.CustomMessagesComponent, i15.PagerFocusableDirective, i15.PagerInfoComponent, i15.PagerInputComponent, i15.PagerNextButtonsComponent, i15.PagerNumericButtonsComponent, i15.PagerPageSizesComponent, i15.PagerPrevButtonsComponent, i15.PagerTemplateDirective, i15.PagerComponent, i15.PagerSpacerComponent, DraggableModule, IconsModule] });
|
33
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [i12.FilterCellOperatorsComponent, i15.CustomMessagesComponent, i15.PagerInfoComponent, i15.PagerInputComponent, i15.PagerNextButtonsComponent, i15.PagerNumericButtonsComponent, i15.PagerPageSizesComponent, i15.PagerPrevButtonsComponent, i15.PagerComponent, i15.PagerSpacerComponent, DraggableModule, IconsModule] });
|
34
|
-
}
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, decorators: [{
|
36
|
-
type: NgModule,
|
37
|
-
args: [{
|
38
|
-
exports: [...SHARED_EXPORTS, DraggableModule, IconsModule],
|
39
|
-
imports: [...SHARED_EXPORTS],
|
40
|
-
providers: [IconsService]
|
41
|
-
}]
|
42
|
-
}] });
|
@@ -1,58 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "../filter-row.component";
|
7
|
-
import * as i2 from "./filter-cell.component";
|
8
|
-
import * as i3 from "./filter-cell-template.directive";
|
9
|
-
import * as i4 from "./string-filter-cell.component";
|
10
|
-
import * as i5 from "./numeric-filter-cell.component";
|
11
|
-
import * as i6 from "./autocomplete-filter-cell.component";
|
12
|
-
import * as i7 from "./boolean-filter-cell.component";
|
13
|
-
import * as i8 from "./filter-cell-host.directive";
|
14
|
-
import * as i9 from "./filter-cell-wrapper.component";
|
15
|
-
import * as i10 from "./date-filter-cell.component";
|
16
|
-
import * as i11 from "./filter-cell-operators.component";
|
17
|
-
import * as i12 from "../operators/contains-filter-operator.component";
|
18
|
-
import * as i13 from "../operators/not-contains-filter-operator.component";
|
19
|
-
import * as i14 from "../operators/ends-with-filter-operator.component";
|
20
|
-
import * as i15 from "../operators/eq-filter-operator.component";
|
21
|
-
import * as i16 from "../operators/is-empty-filter-operator.component";
|
22
|
-
import * as i17 from "../operators/is-not-empty-filter-operator.component";
|
23
|
-
import * as i18 from "../operators/is-not-null-filter-operator.component";
|
24
|
-
import * as i19 from "../operators/isnull-filter-operator.component";
|
25
|
-
import * as i20 from "../operators/neq-filter-operator.component";
|
26
|
-
import * as i21 from "../operators/starts-with-filter-operator.component";
|
27
|
-
import * as i22 from "../operators/gt-filter-operator.component";
|
28
|
-
import * as i23 from "../operators/gte-filter-operator.component";
|
29
|
-
import * as i24 from "../operators/lt-filter-operator.component";
|
30
|
-
import * as i25 from "../operators/lte-filter-operator.component";
|
31
|
-
import * as i26 from "../operators/after-filter-operator.component";
|
32
|
-
import * as i27 from "../operators/after-eq-filter-operator.component";
|
33
|
-
import * as i28 from "../operators/before-eq-filter-operator.component";
|
34
|
-
import * as i29 from "../operators/before-filter-operator.component";
|
35
|
-
import * as i30 from "../filter-input.directive";
|
36
|
-
import * as i31 from "../../columns/column.component";
|
37
|
-
import * as i32 from "../../columns/column-group.component";
|
38
|
-
import * as i33 from "../../navigation/logical-cell.directive";
|
39
|
-
import * as i34 from "../../navigation/logical-row.directive";
|
40
|
-
import * as i35 from "../../navigation/focusable.directive";
|
41
|
-
import * as i36 from "../../rendering/common/col-group.component";
|
42
|
-
import * as i37 from "../../layout/resizable.directive";
|
43
|
-
import * as i38 from "@progress/kendo-angular-common";
|
44
|
-
import * as i39 from "../../rendering/common/field-accessor.pipe";
|
45
|
-
import * as i40 from "../../columns/span-column.component";
|
46
|
-
import * as i41 from "../../rendering/common/loading.component";
|
47
|
-
import * as i42 from "../../columns/checkbox-column.component";
|
48
|
-
import * as i43 from "../../columns/rowreorder-column.component";
|
49
|
-
import * as i44 from "@progress/kendo-angular-pager";
|
50
|
-
/**
|
51
|
-
* @hidden
|
52
|
-
* @deprecated
|
53
|
-
*/
|
54
|
-
export declare class RowFilterModule {
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowFilterModule, never>;
|
56
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, never, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent], [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent, typeof i44.CustomMessagesComponent, typeof i44.PagerFocusableDirective, typeof i44.PagerInfoComponent, typeof i44.PagerInputComponent, typeof i44.PagerNextButtonsComponent, typeof i44.PagerNumericButtonsComponent, typeof i44.PagerPageSizesComponent, typeof i44.PagerPrevButtonsComponent, typeof i44.PagerTemplateDirective, typeof i44.PagerComponent, typeof i44.PagerSpacerComponent]>;
|
57
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RowFilterModule>;
|
58
|
-
}
|
@@ -1,61 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "./filter-menu.component";
|
7
|
-
import * as i2 from "./filter-menu-container.component";
|
8
|
-
import * as i3 from "./filter-menu-input-wrapper.component";
|
9
|
-
import * as i4 from "./string-filter-menu-input.component";
|
10
|
-
import * as i5 from "./string-filter-menu.component";
|
11
|
-
import * as i6 from "./filter-menu-template.directive";
|
12
|
-
import * as i7 from "./numeric-filter-menu.component";
|
13
|
-
import * as i8 from "./numeric-filter-menu-input.component";
|
14
|
-
import * as i9 from "./date-filter-menu-input.component";
|
15
|
-
import * as i10 from "./date-filter-menu.component";
|
16
|
-
import * as i11 from "./filter-menu-host.directive";
|
17
|
-
import * as i12 from "./boolean-filter-menu.component";
|
18
|
-
import * as i13 from "./filter-radio-button.directive";
|
19
|
-
import * as i14 from "../cell/filter-cell-operators.component";
|
20
|
-
import * as i15 from "../operators/contains-filter-operator.component";
|
21
|
-
import * as i16 from "../operators/not-contains-filter-operator.component";
|
22
|
-
import * as i17 from "../operators/ends-with-filter-operator.component";
|
23
|
-
import * as i18 from "../operators/eq-filter-operator.component";
|
24
|
-
import * as i19 from "../operators/is-empty-filter-operator.component";
|
25
|
-
import * as i20 from "../operators/is-not-empty-filter-operator.component";
|
26
|
-
import * as i21 from "../operators/is-not-null-filter-operator.component";
|
27
|
-
import * as i22 from "../operators/isnull-filter-operator.component";
|
28
|
-
import * as i23 from "../operators/neq-filter-operator.component";
|
29
|
-
import * as i24 from "../operators/starts-with-filter-operator.component";
|
30
|
-
import * as i25 from "../operators/gt-filter-operator.component";
|
31
|
-
import * as i26 from "../operators/gte-filter-operator.component";
|
32
|
-
import * as i27 from "../operators/lt-filter-operator.component";
|
33
|
-
import * as i28 from "../operators/lte-filter-operator.component";
|
34
|
-
import * as i29 from "../operators/after-filter-operator.component";
|
35
|
-
import * as i30 from "../operators/after-eq-filter-operator.component";
|
36
|
-
import * as i31 from "../operators/before-eq-filter-operator.component";
|
37
|
-
import * as i32 from "../operators/before-filter-operator.component";
|
38
|
-
import * as i33 from "../filter-input.directive";
|
39
|
-
import * as i34 from "../../columns/column.component";
|
40
|
-
import * as i35 from "../../columns/column-group.component";
|
41
|
-
import * as i36 from "../../navigation/logical-cell.directive";
|
42
|
-
import * as i37 from "../../navigation/logical-row.directive";
|
43
|
-
import * as i38 from "../../navigation/focusable.directive";
|
44
|
-
import * as i39 from "../../rendering/common/col-group.component";
|
45
|
-
import * as i40 from "../../layout/resizable.directive";
|
46
|
-
import * as i41 from "@progress/kendo-angular-common";
|
47
|
-
import * as i42 from "../../rendering/common/field-accessor.pipe";
|
48
|
-
import * as i43 from "../../columns/span-column.component";
|
49
|
-
import * as i44 from "../../rendering/common/loading.component";
|
50
|
-
import * as i45 from "../../columns/checkbox-column.component";
|
51
|
-
import * as i46 from "../../columns/rowreorder-column.component";
|
52
|
-
import * as i47 from "@progress/kendo-angular-pager";
|
53
|
-
/**
|
54
|
-
* @hidden
|
55
|
-
* @deprecated
|
56
|
-
*/
|
57
|
-
export declare class FilterMenuModule {
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuModule, never>;
|
59
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, never, [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent], [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent, typeof i47.CustomMessagesComponent, typeof i47.PagerFocusableDirective, typeof i47.PagerInfoComponent, typeof i47.PagerInputComponent, typeof i47.PagerNextButtonsComponent, typeof i47.PagerNumericButtonsComponent, typeof i47.PagerPageSizesComponent, typeof i47.PagerPrevButtonsComponent, typeof i47.PagerTemplateDirective, typeof i47.PagerComponent, typeof i47.PagerSpacerComponent]>;
|
60
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterMenuModule>;
|
61
|
-
}
|
@@ -1,53 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "./cell/filter-cell-operators.component";
|
7
|
-
import * as i2 from "./operators/contains-filter-operator.component";
|
8
|
-
import * as i3 from "./operators/not-contains-filter-operator.component";
|
9
|
-
import * as i4 from "./operators/ends-with-filter-operator.component";
|
10
|
-
import * as i5 from "./operators/eq-filter-operator.component";
|
11
|
-
import * as i6 from "./operators/is-empty-filter-operator.component";
|
12
|
-
import * as i7 from "./operators/is-not-empty-filter-operator.component";
|
13
|
-
import * as i8 from "./operators/is-not-null-filter-operator.component";
|
14
|
-
import * as i9 from "./operators/isnull-filter-operator.component";
|
15
|
-
import * as i10 from "./operators/neq-filter-operator.component";
|
16
|
-
import * as i11 from "./operators/starts-with-filter-operator.component";
|
17
|
-
import * as i12 from "./operators/gt-filter-operator.component";
|
18
|
-
import * as i13 from "./operators/gte-filter-operator.component";
|
19
|
-
import * as i14 from "./operators/lt-filter-operator.component";
|
20
|
-
import * as i15 from "./operators/lte-filter-operator.component";
|
21
|
-
import * as i16 from "./operators/after-filter-operator.component";
|
22
|
-
import * as i17 from "./operators/after-eq-filter-operator.component";
|
23
|
-
import * as i18 from "./operators/before-eq-filter-operator.component";
|
24
|
-
import * as i19 from "./operators/before-filter-operator.component";
|
25
|
-
import * as i20 from "./filter-input.directive";
|
26
|
-
import * as i21 from "../columns/column.component";
|
27
|
-
import * as i22 from "../columns/column-group.component";
|
28
|
-
import * as i23 from "../navigation/logical-cell.directive";
|
29
|
-
import * as i24 from "../navigation/logical-row.directive";
|
30
|
-
import * as i25 from "../navigation/focusable.directive";
|
31
|
-
import * as i26 from "../rendering/common/col-group.component";
|
32
|
-
import * as i27 from "../layout/resizable.directive";
|
33
|
-
import * as i28 from "@progress/kendo-angular-common";
|
34
|
-
import * as i29 from "../rendering/common/field-accessor.pipe";
|
35
|
-
import * as i30 from "../columns/span-column.component";
|
36
|
-
import * as i31 from "../rendering/common/loading.component";
|
37
|
-
import * as i32 from "../columns/checkbox-column.component";
|
38
|
-
import * as i33 from "../columns/rowreorder-column.component";
|
39
|
-
import * as i34 from "@progress/kendo-angular-pager";
|
40
|
-
import * as i35 from "@progress/kendo-angular-dropdowns";
|
41
|
-
import * as i36 from "@progress/kendo-angular-inputs";
|
42
|
-
import * as i37 from "@progress/kendo-angular-dateinputs";
|
43
|
-
import * as i38 from "@progress/kendo-angular-popup";
|
44
|
-
import * as i39 from "@progress/kendo-angular-buttons";
|
45
|
-
/**
|
46
|
-
* @hidden
|
47
|
-
* @deprecated
|
48
|
-
*/
|
49
|
-
export declare class SharedFilterModule {
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedFilterModule, never>;
|
51
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, never, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.CustomMessagesComponent, typeof i34.PagerFocusableDirective, typeof i34.PagerInfoComponent, typeof i34.PagerInputComponent, typeof i34.PagerNextButtonsComponent, typeof i34.PagerNumericButtonsComponent, typeof i34.PagerPageSizesComponent, typeof i34.PagerPrevButtonsComponent, typeof i34.PagerTemplateDirective, typeof i34.PagerComponent, typeof i34.PagerSpacerComponent], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.CustomMessagesComponent, typeof i34.PagerFocusableDirective, typeof i34.PagerInfoComponent, typeof i34.PagerInputComponent, typeof i34.PagerNextButtonsComponent, typeof i34.PagerNumericButtonsComponent, typeof i34.PagerPageSizesComponent, typeof i34.PagerPrevButtonsComponent, typeof i34.PagerTemplateDirective, typeof i34.PagerComponent, typeof i34.PagerSpacerComponent, typeof i35.DropDownListModule, typeof i35.AutoCompleteModule, typeof i36.InputsModule, typeof i37.DatePickerModule, typeof i38.PopupModule, typeof i39.ButtonModule]>;
|
52
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedFilterModule>;
|
53
|
-
}
|