@progress/kendo-vue-conversational-ui 6.4.1-develop.2 → 6.4.2-develop.3
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.
|
@@ -10,7 +10,7 @@ import { AIPromptContent as I } from "../AIPromptContent.mjs";
|
|
|
10
10
|
import { aIPromptNoOutputs as d, messages as C } from "../../messages/main.mjs";
|
|
11
11
|
import { AIPromptViewRender as b } from "./AIPromptViewRender.mjs";
|
|
12
12
|
import { Card as m, CardHeader as v, CardTitle as R, CardSubtitle as P, CardBody as c, CardActions as k } from "@progress/kendo-vue-layout";
|
|
13
|
-
import { commentIcon as T, copyIcon as a,
|
|
13
|
+
import { commentIcon as T, copyIcon as a, rotateIcon as w, thumbUpOutlineIcon as A, thumbDownOutlineIcon as O, checkIcon as B } from "@progress/kendo-svg-icons";
|
|
14
14
|
import { Button as i } from "@progress/kendo-vue-buttons";
|
|
15
15
|
import { provideLocalizationService as S } from "@progress/kendo-vue-intl";
|
|
16
16
|
import { templateRendering as z, getListeners as V, getTemplate as j } from "@progress/kendo-vue-common";
|
|
@@ -58,7 +58,7 @@ const q = {
|
|
|
58
58
|
});
|
|
59
59
|
},
|
|
60
60
|
copyToClipboard(e, n) {
|
|
61
|
-
e != null && e.responseContent && navigator.clipboard.writeText(e.responseContent), this.copiedIndex = n, this.copyButtonIcon =
|
|
61
|
+
e != null && e.responseContent && navigator.clipboard.writeText(e.responseContent), this.copiedIndex = n, this.copyButtonIcon = B, this.$emit("copy", e == null ? void 0 : e.responseContent), setTimeout(() => {
|
|
62
62
|
this.copyButtonIcon = a, this.copiedIndex = -1;
|
|
63
63
|
}, 1e3);
|
|
64
64
|
},
|
|
@@ -124,7 +124,7 @@ const q = {
|
|
|
124
124
|
fillMode: "flat",
|
|
125
125
|
rounded: "medium",
|
|
126
126
|
title: "Retry",
|
|
127
|
-
svgIcon:
|
|
127
|
+
svgIcon: w,
|
|
128
128
|
"aria-hidden": "true",
|
|
129
129
|
onClick: () => this.retryPrompt(o, l)
|
|
130
130
|
}, {
|
|
@@ -138,7 +138,7 @@ const q = {
|
|
|
138
138
|
fillMode: "flat",
|
|
139
139
|
rounded: "medium",
|
|
140
140
|
title: "Rate up",
|
|
141
|
-
svgIcon:
|
|
141
|
+
svgIcon: A,
|
|
142
142
|
"aria-hidden": "true",
|
|
143
143
|
onClick: () => this.outputRating(o, "positive")
|
|
144
144
|
}, null), r && t(i, {
|
|
@@ -148,7 +148,7 @@ const q = {
|
|
|
148
148
|
fillMode: "flat",
|
|
149
149
|
rounded: "medium",
|
|
150
150
|
title: "Rate down",
|
|
151
|
-
svgIcon:
|
|
151
|
+
svgIcon: O,
|
|
152
152
|
"aria-hidden": "true",
|
|
153
153
|
onClick: () => this.outputRating(o, "negative")
|
|
154
154
|
}, null)]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-conversational-ui",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2-develop.3",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@progress/kendo-licensing": "^1.4.0",
|
|
22
|
-
"@progress/kendo-vue-buttons": "6.4.
|
|
23
|
-
"@progress/kendo-vue-common": "6.4.
|
|
24
|
-
"@progress/kendo-vue-intl": "6.4.
|
|
25
|
-
"@progress/kendo-vue-inputs": "6.4.
|
|
26
|
-
"@progress/kendo-vue-layout": "6.4.
|
|
22
|
+
"@progress/kendo-vue-buttons": "6.4.2-develop.3",
|
|
23
|
+
"@progress/kendo-vue-common": "6.4.2-develop.3",
|
|
24
|
+
"@progress/kendo-vue-intl": "6.4.2-develop.3",
|
|
25
|
+
"@progress/kendo-vue-inputs": "6.4.2-develop.3",
|
|
26
|
+
"@progress/kendo-vue-layout": "6.4.2-develop.3",
|
|
27
27
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
28
28
|
"vue": "^3.0.2"
|
|
29
29
|
},
|