@gooddata/sdk-ui-gen-ai 11.43.0-alpha.0 → 11.43.0-alpha.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.
- package/NOTICE +128 -128
- package/esm/components/messages/conversationContents/ConversationAlertProposalContent.d.ts +1 -1
- package/esm/components/messages/conversationContents/ConversationAlertProposalContent.d.ts.map +1 -1
- package/esm/components/messages/conversationContents/ConversationAlertProposalContent.js +171 -26
- package/esm/localization/bundles/en-US.localization-bundle.d.ts +62 -14
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +83 -35
- package/esm/store/sideEffects/onUserMessage.d.ts.map +1 -1
- package/esm/store/sideEffects/onUserMessage.js +8 -1
- package/esm/tsdoc-metadata.json +1 -1
- package/package.json +20 -20
- package/styles/css/main.css +18 -0
- package/styles/css/main.css.map +1 -1
- package/styles/css/messages.css +18 -0
- package/styles/css/messages.css.map +1 -1
- package/styles/scss/messages.scss +22 -0
|
@@ -7,5 +7,5 @@ export type ConversationAlertProposalContentProps = {
|
|
|
7
7
|
alertProposal: IAlertProposal | undefined;
|
|
8
8
|
className?: string;
|
|
9
9
|
};
|
|
10
|
-
export declare function ConversationAlertProposalContent(
|
|
10
|
+
export declare function ConversationAlertProposalContent(props: ConversationAlertProposalContentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
11
|
//# sourceMappingURL=ConversationAlertProposalContent.d.ts.map
|
package/esm/components/messages/conversationContents/ConversationAlertProposalContent.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationAlertProposalContent.d.ts","sourceRoot":"","sources":["../../../../src/components/messages/conversationContents/ConversationAlertProposalContent.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"ConversationAlertProposalContent.d.ts","sourceRoot":"","sources":["../../../../src/components/messages/conversationContents/ConversationAlertProposalContent.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAWhE,OAAO,KAAK,EACR,0BAA0B,EAC1B,mCAAmC,EACnC,iBAAiB,EACpB,MAAM,mBAAmB,CAAC;AAI3B,MAAM,MAAM,qCAAqC,GAAG;IAChD,OAAO,EAAE,0BAA0B,CAAC;IACpC,IAAI,EAAE,mCAAmC,CAAC;IAC1C,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9B,aAAa,EAAE,cAAc,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,qCAAqC,kDA4C5F"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2024-2026 GoodData Corporation
|
|
3
3
|
import cx from "classnames";
|
|
4
|
-
import { FormattedMessage, useIntl } from "react-intl";
|
|
4
|
+
import { FormattedMessage, defineMessages, useIntl } from "react-intl";
|
|
5
|
+
import { isIdentifierRef, } from "@gooddata/sdk-model";
|
|
5
6
|
import { Typography, UiIcon, UiTag } from "@gooddata/sdk-ui-kit";
|
|
6
7
|
import { objRefToTextContentObject } from "../../completion/utils.js";
|
|
7
8
|
import { MarkdownComponent } from "../contents/Markdown.js";
|
|
8
|
-
export function ConversationAlertProposalContent(
|
|
9
|
+
export function ConversationAlertProposalContent(props) {
|
|
10
|
+
const { objects, alertProposal, className } = props;
|
|
9
11
|
const intl = useIntl();
|
|
10
12
|
const classNames = cx("gd-gen-ai-chat__conversation__item__content", "gd-gen-ai-chat__conversation__item__content--alertProposal", className);
|
|
11
13
|
if (!alertProposal) {
|
|
@@ -16,26 +18,168 @@ export function ConversationAlertProposalContent({ className, alertProposal, obj
|
|
|
16
18
|
_jsx(UiIcon, { type: "alert", size: 14, color: "complementary-6", backgroundSize: 26, backgroundColor: "complementary-2" }), _jsx(FormattedMessage, { id: "gd.gen-ai.alert-proposal.title" })
|
|
17
19
|
] }), _jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-frame", children: [
|
|
18
20
|
_jsxs("ul", { children: [
|
|
19
|
-
_jsx(AlertItem, { markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.title" }), description: alertProposal.title, objects: objects }), _jsx(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
id: "gd.gen-ai.alert-proposal.summary.notification-channel",
|
|
23
|
-
}), description: alertProposal.notificationChannel.name, objects: objects })) : null, alertProposal.dashboard ? (_jsx(AlertReference, { title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.dashboard" }), ref: alertProposal.dashboard.id, refTitle: alertProposal.dashboard.title })) : null, alertProposal.operator ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.operator" }), description: alertProposal.operator, objects: objects })) : null, alertProposal.arithmeticOperator ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
24
|
-
id: "gd.gen-ai.alert-proposal.summary.arithmeticOperator",
|
|
25
|
-
}), description: alertProposal.arithmeticOperator, objects: objects })) : null, alertProposal.threshold ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.threshold" }), description: alertProposal.threshold.toString(), objects: objects })) : null, alertProposal.fromValue !== undefined && alertProposal.toValue !== undefined ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.range" }), description: `${alertProposal.fromValue} - ${alertProposal.toValue}`, objects: objects })) : null, alertProposal.fromValue !== undefined && alertProposal.toValue === undefined ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.from" }), description: alertProposal.fromValue.toString(), objects: objects })) : null, alertProposal.fromValue === undefined && alertProposal.toValue !== undefined ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.to" }), description: alertProposal.toValue.toString(), objects: objects })) : null, alertProposal.granularity ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.granularity" }), description: alertProposal.granularity, objects: objects })) : null, alertProposal.sensitivity ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.sensitivity" }), description: alertProposal.sensitivity, objects: objects })) : null] }), alertProposal.trigger ? (_jsxs(_Fragment, { children: [
|
|
26
|
-
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.trigger" }) }), _jsxs("ul", { children: [alertProposal.trigger.trigger ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
27
|
-
id: "gd.gen-ai.alert-proposal.summary.trigger.mode",
|
|
28
|
-
}), description: alertProposal.trigger.trigger, objects: objects })) : null, alertProposal.trigger.interval ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
29
|
-
id: "gd.gen-ai.alert-proposal.summary.trigger.interval",
|
|
30
|
-
}), description: alertProposal.trigger.interval, objects: objects })) : null, alertProposal.trigger.cron ? (_jsx(AlertItem, { markdown: true, type: "code", title: intl.formatMessage({
|
|
31
|
-
id: "gd.gen-ai.alert-proposal.summary.trigger.cron",
|
|
32
|
-
}), description: alertProposal.trigger.cron, objects: objects })) : null, alertProposal.trigger.timezone ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
33
|
-
id: "gd.gen-ai.alert-proposal.summary.trigger.timezone",
|
|
34
|
-
}), description: alertProposal.trigger.timezone, objects: objects })) : null] })
|
|
35
|
-
] })) : null, alertProposal.recipients?.length ? (_jsxs(_Fragment, { children: [
|
|
36
|
-
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.recipients" }) }), alertProposal.recipients.map((recipient, index) => (_jsx(UiTag, { label: recipient.name ?? recipient.id }, index)))] })) : null] })
|
|
21
|
+
_jsx(AlertItem, { markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.title" }), description: alertProposal.title, objects: objects }), _jsx(FiltersPreview, { ...props }), _jsx(NotificationChannelPreview, { ...props }), _jsx(DashboardPreview, { ...props })
|
|
22
|
+
] }), _jsx(AlertAttributes, { attributes: alertProposal.alert?.execution.attributes, objects: objects }), _jsx(ConditionsPreview, { ...props }), _jsx(TriggerPreview, { ...props }), _jsx(RecipientsPreview, { ...props })
|
|
23
|
+
] })
|
|
37
24
|
] }));
|
|
38
25
|
}
|
|
26
|
+
function FiltersPreview({ alertProposal, objects }) {
|
|
27
|
+
const intl = useIntl();
|
|
28
|
+
return (_jsx(_Fragment, { children: alertProposal?.alert?.execution.filters?.length ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.filters" }), description: alertProposal.alert.execution.filters.length.toString(), objects: objects })) : null }));
|
|
29
|
+
}
|
|
30
|
+
function DashboardPreview({ alertProposal }) {
|
|
31
|
+
const intl = useIntl();
|
|
32
|
+
return (_jsx(_Fragment, { children: alertProposal?.dashboard?.id ? (_jsx(AlertReference, { title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.dashboard" }), forceType: "dashboard", ref: { identifier: alertProposal.dashboard.id }, refTitle: alertProposal.dashboard.title ?? "" })) : null }));
|
|
33
|
+
}
|
|
34
|
+
function NotificationChannelPreview({ alertProposal, objects }) {
|
|
35
|
+
const intl = useIntl();
|
|
36
|
+
return (_jsx(_Fragment, { children: alertProposal?.notificationChannel && alertProposal.notificationChannelTitle ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
37
|
+
id: "gd.gen-ai.alert-proposal.summary.notification-channel",
|
|
38
|
+
}), description: alertProposal.notificationChannelTitle, objects: objects })) : null }));
|
|
39
|
+
}
|
|
40
|
+
function TriggerPreview({ alertProposal, objects }) {
|
|
41
|
+
const intl = useIntl();
|
|
42
|
+
return (_jsx(_Fragment, { children: alertProposal?.schedule || alertProposal?.alert ? (_jsxs(_Fragment, { children: [
|
|
43
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.trigger" }) }), _jsxs("ul", { children: [alertProposal.alert?.trigger.mode ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
44
|
+
id: "gd.gen-ai.alert-proposal.summary.trigger.mode",
|
|
45
|
+
}), description: alertProposal.alert.trigger.mode, objects: objects })) : null, alertProposal.alert?.trigger.interval ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
46
|
+
id: "gd.gen-ai.alert-proposal.summary.trigger.interval",
|
|
47
|
+
}), description: alertProposal.alert.trigger.interval, objects: objects })) : null, alertProposal.schedule?.cron ? (_jsx(AlertItem, { markdown: true, type: "code", title: intl.formatMessage({
|
|
48
|
+
id: "gd.gen-ai.alert-proposal.summary.trigger.cron",
|
|
49
|
+
}), description: alertProposal.schedule.cron, objects: objects })) : null, alertProposal.schedule?.timezone ? (_jsx(AlertItem, { bold: true, markdown: true, title: intl.formatMessage({
|
|
50
|
+
id: "gd.gen-ai.alert-proposal.summary.trigger.timezone",
|
|
51
|
+
}), description: alertProposal.schedule.timezone, objects: objects })) : null] })
|
|
52
|
+
] })) : null }));
|
|
53
|
+
}
|
|
54
|
+
function RecipientsPreview({ alertProposal }) {
|
|
55
|
+
const intl = useIntl();
|
|
56
|
+
return (_jsx(_Fragment, { children: alertProposal?.recipients?.length ? (_jsxs(_Fragment, { children: [
|
|
57
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.recipients" }) }), alertProposal.recipients.map((recipient, index) => (_jsx(UiTag, { label: recipient.name ?? recipient.id }, index)))] })) : null }));
|
|
58
|
+
}
|
|
59
|
+
function ConditionsPreview(props) {
|
|
60
|
+
const { alertProposal } = props;
|
|
61
|
+
const intl = useIntl();
|
|
62
|
+
if (alertProposal?.alert?.condition.type === "comparison") {
|
|
63
|
+
return (_jsxs(_Fragment, { children: [
|
|
64
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.condition-comparison" }) }), _jsx(ComparisonConditionPreview, { ...props, condition: alertProposal.alert.condition })
|
|
65
|
+
] }));
|
|
66
|
+
}
|
|
67
|
+
if (alertProposal?.alert?.condition.type === "relative") {
|
|
68
|
+
return (_jsxs(_Fragment, { children: [
|
|
69
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.condition-relative" }) }), _jsx(RelativeConditionPreview, { ...props, condition: alertProposal.alert.condition })
|
|
70
|
+
] }));
|
|
71
|
+
}
|
|
72
|
+
if (alertProposal?.alert?.condition.type === "anomalyDetection") {
|
|
73
|
+
return (_jsxs(_Fragment, { children: [
|
|
74
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({
|
|
75
|
+
id: "gd.gen-ai.alert-proposal.summary.condition-anomalyDetection",
|
|
76
|
+
}) }), _jsx(AnomalyConditionPreview, { ...props, condition: alertProposal.alert.condition })
|
|
77
|
+
] }));
|
|
78
|
+
}
|
|
79
|
+
return null;
|
|
80
|
+
}
|
|
81
|
+
function ComparisonConditionPreview({ condition, }) {
|
|
82
|
+
const { left, right, operator } = condition;
|
|
83
|
+
return (_jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-condition", children: [
|
|
84
|
+
_jsx(Operand, { item: left }), _jsx(Operator, { operator: operator }), _jsx(Operand, { item: right })
|
|
85
|
+
] }));
|
|
86
|
+
}
|
|
87
|
+
const adMessages = defineMessages({
|
|
88
|
+
["HOUR"]: {
|
|
89
|
+
id: "sdk.ui.genAi.alertProposal.granularity.hour",
|
|
90
|
+
},
|
|
91
|
+
["DAY"]: {
|
|
92
|
+
id: "sdk.ui.genAi.alertProposal.granularity.day",
|
|
93
|
+
},
|
|
94
|
+
["WEEK"]: {
|
|
95
|
+
id: "sdk.ui.genAi.alertProposal.granularity.week",
|
|
96
|
+
},
|
|
97
|
+
["MONTH"]: {
|
|
98
|
+
id: "sdk.ui.genAi.alertProposal.granularity.month",
|
|
99
|
+
},
|
|
100
|
+
["QUARTER"]: {
|
|
101
|
+
id: "sdk.ui.genAi.alertProposal.granularity.quarter",
|
|
102
|
+
},
|
|
103
|
+
["YEAR"]: {
|
|
104
|
+
id: "sdk.ui.genAi.alertProposal.granularity.year",
|
|
105
|
+
},
|
|
106
|
+
["LOW"]: {
|
|
107
|
+
id: "sdk.ui.genAi.alertProposal.senstivity.low",
|
|
108
|
+
},
|
|
109
|
+
["MEDIUM"]: {
|
|
110
|
+
id: "sdk.ui.genAi.alertProposal.senstivity.medium",
|
|
111
|
+
},
|
|
112
|
+
["HIGH"]: {
|
|
113
|
+
id: "sdk.ui.genAi.alertProposal.senstivity.high",
|
|
114
|
+
},
|
|
115
|
+
});
|
|
116
|
+
function AnomalyConditionPreview({ condition, }) {
|
|
117
|
+
const intl = useIntl();
|
|
118
|
+
const { measure, granularity, sensitivity, dataset } = condition;
|
|
119
|
+
return (_jsxs(_Fragment, { children: [dataset ? (_jsx("ul", { children: _jsx(AlertReference, { title: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.date" }), refTitle: isIdentifierRef(dataset) ? dataset.identifier : dataset.uri, ref: dataset, forceType: "date" }) })) : null, _jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-anomaly", children: [
|
|
120
|
+
_jsx(Operand, { item: measure }), " ", _jsx(FormattedMessage, { id: adMessages[granularity].id, values: {
|
|
121
|
+
b: (c) => _jsx("strong", { children: c }),
|
|
122
|
+
} }), " ", _jsx(FormattedMessage, { id: adMessages[sensitivity].id, values: {
|
|
123
|
+
b: (c) => _jsx("strong", { children: c }),
|
|
124
|
+
} })] })
|
|
125
|
+
] }));
|
|
126
|
+
}
|
|
127
|
+
function RelativeConditionPreview({ condition, }) {
|
|
128
|
+
const { measure, threshold, operator } = condition;
|
|
129
|
+
return (_jsxs(_Fragment, { children: [
|
|
130
|
+
_jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-condition", children: [
|
|
131
|
+
_jsx(Operand, { item: measure.left }), _jsx(Operator, { operator: measure.operator }), _jsx(Operand, { item: measure.right })
|
|
132
|
+
] }), _jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-condition", children: [
|
|
133
|
+
_jsx(Operator, { operator: operator }), _jsx(Operand, { item: threshold, suffix: "%" })
|
|
134
|
+
] })
|
|
135
|
+
] }));
|
|
136
|
+
}
|
|
137
|
+
function Operand({ item, suffix, }) {
|
|
138
|
+
if (typeof item === "number") {
|
|
139
|
+
return (_jsxs("div", { className: "alertProposal-operand-number", children: [item, suffix] }));
|
|
140
|
+
}
|
|
141
|
+
const rf = objRefToTextContentObject({ identifier: item.id, type: "measure" }, item.title, "metric");
|
|
142
|
+
if (rf) {
|
|
143
|
+
return (_jsx("div", { className: "alertProposal-operand", children: _jsx(MarkdownComponent, { allowMarkdown: true, references: [rf], children: `{${rf.type}/${rf.id}}` }) }));
|
|
144
|
+
}
|
|
145
|
+
return null;
|
|
146
|
+
}
|
|
147
|
+
const operatorMessages = defineMessages({
|
|
148
|
+
["LESS_THAN"]: {
|
|
149
|
+
id: "sdk.ui.genAi.alertProposal.operator.lessThan",
|
|
150
|
+
},
|
|
151
|
+
["LESS_THAN_OR_EQUAL_TO"]: {
|
|
152
|
+
id: "sdk.ui.genAi.alertProposal.operator.lessThanOrEqualTo",
|
|
153
|
+
},
|
|
154
|
+
["GREATER_THAN"]: {
|
|
155
|
+
id: "sdk.ui.genAi.alertProposal.operator.greaterThan",
|
|
156
|
+
},
|
|
157
|
+
["GREATER_THAN_OR_EQUAL_TO"]: {
|
|
158
|
+
id: "sdk.ui.genAi.alertProposal.operator.greaterThanOrEqualTo",
|
|
159
|
+
},
|
|
160
|
+
["EQUAL_TO"]: {
|
|
161
|
+
id: "sdk.ui.genAi.alertProposal.operator.equalTo",
|
|
162
|
+
},
|
|
163
|
+
["INCREASES_BY"]: {
|
|
164
|
+
id: "sdk.ui.genAi.alertProposal.operator.increasesBy",
|
|
165
|
+
},
|
|
166
|
+
["DECREASES_BY"]: {
|
|
167
|
+
id: "sdk.ui.genAi.alertProposal.operator.decreasesBy",
|
|
168
|
+
},
|
|
169
|
+
["CHANGES_BY"]: {
|
|
170
|
+
id: "sdk.ui.genAi.alertProposal.operator.changesBy",
|
|
171
|
+
},
|
|
172
|
+
["DIFFERENCE"]: {
|
|
173
|
+
id: "sdk.ui.genAi.alertProposal.operator.difference",
|
|
174
|
+
},
|
|
175
|
+
["CHANGE"]: {
|
|
176
|
+
id: "sdk.ui.genAi.alertProposal.operator.change",
|
|
177
|
+
},
|
|
178
|
+
});
|
|
179
|
+
function Operator({ operator, }) {
|
|
180
|
+
const intl = useIntl();
|
|
181
|
+
return _jsx("div", { children: intl.formatMessage(operatorMessages[operator]) });
|
|
182
|
+
}
|
|
39
183
|
function AlertItem({ markdown, title, description, objects, bold, type = "normal" }) {
|
|
40
184
|
return (_jsxs("li", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item", children: [
|
|
41
185
|
_jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item-title", children: [title, ":"] }), _jsxs("div", { className: cx("gd-gen-ai-chat__conversation__item__content-alertProposal-item-description", {
|
|
@@ -51,14 +195,15 @@ function AlertReference({ title, ref, refTitle, format, forceType }) {
|
|
|
51
195
|
return (_jsxs("li", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item", children: [
|
|
52
196
|
_jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item-title", children: [title, ":"] }), _jsx("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item-description", children: _jsx(MarkdownComponent, { allowMarkdown: true, references: [rf], children: `{${rf.type}/${rf.id}}` }) }), format ? (_jsxs("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item-format", children: ["(", format, ")"] })) : null] }));
|
|
53
197
|
}
|
|
54
|
-
function AlertAttributes({
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
|
|
198
|
+
function AlertAttributes({ attributes, objects }) {
|
|
199
|
+
const intl = useIntl();
|
|
200
|
+
const rf = (attributes
|
|
201
|
+
?.map((attribute) => objRefToTextContentObject(attribute.attribute.displayForm, attribute.attribute.alias))
|
|
202
|
+
.filter(Boolean) ?? []);
|
|
58
203
|
if (rf.length === 0) {
|
|
59
204
|
return null;
|
|
60
205
|
}
|
|
61
|
-
return (_jsxs(
|
|
62
|
-
|
|
206
|
+
return (_jsxs(_Fragment, { children: [
|
|
207
|
+
_jsx(Typography, { tagName: "p", className: "gd-gen-ai-chat__conversation__item__content-alertProposal-subheader", children: intl.formatMessage({ id: "gd.gen-ai.alert-proposal.summary.attributes" }) }), _jsx("ul", { children: rf.map((rf, i) => (_jsx("li", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item", children: _jsx("div", { className: "gd-gen-ai-chat__conversation__item__content-alertProposal-item-description", children: _jsx(MarkdownComponent, { allowMarkdown: true, references: [...(objects ?? []), rf], children: `{${rf.type}/${rf.id}}` }) }) }, i))) })
|
|
63
208
|
] }));
|
|
64
209
|
}
|
|
@@ -267,59 +267,107 @@ export declare const en_US: {
|
|
|
267
267
|
text: string;
|
|
268
268
|
crowdinContext: string;
|
|
269
269
|
};
|
|
270
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
270
|
+
"gd.gen-ai.alert-proposal.summary.date": {
|
|
271
271
|
text: string;
|
|
272
272
|
crowdinContext: string;
|
|
273
273
|
};
|
|
274
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
274
|
+
"gd.gen-ai.alert-proposal.summary.notification-channel": {
|
|
275
275
|
text: string;
|
|
276
276
|
crowdinContext: string;
|
|
277
277
|
};
|
|
278
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
278
|
+
"gd.gen-ai.alert-proposal.summary.dashboard": {
|
|
279
279
|
text: string;
|
|
280
280
|
crowdinContext: string;
|
|
281
281
|
};
|
|
282
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
282
|
+
"gd.gen-ai.alert-proposal.summary.recipients": {
|
|
283
283
|
text: string;
|
|
284
284
|
crowdinContext: string;
|
|
285
285
|
};
|
|
286
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
286
|
+
"gd.gen-ai.alert-proposal.summary.condition-comparison": {
|
|
287
287
|
text: string;
|
|
288
288
|
crowdinContext: string;
|
|
289
289
|
};
|
|
290
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
290
|
+
"gd.gen-ai.alert-proposal.summary.condition-relative": {
|
|
291
291
|
text: string;
|
|
292
292
|
crowdinContext: string;
|
|
293
293
|
};
|
|
294
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
294
|
+
"gd.gen-ai.alert-proposal.summary.condition-anomalyDetection": {
|
|
295
295
|
text: string;
|
|
296
296
|
crowdinContext: string;
|
|
297
297
|
};
|
|
298
|
-
"
|
|
298
|
+
"sdk.ui.genAi.alertProposal.operator.lessThan": {
|
|
299
299
|
text: string;
|
|
300
300
|
crowdinContext: string;
|
|
301
301
|
};
|
|
302
|
-
"
|
|
302
|
+
"sdk.ui.genAi.alertProposal.operator.lessThanOrEqualTo": {
|
|
303
303
|
text: string;
|
|
304
304
|
crowdinContext: string;
|
|
305
305
|
};
|
|
306
|
-
"
|
|
306
|
+
"sdk.ui.genAi.alertProposal.operator.greaterThan": {
|
|
307
307
|
text: string;
|
|
308
308
|
crowdinContext: string;
|
|
309
309
|
};
|
|
310
|
-
"
|
|
310
|
+
"sdk.ui.genAi.alertProposal.operator.greaterThanOrEqualTo": {
|
|
311
311
|
text: string;
|
|
312
312
|
crowdinContext: string;
|
|
313
313
|
};
|
|
314
|
-
"
|
|
314
|
+
"sdk.ui.genAi.alertProposal.operator.equalTo": {
|
|
315
315
|
text: string;
|
|
316
316
|
crowdinContext: string;
|
|
317
317
|
};
|
|
318
|
-
"
|
|
318
|
+
"sdk.ui.genAi.alertProposal.operator.increasesBy": {
|
|
319
319
|
text: string;
|
|
320
320
|
crowdinContext: string;
|
|
321
321
|
};
|
|
322
|
-
"
|
|
322
|
+
"sdk.ui.genAi.alertProposal.operator.decreasesBy": {
|
|
323
|
+
text: string;
|
|
324
|
+
crowdinContext: string;
|
|
325
|
+
};
|
|
326
|
+
"sdk.ui.genAi.alertProposal.operator.changesBy": {
|
|
327
|
+
text: string;
|
|
328
|
+
crowdinContext: string;
|
|
329
|
+
};
|
|
330
|
+
"sdk.ui.genAi.alertProposal.operator.change": {
|
|
331
|
+
text: string;
|
|
332
|
+
crowdinContext: string;
|
|
333
|
+
};
|
|
334
|
+
"sdk.ui.genAi.alertProposal.operator.difference": {
|
|
335
|
+
text: string;
|
|
336
|
+
crowdinContext: string;
|
|
337
|
+
};
|
|
338
|
+
"sdk.ui.genAi.alertProposal.granularity.hour": {
|
|
339
|
+
text: string;
|
|
340
|
+
crowdinContext: string;
|
|
341
|
+
};
|
|
342
|
+
"sdk.ui.genAi.alertProposal.granularity.day": {
|
|
343
|
+
text: string;
|
|
344
|
+
crowdinContext: string;
|
|
345
|
+
};
|
|
346
|
+
"sdk.ui.genAi.alertProposal.granularity.week": {
|
|
347
|
+
text: string;
|
|
348
|
+
crowdinContext: string;
|
|
349
|
+
};
|
|
350
|
+
"sdk.ui.genAi.alertProposal.granularity.month": {
|
|
351
|
+
text: string;
|
|
352
|
+
crowdinContext: string;
|
|
353
|
+
};
|
|
354
|
+
"sdk.ui.genAi.alertProposal.granularity.quarter": {
|
|
355
|
+
text: string;
|
|
356
|
+
crowdinContext: string;
|
|
357
|
+
};
|
|
358
|
+
"sdk.ui.genAi.alertProposal.granularity.year": {
|
|
359
|
+
text: string;
|
|
360
|
+
crowdinContext: string;
|
|
361
|
+
};
|
|
362
|
+
"sdk.ui.genAi.alertProposal.senstivity.low": {
|
|
363
|
+
text: string;
|
|
364
|
+
crowdinContext: string;
|
|
365
|
+
};
|
|
366
|
+
"sdk.ui.genAi.alertProposal.senstivity.medium": {
|
|
367
|
+
text: string;
|
|
368
|
+
crowdinContext: string;
|
|
369
|
+
};
|
|
370
|
+
"sdk.ui.genAi.alertProposal.senstivity.high": {
|
|
323
371
|
text: string;
|
|
324
372
|
crowdinContext: string;
|
|
325
373
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAisBjB,CAAC"}
|
|
@@ -269,14 +269,6 @@ export const en_US = {
|
|
|
269
269
|
"text": "Filters",
|
|
270
270
|
"crowdinContext": "Filters for alert in alert proposal dialog."
|
|
271
271
|
},
|
|
272
|
-
"gd.gen-ai.alert-proposal.summary.metric": {
|
|
273
|
-
"text": "Metric",
|
|
274
|
-
"crowdinContext": "Metric for alert in alert proposal dialog."
|
|
275
|
-
},
|
|
276
|
-
"gd.gen-ai.alert-proposal.summary.metric-compared": {
|
|
277
|
-
"text": "Compared to",
|
|
278
|
-
"crowdinContext": "Compared to metric for alert in alert proposal dialog."
|
|
279
|
-
},
|
|
280
272
|
"gd.gen-ai.alert-proposal.summary.date": {
|
|
281
273
|
"text": "Date",
|
|
282
274
|
"crowdinContext": "Date dataset for alert in alert proposal dialog."
|
|
@@ -289,41 +281,97 @@ export const en_US = {
|
|
|
289
281
|
"text": "Dashboard",
|
|
290
282
|
"crowdinContext": "Dashboard for alert in alert proposal dialog."
|
|
291
283
|
},
|
|
292
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
293
|
-
"text": "
|
|
294
|
-
"crowdinContext": "
|
|
284
|
+
"gd.gen-ai.alert-proposal.summary.recipients": {
|
|
285
|
+
"text": "Recipients",
|
|
286
|
+
"crowdinContext": "Recipients for alert in alert proposal dialog."
|
|
295
287
|
},
|
|
296
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
297
|
-
"text": "
|
|
298
|
-
"crowdinContext": "
|
|
288
|
+
"gd.gen-ai.alert-proposal.summary.condition-comparison": {
|
|
289
|
+
"text": "Comparison",
|
|
290
|
+
"crowdinContext": "Comparison for alert in alert proposal dialog."
|
|
299
291
|
},
|
|
300
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
301
|
-
"text": "
|
|
302
|
-
"crowdinContext": "
|
|
292
|
+
"gd.gen-ai.alert-proposal.summary.condition-relative": {
|
|
293
|
+
"text": "Relative",
|
|
294
|
+
"crowdinContext": "Relative for alert in alert proposal dialog."
|
|
303
295
|
},
|
|
304
|
-
"gd.gen-ai.alert-proposal.summary.
|
|
305
|
-
"text": "
|
|
306
|
-
"crowdinContext": "
|
|
296
|
+
"gd.gen-ai.alert-proposal.summary.condition-anomalyDetection": {
|
|
297
|
+
"text": "Anomaly Detection",
|
|
298
|
+
"crowdinContext": "Anomaly Detection for alert in alert proposal dialog."
|
|
307
299
|
},
|
|
308
|
-
"
|
|
309
|
-
"text": "
|
|
310
|
-
"crowdinContext": "
|
|
300
|
+
"sdk.ui.genAi.alertProposal.operator.lessThan": {
|
|
301
|
+
"text": "<",
|
|
302
|
+
"crowdinContext": "Less than operator for alert in alert proposal dialog."
|
|
311
303
|
},
|
|
312
|
-
"
|
|
313
|
-
"text": "
|
|
314
|
-
"crowdinContext": "
|
|
304
|
+
"sdk.ui.genAi.alertProposal.operator.lessThanOrEqualTo": {
|
|
305
|
+
"text": "<=",
|
|
306
|
+
"crowdinContext": "Less than or equal to operator for alert in alert proposal dialog."
|
|
315
307
|
},
|
|
316
|
-
"
|
|
317
|
-
"text": "
|
|
318
|
-
"crowdinContext": "
|
|
308
|
+
"sdk.ui.genAi.alertProposal.operator.greaterThan": {
|
|
309
|
+
"text": ">",
|
|
310
|
+
"crowdinContext": "Greater than operator for alert in alert proposal dialog."
|
|
319
311
|
},
|
|
320
|
-
"
|
|
321
|
-
"text": "
|
|
322
|
-
"crowdinContext": "
|
|
312
|
+
"sdk.ui.genAi.alertProposal.operator.greaterThanOrEqualTo": {
|
|
313
|
+
"text": ">=",
|
|
314
|
+
"crowdinContext": "Greater than or equal to operator for alert in alert proposal dialog."
|
|
323
315
|
},
|
|
324
|
-
"
|
|
325
|
-
"text": "
|
|
326
|
-
"crowdinContext": "
|
|
316
|
+
"sdk.ui.genAi.alertProposal.operator.equalTo": {
|
|
317
|
+
"text": "=",
|
|
318
|
+
"crowdinContext": "Equal to operator for alert in alert proposal dialog."
|
|
319
|
+
},
|
|
320
|
+
"sdk.ui.genAi.alertProposal.operator.increasesBy": {
|
|
321
|
+
"text": "increases by",
|
|
322
|
+
"crowdinContext": "Increases by operator for alert in alert proposal dialog."
|
|
323
|
+
},
|
|
324
|
+
"sdk.ui.genAi.alertProposal.operator.decreasesBy": {
|
|
325
|
+
"text": "decreases by",
|
|
326
|
+
"crowdinContext": "Decreases by operator for alert in alert proposal dialog."
|
|
327
|
+
},
|
|
328
|
+
"sdk.ui.genAi.alertProposal.operator.changesBy": {
|
|
329
|
+
"text": "changes by",
|
|
330
|
+
"crowdinContext": "Changes by operator for alert in alert proposal dialog."
|
|
331
|
+
},
|
|
332
|
+
"sdk.ui.genAi.alertProposal.operator.change": {
|
|
333
|
+
"text": "-",
|
|
334
|
+
"crowdinContext": "Changes by operator for alert in alert proposal dialog."
|
|
335
|
+
},
|
|
336
|
+
"sdk.ui.genAi.alertProposal.operator.difference": {
|
|
337
|
+
"text": "%",
|
|
338
|
+
"crowdinContext": "Changes by operator for alert in alert proposal dialog."
|
|
339
|
+
},
|
|
340
|
+
"sdk.ui.genAi.alertProposal.granularity.hour": {
|
|
341
|
+
"text": "on <b>hourly</b> basis",
|
|
342
|
+
"crowdinContext": "Hour granularity for alert in alert proposal dialog."
|
|
343
|
+
},
|
|
344
|
+
"sdk.ui.genAi.alertProposal.granularity.day": {
|
|
345
|
+
"text": "on <b>daily</b> basis",
|
|
346
|
+
"crowdinContext": "Day granularity for alert in alert proposal dialog."
|
|
347
|
+
},
|
|
348
|
+
"sdk.ui.genAi.alertProposal.granularity.week": {
|
|
349
|
+
"text": "on <b>weekly</b> basis",
|
|
350
|
+
"crowdinContext": "Week granularity for alert in alert proposal dialog."
|
|
351
|
+
},
|
|
352
|
+
"sdk.ui.genAi.alertProposal.granularity.month": {
|
|
353
|
+
"text": "on <b>monthly</b> basis",
|
|
354
|
+
"crowdinContext": "Month granularity for alert in alert proposal dialog."
|
|
355
|
+
},
|
|
356
|
+
"sdk.ui.genAi.alertProposal.granularity.quarter": {
|
|
357
|
+
"text": "on <b>quarterly</b> basis",
|
|
358
|
+
"crowdinContext": "Quarter granularity for alert in alert proposal dialog."
|
|
359
|
+
},
|
|
360
|
+
"sdk.ui.genAi.alertProposal.granularity.year": {
|
|
361
|
+
"text": "on <b>yearly</b> basis",
|
|
362
|
+
"crowdinContext": "Year granularity for alert in alert proposal dialog."
|
|
363
|
+
},
|
|
364
|
+
"sdk.ui.genAi.alertProposal.senstivity.low": {
|
|
365
|
+
"text": "with <b>low</b> sensitivity",
|
|
366
|
+
"crowdinContext": "Low sensitivity for alert in alert proposal dialog."
|
|
367
|
+
},
|
|
368
|
+
"sdk.ui.genAi.alertProposal.senstivity.medium": {
|
|
369
|
+
"text": "with <b>medium</b> sensitivity",
|
|
370
|
+
"crowdinContext": "Medium sensitivity for alert in alert proposal dialog."
|
|
371
|
+
},
|
|
372
|
+
"sdk.ui.genAi.alertProposal.senstivity.high": {
|
|
373
|
+
"text": "with <b>high</b> sensitivity",
|
|
374
|
+
"crowdinContext": "High sensitivity for alert in alert proposal dialog."
|
|
327
375
|
},
|
|
328
376
|
"gd.gen-ai.alert-proposal.summary.trigger": {
|
|
329
377
|
"text": "Trigger",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onUserMessage.d.ts","sourceRoot":"","sources":["../../../src/store/sideEffects/onUserMessage.ts"],"names":[],"mappings":"AAIA,OAAO,EAEH,KAAK,iBAAiB,EASzB,MAAM,2BAA2B,CAAC;AAOnC,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAOlC,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"onUserMessage.d.ts","sourceRoot":"","sources":["../../../src/store/sideEffects/onUserMessage.ts"],"names":[],"mappings":"AAIA,OAAO,EAEH,KAAK,iBAAiB,EASzB,MAAM,2BAA2B,CAAC;AAOnC,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAOlC,MAAM,gBAAgB,CAAC;AAkBxB,OAAO,EAOH,KAAK,gBAAgB,EAGxB,MAAM,8BAA8B,CAAC;AAMtC;;;GAGG;AACH,wBAAiB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oJAmB9E"}
|
|
@@ -3,7 +3,7 @@ import { call, cancel, cancelled, getContext, put, select } from "redux-saga/eff
|
|
|
3
3
|
import { isChatConversationError, isChatConversationItem, } from "@gooddata/sdk-backend-spi";
|
|
4
4
|
import { isChatConversationLocalItem, isTextContents, isUserMessage, makeAssistantItem, makeAssistantMessage, } from "../../model.js";
|
|
5
5
|
import { generateTitleFromQuestion } from "../../utils.js";
|
|
6
|
-
import { agentSwitchingActiveSelector, allowedRelationshipTypesSelector, objectTypesSelector, settingsSelector, userContextSelector, } from "../chatWindow/chatWindowSelectors.js";
|
|
6
|
+
import { agentSwitchingActiveSelector, allowedRelationshipTypesSelector, objectTypesSelector, settingsSelector, tagsSelector, userContextSelector, } from "../chatWindow/chatWindowSelectors.js";
|
|
7
7
|
import { clearUserContextAction } from "../chatWindow/chatWindowSlice.js";
|
|
8
8
|
import { conversationMessagesByIdSelector, conversationSelector, messagesSelector, pendingAgentSwitchSelector, selectedAgentIdSelector, } from "../messages/messagesSelectors.js";
|
|
9
9
|
import { applyPendingAgentSwitchAction, evaluateMessageAction, evaluateMessageCompleteAction, evaluateMessageErrorAction, evaluateMessageStreamingAction, evaluateMessageUpdateAction, revertAgentSwitchAction, setCurrentConversationAction, } from "../messages/messagesSlice.js";
|
|
@@ -321,6 +321,7 @@ function* evaluateUserConversationMessage(conversation, userMessage, assistantMe
|
|
|
321
321
|
let reader = undefined;
|
|
322
322
|
const settings = yield select(settingsSelector);
|
|
323
323
|
const objectTypes = yield select(objectTypesSelector);
|
|
324
|
+
const { includeTags, excludeTags } = yield select(tagsSelector);
|
|
324
325
|
const allowedRelationshipTypes = yield select(allowedRelationshipTypesSelector);
|
|
325
326
|
const userContext = yield select(userContextSelector);
|
|
326
327
|
// Clear user context immediately — it is a one-shot value
|
|
@@ -332,6 +333,12 @@ function* evaluateUserConversationMessage(conversation, userMessage, assistantMe
|
|
|
332
333
|
let queryBuilder = preparedChatThread
|
|
333
334
|
.withSearchLimit(Number(settings?.["aiChatSearchLimit"]) || 5)
|
|
334
335
|
.withObjectTypes(objectTypes);
|
|
336
|
+
if (excludeTags) {
|
|
337
|
+
queryBuilder = queryBuilder.withExcludeTags(excludeTags);
|
|
338
|
+
}
|
|
339
|
+
if (includeTags) {
|
|
340
|
+
queryBuilder = queryBuilder.withIncludeTags(includeTags);
|
|
341
|
+
}
|
|
335
342
|
if (allowedRelationshipTypes?.length) {
|
|
336
343
|
queryBuilder = queryBuilder.withAllowedRelationshipTypes(allowedRelationshipTypes);
|
|
337
344
|
}
|
package/esm/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-gen-ai",
|
|
3
|
-
"version": "11.43.0-alpha.
|
|
3
|
+
"version": "11.43.0-alpha.1",
|
|
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/
|
|
60
|
-
"@gooddata/
|
|
61
|
-
"@gooddata/sdk-
|
|
62
|
-
"@gooddata/sdk-
|
|
63
|
-
"@gooddata/sdk-ui-charts": "11.43.0-alpha.
|
|
64
|
-
"@gooddata/sdk-ui-dashboard": "11.43.0-alpha.
|
|
65
|
-
"@gooddata/sdk-ui-filters": "11.43.0-alpha.
|
|
66
|
-
"@gooddata/sdk-ui-
|
|
67
|
-
"@gooddata/sdk-ui-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/util": "11.43.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
59
|
+
"@gooddata/sdk-backend-spi": "11.43.0-alpha.1",
|
|
60
|
+
"@gooddata/api-client-tiger": "11.43.0-alpha.1",
|
|
61
|
+
"@gooddata/sdk-model": "11.43.0-alpha.1",
|
|
62
|
+
"@gooddata/sdk-ui": "11.43.0-alpha.1",
|
|
63
|
+
"@gooddata/sdk-ui-charts": "11.43.0-alpha.1",
|
|
64
|
+
"@gooddata/sdk-ui-dashboard": "11.43.0-alpha.1",
|
|
65
|
+
"@gooddata/sdk-ui-filters": "11.43.0-alpha.1",
|
|
66
|
+
"@gooddata/sdk-ui-semantic-search": "11.43.0-alpha.1",
|
|
67
|
+
"@gooddata/sdk-ui-kit": "11.43.0-alpha.1",
|
|
68
|
+
"@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.1",
|
|
69
|
+
"@gooddata/util": "11.43.0-alpha.1",
|
|
70
|
+
"@gooddata/sdk-ui-pivot": "11.43.0-alpha.1"
|
|
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/
|
|
114
|
-
"@gooddata/
|
|
115
|
-
"@gooddata/
|
|
116
|
-
"@gooddata/
|
|
117
|
-
"@gooddata/
|
|
118
|
-
"@gooddata/stylelint-config": "11.43.0-alpha.
|
|
119
|
-
"@gooddata/
|
|
113
|
+
"@gooddata/i18n-toolkit": "11.43.0-alpha.1",
|
|
114
|
+
"@gooddata/reference-workspace": "11.43.0-alpha.1",
|
|
115
|
+
"@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.1",
|
|
116
|
+
"@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.1",
|
|
117
|
+
"@gooddata/eslint-config": "11.43.0-alpha.1",
|
|
118
|
+
"@gooddata/stylelint-config": "11.43.0-alpha.1",
|
|
119
|
+
"@gooddata/oxlint-config": "11.43.0-alpha.1"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
122
|
"react": "^18.0.0 || ^19.0.0",
|