@progress/kendo-angular-treeview 24.0.2-develop.3 → 24.0.2-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/NOTICE.txt CHANGED
@@ -264,7 +264,7 @@ path-is-absolute 1.0.1 | https://github.com/sindresorhus/path- |
264
264
  | is-absolute |
265
265
  path-to-regexp 0.1.12 | https://github.com/pillarjs/path-to-r | MIT License
266
266
  | egexp |
267
- pdfjs-dist-for-node 4.6.82 | http://mozilla.github.io/pdf.js/ | Apache License 2.0
267
+ pdfjs-dist-for-node 5.6.205 | http://mozilla.github.io/pdf.js/ | Apache License 2.0
268
268
  picocolors 1.1.1 | https://github.com/alexeyraspopov/pic | ISC License
269
269
  | ocolors#readme |
270
270
  picomatch 4.0.3 | https://github.com/micromatch/picomat | MIT License
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  productName: 'Kendo UI for Angular',
29
29
  productCode: 'KENDOUIANGULAR',
30
30
  productCodes: ['KENDOUIANGULAR'],
31
- publishDate: 1779782195,
32
- version: '24.0.2-develop.3',
31
+ publishDate: 1779791082,
32
+ version: '24.0.2-develop.4',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779782195,
11
- "version": "24.0.2-develop.3",
10
+ "publishDate": 1779791082,
11
+ "version": "24.0.2-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-treeview",
3
- "version": "24.0.2-develop.3",
3
+ "version": "24.0.2-develop.4",
4
4
  "description": "Kendo UI TreeView for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1779782195,
37
+ "publishDate": 1779791082,
38
38
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
39
39
  }
40
40
  },
@@ -44,15 +44,15 @@
44
44
  "@angular/core": "19 - 21",
45
45
  "@angular/platform-browser": "19 - 21",
46
46
  "@progress/kendo-licensing": "^1.11.0",
47
- "@progress/kendo-angular-common": "24.0.2-develop.3",
48
- "@progress/kendo-angular-inputs": "24.0.2-develop.3",
49
- "@progress/kendo-angular-icons": "24.0.2-develop.3",
50
- "@progress/kendo-angular-l10n": "24.0.2-develop.3",
47
+ "@progress/kendo-angular-common": "24.0.2-develop.4",
48
+ "@progress/kendo-angular-inputs": "24.0.2-develop.4",
49
+ "@progress/kendo-angular-icons": "24.0.2-develop.4",
50
+ "@progress/kendo-angular-l10n": "24.0.2-develop.4",
51
51
  "rxjs": "^6.5.3 || ^7.0.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1",
55
- "@progress/kendo-angular-schematics": "24.0.2-develop.3",
55
+ "@progress/kendo-angular-schematics": "24.0.2-develop.4",
56
56
  "@progress/kendo-common": "^1.0.1",
57
57
  "@progress/kendo-draggable": "^3.0.2"
58
58
  },
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
11
11
  // Peers of kendo-angular-inputs
12
- '@progress/kendo-angular-buttons': '24.0.2-develop.3',
13
- '@progress/kendo-angular-dialog': '24.0.2-develop.3',
14
- '@progress/kendo-angular-intl': '24.0.2-develop.3',
15
- '@progress/kendo-angular-popup': '24.0.2-develop.3',
12
+ '@progress/kendo-angular-buttons': '24.0.2-develop.4',
13
+ '@progress/kendo-angular-dialog': '24.0.2-develop.4',
14
+ '@progress/kendo-angular-intl': '24.0.2-develop.4',
15
+ '@progress/kendo-angular-popup': '24.0.2-develop.4',
16
16
  '@progress/kendo-drawing': '^1.9.3',
17
17
  // Peer dependency of icons
18
18
  '@progress/kendo-svg-icons': '^4.0.0'