@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.1
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/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +2 -2
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +2 -2
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/rowreorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/directives.d.ts +143 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/base-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/column-menu/column-chooser.component.mjs +9 -7
- package/esm2020/column-menu/column-list.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +12 -10
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/rowreorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/directives.mjs +307 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/base-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +11 -10
- package/esm2020/expand-state/expandable.directive.mjs +3 -2
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +57 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +8 -6
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +83 -137
- package/esm2020/index.mjs +2 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
- package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +11 -13
- package/esm2020/pager/pager.module.mjs +26 -74
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +23 -93
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +18 -13
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +3 -2
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +17 -18
- package/esm2020/rendering/header/header.module.mjs +83 -41
- package/esm2020/rendering/list.component.mjs +11 -10
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +11 -9
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +7 -5
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectable.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +25 -74
- package/esm2020/treelist.component.mjs +21 -21
- package/esm2020/treelist.module.mjs +150 -192
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +2 -3
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
- package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
- package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +42 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +2 -2
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +2 -2
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +4 -4
- package/filtering/menu/filter-menu.module.d.ts +42 -3
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +22 -10
- package/index.d.ts +2 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +15 -15
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +2 -2
- package/pager/pager-next-buttons.component.d.ts +2 -2
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +2 -2
- package/pager/pager.module.d.ts +15 -17
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +1 -1
- package/rendering/body.module.d.ts +14 -19
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +4 -4
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/level-items.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +4 -4
- package/rendering/header/header.module.d.ts +75 -8
- package/rendering/list.component.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +3 -3
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/shared.module.d.ts +6 -7
- package/treelist.component.d.ts +3 -3
- package/treelist.module.d.ts +93 -79
- package/column-menu/column-menu.module.d.ts +0 -27
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -78
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
@@ -2,12 +2,12 @@
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
5
7
|
import { ColumnComponent } from '../../columns/column.component';
|
6
8
|
import { FilterService } from '../filter.service';
|
7
|
-
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
8
9
|
import { BaseFilterCellComponent } from '../base-filter-cell.component';
|
9
10
|
import { FilterComponent } from '../filter-component.interface';
|
10
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
/**
|
13
13
|
* @hidden
|
@@ -33,5 +33,5 @@ export declare class AutoCompleteFilterCellComponent extends BaseFilterCellCompo
|
|
33
33
|
*/
|
34
34
|
get columnLabel(): string;
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteFilterCellComponent, never>;
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-treelist-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never,
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-treelist-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never, true, never>;
|
37
37
|
}
|
@@ -3,8 +3,8 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { FilterService } from '../filter.service';
|
7
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
+
import { FilterService } from '../filter.service';
|
8
8
|
import { BooleanFilterComponent } from '../boolean-filter.component';
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
/**
|
@@ -36,5 +36,5 @@ export declare class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
36
36
|
*/
|
37
37
|
get columnLabel(): string;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterCellComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-treelist-boolean-filter-cell", never, {}, {}, never, never,
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-treelist-boolean-filter-cell", never, {}, {}, never, never, true, never>;
|
40
40
|
}
|
@@ -2,8 +2,8 @@
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { FilterService } from '../filter.service';
|
6
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
6
|
+
import { FilterService } from '../filter.service';
|
7
7
|
import { DateFilterComponent } from '../date-filter.component';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
@@ -36,5 +36,5 @@ export declare class DateFilterCellComponent extends DateFilterComponent {
|
|
36
36
|
*/
|
37
37
|
get columnLabel(): string;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterCellComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-treelist-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never,
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-treelist-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never, true, never>;
|
40
40
|
}
|
@@ -13,5 +13,5 @@ export declare class FilterCellHostDirective extends FilterHostDirective {
|
|
13
13
|
constructor(host: ViewContainerRef, resolver: ComponentFactoryResolver);
|
14
14
|
protected componentType(): Type<FilterComponent>;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never,
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, true, never>;
|
17
17
|
}
|
@@ -107,5 +107,5 @@ export declare class FilterCellOperatorsComponent implements OnInit, OnDestroy {
|
|
107
107
|
*/
|
108
108
|
messageFor(token: string): string;
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellOperatorsComponent, never>;
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-treelist-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never,
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-treelist-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never, true, never>;
|
111
111
|
}
|
@@ -16,5 +16,5 @@ export declare class FilterCellTemplateDirective {
|
|
16
16
|
templateRef: TemplateRef<any>;
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellTemplateDirective, [{ optional: true; }]>;
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoTreeListFilterCellTemplate]", never, {}, {}, never, never,
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoTreeListFilterCellTemplate]", never, {}, {}, never, never, true, never>;
|
20
20
|
}
|
@@ -17,5 +17,5 @@ export declare class FilterCellWrapperComponent extends FilterInputWrapperCompon
|
|
17
17
|
constructor(filterService: FilterService);
|
18
18
|
protected filterChange(filter: CompositeFilterDescriptor): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellWrapperComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-treelist-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"],
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-treelist-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"], true, never>;
|
21
21
|
}
|
@@ -21,5 +21,5 @@ export declare class FilterCellComponent {
|
|
21
21
|
get hasTemplate(): boolean;
|
22
22
|
get isFilterable(): boolean;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoTreeListFilterCell]", never, { "column": "column"; "filter": "filter"; }, {}, never, never,
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoTreeListFilterCell]", never, { "column": "column"; "filter": "filter"; }, {}, never, never, true, never>;
|
25
25
|
}
|
@@ -42,5 +42,5 @@ export declare class NumericFilterCellComponent extends NumericFilterComponent {
|
|
42
42
|
*/
|
43
43
|
get columnLabel(): string;
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterCellComponent, never>;
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-treelist-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never,
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-treelist-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
|
46
46
|
}
|
@@ -13,13 +13,52 @@ import * as i7 from "./boolean-filter-cell.component";
|
|
13
13
|
import * as i8 from "./filter-cell-host.directive";
|
14
14
|
import * as i9 from "./filter-cell-wrapper.component";
|
15
15
|
import * as i10 from "./date-filter-cell.component";
|
16
|
-
import * as i11 from "
|
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 "@progress/kendo-angular-dropdowns";
|
37
|
+
import * as i32 from "@progress/kendo-angular-common";
|
38
|
+
import * as i33 from "@progress/kendo-angular-inputs";
|
39
|
+
import * as i34 from "@progress/kendo-angular-dateinputs";
|
40
|
+
import * as i35 from "@progress/kendo-angular-popup";
|
41
|
+
import * as i36 from "../../columns/column.component";
|
42
|
+
import * as i37 from "../../columns/column-group.component";
|
43
|
+
import * as i38 from "../../navigation/logical-cell.directive";
|
44
|
+
import * as i39 from "../../navigation/logical-row.directive";
|
45
|
+
import * as i40 from "../../navigation/focusable.directive";
|
46
|
+
import * as i41 from "../../rendering/common/col-group.component";
|
47
|
+
import * as i42 from "../../layout/resizable.directive";
|
48
|
+
import * as i43 from "../../rendering/common/field-accessor.pipe";
|
49
|
+
import * as i44 from "../../columns/span-column.component";
|
50
|
+
import * as i45 from "../../column-resizing/table.directive";
|
51
|
+
import * as i46 from "../../rendering/common/loading.component";
|
52
|
+
import * as i47 from "../../columns/checkbox-column.component";
|
53
|
+
import * as i48 from "../../columns/rowreorder-column.component";
|
54
|
+
import * as i49 from "@progress/kendo-angular-icons";
|
55
|
+
import * as i50 from "@progress/kendo-angular-buttons";
|
17
56
|
/**
|
18
57
|
* @hidden
|
58
|
+
* @deprecated
|
19
59
|
*/
|
20
60
|
export declare class RowFilterModule {
|
21
|
-
static exports(): any[];
|
22
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowFilterModule, never>;
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, [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
|
62
|
+
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.DropDownListComponent, typeof i31.FixedGroupTemplateDirective, typeof i31.FooterTemplateDirective, typeof i31.GroupTemplateDirective, typeof i31.HeaderTemplateDirective, typeof i31.ItemTemplateDirective, typeof i31.ValueTemplateDirective, typeof i31.NoDataTemplateDirective, typeof i31.FilterDirective, typeof i31.CustomMessagesComponent, typeof i31.AutoCompleteComponent, typeof i31.FixedGroupTemplateDirective, typeof i31.FooterTemplateDirective, typeof i31.GroupTemplateDirective, typeof i31.HeaderTemplateDirective, typeof i31.ItemTemplateDirective, typeof i31.NoDataTemplateDirective, typeof i31.FilterDirective, typeof i31.CustomMessagesComponent, typeof i32.SuffixTemplateDirective, typeof i32.PrefixTemplateDirective, typeof i33.TextBoxDirective, typeof i33.TextBoxComponent, typeof i33.InputSeparatorComponent, typeof i33.TextBoxSuffixTemplateDirective, typeof i33.TextBoxPrefixTemplateDirective, typeof i33.TextBoxCustomMessagesComponent, typeof i33.NumericTextBoxComponent, typeof i33.NumericTextBoxCustomMessagesComponent, typeof i32.PrefixTemplateDirective, typeof i32.SuffixTemplateDirective, typeof i33.MaskedTextBoxComponent, typeof i33.TextAreaComponent, typeof i33.TextAreaDirective, typeof i33.TextAreaPrefixComponent, typeof i33.TextAreaSuffixComponent, typeof i33.CheckBoxComponent, typeof i33.CheckBoxDirective, typeof i33.RadioButtonComponent, typeof i33.RadioButtonDirective, typeof i33.SwitchComponent, typeof i33.SwitchCustomMessagesComponent, typeof i33.FormFieldComponent, typeof i33.HintComponent, typeof i33.ErrorComponent, typeof i33.SliderComponent, typeof i33.SliderCustomMessagesComponent, typeof i33.LabelTemplateDirective, typeof i33.RangeSliderComponent, typeof i33.RangeSliderCustomMessagesComponent, typeof i33.LabelTemplateDirective, typeof i33.RatingComponent, typeof i33.RatingItemTemplateDirective, typeof i33.RatingHoveredItemTemplateDirective, typeof i33.RatingSelectedItemTemplateDirective, typeof i33.SignatureComponent, typeof i33.SignatureCustomMessagesComponent, typeof i33.ColorPickerComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.FlatColorPickerComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.ColorGradientComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.ColorPaletteComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i34.DatePickerCustomMessagesComponent, typeof i34.DatePickerComponent, typeof i34.CellTemplateDirective, typeof i34.CenturyCellTemplateDirective, typeof i34.DecadeCellTemplateDirective, typeof i34.FooterTemplateDirective, typeof i34.HeaderTemplateDirective, typeof i34.HeaderTitleTemplateDirective, typeof i34.MonthCellTemplateDirective, typeof i34.NavigationItemTemplateDirective, typeof i34.WeekNumberCellTemplateDirective, typeof i34.YearCellTemplateDirective, typeof i34.NavigationItemTemplateDirective, typeof i35.PopupComponent, typeof i36.ColumnComponent, typeof i37.ColumnGroupComponent, typeof i38.LogicalCellDirective, typeof i39.LogicalRowDirective, typeof i40.FocusableDirective, typeof i41.ColGroupComponent, typeof i42.ResizableContainerDirective, typeof i32.TemplateContextDirective, typeof i43.FieldAccessorPipe, typeof i44.SpanColumnComponent, typeof i45.TableDirective, typeof i46.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i47.CheckboxColumnComponent, typeof i48.RowReorderColumnComponent, typeof i32.DraggableDirective, typeof i49.IconComponent, typeof i49.SVGIconComponent, typeof i50.ButtonComponent], [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.DropDownListComponent, typeof i31.FixedGroupTemplateDirective, typeof i31.FooterTemplateDirective, typeof i31.GroupTemplateDirective, typeof i31.HeaderTemplateDirective, typeof i31.ItemTemplateDirective, typeof i31.ValueTemplateDirective, typeof i31.NoDataTemplateDirective, typeof i31.FilterDirective, typeof i31.CustomMessagesComponent, typeof i31.AutoCompleteComponent, typeof i31.FixedGroupTemplateDirective, typeof i31.FooterTemplateDirective, typeof i31.GroupTemplateDirective, typeof i31.HeaderTemplateDirective, typeof i31.ItemTemplateDirective, typeof i31.NoDataTemplateDirective, typeof i31.FilterDirective, typeof i31.CustomMessagesComponent, typeof i32.SuffixTemplateDirective, typeof i32.PrefixTemplateDirective, typeof i33.TextBoxDirective, typeof i33.TextBoxComponent, typeof i33.InputSeparatorComponent, typeof i33.TextBoxSuffixTemplateDirective, typeof i33.TextBoxPrefixTemplateDirective, typeof i33.TextBoxCustomMessagesComponent, typeof i33.NumericTextBoxComponent, typeof i33.NumericTextBoxCustomMessagesComponent, typeof i32.PrefixTemplateDirective, typeof i32.SuffixTemplateDirective, typeof i33.MaskedTextBoxComponent, typeof i33.TextAreaComponent, typeof i33.TextAreaDirective, typeof i33.TextAreaPrefixComponent, typeof i33.TextAreaSuffixComponent, typeof i33.CheckBoxComponent, typeof i33.CheckBoxDirective, typeof i33.RadioButtonComponent, typeof i33.RadioButtonDirective, typeof i33.SwitchComponent, typeof i33.SwitchCustomMessagesComponent, typeof i33.FormFieldComponent, typeof i33.HintComponent, typeof i33.ErrorComponent, typeof i33.SliderComponent, typeof i33.SliderCustomMessagesComponent, typeof i33.LabelTemplateDirective, typeof i33.RangeSliderComponent, typeof i33.RangeSliderCustomMessagesComponent, typeof i33.LabelTemplateDirective, typeof i33.RatingComponent, typeof i33.RatingItemTemplateDirective, typeof i33.RatingHoveredItemTemplateDirective, typeof i33.RatingSelectedItemTemplateDirective, typeof i33.SignatureComponent, typeof i33.SignatureCustomMessagesComponent, typeof i33.ColorPickerComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.FlatColorPickerComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.ColorGradientComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i33.ColorPaletteComponent, typeof i33.ColorPickerCustomMessagesComponent, typeof i34.DatePickerCustomMessagesComponent, typeof i34.DatePickerComponent, typeof i34.CellTemplateDirective, typeof i34.CenturyCellTemplateDirective, typeof i34.DecadeCellTemplateDirective, typeof i34.FooterTemplateDirective, typeof i34.HeaderTemplateDirective, typeof i34.HeaderTitleTemplateDirective, typeof i34.MonthCellTemplateDirective, typeof i34.NavigationItemTemplateDirective, typeof i34.WeekNumberCellTemplateDirective, typeof i34.YearCellTemplateDirective, typeof i34.NavigationItemTemplateDirective, typeof i35.PopupComponent, typeof i36.ColumnComponent, typeof i37.ColumnGroupComponent, typeof i38.LogicalCellDirective, typeof i39.LogicalRowDirective, typeof i40.FocusableDirective, typeof i41.ColGroupComponent, typeof i42.ResizableContainerDirective, typeof i32.TemplateContextDirective, typeof i43.FieldAccessorPipe, typeof i44.SpanColumnComponent, typeof i45.TableDirective, typeof i46.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i47.CheckboxColumnComponent, typeof i48.RowReorderColumnComponent, typeof i32.DraggableDirective, typeof i49.IconComponent, typeof i49.SVGIconComponent, typeof i50.ButtonComponent]>;
|
24
63
|
static ɵinj: i0.ɵɵInjectorDeclaration<RowFilterModule>;
|
25
64
|
}
|
@@ -43,5 +43,5 @@ export declare class StringFilterCellComponent extends StringFilterComponent {
|
|
43
43
|
*/
|
44
44
|
get columnLabel(): string;
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterCellComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-treelist-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never,
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-treelist-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, true, never>;
|
47
47
|
}
|
@@ -31,5 +31,5 @@ export declare class FilterInputDirective implements AfterViewInit, OnDestroy, O
|
|
31
31
|
private unsubscribeChanges;
|
32
32
|
private addAriaAttributes;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, [{ self: true; }, null, null, null]>;
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "column": "column"; "value": "value"; }, {}, ["kendoInput"], never,
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "column": "column"; "value": "value"; }, {}, ["kendoInput"], never, true, never>;
|
35
35
|
}
|
@@ -21,5 +21,5 @@ export declare class FilterRowComponent {
|
|
21
21
|
constructor(localization: LocalizationService);
|
22
22
|
getColumnComponent(column: ColumnBase): ColumnComponent;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterRowComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoTreeListFilterRow]", never, { "columns": "columns"; "filter": "filter"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never,
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoTreeListFilterRow]", never, { "columns": "columns"; "filter": "filter"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never, true, never>;
|
25
25
|
}
|
@@ -59,5 +59,5 @@ export declare class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
59
59
|
*/
|
60
60
|
columnLabel(): void;
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterMenuComponent, never>;
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-treelist-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; }, {}, never, never,
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-treelist-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; }, {}, never, never, true, never>;
|
63
63
|
}
|
@@ -3,12 +3,12 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { OnDestroy } from '@angular/core';
|
6
|
+
import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
7
|
+
import { CalendarView, DateInputFormatPlaceholder } from '@progress/kendo-angular-dateinputs';
|
6
8
|
import { FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
7
9
|
import { ColumnComponent } from "../../columns/column.component";
|
8
10
|
import { FilterService } from '../filter.service';
|
9
11
|
import { SinglePopupService } from '../../common/single-popup.service';
|
10
|
-
import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
11
|
-
import { CalendarView, DateInputFormatPlaceholder } from '@progress/kendo-angular-dateinputs';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
/**
|
14
14
|
* @hidden
|
@@ -38,5 +38,5 @@ export declare class DateFilterMenuInputComponent implements OnDestroy {
|
|
38
38
|
open(picker: DatePickerComponent): void;
|
39
39
|
ngOnDestroy(): void;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuInputComponent, never>;
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-treelist-date-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never, never,
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-treelist-date-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never, never, true, never>;
|
42
42
|
}
|
@@ -3,9 +3,9 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
6
7
|
import { ColumnComponent } from "../../columns/column.component";
|
7
8
|
import { FilterService } from '../filter.service';
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
9
9
|
import { DateFilterComponent } from '../date-filter.component';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
@@ -58,5 +58,5 @@ export declare class DateFilterMenuComponent extends DateFilterComponent {
|
|
58
58
|
logicChange(value: 'and' | 'or'): void;
|
59
59
|
protected localizationChange(): void;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-treelist-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never,
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-treelist-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, true, never>;
|
62
62
|
}
|
@@ -48,5 +48,5 @@ export declare class FilterMenuContainerComponent implements OnInit, OnDestroy {
|
|
48
48
|
get clearText(): string;
|
49
49
|
get filterText(): string;
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuContainerComponent, [{ skipSelf: true; }, null, null, null]>;
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-treelist-filter-menu-container", never, { "column": "column"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never,
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-treelist-filter-menu-container", never, { "column": "column"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never, true, never>;
|
52
52
|
}
|
@@ -16,5 +16,5 @@ export declare class FilterMenuHostDirective extends FilterHostDirective {
|
|
16
16
|
protected componentType(): Type<FilterComponent>;
|
17
17
|
protected initComponent(ctx: Context): void;
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuHostDirective, never>;
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; }, {}, never, never,
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; }, {}, never, never, true, never>;
|
20
20
|
}
|
@@ -2,9 +2,9 @@
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { CompositeFilterDescriptor, FilterDescriptor } from "@progress/kendo-data-query";
|
5
6
|
import { FilterService } from '../filter.service';
|
6
7
|
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
|
7
|
-
import { CompositeFilterDescriptor, FilterDescriptor } from "@progress/kendo-data-query";
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
10
|
* @hidden
|
@@ -34,5 +34,5 @@ export declare class FilterMenuInputWrapperComponent extends FilterInputWrapperC
|
|
34
34
|
protected updateFilter(filter: FilterDescriptor): CompositeFilterDescriptor;
|
35
35
|
onChange(value: any): void;
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuInputWrapperComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-treelist-filter-menu-input-wrapper", never, { "filterService": "filterService"; "currentFilter": "currentFilter"; }, {}, never, ["*"],
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-treelist-filter-menu-input-wrapper", never, { "filterService": "filterService"; "currentFilter": "currentFilter"; }, {}, never, ["*"], true, never>;
|
38
38
|
}
|
@@ -12,5 +12,5 @@ export declare class FilterMenuTemplateDirective {
|
|
12
12
|
templateRef: TemplateRef<any>;
|
13
13
|
constructor(templateRef: TemplateRef<any>);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuTemplateDirective, [{ optional: true; }]>;
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoTreeListFilterMenuTemplate]", never, {}, {}, never, never,
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoTreeListFilterMenuTemplate]", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -2,12 +2,12 @@
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { FilterService } from "../filter.service";
|
6
5
|
import { CompositeFilterDescriptor } from "@progress/kendo-data-query";
|
7
|
-
import { ColumnComponent } from '../../columns/column.component';
|
8
|
-
import { SinglePopupService } from '../../common/single-popup.service';
|
9
6
|
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
10
7
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
8
|
+
import { FilterService } from "../filter.service";
|
9
|
+
import { ColumnComponent } from '../../columns/column.component';
|
10
|
+
import { SinglePopupService } from '../../common/single-popup.service';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
/**
|
13
13
|
* @hidden
|
@@ -37,5 +37,5 @@ export declare class FilterMenuComponent {
|
|
37
37
|
toggle(anchor: any, template: any): boolean;
|
38
38
|
close(): void;
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuComponent, never>;
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-treelist-filter-menu", never, { "column": "column"; "filter": "filter"; }, {}, never, never,
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-treelist-filter-menu", never, { "column": "column"; "filter": "filter"; }, {}, never, never, true, never>;
|
41
41
|
}
|
@@ -15,13 +15,52 @@ import * as i9 from "./date-filter-menu-input.component";
|
|
15
15
|
import * as i10 from "./date-filter-menu.component";
|
16
16
|
import * as i11 from "./filter-menu-host.directive";
|
17
17
|
import * as i12 from "./boolean-filter-menu.component";
|
18
|
-
import * as i13 from "../
|
18
|
+
import * as i13 from "../cell/filter-cell-operators.component";
|
19
|
+
import * as i14 from "../operators/contains-filter-operator.component";
|
20
|
+
import * as i15 from "../operators/not-contains-filter-operator.component";
|
21
|
+
import * as i16 from "../operators/ends-with-filter-operator.component";
|
22
|
+
import * as i17 from "../operators/eq-filter-operator.component";
|
23
|
+
import * as i18 from "../operators/is-empty-filter-operator.component";
|
24
|
+
import * as i19 from "../operators/is-not-empty-filter-operator.component";
|
25
|
+
import * as i20 from "../operators/is-not-null-filter-operator.component";
|
26
|
+
import * as i21 from "../operators/isnull-filter-operator.component";
|
27
|
+
import * as i22 from "../operators/neq-filter-operator.component";
|
28
|
+
import * as i23 from "../operators/starts-with-filter-operator.component";
|
29
|
+
import * as i24 from "../operators/gt-filter-operator.component";
|
30
|
+
import * as i25 from "../operators/gte-filter-operator.component";
|
31
|
+
import * as i26 from "../operators/lt-filter-operator.component";
|
32
|
+
import * as i27 from "../operators/lte-filter-operator.component";
|
33
|
+
import * as i28 from "../operators/after-filter-operator.component";
|
34
|
+
import * as i29 from "../operators/after-eq-filter-operator.component";
|
35
|
+
import * as i30 from "../operators/before-eq-filter-operator.component";
|
36
|
+
import * as i31 from "../operators/before-filter-operator.component";
|
37
|
+
import * as i32 from "../filter-input.directive";
|
38
|
+
import * as i33 from "@progress/kendo-angular-dropdowns";
|
39
|
+
import * as i34 from "@progress/kendo-angular-common";
|
40
|
+
import * as i35 from "@progress/kendo-angular-inputs";
|
41
|
+
import * as i36 from "@progress/kendo-angular-dateinputs";
|
42
|
+
import * as i37 from "@progress/kendo-angular-popup";
|
43
|
+
import * as i38 from "../../columns/column.component";
|
44
|
+
import * as i39 from "../../columns/column-group.component";
|
45
|
+
import * as i40 from "../../navigation/logical-cell.directive";
|
46
|
+
import * as i41 from "../../navigation/logical-row.directive";
|
47
|
+
import * as i42 from "../../navigation/focusable.directive";
|
48
|
+
import * as i43 from "../../rendering/common/col-group.component";
|
49
|
+
import * as i44 from "../../layout/resizable.directive";
|
50
|
+
import * as i45 from "../../rendering/common/field-accessor.pipe";
|
51
|
+
import * as i46 from "../../columns/span-column.component";
|
52
|
+
import * as i47 from "../../column-resizing/table.directive";
|
53
|
+
import * as i48 from "../../rendering/common/loading.component";
|
54
|
+
import * as i49 from "../../columns/checkbox-column.component";
|
55
|
+
import * as i50 from "../../columns/rowreorder-column.component";
|
56
|
+
import * as i51 from "@progress/kendo-angular-icons";
|
57
|
+
import * as i52 from "@progress/kendo-angular-buttons";
|
19
58
|
/**
|
20
59
|
* @hidden
|
60
|
+
* @deprecated
|
21
61
|
*/
|
22
62
|
export declare class FilterMenuModule {
|
23
|
-
static exports(): any[];
|
24
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuModule, never>;
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, [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
|
64
|
+
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.FilterCellOperatorsComponent, typeof i14.ContainsFilterOperatorComponent, typeof i15.DoesNotContainFilterOperatorComponent, typeof i16.EndsWithFilterOperatorComponent, typeof i17.EqualFilterOperatorComponent, typeof i18.IsEmptyFilterOperatorComponent, typeof i19.IsNotEmptyFilterOperatorComponent, typeof i20.IsNotNullFilterOperatorComponent, typeof i21.IsNullFilterOperatorComponent, typeof i22.NotEqualFilterOperatorComponent, typeof i23.StartsWithFilterOperatorComponent, typeof i24.GreaterFilterOperatorComponent, typeof i25.GreaterOrEqualToFilterOperatorComponent, typeof i26.LessFilterOperatorComponent, typeof i27.LessOrEqualToFilterOperatorComponent, typeof i28.AfterFilterOperatorComponent, typeof i29.AfterEqFilterOperatorComponent, typeof i30.BeforeEqFilterOperatorComponent, typeof i31.BeforeFilterOperatorComponent, typeof i32.FilterInputDirective, typeof i33.DropDownListComponent, typeof i33.FixedGroupTemplateDirective, typeof i33.FooterTemplateDirective, typeof i33.GroupTemplateDirective, typeof i33.HeaderTemplateDirective, typeof i33.ItemTemplateDirective, typeof i33.ValueTemplateDirective, typeof i33.NoDataTemplateDirective, typeof i33.FilterDirective, typeof i33.CustomMessagesComponent, typeof i33.AutoCompleteComponent, typeof i33.FixedGroupTemplateDirective, typeof i33.FooterTemplateDirective, typeof i33.GroupTemplateDirective, typeof i33.HeaderTemplateDirective, typeof i33.ItemTemplateDirective, typeof i33.NoDataTemplateDirective, typeof i33.FilterDirective, typeof i33.CustomMessagesComponent, typeof i34.SuffixTemplateDirective, typeof i34.PrefixTemplateDirective, typeof i35.TextBoxDirective, typeof i35.TextBoxComponent, typeof i35.InputSeparatorComponent, typeof i35.TextBoxSuffixTemplateDirective, typeof i35.TextBoxPrefixTemplateDirective, typeof i35.TextBoxCustomMessagesComponent, typeof i35.NumericTextBoxComponent, typeof i35.NumericTextBoxCustomMessagesComponent, typeof i34.PrefixTemplateDirective, typeof i34.SuffixTemplateDirective, typeof i35.MaskedTextBoxComponent, typeof i35.TextAreaComponent, typeof i35.TextAreaDirective, typeof i35.TextAreaPrefixComponent, typeof i35.TextAreaSuffixComponent, typeof i35.CheckBoxComponent, typeof i35.CheckBoxDirective, typeof i35.RadioButtonComponent, typeof i35.RadioButtonDirective, typeof i35.SwitchComponent, typeof i35.SwitchCustomMessagesComponent, typeof i35.FormFieldComponent, typeof i35.HintComponent, typeof i35.ErrorComponent, typeof i35.SliderComponent, typeof i35.SliderCustomMessagesComponent, typeof i35.LabelTemplateDirective, typeof i35.RangeSliderComponent, typeof i35.RangeSliderCustomMessagesComponent, typeof i35.LabelTemplateDirective, typeof i35.RatingComponent, typeof i35.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i35.RatingSelectedItemTemplateDirective, typeof i35.SignatureComponent, typeof i35.SignatureCustomMessagesComponent, typeof i35.ColorPickerComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.FlatColorPickerComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.ColorGradientComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.ColorPaletteComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i36.DatePickerCustomMessagesComponent, typeof i36.DatePickerComponent, typeof i36.CellTemplateDirective, typeof i36.CenturyCellTemplateDirective, typeof i36.DecadeCellTemplateDirective, typeof i36.FooterTemplateDirective, typeof i36.HeaderTemplateDirective, typeof i36.HeaderTitleTemplateDirective, typeof i36.MonthCellTemplateDirective, typeof i36.NavigationItemTemplateDirective, typeof i36.WeekNumberCellTemplateDirective, typeof i36.YearCellTemplateDirective, typeof i36.NavigationItemTemplateDirective, typeof i37.PopupComponent, typeof i38.ColumnComponent, typeof i39.ColumnGroupComponent, typeof i40.LogicalCellDirective, typeof i41.LogicalRowDirective, typeof i42.FocusableDirective, typeof i43.ColGroupComponent, typeof i44.ResizableContainerDirective, typeof i34.TemplateContextDirective, typeof i45.FieldAccessorPipe, typeof i46.SpanColumnComponent, typeof i47.TableDirective, typeof i48.LoadingComponent, typeof i13.FilterCellOperatorsComponent, typeof i49.CheckboxColumnComponent, typeof i50.RowReorderColumnComponent, typeof i34.DraggableDirective, typeof i51.IconComponent, typeof i51.SVGIconComponent, typeof i52.ButtonComponent], [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.FilterCellOperatorsComponent, typeof i14.ContainsFilterOperatorComponent, typeof i15.DoesNotContainFilterOperatorComponent, typeof i16.EndsWithFilterOperatorComponent, typeof i17.EqualFilterOperatorComponent, typeof i18.IsEmptyFilterOperatorComponent, typeof i19.IsNotEmptyFilterOperatorComponent, typeof i20.IsNotNullFilterOperatorComponent, typeof i21.IsNullFilterOperatorComponent, typeof i22.NotEqualFilterOperatorComponent, typeof i23.StartsWithFilterOperatorComponent, typeof i24.GreaterFilterOperatorComponent, typeof i25.GreaterOrEqualToFilterOperatorComponent, typeof i26.LessFilterOperatorComponent, typeof i27.LessOrEqualToFilterOperatorComponent, typeof i28.AfterFilterOperatorComponent, typeof i29.AfterEqFilterOperatorComponent, typeof i30.BeforeEqFilterOperatorComponent, typeof i31.BeforeFilterOperatorComponent, typeof i32.FilterInputDirective, typeof i33.DropDownListComponent, typeof i33.FixedGroupTemplateDirective, typeof i33.FooterTemplateDirective, typeof i33.GroupTemplateDirective, typeof i33.HeaderTemplateDirective, typeof i33.ItemTemplateDirective, typeof i33.ValueTemplateDirective, typeof i33.NoDataTemplateDirective, typeof i33.FilterDirective, typeof i33.CustomMessagesComponent, typeof i33.AutoCompleteComponent, typeof i33.FixedGroupTemplateDirective, typeof i33.FooterTemplateDirective, typeof i33.GroupTemplateDirective, typeof i33.HeaderTemplateDirective, typeof i33.ItemTemplateDirective, typeof i33.NoDataTemplateDirective, typeof i33.FilterDirective, typeof i33.CustomMessagesComponent, typeof i34.SuffixTemplateDirective, typeof i34.PrefixTemplateDirective, typeof i35.TextBoxDirective, typeof i35.TextBoxComponent, typeof i35.InputSeparatorComponent, typeof i35.TextBoxSuffixTemplateDirective, typeof i35.TextBoxPrefixTemplateDirective, typeof i35.TextBoxCustomMessagesComponent, typeof i35.NumericTextBoxComponent, typeof i35.NumericTextBoxCustomMessagesComponent, typeof i34.PrefixTemplateDirective, typeof i34.SuffixTemplateDirective, typeof i35.MaskedTextBoxComponent, typeof i35.TextAreaComponent, typeof i35.TextAreaDirective, typeof i35.TextAreaPrefixComponent, typeof i35.TextAreaSuffixComponent, typeof i35.CheckBoxComponent, typeof i35.CheckBoxDirective, typeof i35.RadioButtonComponent, typeof i35.RadioButtonDirective, typeof i35.SwitchComponent, typeof i35.SwitchCustomMessagesComponent, typeof i35.FormFieldComponent, typeof i35.HintComponent, typeof i35.ErrorComponent, typeof i35.SliderComponent, typeof i35.SliderCustomMessagesComponent, typeof i35.LabelTemplateDirective, typeof i35.RangeSliderComponent, typeof i35.RangeSliderCustomMessagesComponent, typeof i35.LabelTemplateDirective, typeof i35.RatingComponent, typeof i35.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i35.RatingSelectedItemTemplateDirective, typeof i35.SignatureComponent, typeof i35.SignatureCustomMessagesComponent, typeof i35.ColorPickerComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.FlatColorPickerComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.ColorGradientComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i35.ColorPaletteComponent, typeof i35.ColorPickerCustomMessagesComponent, typeof i36.DatePickerCustomMessagesComponent, typeof i36.DatePickerComponent, typeof i36.CellTemplateDirective, typeof i36.CenturyCellTemplateDirective, typeof i36.DecadeCellTemplateDirective, typeof i36.FooterTemplateDirective, typeof i36.HeaderTemplateDirective, typeof i36.HeaderTitleTemplateDirective, typeof i36.MonthCellTemplateDirective, typeof i36.NavigationItemTemplateDirective, typeof i36.WeekNumberCellTemplateDirective, typeof i36.YearCellTemplateDirective, typeof i36.NavigationItemTemplateDirective, typeof i37.PopupComponent, typeof i38.ColumnComponent, typeof i39.ColumnGroupComponent, typeof i40.LogicalCellDirective, typeof i41.LogicalRowDirective, typeof i42.FocusableDirective, typeof i43.ColGroupComponent, typeof i44.ResizableContainerDirective, typeof i34.TemplateContextDirective, typeof i45.FieldAccessorPipe, typeof i46.SpanColumnComponent, typeof i47.TableDirective, typeof i48.LoadingComponent, typeof i13.FilterCellOperatorsComponent, typeof i49.CheckboxColumnComponent, typeof i50.RowReorderColumnComponent, typeof i34.DraggableDirective, typeof i51.IconComponent, typeof i51.SVGIconComponent, typeof i52.ButtonComponent]>;
|
26
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<FilterMenuModule>;
|
27
66
|
}
|
@@ -52,5 +52,5 @@ export declare class NumericFilterMenuInputComponent {
|
|
52
52
|
*/
|
53
53
|
format: string;
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuInputComponent, never>;
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-treelist-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never,
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-treelist-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never, true, never>;
|
56
56
|
}
|
@@ -3,9 +3,9 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
6
7
|
import { ColumnComponent } from "../../columns/column.component";
|
7
8
|
import { FilterService } from '../filter.service';
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
9
9
|
import { NumericFilterComponent } from '../numeric-filter.component';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
@@ -58,5 +58,5 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
58
58
|
logicChange(value: 'and' | 'or'): void;
|
59
59
|
protected localizationChange(): void;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-treelist-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never,
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-treelist-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, true, never>;
|
62
62
|
}
|
@@ -24,5 +24,5 @@ export declare class StringFilterMenuInputComponent {
|
|
24
24
|
constructor(localization: LocalizationService);
|
25
25
|
get columnLabel(): string;
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuInputComponent, never>;
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-treelist-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; }, {}, never, never,
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-treelist-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; }, {}, never, never, true, never>;
|
28
28
|
}
|
@@ -60,5 +60,5 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
|
|
60
60
|
logicChange(value: 'and' | 'or'): void;
|
61
61
|
protected localizationChange(): void;
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-treelist-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never,
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-treelist-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, true, never>;
|
64
64
|
}
|
@@ -19,5 +19,5 @@ export declare class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AfterEqFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-treelist-filter-after-eq-operator", never, {}, {}, never, never,
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-treelist-filter-after-eq-operator", never, {}, {}, never, never, true, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class AfterFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AfterFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-treelist-filter-after-operator", never, {}, {}, never, never,
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-treelist-filter-after-operator", never, {}, {}, never, never, true, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class BeforeEqFilterOperatorComponent extends FilterOperatorBase
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeforeEqFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-treelist-filter-before-eq-operator", never, {}, {}, never, never,
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-treelist-filter-before-eq-operator", never, {}, {}, never, never, true, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeforeFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-treelist-filter-before-operator", never, {}, {}, never, never,
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-treelist-filter-before-operator", never, {}, {}, never, never, true, never>;
|
23
23
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContainsFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-treelist-filter-contains-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-treelist-filter-contains-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EndsWithFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-treelist-filter-endswith-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-treelist-filter-endswith-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class EqualFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqualFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-treelist-filter-eq-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-treelist-filter-eq-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -8,5 +8,5 @@ import * as i0 from "@angular/core";
|
|
8
8
|
export declare class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
9
9
|
constructor(localization: LocalizationService);
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreaterFilterOperatorComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-treelist-filter-gt-operator", never, {}, {}, never, never,
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-treelist-filter-gt-operator", never, {}, {}, never, never, true, never>;
|
12
12
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreaterOrEqualToFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-treelist-filter-gte-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-treelist-filter-gte-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-treelist-filter-isempty-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-treelist-filter-isempty-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-treelist-filter-isnotempty-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-treelist-filter-isnotempty-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNullFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-treelist-filter-isnotnull-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-treelist-filter-isnotnull-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNullFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-treelist-filter-isnull-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-treelist-filter-isnull-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LessFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LessFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-treelist-filter-lt-operator", never, {}, {}, never, never,
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-treelist-filter-lt-operator", never, {}, {}, never, never, true, never>;
|
16
16
|
}
|