@epam/statgpt-conversation-view 0.7.0-dev.14 → 0.7.0-dev.16

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.
Files changed (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +91 -89
  3. package/package.json +6 -6
package/index.mjs CHANGED
@@ -14349,7 +14349,7 @@ const wf = ({
14349
14349
  icon: x?.advanceViewIcon,
14350
14350
  title: x?.openAdvanceViewTitle ?? "Opened in Advanced view"
14351
14351
  }
14352
- ) : /* @__PURE__ */ u(
14352
+ ) : /* @__PURE__ */ D(
14353
14353
  "div",
14354
14354
  {
14355
14355
  className: J(
@@ -14357,20 +14357,7 @@ const wf = ({
14357
14357
  !L && !n ? "pt-5" : "pt-0",
14358
14358
  "flex flex-col pb-1"
14359
14359
  ),
14360
- children: le ? /* @__PURE__ */ u(it, {}) : /* @__PURE__ */ D(Ne, { children: [
14361
- n && !L && /* @__PURE__ */ u(
14362
- O1,
14363
- {
14364
- titles: {
14365
- queryUpdatedManuallyTitle: _?.queryUpdatedManually,
14366
- setToTitle: _?.setTo,
14367
- datasetLabel: _?.dataset
14368
- },
14369
- datasetIcon: T?.datasetIcon,
14370
- attachmentInfoList: l,
14371
- dataQueries: i
14372
- }
14373
- ),
14360
+ children: [
14374
14361
  !L && te?.length != null && te?.length > 0 && /* @__PURE__ */ u(
14375
14362
  Hu,
14376
14363
  {
@@ -14380,85 +14367,100 @@ const wf = ({
14380
14367
  selectDataset: C
14381
14368
  }
14382
14369
  ),
14383
- Y && /* @__PURE__ */ u(
14384
- _c,
14385
- {
14386
- limitMessages: S,
14387
- showAdvancedViewButton: !!se && A1(se) && s,
14388
- onAdvancedViewClick: Ce,
14389
- query: de
14390
- }
14391
- ),
14392
- /* @__PURE__ */ u(
14393
- "div",
14394
- {
14395
- className: J(
14396
- !L && o?.length && "attachments-bordered",
14397
- "attachments-wrapper h-full min-h-0"
14398
- ),
14399
- children: /* @__PURE__ */ D("div", { className: "flex h-full max-w-full flex-col items-center gap-4", children: [
14400
- /* @__PURE__ */ u(
14401
- nv,
14402
- {
14403
- attachments: e,
14404
- selectedAttachmentIndex: A,
14405
- selectedAttachment: se,
14406
- attachmentsStyles: T,
14407
- externalLink: de,
14408
- isExternalLinkIncludeFilters: K,
14409
- limitMessages: S,
14410
- onSelectedAttachmentChange: ve,
14411
- onDownloadClick: () => U(Me.Opened),
14412
- showAdvancedView: s,
14413
- onOpenAdvancedView: Ce,
14414
- isTableSettingsOpen: w,
14415
- onTableSettingsOpen: v
14416
- }
14417
- ),
14418
- se != null && /* @__PURE__ */ u(
14419
- vw,
14420
- {
14421
- selectedAttachment: se,
14422
- actions: t,
14423
- attachmentsStyles: T,
14424
- isDataLoading: c,
14425
- isOpenedAdvancedView: L,
14426
- onOpenAdvancedView: Ce,
14427
- showLimitMessage: Z,
14428
- onGridApiReady: y,
14429
- externalLink: de,
14430
- externalLinksMap: me
14431
- }
14432
- )
14433
- ] })
14434
- }
14435
- ),
14436
- /* @__PURE__ */ D(Ne, { children: [
14437
- W === Me.Opened && /* @__PURE__ */ u(
14438
- B1,
14370
+ le ? /* @__PURE__ */ u(it, {}) : /* @__PURE__ */ D(Ne, { children: [
14371
+ n && !L && /* @__PURE__ */ u(
14372
+ O1,
14373
+ {
14374
+ titles: {
14375
+ queryUpdatedManuallyTitle: _?.queryUpdatedManually,
14376
+ setToTitle: _?.setTo,
14377
+ datasetLabel: _?.dataset
14378
+ },
14379
+ datasetIcon: T?.datasetIcon,
14380
+ attachmentInfoList: l,
14381
+ dataQueries: i
14382
+ }
14383
+ ),
14384
+ Y && /* @__PURE__ */ u(
14385
+ _c,
14439
14386
  {
14440
- onCloseModal: G,
14441
- onDownloadStart: Ae,
14442
- isDownloadInProgress: H,
14443
- dataQuery: a,
14444
- datasetName: se?.title || "",
14445
- locale: h,
14446
- type: ee,
14447
- dimensions: m,
14448
- filters: p,
14449
- urn: a?.urn,
14450
- titles: T?.downloadTitles,
14451
- rowCount: ke,
14452
- collapsible: T?.downloadCollapsible,
14453
- downloadDatasets: he,
14454
14387
  limitMessages: S,
14455
- showLimitMessage: Y,
14456
- externalLink: de
14388
+ showAdvancedViewButton: !!se && A1(se) && s,
14389
+ onAdvancedViewClick: Ce,
14390
+ query: de
14457
14391
  }
14458
14392
  ),
14459
- /* @__PURE__ */ u(ww, { ...B })
14393
+ /* @__PURE__ */ u(
14394
+ "div",
14395
+ {
14396
+ className: J(
14397
+ !L && o?.length && "attachments-bordered",
14398
+ "attachments-wrapper h-full min-h-0"
14399
+ ),
14400
+ children: /* @__PURE__ */ D("div", { className: "flex h-full max-w-full flex-col items-center gap-4", children: [
14401
+ /* @__PURE__ */ u(
14402
+ nv,
14403
+ {
14404
+ attachments: e,
14405
+ selectedAttachmentIndex: A,
14406
+ selectedAttachment: se,
14407
+ attachmentsStyles: T,
14408
+ externalLink: de,
14409
+ isExternalLinkIncludeFilters: K,
14410
+ limitMessages: S,
14411
+ onSelectedAttachmentChange: ve,
14412
+ onDownloadClick: () => U(Me.Opened),
14413
+ showAdvancedView: s,
14414
+ onOpenAdvancedView: Ce,
14415
+ isTableSettingsOpen: w,
14416
+ onTableSettingsOpen: v
14417
+ }
14418
+ ),
14419
+ se != null && /* @__PURE__ */ u(
14420
+ vw,
14421
+ {
14422
+ selectedAttachment: se,
14423
+ actions: t,
14424
+ attachmentsStyles: T,
14425
+ isDataLoading: c,
14426
+ isOpenedAdvancedView: L,
14427
+ onOpenAdvancedView: Ce,
14428
+ showLimitMessage: Z,
14429
+ onGridApiReady: y,
14430
+ externalLink: de,
14431
+ externalLinksMap: me
14432
+ }
14433
+ )
14434
+ ] })
14435
+ }
14436
+ ),
14437
+ /* @__PURE__ */ D(Ne, { children: [
14438
+ W === Me.Opened && /* @__PURE__ */ u(
14439
+ B1,
14440
+ {
14441
+ onCloseModal: G,
14442
+ onDownloadStart: Ae,
14443
+ isDownloadInProgress: H,
14444
+ dataQuery: a,
14445
+ datasetName: se?.title || "",
14446
+ locale: h,
14447
+ type: ee,
14448
+ dimensions: m,
14449
+ filters: p,
14450
+ urn: a?.urn,
14451
+ titles: T?.downloadTitles,
14452
+ rowCount: ke,
14453
+ collapsible: T?.downloadCollapsible,
14454
+ downloadDatasets: he,
14455
+ limitMessages: S,
14456
+ showLimitMessage: Y,
14457
+ externalLink: de
14458
+ }
14459
+ ),
14460
+ /* @__PURE__ */ u(ww, { ...B })
14461
+ ] })
14460
14462
  ] })
14461
- ] })
14463
+ ]
14462
14464
  }
14463
14465
  ) });
14464
14466
  }, Dw = ({ label: e, colDef: t }) => !!e.trim() && !t.suppressColumnsToolPanel;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@epam/statgpt-conversation-view",
3
- "version": "0.7.0-dev.14",
3
+ "version": "0.7.0-dev.16",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "classnames": "^2.5.1",
7
7
  "@epam/ai-dial-shared": "^0.43.3",
8
8
  "@tabler/icons-react": "^3.34.1",
9
- "@epam/statgpt-shared-toolkit": "0.7.0-dev.14",
10
- "@epam/statgpt-ui-components": "0.7.0-dev.14",
11
- "@epam/statgpt-sdmx-toolkit": "0.7.0-dev.14",
9
+ "@epam/statgpt-shared-toolkit": "0.7.0-dev.16",
10
+ "@epam/statgpt-ui-components": "0.7.0-dev.16",
11
+ "@epam/statgpt-sdmx-toolkit": "0.7.0-dev.16",
12
12
  "react-window": "^1.8.11",
13
13
  "react-virtualized-auto-sizer": "^1.0.26",
14
14
  "ag-grid-community": "33.3.2",
@@ -16,10 +16,10 @@
16
16
  "@floating-ui/react": "^0.27.14",
17
17
  "echarts": "^5.6.0",
18
18
  "echarts-for-react": "^3.0.2",
19
- "@epam/statgpt-dial-toolkit": "0.7.0-dev.14",
19
+ "@epam/statgpt-dial-toolkit": "0.7.0-dev.16",
20
20
  "react-markdown": "^10.1.0",
21
21
  "remark-gfm": "^4.0.1",
22
- "@epam/statgpt-conversation-list": "0.7.0-dev.14",
22
+ "@epam/statgpt-conversation-list": "0.7.0-dev.16",
23
23
  "flatpickr": "4.6.13",
24
24
  "react-flatpickr": "^4.0.11",
25
25
  "date-fns": "^4.1.0",