@epam/statgpt-conversation-view 0.2.0-rc.1 → 0.2.0-rc.2
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/index.d.ts +3 -1
- package/index.js +8 -8
- package/index.mjs +15 -8
- package/package.json +6 -6
package/index.mjs
CHANGED
|
@@ -1024,7 +1024,7 @@ var Mo = we.forwardRef(
|
|
|
1024
1024
|
}
|
|
1025
1025
|
);
|
|
1026
1026
|
Mo.displayName = "QRCodeSVG";
|
|
1027
|
-
const Eo = "share", Pl = (e, n) => ({
|
|
1027
|
+
const Eo = "share", vu = "onboarding", Pl = (e, n) => ({
|
|
1028
1028
|
invitationType: Pi.LINK,
|
|
1029
1029
|
resources: [
|
|
1030
1030
|
{
|
|
@@ -1352,7 +1352,10 @@ const Eo = "share", Pl = (e, n) => ({
|
|
|
1352
1352
|
)
|
|
1353
1353
|
] })
|
|
1354
1354
|
] })
|
|
1355
|
-
] }), zl = ({
|
|
1355
|
+
] }), zl = ({
|
|
1356
|
+
titles: e,
|
|
1357
|
+
openNewConversation: n
|
|
1358
|
+
}) => /* @__PURE__ */ C("div", { className: "text-center bg-accent-300 body-3 p-2", children: [
|
|
1356
1359
|
/* @__PURE__ */ u("span", { className: "mr-2 text-neutrals-900", children: e == null ? void 0 : e.onboardingFooter }),
|
|
1357
1360
|
/* @__PURE__ */ C(
|
|
1358
1361
|
"span",
|
|
@@ -1380,7 +1383,7 @@ const Eo = "share", Pl = (e, n) => ({
|
|
|
1380
1383
|
]
|
|
1381
1384
|
}
|
|
1382
1385
|
);
|
|
1383
|
-
},
|
|
1386
|
+
}, bu = ({
|
|
1384
1387
|
suggestionsList: e,
|
|
1385
1388
|
welcomeText: n,
|
|
1386
1389
|
titleIcon: t,
|
|
@@ -10526,7 +10529,7 @@ function fi(e, n, t, r, o, i, c) {
|
|
|
10526
10529
|
dataSetAttachments: Z
|
|
10527
10530
|
};
|
|
10528
10531
|
}
|
|
10529
|
-
const
|
|
10532
|
+
const Cu = ({
|
|
10530
10533
|
attachmentsProps: e,
|
|
10531
10534
|
actions: n,
|
|
10532
10535
|
titles: t,
|
|
@@ -11323,7 +11326,7 @@ const $d = (e, n, t, r) => {
|
|
|
11323
11326
|
folderId: r,
|
|
11324
11327
|
id: o
|
|
11325
11328
|
};
|
|
11326
|
-
}, jd = "AbortError",
|
|
11329
|
+
}, jd = "AbortError", ku = ({
|
|
11327
11330
|
conversationKey: e,
|
|
11328
11331
|
conversation: n,
|
|
11329
11332
|
actions: t,
|
|
@@ -11771,14 +11774,18 @@ const $d = (e, n, t, r) => {
|
|
|
11771
11774
|
);
|
|
11772
11775
|
};
|
|
11773
11776
|
export {
|
|
11774
|
-
|
|
11777
|
+
Cu as AdvancedView,
|
|
11775
11778
|
wu as AdvancedViewProvider,
|
|
11776
11779
|
Zn as CUSTOM_CHOICE_ID,
|
|
11777
11780
|
Hn as ChartingIcon,
|
|
11778
|
-
|
|
11779
|
-
|
|
11781
|
+
$l as ChatFooter,
|
|
11782
|
+
zl as ChatOnboardingFooter,
|
|
11783
|
+
ku as ConversationView,
|
|
11784
|
+
bu as ConversationWelcome,
|
|
11780
11785
|
Pn as CustomContentProperties,
|
|
11786
|
+
vu as ONBOARDING_MODEL_POSTFIX,
|
|
11781
11787
|
gu as OnboardingProvider,
|
|
11788
|
+
Eo as SHARE_CONVERSATION_ROUTE,
|
|
11782
11789
|
kl as STAGE_STATUS,
|
|
11783
11790
|
Je as useAdvancedView,
|
|
11784
11791
|
Me as useOnboarding
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/statgpt-conversation-view",
|
|
3
|
-
"version": "0.2.0-rc.
|
|
3
|
+
"version": "0.2.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"react": "^19.1.0",
|
|
7
7
|
"classnames": "^2.5.1",
|
|
8
8
|
"@epam/ai-dial-shared": "^0.34.0",
|
|
9
9
|
"@tabler/icons-react": "^3.34.1",
|
|
10
|
-
"@epam/statgpt-shared-toolkit": "0.2.0-rc.
|
|
11
|
-
"@epam/statgpt-ui-components": "0.2.0-rc.
|
|
12
|
-
"@epam/statgpt-sdmx-toolkit": "0.2.0-rc.
|
|
10
|
+
"@epam/statgpt-shared-toolkit": "0.2.0-rc.2",
|
|
11
|
+
"@epam/statgpt-ui-components": "0.2.0-rc.2",
|
|
12
|
+
"@epam/statgpt-sdmx-toolkit": "0.2.0-rc.2",
|
|
13
13
|
"react-window": "^1.8.11",
|
|
14
14
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
15
15
|
"ag-grid-community": "33.3.2",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@floating-ui/react": "^0.27.14",
|
|
18
18
|
"echarts": "^5.6.0",
|
|
19
19
|
"echarts-for-react": "^3.0.2",
|
|
20
|
-
"@epam/statgpt-dial-toolkit": "0.2.0-rc.
|
|
20
|
+
"@epam/statgpt-dial-toolkit": "0.2.0-rc.2",
|
|
21
21
|
"react-markdown": "^10.1.0",
|
|
22
22
|
"remark-gfm": "^4.0.1",
|
|
23
|
-
"@epam/statgpt-conversation-list": "0.2.0-rc.
|
|
23
|
+
"@epam/statgpt-conversation-list": "0.2.0-rc.2",
|
|
24
24
|
"flatpickr": "4.6.13",
|
|
25
25
|
"react-flatpickr": "^4.0.11",
|
|
26
26
|
"date-fns": "^4.1.0",
|