@progress/kendo-angular-dialog 24.2.0-develop.10 → 24.2.0-develop.12

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.
@@ -8,7 +8,17 @@ import { DialogTitleBarComponent } from './dialog-titlebar.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Serves as the base class for a component provided as Dialog content through the `content` property.
11
- * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
11
+ * ([See example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * @Component({ ... })
16
+ * export class UserInfoComponent extends DialogContentBase {
17
+ * constructor(public dialog: DialogRef) {
18
+ * super(dialog);
19
+ * }
20
+ * }
21
+ * ```
12
22
  *
13
23
  */
14
24
  export declare class DialogContentBase {
@@ -516,8 +516,8 @@ const packageMetadata = {
516
516
  productName: 'Kendo UI for Angular',
517
517
  productCode: 'KENDOUIANGULAR',
518
518
  productCodes: ['KENDOUIANGULAR'],
519
- publishDate: 1782305587,
520
- version: '24.2.0-develop.10',
519
+ publishDate: 1782468852,
520
+ version: '24.2.0-develop.12',
521
521
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
522
522
  };
523
523
 
@@ -1446,7 +1446,17 @@ class DialogRef {
1446
1446
 
1447
1447
  /**
1448
1448
  * Serves as the base class for a component provided as Dialog content through the `content` property.
1449
- * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
1449
+ * ([See example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
1450
+ *
1451
+ * @example
1452
+ * ```ts
1453
+ * @Component({ ... })
1454
+ * export class UserInfoComponent extends DialogContentBase {
1455
+ * constructor(public dialog: DialogRef) {
1456
+ * super(dialog);
1457
+ * }
1458
+ * }
1459
+ * ```
1450
1460
  *
1451
1461
  */
1452
1462
  class DialogContentBase {
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782305587,
11
- "version": "24.2.0-develop.10",
10
+ "publishDate": 1782468852,
11
+ "version": "24.2.0-develop.12",
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": "24.2.0-develop.10",
3
+ "version": "24.2.0-develop.12",
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": 1782305587,
48
+ "publishDate": 1782468852,
49
49
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
50
50
  }
51
51
  },
@@ -55,15 +55,15 @@
55
55
  "@angular/core": "19 - 22",
56
56
  "@angular/platform-browser": "19 - 22",
57
57
  "@progress/kendo-licensing": "^1.11.0",
58
- "@progress/kendo-angular-buttons": "24.2.0-develop.10",
59
- "@progress/kendo-angular-common": "24.2.0-develop.10",
60
- "@progress/kendo-angular-icons": "24.2.0-develop.10",
61
- "@progress/kendo-angular-l10n": "24.2.0-develop.10",
58
+ "@progress/kendo-angular-buttons": "24.2.0-develop.12",
59
+ "@progress/kendo-angular-common": "24.2.0-develop.12",
60
+ "@progress/kendo-angular-icons": "24.2.0-develop.12",
61
+ "@progress/kendo-angular-l10n": "24.2.0-develop.12",
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": "24.2.0-develop.10",
66
+ "@progress/kendo-angular-schematics": "24.2.0-develop.12",
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': '24.2.0-develop.10',
12
+ '@progress/kendo-angular-popup': '24.2.0-develop.12',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });