@progress/kendo-angular-dialog 22.1.0-develop.17 → 22.1.0-develop.19

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.
@@ -503,7 +503,7 @@ const packageMetadata = {
503
503
  productCode: 'KENDOUIANGULAR',
504
504
  productCodes: ['KENDOUIANGULAR'],
505
505
  publishDate: 0,
506
- version: '22.1.0-develop.17',
506
+ version: '22.1.0-develop.19',
507
507
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
508
508
  };
509
509
 
@@ -958,7 +958,7 @@ class DialogComponent {
958
958
  dialog;
959
959
  _htmlAttributes;
960
960
  _cssClass;
961
- _themeColor = null;
961
+ _themeColor = undefined;
962
962
  direction;
963
963
  subscriptions = [];
964
964
  domSubs = new Subscription();
@@ -3228,7 +3228,7 @@ class WindowComponent {
3228
3228
  titleId = null;
3229
3229
  _htmlAttributes;
3230
3230
  _cssClass;
3231
- _themeColor = null;
3231
+ _themeColor = undefined;
3232
3232
  direction;
3233
3233
  draged = false;
3234
3234
  resized = false;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770055171,
11
- "version": "22.1.0-develop.17",
10
+ "publishDate": 1770219696,
11
+ "version": "22.1.0-develop.19",
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": "22.1.0-develop.17",
3
+ "version": "22.1.0-develop.19",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "package": {
24
24
  "productName": "Kendo UI for Angular",
25
25
  "productCode": "KENDOUIANGULAR",
26
- "publishDate": 1770055171,
26
+ "publishDate": 1770219696,
27
27
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
28
28
  }
29
29
  },
@@ -33,15 +33,15 @@
33
33
  "@angular/core": "19 - 21",
34
34
  "@angular/platform-browser": "19 - 21",
35
35
  "@progress/kendo-licensing": "^1.10.0",
36
- "@progress/kendo-angular-buttons": "22.1.0-develop.17",
37
- "@progress/kendo-angular-common": "22.1.0-develop.17",
38
- "@progress/kendo-angular-icons": "22.1.0-develop.17",
39
- "@progress/kendo-angular-l10n": "22.1.0-develop.17",
36
+ "@progress/kendo-angular-buttons": "22.1.0-develop.19",
37
+ "@progress/kendo-angular-common": "22.1.0-develop.19",
38
+ "@progress/kendo-angular-icons": "22.1.0-develop.19",
39
+ "@progress/kendo-angular-l10n": "22.1.0-develop.19",
40
40
  "rxjs": "^6.5.3 || ^7.0.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.3.1",
44
- "@progress/kendo-angular-schematics": "22.1.0-develop.17",
44
+ "@progress/kendo-angular-schematics": "22.1.0-develop.19",
45
45
  "@progress/kendo-popup-common": "1.9.5"
46
46
  },
47
47
  "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': '22.1.0-develop.17',
12
+ '@progress/kendo-angular-popup': '22.1.0-develop.19',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });