@progress/kendo-angular-conversational-ui 18.2.0 → 18.2.1-develop.1
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/attachment-template.directive.d.ts +1 -5
- package/chat/chat.component.d.ts +1 -5
- package/chat/message-template.directive.d.ts +1 -5
- package/esm2022/chat/attachment-template.directive.mjs +1 -5
- package/esm2022/chat/chat.component.mjs +1 -5
- package/esm2022/chat/message-template.directive.mjs +1 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +5 -17
- package/package.json +11 -11
@@ -10,11 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* `<kendo-chat>` component. The template context is set to the attachment instance. For more information,
|
11
11
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
12
12
|
*
|
13
|
-
*
|
14
|
-
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
15
|
-
* {% embed_file shared/app.module.ts preview %}
|
16
|
-
* {% embed_file shared/main.ts hidden %}
|
17
|
-
* {% endmeta %}
|
13
|
+
* <demo metaUrl="conversational-ui/chat/attachments/templates/" height="700"></demo>
|
18
14
|
*/
|
19
15
|
export declare class AttachmentTemplateDirective {
|
20
16
|
templateRef: TemplateRef<any>;
|
package/chat/chat.component.d.ts
CHANGED
@@ -14,11 +14,7 @@ import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
15
15
|
* Represents the Kendo UI Chat component for Angular.
|
16
16
|
*
|
17
|
-
*
|
18
|
-
* {% embed_file chat/echo/app.component.ts preview %}
|
19
|
-
* {% embed_file shared/app.module.ts %}
|
20
|
-
* {% embed_file shared/main.ts hidden %}
|
21
|
-
* {% endmeta %}
|
17
|
+
* <demo metaUrl="conversational-ui/chat/echo/" height="700"></demo>
|
22
18
|
*
|
23
19
|
*/
|
24
20
|
export declare class ChatComponent implements AfterViewInit, OnDestroy {
|
@@ -10,11 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* `<kendo-chat>` component. The template context is set to the message instance. For more information,
|
11
11
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
12
12
|
*
|
13
|
-
*
|
14
|
-
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
15
|
-
* {% embed_file shared/app.module.ts preview %}
|
16
|
-
* {% embed_file shared/main.ts hidden %}
|
17
|
-
* {% endmeta %}
|
13
|
+
* <demo metaUrl="conversational-ui/chat/messages/templates/" height="700"></demo>
|
18
14
|
*/
|
19
15
|
export declare class MessageTemplateDirective {
|
20
16
|
templateRef: TemplateRef<any>;
|
@@ -10,11 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* `<kendo-chat>` component. The template context is set to the attachment instance. For more information,
|
11
11
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
12
12
|
*
|
13
|
-
*
|
14
|
-
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
15
|
-
* {% embed_file shared/app.module.ts preview %}
|
16
|
-
* {% embed_file shared/main.ts hidden %}
|
17
|
-
* {% endmeta %}
|
13
|
+
* <demo metaUrl="conversational-ui/chat/attachments/templates/" height="700"></demo>
|
18
14
|
*/
|
19
15
|
export class AttachmentTemplateDirective {
|
20
16
|
templateRef;
|
@@ -19,11 +19,7 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
19
19
|
/**
|
20
20
|
* Represents the Kendo UI Chat component for Angular.
|
21
21
|
*
|
22
|
-
*
|
23
|
-
* {% embed_file chat/echo/app.component.ts preview %}
|
24
|
-
* {% embed_file shared/app.module.ts %}
|
25
|
-
* {% embed_file shared/main.ts hidden %}
|
26
|
-
* {% endmeta %}
|
22
|
+
* <demo metaUrl="conversational-ui/chat/echo/" height="700"></demo>
|
27
23
|
*
|
28
24
|
*/
|
29
25
|
export class ChatComponent {
|
@@ -10,11 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* `<kendo-chat>` component. The template context is set to the message instance. For more information,
|
11
11
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
12
12
|
*
|
13
|
-
*
|
14
|
-
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
15
|
-
* {% embed_file shared/app.module.ts preview %}
|
16
|
-
* {% embed_file shared/main.ts hidden %}
|
17
|
-
* {% endmeta %}
|
13
|
+
* <demo metaUrl="conversational-ui/chat/messages/templates/" height="700"></demo>
|
18
14
|
*/
|
19
15
|
export class MessageTemplateDirective {
|
20
16
|
templateRef;
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '18.2.
|
13
|
+
publishDate: 1742832630,
|
14
|
+
version: '18.2.1-develop.1',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -26,11 +26,7 @@ import { PanelBarComponent } from '@progress/kendo-angular-layout';
|
|
26
26
|
* `<kendo-chat>` component. The template context is set to the attachment instance. For more information,
|
27
27
|
* refer to the article on [message attachments]({% slug attachments_chat %}).
|
28
28
|
*
|
29
|
-
*
|
30
|
-
* {% embed_file chat/attachments/templates/app.component.ts preview %}
|
31
|
-
* {% embed_file shared/app.module.ts preview %}
|
32
|
-
* {% embed_file shared/main.ts hidden %}
|
33
|
-
* {% endmeta %}
|
29
|
+
* <demo metaUrl="conversational-ui/chat/attachments/templates/" height="700"></demo>
|
34
30
|
*/
|
35
31
|
class AttachmentTemplateDirective {
|
36
32
|
templateRef;
|
@@ -97,11 +93,7 @@ const makeHandler = (action) => handlers[action.type] || noop;
|
|
97
93
|
* `<kendo-chat>` component. The template context is set to the message instance. For more information,
|
98
94
|
* refer to the article on [message templates]({% slug message_templates_chat %}).
|
99
95
|
*
|
100
|
-
*
|
101
|
-
* {% embed_file chat/messages/templates/app.component.ts preview %}
|
102
|
-
* {% embed_file shared/app.module.ts preview %}
|
103
|
-
* {% embed_file shared/main.ts hidden %}
|
104
|
-
* {% endmeta %}
|
96
|
+
* <demo metaUrl="conversational-ui/chat/messages/templates/" height="700"></demo>
|
105
97
|
*/
|
106
98
|
class MessageTemplateDirective {
|
107
99
|
templateRef;
|
@@ -129,8 +121,8 @@ const packageMetadata = {
|
|
129
121
|
productName: 'Kendo UI for Angular',
|
130
122
|
productCode: 'KENDOUIANGULAR',
|
131
123
|
productCodes: ['KENDOUIANGULAR'],
|
132
|
-
publishDate:
|
133
|
-
version: '18.2.
|
124
|
+
publishDate: 1742832630,
|
125
|
+
version: '18.2.1-develop.1',
|
134
126
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
135
127
|
};
|
136
128
|
|
@@ -1584,11 +1576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
1584
1576
|
/**
|
1585
1577
|
* Represents the Kendo UI Chat component for Angular.
|
1586
1578
|
*
|
1587
|
-
*
|
1588
|
-
* {% embed_file chat/echo/app.component.ts preview %}
|
1589
|
-
* {% embed_file shared/app.module.ts %}
|
1590
|
-
* {% embed_file shared/main.ts hidden %}
|
1591
|
-
* {% endmeta %}
|
1579
|
+
* <demo metaUrl="conversational-ui/chat/echo/" height="700"></demo>
|
1592
1580
|
*
|
1593
1581
|
*/
|
1594
1582
|
class ChatComponent {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "18.2.
|
3
|
+
"version": "18.2.1-develop.1",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"package": {
|
21
21
|
"productName": "Kendo UI for Angular",
|
22
22
|
"productCode": "KENDOUIANGULAR",
|
23
|
-
"publishDate":
|
23
|
+
"publishDate": 1742832630,
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
25
25
|
}
|
26
26
|
},
|
@@ -30,19 +30,19 @@
|
|
30
30
|
"@angular/core": "16 - 19",
|
31
31
|
"@angular/platform-browser": "16 - 19",
|
32
32
|
"@progress/kendo-licensing": "^1.5.0",
|
33
|
-
"@progress/kendo-angular-buttons": "18.2.
|
34
|
-
"@progress/kendo-angular-inputs": "18.2.
|
35
|
-
"@progress/kendo-angular-layout": "18.2.
|
36
|
-
"@progress/kendo-angular-icons": "18.2.
|
37
|
-
"@progress/kendo-angular-common": "18.2.
|
38
|
-
"@progress/kendo-angular-intl": "18.2.
|
39
|
-
"@progress/kendo-angular-l10n": "18.2.
|
40
|
-
"@progress/kendo-angular-popup": "18.2.
|
33
|
+
"@progress/kendo-angular-buttons": "18.2.1-develop.1",
|
34
|
+
"@progress/kendo-angular-inputs": "18.2.1-develop.1",
|
35
|
+
"@progress/kendo-angular-layout": "18.2.1-develop.1",
|
36
|
+
"@progress/kendo-angular-icons": "18.2.1-develop.1",
|
37
|
+
"@progress/kendo-angular-common": "18.2.1-develop.1",
|
38
|
+
"@progress/kendo-angular-intl": "18.2.1-develop.1",
|
39
|
+
"@progress/kendo-angular-l10n": "18.2.1-develop.1",
|
40
|
+
"@progress/kendo-angular-popup": "18.2.1-develop.1",
|
41
41
|
"rxjs": "^6.5.3 || ^7.0.0"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
44
|
"tslib": "^2.3.1",
|
45
|
-
"@progress/kendo-angular-schematics": "18.2.
|
45
|
+
"@progress/kendo-angular-schematics": "18.2.1-develop.1"
|
46
46
|
},
|
47
47
|
"schematics": "./schematics/collection.json",
|
48
48
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|