@progress/kendo-angular-conversational-ui 24.2.0-develop.1 → 24.2.0-develop.11
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.
|
@@ -215,8 +215,8 @@ const packageMetadata = {
|
|
|
215
215
|
productName: 'Kendo UI for Angular',
|
|
216
216
|
productCode: 'KENDOUIANGULAR',
|
|
217
217
|
productCodes: ['KENDOUIANGULAR'],
|
|
218
|
-
publishDate:
|
|
219
|
-
version: '24.2.0-develop.
|
|
218
|
+
publishDate: 1782467542,
|
|
219
|
+
version: '24.2.0-develop.11',
|
|
220
220
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
221
221
|
};
|
|
222
222
|
|
|
@@ -4539,7 +4539,6 @@ class PromptBoxComponent {
|
|
|
4539
4539
|
ngZone;
|
|
4540
4540
|
localization;
|
|
4541
4541
|
hostElement;
|
|
4542
|
-
hostClasses = 'k-input k-prompt-box';
|
|
4543
4542
|
get hostSinglelineClass() {
|
|
4544
4543
|
return this.mode === 'single';
|
|
4545
4544
|
}
|
|
@@ -4891,6 +4890,8 @@ class PromptBoxComponent {
|
|
|
4891
4890
|
this.localization = localization;
|
|
4892
4891
|
this.hostElement = hostElement;
|
|
4893
4892
|
validatePackage(packageMetadata);
|
|
4893
|
+
this.renderer.addClass(this.hostElement.nativeElement, 'k-prompt-box');
|
|
4894
|
+
this.renderer.addClass(this.hostElement.nativeElement, 'k-input');
|
|
4894
4895
|
}
|
|
4895
4896
|
ngAfterViewInit() {
|
|
4896
4897
|
if (this.mode !== 'single' && this.textareaElement) {
|
|
@@ -5342,7 +5343,7 @@ class PromptBoxComponent {
|
|
|
5342
5343
|
this.fileSelectSubscription.add(this.fileSelectButtonComponent.sizeChange.subscribe(() => this.update()));
|
|
5343
5344
|
}
|
|
5344
5345
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: PromptBoxComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5345
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: PromptBoxComponent, isStandalone: true, selector: "kendo-promptbox", inputs: { disabled: "disabled", focusableId: "focusableId", loading: "loading", placeholder: "placeholder", readonly: "readonly", title: "title", mode: "mode", rows: "rows", maxTextAreaHeight: "maxTextAreaHeight", value: "value", actionButton: "actionButton", fileSelectButton: "fileSelectButton", speechToTextButton: "speechToTextButton" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", promptAction: "promptAction", selectAttachments: "selectAttachments", fileRemove: "fileRemove", speechToTextClick: "speechToTextClick", speechToTextStart: "speechToTextStart", speechToTextEnd: "speechToTextEnd", speechToTextError: "speechToTextError", speechToTextResult: "speechToTextResult" }, host: { properties: { "class
|
|
5346
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: PromptBoxComponent, isStandalone: true, selector: "kendo-promptbox", inputs: { disabled: "disabled", focusableId: "focusableId", loading: "loading", placeholder: "placeholder", readonly: "readonly", title: "title", mode: "mode", rows: "rows", maxTextAreaHeight: "maxTextAreaHeight", value: "value", actionButton: "actionButton", fileSelectButton: "fileSelectButton", speechToTextButton: "speechToTextButton" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", promptAction: "promptAction", selectAttachments: "selectAttachments", fileRemove: "fileRemove", speechToTextClick: "speechToTextClick", speechToTextStart: "speechToTextStart", speechToTextEnd: "speechToTextEnd", speechToTextError: "speechToTextError", speechToTextResult: "speechToTextResult" }, host: { properties: { "class.k-prompt-box-singleline": "this.hostSinglelineClass", "class.k-prompt-box-multiline": "this.hostMultilineClass", "class.k-disabled": "this.hostDisabledClass" } }, providers: [
|
|
5346
5347
|
LocalizationService,
|
|
5347
5348
|
{
|
|
5348
5349
|
provide: L10N_PREFIX,
|
|
@@ -5746,10 +5747,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
5746
5747
|
PromptBoxFileComponent,
|
|
5747
5748
|
],
|
|
5748
5749
|
}]
|
|
5749
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ElementRef }], propDecorators: {
|
|
5750
|
-
type: HostBinding,
|
|
5751
|
-
args: ['class']
|
|
5752
|
-
}], hostSinglelineClass: [{
|
|
5750
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ElementRef }], propDecorators: { hostSinglelineClass: [{
|
|
5753
5751
|
type: HostBinding,
|
|
5754
5752
|
args: ['class.k-prompt-box-singleline']
|
|
5755
5753
|
}], hostMultilineClass: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.2.0-develop.
|
|
10
|
+
"publishDate": 1782467542,
|
|
11
|
+
"version": "24.2.0-develop.11",
|
|
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": "24.2.0-develop.
|
|
3
|
+
"version": "24.2.0-develop.11",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"package": {
|
|
98
98
|
"productName": "Kendo UI for Angular",
|
|
99
99
|
"productCode": "KENDOUIANGULAR",
|
|
100
|
-
"publishDate":
|
|
100
|
+
"publishDate": 1782467542,
|
|
101
101
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
102
102
|
}
|
|
103
103
|
},
|
|
@@ -107,22 +107,22 @@
|
|
|
107
107
|
"@angular/core": "19 - 22",
|
|
108
108
|
"@angular/platform-browser": "19 - 22",
|
|
109
109
|
"@progress/kendo-licensing": "^1.11.0",
|
|
110
|
-
"@progress/kendo-angular-buttons": "24.2.0-develop.
|
|
111
|
-
"@progress/kendo-angular-inputs": "24.2.0-develop.
|
|
112
|
-
"@progress/kendo-angular-layout": "24.2.0-develop.
|
|
113
|
-
"@progress/kendo-angular-icons": "24.2.0-develop.
|
|
114
|
-
"@progress/kendo-angular-common": "24.2.0-develop.
|
|
115
|
-
"@progress/kendo-angular-intl": "24.2.0-develop.
|
|
116
|
-
"@progress/kendo-angular-l10n": "24.2.0-develop.
|
|
117
|
-
"@progress/kendo-angular-menu": "24.2.0-develop.
|
|
118
|
-
"@progress/kendo-angular-popup": "24.2.0-develop.
|
|
119
|
-
"@progress/kendo-angular-toolbar": "24.2.0-develop.
|
|
120
|
-
"@progress/kendo-angular-upload": "24.2.0-develop.
|
|
110
|
+
"@progress/kendo-angular-buttons": "24.2.0-develop.11",
|
|
111
|
+
"@progress/kendo-angular-inputs": "24.2.0-develop.11",
|
|
112
|
+
"@progress/kendo-angular-layout": "24.2.0-develop.11",
|
|
113
|
+
"@progress/kendo-angular-icons": "24.2.0-develop.11",
|
|
114
|
+
"@progress/kendo-angular-common": "24.2.0-develop.11",
|
|
115
|
+
"@progress/kendo-angular-intl": "24.2.0-develop.11",
|
|
116
|
+
"@progress/kendo-angular-l10n": "24.2.0-develop.11",
|
|
117
|
+
"@progress/kendo-angular-menu": "24.2.0-develop.11",
|
|
118
|
+
"@progress/kendo-angular-popup": "24.2.0-develop.11",
|
|
119
|
+
"@progress/kendo-angular-toolbar": "24.2.0-develop.11",
|
|
120
|
+
"@progress/kendo-angular-upload": "24.2.0-develop.11",
|
|
121
121
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"tslib": "^2.3.1",
|
|
125
|
-
"@progress/kendo-angular-schematics": "24.2.0-develop.
|
|
125
|
+
"@progress/kendo-angular-schematics": "24.2.0-develop.11"
|
|
126
126
|
},
|
|
127
127
|
"schematics": "./schematics/collection.json",
|
|
128
128
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|
|
@@ -32,7 +32,6 @@ export declare class PromptBoxComponent implements ControlValueAccessor, AfterVi
|
|
|
32
32
|
private ngZone;
|
|
33
33
|
private localization;
|
|
34
34
|
hostElement: ElementRef;
|
|
35
|
-
hostClasses: string;
|
|
36
35
|
get hostSinglelineClass(): boolean;
|
|
37
36
|
get hostMultilineClass(): boolean;
|
|
38
37
|
get hostDisabledClass(): boolean;
|