@progress/kendo-angular-conversational-ui 24.0.0-develop.3 → 24.0.0-develop.31

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": 1776940514,
11
- "version": "24.0.0-develop.3",
10
+ "publishDate": 1778841682,
11
+ "version": "24.0.0-develop.31",
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",
3
+ "version": "24.0.0-develop.31",
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": 1776940514,
94
+ "publishDate": 1778841682,
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.3",
105
- "@progress/kendo-angular-inputs": "24.0.0-develop.3",
106
- "@progress/kendo-angular-layout": "24.0.0-develop.3",
107
- "@progress/kendo-angular-icons": "24.0.0-develop.3",
108
- "@progress/kendo-angular-common": "24.0.0-develop.3",
109
- "@progress/kendo-angular-intl": "24.0.0-develop.3",
110
- "@progress/kendo-angular-l10n": "24.0.0-develop.3",
111
- "@progress/kendo-angular-menu": "24.0.0-develop.3",
112
- "@progress/kendo-angular-popup": "24.0.0-develop.3",
113
- "@progress/kendo-angular-toolbar": "24.0.0-develop.3",
114
- "@progress/kendo-angular-upload": "24.0.0-develop.3",
104
+ "@progress/kendo-angular-buttons": "24.0.0-develop.31",
105
+ "@progress/kendo-angular-inputs": "24.0.0-develop.31",
106
+ "@progress/kendo-angular-layout": "24.0.0-develop.31",
107
+ "@progress/kendo-angular-icons": "24.0.0-develop.31",
108
+ "@progress/kendo-angular-common": "24.0.0-develop.31",
109
+ "@progress/kendo-angular-intl": "24.0.0-develop.31",
110
+ "@progress/kendo-angular-l10n": "24.0.0-develop.31",
111
+ "@progress/kendo-angular-menu": "24.0.0-develop.31",
112
+ "@progress/kendo-angular-popup": "24.0.0-develop.31",
113
+ "@progress/kendo-angular-toolbar": "24.0.0-develop.31",
114
+ "@progress/kendo-angular-upload": "24.0.0-develop.31",
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.3"
119
+ "@progress/kendo-angular-schematics": "24.0.0-develop.31"
120
120
  },
121
121
  "schematics": "./schematics/collection.json",
122
122
  "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
  /**