@progress/kendo-angular-treelist 13.4.0-develop.7 → 13.4.0-develop.8
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/filter-cell-operators.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-treelist.mjs +4 -4
- package/fesm2020/progress-kendo-angular-treelist.mjs +4 -4
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +3 -3
|
@@ -130,7 +130,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
130
130
|
class="k-dropdown-operator"
|
|
131
131
|
(valueChange)="onChange($event)"
|
|
132
132
|
[value]="value"
|
|
133
|
-
[attr.aria-label]="columnLabel"
|
|
133
|
+
[attr.aria-label]="column && columnLabel"
|
|
134
134
|
iconClass="k-i-filter"
|
|
135
135
|
[valuePrimitive]="true"
|
|
136
136
|
textField="text"
|
|
@@ -162,7 +162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
162
162
|
class="k-dropdown-operator"
|
|
163
163
|
(valueChange)="onChange($event)"
|
|
164
164
|
[value]="value"
|
|
165
|
-
[attr.aria-label]="columnLabel"
|
|
165
|
+
[attr.aria-label]="column && columnLabel"
|
|
166
166
|
iconClass="k-i-filter"
|
|
167
167
|
[valuePrimitive]="true"
|
|
168
168
|
textField="text"
|
|
@@ -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: '13.4.0-develop.
|
|
12
|
+
publishDate: 1692881920,
|
|
13
|
+
version: '13.4.0-develop.8',
|
|
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: '13.4.0-develop.
|
|
51
|
+
publishDate: 1692881920,
|
|
52
|
+
version: '13.4.0-develop.8',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -8977,7 +8977,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
8977
8977
|
class="k-dropdown-operator"
|
|
8978
8978
|
(valueChange)="onChange($event)"
|
|
8979
8979
|
[value]="value"
|
|
8980
|
-
[attr.aria-label]="columnLabel"
|
|
8980
|
+
[attr.aria-label]="column && columnLabel"
|
|
8981
8981
|
iconClass="k-i-filter"
|
|
8982
8982
|
[valuePrimitive]="true"
|
|
8983
8983
|
textField="text"
|
|
@@ -9009,7 +9009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9009
9009
|
class="k-dropdown-operator"
|
|
9010
9010
|
(valueChange)="onChange($event)"
|
|
9011
9011
|
[value]="value"
|
|
9012
|
-
[attr.aria-label]="columnLabel"
|
|
9012
|
+
[attr.aria-label]="column && columnLabel"
|
|
9013
9013
|
iconClass="k-i-filter"
|
|
9014
9014
|
[valuePrimitive]="true"
|
|
9015
9015
|
textField="text"
|
|
@@ -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: '13.4.0-develop.
|
|
51
|
+
publishDate: 1692881920,
|
|
52
|
+
version: '13.4.0-develop.8',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -8933,7 +8933,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
8933
8933
|
class="k-dropdown-operator"
|
|
8934
8934
|
(valueChange)="onChange($event)"
|
|
8935
8935
|
[value]="value"
|
|
8936
|
-
[attr.aria-label]="columnLabel"
|
|
8936
|
+
[attr.aria-label]="column && columnLabel"
|
|
8937
8937
|
iconClass="k-i-filter"
|
|
8938
8938
|
[valuePrimitive]="true"
|
|
8939
8939
|
textField="text"
|
|
@@ -8965,7 +8965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
8965
8965
|
class="k-dropdown-operator"
|
|
8966
8966
|
(valueChange)="onChange($event)"
|
|
8967
8967
|
[value]="value"
|
|
8968
|
-
[attr.aria-label]="columnLabel"
|
|
8968
|
+
[attr.aria-label]="column && columnLabel"
|
|
8969
8969
|
iconClass="k-i-filter"
|
|
8970
8970
|
[valuePrimitive]="true"
|
|
8971
8971
|
textField="text"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "13.4.0-develop.
|
|
3
|
+
"version": "13.4.0-develop.8",
|
|
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",
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
"@progress/kendo-data-query": "^1.0.0",
|
|
31
31
|
"@progress/kendo-drawing": "^1.17.2",
|
|
32
32
|
"@progress/kendo-licensing": "^1.0.2",
|
|
33
|
-
"@progress/kendo-angular-buttons": "13.4.0-develop.
|
|
34
|
-
"@progress/kendo-angular-common": "13.4.0-develop.
|
|
35
|
-
"@progress/kendo-angular-dateinputs": "13.4.0-develop.
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "13.4.0-develop.
|
|
37
|
-
"@progress/kendo-angular-excel-export": "13.4.0-develop.
|
|
38
|
-
"@progress/kendo-angular-icons": "13.4.0-develop.
|
|
39
|
-
"@progress/kendo-angular-inputs": "13.4.0-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "13.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "13.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-label": "13.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-pdf-export": "13.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-popup": "13.4.0-develop.
|
|
45
|
-
"@progress/kendo-angular-utils": "13.4.0-develop.
|
|
33
|
+
"@progress/kendo-angular-buttons": "13.4.0-develop.8",
|
|
34
|
+
"@progress/kendo-angular-common": "13.4.0-develop.8",
|
|
35
|
+
"@progress/kendo-angular-dateinputs": "13.4.0-develop.8",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "13.4.0-develop.8",
|
|
37
|
+
"@progress/kendo-angular-excel-export": "13.4.0-develop.8",
|
|
38
|
+
"@progress/kendo-angular-icons": "13.4.0-develop.8",
|
|
39
|
+
"@progress/kendo-angular-inputs": "13.4.0-develop.8",
|
|
40
|
+
"@progress/kendo-angular-intl": "13.4.0-develop.8",
|
|
41
|
+
"@progress/kendo-angular-l10n": "13.4.0-develop.8",
|
|
42
|
+
"@progress/kendo-angular-label": "13.4.0-develop.8",
|
|
43
|
+
"@progress/kendo-angular-pdf-export": "13.4.0-develop.8",
|
|
44
|
+
"@progress/kendo-angular-popup": "13.4.0-develop.8",
|
|
45
|
+
"@progress/kendo-angular-utils": "13.4.0-develop.8",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
47
|
-
"@progress/kendo-angular-listview": "13.4.0-develop.
|
|
47
|
+
"@progress/kendo-angular-listview": "13.4.0-develop.8"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "13.4.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "13.4.0-develop.8",
|
|
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': '13.4.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.4.0-develop.8',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.4.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.4.0-develop.8',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0',
|
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
|
13
|
-
'@progress/kendo-angular-navigation': '13.4.0-develop.
|
|
13
|
+
'@progress/kendo-angular-navigation': '13.4.0-develop.8',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|