@epam/ai-dial-catalog 1.1.0-dev.313 → 1.1.0-dev.314
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.js +1 -1
- package/models/catalog-props.d.ts +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -66235,7 +66235,7 @@ var ZF = {
|
|
|
66235
66235
|
}),
|
|
66236
66236
|
onClick: n
|
|
66237
66237
|
});
|
|
66238
|
-
}, ez = ({ items: e, favorites: t, titles: n, onToggleFavorite: r, isFavoriteVisible: i, onUseInChat: a, isPrimaryActionVisible: o, onShare: c, isPublishVisible: u, isPublishPrimary: d, getPublishHistory: f, publishFolderItems: g, publishExpandedPaths: _, onPublishExpandedPathsChange: v, publishLoadingPaths: y, hasPublishWriteAccess: b, onPublish: x, onPublishSuccess: S, onPublishError: C, onCreatePublishFolder: w, publishLabels: T, ruleSourceOptions: E, onFetchExistingRules: ee, shareOverlay: D, isShareVisible: O, isSharePrimary: k, onFetchDetails: A, onEdit: j, onDownload: M, isDownloadVisible: te, isDownloadPrimary: ne, onLoadContentFile: N, onLoadContentFilePreview: re, renderContentFilePreview: ie, onDelete: ae, onUnshare: oe, isUnshareVisible: se, onRevokeShare: ce, onFetchRecipientsCount: le, isRevokeShareVisible: ue, onUnpublish: de, isUnpublishVisible: fe, onLogin: pe, onLogout: me, onCreateClick: he, createOptions: ge, hideCreateButton: _e = !1, hidePageTitle: ve = !1, isReadonly: ye = !1, initialViewMode: be = xn.
|
|
66238
|
+
}, ez = ({ items: e, favorites: t, titles: n, onToggleFavorite: r, isFavoriteVisible: i, onUseInChat: a, isPrimaryActionVisible: o, onShare: c, isPublishVisible: u, isPublishPrimary: d, getPublishHistory: f, publishFolderItems: g, publishExpandedPaths: _, onPublishExpandedPathsChange: v, publishLoadingPaths: y, hasPublishWriteAccess: b, onPublish: x, onPublishSuccess: S, onPublishError: C, onCreatePublishFolder: w, publishLabels: T, ruleSourceOptions: E, onFetchExistingRules: ee, shareOverlay: D, isShareVisible: O, isSharePrimary: k, onFetchDetails: A, onEdit: j, onDownload: M, isDownloadVisible: te, isDownloadPrimary: ne, onLoadContentFile: N, onLoadContentFilePreview: re, renderContentFilePreview: ie, onDelete: ae, onUnshare: oe, isUnshareVisible: se, onRevokeShare: ce, onFetchRecipientsCount: le, isRevokeShareVisible: ue, onUnpublish: de, isUnpublishVisible: fe, onLogin: pe, onLogout: me, onCreateClick: he, createOptions: ge, hideCreateButton: _e = !1, hidePageTitle: ve = !1, isReadonly: ye = !1, initialViewMode: be = xn.List, selectedItemId: P, onCardClick: xe, isLoading: Se, styles: Ce, detailsTexts: we, detailsLimitsFooterNote: Te, initialDetailsItemId: Ee, sortKey: De, onSortChange: Oe, filterTopics: ke, onFilterTopicsChange: Ae, isMyAppsActive: je, onMyAppsActiveChange: Me, activeTab: Ne, onActiveTabChange: Pe }) => {
|
|
66239
66239
|
let { typography: Fe } = Ce ?? {}, Ie = eI(Ce), Le = n?.pageTitle ?? "Catalog", Re = n?.createLabel ?? "Create", ze = n?.favoritesTitle ?? "Your favorites", Be = n?.browseTitle ?? "Browse", He = n?.searchPlaceholder ?? "Search models, tools, agents…", We = n?.noResultsTitle ?? ((e) => `No results for "${e}"`), Ge = n?.featuredLabel ?? "Featured", Ke = n?.gridViewLabel ?? "Grid view", qe = n?.listViewLabel ?? "List view", Je = n?.viewToggleLabel ?? "View mode", Ye = n?.ariaLabel ?? "Catalog", Xe = [
|
|
66240
66240
|
{
|
|
66241
66241
|
key: Sn.RecentlyUpdated,
|
|
@@ -287,7 +287,7 @@ export interface CatalogProps {
|
|
|
287
287
|
isReadonly?: boolean;
|
|
288
288
|
/** Hides the page heading (title row), e.g. when the host renders its own title outside the catalog. Default: false. */
|
|
289
289
|
hidePageTitle?: boolean;
|
|
290
|
-
/** Initial Browse view mode (grid or list). Default: `CatalogViewMode.
|
|
290
|
+
/** Initial Browse view mode (grid or list). Default: `CatalogViewMode.List`. */
|
|
291
291
|
initialViewMode?: CatalogViewMode;
|
|
292
292
|
/** ID of an item to visually mark as selected (border, tint, and checkmark) in the Browse grid. */
|
|
293
293
|
selectedItemId?: string;
|
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.
|
|
4
|
+
"version": "1.1.0-dev.314",
|
|
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.
|
|
23
|
-
"@epam/ai-dial-publish-panel": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.314",
|
|
23
|
+
"@epam/ai-dial-publish-panel": "1.1.0-dev.314",
|
|
24
24
|
"ag-grid-community": "35.3.0",
|
|
25
25
|
"@epam/ai-dial-ui-kit": "^0.14.0-dev.15"
|
|
26
26
|
},
|