@epam/ai-dial-catalog 0.0.0-dev.0

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 (145) hide show
  1. package/components/AppIdentity/AppIdentity.d.ts +43 -0
  2. package/components/AppIdentity/AppIdentity.d.ts.map +1 -0
  3. package/components/CardGrid/Card.d.ts +5 -0
  4. package/components/CardGrid/Card.d.ts.map +1 -0
  5. package/components/CardGrid/CardGrid.d.ts +5 -0
  6. package/components/CardGrid/CardGrid.d.ts.map +1 -0
  7. package/components/CardGrid/CardRowRenderer.d.ts +14 -0
  8. package/components/CardGrid/CardRowRenderer.d.ts.map +1 -0
  9. package/components/Catalog/Catalog.d.ts +9 -0
  10. package/components/Catalog/Catalog.d.ts.map +1 -0
  11. package/components/Catalog/CreateButton.d.ts +17 -0
  12. package/components/Catalog/CreateButton.d.ts.map +1 -0
  13. package/components/Details/ApiDetails.d.ts +34 -0
  14. package/components/Details/ApiDetails.d.ts.map +1 -0
  15. package/components/Details/DetailsPanel.d.ts +5 -0
  16. package/components/Details/DetailsPanel.d.ts.map +1 -0
  17. package/components/Details/Header/Header.d.ts +15 -0
  18. package/components/Details/Header/Header.d.ts.map +1 -0
  19. package/components/Details/Summary/Limits.d.ts +18 -0
  20. package/components/Details/Summary/Limits.d.ts.map +1 -0
  21. package/components/Details/Summary/Summary.d.ts +12 -0
  22. package/components/Details/Summary/Summary.d.ts.map +1 -0
  23. package/components/Details/TabsContent/About.d.ts +13 -0
  24. package/components/Details/TabsContent/About.d.ts.map +1 -0
  25. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts +20 -0
  26. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts.map +1 -0
  27. package/components/Details/TabsContent/Overview.d.ts +22 -0
  28. package/components/Details/TabsContent/Overview.d.ts.map +1 -0
  29. package/components/Details/TabsContent/Pricing.d.ts +20 -0
  30. package/components/Details/TabsContent/Pricing.d.ts.map +1 -0
  31. package/components/Details/TabsContent/Tools/Tools.d.ts +18 -0
  32. package/components/Details/TabsContent/Tools/Tools.d.ts.map +1 -0
  33. package/components/EntityBadge/EntityBadge.d.ts +12 -0
  34. package/components/EntityBadge/EntityBadge.d.ts.map +1 -0
  35. package/components/EntityHeader/EntityHeader.d.ts +30 -0
  36. package/components/EntityHeader/EntityHeader.d.ts.map +1 -0
  37. package/components/Favorites/FavoriteCard.d.ts +28 -0
  38. package/components/Favorites/FavoriteCard.d.ts.map +1 -0
  39. package/components/Favorites/Favorites.d.ts +8 -0
  40. package/components/Favorites/Favorites.d.ts.map +1 -0
  41. package/components/FeaturedChip/FeaturedChip.d.ts +11 -0
  42. package/components/FeaturedChip/FeaturedChip.d.ts.map +1 -0
  43. package/components/Filter/Filter.d.ts +32 -0
  44. package/components/Filter/Filter.d.ts.map +1 -0
  45. package/components/FolderPath/FolderPath.d.ts +16 -0
  46. package/components/FolderPath/FolderPath.d.ts.map +1 -0
  47. package/components/ItemHeader/ItemHeader.d.ts +14 -0
  48. package/components/ItemHeader/ItemHeader.d.ts.map +1 -0
  49. package/components/ListView/ListView.d.ts +9 -0
  50. package/components/ListView/ListView.d.ts.map +1 -0
  51. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts +6 -0
  52. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -0
  53. package/components/ListView/Renders/FolderCellRenderer.d.ts +6 -0
  54. package/components/ListView/Renders/FolderCellRenderer.d.ts.map +1 -0
  55. package/components/ListView/Renders/NameCellRenderer.d.ts +6 -0
  56. package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -0
  57. package/components/ListView/Renders/StarCellRenderer.d.ts +6 -0
  58. package/components/ListView/Renders/StarCellRenderer.d.ts.map +1 -0
  59. package/components/ListView/Renders/TagsCellRenderer.d.ts +5 -0
  60. package/components/ListView/Renders/TagsCellRenderer.d.ts.map +1 -0
  61. package/components/ListView/columns.d.ts +4 -0
  62. package/components/ListView/columns.d.ts.map +1 -0
  63. package/components/SearchBar/SearchBar.d.ts +24 -0
  64. package/components/SearchBar/SearchBar.d.ts.map +1 -0
  65. package/components/StarToggleButton/StarToggleButton.d.ts +18 -0
  66. package/components/StarToggleButton/StarToggleButton.d.ts.map +1 -0
  67. package/components/TableView/TableView.d.ts +37 -0
  68. package/components/TableView/TableView.d.ts.map +1 -0
  69. package/components/Toolbar/Rows/TitleRow.d.ts +30 -0
  70. package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -0
  71. package/components/Toolbar/Toolbar.d.ts +5 -0
  72. package/components/Toolbar/Toolbar.d.ts.map +1 -0
  73. package/components/TopicTag/TopicTag.d.ts +22 -0
  74. package/components/TopicTag/TopicTag.d.ts.map +1 -0
  75. package/constants/catalog-defaults.d.ts +4 -0
  76. package/constants/catalog-defaults.d.ts.map +1 -0
  77. package/constants/entity-colors.d.ts +6 -0
  78. package/constants/entity-colors.d.ts.map +1 -0
  79. package/constants/virtual-grid.d.ts +36 -0
  80. package/constants/virtual-grid.d.ts.map +1 -0
  81. package/index.css +2 -0
  82. package/index.d.ts +44 -0
  83. package/index.d.ts.map +1 -0
  84. package/index.js +115654 -0
  85. package/models/card-props.d.ts +66 -0
  86. package/models/card-props.d.ts.map +1 -0
  87. package/models/card-row-data.d.ts +21 -0
  88. package/models/card-row-data.d.ts.map +1 -0
  89. package/models/catalog-item.d.ts +43 -0
  90. package/models/catalog-item.d.ts.map +1 -0
  91. package/models/catalog-props.d.ts +104 -0
  92. package/models/catalog-props.d.ts.map +1 -0
  93. package/models/catalog-styles.d.ts +62 -0
  94. package/models/catalog-styles.d.ts.map +1 -0
  95. package/models/entity-summary.d.ts +23 -0
  96. package/models/entity-summary.d.ts.map +1 -0
  97. package/models/favorites.d.ts +54 -0
  98. package/models/favorites.d.ts.map +1 -0
  99. package/models/grid-context.d.ts +11 -0
  100. package/models/grid-context.d.ts.map +1 -0
  101. package/models/grid-props.d.ts +28 -0
  102. package/models/grid-props.d.ts.map +1 -0
  103. package/models/item-details-data.d.ts +106 -0
  104. package/models/item-details-data.d.ts.map +1 -0
  105. package/models/item-details-props.d.ts +123 -0
  106. package/models/item-details-props.d.ts.map +1 -0
  107. package/models/item-overview.d.ts +31 -0
  108. package/models/item-overview.d.ts.map +1 -0
  109. package/models/list-props.d.ts +53 -0
  110. package/models/list-props.d.ts.map +1 -0
  111. package/models/sort.d.ts +8 -0
  112. package/models/sort.d.ts.map +1 -0
  113. package/models/toolbar-props.d.ts +85 -0
  114. package/models/toolbar-props.d.ts.map +1 -0
  115. package/package.json +26 -0
  116. package/test-setup.d.ts +1 -0
  117. package/test-setup.d.ts.map +1 -0
  118. package/types/code-language.d.ts +7 -0
  119. package/types/code-language.d.ts.map +1 -0
  120. package/types/detail-tab.d.ts +10 -0
  121. package/types/detail-tab.d.ts.map +1 -0
  122. package/types/entity-tag.d.ts +9 -0
  123. package/types/entity-tag.d.ts.map +1 -0
  124. package/types/entity-type.d.ts +11 -0
  125. package/types/entity-type.d.ts.map +1 -0
  126. package/types/sort.d.ts +7 -0
  127. package/types/sort.d.ts.map +1 -0
  128. package/types/view-mode.d.ts +6 -0
  129. package/types/view-mode.d.ts.map +1 -0
  130. package/utils/card-grid.d.ts +3 -0
  131. package/utils/card-grid.d.ts.map +1 -0
  132. package/utils/catalog-filter.d.ts +12 -0
  133. package/utils/catalog-filter.d.ts.map +1 -0
  134. package/utils/catalog-sort.d.ts +11 -0
  135. package/utils/catalog-sort.d.ts.map +1 -0
  136. package/utils/catalog-tabs.d.ts +6 -0
  137. package/utils/catalog-tabs.d.ts.map +1 -0
  138. package/utils/parse-about-content.d.ts +32 -0
  139. package/utils/parse-about-content.d.ts.map +1 -0
  140. package/utils/styles.d.ts +7 -0
  141. package/utils/styles.d.ts.map +1 -0
  142. package/utils/use-fav-columns.d.ts +6 -0
  143. package/utils/use-fav-columns.d.ts.map +1 -0
  144. package/utils/use-scroll-virtualizer.d.ts +27 -0
  145. package/utils/use-scroll-virtualizer.d.ts.map +1 -0
@@ -0,0 +1,43 @@
1
+ import { FC, ReactNode } from 'react';
2
+ /** Props for the shared AppIdentity block used in browse and favorite cards. */
3
+ export interface AppIdentityProps {
4
+ /** Icon image URL. When absent, the DeploymentIcon renders a tinted fallback. */
5
+ icon?: string | null;
6
+ /** Entity type label rendered as plain uppercase text — no pill, no background. */
7
+ type: string;
8
+ /** Display name. Truncates when the available width is exceeded. */
9
+ name: string;
10
+ /** Version string shown flush-right of the name, aligned to the top of the name. */
11
+ version?: string;
12
+ /**
13
+ * Relative time string for the last-used row (size 'lg' only).
14
+ * When undefined, the row is hidden even in size 'lg'.
15
+ */
16
+ lastUsed?: string;
17
+ /**
18
+ * 'sm' — browse cards: 44 px logo, radius 12 px, no last-used line.
19
+ * 'lg' — favorite cards: 54 px logo, radius 14 px, includes last-used line.
20
+ */
21
+ size: 'sm' | 'lg';
22
+ /** Search query used to highlight matching text in the name. */
23
+ query?: string;
24
+ /** Additional classes applied to the root element. */
25
+ className?: string;
26
+ /** CSS class for the type label. Default: 'dial-tiny-semi-text text-accent-primary'. */
27
+ typeClassName?: string;
28
+ /** Explicit color applied to the type label as an inline style — overrides typeClassName's color. */
29
+ typeColor?: string;
30
+ /** CSS class for the entity name. Default: 'dial-body-semi-text text-primary'. */
31
+ nameClassName?: string;
32
+ /** CSS class for the version string. Default: 'dial-tiny-text text-secondary'. */
33
+ versionClassName?: string;
34
+ /** CSS class for the last-used line text and icon. Default: 'dial-tiny-text text-secondary'. */
35
+ lastUsedClassName?: string;
36
+ /** Element rendered at the end of the last-used row (size 'lg' only). */
37
+ lastUsedTrailing?: ReactNode;
38
+ /** Additional CSS class applied to the icon wrapper div (e.g. for hover-scale animations). */
39
+ iconClassName?: string;
40
+ }
41
+ /** Shared identity block: logo + type + name + version + optional last-used row. */
42
+ export declare const AppIdentity: FC<AppIdentityProps>;
43
+ //# sourceMappingURL=AppIdentity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppIdentity.d.ts","sourceRoot":"","sources":["../../../src/components/AppIdentity/AppIdentity.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,gFAAgF;AAChF,MAAM,WAAW,gBAAgB;IAC/B,iFAAiF;IACjF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,mFAAmF;IACnF,IAAI,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,IAAI,EAAE,MAAM,CAAC;IACb,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qGAAqG;IACrG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gGAAgG;IAChG,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,8FAA8F;IAC9F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,oFAAoF;AACpF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4F5C,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { CardProps } from '../../models/card-props';
3
+ /** Browse grid card: AppIdentity header + description + topic chips + breadcrumbs + star. */
4
+ export declare const Card: FC<CardProps>;
5
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/Card.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AASzD,6FAA6F;AAC7F,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAgI9B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { CardGridProps } from '../../models/grid-props';
3
+ /** Three-column virtualized grid of Card items with loading skeleton and empty state. */
4
+ export declare const CardGrid: FC<CardGridProps>;
5
+ //# sourceMappingURL=CardGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardGrid.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardGrid.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAiB,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAK7D,yFAAyF;AACzF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAwFtC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ import { CardRowData } from '../../models/card-row-data';
3
+ /** Props for a single virtual row in the card grid. */
4
+ export interface CardRowRendererProps extends CardRowData {
5
+ /** Zero-based row index used to slice the correct items and set vertical position. */
6
+ rowIndex: number;
7
+ }
8
+ /**
9
+ * Renders a single absolutely-positioned row of up to `columnCount` cards.
10
+ * Empty column slots in the last row are filled with invisible spacer divs
11
+ * so that earlier cards keep their flex-1 width.
12
+ */
13
+ export declare const CardRowRenderer: FC<CardRowRendererProps>;
14
+ //# sourceMappingURL=CardRowRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardRowRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/CardGrid/CardRowRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAG9D,uDAAuD;AACvD,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,sFAAsF;IACtF,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAgDpD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { CatalogProps } from '../../models/catalog-props';
3
+ /**
4
+ * Root catalog component. Owns all filter/sort/tab/pagination state and wires
5
+ * Favorites, Toolbar, CardGrid, and ListView.
6
+ * All data arrives via props — no direct API or context access.
7
+ */
8
+ export declare const Catalog: FC<CatalogProps>;
9
+ //# sourceMappingURL=Catalog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Catalog.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/Catalog.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAqD,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAmB/D;;;;GAIG;AACH,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAkUpC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { FC } from 'react';
2
+ import { CreateOption } from '../../models/catalog-props';
3
+ /** Props for the catalog Create button. */
4
+ export interface CreateButtonProps {
5
+ /** Button label. */
6
+ label: string;
7
+ /**
8
+ * When provided, the button opens a dropdown with these options instead of
9
+ * calling `onClick` directly.
10
+ */
11
+ options?: CreateOption[];
12
+ /** Called when the button is clicked and no `options` are present. */
13
+ onClick?: () => void;
14
+ }
15
+ /** Renders either a plain primary button or a split-chevron dropdown. */
16
+ export declare const CreateButton: FC<CreateButtonProps>;
17
+ //# sourceMappingURL=CreateButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/Catalog/CreateButton.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,EAAE,EAAgD,MAAM,OAAO,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAG/D,2CAA2C;AAC3C,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;IACzB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,yEAAyE;AACzE,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAyK9C,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItemApiDetails } from '../../models/item-details-data';
3
+ /** Props for `ApiDetails`. */
4
+ export interface ApiDetailsProps {
5
+ /** API detail data to render. */
6
+ api: CatalogItemApiDetails;
7
+ /** "Resource" section heading. Default: `'Resource'`. */
8
+ resourceSectionLabel?: string;
9
+ /** "Endpoint" section heading for the multi-endpoint selector. Default: `'Endpoint'`. */
10
+ endpointSectionLabel?: string;
11
+ /** "Code snippet" section heading (legacy top-level snippets). Default: `'Code snippet'`. */
12
+ snippetSectionLabel?: string;
13
+ /** "Model ID" row label. Default: `'Model ID'`. */
14
+ modelIdLabel?: string;
15
+ /** URL row label inside each endpoint option. Default: `'Endpoint'`. */
16
+ endpointLabel?: string;
17
+ /** "Request example" row label. Default: `'Request example'`. */
18
+ requestExampleLabel?: string;
19
+ /** "Response schema" row label. Default: `'Response schema'`. */
20
+ responseSchemaLabel?: string;
21
+ /** Accessible label for the copy button. Default: `'Copy'`. */
22
+ copyAriaLabel?: string;
23
+ /** CSS class for row labels. Defaults to `'dial-small-semi-text'`. */
24
+ labelClassName?: string;
25
+ /** CSS class for row values. Defaults to `'dial-small-text'`. */
26
+ valueClassName?: string;
27
+ /** CSS class for code block text. Defaults to `'dial-code-text'`. */
28
+ codeClassName?: string;
29
+ /** CSS class for section headings. Defaults to `'dial-caption-text'`. */
30
+ sectionClassName?: string;
31
+ }
32
+ /** Renders the API tab: resource identity rows, multi-endpoint selector (models), and code snippets. */
33
+ export declare const ApiDetails: FC<ApiDetailsProps>;
34
+ //# sourceMappingURL=ApiDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiDetails.d.ts","sourceRoot":"","sources":["../../../src/components/Details/ApiDetails.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EACV,qBAAqB,EAEtB,MAAM,gCAAgC,CAAC;AAoBxC,8BAA8B;AAC9B,MAAM,WAAW,eAAe;IAC9B,iCAAiC;IACjC,GAAG,EAAE,qBAAqB,CAAC;IAC3B,yDAAyD;IACzD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yFAAyF;IACzF,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6FAA6F;IAC7F,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mDAAmD;IACnD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,+DAA+D;IAC/D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AA+GD,wGAAwG;AACxG,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAyO1C,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { DetailsPanelProps } from '../../models/item-details-props';
3
+ /** Right-side slide-in panel displaying full details for a catalog item. */
4
+ export declare const DetailsPanel: FC<DetailsPanelProps>;
5
+ //# sourceMappingURL=DetailsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Details/DetailsPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAYzE,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAyM9C,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItem } from '../../../models/catalog-item';
3
+ import { ItemDetailsStyles, ItemDetailsTexts } from '../../../models/item-details-props';
4
+ interface HeaderProps {
5
+ item: CatalogItem;
6
+ onUseInChat?: (item: CatalogItem) => void;
7
+ isPrimaryActionVisible?: (item: CatalogItem) => boolean;
8
+ onShare?: (item: CatalogItem) => void;
9
+ texts?: ItemDetailsTexts;
10
+ detailsStyles?: ItemDetailsStyles;
11
+ }
12
+ /** Right-side slide-in panel displaying full details for a catalog item. */
13
+ export declare const Header: FC<HeaderProps>;
14
+ export {};
15
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Header/Header.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EACV,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAK5C,UAAU,WAAW;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC1C,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IACxD,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AACD,4EAA4E;AAC5E,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA6DlC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItemSummary } from '../../../models/entity-summary';
3
+ /** Props for `Limits`. */
4
+ export interface LimitsProps {
5
+ /** Summary data to render. */
6
+ summary: CatalogItemSummary;
7
+ /** Label shown above the daily-limit progress bar. Default: `'Daily limit'`. */
8
+ dailyLimitLabel?: string;
9
+ /** CSS class applied to the tag chip text. Defaults to `'dial-tiny-text'`. */
10
+ tagClassName?: string;
11
+ /** CSS class applied to the progress bar label. Defaults to `'dial-caption-text'`. */
12
+ limitLabelClassName?: string;
13
+ /** CSS class applied to the reset cadence string. Defaults to `'dial-tiny-text'`. */
14
+ limitResetClassName?: string;
15
+ }
16
+ /** Renders the header summary block: entity tag, badge image, and daily-limit progress bar. */
17
+ export declare const Limits: FC<LimitsProps>;
18
+ //# sourceMappingURL=Limits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Limits.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Summary/Limits.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAYzE,0BAA0B;AAC1B,MAAM,WAAW,WAAW;IAC1B,8BAA8B;IAC9B,OAAO,EAAE,kBAAkB,CAAC;IAC5B,gFAAgF;IAChF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qFAAqF;IACrF,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,+FAA+F;AAC/F,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA4DlC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItem } from '../../../models/catalog-item';
3
+ import { ItemDetailsStyles, ItemDetailsTexts } from '../../../models/item-details-props';
4
+ interface SummaryProp {
5
+ item: CatalogItem;
6
+ texts?: ItemDetailsTexts;
7
+ detailsStyles?: ItemDetailsStyles;
8
+ }
9
+ /** Right-side slide-in panel displaying full details for a catalog item. */
10
+ export declare const Summary: FC<SummaryProp>;
11
+ export {};
12
+ //# sourceMappingURL=Summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Summary.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Summary/Summary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAK5C,UAAU,WAAW;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AAED,4EAA4E;AAC5E,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,WAAW,CAiCnC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItem } from '../../../models/catalog-item';
3
+ import { ItemDetailsStyles } from '../../../models/item-details-props';
4
+ interface AboutTabProps {
5
+ item: CatalogItem;
6
+ aboutContent?: string;
7
+ isAboutLoading?: boolean;
8
+ detailsStyles?: ItemDetailsStyles;
9
+ }
10
+ /** Right-side slide-in panel displaying full details for a catalog item. */
11
+ export declare const AboutTab: FC<AboutTabProps>;
12
+ export {};
13
+ //# sourceMappingURL=About.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"About.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/About.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAW,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAyB5E,UAAU,aAAa;IACrB,IAAI,EAAE,WAAW,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AAED,4EAA4E;AAC5E,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoCtC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FC, ReactNode } from 'react';
2
+ /** Props for `DataGrid`. */
3
+ export interface DataGridProps {
4
+ /** Column header labels. Length determines the column count. */
5
+ columns: string[];
6
+ /** Each row as an ordered array of cell content matching `columns` length. */
7
+ rows: ReactNode[][];
8
+ /**
9
+ * CSS `grid-template-columns` value.
10
+ * Defaults to `repeat(N, 1fr)` where N is `columns.length`.
11
+ */
12
+ columnsTemplate?: string;
13
+ /** CSS class for header cells. Defaults to `'dial-caption-text'`. */
14
+ headingClassName?: string;
15
+ /** CSS class for data cells. Defaults to `'dial-tiny-text'`. */
16
+ cellClassName?: string;
17
+ }
18
+ /** Renders a bordered grid with a header row and striped data rows. */
19
+ export declare const DataGrid: FC<DataGridProps>;
20
+ //# sourceMappingURL=DataGrid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataGrid.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/TabsContent/DataGrid/DataGrid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAGhD,4BAA4B;AAC5B,MAAM,WAAW,aAAa;IAC5B,gEAAgE;IAChE,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,8EAA8E;IAC9E,IAAI,EAAE,SAAS,EAAE,EAAE,CAAC;IACpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qEAAqE;IACrE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,uEAAuE;AACvE,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAgDtC,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { FC } from 'react';
2
+ import { OverviewSection } from '../../../models/item-overview';
3
+ /** Props for Overview. */
4
+ export interface OverviewProps {
5
+ /** Spec sections to render. */
6
+ sections?: OverviewSection[];
7
+ /** Typography class for section headings. */
8
+ sectionClassName: string;
9
+ /** Typography class for spec row labels. */
10
+ labelClassName: string;
11
+ /** Typography class for string and "No" values. */
12
+ valueClassName: string;
13
+ /** Typography class for "Yes" values. */
14
+ valueTrueClassName: string;
15
+ /** Label for boolean-true values. */
16
+ yesLabel: string;
17
+ /** Label for boolean-false values. */
18
+ noLabel: string;
19
+ }
20
+ /** Renders the Overview tab content: full-bleed spec sections separated by dividers. */
21
+ export declare const Overview: FC<OverviewProps>;
22
+ //# sourceMappingURL=Overview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Overview.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/Overview.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAIrE,0BAA0B;AAC1B,MAAM,WAAW,aAAa;IAC5B,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;IAC7B,6CAA6C;IAC7C,gBAAgB,EAAE,MAAM,CAAC;IACzB,4CAA4C;IAC5C,cAAc,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,cAAc,EAAE,MAAM,CAAC;IACvB,yCAAyC;IACzC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qCAAqC;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,sCAAsC;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wFAAwF;AACxF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAqCtC,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItemPricing } from '../../../models/item-details-data';
3
+ /** Props for `Pricing`. */
4
+ export interface PricingProps {
5
+ /** Pricing data to render. */
6
+ pricing?: CatalogItemPricing;
7
+ /** "Token pricing" section heading. Default: `'Token pricing'`. */
8
+ pricesSectionLabel?: string;
9
+ /** "Usage limits" section heading. Default: `'Usage limits'`. */
10
+ limitsSectionLabel?: string;
11
+ /** CSS class for row labels. Defaults to `'dial-small-semi-text'`. */
12
+ labelClassName?: string;
13
+ /** CSS class for row values. Defaults to `'dial-small-text'`. */
14
+ valueClassName?: string;
15
+ /** CSS class for section headings. Defaults to `'dial-caption-text'`. */
16
+ sectionClassName?: string;
17
+ }
18
+ /** Renders the Pricing tab: token price rows and usage-limit rows. */
19
+ export declare const Pricing: FC<PricingProps>;
20
+ //# sourceMappingURL=Pricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/Pricing.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAG5E,2BAA2B;AAC3B,MAAM,WAAW,YAAY;IAC3B,8BAA8B;IAC9B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,mEAAmE;IACnE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iEAAiE;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,sEAAsE;AACtE,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAsCpC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItemTools } from '../../../../models/item-details-data';
3
+ /** Props for `Tools`. */
4
+ export interface ToolsProps {
5
+ /** Tools data to render. */
6
+ tools?: CatalogItemTools;
7
+ /** CSS class for tool name headings. Defaults to `'dial-small-semi-text'`. */
8
+ toolNameClassName?: string;
9
+ /** CSS class for tool descriptions. Defaults to `'dial-small-text'`. */
10
+ descriptionClassName?: string;
11
+ /** CSS class for grid column headings. Defaults to `'dial-caption-text'`. */
12
+ tableHeadingClassName?: string;
13
+ /** CSS class for grid cell text. Defaults to `'dial-tiny-text'`. */
14
+ tableCellClassName?: string;
15
+ }
16
+ /** Renders the Tools tab: a list of tool definitions with input schemas and annotations. */
17
+ export declare const Tools: FC<ToolsProps>;
18
+ //# sourceMappingURL=Tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tools.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/TabsContent/Tools/Tools.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAI7E,yBAAyB;AACzB,MAAM,WAAW,UAAU;IACzB,4BAA4B;IAC5B,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,8EAA8E;IAC9E,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wEAAwE;IACxE,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6EAA6E;IAC7E,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,oEAAoE;IACpE,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,4FAA4F;AAC5F,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAyFhC,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { FC } from 'react';
2
+ import { CatalogEntityType } from '../../types/entity-type';
3
+ /** Props for EntityTypeBadge. */
4
+ export interface EntityBadgeProps {
5
+ /** The entity type to display. */
6
+ type: CatalogEntityType;
7
+ /** CSS class for the badge text. Default: 'dial-caption-text'. */
8
+ className?: string;
9
+ }
10
+ /** Small uppercase badge showing the entity category with its accent color. */
11
+ export declare const EntityBadge: FC<EntityBadgeProps>;
12
+ //# sourceMappingURL=EntityBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityBadge.d.ts","sourceRoot":"","sources":["../../../src/components/EntityBadge/EntityBadge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAc5D,iCAAiC;AACjC,MAAM,WAAW,gBAAgB;IAC/B,kCAAkC;IAClC,IAAI,EAAE,iBAAiB,CAAC;IACxB,kEAAkE;IAClE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,+EAA+E;AAC/E,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAkB5C,CAAC"}
@@ -0,0 +1,30 @@
1
+ import { FC, ReactNode } from 'react';
2
+ import { CatalogItem } from '../../models/catalog-item';
3
+ /** Props for EntityHeader. */
4
+ export interface EntityHeaderProps {
5
+ /** The favorite item to display. */
6
+ item: CatalogItem;
7
+ /** CSS class for the item name. Default: 'dial-h3-text text-primary'. */
8
+ nameClassName?: string;
9
+ /** CSS class for the entity type label. Default: 'dial-caption-text font-semibold'. */
10
+ typeClassName?: string;
11
+ /** CSS class applied to the icon badge, e.g. to set border-radius. Default: 'rounded-[14px]'. */
12
+ iconBadgeClassName?: string;
13
+ /** CSS class for the version text. Default: 'dial-tiny-text text-secondary'. */
14
+ versionClassName?: string;
15
+ /** Label for the featured tag shown when item.isFeatured is true. Default: 'Featured'. */
16
+ featuredLabel?: string;
17
+ /** Whether to render the featured tag. Default: true. */
18
+ hasFeaturedTag?: boolean;
19
+ /** Size of the deployment icon. Default: 48. */
20
+ iconSize?: number;
21
+ /** Search query string; when provided, matching text in the title is highlighted. */
22
+ query?: string;
23
+ /** Content pinned to the bottom of the text column via `mt-auto`, aligning its baseline with the avatar bottom. When provided, `gap-1` between type and name is removed so the column fills the icon height exactly. */
24
+ footer?: ReactNode;
25
+ /** CSS class for the featured chip. */
26
+ featuredChipClassName?: string;
27
+ }
28
+ /** Compact card for the Favorites strip with hover lift and star toggle. */
29
+ export declare const EntityHeader: FC<EntityHeaderProps>;
30
+ //# sourceMappingURL=EntityHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAKxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uFAAuF;IACvF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gFAAgF;IAChF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wNAAwN;IACxN,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA4D9C,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { FC } from 'react';
2
+ import { CatalogItem } from '../../models/catalog-item';
3
+ /** Props for FavoriteCard. */
4
+ export interface FavoriteCardProps {
5
+ /** The favorite item to display. */
6
+ item: CatalogItem;
7
+ /** Initial starred state. Default: true — items in favorites are starred by default. */
8
+ initialIsStarred?: boolean;
9
+ /** Called when the star button is toggled. */
10
+ onToggle?: (id: string, isStarred: boolean) => void;
11
+ /** Called when the card body is clicked. */
12
+ onClick?: (item: CatalogItem) => void;
13
+ /** CSS class for the entity name. Default: 'dial-body-semi-text text-primary'. */
14
+ nameClassName?: string;
15
+ /** CSS class for the version string. Default: 'dial-tiny-text text-secondary'. */
16
+ versionClassName?: string;
17
+ /** CSS class for the last-used text. Default: 'dial-tiny-text text-secondary'. */
18
+ lastUsedClassName?: string;
19
+ /** Search query string; matching text in the name is highlighted when provided. */
20
+ query?: string;
21
+ /** Accessible label for the star button when the item is not starred. Default: `'Add to favorites'`. */
22
+ addToFavoritesAriaLabel?: string;
23
+ /** Accessible label for the star button when the item is already starred. Default: `'Remove from favorites'`. */
24
+ removeFromFavoritesAriaLabel?: string;
25
+ }
26
+ /** Compact favorite card: logo + type + name + version + last-used, star aligned right. */
27
+ export declare const FavoriteCard: FC<FavoriteCardProps>;
28
+ //# sourceMappingURL=FavoriteCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FavoriteCard.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/FavoriteCard.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAoD,MAAM,OAAO,CAAC;AAE7E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAKxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,wFAAwF;IACxF,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,4CAA4C;IAC5C,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IACtC,kFAAkF;IAClF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kFAAkF;IAClF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mFAAmF;IACnF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wGAAwG;IACxG,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,iHAAiH;IACjH,4BAA4B,CAAC,EAAE,MAAM,CAAC;CACvC;AAED,2FAA2F;AAC3F,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAsF9C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { FavoritesProps } from '../../models/favorites';
3
+ /**
4
+ * Favorites strip with responsive grid, pagination, and a fade-in animation.
5
+ * Column count adapts to viewport width via `useFavColumns`.
6
+ */
7
+ export declare const Favorites: FC<FavoritesProps>;
8
+ //# sourceMappingURL=Favorites.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Favorites.d.ts","sourceRoot":"","sources":["../../../src/components/Favorites/Favorites.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,EAAE,EAMH,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAqCxD;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAoZxC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { FC } from 'react';
2
+ /** Props for `FeaturedChip`. */
3
+ export interface FeaturedChipProps {
4
+ /** Label text shown inside the chip. */
5
+ label: string;
6
+ /** Additional CSS class for typography overrides. */
7
+ className?: string;
8
+ }
9
+ /** Featured badge rendered on a catalog card when `item.isFeatured` is true. */
10
+ export declare const FeaturedChip: FC<FeaturedChipProps>;
11
+ //# sourceMappingURL=FeaturedChip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeaturedChip.d.ts","sourceRoot":"","sources":["../../../src/components/FeaturedChip/FeaturedChip.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,gCAAgC;AAChC,MAAM,WAAW,iBAAiB;IAChC,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,qDAAqD;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,gFAAgF;AAChF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAS9C,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { FC } from 'react';
2
+ /** Props for Filter. */
3
+ export interface FilterProps {
4
+ /** Set of topic strings currently selected for filtering. Empty = no topic filter. */
5
+ checked: Set<string>;
6
+ /** Called when the topic selection changes. */
7
+ onChange: (checked: Set<string>) => void;
8
+ /** All available topic strings shown as checkboxes. */
9
+ values?: Set<string>;
10
+ /** Whether the "My Apps" filter checkbox is active. */
11
+ isMyAppsActive?: boolean;
12
+ /** Called when the "My Apps" toggle changes. */
13
+ onMyAppsChange?: (isActive: boolean) => void;
14
+ /** Label for the "My Apps" checkbox. Default: 'My Apps'. */
15
+ myAppsLabel?: string;
16
+ /** Label for the Topics section heading. Default: 'Topics'. */
17
+ topicsLabel?: string;
18
+ /** @deprecated No longer applied — section style is set by the DS spec. */
19
+ topicsSectionClassName?: string;
20
+ /** Button label when nothing is filtered. Default: 'From'. */
21
+ defaultLabel?: string;
22
+ /** Label for the footer Clear button. Default: 'Clear'. */
23
+ clearLabel?: string;
24
+ /** Label for the footer Apply button. Default: 'Apply'. */
25
+ applyLabel?: string;
26
+ }
27
+ /**
28
+ * Source-filter dropdown with checkbox list, keyboard navigation, and a
29
+ * footer with Clear + Apply buttons (buffered — changes are committed on Apply).
30
+ */
31
+ export declare const Filter: FC<FilterProps>;
32
+ //# sourceMappingURL=Filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/Filter/Filter.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,EAAE,EAOH,MAAM,OAAO,CAAC;AAIf,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B,sFAAsF;IACtF,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,+CAA+C;IAC/C,QAAQ,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IACzC,uDAAuD;IACvD,MAAM,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACrB,uDAAuD;IACvD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+DAA+D;IAC/D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2EAA2E;IAC3E,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,8DAA8D;IAC9D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AA0BD;;;GAGG;AACH,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA0RlC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FC } from 'react';
2
+ /** Props for FolderPath. */
3
+ export interface FolderPathProps {
4
+ /** Folder breadcrumb segments, outermost first. */
5
+ segments: string[];
6
+ /** CSS class applied to each breadcrumb label. Default: 'dial-small-text text-secondary'. */
7
+ labelClassName?: string;
8
+ /** CSS class for the last (leaf) segment. Default: 'dial-small-semi-text'. */
9
+ leafClassName?: string;
10
+ }
11
+ /**
12
+ * Renders folder segments as a DialBreadcrumb.
13
+ * DialBreadcrumb auto-truncates long paths to [first, …dropdown, last-2, last].
14
+ */
15
+ export declare const FolderPath: FC<FolderPathProps>;
16
+ //# sourceMappingURL=FolderPath.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderPath.d.ts","sourceRoot":"","sources":["../../../src/components/FolderPath/FolderPath.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,4BAA4B;AAC5B,MAAM,WAAW,eAAe;IAC9B,mDAAmD;IACnD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,6FAA6F;IAC7F,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAiC1C,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FC, ReactNode } from 'react';
2
+ interface ItemHeaderProps {
3
+ title: string;
4
+ postfix?: number | string;
5
+ titleClassName?: string;
6
+ postfixClassName?: string;
7
+ className?: string;
8
+ query?: string;
9
+ /** Optional content rendered at the trailing end of the header row. */
10
+ trailing?: ReactNode;
11
+ }
12
+ export declare const ItemHeader: FC<ItemHeaderProps>;
13
+ export {};
14
+ //# sourceMappingURL=ItemHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA2B1C,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ListViewProps } from '../../models/list-props';
3
+ /**
4
+ * ag-grid table view of catalog items.
5
+ * Rows are windowed: starts at PAGE_SIZE and grows in PAGE_SIZE increments as
6
+ * the user scrolls near the bottom, avoiding a costly full-list DOM render.
7
+ */
8
+ export declare const ListView: FC<ListViewProps>;
9
+ //# sourceMappingURL=ListView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../../src/components/ListView/ListView.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAGf,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAqBxD;;;;GAIG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAoHtC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ICellRendererParams } from 'ag-grid-community';
2
+ import { FC } from 'react';
3
+ import { CatalogItem } from '../../../models/catalog-item';
4
+ import { GridContext } from '../../../models/grid-context';
5
+ export declare const EntityTypeCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
6
+ //# sourceMappingURL=EntityTypeCellRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityTypeCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/EntityTypeCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,eAAO,MAAM,sBAAsB,EAAE,EAAE,CACrC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CASvD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ICellRendererParams } from 'ag-grid-community';
2
+ import { FC } from 'react';
3
+ import { CatalogItem } from '../../../models/catalog-item';
4
+ import { GridContext } from '../../../models/grid-context';
5
+ export declare const FolderCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
6
+ //# sourceMappingURL=FolderCellRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FolderCellRenderer.d.ts","sourceRoot":"","sources":["../../../../src/components/ListView/Renders/FolderCellRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAG3D,eAAO,MAAM,kBAAkB,EAAE,EAAE,CACjC,mBAAmB,CAAC,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,CAWvD,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ICellRendererParams } from 'ag-grid-community';
2
+ import { FC } from 'react';
3
+ import { CatalogItem } from '../../../models/catalog-item';
4
+ import { GridContext } from '../../../models/grid-context';
5
+ export declare const NameCellRenderer: FC<ICellRendererParams<CatalogItem, unknown, GridContext>>;
6
+ //# sourceMappingURL=NameCellRenderer.d.ts.map