@progress/kendo-angular-treelist 16.3.0-develop.12 → 16.3.0-develop.13
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/esm2020/filtering/cell/boolean-filter-cell.component.mjs +1 -1
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +2 -2
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +2 -2
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-treelist.mjs +9 -9
- package/fesm2020/progress-kendo-angular-treelist.mjs +9 -9
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/numeric-filter-cell.component.d.ts +2 -2
- package/filtering/cell/string-filter-cell.component.d.ts +2 -2
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
@@ -15,7 +15,7 @@ import * as i4 from "../filter-input.directive";
|
|
15
15
|
import * as i5 from "./filter-cell-wrapper.component";
|
16
16
|
/**
|
17
17
|
* Represents a Boolean filter-cell component.
|
18
|
-
*
|
18
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
19
19
|
*
|
20
20
|
* @example
|
21
21
|
* ```html
|
@@ -14,8 +14,8 @@ import * as i3 from "@progress/kendo-angular-dateinputs";
|
|
14
14
|
import * as i4 from "../filter-input.directive";
|
15
15
|
import * as i5 from "./filter-cell-wrapper.component";
|
16
16
|
/**
|
17
|
-
* Represents a date-filter cell component.
|
18
|
-
*
|
17
|
+
* Represents a date-filter cell component.
|
18
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
19
19
|
* @example
|
20
20
|
*
|
21
21
|
* ```html
|
@@ -15,8 +15,8 @@ import * as i4 from "../../navigation/focusable.directive";
|
|
15
15
|
import * as i5 from "../filter-input.directive";
|
16
16
|
import * as i6 from "./filter-cell-wrapper.component";
|
17
17
|
/**
|
18
|
-
* Represents a numeric filter cell.
|
19
|
-
*
|
18
|
+
* Represents a numeric filter cell.
|
19
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
20
20
|
* @example
|
21
21
|
* ```html
|
22
22
|
* <kendo-treelist-column field="ProductName" title="Product Name">
|
@@ -15,8 +15,8 @@ import * as i4 from "../../navigation/focusable.directive";
|
|
15
15
|
import * as i5 from "../filter-input.directive";
|
16
16
|
import * as i6 from "./filter-cell-wrapper.component";
|
17
17
|
/**
|
18
|
-
* Represents a string-filter cell component.
|
19
|
-
*
|
18
|
+
* Represents a string-filter cell component.
|
19
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
20
20
|
* @example
|
21
21
|
*
|
22
22
|
* ```html
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.3.0-develop.
|
12
|
+
publishDate: 1718872352,
|
13
|
+
version: '16.3.0-develop.13',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
51
|
-
publishDate:
|
52
|
-
version: '16.3.0-develop.
|
51
|
+
publishDate: 1718872352,
|
52
|
+
version: '16.3.0-develop.13',
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
54
54
|
};
|
55
55
|
|
@@ -7913,8 +7913,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
7913
7913
|
}] } });
|
7914
7914
|
|
7915
7915
|
/**
|
7916
|
-
* Represents a string-filter cell component.
|
7917
|
-
*
|
7916
|
+
* Represents a string-filter cell component.
|
7917
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
7918
7918
|
* @example
|
7919
7919
|
*
|
7920
7920
|
* ```html
|
@@ -8108,8 +8108,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8108
8108
|
}] } });
|
8109
8109
|
|
8110
8110
|
/**
|
8111
|
-
* Represents a numeric filter cell.
|
8112
|
-
*
|
8111
|
+
* Represents a numeric filter cell.
|
8112
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8113
8113
|
* @example
|
8114
8114
|
* ```html
|
8115
8115
|
* <kendo-treelist-column field="ProductName" title="Product Name">
|
@@ -8285,7 +8285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8285
8285
|
|
8286
8286
|
/**
|
8287
8287
|
* Represents a Boolean filter-cell component.
|
8288
|
-
*
|
8288
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8289
8289
|
*
|
8290
8290
|
* @example
|
8291
8291
|
* ```html
|
@@ -8503,8 +8503,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8503
8503
|
}] } });
|
8504
8504
|
|
8505
8505
|
/**
|
8506
|
-
* Represents a date-filter cell component.
|
8507
|
-
*
|
8506
|
+
* Represents a date-filter cell component.
|
8507
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8508
8508
|
* @example
|
8509
8509
|
*
|
8510
8510
|
* ```html
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
48
48
|
name: '@progress/kendo-angular-treelist',
|
49
49
|
productName: 'Kendo UI for Angular',
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
51
|
-
publishDate:
|
52
|
-
version: '16.3.0-develop.
|
51
|
+
publishDate: 1718872352,
|
52
|
+
version: '16.3.0-develop.13',
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
54
54
|
};
|
55
55
|
|
@@ -7872,8 +7872,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
7872
7872
|
}] } });
|
7873
7873
|
|
7874
7874
|
/**
|
7875
|
-
* Represents a string-filter cell component.
|
7876
|
-
*
|
7875
|
+
* Represents a string-filter cell component.
|
7876
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
7877
7877
|
* @example
|
7878
7878
|
*
|
7879
7879
|
* ```html
|
@@ -8067,8 +8067,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8067
8067
|
}] } });
|
8068
8068
|
|
8069
8069
|
/**
|
8070
|
-
* Represents a numeric filter cell.
|
8071
|
-
*
|
8070
|
+
* Represents a numeric filter cell.
|
8071
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8072
8072
|
* @example
|
8073
8073
|
* ```html
|
8074
8074
|
* <kendo-treelist-column field="ProductName" title="Product Name">
|
@@ -8244,7 +8244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8244
8244
|
|
8245
8245
|
/**
|
8246
8246
|
* Represents a Boolean filter-cell component.
|
8247
|
-
*
|
8247
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8248
8248
|
*
|
8249
8249
|
* @example
|
8250
8250
|
* ```html
|
@@ -8462,8 +8462,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8462
8462
|
}] } });
|
8463
8463
|
|
8464
8464
|
/**
|
8465
|
-
* Represents a date-filter cell component.
|
8466
|
-
*
|
8465
|
+
* Represents a date-filter cell component.
|
8466
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
8467
8467
|
* @example
|
8468
8468
|
*
|
8469
8469
|
* ```html
|
@@ -9,7 +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
|
-
*
|
12
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
13
13
|
*
|
14
14
|
* @example
|
15
15
|
* ```html
|
@@ -7,8 +7,8 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { DateFilterComponent } from '../date-filter.component';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
|
-
* Represents a date-filter cell component.
|
11
|
-
*
|
10
|
+
* Represents a date-filter cell component.
|
11
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
12
12
|
* @example
|
13
13
|
*
|
14
14
|
* ```html
|
@@ -7,8 +7,8 @@ import { FilterService } from '../filter.service';
|
|
7
7
|
import { NumericFilterComponent } from '../numeric-filter.component';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
|
-
* Represents a numeric filter cell.
|
11
|
-
*
|
10
|
+
* Represents a numeric filter cell.
|
11
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
12
12
|
* @example
|
13
13
|
* ```html
|
14
14
|
* <kendo-treelist-column field="ProductName" title="Product Name">
|
@@ -7,8 +7,8 @@ import { FilterService } from '../filter.service';
|
|
7
7
|
import { StringFilterComponent } from '../string-filter.component';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
/**
|
10
|
-
* Represents a string-filter cell component.
|
11
|
-
*
|
10
|
+
* Represents a string-filter cell component.
|
11
|
+
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
12
12
|
* @example
|
13
13
|
*
|
14
14
|
* ```html
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "16.3.0-develop.
|
3
|
+
"version": "16.3.0-develop.13",
|
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",
|
@@ -31,24 +31,24 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.0.0",
|
32
32
|
"@progress/kendo-drawing": "^1.19.0",
|
33
33
|
"@progress/kendo-licensing": "^1.0.2",
|
34
|
-
"@progress/kendo-angular-buttons": "16.3.0-develop.
|
35
|
-
"@progress/kendo-angular-common": "16.3.0-develop.
|
36
|
-
"@progress/kendo-angular-dateinputs": "16.3.0-develop.
|
37
|
-
"@progress/kendo-angular-dropdowns": "16.3.0-develop.
|
38
|
-
"@progress/kendo-angular-excel-export": "16.3.0-develop.
|
39
|
-
"@progress/kendo-angular-icons": "16.3.0-develop.
|
40
|
-
"@progress/kendo-angular-inputs": "16.3.0-develop.
|
41
|
-
"@progress/kendo-angular-intl": "16.3.0-develop.
|
42
|
-
"@progress/kendo-angular-l10n": "16.3.0-develop.
|
43
|
-
"@progress/kendo-angular-label": "16.3.0-develop.
|
44
|
-
"@progress/kendo-angular-pdf-export": "16.3.0-develop.
|
45
|
-
"@progress/kendo-angular-popup": "16.3.0-develop.
|
46
|
-
"@progress/kendo-angular-utils": "16.3.0-develop.
|
34
|
+
"@progress/kendo-angular-buttons": "16.3.0-develop.13",
|
35
|
+
"@progress/kendo-angular-common": "16.3.0-develop.13",
|
36
|
+
"@progress/kendo-angular-dateinputs": "16.3.0-develop.13",
|
37
|
+
"@progress/kendo-angular-dropdowns": "16.3.0-develop.13",
|
38
|
+
"@progress/kendo-angular-excel-export": "16.3.0-develop.13",
|
39
|
+
"@progress/kendo-angular-icons": "16.3.0-develop.13",
|
40
|
+
"@progress/kendo-angular-inputs": "16.3.0-develop.13",
|
41
|
+
"@progress/kendo-angular-intl": "16.3.0-develop.13",
|
42
|
+
"@progress/kendo-angular-l10n": "16.3.0-develop.13",
|
43
|
+
"@progress/kendo-angular-label": "16.3.0-develop.13",
|
44
|
+
"@progress/kendo-angular-pdf-export": "16.3.0-develop.13",
|
45
|
+
"@progress/kendo-angular-popup": "16.3.0-develop.13",
|
46
|
+
"@progress/kendo-angular-utils": "16.3.0-develop.13",
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"tslib": "^2.3.1",
|
51
|
-
"@progress/kendo-angular-schematics": "16.3.0-develop.
|
51
|
+
"@progress/kendo-angular-schematics": "16.3.0-develop.13",
|
52
52
|
"@progress/kendo-common": "^0.2.0",
|
53
53
|
"@progress/kendo-file-saver": "^1.0.0"
|
54
54
|
},
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '16.3.0-develop.
|
7
|
+
'@progress/kendo-angular-treeview': '16.3.0-develop.13',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '16.3.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '16.3.0-develop.13',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^3.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '16.3.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '16.3.0-develop.13',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|