@progress/kendo-angular-treelist 24.2.0-develop.2 → 24.2.0-develop.4
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/fesm2022/progress-kendo-angular-treelist.mjs +21 -21
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +3 -3
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '24.2.0-develop.
|
|
52
|
+
publishDate: 1782223079,
|
|
53
|
+
version: '24.2.0-develop.4',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -4694,7 +4694,7 @@ class NavigationService {
|
|
|
4694
4694
|
const columnGroup = column.parent;
|
|
4695
4695
|
const columnGroupChildren = Array.from(columnGroup.children).sort((a, b) => a.orderIndex - b.orderIndex);
|
|
4696
4696
|
const columnIndexInsideGroup = columnGroupChildren.indexOf(column);
|
|
4697
|
-
if (column.isReordered || column.orderIndex > 0
|
|
4697
|
+
if (column.isReordered || column.orderIndex > 0) {
|
|
4698
4698
|
return (column.orderIndex - columnGroupChildren[0]['orderIndex']) !== columnGroupChildren.length - 1;
|
|
4699
4699
|
}
|
|
4700
4700
|
return columnIndexInsideGroup !== columnGroupChildren.length - 1;
|
|
@@ -22111,7 +22111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22111
22111
|
* Represents the `Contains` (**Contains**) filter operator for the TreeList.
|
|
22112
22112
|
* Use this operator to filter values that contain a specific substring.
|
|
22113
22113
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22114
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22114
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22115
22115
|
*
|
|
22116
22116
|
* @example
|
|
22117
22117
|
* ```html Filter Cell
|
|
@@ -22167,7 +22167,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22167
22167
|
* Represents the `DoesNotContain` (**Does not contain**) filter operator for the TreeList.
|
|
22168
22168
|
* Use this operator to filter values that do not contain a specific substring.
|
|
22169
22169
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22170
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22170
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22171
22171
|
*
|
|
22172
22172
|
* @example
|
|
22173
22173
|
* ```html Filter Cell
|
|
@@ -22223,7 +22223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22223
22223
|
* Represents the `EndsWith` (**Ends with**) string filter operator for the TreeList.
|
|
22224
22224
|
* Use this operator to filter values that end with a specific substring.
|
|
22225
22225
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22226
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22226
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22227
22227
|
*
|
|
22228
22228
|
* @example
|
|
22229
22229
|
* ```html Filter Cell
|
|
@@ -22279,7 +22279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22279
22279
|
* Represents the `Equal` (**Is equal to**) filter operator for the TreeList.
|
|
22280
22280
|
* Use this operator to filter values that are equal to a specific value.
|
|
22281
22281
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22282
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22282
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22283
22283
|
*
|
|
22284
22284
|
* @example
|
|
22285
22285
|
* ```html String Filter Cell
|
|
@@ -22383,7 +22383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22383
22383
|
* Represents the `IsEmpty` (**Is empty**) filter operator for the TreeList.
|
|
22384
22384
|
* Use this operator to filter values that are empty.
|
|
22385
22385
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22386
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22386
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22387
22387
|
*
|
|
22388
22388
|
* @example
|
|
22389
22389
|
* ```html Filter Cell
|
|
@@ -22439,7 +22439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22439
22439
|
* Represents the `IsNotEmpty` (**Is not empty**) filter operator for the TreeList.
|
|
22440
22440
|
* Use this operator to filter values that are not empty.
|
|
22441
22441
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22442
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22442
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22443
22443
|
*
|
|
22444
22444
|
* @example
|
|
22445
22445
|
* ```html Filter Cell
|
|
@@ -22495,7 +22495,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22495
22495
|
* Represents the `IsNotNull` (**Is not null**) filter operator for the TreeList.
|
|
22496
22496
|
* Use this operator to filter values that are not null.
|
|
22497
22497
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22498
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22498
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22499
22499
|
*
|
|
22500
22500
|
* @example
|
|
22501
22501
|
* ```html String Filter Cell
|
|
@@ -22599,7 +22599,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22599
22599
|
* Represents the `IsNull` (**Is null**) filter operator for the TreeList.
|
|
22600
22600
|
* Use this operator to filter values that are null.
|
|
22601
22601
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22602
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22602
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22603
22603
|
*
|
|
22604
22604
|
* @example
|
|
22605
22605
|
* ```html String Filter Cell
|
|
@@ -22703,7 +22703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22703
22703
|
* Represents the `NotEqual` (**Is not equal to**) filter operator for the TreeList.
|
|
22704
22704
|
* Use this operator to filter values that are not equal to a specific value.
|
|
22705
22705
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22706
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22706
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22707
22707
|
*
|
|
22708
22708
|
* @example
|
|
22709
22709
|
* ```html String Filter Cell
|
|
@@ -22807,7 +22807,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22807
22807
|
* Represents the `StartsWith` (**Starts with**) filter operator for the TreeList.
|
|
22808
22808
|
* Use this operator to filter values that start with a specific substring.
|
|
22809
22809
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
22810
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22810
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22811
22811
|
*
|
|
22812
22812
|
* @example
|
|
22813
22813
|
* ```html Filter Cell
|
|
@@ -22862,7 +22862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22862
22862
|
/**
|
|
22863
22863
|
* Represents the `Greater` (**Is greater than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
22864
22864
|
* Use this operator to filter values that are greater than a specific value.
|
|
22865
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22865
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22866
22866
|
*
|
|
22867
22867
|
* @example
|
|
22868
22868
|
* ```html Filter Cell
|
|
@@ -22917,7 +22917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22917
22917
|
/**
|
|
22918
22918
|
* Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
22919
22919
|
* Use this operator to filter values that are greater than or equal to a specific value.
|
|
22920
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22920
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22921
22921
|
*
|
|
22922
22922
|
* @example
|
|
22923
22923
|
* ```html Filter Cell
|
|
@@ -22972,7 +22972,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
22972
22972
|
/**
|
|
22973
22973
|
* Represents the `Less` (**Is less than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
22974
22974
|
* Use this operator to filter values that are less than a specific value.
|
|
22975
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
22975
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
22976
22976
|
*
|
|
22977
22977
|
* @example
|
|
22978
22978
|
* ```html Filter Cell
|
|
@@ -23027,7 +23027,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23027
23027
|
/**
|
|
23028
23028
|
* Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
23029
23029
|
* Use this operator to filter values that are less than or equal to a specific value.
|
|
23030
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
23030
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
23031
23031
|
*
|
|
23032
23032
|
* @example
|
|
23033
23033
|
* ```html Filter Cell
|
|
@@ -23082,7 +23082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23082
23082
|
/**
|
|
23083
23083
|
* Represents the `Greater` (**Is after**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
23084
23084
|
* Use this operator to filter dates that are after a specific value.
|
|
23085
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
23085
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
23086
23086
|
*
|
|
23087
23087
|
* @example
|
|
23088
23088
|
* ```html Filter Cell
|
|
@@ -23146,7 +23146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23146
23146
|
/**
|
|
23147
23147
|
* Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
23148
23148
|
* Use this operator to filter dates that are after or equal to a specific value.
|
|
23149
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
23149
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
23150
23150
|
*
|
|
23151
23151
|
* @example
|
|
23152
23152
|
* ```html Filter Cell
|
|
@@ -23210,7 +23210,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23210
23210
|
/**
|
|
23211
23211
|
* Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
23212
23212
|
* Use this operator to filter dates that are before or equal to a specific value.
|
|
23213
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
23213
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
23214
23214
|
*
|
|
23215
23215
|
* @example
|
|
23216
23216
|
* ```html Filter Cell
|
|
@@ -23274,7 +23274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
23274
23274
|
/**
|
|
23275
23275
|
* Represents the `Less than` (**Is before**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
23276
23276
|
* Use this operator to filter dates that are before a specific value.
|
|
23277
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
23277
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
23278
23278
|
*
|
|
23279
23279
|
* @example
|
|
23280
23280
|
* ```html Filer Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter dates that are after or equal to a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `Greater` (**Is after**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter dates that are after a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter dates that are before or equal to a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `Less than` (**Is before**) [date filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#date-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter dates that are before a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filer Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `Contains` (**Contains**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that contain a specific substring.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `EndsWith` (**Ends with**) string filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that end with a specific substring.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `Equal` (**Is equal to**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are equal to a specific value.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html String Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `Greater` (**Is greater than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are greater than a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are greater than or equal to a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `IsEmpty` (**Is empty**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are empty.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `IsNotEmpty` (**Is not empty**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are not empty.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `IsNotNull` (**Is not null**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are not null.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html String Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `IsNull` (**Is null**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are null.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html String Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `Less` (**Is less than**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are less than a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
/**
|
|
9
9
|
* Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter operator](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#numeric-filter) for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are less than or equal to a specific value.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
11
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `NotEqual` (**Is not equal to**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that are not equal to a specific value.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html String Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `DoesNotContain` (**Does not contain**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that do not contain a specific substring.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
* Represents the `StartsWith` (**Starts with**) filter operator for the TreeList.
|
|
10
10
|
* Use this operator to filter values that start with a specific substring.
|
|
11
11
|
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics#using-the-built-in-directives).
|
|
12
|
-
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#
|
|
12
|
+
* For more information and examples, refer to the article on setting [default filter operators](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row#default-filter-operator).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html Filter Cell
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.2.0-develop.
|
|
10
|
+
"publishDate": 1782223079,
|
|
11
|
+
"version": "24.2.0-develop.4",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "24.2.0-develop.
|
|
3
|
+
"version": "24.2.0-develop.4",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"package": {
|
|
40
40
|
"productName": "Kendo UI for Angular",
|
|
41
41
|
"productCode": "KENDOUIANGULAR",
|
|
42
|
-
"publishDate":
|
|
42
|
+
"publishDate": 1782223079,
|
|
43
43
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
"@progress/kendo-data-query": "^1.7.3",
|
|
53
53
|
"@progress/kendo-drawing": "^1.25.0",
|
|
54
54
|
"@progress/kendo-licensing": "^1.11.0",
|
|
55
|
-
"@progress/kendo-angular-buttons": "24.2.0-develop.
|
|
56
|
-
"@progress/kendo-angular-common": "24.2.0-develop.
|
|
57
|
-
"@progress/kendo-angular-dateinputs": "24.2.0-develop.
|
|
58
|
-
"@progress/kendo-angular-dropdowns": "24.2.0-develop.
|
|
59
|
-
"@progress/kendo-angular-excel-export": "24.2.0-develop.
|
|
60
|
-
"@progress/kendo-angular-icons": "24.2.0-develop.
|
|
61
|
-
"@progress/kendo-angular-inputs": "24.2.0-develop.
|
|
62
|
-
"@progress/kendo-angular-intl": "24.2.0-develop.
|
|
63
|
-
"@progress/kendo-angular-l10n": "24.2.0-develop.
|
|
64
|
-
"@progress/kendo-angular-label": "24.2.0-develop.
|
|
65
|
-
"@progress/kendo-angular-pager": "24.2.0-develop.
|
|
66
|
-
"@progress/kendo-angular-pdf-export": "24.2.0-develop.
|
|
67
|
-
"@progress/kendo-angular-popup": "24.2.0-develop.
|
|
68
|
-
"@progress/kendo-angular-toolbar": "24.2.0-develop.
|
|
69
|
-
"@progress/kendo-angular-utils": "24.2.0-develop.
|
|
55
|
+
"@progress/kendo-angular-buttons": "24.2.0-develop.4",
|
|
56
|
+
"@progress/kendo-angular-common": "24.2.0-develop.4",
|
|
57
|
+
"@progress/kendo-angular-dateinputs": "24.2.0-develop.4",
|
|
58
|
+
"@progress/kendo-angular-dropdowns": "24.2.0-develop.4",
|
|
59
|
+
"@progress/kendo-angular-excel-export": "24.2.0-develop.4",
|
|
60
|
+
"@progress/kendo-angular-icons": "24.2.0-develop.4",
|
|
61
|
+
"@progress/kendo-angular-inputs": "24.2.0-develop.4",
|
|
62
|
+
"@progress/kendo-angular-intl": "24.2.0-develop.4",
|
|
63
|
+
"@progress/kendo-angular-l10n": "24.2.0-develop.4",
|
|
64
|
+
"@progress/kendo-angular-label": "24.2.0-develop.4",
|
|
65
|
+
"@progress/kendo-angular-pager": "24.2.0-develop.4",
|
|
66
|
+
"@progress/kendo-angular-pdf-export": "24.2.0-develop.4",
|
|
67
|
+
"@progress/kendo-angular-popup": "24.2.0-develop.4",
|
|
68
|
+
"@progress/kendo-angular-toolbar": "24.2.0-develop.4",
|
|
69
|
+
"@progress/kendo-angular-utils": "24.2.0-develop.4",
|
|
70
70
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"tslib": "^2.3.1",
|
|
74
|
-
"@progress/kendo-angular-schematics": "24.2.0-develop.
|
|
74
|
+
"@progress/kendo-angular-schematics": "24.2.0-develop.4",
|
|
75
75
|
"@progress/kendo-common": "^1.0.1",
|
|
76
76
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
77
77
|
},
|
|
@@ -9,13 +9,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
11
11
|
// peer dep of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '24.2.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '24.2.0-develop.4',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '24.2.0-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '24.2.0-develop.4',
|
|
15
15
|
// peer dependency of kendo-angular-icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dependency of kendo-angular-dateinputs
|
|
18
|
-
'@progress/kendo-angular-navigation': '24.2.0-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '24.2.0-develop.4',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|