@progress/kendo-angular-conversational-ui 19.3.0-develop.40 → 19.3.0-develop.42
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/esm2022/index.mjs +1 -0
- package/esm2022/inline-ai-prompt/inlineaiprompt.module.mjs +46 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-conversational-ui.mjs +36 -3
- package/index.d.ts +1 -0
- package/inline-ai-prompt/inlineaiprompt.module.d.ts +31 -0
- package/package.json +12 -12
package/esm2022/index.mjs
CHANGED
@@ -7,6 +7,7 @@ export { ExecuteActionEvent, SendMessageEvent } from './chat/api';
|
|
7
7
|
export { AIPromptModule } from './ai-prompt/aiprompt.module';
|
8
8
|
export { ChatModule } from './chat/chat.module';
|
9
9
|
export { ConversationalUIModule } from './conversational-ui.module';
|
10
|
+
export { InlineAIPromptModule } from './inline-ai-prompt/inlineaiprompt.module';
|
10
11
|
export { HeroCardComponent } from './chat/cards/hero-card.component';
|
11
12
|
export { CustomMessagesComponent } from './chat/l10n/custom-messages.component';
|
12
13
|
export { ChatMessageBoxTemplateDirective } from './chat/message-box.directive';
|
@@ -0,0 +1,46 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { NgModule } from "@angular/core";
|
6
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
7
|
+
import { PopupService } from "@progress/kendo-angular-popup";
|
8
|
+
import { ResizeBatchService } from "@progress/kendo-angular-common";
|
9
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from "@progress/kendo-angular-dialog";
|
10
|
+
import { KENDO_INLINEAIPROMPT } from "../directives";
|
11
|
+
import * as i0 from "@angular/core";
|
12
|
+
import * as i1 from "./inlineaiprompt.component";
|
13
|
+
import * as i2 from "./output-template.directive";
|
14
|
+
import * as i3 from "./localization/custom-messages.component";
|
15
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
16
|
+
/**
|
17
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the InlineAIPrompt component.
|
18
|
+
*
|
19
|
+
* @example
|
20
|
+
* ```ts
|
21
|
+
* import { NgModule } from '@angular/core';
|
22
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
23
|
+
* import { InlineAIPromptModule } from '@progress/kendo-angular-conversational-ui';
|
24
|
+
* import { AppComponent } from './app.component';
|
25
|
+
*
|
26
|
+
* @NgModule({
|
27
|
+
* imports: [BrowserModule, InlineAIPromptModule],
|
28
|
+
* declarations: [AppComponent],
|
29
|
+
* bootstrap: [AppComponent]
|
30
|
+
* })
|
31
|
+
* export class AppModule {}
|
32
|
+
* ```
|
33
|
+
*/
|
34
|
+
export class InlineAIPromptModule {
|
35
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
36
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, imports: [i1.InlineAIPromptComponent, i2.InlineAIPromptOutputTemplateDirective, i3.InlineAIPromptCustomMessagesComponent], exports: [i1.InlineAIPromptComponent, i2.InlineAIPromptOutputTemplateDirective, i3.InlineAIPromptCustomMessagesComponent] });
|
37
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.InlineAIPromptComponent] });
|
38
|
+
}
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, decorators: [{
|
40
|
+
type: NgModule,
|
41
|
+
args: [{
|
42
|
+
exports: [...KENDO_INLINEAIPROMPT],
|
43
|
+
imports: [...KENDO_INLINEAIPROMPT],
|
44
|
+
providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
45
|
+
}]
|
46
|
+
}] });
|
@@ -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: '19.3.0-develop.
|
13
|
+
publishDate: 1755009319,
|
14
|
+
version: '19.3.0-develop.42',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -142,8 +142,8 @@ const packageMetadata = {
|
|
142
142
|
productName: 'Kendo UI for Angular',
|
143
143
|
productCode: 'KENDOUIANGULAR',
|
144
144
|
productCodes: ['KENDOUIANGULAR'],
|
145
|
-
publishDate:
|
146
|
-
version: '19.3.0-develop.
|
145
|
+
publishDate: 1755009319,
|
146
|
+
version: '19.3.0-develop.42',
|
147
147
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
148
148
|
};
|
149
149
|
|
@@ -5021,6 +5021,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
5021
5021
|
}]
|
5022
5022
|
}] });
|
5023
5023
|
|
5024
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
5025
|
+
/**
|
5026
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the InlineAIPrompt component.
|
5027
|
+
*
|
5028
|
+
* @example
|
5029
|
+
* ```ts
|
5030
|
+
* import { NgModule } from '@angular/core';
|
5031
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
5032
|
+
* import { InlineAIPromptModule } from '@progress/kendo-angular-conversational-ui';
|
5033
|
+
* import { AppComponent } from './app.component';
|
5034
|
+
*
|
5035
|
+
* @NgModule({
|
5036
|
+
* imports: [BrowserModule, InlineAIPromptModule],
|
5037
|
+
* declarations: [AppComponent],
|
5038
|
+
* bootstrap: [AppComponent]
|
5039
|
+
* })
|
5040
|
+
* export class AppModule {}
|
5041
|
+
* ```
|
5042
|
+
*/
|
5043
|
+
class InlineAIPromptModule {
|
5044
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
5045
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, imports: [InlineAIPromptComponent, InlineAIPromptOutputTemplateDirective, InlineAIPromptCustomMessagesComponent], exports: [InlineAIPromptComponent, InlineAIPromptOutputTemplateDirective, InlineAIPromptCustomMessagesComponent] });
|
5046
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [InlineAIPromptComponent] });
|
5047
|
+
}
|
5048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InlineAIPromptModule, decorators: [{
|
5049
|
+
type: NgModule,
|
5050
|
+
args: [{
|
5051
|
+
exports: [...KENDO_INLINEAIPROMPT],
|
5052
|
+
imports: [...KENDO_INLINEAIPROMPT],
|
5053
|
+
providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
5054
|
+
}]
|
5055
|
+
}] });
|
5056
|
+
|
5024
5057
|
/**
|
5025
5058
|
* Provides a service for opening Inline AI Prompt components dynamically.
|
5026
5059
|
*
|
@@ -5157,5 +5190,5 @@ class InlineAIPromptSettings {
|
|
5157
5190
|
* Generated bundle index. Do not edit.
|
5158
5191
|
*/
|
5159
5192
|
|
5160
|
-
export { AIPromptComponent, AIPromptCustomMessagesComponent, AIPromptModule, AIPromptOutputBodyTemplateDirective, AIPromptOutputTemplateDirective, AIPromptToolbarActionsDirective, AIPromptToolbarFocusableDirective, AttachmentTemplateDirective, ChatComponent, ChatMessageBoxTemplateDirective, ChatModule, CommandViewComponent, ConversationalUIModule, CustomMessagesComponent, CustomViewComponent, ExecuteActionEvent, HeroCardComponent, InlineAIPromptComponent, InlineAIPromptCustomMessagesComponent, InlineAIPromptOutputTemplateDirective, InlineAIPromptService, InlineAIPromptSettings, KENDO_AIPROMPT, KENDO_CHAT, KENDO_CONVERSATIONALUI, KENDO_INLINEAIPROMPT, MessageTemplateDirective, OutputViewComponent, PromptViewComponent, SendMessageEvent };
|
5193
|
+
export { AIPromptComponent, AIPromptCustomMessagesComponent, AIPromptModule, AIPromptOutputBodyTemplateDirective, AIPromptOutputTemplateDirective, AIPromptToolbarActionsDirective, AIPromptToolbarFocusableDirective, AttachmentTemplateDirective, ChatComponent, ChatMessageBoxTemplateDirective, ChatModule, CommandViewComponent, ConversationalUIModule, CustomMessagesComponent, CustomViewComponent, ExecuteActionEvent, HeroCardComponent, InlineAIPromptComponent, InlineAIPromptCustomMessagesComponent, InlineAIPromptModule, InlineAIPromptOutputTemplateDirective, InlineAIPromptService, InlineAIPromptSettings, KENDO_AIPROMPT, KENDO_CHAT, KENDO_CONVERSATIONALUI, KENDO_INLINEAIPROMPT, MessageTemplateDirective, OutputViewComponent, PromptViewComponent, SendMessageEvent };
|
5161
5194
|
|
package/index.d.ts
CHANGED
@@ -7,6 +7,7 @@ export { Action, ActionType, Attachment, AttachmentLayout, ExecuteActionEvent, M
|
|
7
7
|
export { AIPromptModule } from './ai-prompt/aiprompt.module';
|
8
8
|
export { ChatModule } from './chat/chat.module';
|
9
9
|
export { ConversationalUIModule } from './conversational-ui.module';
|
10
|
+
export { InlineAIPromptModule } from './inline-ai-prompt/inlineaiprompt.module';
|
10
11
|
export { HeroCardComponent } from './chat/cards/hero-card.component';
|
11
12
|
export { CustomMessagesComponent } from './chat/l10n/custom-messages.component';
|
12
13
|
export { MessageBoxType } from './chat/common/models/message-box-options';
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
import * as i1 from "./inlineaiprompt.component";
|
7
|
+
import * as i2 from "./output-template.directive";
|
8
|
+
import * as i3 from "./localization/custom-messages.component";
|
9
|
+
/**
|
10
|
+
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the InlineAIPrompt component.
|
11
|
+
*
|
12
|
+
* @example
|
13
|
+
* ```ts
|
14
|
+
* import { NgModule } from '@angular/core';
|
15
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
16
|
+
* import { InlineAIPromptModule } from '@progress/kendo-angular-conversational-ui';
|
17
|
+
* import { AppComponent } from './app.component';
|
18
|
+
*
|
19
|
+
* @NgModule({
|
20
|
+
* imports: [BrowserModule, InlineAIPromptModule],
|
21
|
+
* declarations: [AppComponent],
|
22
|
+
* bootstrap: [AppComponent]
|
23
|
+
* })
|
24
|
+
* export class AppModule {}
|
25
|
+
* ```
|
26
|
+
*/
|
27
|
+
export declare class InlineAIPromptModule {
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InlineAIPromptModule, never>;
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InlineAIPromptModule, never, [typeof i1.InlineAIPromptComponent, typeof i2.InlineAIPromptOutputTemplateDirective, typeof i3.InlineAIPromptCustomMessagesComponent], [typeof i1.InlineAIPromptComponent, typeof i2.InlineAIPromptOutputTemplateDirective, typeof i3.InlineAIPromptCustomMessagesComponent]>;
|
30
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InlineAIPromptModule>;
|
31
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "19.3.0-develop.
|
3
|
+
"version": "19.3.0-develop.42",
|
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": 1755009319,
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
25
25
|
}
|
26
26
|
},
|
@@ -30,20 +30,20 @@
|
|
30
30
|
"@angular/core": "16 - 20",
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
33
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
34
|
-
"@progress/kendo-angular-inputs": "19.3.0-develop.
|
35
|
-
"@progress/kendo-angular-layout": "19.3.0-develop.
|
36
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
37
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
38
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
39
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
40
|
-
"@progress/kendo-angular-menu": "19.3.0-develop.
|
41
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
33
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.42",
|
34
|
+
"@progress/kendo-angular-inputs": "19.3.0-develop.42",
|
35
|
+
"@progress/kendo-angular-layout": "19.3.0-develop.42",
|
36
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.42",
|
37
|
+
"@progress/kendo-angular-common": "19.3.0-develop.42",
|
38
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.42",
|
39
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.42",
|
40
|
+
"@progress/kendo-angular-menu": "19.3.0-develop.42",
|
41
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.42",
|
42
42
|
"rxjs": "^6.5.3 || ^7.0.0"
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
45
|
"tslib": "^2.3.1",
|
46
|
-
"@progress/kendo-angular-schematics": "19.3.0-develop.
|
46
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.42"
|
47
47
|
},
|
48
48
|
"schematics": "./schematics/collection.json",
|
49
49
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|