@progress/kendo-angular-dialog 25.1.0-develop.13 → 25.1.0-develop.14

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.
@@ -516,8 +516,8 @@ const packageMetadata = {
516
516
  productName: 'Kendo UI for Angular',
517
517
  productCode: 'KENDOUIANGULAR',
518
518
  productCodes: ['KENDOUIANGULAR'],
519
- publishDate: 1787749869,
520
- version: '25.1.0-develop.13',
519
+ publishDate: 1787752457,
520
+ version: '25.1.0-develop.14',
521
521
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
522
522
  };
523
523
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1787749869,
11
- "version": "25.1.0-develop.13",
10
+ "publishDate": 1787752457,
11
+ "version": "25.1.0-develop.14",
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-dialog",
3
- "version": "25.1.0-develop.13",
3
+ "version": "25.1.0-develop.14",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -45,7 +45,7 @@
45
45
  "package": {
46
46
  "productName": "Kendo UI for Angular",
47
47
  "productCode": "KENDOUIANGULAR",
48
- "publishDate": 1787749869,
48
+ "publishDate": 1787752457,
49
49
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
50
50
  }
51
51
  },
@@ -55,15 +55,15 @@
55
55
  "@angular/core": "20 - 22",
56
56
  "@angular/platform-browser": "20 - 22",
57
57
  "@progress/kendo-licensing": "^1.11.0",
58
- "@progress/kendo-angular-buttons": "25.1.0-develop.13",
59
- "@progress/kendo-angular-common": "25.1.0-develop.13",
60
- "@progress/kendo-angular-icons": "25.1.0-develop.13",
61
- "@progress/kendo-angular-l10n": "25.1.0-develop.13",
58
+ "@progress/kendo-angular-buttons": "25.1.0-develop.14",
59
+ "@progress/kendo-angular-common": "25.1.0-develop.14",
60
+ "@progress/kendo-angular-icons": "25.1.0-develop.14",
61
+ "@progress/kendo-angular-l10n": "25.1.0-develop.14",
62
62
  "rxjs": "^6.5.3 || ^7.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "tslib": "^2.3.1",
66
- "@progress/kendo-angular-schematics": "25.1.0-develop.13",
66
+ "@progress/kendo-angular-schematics": "25.1.0-develop.14",
67
67
  "@progress/kendo-popup-common": "1.9.5"
68
68
  },
69
69
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
11
11
  // Peer dependency of buttons
12
- '@progress/kendo-angular-popup': '25.1.0-develop.13',
12
+ '@progress/kendo-angular-popup': '25.1.0-develop.14',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });