@progress/kendo-angular-conversational-ui 23.1.0-develop.2 → 23.1.0-develop.3
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.
|
@@ -216,7 +216,7 @@ const packageMetadata = {
|
|
|
216
216
|
productCode: 'KENDOUIANGULAR',
|
|
217
217
|
productCodes: ['KENDOUIANGULAR'],
|
|
218
218
|
publishDate: 0,
|
|
219
|
-
version: '23.1.0-develop.
|
|
219
|
+
version: '23.1.0-develop.3',
|
|
220
220
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
221
221
|
};
|
|
222
222
|
|
|
@@ -2441,7 +2441,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2441
2441
|
template: `
|
|
2442
2442
|
<kendo-icon-wrapper [name]="scrollButtonIconClass" [svgIcon]="scrollButtonSVGIcon" innerCssClass="k-button-icon"> </kendo-icon-wrapper>
|
|
2443
2443
|
`,
|
|
2444
|
-
// eslint-disable-next-line @angular-eslint/component-selector
|
|
2445
2444
|
selector: '[kendoChatScrollableButton]',
|
|
2446
2445
|
standalone: true,
|
|
2447
2446
|
imports: [IconWrapperComponent],
|
|
@@ -2556,8 +2555,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2556
2555
|
type: Injectable
|
|
2557
2556
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1.LocalizationService }] });
|
|
2558
2557
|
|
|
2559
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2560
|
-
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
2561
2558
|
/**
|
|
2562
2559
|
* @hidden
|
|
2563
2560
|
*/
|
|
@@ -3016,7 +3013,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3016
3013
|
args: ['nextScrollButton', { read: ElementRef }]
|
|
3017
3014
|
}] } });
|
|
3018
3015
|
|
|
3019
|
-
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
3020
3016
|
/**
|
|
3021
3017
|
* @hidden
|
|
3022
3018
|
*/
|
|
@@ -3226,7 +3222,6 @@ const groupItems = (total) => (acc, msg, index) => {
|
|
|
3226
3222
|
*/
|
|
3227
3223
|
const chatView = (messages) => messages.reduce(groupItems(messages.length), []);
|
|
3228
3224
|
|
|
3229
|
-
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
3230
3225
|
/**
|
|
3231
3226
|
* @hidden
|
|
3232
3227
|
*/
|
|
@@ -3917,7 +3912,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
3917
3912
|
type: Output
|
|
3918
3913
|
}] } });
|
|
3919
3914
|
|
|
3920
|
-
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
3921
3915
|
/**
|
|
3922
3916
|
* @hidden
|
|
3923
3917
|
*/
|
|
@@ -7181,7 +7175,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7181
7175
|
type: Input
|
|
7182
7176
|
}] } });
|
|
7183
7177
|
|
|
7184
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
7185
7178
|
// eslint-disable no-forward-ref
|
|
7186
7179
|
/**
|
|
7187
7180
|
* @hidden
|
|
@@ -7457,8 +7450,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7457
7450
|
type: Optional
|
|
7458
7451
|
}] }] });
|
|
7459
7452
|
|
|
7460
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
7461
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
7462
7453
|
/**
|
|
7463
7454
|
* @hidden
|
|
7464
7455
|
*/
|
|
@@ -8233,7 +8224,6 @@ let Messages$1 = class Messages extends ComponentMessages {
|
|
|
8233
8224
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages$1, decorators: [{
|
|
8234
8225
|
type: Directive,
|
|
8235
8226
|
args: [{
|
|
8236
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
8237
8227
|
selector: 'kendoConversationalUIMessages'
|
|
8238
8228
|
}]
|
|
8239
8229
|
}], propDecorators: { deletedMessageSenderText: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.1.0-develop.
|
|
10
|
+
"publishDate": 1771355982,
|
|
11
|
+
"version": "23.1.0-develop.3",
|
|
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-conversational-ui",
|
|
3
|
-
"version": "23.1.0-develop.
|
|
3
|
+
"version": "23.1.0-develop.3",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"package": {
|
|
70
70
|
"productName": "Kendo UI for Angular",
|
|
71
71
|
"productCode": "KENDOUIANGULAR",
|
|
72
|
-
"publishDate":
|
|
72
|
+
"publishDate": 1771355982,
|
|
73
73
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
@@ -79,22 +79,22 @@
|
|
|
79
79
|
"@angular/core": "19 - 21",
|
|
80
80
|
"@angular/platform-browser": "19 - 21",
|
|
81
81
|
"@progress/kendo-licensing": "^1.10.0",
|
|
82
|
-
"@progress/kendo-angular-buttons": "23.1.0-develop.
|
|
83
|
-
"@progress/kendo-angular-inputs": "23.1.0-develop.
|
|
84
|
-
"@progress/kendo-angular-layout": "23.1.0-develop.
|
|
85
|
-
"@progress/kendo-angular-icons": "23.1.0-develop.
|
|
86
|
-
"@progress/kendo-angular-common": "23.1.0-develop.
|
|
87
|
-
"@progress/kendo-angular-intl": "23.1.0-develop.
|
|
88
|
-
"@progress/kendo-angular-l10n": "23.1.0-develop.
|
|
89
|
-
"@progress/kendo-angular-menu": "23.1.0-develop.
|
|
90
|
-
"@progress/kendo-angular-popup": "23.1.0-develop.
|
|
91
|
-
"@progress/kendo-angular-toolbar": "23.1.0-develop.
|
|
92
|
-
"@progress/kendo-angular-upload": "23.1.0-develop.
|
|
82
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.3",
|
|
83
|
+
"@progress/kendo-angular-inputs": "23.1.0-develop.3",
|
|
84
|
+
"@progress/kendo-angular-layout": "23.1.0-develop.3",
|
|
85
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.3",
|
|
86
|
+
"@progress/kendo-angular-common": "23.1.0-develop.3",
|
|
87
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.3",
|
|
88
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.3",
|
|
89
|
+
"@progress/kendo-angular-menu": "23.1.0-develop.3",
|
|
90
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.3",
|
|
91
|
+
"@progress/kendo-angular-toolbar": "23.1.0-develop.3",
|
|
92
|
+
"@progress/kendo-angular-upload": "23.1.0-develop.3",
|
|
93
93
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"tslib": "^2.3.1",
|
|
97
|
-
"@progress/kendo-angular-schematics": "23.1.0-develop.
|
|
97
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.3"
|
|
98
98
|
},
|
|
99
99
|
"schematics": "./schematics/collection.json",
|
|
100
100
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|