@epam/ai-dial-catalog 1.1.0-dev.214 → 1.1.0-dev.216

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.
@@ -1 +1 @@
1
- {"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/columns.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAQxD,sJAAsJ;AACtJ,eAAO,MAAM,eAAe,GAC1B,MAAM,iBAAiB,KACtB,MAAM,CAAC,WAAW,CAAC,EAiDrB,CAAC"}
1
+ {"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/columns.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAQxD,sJAAsJ;AACtJ,eAAO,MAAM,eAAe,GAC1B,MAAM,iBAAiB,KACtB,MAAM,CAAC,WAAW,CAAC,EAqDrB,CAAC"}
package/index.js CHANGED
@@ -64917,6 +64917,7 @@ var dI = () => {
64917
64917
  {
64918
64918
  headerName: "Type",
64919
64919
  width: 110,
64920
+ minWidth: 110,
64920
64921
  field: "type",
64921
64922
  filter: !1,
64922
64923
  sortable: !1,
@@ -64927,6 +64928,7 @@ var dI = () => {
64927
64928
  headerName: "Folder",
64928
64929
  field: "folder",
64929
64930
  width: 170,
64931
+ minWidth: 170,
64930
64932
  filter: !1,
64931
64933
  hide: e === Wn.Model,
64932
64934
  cellRenderer: qL,
@@ -64936,6 +64938,7 @@ var dI = () => {
64936
64938
  headerName: "Tags",
64937
64939
  field: "topics",
64938
64940
  width: 230,
64941
+ minWidth: 230,
64939
64942
  filter: !1,
64940
64943
  sortable: !1,
64941
64944
  cellRenderer: XL,
@@ -64945,6 +64948,7 @@ var dI = () => {
64945
64948
  headerName: "Favorite",
64946
64949
  field: "isStarred",
64947
64950
  width: 72,
64951
+ minWidth: 72,
64948
64952
  filter: !1,
64949
64953
  sortable: !1,
64950
64954
  resizable: !1,
@@ -65463,7 +65467,7 @@ var dI = () => {
65463
65467
  })
65464
65468
  }),
65465
65469
  /* @__PURE__ */ P("div", {
65466
- className: "flex min-h-0 flex-1 flex-col overflow-auto",
65470
+ className: "flex min-h-0 min-w-0 flex-1 flex-col overflow-y-auto overflow-x-hidden",
65467
65471
  children: [
65468
65472
  _t && /* @__PURE__ */ N("div", {
65469
65473
  className: "w-full px-8",
@@ -65504,7 +65508,7 @@ var dI = () => {
65504
65508
  })
65505
65509
  }),
65506
65510
  dt.length > 0 && /* @__PURE__ */ N("div", {
65507
- className: "px-8",
65511
+ className: "min-w-0 shrink-0 overflow-x-auto px-8",
65508
65512
  children: /* @__PURE__ */ N(Je, {
65509
65513
  tabs: dt.map((e) => ({
65510
65514
  id: e.id,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-catalog",
3
3
  "description": "Marketplace catalog component for browsing models, tools, and assistants with search, filter, and sort",
4
- "version": "1.1.0-dev.214",
4
+ "version": "1.1.0-dev.216",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,8 +19,8 @@
19
19
  "peerDependencies": {
20
20
  "react": "^19.0.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.1.0-dev.214",
23
- "@epam/ai-dial-publish-panel": "1.1.0-dev.214",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.216",
23
+ "@epam/ai-dial-publish-panel": "1.1.0-dev.216",
24
24
  "ag-grid-community": "35.3.0",
25
25
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
26
26
  },