@progress/kendo-angular-conversational-ui
Version:
Kendo UI for Angular Conversational UI components
140 lines • 5.04 kB
JSON
{
"name": "@progress/kendo-angular-conversational-ui",
"version": "24.0.3",
"description": "Kendo UI for Angular Conversational UI components",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Angular",
"Chat",
"Chat Bot UI",
"Conversational UI",
"Kendo UI"
],
"@progress": {
"friendlyName": "Conversational UI",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{ts,html,css,scss,sass,less}"
},
"codemods": {
"20": [
{
"description": "The Chat's user input property is deprecated",
"file": "codemods/v20/chat-user.js"
},
{
"description": "The AIPrompt component has rendering changes that may affect custom styling.",
"file": "codemods/v20/aiprompt-rendering-changes.js",
"instructionsOnly": true
},
{
"description": "The Chat component has rendering changes that may affect custom styling.",
"file": "codemods/v20/chat-rendering-changes.js",
"instructionsOnly": true
},
{
"description": "The Chat's messageBoxType property is removed.",
"file": "codemods/v20/chat-messageboxtype.js"
}
],
"21": [
{
"description": "The Chat's messageToolbarVisibility input property is deprecated.",
"file": "codemods/v21/chat-messagetoolbarvisibility.js"
},
{
"description": "The pinnedByField property of the Chat's ConversationalUIModelFields is deprecated.",
"file": "codemods/v21/chat-pinnedbyfield.js"
},
{
"description": "The Message interface now requires a unique 'id' property.",
"file": "codemods/v21/chat-message-id-required.js",
"instructionsOnly": true
},
{
"description": "The Chat component has rendering changes that may affect custom styling.",
"file": "codemods/v21/chat-rendering-changes.js",
"instructionsOnly": true
}
],
"23": [
{
"description": "The Chat's enableSpeechToText input property is renamed to speechToTextButton.",
"file": "codemods/v23/chat-enableSpeechToText.js"
},
{
"description": "The Chat's enableFileSelect input property is renamed to fileSelectButton.",
"file": "codemods/v23/chat-enableFileSelect.js"
},
{
"description": "The Chat's FileSelectSettings is changed to FileSelectButtonSettings.",
"file": "codemods/v23/chat-FileSelectSettings.js"
},
{
"description": "The CustomMessagesComponent's send property is renamed to actionButtonTitle.",
"file": "codemods/v23/customMessages-send.js"
},
{
"description": "The Chat component has rendering changes that may affect custom styling.",
"file": "codemods/v23/chat-rendering-changes.js",
"instructionsOnly": true
}
],
"24": [
{
"description": "The Chat's sendButtonSettings input property is renamed to sendButton.",
"file": "codemods/v24/chat-sendButtonSettings.js"
}
]
}
},
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1780065136,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "19 - 21",
"@angular/common": "19 - 21",
"@angular/core": "19 - 21",
"@angular/platform-browser": "19 - 21",
"@progress/kendo-licensing": "^1.11.0",
"@progress/kendo-angular-buttons": "24.0.3",
"@progress/kendo-angular-inputs": "24.0.3",
"@progress/kendo-angular-layout": "24.0.3",
"@progress/kendo-angular-icons": "24.0.3",
"@progress/kendo-angular-common": "24.0.3",
"@progress/kendo-angular-intl": "24.0.3",
"@progress/kendo-angular-l10n": "24.0.3",
"@progress/kendo-angular-menu": "24.0.3",
"@progress/kendo-angular-popup": "24.0.3",
"@progress/kendo-angular-toolbar": "24.0.3",
"@progress/kendo-angular-upload": "24.0.3",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "24.0.3"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/progress-kendo-angular-conversational-ui.mjs"
}
},
"sideEffects": false
}