@gooddata/sdk-ui-gen-ai 11.47.0-alpha.2 → 11.47.0-alpha.4
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/NOTICE +3 -3
- package/esm/components/messages/FeedbackPopup.d.ts.map +1 -1
- package/esm/components/messages/FeedbackPopup.js +5 -1
- package/esm/localization/bundles/en-US.localization-bundle.d.ts +4 -0
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +4 -0
- package/package.json +20 -20
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-7-
|
|
10
|
+
Date generated: 2026-7-14
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 2ce9ab6aef1d6be52eb66b2f005add0bb3b08196
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29272
29272
|
--------------------------------------------------------------------------------
|
|
29273
29273
|
--------------------------------------------------------------------------------
|
|
29274
29274
|
|
|
29275
|
-
Report Generated by FOSSA on 2026-7-
|
|
29275
|
+
Report Generated by FOSSA on 2026-7-14
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeedbackPopup.d.ts","sourceRoot":"","sources":["../../../src/components/messages/FeedbackPopup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAMpD,MAAM,WAAW,mBAAmB;IAChC,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,YAAY,CAAC,GAAG,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,aAAa,KAAK,IAAI,CAAC;CAChD;AAED,MAAM,WAAW,aAAa;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"FeedbackPopup.d.ts","sourceRoot":"","sources":["../../../src/components/messages/FeedbackPopup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAY,MAAM,OAAO,CAAC;AAMpD,MAAM,WAAW,mBAAmB;IAChC,MAAM,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,YAAY,CAAC,GAAG,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,aAAa,KAAK,IAAI,CAAC;CAChD;AAED,MAAM,WAAW,aAAa;IAC1B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CA6ItE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
// (C) 2024-
|
|
2
|
+
// (C) 2024-2026 GoodData Corporation
|
|
3
3
|
import { useState } from "react";
|
|
4
4
|
import { useIntl } from "react-intl";
|
|
5
5
|
import { EditableLabel, UiButton, UiCheckbox, UiPopover, useIdPrefixed } from "@gooddata/sdk-ui-kit";
|
|
@@ -26,6 +26,10 @@ export function FeedbackPopup({ anchor, onSubmit }) {
|
|
|
26
26
|
id: "factually-incorrect",
|
|
27
27
|
label: intl.formatMessage({ id: "gd.gen-ai.feedback.reason.factually-incorrect" }),
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
id: "answer-too-long",
|
|
31
|
+
label: intl.formatMessage({ id: "gd.gen-ai.feedback.reason.answer-too-long" }),
|
|
32
|
+
},
|
|
29
33
|
{
|
|
30
34
|
id: "other",
|
|
31
35
|
label: intl.formatMessage({ id: "gd.gen-ai.feedback.reason.other" }),
|
|
@@ -183,6 +183,10 @@ export declare const en_US: {
|
|
|
183
183
|
text: string;
|
|
184
184
|
crowdinContext: string;
|
|
185
185
|
};
|
|
186
|
+
"gd.gen-ai.feedback.reason.answer-too-long": {
|
|
187
|
+
text: string;
|
|
188
|
+
crowdinContext: string;
|
|
189
|
+
};
|
|
186
190
|
"gd.gen-ai.feedback.reason.other": {
|
|
187
191
|
text: string;
|
|
188
192
|
crowdinContext: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAytBjB,CAAC"}
|
|
@@ -185,6 +185,10 @@ export const en_US = {
|
|
|
185
185
|
"text": "Factually incorrect",
|
|
186
186
|
"crowdinContext": "Feedback reason option: AI provided factually incorrect information"
|
|
187
187
|
},
|
|
188
|
+
"gd.gen-ai.feedback.reason.answer-too-long": {
|
|
189
|
+
"text": "Answer took too long",
|
|
190
|
+
"crowdinContext": "Feedback reason option: AI answer took too long"
|
|
191
|
+
},
|
|
188
192
|
"gd.gen-ai.feedback.reason.other": {
|
|
189
193
|
"text": "Other",
|
|
190
194
|
"crowdinContext": "Feedback reason option: Other reason not listed"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-gen-ai",
|
|
3
|
-
"version": "11.47.0-alpha.
|
|
3
|
+
"version": "11.47.0-alpha.4",
|
|
4
4
|
"description": "GoodData GenAI SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"reselect": "5.1.1",
|
|
57
57
|
"tslib": "2.8.1",
|
|
58
58
|
"uuid": "11.1.1",
|
|
59
|
-
"@gooddata/api-client-tiger": "11.47.0-alpha.
|
|
60
|
-
"@gooddata/sdk-backend-spi": "11.47.0-alpha.
|
|
61
|
-
"@gooddata/sdk-
|
|
62
|
-
"@gooddata/sdk-ui
|
|
63
|
-
"@gooddata/sdk-
|
|
64
|
-
"@gooddata/sdk-ui-
|
|
65
|
-
"@gooddata/sdk-ui-
|
|
66
|
-
"@gooddata/sdk-ui-kit": "11.47.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui-pivot": "11.47.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-theme-provider": "11.47.0-alpha.
|
|
69
|
-
"@gooddata/
|
|
70
|
-
"@gooddata/
|
|
59
|
+
"@gooddata/api-client-tiger": "11.47.0-alpha.4",
|
|
60
|
+
"@gooddata/sdk-backend-spi": "11.47.0-alpha.4",
|
|
61
|
+
"@gooddata/sdk-model": "11.47.0-alpha.4",
|
|
62
|
+
"@gooddata/sdk-ui": "11.47.0-alpha.4",
|
|
63
|
+
"@gooddata/sdk-ui-charts": "11.47.0-alpha.4",
|
|
64
|
+
"@gooddata/sdk-ui-filters": "11.47.0-alpha.4",
|
|
65
|
+
"@gooddata/sdk-ui-dashboard": "11.47.0-alpha.4",
|
|
66
|
+
"@gooddata/sdk-ui-kit": "11.47.0-alpha.4",
|
|
67
|
+
"@gooddata/sdk-ui-pivot": "11.47.0-alpha.4",
|
|
68
|
+
"@gooddata/sdk-ui-theme-provider": "11.47.0-alpha.4",
|
|
69
|
+
"@gooddata/util": "11.47.0-alpha.4",
|
|
70
|
+
"@gooddata/sdk-ui-semantic-search": "11.47.0-alpha.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
"typescript": "5.9.3",
|
|
111
111
|
"vitest": "4.1.8",
|
|
112
112
|
"vitest-dom": "0.1.1",
|
|
113
|
-
"@gooddata/eslint-config": "11.47.0-alpha.
|
|
114
|
-
"@gooddata/
|
|
115
|
-
"@gooddata/
|
|
116
|
-
"@gooddata/
|
|
117
|
-
"@gooddata/sdk-
|
|
118
|
-
"@gooddata/sdk-
|
|
119
|
-
"@gooddata/stylelint-config": "11.47.0-alpha.
|
|
113
|
+
"@gooddata/eslint-config": "11.47.0-alpha.4",
|
|
114
|
+
"@gooddata/oxlint-config": "11.47.0-alpha.4",
|
|
115
|
+
"@gooddata/i18n-toolkit": "11.47.0-alpha.4",
|
|
116
|
+
"@gooddata/reference-workspace": "11.47.0-alpha.4",
|
|
117
|
+
"@gooddata/sdk-backend-mockingbird": "11.47.0-alpha.4",
|
|
118
|
+
"@gooddata/sdk-ui-theme-provider": "11.47.0-alpha.4",
|
|
119
|
+
"@gooddata/stylelint-config": "11.47.0-alpha.4"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
122
|
"react": "^18.0.0 || ^19.0.0",
|