@progress/kendo-angular-conversational-ui 24.0.0-develop.9 → 24.0.1-develop.1

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.
@@ -76,7 +76,7 @@ export declare class InlineAIPromptComponent implements AfterViewInit, OnDestroy
76
76
  * The default actions are `copy`, `retry`, and `discard`.
77
77
  * To customize the appearance and order of the default actions, define them with the same `name`.
78
78
  *
79
- * @default [{ name: 'copy', type: 'button', icon: 'copy', svgIcon: copyIcon, text: 'Copy', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'retry', type: 'button', icon: 'arrow-rotate-cw', svgIcon: arrowRotateCwIcon, text: 'Retry', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'discard', type: 'button', icon: 'cancel-outline', svgIcon: cancelOutlineIcon, text: 'Discard', fillMode: 'flat', themeColor: 'base', rounded: 'medium'}]
79
+ * @default [{ name: 'copy', type: 'button', icon: 'copy', svgIcon: copyIcon, text: 'Copy', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'retry', type: 'button', icon: 'arrow-rotate-cw', svgIcon: arrowRotateCwIcon, text: 'Retry', fillMode: 'flat', themeColor: 'primary', rounded: 'medium'}, { name: 'discard', type: 'button', icon: 'cancel', svgIcon: cancelIcon, text: 'Discard', fillMode: 'flat', themeColor: 'base', rounded: 'medium'}]
80
80
  */
81
81
  outputActions: InlineAIPromptOutputAction[];
82
82
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777365241,
11
- "version": "24.0.0-develop.9",
10
+ "publishDate": 1779368520,
11
+ "version": "24.0.1-develop.1",
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.9",
3
+ "version": "24.0.1-develop.1",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -85,13 +85,19 @@
85
85
  "file": "codemods/v23/chat-rendering-changes.js",
86
86
  "instructionsOnly": true
87
87
  }
88
+ ],
89
+ "24": [
90
+ {
91
+ "description": "The Chat's sendButtonSettings input property is renamed to sendButton.",
92
+ "file": "codemods/v24/chat-sendButtonSettings.js"
93
+ }
88
94
  ]
89
95
  }
90
96
  },
91
97
  "package": {
92
98
  "productName": "Kendo UI for Angular",
93
99
  "productCode": "KENDOUIANGULAR",
94
- "publishDate": 1777365241,
100
+ "publishDate": 1779368520,
95
101
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
96
102
  }
97
103
  },
@@ -101,22 +107,22 @@
101
107
  "@angular/core": "19 - 21",
102
108
  "@angular/platform-browser": "19 - 21",
103
109
  "@progress/kendo-licensing": "^1.11.0",
104
- "@progress/kendo-angular-buttons": "24.0.0-develop.9",
105
- "@progress/kendo-angular-inputs": "24.0.0-develop.9",
106
- "@progress/kendo-angular-layout": "24.0.0-develop.9",
107
- "@progress/kendo-angular-icons": "24.0.0-develop.9",
108
- "@progress/kendo-angular-common": "24.0.0-develop.9",
109
- "@progress/kendo-angular-intl": "24.0.0-develop.9",
110
- "@progress/kendo-angular-l10n": "24.0.0-develop.9",
111
- "@progress/kendo-angular-menu": "24.0.0-develop.9",
112
- "@progress/kendo-angular-popup": "24.0.0-develop.9",
113
- "@progress/kendo-angular-toolbar": "24.0.0-develop.9",
114
- "@progress/kendo-angular-upload": "24.0.0-develop.9",
110
+ "@progress/kendo-angular-buttons": "24.0.1-develop.1",
111
+ "@progress/kendo-angular-inputs": "24.0.1-develop.1",
112
+ "@progress/kendo-angular-layout": "24.0.1-develop.1",
113
+ "@progress/kendo-angular-icons": "24.0.1-develop.1",
114
+ "@progress/kendo-angular-common": "24.0.1-develop.1",
115
+ "@progress/kendo-angular-intl": "24.0.1-develop.1",
116
+ "@progress/kendo-angular-l10n": "24.0.1-develop.1",
117
+ "@progress/kendo-angular-menu": "24.0.1-develop.1",
118
+ "@progress/kendo-angular-popup": "24.0.1-develop.1",
119
+ "@progress/kendo-angular-toolbar": "24.0.1-develop.1",
120
+ "@progress/kendo-angular-upload": "24.0.1-develop.1",
115
121
  "rxjs": "^6.5.3 || ^7.0.0"
116
122
  },
117
123
  "dependencies": {
118
124
  "tslib": "^2.3.1",
119
- "@progress/kendo-angular-schematics": "24.0.0-develop.9"
125
+ "@progress/kendo-angular-schematics": "24.0.1-develop.1"
120
126
  },
121
127
  "schematics": "./schematics/collection.json",
122
128
  "module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * ```html
12
12
  * <kendo-promptbox>
13
13
  * <kendo-promptbox-end-affix>
14
- * <button kendoButton look="clear" icon="image"></button>
14
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
15
15
  * </kendo-promptbox-end-affix>
16
16
  * </kendo-promptbox>
17
17
  * ```
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * ```html
12
12
  * <kendo-promptbox>
13
13
  * <kendo-promptbox-start-affix>
14
- * <button kendoButton look="clear" icon="image"></button>
14
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
15
15
  * </kendo-promptbox-start-affix>
16
16
  * </kendo-promptbox>
17
17
  * ```
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * ```html
12
12
  * <kendo-promptbox>
13
13
  * <kendo-promptbox-top-affix>
14
- * <button kendoButton look="clear" icon="image"></button>
14
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
15
15
  * </kendo-promptbox-top-affix>
16
16
  * </kendo-promptbox>
17
17
  * ```
@@ -35,13 +35,13 @@ export declare class PromptBoxActionButtonComponent extends PromptBoxBaseTool {
35
35
  /**
36
36
  * Sets the icon to be displayed when the **Action** button is in loading state.
37
37
  *
38
- * @default 'stop-sm'
38
+ * @default 'stop'
39
39
  */
40
40
  loadingIcon: string;
41
41
  /**
42
42
  * Sets the SVG icon to be displayed when the **Action** button is in loading state.
43
43
  *
44
- * @default stopSmIcon
44
+ * @default stopIcon
45
45
  */
46
46
  loadingSVGIcon: SVGIcon;
47
47
  /**