@progress/kendo-angular-treelist 13.2.1-develop.9 → 13.2.1
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.
|
@@ -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.2.1
|
|
12
|
+
publishDate: 1690969907,
|
|
13
|
+
version: '13.2.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -179,7 +179,7 @@ export class PDFComponent extends PDFExportComponent {
|
|
|
179
179
|
};
|
|
180
180
|
this.component.notifyPageChange('pdf', { skip: skip, take: _take });
|
|
181
181
|
if (this.component.view.loading) {
|
|
182
|
-
this.component.
|
|
182
|
+
this.component.view.dataLoaded.pipe(take(1)).subscribe(onPageChanged);
|
|
183
183
|
}
|
|
184
184
|
else {
|
|
185
185
|
onPageChanged();
|
|
@@ -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.2.1
|
|
51
|
+
publishDate: 1690969907,
|
|
52
|
+
version: '13.2.1',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -21037,7 +21037,7 @@ class PDFComponent extends PDFExportComponent {
|
|
|
21037
21037
|
};
|
|
21038
21038
|
this.component.notifyPageChange('pdf', { skip: skip, take: _take });
|
|
21039
21039
|
if (this.component.view.loading) {
|
|
21040
|
-
this.component.
|
|
21040
|
+
this.component.view.dataLoaded.pipe(take(1)).subscribe(onPageChanged);
|
|
21041
21041
|
}
|
|
21042
21042
|
else {
|
|
21043
21043
|
onPageChanged();
|
|
@@ -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.2.1
|
|
51
|
+
publishDate: 1690969907,
|
|
52
|
+
version: '13.2.1',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -20970,7 +20970,7 @@ class PDFComponent extends PDFExportComponent {
|
|
|
20970
20970
|
};
|
|
20971
20971
|
this.component.notifyPageChange('pdf', { skip: skip, take: _take });
|
|
20972
20972
|
if (this.component.view.loading) {
|
|
20973
|
-
this.component.
|
|
20973
|
+
this.component.view.dataLoaded.pipe(take(1)).subscribe(onPageChanged);
|
|
20974
20974
|
}
|
|
20975
20975
|
else {
|
|
20976
20976
|
onPageChanged();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "13.2.1
|
|
3
|
+
"version": "13.2.1",
|
|
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.2.1
|
|
34
|
-
"@progress/kendo-angular-common": "13.2.1
|
|
35
|
-
"@progress/kendo-angular-dateinputs": "13.2.1
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "13.2.1
|
|
37
|
-
"@progress/kendo-angular-excel-export": "13.2.1
|
|
38
|
-
"@progress/kendo-angular-icons": "13.2.1
|
|
39
|
-
"@progress/kendo-angular-inputs": "13.2.1
|
|
40
|
-
"@progress/kendo-angular-intl": "13.2.1
|
|
41
|
-
"@progress/kendo-angular-l10n": "13.2.1
|
|
42
|
-
"@progress/kendo-angular-label": "13.2.1
|
|
43
|
-
"@progress/kendo-angular-pdf-export": "13.2.1
|
|
44
|
-
"@progress/kendo-angular-popup": "13.2.1
|
|
45
|
-
"@progress/kendo-angular-utils": "13.2.1
|
|
33
|
+
"@progress/kendo-angular-buttons": "13.2.1",
|
|
34
|
+
"@progress/kendo-angular-common": "13.2.1",
|
|
35
|
+
"@progress/kendo-angular-dateinputs": "13.2.1",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "13.2.1",
|
|
37
|
+
"@progress/kendo-angular-excel-export": "13.2.1",
|
|
38
|
+
"@progress/kendo-angular-icons": "13.2.1",
|
|
39
|
+
"@progress/kendo-angular-inputs": "13.2.1",
|
|
40
|
+
"@progress/kendo-angular-intl": "13.2.1",
|
|
41
|
+
"@progress/kendo-angular-l10n": "13.2.1",
|
|
42
|
+
"@progress/kendo-angular-label": "13.2.1",
|
|
43
|
+
"@progress/kendo-angular-pdf-export": "13.2.1",
|
|
44
|
+
"@progress/kendo-angular-popup": "13.2.1",
|
|
45
|
+
"@progress/kendo-angular-utils": "13.2.1",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
47
|
-
"@progress/kendo-angular-listview": "13.2.1
|
|
47
|
+
"@progress/kendo-angular-listview": "13.2.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "13.2.1
|
|
51
|
+
"@progress/kendo-angular-schematics": "13.2.1",
|
|
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.2.1
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.2.1',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.2.1
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.2.1',
|
|
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.2.1
|
|
13
|
+
'@progress/kendo-angular-navigation': '13.2.1',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|