@progress/kendo-angular-conversational-ui 24.2.2 → 25.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/fesm2022/progress-kendo-angular-conversational-ui.mjs +228 -228
- package/index.d.ts +4350 -51
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/ai-prompt/aiprompt.component.d.ts +0 -203
- package/ai-prompt/aiprompt.module.d.ts +0 -38
- package/ai-prompt/common/aiprompt.service.d.ts +0 -36
- package/ai-prompt/common/output-card.component.d.ts +0 -42
- package/ai-prompt/common/toolbar-focusable.directive.d.ts +0 -24
- package/ai-prompt/common/toolbar-navigation.service.d.ts +0 -24
- package/ai-prompt/localization/custom-messages.component.d.ts +0 -28
- package/ai-prompt/localization/localized-messages.directive.d.ts +0 -16
- package/ai-prompt/localization/messages.d.ts +0 -53
- package/ai-prompt/models/ai-prompt-settings.d.ts +0 -60
- package/ai-prompt/models/command-execute-event.d.ts +0 -24
- package/ai-prompt/models/command.interface.d.ts +0 -30
- package/ai-prompt/models/index.d.ts +0 -11
- package/ai-prompt/models/output-rating-change-event.d.ts +0 -19
- package/ai-prompt/models/prompt-output.interface.d.ts +0 -41
- package/ai-prompt/models/prompt-request-event.d.ts +0 -23
- package/ai-prompt/models/view-type.d.ts +0 -8
- package/ai-prompt/templates/aiprompt-output-body-template.directive.d.ts +0 -24
- package/ai-prompt/templates/aiprompt-output-template.directive.d.ts +0 -24
- package/ai-prompt/templates/toolbar-actions.template.d.ts +0 -28
- package/ai-prompt/utils.d.ts +0 -19
- package/ai-prompt/views/base-view.d.ts +0 -46
- package/ai-prompt/views/command-view.component.d.ts +0 -36
- package/ai-prompt/views/custom-view.component.d.ts +0 -30
- package/ai-prompt/views/index.d.ts +0 -8
- package/ai-prompt/views/output-view.component.d.ts +0 -33
- package/ai-prompt/views/prompt-view.component.d.ts +0 -76
- package/chat/api/action.interface.d.ts +0 -30
- package/chat/api/attachment.interface.d.ts +0 -33
- package/chat/api/chat-file-interface.d.ts +0 -41
- package/chat/api/chat-load-more-event.d.ts +0 -18
- package/chat/api/chat-referenced-message-click-event.d.ts +0 -18
- package/chat/api/chat-suggestion.interface.d.ts +0 -25
- package/chat/api/execute-action-event.d.ts +0 -27
- package/chat/api/file-action.d.ts +0 -45
- package/chat/api/file-download-event.interface.d.ts +0 -21
- package/chat/api/files-layout.d.ts +0 -12
- package/chat/api/index.d.ts +0 -25
- package/chat/api/message-action.d.ts +0 -45
- package/chat/api/message-box.d.ts +0 -28
- package/chat/api/message-settings.interface.d.ts +0 -41
- package/chat/api/message-status.interface.d.ts +0 -22
- package/chat/api/message-width-mode.d.ts +0 -10
- package/chat/api/message.interface.d.ts +0 -77
- package/chat/api/post-message-event.d.ts +0 -29
- package/chat/api/preventable-event.d.ts +0 -24
- package/chat/api/scroll-mode.d.ts +0 -12
- package/chat/api/send-button-settings.d.ts +0 -24
- package/chat/api/suggestions-layout.d.ts +0 -20
- package/chat/api/timestamp-visibility.d.ts +0 -10
- package/chat/api/user.interface.d.ts +0 -30
- package/chat/attachment.component.d.ts +0 -22
- package/chat/builtin-actions.d.ts +0 -14
- package/chat/cards/hero-card.component.d.ts +0 -49
- package/chat/chat-file.component.d.ts +0 -34
- package/chat/chat-item.d.ts +0 -11
- package/chat/chat-view.d.ts +0 -54
- package/chat/chat.component.d.ts +0 -561
- package/chat/chat.directives.d.ts +0 -18
- package/chat/chat.module.d.ts +0 -51
- package/chat/common/chat.service.d.ts +0 -99
- package/chat/common/endless-scroll-state.d.ts +0 -36
- package/chat/common/models/default-model-fields.d.ts +0 -9
- package/chat/common/models/formatted-text-parts.d.ts +0 -12
- package/chat/common/models/model-fields.d.ts +0 -111
- package/chat/common/models/pending-scroll-action.d.ts +0 -11
- package/chat/common/scroll-anchor.directive.d.ts +0 -72
- package/chat/common/scroll-button.component.d.ts +0 -32
- package/chat/common/scroll.service.d.ts +0 -39
- package/chat/common/utils.d.ts +0 -87
- package/chat/l10n/custom-messages.component.d.ts +0 -28
- package/chat/l10n/localized-messages.directive.d.ts +0 -16
- package/chat/l10n/messages.d.ts +0 -98
- package/chat/message-attachments.component.d.ts +0 -56
- package/chat/message-box.component.d.ts +0 -82
- package/chat/message-list.component.d.ts +0 -85
- package/chat/message-reference-content.component.d.ts +0 -24
- package/chat/message.component.d.ts +0 -106
- package/chat/suggested-actions.component.d.ts +0 -72
- package/chat/templates/attachment-template.directive.d.ts +0 -32
- package/chat/templates/author-message-content-template.directive.d.ts +0 -28
- package/chat/templates/author-message-template.directive.d.ts +0 -28
- package/chat/templates/header-template.directive.d.ts +0 -24
- package/chat/templates/message-box-end-affix-template.directive.d.ts +0 -26
- package/chat/templates/message-box-start-affix-template.directive.d.ts +0 -26
- package/chat/templates/message-box-top-affix-template.directive.d.ts +0 -26
- package/chat/templates/message-box.directive.d.ts +0 -27
- package/chat/templates/message-content-template.directive.d.ts +0 -28
- package/chat/templates/message-template.directive.d.ts +0 -28
- package/chat/templates/no-data-template.directive.d.ts +0 -27
- package/chat/templates/receiver-message-content-template.directive.d.ts +0 -28
- package/chat/templates/receiver-message-template.directive.d.ts +0 -28
- package/chat/templates/status-template.directive.d.ts +0 -24
- package/chat/templates/suggestion-template.directive.d.ts +0 -27
- package/chat/templates/timestamp-template.directive.d.ts +0 -31
- package/chat/templates/user-status-template.directive.d.ts +0 -27
- package/conversational-ui.module.d.ts +0 -70
- package/directives.d.ts +0 -138
- package/inline-ai-prompt/inlineaiprompt-content.component.d.ts +0 -82
- package/inline-ai-prompt/inlineaiprompt.component.d.ts +0 -159
- package/inline-ai-prompt/inlineaiprompt.module.d.ts +0 -31
- package/inline-ai-prompt/inlineaiprompt.service.d.ts +0 -48
- package/inline-ai-prompt/localization/custom-messages.component.d.ts +0 -25
- package/inline-ai-prompt/localization/localized-messages.directive.d.ts +0 -16
- package/inline-ai-prompt/localization/messages.d.ts +0 -25
- package/inline-ai-prompt/models/command.interface.d.ts +0 -38
- package/inline-ai-prompt/models/index.d.ts +0 -12
- package/inline-ai-prompt/models/inlineaiprompt-popupsettings.d.ts +0 -10
- package/inline-ai-prompt/models/inlineaiprompt-settings.d.ts +0 -66
- package/inline-ai-prompt/models/messages.d.ts +0 -21
- package/inline-ai-prompt/models/output-action-click-event.d.ts +0 -19
- package/inline-ai-prompt/models/output-action.interface.d.ts +0 -54
- package/inline-ai-prompt/models/prompt-output.interface.d.ts +0 -25
- package/inline-ai-prompt/models/prompt-request-event.d.ts +0 -17
- package/inline-ai-prompt/output-template.directive.d.ts +0 -27
- package/inline-ai-prompt/utils.d.ts +0 -17
- package/package-metadata.d.ts +0 -9
- package/promptbox/affixes/promptbox-end-affix.component.d.ts +0 -26
- package/promptbox/affixes/promptbox-start-affix.component.d.ts +0 -26
- package/promptbox/affixes/promptbox-top-affix.component.d.ts +0 -26
- package/promptbox/common/header-template.directive.d.ts +0 -17
- package/promptbox/common/models/action-button.d.ts +0 -66
- package/promptbox/common/models/fileselect-button.d.ts +0 -62
- package/promptbox/common/models/index.d.ts +0 -7
- package/promptbox/common/models/promptbox-mode.d.ts +0 -12
- package/promptbox/common/utils.d.ts +0 -18
- package/promptbox/localization/custom-messages.component.d.ts +0 -26
- package/promptbox/localization/localized-messages.directive.d.ts +0 -16
- package/promptbox/localization/messages.d.ts +0 -37
- package/promptbox/promptbox.component.d.ts +0 -385
- package/promptbox/tools/action-button.component.d.ts +0 -63
- package/promptbox/tools/base-tool.d.ts +0 -65
- package/promptbox/tools/fileselect-button.component.d.ts +0 -63
- package/promptbox/tools/promptbox-file.component.d.ts +0 -30
- package/promptbox/tools/speech-to-text-button.component.d.ts +0 -87
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter } from '@angular/core';
|
|
6
|
-
import { PromptBoxBaseTool } from './base-tool';
|
|
7
|
-
import { IntegrationMode } from '@progress/kendo-angular-buttons';
|
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import { SpeechToTextErrorEvent, SpeechToTextResultEvent } from '@progress/kendo-angular-buttons';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* Defines the **Speech to Text** button component for the PromptBox. Enables voice input through speech recognition.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-promptbox>
|
|
17
|
-
* <kendo-promptbox-end-affix>
|
|
18
|
-
* <kendo-promptbox-speech-to-text-button></kendo-promptbox-speech-to-text-button>
|
|
19
|
-
* </kendo-promptbox-end-affix>
|
|
20
|
-
* </kendo-promptbox>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class PromptBoxSpeechToTextButtonComponent extends PromptBoxBaseTool {
|
|
24
|
-
private localization;
|
|
25
|
-
/**
|
|
26
|
-
* Specifies whether continuous results are returned for each recognition, or only a single result once recognition stops.
|
|
27
|
-
*
|
|
28
|
-
* @default false
|
|
29
|
-
*/
|
|
30
|
-
continuous: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies which speech recognition engine or integration the component should use. Allows the component to operate in different environments or use alternative implementations.
|
|
33
|
-
*
|
|
34
|
-
* @default 'webSpeech'
|
|
35
|
-
*/
|
|
36
|
-
integrationMode: IntegrationMode;
|
|
37
|
-
/**
|
|
38
|
-
* Sets whether interim results should be returned.
|
|
39
|
-
*
|
|
40
|
-
* @default false
|
|
41
|
-
*/
|
|
42
|
-
interimResults: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Sets a `BCP 47` language for speech recognition.
|
|
45
|
-
*
|
|
46
|
-
* @default 'en-US'
|
|
47
|
-
*/
|
|
48
|
-
lang: string;
|
|
49
|
-
/**
|
|
50
|
-
* Represents the maximum number of alternative transcriptions to return for each result.
|
|
51
|
-
*
|
|
52
|
-
* @default 1
|
|
53
|
-
*/
|
|
54
|
-
maxAlternatives: number;
|
|
55
|
-
/**
|
|
56
|
-
* Fires when the user clicks the **Speech to Text** button.
|
|
57
|
-
* @hidden
|
|
58
|
-
*/
|
|
59
|
-
stbClick: EventEmitter<any>;
|
|
60
|
-
/**
|
|
61
|
-
* Fires when the speech recognition service has begun listening to incoming audio.
|
|
62
|
-
* @hidden
|
|
63
|
-
*/
|
|
64
|
-
stbStart: EventEmitter<any>;
|
|
65
|
-
/**
|
|
66
|
-
* Fires when the speech recognition service has disconnected.
|
|
67
|
-
* @hidden
|
|
68
|
-
*/
|
|
69
|
-
stbEnd: EventEmitter<any>;
|
|
70
|
-
/**
|
|
71
|
-
* Fires when a speech recognition error occurs.
|
|
72
|
-
* @hidden
|
|
73
|
-
*/
|
|
74
|
-
stbError: EventEmitter<SpeechToTextErrorEvent>;
|
|
75
|
-
/**
|
|
76
|
-
* Fires when the speech recognition service returns a result.
|
|
77
|
-
* @hidden
|
|
78
|
-
*/
|
|
79
|
-
stbResult: EventEmitter<SpeechToTextResultEvent>;
|
|
80
|
-
constructor(localization: LocalizationService);
|
|
81
|
-
/**
|
|
82
|
-
* @hidden
|
|
83
|
-
*/
|
|
84
|
-
textFor(key: string): string;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PromptBoxSpeechToTextButtonComponent, never>;
|
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PromptBoxSpeechToTextButtonComponent, "kendo-promptbox-speech-to-text-button", ["kendoPromptBoxSpeechToTextButton"], { "continuous": { "alias": "continuous"; "required": false; }; "integrationMode": { "alias": "integrationMode"; "required": false; }; "interimResults": { "alias": "interimResults"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; "maxAlternatives": { "alias": "maxAlternatives"; "required": false; }; }, { "stbClick": "stbClick"; "stbStart": "stbStart"; "stbEnd": "stbEnd"; "stbError": "stbError"; "stbResult": "stbResult"; }, never, never, true, never>;
|
|
87
|
-
}
|