@epam/ai-dial-catalog 1.0.2 → 1.0.3
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
|
@@ -66229,7 +66229,7 @@ var XF = {
|
|
|
66229
66229
|
}),
|
|
66230
66230
|
onClick: n
|
|
66231
66231
|
});
|
|
66232
|
-
}, $R = ({ 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 = bn.
|
|
66232
|
+
}, $R = ({ 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 = bn.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 }) => {
|
|
66233
66233
|
let { typography: Fe } = Ce ?? {}, Ie = $F(Ce), Le = n?.pageTitle ?? "Catalog", Re = n?.createLabel ?? "Create", ze = n?.favoritesTitle ?? "Your favorites", Ve = n?.browseTitle ?? "Browse", Ue = 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 = [
|
|
66234
66234
|
{
|
|
66235
66235
|
key: xn.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.0.
|
|
4
|
+
"version": "1.0.3",
|
|
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.0.
|
|
23
|
-
"@epam/ai-dial-publish-panel": "1.0.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.0.3",
|
|
23
|
+
"@epam/ai-dial-publish-panel": "1.0.3",
|
|
24
24
|
"ag-grid-community": "35.3.0",
|
|
25
25
|
"@epam/ai-dial-ui-kit": "^0.14.0-dev.15"
|
|
26
26
|
},
|