@progress/kendo-angular-treelist 19.1.2-develop.4 → 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
@@ -6,8 +6,35 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { FilterOperatorBase } from './filter-operator.base';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `Contains` (**Contains**) filter operator
|
9
|
+
* Represents the `Contains` (**Contains**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that contain a specific substring.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-contains-operator></kendo-treelist-filter-contains-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Filter Menu
|
27
|
+
* <kendo-treelist-column field="name" title="Name">
|
28
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
29
|
+
* <kendo-treelist-string-filter-menu
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter"
|
32
|
+
* [filterService]="filterService">
|
33
|
+
* <kendo-treelist-filter-contains-operator></kendo-treelist-filter-contains-operator>
|
34
|
+
* </kendo-treelist-string-filter-menu>
|
35
|
+
* </ng-template>
|
36
|
+
* </kendo-treelist-column>
|
37
|
+
* ```
|
11
38
|
*/
|
12
39
|
export declare class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
13
40
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,35 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { FilterOperatorBase } from './filter-operator.base';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/**
|
9
|
-
* Represents the `EndsWith` (**Ends with**) string filter operator
|
9
|
+
* Represents the `EndsWith` (**Ends with**) string filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that end with a specific substring.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-endswith-operator></kendo-treelist-filter-endswith-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Filter Menu
|
27
|
+
* <kendo-treelist-column field="name" title="Name">
|
28
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
29
|
+
* <kendo-treelist-string-filter-menu
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter"
|
32
|
+
* [filterService]="filterService">
|
33
|
+
* <kendo-treelist-filter-endswith-operator></kendo-treelist-filter-endswith-operator>
|
34
|
+
* </kendo-treelist-string-filter-menu>
|
35
|
+
* </ng-template>
|
36
|
+
* </kendo-treelist-column>
|
37
|
+
* ```
|
11
38
|
*/
|
12
39
|
export declare class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
13
40
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,83 @@ 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 `Equal` (**Is equal to**) filter operator
|
9
|
+
* Represents the `Equal` (**Is equal to**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are equal to a specific value.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html String Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Numeric Filter Cell
|
27
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
28
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
29
|
+
* <kendo-treelist-numeric-filter-cell
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter">
|
32
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-cell>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
* ```html Date Filter Cell
|
38
|
+
* <kendo-treelist-column field="hireDate">
|
39
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
40
|
+
* <kendo-treelist-date-filter-cell
|
41
|
+
* [column]="column"
|
42
|
+
* [filter]="filter">
|
43
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
44
|
+
* </kendo-treelist-date-filter-cell>
|
45
|
+
* </ng-template>
|
46
|
+
* </kendo-treelist-column>
|
47
|
+
* ```
|
48
|
+
*
|
49
|
+
* @example
|
50
|
+
* ```html String Filter Menu
|
51
|
+
* <kendo-treelist-column field="name" title="Name">
|
52
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
53
|
+
* <kendo-treelist-string-filter-menu
|
54
|
+
* [column]="column"
|
55
|
+
* [filter]="filter"
|
56
|
+
* [filterService]="filterService">
|
57
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
58
|
+
* </kendo-treelist-string-filter-menu>
|
59
|
+
* </ng-template>
|
60
|
+
* </kendo-treelist-column>
|
61
|
+
* ```
|
62
|
+
* ```html Numeric Filter Menu
|
63
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
64
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
65
|
+
* <kendo-treelist-numeric-filter-menu
|
66
|
+
* [column]="column"
|
67
|
+
* [filter]="filter"
|
68
|
+
* [filterService]="filterService">
|
69
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
70
|
+
* </kendo-treelist-numeric-filter-menu>
|
71
|
+
* </ng-template>
|
72
|
+
* </kendo-treelist-column>
|
73
|
+
* ```
|
74
|
+
* ```html Date Filter Menu
|
75
|
+
* <kendo-treelist-column field="hireDate">
|
76
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
77
|
+
* <kendo-treelist-date-filter-menu
|
78
|
+
* [column]="column"
|
79
|
+
* [filter]="filter"
|
80
|
+
* [filterService]="filterService">
|
81
|
+
* <kendo-treelist-filter-eq-operator></kendo-treelist-filter-eq-operator>
|
82
|
+
* </kendo-treelist-date-filter-menu>
|
83
|
+
* </ng-template>
|
84
|
+
* </kendo-treelist-column>
|
85
|
+
* ```
|
11
86
|
*/
|
12
87
|
export declare class EqualFilterOperatorComponent extends FilterOperatorBase {
|
13
88
|
constructor(localization: LocalizationService);
|
@@ -19,7 +19,7 @@ export declare class FilterOperatorBase implements OnDestroy {
|
|
19
19
|
protected operator: string;
|
20
20
|
protected localization: LocalizationService;
|
21
21
|
/**
|
22
|
-
* The text
|
22
|
+
* The text displayed in the drop-down list for the filter operator.
|
23
23
|
* @readonly
|
24
24
|
* @type {string}
|
25
25
|
* @memberOf FilterOperatorBase
|
@@ -5,6 +5,36 @@
|
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
|
+
/**
|
9
|
+
* Represents the `Greater` (**Is greater than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
|
10
|
+
* Use this operator to filter values that are greater than a specific value.
|
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="yearsService" title="Years Service">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-numeric-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-gt-operator></kendo-treelist-filter-gt-operator>
|
21
|
+
* </kendo-treelist-numeric-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-numeric-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-gt-operator></kendo-treelist-filter-gt-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
*/
|
8
38
|
export declare class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
9
39
|
constructor(localization: LocalizationService);
|
10
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreaterFilterOperatorComponent, never>;
|
@@ -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 greater than or equal to**) [numeric filter](slug:filtering_treelist#toc-numeric-filter)
|
9
|
+
* Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
|
10
|
+
* Use this operator to filter values that are greater than 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="yearsService" title="Years Service">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-numeric-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-gte-operator></kendo-treelist-filter-gte-operator>
|
21
|
+
* </kendo-treelist-numeric-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-numeric-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-gte-operator></kendo-treelist-filter-gte-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,35 @@ 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 `IsEmpty` (**Is empty**) filter operator
|
9
|
+
* Represents the `IsEmpty` (**Is empty**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are empty.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-isempty-operator></kendo-treelist-filter-isempty-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Filter Menu
|
27
|
+
* <kendo-treelist-column field="name" title="Name">
|
28
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
29
|
+
* <kendo-treelist-string-filter-menu
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter"
|
32
|
+
* [filterService]="filterService">
|
33
|
+
* <kendo-treelist-filter-isempty-operator></kendo-treelist-filter-isempty-operator>
|
34
|
+
* </kendo-treelist-string-filter-menu>
|
35
|
+
* </ng-template>
|
36
|
+
* </kendo-treelist-column>
|
37
|
+
* ```
|
11
38
|
*/
|
12
39
|
export declare class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
40
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,35 @@ 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 `IsNotEmpty` (**Is not empty**) filter operator
|
9
|
+
* Represents the `IsNotEmpty` (**Is not empty**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are not empty.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* * @example
|
15
|
+
* ```html Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-isnotempty-operator></kendo-treelist-filter-isnotempty-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Filter Menu
|
27
|
+
* <kendo-treelist-column field="name" title="Name">
|
28
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
29
|
+
* <kendo-treelist-string-filter-menu
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter"
|
32
|
+
* [filterService]="filterService">
|
33
|
+
* <kendo-treelist-filter-isnotempty-operator></kendo-treelist-filter-isnotempty-operator>
|
34
|
+
* </kendo-treelist-string-filter-menu>
|
35
|
+
* </ng-template>
|
36
|
+
* </kendo-treelist-column>
|
37
|
+
* ```
|
11
38
|
*/
|
12
39
|
export declare class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
40
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,83 @@ 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 `IsNotNull` (**Is not null**) filter operator
|
9
|
+
* Represents the `IsNotNull` (**Is not null**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are not null.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html String Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Numeric Filter Cell
|
27
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
28
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
29
|
+
* <kendo-treelist-numeric-filter-cell
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter">
|
32
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-cell>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
* ```html Date Filter Cell
|
38
|
+
* <kendo-treelist-column field="hireDate">
|
39
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
40
|
+
* <kendo-treelist-date-filter-cell
|
41
|
+
* [column]="column"
|
42
|
+
* [filter]="filter">
|
43
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
44
|
+
* </kendo-treelist-date-filter-cell>
|
45
|
+
* </ng-template>
|
46
|
+
* </kendo-treelist-column>
|
47
|
+
* ```
|
48
|
+
*
|
49
|
+
* @example
|
50
|
+
* ```html String Filter Menu
|
51
|
+
* <kendo-treelist-column field="name" title="Name">
|
52
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
53
|
+
* <kendo-treelist-string-filter-menu
|
54
|
+
* [column]="column"
|
55
|
+
* [filter]="filter"
|
56
|
+
* [filterService]="filterService">
|
57
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
58
|
+
* </kendo-treelist-string-filter-menu>
|
59
|
+
* </ng-template>
|
60
|
+
* </kendo-treelist-column>
|
61
|
+
* ```
|
62
|
+
* ```html Numeric Filter Menu
|
63
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
64
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
65
|
+
* <kendo-treelist-numeric-filter-menu
|
66
|
+
* [column]="column"
|
67
|
+
* [filter]="filter"
|
68
|
+
* [filterService]="filterService">
|
69
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
70
|
+
* </kendo-treelist-numeric-filter-menu>
|
71
|
+
* </ng-template>
|
72
|
+
* </kendo-treelist-column>
|
73
|
+
* ```
|
74
|
+
* ```html Date Filter Menu
|
75
|
+
* <kendo-treelist-column field="hireDate">
|
76
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
77
|
+
* <kendo-treelist-date-filter-menu
|
78
|
+
* [column]="column"
|
79
|
+
* [filter]="filter"
|
80
|
+
* [filterService]="filterService">
|
81
|
+
* <kendo-treelist-filter-isnotnull-operator></kendo-treelist-filter-isnotnull-operator>
|
82
|
+
* </kendo-treelist-date-filter-menu>
|
83
|
+
* </ng-template>
|
84
|
+
* </kendo-treelist-column>
|
85
|
+
* ```
|
11
86
|
*/
|
12
87
|
export declare class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
13
88
|
constructor(localization: LocalizationService);
|
@@ -6,8 +6,83 @@ 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 `IsNull` (**Is null**) filter operator
|
9
|
+
* Represents the `IsNull` (**Is null**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are null.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html String Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Numeric Filter Cell
|
27
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
28
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
29
|
+
* <kendo-treelist-numeric-filter-cell
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter">
|
32
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-cell>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
* ```html Date Filter Cell
|
38
|
+
* <kendo-treelist-column field="hireDate">
|
39
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
40
|
+
* <kendo-treelist-date-filter-cell
|
41
|
+
* [column]="column"
|
42
|
+
* [filter]="filter">
|
43
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
44
|
+
* </kendo-treelist-date-filter-cell>
|
45
|
+
* </ng-template>
|
46
|
+
* </kendo-treelist-column>
|
47
|
+
* ```
|
48
|
+
*
|
49
|
+
* @example
|
50
|
+
* ```html String Filter Menu
|
51
|
+
* <kendo-treelist-column field="name" title="Name">
|
52
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
53
|
+
* <kendo-treelist-string-filter-menu
|
54
|
+
* [column]="column"
|
55
|
+
* [filter]="filter"
|
56
|
+
* [filterService]="filterService">
|
57
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
58
|
+
* </kendo-treelist-string-filter-menu>
|
59
|
+
* </ng-template>
|
60
|
+
* </kendo-treelist-column>
|
61
|
+
* ```
|
62
|
+
* ```html Numeric Filter Menu
|
63
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
64
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
65
|
+
* <kendo-treelist-numeric-filter-menu
|
66
|
+
* [column]="column"
|
67
|
+
* [filter]="filter"
|
68
|
+
* [filterService]="filterService">
|
69
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
70
|
+
* </kendo-treelist-numeric-filter-menu>
|
71
|
+
* </ng-template>
|
72
|
+
* </kendo-treelist-column>
|
73
|
+
* ```
|
74
|
+
* ```html Date Filter Menu
|
75
|
+
* <kendo-treelist-column field="hireDate">
|
76
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
77
|
+
* <kendo-treelist-date-filter-menu
|
78
|
+
* [column]="column"
|
79
|
+
* [filter]="filter"
|
80
|
+
* [filterService]="filterService">
|
81
|
+
* <kendo-treelist-filter-isnull-operator></kendo-treelist-filter-isnull-operator>
|
82
|
+
* </kendo-treelist-date-filter-menu>
|
83
|
+
* </ng-template>
|
84
|
+
* </kendo-treelist-column>
|
85
|
+
* ```
|
11
86
|
*/
|
12
87
|
export declare class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
13
88
|
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` (**Is less than**) [numeric filter](slug:filtering_treelist#toc-numeric-filter)
|
9
|
+
* Represents the `Less` (**Is less than**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
|
10
|
+
* Use this operator to filter values that are less than 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="yearsService" title="Years Service">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-numeric-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-lt-operator></kendo-treelist-filter-lt-operator>
|
21
|
+
* </kendo-treelist-numeric-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-numeric-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-lt-operator></kendo-treelist-filter-lt-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
11
37
|
*/
|
12
38
|
export declare class LessFilterOperatorComponent extends FilterOperatorBase {
|
13
39
|
constructor(localization: LocalizationService);
|
@@ -5,6 +5,36 @@
|
|
5
5
|
import { FilterOperatorBase } from './filter-operator.base';
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
7
|
import * as i0 from "@angular/core";
|
8
|
+
/**
|
9
|
+
* Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](slug:filtering_treelist#toc-numeric-filter) for the TreeList.
|
10
|
+
* Use this operator to filter values that are less than or equal to a specific value.
|
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="yearsService" title="Years Service">
|
16
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
17
|
+
* <kendo-treelist-numeric-filter-cell
|
18
|
+
* [column]="column"
|
19
|
+
* [filter]="filter">
|
20
|
+
* <kendo-treelist-filter-lte-operator></kendo-treelist-filter-lte-operator>
|
21
|
+
* </kendo-treelist-numeric-filter-cell>
|
22
|
+
* </ng-template>
|
23
|
+
* </kendo-treelist-column>
|
24
|
+
* ```
|
25
|
+
* ```html Filter Menu
|
26
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
27
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
28
|
+
* <kendo-treelist-numeric-filter-menu
|
29
|
+
* [column]="column"
|
30
|
+
* [filter]="filter"
|
31
|
+
* [filterService]="filterService">
|
32
|
+
* <kendo-treelist-filter-lte-operator></kendo-treelist-filter-lte-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-menu>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
*/
|
8
38
|
export declare class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
9
39
|
constructor(localization: LocalizationService);
|
10
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<LessOrEqualToFilterOperatorComponent, never>;
|
@@ -6,8 +6,83 @@ 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 `NotEqual` (**Is not equal to**) filter operator
|
9
|
+
* Represents the `NotEqual` (**Is not equal to**) filter operator for the TreeList.
|
10
|
+
* Use this operator to filter values that are not equal to a specific value.
|
11
|
+
* [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
10
12
|
* For more information and examples, refer to the article on setting [default filter operators](slug:filter_row_treelist#toc-setting-the-default-filter-operator).
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* ```html String Filter Cell
|
16
|
+
* <kendo-treelist-column field="name" title="Name">
|
17
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
18
|
+
* <kendo-treelist-string-filter-cell
|
19
|
+
* [column]="column"
|
20
|
+
* [filter]="filter">
|
21
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
22
|
+
* </kendo-treelist-string-filter-cell>
|
23
|
+
* </ng-template>
|
24
|
+
* </kendo-treelist-column>
|
25
|
+
* ```
|
26
|
+
* ```html Numeric Filter Cell
|
27
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
28
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
29
|
+
* <kendo-treelist-numeric-filter-cell
|
30
|
+
* [column]="column"
|
31
|
+
* [filter]="filter">
|
32
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
33
|
+
* </kendo-treelist-numeric-filter-cell>
|
34
|
+
* </ng-template>
|
35
|
+
* </kendo-treelist-column>
|
36
|
+
* ```
|
37
|
+
* ```html Date Filter Cell
|
38
|
+
* <kendo-treelist-column field="hireDate">
|
39
|
+
* <ng-template kendoTreeListFilterCellTemplate let-filter let-column="column">
|
40
|
+
* <kendo-treelist-date-filter-cell
|
41
|
+
* [column]="column"
|
42
|
+
* [filter]="filter">
|
43
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
44
|
+
* </kendo-treelist-date-filter-cell>
|
45
|
+
* </ng-template>
|
46
|
+
* </kendo-treelist-column>
|
47
|
+
* ```
|
48
|
+
*
|
49
|
+
* @example
|
50
|
+
* ```html String Filter Menu
|
51
|
+
* <kendo-treelist-column field="name" title="Name">
|
52
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
53
|
+
* <kendo-treelist-string-filter-menu
|
54
|
+
* [column]="column"
|
55
|
+
* [filter]="filter"
|
56
|
+
* [filterService]="filterService">
|
57
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
58
|
+
* </kendo-treelist-string-filter-menu>
|
59
|
+
* </ng-template>
|
60
|
+
* </kendo-treelist-column>
|
61
|
+
* ```
|
62
|
+
* ```html Numeric Filter Menu
|
63
|
+
* <kendo-treelist-column field="yearsService" title="Years Service">
|
64
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
65
|
+
* <kendo-treelist-numeric-filter-menu
|
66
|
+
* [column]="column"
|
67
|
+
* [filter]="filter"
|
68
|
+
* [filterService]="filterService">
|
69
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
70
|
+
* </kendo-treelist-numeric-filter-menu>
|
71
|
+
* </ng-template>
|
72
|
+
* </kendo-treelist-column>
|
73
|
+
* ```
|
74
|
+
* ```html Date Filter Menu
|
75
|
+
* <kendo-treelist-column field="hireDate">
|
76
|
+
* <ng-template kendoTreeListFilterMenuTemplate let-filter let-column="column" let-filterService="filterService">
|
77
|
+
* <kendo-treelist-date-filter-menu
|
78
|
+
* [column]="column"
|
79
|
+
* [filter]="filter"
|
80
|
+
* [filterService]="filterService">
|
81
|
+
* <kendo-treelist-filter-neq-operator></kendo-treelist-filter-neq-operator>
|
82
|
+
* </kendo-treelist-date-filter-menu>
|
83
|
+
* </ng-template>
|
84
|
+
* </kendo-treelist-column>
|
85
|
+
* ```
|
11
86
|
*/
|
12
87
|
export declare class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
13
88
|
constructor(localization: LocalizationService);
|