@progress/kendo-angular-conversational-ui 15.0.0-develop.1 → 15.0.0-develop.2
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/chat/api/execute-action-event.d.ts +2 -1
- package/chat/attachment-template.directive.d.ts +1 -1
- package/chat/chat.component.d.ts +1 -1
- package/chat/message-template.directive.d.ts +1 -1
- package/esm2020/chat/attachment-template.directive.mjs +1 -1
- package/esm2020/chat/chat.component.mjs +1 -1
- package/esm2020/chat/message-template.directive.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-conversational-ui.mjs +5 -5
- package/fesm2020/progress-kendo-angular-conversational-ui.mjs +5 -5
- package/package.json +10 -10
@@ -3,7 +3,8 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { PreventableEvent } from "./preventable-event";
|
6
|
-
import {
|
6
|
+
import { Message } from "./message.interface";
|
7
|
+
import { Action } from "./action.interface";
|
7
8
|
/**
|
8
9
|
* Arguments for the `executeAction` event. The `executeAction` event fires when the user clicks
|
9
10
|
* a quick action button. Calling `preventDefault()` suppresses the built-in action handler.
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
11
11
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
12
12
|
*
|
13
13
|
* {% meta height:700 %}
|
14
|
-
* {% embed_file attachments/templates/app.component.ts preview %}
|
14
|
+
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
15
15
|
* {% embed_file shared/app.module.ts preview %}
|
16
16
|
* {% embed_file shared/main.ts hidden %}
|
17
17
|
* {% endmeta %}
|
package/chat/chat.component.d.ts
CHANGED
@@ -15,7 +15,7 @@ import * as i0 from "@angular/core";
|
|
15
15
|
* Represents the Kendo UI Chat component for Angular.
|
16
16
|
*
|
17
17
|
* {% meta height:700 %}
|
18
|
-
* {% embed_file echo/app.component.ts preview %}
|
18
|
+
* {% embed_file chat/echo/app.component.ts preview %}
|
19
19
|
* {% embed_file shared/app.module.ts %}
|
20
20
|
* {% embed_file shared/main.ts hidden %}
|
21
21
|
* {% endmeta %}
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
11
11
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
12
12
|
*
|
13
13
|
* {% meta height:700 %}
|
14
|
-
* {% embed_file messages/templates/app.component.ts preview %}
|
14
|
+
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
15
15
|
* {% embed_file shared/app.module.ts preview %}
|
16
16
|
* {% embed_file shared/main.ts hidden %}
|
17
17
|
* {% endmeta %}
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
11
11
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
12
12
|
*
|
13
13
|
* {% meta height:700 %}
|
14
|
-
* {% embed_file attachments/templates/app.component.ts preview %}
|
14
|
+
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
15
15
|
* {% embed_file shared/app.module.ts preview %}
|
16
16
|
* {% embed_file shared/main.ts hidden %}
|
17
17
|
* {% endmeta %}
|
@@ -21,7 +21,7 @@ import * as i5 from "./common/scroll-anchor.directive";
|
|
21
21
|
* Represents the Kendo UI Chat component for Angular.
|
22
22
|
*
|
23
23
|
* {% meta height:700 %}
|
24
|
-
* {% embed_file echo/app.component.ts preview %}
|
24
|
+
* {% embed_file chat/echo/app.component.ts preview %}
|
25
25
|
* {% embed_file shared/app.module.ts %}
|
26
26
|
* {% embed_file shared/main.ts hidden %}
|
27
27
|
* {% endmeta %}
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
11
11
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
12
12
|
*
|
13
13
|
* {% meta height:700 %}
|
14
|
-
* {% embed_file messages/templates/app.component.ts preview %}
|
14
|
+
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
15
15
|
* {% embed_file shared/app.module.ts preview %}
|
16
16
|
* {% embed_file shared/main.ts hidden %}
|
17
17
|
* {% endmeta %}
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-conversational-ui',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '15.0.0-develop.
|
12
|
+
publishDate: 1706610977,
|
13
|
+
version: '15.0.0-develop.2',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -30,7 +30,7 @@ import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
30
30
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
31
31
|
*
|
32
32
|
* {% meta height:700 %}
|
33
|
-
* {% embed_file attachments/templates/app.component.ts preview %}
|
33
|
+
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
34
34
|
* {% embed_file shared/app.module.ts preview %}
|
35
35
|
* {% embed_file shared/main.ts hidden %}
|
36
36
|
* {% endmeta %}
|
@@ -94,7 +94,7 @@ const makeHandler = (action) => handlers[action.type] || noop;
|
|
94
94
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
95
95
|
*
|
96
96
|
* {% meta height:700 %}
|
97
|
-
* {% embed_file messages/templates/app.component.ts preview %}
|
97
|
+
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
98
98
|
* {% embed_file shared/app.module.ts preview %}
|
99
99
|
* {% embed_file shared/main.ts hidden %}
|
100
100
|
* {% endmeta %}
|
@@ -124,8 +124,8 @@ const packageMetadata = {
|
|
124
124
|
name: '@progress/kendo-angular-conversational-ui',
|
125
125
|
productName: 'Kendo UI for Angular',
|
126
126
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
127
|
-
publishDate:
|
128
|
-
version: '15.0.0-develop.
|
127
|
+
publishDate: 1706610977,
|
128
|
+
version: '15.0.0-develop.2',
|
129
129
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
130
130
|
};
|
131
131
|
|
@@ -1486,7 +1486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1486
1486
|
* Represents the Kendo UI Chat component for Angular.
|
1487
1487
|
*
|
1488
1488
|
* {% meta height:700 %}
|
1489
|
-
* {% embed_file echo/app.component.ts preview %}
|
1489
|
+
* {% embed_file chat/echo/app.component.ts preview %}
|
1490
1490
|
* {% embed_file shared/app.module.ts %}
|
1491
1491
|
* {% embed_file shared/main.ts hidden %}
|
1492
1492
|
* {% endmeta %}
|
@@ -30,7 +30,7 @@ import { LayoutModule } from '@progress/kendo-angular-layout';
|
|
30
30
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
31
31
|
*
|
32
32
|
* {% meta height:700 %}
|
33
|
-
* {% embed_file attachments/templates/app.component.ts preview %}
|
33
|
+
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
34
34
|
* {% embed_file shared/app.module.ts preview %}
|
35
35
|
* {% embed_file shared/main.ts hidden %}
|
36
36
|
* {% endmeta %}
|
@@ -92,7 +92,7 @@ const makeHandler = (action) => handlers[action.type] || noop;
|
|
92
92
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
93
93
|
*
|
94
94
|
* {% meta height:700 %}
|
95
|
-
* {% embed_file messages/templates/app.component.ts preview %}
|
95
|
+
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
96
96
|
* {% embed_file shared/app.module.ts preview %}
|
97
97
|
* {% embed_file shared/main.ts hidden %}
|
98
98
|
* {% endmeta %}
|
@@ -120,8 +120,8 @@ const packageMetadata = {
|
|
120
120
|
name: '@progress/kendo-angular-conversational-ui',
|
121
121
|
productName: 'Kendo UI for Angular',
|
122
122
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
123
|
-
publishDate:
|
124
|
-
version: '15.0.0-develop.
|
123
|
+
publishDate: 1706610977,
|
124
|
+
version: '15.0.0-develop.2',
|
125
125
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
126
126
|
};
|
127
127
|
|
@@ -1483,7 +1483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
1483
1483
|
* Represents the Kendo UI Chat component for Angular.
|
1484
1484
|
*
|
1485
1485
|
* {% meta height:700 %}
|
1486
|
-
* {% embed_file echo/app.component.ts preview %}
|
1486
|
+
* {% embed_file chat/echo/app.component.ts preview %}
|
1487
1487
|
* {% embed_file shared/app.module.ts %}
|
1488
1488
|
* {% embed_file shared/main.ts hidden %}
|
1489
1489
|
* {% endmeta %}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "15.0.0-develop.
|
3
|
+
"version": "15.0.0-develop.2",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -24,19 +24,19 @@
|
|
24
24
|
"@angular/core": "13 - 17",
|
25
25
|
"@angular/platform-browser": "13 - 17",
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "15.0.0-develop.
|
28
|
-
"@progress/kendo-angular-inputs": "15.0.0-develop.
|
29
|
-
"@progress/kendo-angular-layout": "15.0.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "15.0.0-develop.
|
31
|
-
"@progress/kendo-angular-common": "15.0.0-develop.
|
32
|
-
"@progress/kendo-angular-intl": "15.0.0-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "15.0.0-develop.
|
34
|
-
"@progress/kendo-angular-popup": "15.0.0-develop.
|
27
|
+
"@progress/kendo-angular-buttons": "15.0.0-develop.2",
|
28
|
+
"@progress/kendo-angular-inputs": "15.0.0-develop.2",
|
29
|
+
"@progress/kendo-angular-layout": "15.0.0-develop.2",
|
30
|
+
"@progress/kendo-angular-icons": "15.0.0-develop.2",
|
31
|
+
"@progress/kendo-angular-common": "15.0.0-develop.2",
|
32
|
+
"@progress/kendo-angular-intl": "15.0.0-develop.2",
|
33
|
+
"@progress/kendo-angular-l10n": "15.0.0-develop.2",
|
34
|
+
"@progress/kendo-angular-popup": "15.0.0-develop.2",
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
38
|
"tslib": "^2.3.1",
|
39
|
-
"@progress/kendo-angular-schematics": "15.0.0-develop.
|
39
|
+
"@progress/kendo-angular-schematics": "15.0.0-develop.2"
|
40
40
|
},
|
41
41
|
"schematics": "./schematics/collection.json",
|
42
42
|
"module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",
|