@progress/kendo-angular-conversational-ui 20.0.0-develop.7 → 20.0.0

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.
@@ -6,7 +6,7 @@ import { EventEmitter } from '@angular/core';
6
6
  import { Action } from '../api/action.interface';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents a Hero Card component ([see example](slug:integrations_chat#travel-agent-chat-bot)).
9
+ * Represents a Hero Card component.
10
10
  * Hero cards host a single large image and action buttons with text content.
11
11
  *
12
12
  * @example
@@ -7,7 +7,7 @@ import { NgIf, NgFor } from '@angular/common';
7
7
  import { ButtonComponent } from '@progress/kendo-angular-buttons';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents a Hero Card component ([see example](slug:integrations_chat#travel-agent-chat-bot)).
10
+ * Represents a Hero Card component.
11
11
  * Hero cards host a single large image and action buttons with text content.
12
12
  *
13
13
  * @example
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1756185088,
14
- version: '20.0.0-develop.7',
13
+ publishDate: 1756207232,
14
+ version: '20.0.0',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -217,8 +217,8 @@ const packageMetadata = {
217
217
  productName: 'Kendo UI for Angular',
218
218
  productCode: 'KENDOUIANGULAR',
219
219
  productCodes: ['KENDOUIANGULAR'],
220
- publishDate: 1756185088,
221
- version: '20.0.0-develop.7',
220
+ publishDate: 1756207232,
221
+ version: '20.0.0',
222
222
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
223
223
  };
224
224
 
@@ -5539,7 +5539,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
5539
5539
  }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
5540
5540
 
5541
5541
  /**
5542
- * Represents a Hero Card component ([see example](slug:integrations_chat#travel-agent-chat-bot)).
5542
+ * Represents a Hero Card component.
5543
5543
  * Hero cards host a single large image and action buttons with text content.
5544
5544
  *
5545
5545
  * @example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "20.0.0-develop.7",
3
+ "version": "20.0.0",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -35,7 +35,7 @@
35
35
  "package": {
36
36
  "productName": "Kendo UI for Angular",
37
37
  "productCode": "KENDOUIANGULAR",
38
- "publishDate": 1756185088,
38
+ "publishDate": 1756207232,
39
39
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
40
40
  }
41
41
  },
@@ -45,22 +45,22 @@
45
45
  "@angular/core": "16 - 20",
46
46
  "@angular/platform-browser": "16 - 20",
47
47
  "@progress/kendo-licensing": "^1.7.0",
48
- "@progress/kendo-angular-buttons": "20.0.0-develop.7",
49
- "@progress/kendo-angular-inputs": "20.0.0-develop.7",
50
- "@progress/kendo-angular-layout": "20.0.0-develop.7",
51
- "@progress/kendo-angular-icons": "20.0.0-develop.7",
52
- "@progress/kendo-angular-common": "20.0.0-develop.7",
53
- "@progress/kendo-angular-intl": "20.0.0-develop.7",
54
- "@progress/kendo-angular-l10n": "20.0.0-develop.7",
55
- "@progress/kendo-angular-menu": "20.0.0-develop.7",
56
- "@progress/kendo-angular-popup": "20.0.0-develop.7",
57
- "@progress/kendo-angular-toolbar": "20.0.0-develop.7",
58
- "@progress/kendo-angular-upload": "20.0.0-develop.7",
48
+ "@progress/kendo-angular-buttons": "20.0.0",
49
+ "@progress/kendo-angular-inputs": "20.0.0",
50
+ "@progress/kendo-angular-layout": "20.0.0",
51
+ "@progress/kendo-angular-icons": "20.0.0",
52
+ "@progress/kendo-angular-common": "20.0.0",
53
+ "@progress/kendo-angular-intl": "20.0.0",
54
+ "@progress/kendo-angular-l10n": "20.0.0",
55
+ "@progress/kendo-angular-menu": "20.0.0",
56
+ "@progress/kendo-angular-popup": "20.0.0",
57
+ "@progress/kendo-angular-toolbar": "20.0.0",
58
+ "@progress/kendo-angular-upload": "20.0.0",
59
59
  "rxjs": "^6.5.3 || ^7.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "tslib": "^2.3.1",
63
- "@progress/kendo-angular-schematics": "20.0.0-develop.7"
63
+ "@progress/kendo-angular-schematics": "20.0.0"
64
64
  },
65
65
  "schematics": "./schematics/collection.json",
66
66
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",