@progress/kendo-angular-conversational-ui 24.0.0-develop.20 → 24.0.0-develop.21
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.0.0-develop.
|
|
218
|
+
publishDate: 1778161014,
|
|
219
|
+
version: '24.0.0-develop.21',
|
|
220
220
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
221
221
|
};
|
|
222
222
|
|
|
@@ -964,7 +964,7 @@ class AIPromptComponent {
|
|
|
964
964
|
</div>
|
|
965
965
|
</div>
|
|
966
966
|
}
|
|
967
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective$3, selector: "[kendoAIPromptLocalizedMessages]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
967
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective$3, selector: "[kendoAIPromptLocalizedMessages]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: AIPromptToolbarFocusableDirective, selector: "[kendoAIPromptToolbarFocusable]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: FloatingActionButtonComponent, selector: "kendo-floatingactionbutton", inputs: ["themeColor", "size", "rounded", "disabled", "align", "offset", "positionMode", "icon", "svgIcon", "iconClass", "buttonClass", "dialClass", "text", "dialItemAnimation", "tabIndex", "dialItems"], outputs: ["blur", "focus", "dialItemClick", "open", "close"] }] });
|
|
968
968
|
}
|
|
969
969
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AIPromptComponent, decorators: [{
|
|
970
970
|
type: Component,
|
|
@@ -1443,7 +1443,7 @@ class AIPromptOutputCardComponent {
|
|
|
1443
1443
|
</button>
|
|
1444
1444
|
}
|
|
1445
1445
|
</div>
|
|
1446
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
1446
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
1447
1447
|
}
|
|
1448
1448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: AIPromptOutputCardComponent, decorators: [{
|
|
1449
1449
|
type: Component,
|
|
@@ -1774,7 +1774,7 @@ class PromptViewComponent extends BaseView {
|
|
|
1774
1774
|
</div>
|
|
1775
1775
|
}
|
|
1776
1776
|
</ng-template>
|
|
1777
|
-
`, isInline: true, dependencies: [{ kind: "component", type: TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "maxResizableRows", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
1777
|
+
`, isInline: true, dependencies: [{ kind: "component", type: TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "maxResizableRows", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TextAreaSuffixComponent, selector: "kendo-textarea-suffix", inputs: ["flow", "orientation"], exportAs: ["kendoTextAreaSuffix"] }, { kind: "component", type: SpeechToTextButtonComponent, selector: "button[kendoSpeechToTextButton]", inputs: ["disabled", "size", "rounded", "fillMode", "themeColor", "integrationMode", "lang", "continuous", "interimResults", "maxAlternatives"], outputs: ["start", "end", "result", "error", "click"], exportAs: ["kendoSpeechToTextButton"] }] });
|
|
1778
1778
|
}
|
|
1779
1779
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PromptViewComponent, decorators: [{
|
|
1780
1780
|
type: Component,
|
|
@@ -4052,7 +4052,7 @@ class PromptBoxActionButtonComponent extends PromptBoxBaseTool {
|
|
|
4052
4052
|
[themeColor]="themeColor"
|
|
4053
4053
|
(click)="handleClick()"
|
|
4054
4054
|
></button>
|
|
4055
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
4055
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4056
4056
|
}
|
|
4057
4057
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PromptBoxActionButtonComponent, decorators: [{
|
|
4058
4058
|
type: Component,
|
|
@@ -4198,7 +4198,7 @@ class PromptBoxFileSelectButtonComponent extends PromptBoxBaseTool {
|
|
|
4198
4198
|
[accept]="accept"
|
|
4199
4199
|
(select)="handleSelect($event)"
|
|
4200
4200
|
></kendo-fileselect>
|
|
4201
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
4201
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: FileSelectComponent, selector: "kendo-fileselect", inputs: ["name"], outputs: ["valueChange"], exportAs: ["kendoFileSelect"] }] });
|
|
4202
4202
|
}
|
|
4203
4203
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PromptBoxFileSelectButtonComponent, decorators: [{
|
|
4204
4204
|
type: Component,
|
|
@@ -4299,12 +4299,13 @@ class PromptBoxFileComponent {
|
|
|
4299
4299
|
[attr.title]="textFor('removeFileTitle')"
|
|
4300
4300
|
[svgIcon]="deleteIcon"
|
|
4301
4301
|
icon="x"
|
|
4302
|
+
size="xsmall"
|
|
4302
4303
|
[disabled]="disabled"
|
|
4303
4304
|
(click)="remove.emit(promptBoxFile)"
|
|
4304
4305
|
fillMode="flat"
|
|
4305
4306
|
></button>
|
|
4306
4307
|
}
|
|
4307
|
-
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
4308
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
4308
4309
|
}
|
|
4309
4310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PromptBoxFileComponent, decorators: [{
|
|
4310
4311
|
type: Component,
|
|
@@ -4327,6 +4328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
4327
4328
|
[attr.title]="textFor('removeFileTitle')"
|
|
4328
4329
|
[svgIcon]="deleteIcon"
|
|
4329
4330
|
icon="x"
|
|
4331
|
+
size="xsmall"
|
|
4330
4332
|
[disabled]="disabled"
|
|
4331
4333
|
(click)="remove.emit(promptBoxFile)"
|
|
4332
4334
|
fillMode="flat"
|
|
@@ -5899,6 +5901,7 @@ class ChatFileComponent extends ChatItem {
|
|
|
5899
5901
|
[attr.title]="textFor('removeFileTitle')"
|
|
5900
5902
|
[svgIcon]="deleteIcon"
|
|
5901
5903
|
icon="x"
|
|
5904
|
+
size="xsmall"
|
|
5902
5905
|
(click)="remove.emit(chatFile)"
|
|
5903
5906
|
fillMode="flat"
|
|
5904
5907
|
></button>
|
|
@@ -5908,6 +5911,7 @@ class ChatFileComponent extends ChatItem {
|
|
|
5908
5911
|
[data]="fileActions"
|
|
5909
5912
|
[attr.title]="textFor('fileActionsTitle')"
|
|
5910
5913
|
fillMode="flat"
|
|
5914
|
+
size="small"
|
|
5911
5915
|
icon="more-vertical"
|
|
5912
5916
|
[svgIcon]="moreIcon"
|
|
5913
5917
|
(itemClick)="actionClick.emit($event)"
|
|
@@ -5916,7 +5920,7 @@ class ChatFileComponent extends ChatItem {
|
|
|
5916
5920
|
(close)="actionsToggle.emit(false)"
|
|
5917
5921
|
></kendo-dropdownbutton>
|
|
5918
5922
|
}
|
|
5919
|
-
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
5923
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }] });
|
|
5920
5924
|
}
|
|
5921
5925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ChatFileComponent, decorators: [{
|
|
5922
5926
|
type: Component,
|
|
@@ -5943,6 +5947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
5943
5947
|
[attr.title]="textFor('removeFileTitle')"
|
|
5944
5948
|
[svgIcon]="deleteIcon"
|
|
5945
5949
|
icon="x"
|
|
5950
|
+
size="xsmall"
|
|
5946
5951
|
(click)="remove.emit(chatFile)"
|
|
5947
5952
|
fillMode="flat"
|
|
5948
5953
|
></button>
|
|
@@ -5952,6 +5957,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
5952
5957
|
[data]="fileActions"
|
|
5953
5958
|
[attr.title]="textFor('fileActionsTitle')"
|
|
5954
5959
|
fillMode="flat"
|
|
5960
|
+
size="small"
|
|
5955
5961
|
icon="more-vertical"
|
|
5956
5962
|
[svgIcon]="moreIcon"
|
|
5957
5963
|
(itemClick)="actionClick.emit($event)"
|
|
@@ -7043,6 +7049,7 @@ class MessageBoxComponent {
|
|
|
7043
7049
|
icon="x"
|
|
7044
7050
|
(click)="removeReply()"
|
|
7045
7051
|
fillMode="flat"
|
|
7052
|
+
size="xsmall"
|
|
7046
7053
|
></button>
|
|
7047
7054
|
</div>
|
|
7048
7055
|
</ng-template>
|
|
@@ -7081,7 +7088,7 @@ class MessageBoxComponent {
|
|
|
7081
7088
|
} @if (messageBoxTemplate?.templateRef) {
|
|
7082
7089
|
<ng-template [ngTemplateOutlet]="messageBoxTemplate?.templateRef"></ng-template>
|
|
7083
7090
|
}
|
|
7084
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
7091
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: PromptBoxComponent, selector: "kendo-promptbox", inputs: ["disabled", "focusableId", "loading", "placeholder", "readonly", "title", "mode", "rows", "maxTextAreaHeight", "value", "actionButton", "fileSelectButton", "speechToTextButton"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur", "promptAction", "selectAttachments", "fileRemove", "speechToTextClick", "speechToTextStart", "speechToTextEnd", "speechToTextError", "speechToTextResult"], exportAs: ["kendoPromptBox"] }, { kind: "component", type: PromptBoxCustomMessagesComponent, selector: "kendo-promptbox-messages" }, { kind: "directive", type: PromptBoxHeaderTemplateDirective, selector: "[kendoPromptBoxHeaderTemplate]" }, { kind: "component", type: PromptBoxStartAffixComponent, selector: "kendo-promptbox-start-affix", exportAs: ["kendoPromptBoxStartAffix"] }, { kind: "component", type: PromptBoxTopAffixComponent, selector: "kendo-promptbox-top-affix", exportAs: ["kendoPromptBoxTopAffix"] }, { kind: "component", type: PromptBoxEndAffixComponent, selector: "kendo-promptbox-end-affix", exportAs: ["kendoPromptBoxEndAffix"] }, { kind: "component", type: PromptBoxFileSelectButtonComponent, selector: "kendo-promptbox-fileselect-button", inputs: ["restrictions", "multiple", "accept"], outputs: ["selectAttachments"], exportAs: ["kendoPromptBoxFileSelectButton"] }, { kind: "component", type: MessageReferenceComponent, selector: "chat-message-reference-content", inputs: ["message"] }, { kind: "component", type: SuggestedActionsComponent, selector: "kendo-chat-suggested-actions", inputs: ["actions", "suggestions", "tabbable", "type", "suggestionTemplate"], outputs: ["dispatchAction", "dispatchSuggestion"] }] });
|
|
7085
7092
|
}
|
|
7086
7093
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MessageBoxComponent, decorators: [{
|
|
7087
7094
|
type: Component,
|
|
@@ -7139,6 +7146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7139
7146
|
icon="x"
|
|
7140
7147
|
(click)="removeReply()"
|
|
7141
7148
|
fillMode="flat"
|
|
7149
|
+
size="xsmall"
|
|
7142
7150
|
></button>
|
|
7143
7151
|
</div>
|
|
7144
7152
|
</ng-template>
|
|
@@ -7603,7 +7611,7 @@ class MessageComponent extends ChatItem {
|
|
|
7603
7611
|
</div>
|
|
7604
7612
|
</div>
|
|
7605
7613
|
} @if (!message.typing) { @if (useCustomContentTemplate) { @if (message.failed) {
|
|
7606
|
-
<button kendoButton class="k-resend-button" size="
|
|
7614
|
+
<button kendoButton class="k-resend-button" size="xsmall" fillMode="clear" icon="arrow-rotate-cw-outline" [svgIcon]="resendIcon" (click)="onResendMessage($event)"></button>
|
|
7607
7615
|
}
|
|
7608
7616
|
<div
|
|
7609
7617
|
class="k-chat-bubble k-bubble"
|
|
@@ -7639,7 +7647,7 @@ class MessageComponent extends ChatItem {
|
|
|
7639
7647
|
}
|
|
7640
7648
|
</div>
|
|
7641
7649
|
} @if (!useCustomContentTemplate && hasMessageContent) { @if (message.failed) {
|
|
7642
|
-
<button kendoButton class="k-resend-button" size="
|
|
7650
|
+
<button kendoButton class="k-resend-button" size="xsmall" fillMode="clear" icon="arrow-rotate-cw-outline" [svgIcon]="resendIcon" (click)="onResendMessage($event)"></button>
|
|
7643
7651
|
}
|
|
7644
7652
|
<div
|
|
7645
7653
|
class="k-chat-bubble k-bubble"
|
|
@@ -7780,7 +7788,7 @@ class MessageComponent extends ChatItem {
|
|
|
7780
7788
|
}
|
|
7781
7789
|
</div>
|
|
7782
7790
|
} } @if (showToolbar) {
|
|
7783
|
-
<kendo-toolbar class="k-chat-message-toolbar" fillMode="flat">
|
|
7791
|
+
<kendo-toolbar class="k-chat-message-toolbar" fillMode="flat" size="small">
|
|
7784
7792
|
@for (action of toolbarActions; track action.id) {
|
|
7785
7793
|
<kendo-toolbar-button
|
|
7786
7794
|
fillMode="flat"
|
|
@@ -7794,7 +7802,7 @@ class MessageComponent extends ChatItem {
|
|
|
7794
7802
|
}
|
|
7795
7803
|
</kendo-toolbar>
|
|
7796
7804
|
}
|
|
7797
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
7805
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ChatFileComponent, selector: "li[chatFile]", inputs: ["chatFile", "removable", "fileActions"], outputs: ["remove", "actionClick", "actionsToggle", "actionButtonClick"] }, { kind: "component", type: ToolBarComponent, selector: "kendo-toolbar", inputs: ["overflow", "resizable", "popupSettings", "fillMode", "tabindex", "size", "tabIndex", "showIcon", "showText"], outputs: ["open", "close"], exportAs: ["kendoToolBar"] }, { kind: "component", type: ToolBarButtonComponent, selector: "kendo-toolbar-button", inputs: ["showText", "showIcon", "text", "style", "className", "title", "disabled", "toggleable", "look", "togglable", "selected", "fillMode", "rounded", "themeColor", "icon", "iconClass", "svgIcon", "imageUrl"], outputs: ["click", "pointerdown", "selectedChange"], exportAs: ["kendoToolBarButton"] }, { kind: "component", type: MessageReferenceComponent, selector: "chat-message-reference-content", inputs: ["message"] }] });
|
|
7798
7806
|
}
|
|
7799
7807
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MessageComponent, decorators: [{
|
|
7800
7808
|
type: Component,
|
|
@@ -7820,7 +7828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7820
7828
|
</div>
|
|
7821
7829
|
</div>
|
|
7822
7830
|
} @if (!message.typing) { @if (useCustomContentTemplate) { @if (message.failed) {
|
|
7823
|
-
<button kendoButton class="k-resend-button" size="
|
|
7831
|
+
<button kendoButton class="k-resend-button" size="xsmall" fillMode="clear" icon="arrow-rotate-cw-outline" [svgIcon]="resendIcon" (click)="onResendMessage($event)"></button>
|
|
7824
7832
|
}
|
|
7825
7833
|
<div
|
|
7826
7834
|
class="k-chat-bubble k-bubble"
|
|
@@ -7856,7 +7864,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7856
7864
|
}
|
|
7857
7865
|
</div>
|
|
7858
7866
|
} @if (!useCustomContentTemplate && hasMessageContent) { @if (message.failed) {
|
|
7859
|
-
<button kendoButton class="k-resend-button" size="
|
|
7867
|
+
<button kendoButton class="k-resend-button" size="xsmall" fillMode="clear" icon="arrow-rotate-cw-outline" [svgIcon]="resendIcon" (click)="onResendMessage($event)"></button>
|
|
7860
7868
|
}
|
|
7861
7869
|
<div
|
|
7862
7870
|
class="k-chat-bubble k-bubble"
|
|
@@ -7997,7 +8005,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7997
8005
|
}
|
|
7998
8006
|
</div>
|
|
7999
8007
|
} } @if (showToolbar) {
|
|
8000
|
-
<kendo-toolbar class="k-chat-message-toolbar" fillMode="flat">
|
|
8008
|
+
<kendo-toolbar class="k-chat-message-toolbar" fillMode="flat" size="small">
|
|
8001
8009
|
@for (action of toolbarActions; track action.id) {
|
|
8002
8010
|
<kendo-toolbar-button
|
|
8003
8011
|
fillMode="flat"
|
|
@@ -8325,7 +8333,7 @@ class MessageAttachmentsComponent extends ChatItem {
|
|
|
8325
8333
|
>
|
|
8326
8334
|
</button>
|
|
8327
8335
|
}
|
|
8328
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
8336
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: AttachmentComponent, selector: "kendo-chat-attachment", inputs: ["attachment", "template"] }] });
|
|
8329
8337
|
}
|
|
8330
8338
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MessageAttachmentsComponent, decorators: [{
|
|
8331
8339
|
type: Component,
|
|
@@ -10198,6 +10206,7 @@ class ChatComponent {
|
|
|
10198
10206
|
[attr.title]="textFor('unpinMessageTitle')"
|
|
10199
10207
|
(click)="unpin.emit(pinnedMessage)"
|
|
10200
10208
|
fillMode="flat"
|
|
10209
|
+
size="xsmall"
|
|
10201
10210
|
></button>
|
|
10202
10211
|
</div>
|
|
10203
10212
|
} @if (processedMessages && processedMessages.length === 0) {
|
|
@@ -10229,7 +10238,7 @@ class ChatComponent {
|
|
|
10229
10238
|
<kendo-floatingactionbutton
|
|
10230
10239
|
positionMode="absolute"
|
|
10231
10240
|
[size]="'small'"
|
|
10232
|
-
[themeColor]="'
|
|
10241
|
+
[themeColor]="'base'"
|
|
10233
10242
|
[align]="{ horizontal: 'center' }"
|
|
10234
10243
|
icon="arrow-down-outline"
|
|
10235
10244
|
[svgIcon]="scrollToBottomIcon"
|
|
@@ -10274,7 +10283,7 @@ class ChatComponent {
|
|
|
10274
10283
|
@if (showLicenseWatermark) {
|
|
10275
10284
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
10276
10285
|
}
|
|
10277
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective$2, selector: "[kendoChatLocalizedMessages]" }, { kind: "directive", type: ScrollAnchorDirective, selector: "[kendoChatScrollAnchor]", inputs: ["autoScroll", "autoScrollThreshold", "endlessMode", "rangeIsAtEnd"], outputs: ["autoScrollChange", "nearTop", "nearBottom"], exportAs: ["scrollAnchor"] }, { kind: "component", type: MessageListComponent, selector: "kendo-chat-message-list", inputs: ["messages", "attachmentTemplate", "authorMessageContentTemplate", "receiverMessageContentTemplate", "messageContentTemplate", "authorMessageTemplate", "receiverMessageTemplate", "messageTemplate", "timestampTemplate", "statusTemplate", "userStatusTemplate", "localization", "authorId"], outputs: ["executeAction", "navigate", "resize"] }, { kind: "component", type: MessageBoxComponent, selector: "kendo-message-box", inputs: ["authorId", "autoScroll", "suggestions", "placeholder", "inputValue", "localization", "messageBoxTemplate", "messageBoxStartAffixTemplate", "messageBoxEndAffixTemplate", "messageBoxTopAffixTemplate", "suggestionTemplate", "loading"], outputs: ["sendMessage", "executeSuggestion", "fileSelect", "fileRemove"] }, { kind: "component", type: MessageReferenceComponent, selector: "chat-message-reference-content", inputs: ["message"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
10286
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective$2, selector: "[kendoChatLocalizedMessages]" }, { kind: "directive", type: ScrollAnchorDirective, selector: "[kendoChatScrollAnchor]", inputs: ["autoScroll", "autoScrollThreshold", "endlessMode", "rangeIsAtEnd"], outputs: ["autoScrollChange", "nearTop", "nearBottom"], exportAs: ["scrollAnchor"] }, { kind: "component", type: MessageListComponent, selector: "kendo-chat-message-list", inputs: ["messages", "attachmentTemplate", "authorMessageContentTemplate", "receiverMessageContentTemplate", "messageContentTemplate", "authorMessageTemplate", "receiverMessageTemplate", "messageTemplate", "timestampTemplate", "statusTemplate", "userStatusTemplate", "localization", "authorId"], outputs: ["executeAction", "navigate", "resize"] }, { kind: "component", type: MessageBoxComponent, selector: "kendo-message-box", inputs: ["authorId", "autoScroll", "suggestions", "placeholder", "inputValue", "localization", "messageBoxTemplate", "messageBoxStartAffixTemplate", "messageBoxEndAffixTemplate", "messageBoxTopAffixTemplate", "suggestionTemplate", "loading"], outputs: ["sendMessage", "executeSuggestion", "fileSelect", "fileRemove"] }, { kind: "component", type: MessageReferenceComponent, selector: "chat-message-reference-content", inputs: ["message"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ContextMenuComponent, selector: "kendo-contextmenu", inputs: ["showOn", "target", "filter", "alignToAnchor", "vertical", "popupAnimate", "popupAlign", "anchorAlign", "collision", "appendTo", "ariaLabel"], outputs: ["popupOpen", "popupClose", "select", "open", "close"], exportAs: ["kendoContextMenu"] }, { kind: "component", type: FloatingActionButtonComponent, selector: "kendo-floatingactionbutton", inputs: ["themeColor", "size", "rounded", "disabled", "align", "offset", "positionMode", "icon", "svgIcon", "iconClass", "buttonClass", "dialClass", "text", "dialItemAnimation", "tabIndex", "dialItems"], outputs: ["blur", "focus", "dialItemClick", "open", "close"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
10278
10287
|
}
|
|
10279
10288
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ChatComponent, decorators: [{
|
|
10280
10289
|
type: Component,
|
|
@@ -10401,6 +10410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
10401
10410
|
[attr.title]="textFor('unpinMessageTitle')"
|
|
10402
10411
|
(click)="unpin.emit(pinnedMessage)"
|
|
10403
10412
|
fillMode="flat"
|
|
10413
|
+
size="xsmall"
|
|
10404
10414
|
></button>
|
|
10405
10415
|
</div>
|
|
10406
10416
|
} @if (processedMessages && processedMessages.length === 0) {
|
|
@@ -10432,7 +10442,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
10432
10442
|
<kendo-floatingactionbutton
|
|
10433
10443
|
positionMode="absolute"
|
|
10434
10444
|
[size]="'small'"
|
|
10435
|
-
[themeColor]="'
|
|
10445
|
+
[themeColor]="'base'"
|
|
10436
10446
|
[align]="{ horizontal: 'center' }"
|
|
10437
10447
|
icon="arrow-down-outline"
|
|
10438
10448
|
[svgIcon]="scrollToBottomIcon"
|
|
@@ -10784,7 +10794,7 @@ class HeroCardComponent {
|
|
|
10784
10794
|
</span>
|
|
10785
10795
|
}
|
|
10786
10796
|
</div>
|
|
10787
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
10797
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
10788
10798
|
}
|
|
10789
10799
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeroCardComponent, decorators: [{
|
|
10790
10800
|
type: Component,
|
|
@@ -11284,7 +11294,7 @@ class InlineAIPromptContentComponent {
|
|
|
11284
11294
|
class="k-hidden"
|
|
11285
11295
|
(select)="onCommandClick($event)">
|
|
11286
11296
|
</kendo-contextmenu>
|
|
11287
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoInlineAIPromptLocalizedMessages]" }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"
|
|
11297
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoInlineAIPromptLocalizedMessages]" }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i2.SpeechToTextButtonComponent, selector: "button[kendoSpeechToTextButton]", inputs: ["disabled", "size", "rounded", "fillMode", "themeColor", "integrationMode", "lang", "continuous", "interimResults", "maxAlternatives"], outputs: ["start", "end", "result", "error", "click"], exportAs: ["kendoSpeechToTextButton"] }, { kind: "component", type: i3.TextAreaComponent, selector: "kendo-textarea", inputs: ["focusableId", "flow", "inputAttributes", "adornmentsOrientation", "rows", "cols", "maxlength", "maxResizableRows", "tabindex", "tabIndex", "resizable", "size", "rounded", "fillMode", "showPrefixSeparator", "showSuffixSeparator"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoTextArea"] }, { kind: "component", type: i3.TextAreaPrefixComponent, selector: "kendo-textarea-prefix", inputs: ["flow", "orientation"], exportAs: ["kendoTextAreaPrefix"] }, { kind: "component", type: i3.TextAreaSuffixComponent, selector: "kendo-textarea-suffix", inputs: ["flow", "orientation"], exportAs: ["kendoTextAreaSuffix"] }, { kind: "component", type: i4.ContextMenuComponent, selector: "kendo-contextmenu", inputs: ["showOn", "target", "filter", "alignToAnchor", "vertical", "popupAnimate", "popupAlign", "anchorAlign", "collision", "appendTo", "ariaLabel"], outputs: ["popupOpen", "popupClose", "select", "open", "close"], exportAs: ["kendoContextMenu"] }, { kind: "component", type: i5.CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }, { kind: "component", type: i5.CardActionsComponent, selector: "kendo-card-actions", inputs: ["orientation", "layout", "actions"], outputs: ["action"] }, { kind: "component", type: i5.CardBodyComponent, selector: "kendo-card-body" }] });
|
|
11288
11298
|
}
|
|
11289
11299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: InlineAIPromptContentComponent, decorators: [{
|
|
11290
11300
|
type: Component,
|
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.0.0-develop.
|
|
10
|
+
"publishDate": 1778161014,
|
|
11
|
+
"version": "24.0.0-develop.21",
|
|
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.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.21",
|
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"package": {
|
|
92
92
|
"productName": "Kendo UI for Angular",
|
|
93
93
|
"productCode": "KENDOUIANGULAR",
|
|
94
|
-
"publishDate":
|
|
94
|
+
"publishDate": 1778161014,
|
|
95
95
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
@@ -101,22 +101,22 @@
|
|
|
101
101
|
"@angular/core": "19 - 21",
|
|
102
102
|
"@angular/platform-browser": "19 - 21",
|
|
103
103
|
"@progress/kendo-licensing": "^1.11.0",
|
|
104
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
105
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
106
|
-
"@progress/kendo-angular-layout": "24.0.0-develop.
|
|
107
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
108
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
109
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
110
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
111
|
-
"@progress/kendo-angular-menu": "24.0.0-develop.
|
|
112
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
113
|
-
"@progress/kendo-angular-toolbar": "24.0.0-develop.
|
|
114
|
-
"@progress/kendo-angular-upload": "24.0.0-develop.
|
|
104
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.21",
|
|
105
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.21",
|
|
106
|
+
"@progress/kendo-angular-layout": "24.0.0-develop.21",
|
|
107
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.21",
|
|
108
|
+
"@progress/kendo-angular-common": "24.0.0-develop.21",
|
|
109
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.21",
|
|
110
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.21",
|
|
111
|
+
"@progress/kendo-angular-menu": "24.0.0-develop.21",
|
|
112
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.21",
|
|
113
|
+
"@progress/kendo-angular-toolbar": "24.0.0-develop.21",
|
|
114
|
+
"@progress/kendo-angular-upload": "24.0.0-develop.21",
|
|
115
115
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"tslib": "^2.3.1",
|
|
119
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
119
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.21"
|
|
120
120
|
},
|
|
121
121
|
"schematics": "./schematics/collection.json",
|
|
122
122
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|