@progress/kendo-angular-treelist 19.1.2-develop.3 → 19.1.2-develop.5
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/base-binding.directive.d.ts +6 -3
- package/binding-directives/flat-binding.directive.d.ts +7 -8
- package/binding-directives/hierarchy-binding.directive.d.ts +13 -6
- package/column-menu/column-chooser.component.d.ts +5 -8
- package/column-menu/column-locked-change-event.d.ts +4 -2
- package/column-menu/column-menu-autosize-all.component.d.ts +3 -5
- package/column-menu/column-menu-autosize.component.d.ts +5 -7
- package/column-menu/column-menu-chooser.component.d.ts +15 -6
- package/column-menu/column-menu-expandable-item.interface.d.ts +4 -3
- package/column-menu/column-menu-filter.component.d.ts +14 -4
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +3 -5
- package/column-menu/column-menu-item.component.d.ts +7 -10
- package/column-menu/column-menu-item.directive.d.ts +23 -1
- package/column-menu/column-menu-lock.component.d.ts +14 -4
- package/column-menu/column-menu-settings.interface.d.ts +5 -5
- package/column-menu/column-menu-sort.component.d.ts +12 -2
- package/column-menu/column-menu-template.directive.d.ts +3 -5
- package/column-menu/column-menu.component.d.ts +14 -2
- package/column-menu/column-menu.service.d.ts +1 -2
- package/column-menu/column-visibility-change-event.d.ts +2 -2
- package/column-resizing/column-resize.interface.d.ts +3 -2
- package/columns/checkbox-column.component.d.ts +16 -4
- package/columns/column-base.d.ts +15 -28
- package/columns/column-group.component.d.ts +1 -2
- package/columns/column.component.d.ts +22 -18
- package/columns/command-column.component.d.ts +3 -4
- package/columns/rowreorder-column.component.d.ts +9 -1
- package/columns/sort-settings.d.ts +5 -23
- package/columns/span-column.component.d.ts +11 -16
- package/common/cell-click-event-args.interface.d.ts +4 -3
- package/common/create-form-group.d.ts +2 -1
- package/common/pager-settings.d.ts +7 -8
- package/common/remove-confirmation.d.ts +1 -1
- package/common/single-popup.service.d.ts +7 -6
- package/data/change-event-args.interface.d.ts +6 -7
- package/data/data-item.interface.d.ts +5 -5
- package/data/data.collection.d.ts +4 -3
- package/data/treelist-item.interface.d.ts +2 -2
- package/directives.d.ts +10 -9
- package/dragdrop/column-reorder-config.d.ts +3 -2
- package/dragdrop/column-reorder-event.d.ts +4 -6
- package/editing/add-command-tool.directive.d.ts +9 -12
- package/editing/add-command.directive.d.ts +5 -9
- package/editing/add-event-args.interface.d.ts +3 -2
- package/editing/cancel-command.directive.d.ts +5 -8
- package/editing/cancel-event-args.interface.d.ts +1 -1
- package/editing/cell-close-event.d.ts +5 -5
- package/editing/edit-command.directive.d.ts +5 -9
- package/editing/edit-event-args.interface.d.ts +4 -3
- package/editing/edit-template.directive.d.ts +2 -4
- package/editing/remove-command.directive.d.ts +5 -8
- package/editing/remove-event-args.interface.d.ts +3 -2
- package/editing/save-command.directive.d.ts +5 -8
- package/editing/save-event-args.interface.d.ts +4 -3
- package/editing-directives/create-form-group-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +13 -5
- package/editing-directives/editing-directive-base.d.ts +3 -3
- package/editing-directives/in-cell-editing.directive.d.ts +12 -2
- package/editing-directives/reactive-editing.directive.d.ts +12 -2
- package/editing-directives/template-editing.directive.d.ts +13 -3
- package/esm2022/binding-directives/base-binding.directive.mjs +6 -3
- package/esm2022/binding-directives/flat-binding.directive.mjs +7 -8
- package/esm2022/binding-directives/hierarchy-binding.directive.mjs +13 -6
- package/esm2022/column-menu/column-chooser.component.mjs +5 -8
- package/esm2022/column-menu/column-locked-change-event.mjs +4 -2
- package/esm2022/column-menu/column-menu-autosize-all.component.mjs +3 -5
- package/esm2022/column-menu/column-menu-autosize.component.mjs +5 -7
- package/esm2022/column-menu/column-menu-chooser.component.mjs +15 -6
- package/esm2022/column-menu/column-menu-filter.component.mjs +14 -4
- package/esm2022/column-menu/column-menu-item-base.mjs +1 -1
- package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +3 -5
- package/esm2022/column-menu/column-menu-item.component.mjs +7 -10
- package/esm2022/column-menu/column-menu-item.directive.mjs +23 -1
- package/esm2022/column-menu/column-menu-lock.component.mjs +14 -4
- package/esm2022/column-menu/column-menu-sort.component.mjs +12 -2
- package/esm2022/column-menu/column-menu-template.directive.mjs +3 -5
- package/esm2022/column-menu/column-menu.component.mjs +14 -2
- package/esm2022/column-menu/column-menu.service.mjs +1 -2
- package/esm2022/column-menu/column-visibility-change-event.mjs +2 -2
- package/esm2022/columns/checkbox-column.component.mjs +16 -4
- package/esm2022/columns/column-base.mjs +15 -28
- package/esm2022/columns/column-group.component.mjs +1 -2
- package/esm2022/columns/column.component.mjs +22 -18
- package/esm2022/columns/command-column.component.mjs +3 -4
- package/esm2022/columns/rowreorder-column.component.mjs +9 -1
- package/esm2022/columns/span-column.component.mjs +11 -16
- package/esm2022/common/single-popup.service.mjs +7 -6
- package/esm2022/directives.mjs +10 -9
- package/esm2022/dragdrop/column-reorder-event.mjs +4 -6
- package/esm2022/editing/add-command-tool.directive.mjs +9 -12
- package/esm2022/editing/add-command.directive.mjs +5 -9
- package/esm2022/editing/cancel-command.directive.mjs +5 -8
- package/esm2022/editing/cell-close-event.mjs +5 -5
- package/esm2022/editing/edit-command.directive.mjs +5 -9
- package/esm2022/editing/edit-template.directive.mjs +2 -4
- package/esm2022/editing/remove-command.directive.mjs +5 -8
- package/esm2022/editing/save-command.directive.mjs +5 -8
- package/esm2022/editing-directives/editing-directive-base.mjs +3 -3
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +12 -2
- package/esm2022/editing-directives/reactive-editing.directive.mjs +12 -2
- package/esm2022/editing-directives/template-editing.directive.mjs +13 -3
- package/esm2022/excel/excel-command-tool.directive.mjs +9 -11
- package/esm2022/excel/excel-command.directive.mjs +3 -7
- package/esm2022/excel/excel.component.mjs +22 -16
- package/esm2022/excel/excel.module.mjs +2 -2
- package/esm2022/expand-state/expand-event.mjs +3 -3
- package/esm2022/expand-state/expandable.directive.mjs +8 -5
- package/esm2022/filtering/base-filter-cell.component.mjs +3 -1
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +1 -0
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +5 -3
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +2 -1
- package/esm2022/filtering/cell/filter-cell-template.directive.mjs +18 -3
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +7 -5
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +7 -7
- package/esm2022/filtering/date-filter.component.mjs +8 -3
- package/esm2022/filtering/filter.service.mjs +2 -4
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +3 -3
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +6 -3
- package/esm2022/filtering/menu/filter-menu-template.directive.mjs +18 -2
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +9 -5
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +6 -4
- package/esm2022/filtering/numeric-filter.component.mjs +3 -3
- package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/after-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/before-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/contains-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/operators/eq-filter-operator.component.mjs +76 -1
- package/esm2022/filtering/operators/filter-operator.base.mjs +1 -1
- package/esm2022/filtering/operators/gt-filter-operator.component.mjs +28 -2
- package/esm2022/filtering/operators/gte-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +76 -1
- package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +76 -1
- package/esm2022/filtering/operators/lt-filter-operator.component.mjs +27 -1
- package/esm2022/filtering/operators/lte-filter-operator.component.mjs +28 -2
- package/esm2022/filtering/operators/neq-filter-operator.component.mjs +76 -1
- package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +28 -1
- package/esm2022/filtering/string-filter.component.mjs +1 -1
- package/esm2022/localization/custom-messages.component.mjs +11 -2
- package/esm2022/navigation/focusable.directive.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf-command-tool.directive.mjs +11 -9
- package/esm2022/pdf/pdf-command.directive.mjs +2 -2
- package/esm2022/pdf/pdf-export-event.mjs +3 -1
- package/esm2022/pdf/pdf-margin.component.mjs +10 -5
- package/esm2022/pdf/pdf-template.directive.mjs +2 -2
- package/esm2022/pdf/pdf.component.mjs +12 -2
- package/esm2022/pdf/pdf.module.mjs +6 -6
- package/esm2022/rendering/cell-template.directive.mjs +8 -9
- package/esm2022/rendering/common/spacer.component.mjs +16 -5
- package/esm2022/rendering/footer-template.directive.mjs +10 -12
- package/esm2022/rendering/header/header-template.directive.mjs +4 -4
- package/esm2022/rendering/no-records-template.directive.mjs +2 -2
- package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +13 -2
- package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +4 -6
- package/esm2022/selection/selectable.directive.mjs +12 -0
- package/esm2022/selection/selection-change-event.mjs +1 -1
- package/esm2022/treelist.component.mjs +145 -109
- package/esm2022/treelist.module.mjs +6 -8
- package/esm2022/utils.mjs +1 -1
- package/excel/excel-command-tool.directive.d.ts +9 -11
- package/excel/excel-command.directive.d.ts +3 -7
- package/excel/excel-export-data.interface.d.ts +4 -4
- package/excel/excel.component.d.ts +22 -16
- package/excel/excel.module.d.ts +2 -2
- package/expand-state/expand-event.d.ts +3 -3
- package/expand-state/expandable-tree-component.d.ts +4 -6
- package/expand-state/expandable.directive.d.ts +8 -5
- package/fesm2022/progress-kendo-angular-treelist.mjs +1470 -574
- package/filtering/base-filter-cell.component.d.ts +3 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -0
- package/filtering/cell/date-filter-cell.component.d.ts +5 -3
- package/filtering/cell/filter-cell-operators.component.d.ts +2 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +18 -3
- package/filtering/cell/numeric-filter-cell.component.d.ts +7 -5
- package/filtering/cell/string-filter-cell.component.d.ts +7 -7
- package/filtering/date-filter.component.d.ts +8 -3
- package/filtering/filter.service.d.ts +2 -4
- package/filtering/filterable.d.ts +3 -2
- package/filtering/menu/boolean-filter-menu.component.d.ts +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +6 -3
- package/filtering/menu/filter-menu-template.directive.d.ts +18 -2
- package/filtering/menu/numeric-filter-menu.component.d.ts +9 -5
- package/filtering/menu/string-filter-menu.component.d.ts +6 -4
- package/filtering/numeric-filter.component.d.ts +3 -3
- package/filtering/operators/after-eq-filter-operator.component.d.ts +27 -1
- package/filtering/operators/after-filter-operator.component.d.ts +27 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +27 -1
- package/filtering/operators/before-filter-operator.component.d.ts +27 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +28 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +28 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +76 -1
- package/filtering/operators/filter-operator.base.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +30 -0
- package/filtering/operators/gte-filter-operator.component.d.ts +27 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +28 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +28 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +76 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +76 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +27 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +30 -0
- package/filtering/operators/neq-filter-operator.component.d.ts +76 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +28 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +28 -1
- package/filtering/string-filter.component.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +11 -2
- package/navigation/focusable-element.interface.d.ts +7 -11
- package/navigation/focusable.directive.d.ts +4 -4
- package/navigation/navigation-cell.interface.d.ts +5 -5
- package/navigation/navigation-row.interface.d.ts +4 -5
- package/package.json +18 -18
- package/pdf/pdf-command-tool.directive.d.ts +11 -9
- package/pdf/pdf-command.directive.d.ts +2 -2
- package/pdf/pdf-export-event.d.ts +3 -1
- package/pdf/pdf-margin.component.d.ts +10 -5
- package/pdf/pdf-margin.interface.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +2 -2
- package/pdf/pdf.component.d.ts +12 -2
- package/pdf/pdf.module.d.ts +6 -6
- package/rendering/cell-template.directive.d.ts +8 -9
- package/rendering/common/row-class.d.ts +4 -7
- package/rendering/common/spacer.component.d.ts +16 -5
- package/rendering/footer-template.directive.d.ts +10 -12
- package/rendering/header/header-template.directive.d.ts +4 -4
- package/rendering/no-records-template.directive.d.ts +2 -2
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +13 -2
- package/rendering/toolbar/toolbar-template.directive.d.ts +4 -6
- package/row-reordering/types.d.ts +4 -1
- package/schematics/ngAdd/index.js +3 -3
- package/scrolling/content-scroll-event.d.ts +2 -0
- package/scrolling/scroll-bottom-event.d.ts +2 -0
- package/scrolling/scroll-request.service.d.ts +3 -3
- package/scrolling/scrollmode.d.ts +3 -3
- package/selection/is-selected.d.ts +5 -4
- package/selection/selectable-settings.d.ts +6 -6
- package/selection/selectable.directive.d.ts +12 -0
- package/selection/selection-change-event.d.ts +2 -2
- package/treelist.component.d.ts +143 -107
- package/treelist.module.d.ts +6 -8
@@ -44,7 +44,9 @@ export declare const localizeOperators: (operators: any) => (localization: any)
|
|
44
44
|
value: any;
|
45
45
|
}[];
|
46
46
|
/**
|
47
|
-
* An abstract base class for the filter-cell component
|
47
|
+
* An abstract base class for the filter-cell component in the TreeList.
|
48
|
+
* Use this class to implement custom filter cell components.
|
49
|
+
* [See example](slug:filter_row_treelist#toc-custom-filter-row-components).
|
48
50
|
*/
|
49
51
|
export declare abstract class BaseFilterCellComponent implements AfterContentInit, OnDestroy {
|
50
52
|
protected filterService: FilterService;
|
@@ -9,6 +9,7 @@ import { BooleanFilterComponent } from '../boolean-filter.component';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
/**
|
11
11
|
* Represents a Boolean filter-cell component.
|
12
|
+
* Use this component to filter Boolean values in the TreeList.
|
12
13
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
13
14
|
*
|
14
15
|
* @example
|
@@ -8,9 +8,10 @@ import { DateFilterComponent } from '../date-filter.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
10
|
* Represents a date-filter cell component.
|
11
|
+
* Use this component to filter date values in the TreeList.
|
11
12
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
12
|
-
* @example
|
13
13
|
*
|
14
|
+
* @example
|
14
15
|
* ```html
|
15
16
|
* <kendo-treelist-column field="OrderDate">
|
16
17
|
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
@@ -21,12 +22,13 @@ import * as i0 from "@angular/core";
|
|
21
22
|
* </ng-template>
|
22
23
|
* </kendo-treelist-column>
|
23
24
|
* ```
|
25
|
+
* @remarks
|
26
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link AfterEqFilterOperatorComponent}, {@link AfterFilterOperatorComponent}, {@link BeforeEqFilterOperatorComponent}, {@link BeforeFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
|
24
27
|
*/
|
25
28
|
export declare class DateFilterCellComponent extends DateFilterComponent {
|
26
29
|
protected localization: LocalizationService;
|
27
30
|
/**
|
28
|
-
*
|
29
|
-
* @type {boolean}
|
31
|
+
* Shows or hides the drop-down filter operators.
|
30
32
|
* @default true
|
31
33
|
*/
|
32
34
|
showOperators: boolean;
|
@@ -9,7 +9,8 @@ import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
9
|
import { ColumnComponent } from '../../columns/column.component';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
12
|
-
* Represents a component
|
12
|
+
* Represents a component that displays filter operators for the TreeList filter row.
|
13
|
+
* Use this component to let users select filter operators for a column.
|
13
14
|
*
|
14
15
|
* @example
|
15
16
|
* ```html
|
@@ -5,12 +5,27 @@
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
|
-
* Represents the filter-cell template
|
8
|
+
* Represents the filter-cell template for the TreeList.
|
9
|
+
* Use this directive to customize the filter row cell for a column.
|
10
|
+
* See [custom filter row components](slug:filter_row_treelist#toc-custom-filters).
|
9
11
|
*
|
10
|
-
* The template context is set to the filter descriptor and the following
|
11
|
-
* - `column`—The current column instance. Use
|
12
|
+
* The template context is set to the filter descriptor and provides the following fields:
|
13
|
+
* - `column`—The current column instance. Use as an alias for a template variable with `let-column="column"`.
|
12
14
|
* - `filter`—The filter descriptor.
|
13
15
|
* - `cellContext`—An object used to pass context information to built-in directives.
|
16
|
+
*
|
17
|
+
* @example
|
18
|
+
* ```html
|
19
|
+
* <kendo-treelist-column field="name" title="Name">
|
20
|
+
* <ng-template kendoTreeListFilterCellTemplate let-column="column" let-filter="filter" let-cellContext="cellContext">
|
21
|
+
* <kendo-maskedtextbox mask="(999) 000-0000"
|
22
|
+
* [promptPlaceholder]="prompt" [includeLiterals]="true"
|
23
|
+
* (valueChange)="phoneChange($event)"
|
24
|
+
* >
|
25
|
+
* </kendo-maskedtextbox>
|
26
|
+
* </ng-template>
|
27
|
+
* </kendo-treelist-column>
|
28
|
+
* ```
|
14
29
|
*/
|
15
30
|
export declare class FilterCellTemplateDirective {
|
16
31
|
templateRef: TemplateRef<any>;
|
@@ -8,7 +8,9 @@ import { NumericFilterComponent } from '../numeric-filter.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
10
|
* Represents a numeric filter cell.
|
11
|
+
* Use this component to filter numeric values in the TreeList.
|
11
12
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
13
|
+
*
|
12
14
|
* @example
|
13
15
|
* ```html
|
14
16
|
* <kendo-treelist-column field="ProductName" title="Product Name">
|
@@ -20,19 +22,19 @@ import * as i0 from "@angular/core";
|
|
20
22
|
* </ng-template>
|
21
23
|
* </kendo-treelist-column>
|
22
24
|
* ```
|
25
|
+
* @remarks
|
26
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link GreaterFilterOperatorComponent}, {@link GreaterOrEqualToFilterOperatorComponent}, {@link LessFilterOperatorComponent}, {@link LessOrEqualToFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
|
23
27
|
*/
|
24
28
|
export declare class NumericFilterCellComponent extends NumericFilterComponent {
|
25
29
|
protected localization: LocalizationService;
|
26
30
|
/**
|
27
|
-
*
|
28
|
-
* A value of `0`
|
29
|
-
* @type {boolean}
|
31
|
+
* Sets the delay time (in milliseconds) before the filter value is submitted.
|
32
|
+
* A value of `0` means no delay.
|
30
33
|
* @default 500
|
31
34
|
*/
|
32
35
|
filterDelay: number;
|
33
36
|
/**
|
34
|
-
*
|
35
|
-
* @type {boolean}
|
37
|
+
* Shows or hides the drop-down filter operators.
|
36
38
|
* @default true
|
37
39
|
*/
|
38
40
|
showOperators: boolean;
|
@@ -8,9 +8,10 @@ import { StringFilterComponent } from '../string-filter.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
10
|
* Represents a string-filter cell component.
|
11
|
+
* Use this component to filter string values in the TreeList.
|
11
12
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
12
|
-
* @example
|
13
13
|
*
|
14
|
+
* @example
|
14
15
|
* ```html
|
15
16
|
* <kendo-treelist-column field="ProductName">
|
16
17
|
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
@@ -21,19 +22,18 @@ import * as i0 from "@angular/core";
|
|
21
22
|
* </ng-template>
|
22
23
|
* </kendo-treelist-column>
|
23
24
|
* ```
|
25
|
+
* @remarks
|
26
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link ContainsFilterOperatorComponent}, {@link DoesNotContainFilterOperatorComponent}, {@link StartsWithFilterOperatorComponent}, {@link EndsWithFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}, {@link IsEmptyFilterOperatorComponent}, {@link IsNotEmptyFilterOperatorComponent}.
|
24
27
|
*/
|
25
28
|
export declare class StringFilterCellComponent extends StringFilterComponent {
|
26
29
|
/**
|
27
|
-
*
|
28
|
-
* A value of `0`
|
29
|
-
* @type {boolean}
|
30
|
+
* Sets the delay time (in milliseconds) before the filter value is submitted.
|
31
|
+
* A value of `0` means no delay.
|
30
32
|
* @default 500
|
31
33
|
*/
|
32
34
|
filterDelay: number;
|
33
35
|
/**
|
34
|
-
*
|
35
|
-
* The default value is `true`.
|
36
|
-
* @type {boolean}
|
36
|
+
* Shows or hides the drop-down filter operators.
|
37
37
|
* @default true
|
38
38
|
*/
|
39
39
|
showOperators: boolean;
|
@@ -22,7 +22,7 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
|
|
22
22
|
*/
|
23
23
|
column: ColumnComponent;
|
24
24
|
/**
|
25
|
-
* The default filter operator.
|
25
|
+
* The default filter operator.
|
26
26
|
* @type {string}
|
27
27
|
* @default 'gte'
|
28
28
|
*/
|
@@ -36,12 +36,12 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
|
|
36
36
|
/**
|
37
37
|
* Specifies the date format that is used when the component is not focused.
|
38
38
|
* By default, the `column.format` value is used (if set).
|
39
|
+
* @type {string}
|
39
40
|
*/
|
40
41
|
set format(value: string);
|
41
42
|
/**
|
42
43
|
* Specifies the date format that is used when the component is not focused.
|
43
44
|
* By default, the `column.format` value is used (if set).
|
44
|
-
*
|
45
45
|
* @readonly
|
46
46
|
* @type {string}
|
47
47
|
*/
|
@@ -59,32 +59,37 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
|
|
59
59
|
/**
|
60
60
|
* Defines the descriptions of the format sections in the input field.
|
61
61
|
* [See possible format options](slug:placeholders_dateinput#toc-format-sections-description).
|
62
|
+
* @type {DateInputFormatPlaceholder}
|
62
63
|
*/
|
63
64
|
formatPlaceholder: DateInputFormatPlaceholder;
|
64
65
|
/**
|
65
66
|
* Specifies the hint that the component displays when its value is `null`.
|
67
|
+
* @type {string}
|
66
68
|
*/
|
67
69
|
placeholder: string;
|
68
70
|
/**
|
69
71
|
* Defines the active view that the calendar initially renders.
|
70
72
|
* By default, the active view is `month`.
|
71
|
-
*
|
72
73
|
* You have to set `activeView` within the `topView`-`bottomView` range.
|
74
|
+
* @type {CalendarView}
|
73
75
|
* @default 'month'
|
74
76
|
*/
|
75
77
|
activeView: CalendarView;
|
76
78
|
/**
|
77
79
|
* Defines the bottommost calendar view, to which the user can navigate.
|
80
|
+
* @type {CalendarView}
|
78
81
|
* @default 'month'
|
79
82
|
*/
|
80
83
|
bottomView: CalendarView;
|
81
84
|
/**
|
82
85
|
* Defines the topmost calendar view, to which the user can navigate.
|
86
|
+
* @type {CalendarView}
|
83
87
|
* @default 'century'
|
84
88
|
*/
|
85
89
|
topView: CalendarView;
|
86
90
|
/**
|
87
91
|
* Determines whether to display a week number column in the `month` view of the Calendar.
|
92
|
+
* @type {boolean}
|
88
93
|
* @default false
|
89
94
|
*/
|
90
95
|
weekNumber: boolean;
|
@@ -7,8 +7,7 @@ import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
7
7
|
import { MenuTabbingService } from './menu/menu-tabbing.service';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
|
-
* Represents a service to set the filter descriptor
|
11
|
-
* ([see example]({% slug filter_menu_treelist %})).
|
10
|
+
* Represents a service to set the filter descriptor for the TreeList. ([See example]({% slug filter_menu_treelist %})).
|
12
11
|
*/
|
13
12
|
export declare class FilterService {
|
14
13
|
/**
|
@@ -21,8 +20,7 @@ export declare class FilterService {
|
|
21
20
|
changes: Subject<CompositeFilterDescriptor>;
|
22
21
|
/**
|
23
22
|
* Sets the filter descriptor.
|
24
|
-
*
|
25
|
-
* @param {CompositeFilterDescriptor} value - The filter descriptor that will be set.
|
23
|
+
* @param {CompositeFilterDescriptor} value The filter descriptor to set.
|
26
24
|
*/
|
27
25
|
filter(value: CompositeFilterDescriptor): void;
|
28
26
|
/**
|
@@ -4,9 +4,10 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
/**
|
6
6
|
* Represents the options for the `filterable` setting of the TreeList.
|
7
|
+
*
|
7
8
|
* The available values are:
|
8
|
-
* - `row`—Displays a filter row in
|
9
|
-
* - `menu`—Displays a filter menu in
|
9
|
+
* - `row`—Displays a filter row in the TreeList.
|
10
|
+
* - `menu`—Displays a filter menu in the TreeList.
|
10
11
|
* - `menu, row`—Displays filter menu with filter row.
|
11
12
|
*
|
12
13
|
* @example
|
@@ -11,7 +11,7 @@ import { BooleanFilterComponent } from '../boolean-filter.component';
|
|
11
11
|
import { MenuTabbingService } from './menu-tabbing.service';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
/**
|
14
|
-
* Represents
|
14
|
+
* Represents the Kendo UI Boolean-filter menu component for Angular TreeList. Use this component to filter boolean fields in the TreeList. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
15
15
|
*
|
16
16
|
* @example
|
17
17
|
* ```html
|
@@ -24,7 +24,7 @@ import * as i0 from "@angular/core";
|
|
24
24
|
* </kendo-treelist-boolean-filter-menu>
|
25
25
|
* </ng-template>
|
26
26
|
* </kendo-treelist-column>
|
27
|
-
*
|
27
|
+
* ```
|
28
28
|
*/
|
29
29
|
export declare class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
30
30
|
/**
|
@@ -38,7 +38,7 @@ export declare class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
38
38
|
*/
|
39
39
|
filter: CompositeFilterDescriptor;
|
40
40
|
/**
|
41
|
-
* The `FilterService` instance
|
41
|
+
* The `FilterService` instance that handles changes in the filter descriptor.
|
42
42
|
*/
|
43
43
|
filterService: FilterService;
|
44
44
|
/**
|
@@ -9,7 +9,7 @@ import { DateFilterComponent } from '../date-filter.component';
|
|
9
9
|
import { MenuTabbingService } from './menu-tabbing.service';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
12
|
-
* Represents
|
12
|
+
* Represents the Kendo UI date-filter menu component for Angular TreeList. Use this component to filter date fields in the TreeList. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
13
13
|
*
|
14
14
|
* @example
|
15
15
|
* ```html
|
@@ -23,6 +23,8 @@ import * as i0 from "@angular/core";
|
|
23
23
|
* </ng-template>
|
24
24
|
* </kendo-treelist-column>
|
25
25
|
* ```
|
26
|
+
* @remarks
|
27
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link AfterEqFilterOperatorComponent}, {@link AfterFilterOperatorComponent}, {@link BeforeEqFilterOperatorComponent}, {@link BeforeFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
|
26
28
|
*/
|
27
29
|
export declare class DateFilterMenuComponent extends DateFilterComponent {
|
28
30
|
logicOperators: Array<{
|
@@ -39,12 +41,13 @@ export declare class DateFilterMenuComponent extends DateFilterComponent {
|
|
39
41
|
*/
|
40
42
|
filter: CompositeFilterDescriptor;
|
41
43
|
/**
|
42
|
-
* Determines if the inputs of second criteria
|
44
|
+
* Determines if the inputs of second criteria are displayed.
|
45
|
+
* @type {boolean}
|
43
46
|
* @default true
|
44
47
|
*/
|
45
48
|
extra: boolean;
|
46
49
|
/**
|
47
|
-
* The `FilterService` instance
|
50
|
+
* The `FilterService` instance that handles changes in the filter descriptor.
|
48
51
|
*/
|
49
52
|
filterService: FilterService;
|
50
53
|
/**
|
@@ -5,8 +5,24 @@
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
|
-
* Represents the filter-menu template
|
9
|
-
*
|
8
|
+
* Represents the filter-menu template for the TreeList filter menu.
|
9
|
+
*
|
10
|
+
* Use this directive to provide a custom template for the filter menu in a TreeList column
|
11
|
+
* ([see example](slug:filter_menu_treelist#toc-custom-filter-menu-components)).
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```html
|
15
|
+
* <kendo-treelist-column field="title" title="Title" [width]="180">
|
16
|
+
* <ng-template kendoTreeListFilterMenuTemplate
|
17
|
+
* let-filter="filter"
|
18
|
+
* let-filterService="filterService">
|
19
|
+
* <my-custom-filter-menu-component
|
20
|
+
* [currentFilter]="filter"
|
21
|
+
* [filterService]="filterService">
|
22
|
+
* </my-custom-filter-menu-component>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
10
26
|
*/
|
11
27
|
export declare class FilterMenuTemplateDirective {
|
12
28
|
templateRef: TemplateRef<any>;
|
@@ -9,10 +9,11 @@ import { NumericFilterComponent } from '../numeric-filter.component';
|
|
9
9
|
import { MenuTabbingService } from './menu-tabbing.service';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
12
|
-
* Represents
|
12
|
+
* Represents the Kendo UI numeric-filter menu component for the TreeList. Use this component to filter numeric values using a filter menu popup.
|
13
|
+
* [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
13
14
|
*
|
14
15
|
* @example
|
15
|
-
*
|
16
|
+
* ```html
|
16
17
|
* <kendo-treelist-column field="UnitPrice">
|
17
18
|
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
18
19
|
* <kendo-treelist-numeric-filter-menu
|
@@ -23,6 +24,8 @@ import * as i0 from "@angular/core";
|
|
23
24
|
* </ng-template>
|
24
25
|
* </kendo-treelist-column>
|
25
26
|
* ```
|
27
|
+
* @remarks
|
28
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link GreaterFilterOperatorComponent}, {@link GreaterOrEqualToFilterOperatorComponent}, {@link LessFilterOperatorComponent}, {@link LessOrEqualToFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}.
|
26
29
|
*/
|
27
30
|
export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
28
31
|
logicOperators: Array<{
|
@@ -39,7 +42,7 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
39
42
|
*/
|
40
43
|
filter: CompositeFilterDescriptor;
|
41
44
|
/**
|
42
|
-
* Determines if the inputs of second criteria
|
45
|
+
* Determines if the inputs of second criteria are displayed.
|
43
46
|
* @default true
|
44
47
|
*/
|
45
48
|
extra: boolean;
|
@@ -48,19 +51,20 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
48
51
|
*/
|
49
52
|
filterService: FilterService;
|
50
53
|
/**
|
51
|
-
* Determines the delay (in milliseconds) before creating a filter descriptor based on the value. A value of 0 indicates no delay.
|
52
|
-
*
|
54
|
+
* Determines the delay (in milliseconds) before creating a filter descriptor based on the value. A value of 0 indicates no delay.
|
53
55
|
* @default 500
|
54
56
|
*/
|
55
57
|
filterDelay: number;
|
56
58
|
/**
|
57
59
|
* The placeholder text for the filter input.
|
58
60
|
* @type {string}
|
61
|
+
* @default ''
|
59
62
|
*/
|
60
63
|
placeholder: string;
|
61
64
|
/**
|
62
65
|
* The placeholder text for the extra filter input. Applies when `extra` is set to `true`.
|
63
66
|
* @type {string}
|
67
|
+
* @default ''
|
64
68
|
*/
|
65
69
|
extraPlaceholder: string;
|
66
70
|
/**
|
@@ -9,7 +9,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { MenuTabbingService } from './menu-tabbing.service';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
12
|
-
* Represents
|
12
|
+
* Represents the Kendo UI string-filter menu component for the TreeList. Use this component to filter string values using a filter menu popup.
|
13
13
|
* [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
14
14
|
*
|
15
15
|
* @example
|
@@ -24,7 +24,8 @@ import * as i0 from "@angular/core";
|
|
24
24
|
* </ng-template>
|
25
25
|
* </kendo-treelist-column>
|
26
26
|
* ```
|
27
|
-
*
|
27
|
+
* @remarks
|
28
|
+
* Supported children components are: {@link EqualFilterOperatorComponent}, {@link NotEqualFilterOperatorComponent}, {@link ContainsFilterOperatorComponent}, {@link DoesNotContainFilterOperatorComponent}, {@link StartsWithFilterOperatorComponent}, {@link EndsWithFilterOperatorComponent}, {@link IsNullFilterOperatorComponent}, {@link IsNotNullFilterOperatorComponent}, {@link IsEmptyFilterOperatorComponent}, {@link IsNotEmptyFilterOperatorComponent}.
|
28
29
|
*/
|
29
30
|
export declare class StringFilterMenuComponent extends StringFilterComponent {
|
30
31
|
logicOperators: Array<{
|
@@ -41,12 +42,13 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
|
|
41
42
|
*/
|
42
43
|
filter: CompositeFilterDescriptor;
|
43
44
|
/**
|
44
|
-
* Determines if the inputs
|
45
|
+
* Determines if the inputs for a second criteria are displayed.
|
46
|
+
* @type {boolean}
|
45
47
|
* @default true
|
46
48
|
*/
|
47
49
|
extra: boolean;
|
48
50
|
/**
|
49
|
-
* The `FilterService` instance
|
51
|
+
* The `FilterService` instance responsible for handling changes in the filter descriptor.
|
50
52
|
*/
|
51
53
|
filterService: FilterService;
|
52
54
|
/**
|
@@ -11,7 +11,7 @@ import { FilterComponent } from './filter-component.interface';
|
|
11
11
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
12
12
|
import * as i0 from "@angular/core";
|
13
13
|
/**
|
14
|
-
* Represents a base numeric filter component.
|
14
|
+
* Represents a base numeric filter component for the TreeList.
|
15
15
|
*/
|
16
16
|
export declare abstract class NumericFilterComponent extends BaseFilterCellComponent implements FilterComponent, OnInit {
|
17
17
|
protected localization: LocalizationService;
|
@@ -28,7 +28,7 @@ export declare abstract class NumericFilterComponent extends BaseFilterCellCompo
|
|
28
28
|
operator: string;
|
29
29
|
/**
|
30
30
|
* Specifies the value that is used to increment or decrement the component value.
|
31
|
-
* @type {
|
31
|
+
* @type {number}
|
32
32
|
* @default 1
|
33
33
|
*/
|
34
34
|
step: number;
|
@@ -51,13 +51,13 @@ export declare abstract class NumericFilterComponent extends BaseFilterCellCompo
|
|
51
51
|
/**
|
52
52
|
* Specifies the number precision applied to the component value when it is focused.
|
53
53
|
* If the user enters a number with a greater precision than is currently configured, the component value is rounded.
|
54
|
-
*
|
55
54
|
* @type {number}
|
56
55
|
*/
|
57
56
|
decimals: number;
|
58
57
|
/**
|
59
58
|
* Specifies the number format used when the component is not focused.
|
60
59
|
* By default, the `column.format` value is used (if set).
|
60
|
+
* @type {string}
|
61
61
|
*/
|
62
62
|
get format(): string;
|
63
63
|
set format(value: string);
|
@@ -6,8 +6,34 @@ import { FilterOperatorBase } from './filter-operator.base';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter](slug:filtering_treelist#toc-date-filter)
|
9
|
+
* Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
|
10
|
+
* Use this operator to filter dates that are after or equal to a specific value.
|
10
11
|
* [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```html Filter Cell
|
15
|
+
* <kendo-treelist-column field="hireDate">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-date-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-after-eq-operator></kendo-treelist-filter-after-eq-operator>
|
21
|
+
* </kendo-treelist-date-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="hireDate">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-date-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-after-eq-operator></kendo-treelist-filter-after-eq-operator>
|
33
|
+
* </kendo-treelist-date-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,34 @@ import { FilterOperatorBase } from './filter-operator.base';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `Greater` (**Is after**) [date filter](slug:filtering_treelist#toc-date-filter)
|
9
|
+
* Represents the `Greater` (**Is after**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
|
10
|
+
* Use this operator to filter dates that are after a specific value.
|
10
11
|
* [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```html Filter Cell
|
15
|
+
* <kendo-treelist-column field="hireDate">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-date-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-after-operator></kendo-treelist-filter-after-operator>
|
21
|
+
* </kendo-treelist-date-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="hireDate">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-date-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-after-operator></kendo-treelist-filter-after-operator>
|
33
|
+
* </kendo-treelist-date-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class AfterFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,34 @@ import { FilterOperatorBase } from './filter-operator.base';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter](slug:filtering_treelist#toc-date-filter)
|
9
|
+
* Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
|
10
|
+
* Use this operator to filter dates that are before or equal to a specific value.
|
10
11
|
* [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```html Filter Cell
|
15
|
+
* <kendo-treelist-column field="hireDate">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-date-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-before-eq-operator></kendo-treelist-filter-before-eq-operator>
|
21
|
+
* </kendo-treelist-date-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="hireDate">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-date-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-before-eq-operator></kendo-treelist-filter-before-eq-operator>
|
33
|
+
* </kendo-treelist-date-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class BeforeEqFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,34 @@ import { FilterOperatorBase } from './filter-operator.base';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `Less than` (**Is before**) [date filter](slug:filtering_treelist#toc-date-filter)
|
9
|
+
* Represents the `Less than` (**Is before**) [date filter operator](slug:filtering_treelist#toc-date-filter) for the TreeList.
|
10
|
+
* Use this operator to filter dates that are before a specific value.
|
10
11
|
* [See example](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
12
|
+
*
|
13
|
+
* @example
|
14
|
+
* ```html Filer Cell
|
15
|
+
* <kendo-treelist-column field="hireDate">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-date-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-before-operator></kendo-treelist-filter-before-operator>
|
21
|
+
* </kendo-treelist-date-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="hireDate">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-date-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-before-operator></kendo-treelist-filter-before-operator>
|
33
|
+
* </kendo-treelist-date-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|