@epam/ai-dial-catalog 1.1.0-dev.30 → 1.1.0-dev.307

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 (203) hide show
  1. package/components/AppIdentity/AppIdentity.d.ts +9 -14
  2. package/components/AppIdentity/AppIdentity.d.ts.map +1 -1
  3. package/components/CardGrid/Card.d.ts.map +1 -1
  4. package/components/CardGrid/CardGrid.d.ts.map +1 -1
  5. package/components/CardGrid/CardRowRenderer.d.ts.map +1 -1
  6. package/components/CardTag/CardTag.d.ts +24 -0
  7. package/components/CardTag/CardTag.d.ts.map +1 -0
  8. package/components/Catalog/Catalog.d.ts +1 -5
  9. package/components/Catalog/Catalog.d.ts.map +1 -1
  10. package/components/Catalog/CreateButton.d.ts +2 -2
  11. package/components/Catalog/CreateButton.d.ts.map +1 -1
  12. package/components/CredentialsBadge/CredentialsBadge.d.ts +12 -5
  13. package/components/CredentialsBadge/CredentialsBadge.d.ts.map +1 -1
  14. package/components/Details/ApiDetails.d.ts +6 -2
  15. package/components/Details/ApiDetails.d.ts.map +1 -1
  16. package/components/Details/ConfirmationView/ConfirmationFooter.d.ts +29 -0
  17. package/components/Details/ConfirmationView/ConfirmationFooter.d.ts.map +1 -0
  18. package/components/Details/ConfirmationView/ConfirmationView.d.ts +28 -0
  19. package/components/Details/ConfirmationView/ConfirmationView.d.ts.map +1 -0
  20. package/components/Details/Credentials/CredentialsBanner/CredentialsBanner.d.ts +16 -0
  21. package/components/Details/Credentials/CredentialsBanner/CredentialsBanner.d.ts.map +1 -0
  22. package/components/Details/Credentials/CredentialsIdentityIcon/CredentialsIdentityIcon.d.ts +29 -0
  23. package/components/Details/Credentials/CredentialsIdentityIcon/CredentialsIdentityIcon.d.ts.map +1 -0
  24. package/components/Details/Credentials/CredentialsInfoCard/CredentialsInfoCard.d.ts +20 -0
  25. package/components/Details/Credentials/CredentialsInfoCard/CredentialsInfoCard.d.ts.map +1 -0
  26. package/components/Details/Credentials/CredentialsManagementPanel/CredentialsManagementPanel.d.ts +31 -0
  27. package/components/Details/Credentials/CredentialsManagementPanel/CredentialsManagementPanel.d.ts.map +1 -0
  28. package/components/Details/DetailsPanel.d.ts.map +1 -1
  29. package/components/Details/Header/CredentialsApiKeyOverlay/CredentialsApiKeyOverlay.d.ts +34 -0
  30. package/components/Details/Header/CredentialsApiKeyOverlay/CredentialsApiKeyOverlay.d.ts.map +1 -0
  31. package/components/Details/Header/Header.d.ts +92 -19
  32. package/components/Details/Header/Header.d.ts.map +1 -1
  33. package/components/Details/Header/ShareButton/ShareButton.d.ts +6 -0
  34. package/components/Details/Header/ShareButton/ShareButton.d.ts.map +1 -1
  35. package/components/Details/TabsContent/About.d.ts +3 -2
  36. package/components/Details/TabsContent/About.d.ts.map +1 -1
  37. package/components/Details/TabsContent/Content.d.ts +53 -0
  38. package/components/Details/TabsContent/Content.d.ts.map +1 -0
  39. package/components/Details/TabsContent/ContentFileTree/ContentFileTree.d.ts +28 -0
  40. package/components/Details/TabsContent/ContentFileTree/ContentFileTree.d.ts.map +1 -0
  41. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts +1 -1
  42. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts.map +1 -1
  43. package/components/Details/TabsContent/Limits/LimitGroupSection.d.ts +11 -0
  44. package/components/Details/TabsContent/Limits/LimitGroupSection.d.ts.map +1 -0
  45. package/components/Details/TabsContent/Limits/LimitRow.d.ts +10 -0
  46. package/components/Details/TabsContent/Limits/LimitRow.d.ts.map +1 -0
  47. package/components/Details/TabsContent/Limits/Limits.d.ts +5 -0
  48. package/components/Details/TabsContent/Limits/Limits.d.ts.map +1 -0
  49. package/components/Favorites/FavoriteCard.d.ts +9 -4
  50. package/components/Favorites/FavoriteCard.d.ts.map +1 -1
  51. package/components/Favorites/Favorites.d.ts.map +1 -1
  52. package/components/Filter/Filter.d.ts +42 -6
  53. package/components/Filter/Filter.d.ts.map +1 -1
  54. package/components/InfoCard/InfoCard.d.ts +15 -0
  55. package/components/InfoCard/InfoCard.d.ts.map +1 -0
  56. package/components/ListView/ListView.d.ts +1 -5
  57. package/components/ListView/ListView.d.ts.map +1 -1
  58. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts +1 -0
  59. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -1
  60. package/components/ListView/Renders/FolderCellRenderer.d.ts +1 -0
  61. package/components/ListView/Renders/FolderCellRenderer.d.ts.map +1 -1
  62. package/components/ListView/Renders/NameCellRenderer.d.ts +1 -0
  63. package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -1
  64. package/components/ListView/Renders/StarCellRenderer.d.ts +1 -0
  65. package/components/ListView/Renders/StarCellRenderer.d.ts.map +1 -1
  66. package/components/ListView/Renders/TagsCellRenderer.d.ts +1 -0
  67. package/components/ListView/Renders/TagsCellRenderer.d.ts.map +1 -1
  68. package/components/ListView/columns.d.ts +2 -1
  69. package/components/ListView/columns.d.ts.map +1 -1
  70. package/components/StarToggleButton/StarToggleButton.d.ts +2 -0
  71. package/components/StarToggleButton/StarToggleButton.d.ts.map +1 -1
  72. package/components/TableView/TableView.d.ts +19 -0
  73. package/components/TableView/TableView.d.ts.map +1 -1
  74. package/components/Toolbar/Rows/TitleRow.d.ts +4 -3
  75. package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -1
  76. package/components/Toolbar/Toolbar.d.ts.map +1 -1
  77. package/components/TopicTag/TopicTag.d.ts +12 -7
  78. package/components/TopicTag/TopicTag.d.ts.map +1 -1
  79. package/index.css +1 -1
  80. package/index.d.ts +21 -34
  81. package/index.d.ts.map +1 -1
  82. package/index.js +47934 -10596
  83. package/models/app-identity-styles.d.ts +28 -0
  84. package/models/app-identity-styles.d.ts.map +1 -0
  85. package/models/card-props.d.ts +22 -14
  86. package/models/card-props.d.ts.map +1 -1
  87. package/models/card-row-data.d.ts +5 -1
  88. package/models/card-row-data.d.ts.map +1 -1
  89. package/models/catalog-item-credentials.d.ts +4 -0
  90. package/models/catalog-item-credentials.d.ts.map +1 -1
  91. package/models/catalog-item.d.ts +3 -6
  92. package/models/catalog-item.d.ts.map +1 -1
  93. package/models/catalog-props.d.ts +158 -33
  94. package/models/catalog-props.d.ts.map +1 -1
  95. package/models/catalog-styles.d.ts +4 -41
  96. package/models/catalog-styles.d.ts.map +1 -1
  97. package/models/favorites.d.ts +24 -8
  98. package/models/favorites.d.ts.map +1 -1
  99. package/models/grid-context.d.ts +6 -1
  100. package/models/grid-context.d.ts.map +1 -1
  101. package/models/grid-props.d.ts +13 -1
  102. package/models/grid-props.d.ts.map +1 -1
  103. package/models/item-details-data.d.ts +94 -4
  104. package/models/item-details-data.d.ts.map +1 -1
  105. package/models/item-details-props.d.ts +457 -57
  106. package/models/item-details-props.d.ts.map +1 -1
  107. package/models/item-overview.d.ts +1 -7
  108. package/models/item-overview.d.ts.map +1 -1
  109. package/models/limits-props.d.ts +61 -0
  110. package/models/limits-props.d.ts.map +1 -0
  111. package/models/list-props.d.ts +27 -4
  112. package/models/list-props.d.ts.map +1 -1
  113. package/models/toolbar-props.d.ts +7 -21
  114. package/models/toolbar-props.d.ts.map +1 -1
  115. package/package.json +5 -6
  116. package/types/catalog-content-type.d.ts +13 -0
  117. package/types/catalog-content-type.d.ts.map +1 -0
  118. package/types/deployment-icon-size.d.ts +5 -0
  119. package/types/deployment-icon-size.d.ts.map +1 -0
  120. package/types/detail-tab.d.ts +4 -1
  121. package/types/detail-tab.d.ts.map +1 -1
  122. package/types/details-confirmation.d.ts +28 -0
  123. package/types/details-confirmation.d.ts.map +1 -0
  124. package/types/recipients-count.d.ts +12 -0
  125. package/types/recipients-count.d.ts.map +1 -0
  126. package/types/toolset-auth.d.ts +9 -0
  127. package/types/toolset-auth.d.ts.map +1 -1
  128. package/utils/catalog-content-tree.d.ts +8 -0
  129. package/utils/catalog-content-tree.d.ts.map +1 -0
  130. package/utils/catalog-filter.d.ts +1 -0
  131. package/utils/catalog-filter.d.ts.map +1 -1
  132. package/utils/catalog-sort.d.ts +1 -8
  133. package/utils/catalog-sort.d.ts.map +1 -1
  134. package/utils/catalog-tabs.d.ts +2 -2
  135. package/utils/catalog-tabs.d.ts.map +1 -1
  136. package/utils/styles.d.ts +1 -3
  137. package/utils/styles.d.ts.map +1 -1
  138. package/utils/toolset-credentials.d.ts +6 -19
  139. package/utils/toolset-credentials.d.ts.map +1 -1
  140. package/utils/usage-limits.d.ts +15 -0
  141. package/utils/usage-limits.d.ts.map +1 -0
  142. package/utils/use-fav-columns.d.ts +1 -4
  143. package/utils/use-fav-columns.d.ts.map +1 -1
  144. package/utils/use-scroll-virtualizer.d.ts +1 -9
  145. package/utils/use-scroll-virtualizer.d.ts.map +1 -1
  146. package/components/Details/Credentials/CredentialsSection.d.ts +0 -21
  147. package/components/Details/Credentials/CredentialsSection.d.ts.map +0 -1
  148. package/components/Details/Header/ConnectButton/ConnectButton.d.ts +0 -25
  149. package/components/Details/Header/ConnectButton/ConnectButton.d.ts.map +0 -1
  150. package/components/Details/Header/DeleteButton/DeleteButton.d.ts +0 -25
  151. package/components/Details/Header/DeleteButton/DeleteButton.d.ts.map +0 -1
  152. package/components/Details/Summary/Limits.d.ts +0 -18
  153. package/components/Details/Summary/Limits.d.ts.map +0 -1
  154. package/components/Details/Summary/Summary.d.ts +0 -12
  155. package/components/Details/Summary/Summary.d.ts.map +0 -1
  156. package/components/Details/TabsContent/Limits.d.ts +0 -14
  157. package/components/Details/TabsContent/Limits.d.ts.map +0 -1
  158. package/components/EntityHeader/EntityHeader.d.ts +0 -32
  159. package/components/EntityHeader/EntityHeader.d.ts.map +0 -1
  160. package/components/EntityTypeLabel/EntityTypeLabel.d.ts +0 -16
  161. package/components/EntityTypeLabel/EntityTypeLabel.d.ts.map +0 -1
  162. package/components/FeaturedChip/FeaturedChip.d.ts +0 -11
  163. package/components/FeaturedChip/FeaturedChip.d.ts.map +0 -1
  164. package/components/FolderPath/FolderPath.d.ts +0 -25
  165. package/components/FolderPath/FolderPath.d.ts.map +0 -1
  166. package/components/ItemHeader/ItemHeader.d.ts +0 -14
  167. package/components/ItemHeader/ItemHeader.d.ts.map +0 -1
  168. package/components/PublishFoldersTree/PublishFoldersTree.d.ts +0 -72
  169. package/components/PublishFoldersTree/PublishFoldersTree.d.ts.map +0 -1
  170. package/components/PublishHistoryList/PublishHistoryList.d.ts +0 -44
  171. package/components/PublishHistoryList/PublishHistoryList.d.ts.map +0 -1
  172. package/components/PublishPanel/PublishFooter.d.ts +0 -37
  173. package/components/PublishPanel/PublishFooter.d.ts.map +0 -1
  174. package/components/PublishPanel/PublishPanel.d.ts +0 -109
  175. package/components/PublishPanel/PublishPanel.d.ts.map +0 -1
  176. package/components/PublishPanel/StandalonePublishPanel.d.ts +0 -90
  177. package/components/PublishPanel/StandalonePublishPanel.d.ts.map +0 -1
  178. package/components/SearchBar/SearchBar.d.ts +0 -29
  179. package/components/SearchBar/SearchBar.d.ts.map +0 -1
  180. package/constants/catalog-defaults.d.ts +0 -4
  181. package/constants/catalog-defaults.d.ts.map +0 -1
  182. package/constants/entity-colors.d.ts +0 -6
  183. package/constants/entity-colors.d.ts.map +0 -1
  184. package/models/entity-summary.d.ts +0 -23
  185. package/models/entity-summary.d.ts.map +0 -1
  186. package/models/publish.d.ts +0 -89
  187. package/models/publish.d.ts.map +0 -1
  188. package/models/sort.d.ts +0 -8
  189. package/models/sort.d.ts.map +0 -1
  190. package/types/entity-tag.d.ts +0 -9
  191. package/types/entity-tag.d.ts.map +0 -1
  192. package/types/entity-type.d.ts +0 -11
  193. package/types/entity-type.d.ts.map +0 -1
  194. package/utils/format-published-date.d.ts +0 -8
  195. package/utils/format-published-date.d.ts.map +0 -1
  196. package/utils/parse-about-content.d.ts +0 -32
  197. package/utils/parse-about-content.d.ts.map +0 -1
  198. package/utils/publish-folder-tree.d.ts +0 -45
  199. package/utils/publish-folder-tree.d.ts.map +0 -1
  200. package/utils/publish-state.d.ts +0 -9
  201. package/utils/publish-state.d.ts.map +0 -1
  202. package/utils/use-publish-flow.d.ts +0 -77
  203. package/utils/use-publish-flow.d.ts.map +0 -1
package/index.d.ts CHANGED
@@ -1,33 +1,27 @@
1
- export type { CatalogSortOption } from './models/sort';
2
1
  export { CodeLanguage } from './types/code-language';
3
2
  export { CatalogDetailsTab } from './types/detail-tab';
4
- export { EntityTag } from './types/entity-tag';
5
- export { CatalogEntityType } from './types/entity-type';
6
- export { CatalogSortKey } from './types/sort';
3
+ export { CatalogLimitStatus } from './models/item-details-data';
4
+ export { DetailsConfirmationKind, DetailsConfirmationVariant, } from './types/details-confirmation';
5
+ export { DeploymentSize } from './types/deployment-icon-size';
7
6
  export { CredentialsBadgeState, CredentialsLevel, CredentialStatus, CredentialsUiState, ToolsetAuthenticationType, } from './types/toolset-auth';
8
7
  export { CatalogViewMode } from './types/view-mode';
8
+ export { CatalogSortKey } from './types/sort';
9
+ export { CatalogContentNodeType, CatalogContentPreviewType, } from './types/catalog-content-type';
9
10
  export type { CatalogItem } from './models/catalog-item';
10
11
  export type { CatalogItemCredentials } from './models/catalog-item-credentials';
11
- export type { CatalogProps, CatalogTitles, CreateOption, } from './models/catalog-props';
12
- export type { CatalogItemSummary, DailyLimit } from './models/entity-summary';
12
+ export type { CatalogProps, CatalogTitles } from './models/catalog-props';
13
+ export type { CatalogColors, CatalogStyles, CatalogTypography, } from './models/catalog-styles';
13
14
  export type { EndpointOption } from './models/item-details-data';
14
- export type { ApiResource, CatalogItemApiDetails, CatalogItemDetailsFetchResult, CatalogItemLimits, CatalogItemPricing, CatalogItemTabData, CatalogItemTools, CodeSnippet, PricingRow, ToolAnnotation, ToolDefinition, ToolInputParam, UsageLimitProgressRow, UsageLimitRow, } from './models/item-details-data';
15
- export type { DetailsPanelProps, ItemDetailsStyles, ItemDetailsTexts, ItemDetailsTypography, } from './models/item-details-props';
15
+ export type { ApiResource, CatalogContentFileNode, CatalogContentFolderNode, CatalogContentTreeNode, CatalogContentFilePreview, CatalogContentMarkdownPreview, CatalogContentTextPreview, CatalogContentImagePreview, CatalogContentUnsupportedPreview, CatalogItemApiDetails, CatalogItemDetailsFetchResult, CatalogItemLimits, CatalogItemPricing, CatalogItemPromptContent, CatalogItemTabData, CatalogItemTools, CodeSnippet, PricingRow, ToolAnnotation, ToolDefinition, ToolInputParam, UsageLimitGroup, UsageLimitProgressRow, UsageLimitRow, } from './models/item-details-data';
16
+ export type { DetailsPanelProps, ItemDetailsColors, ItemDetailsStyles, ItemDetailsTexts, ItemDetailsTypography, } from './models/item-details-props';
16
17
  export type { CatalogItemOverview, OverviewSection, OverviewSpec, } from './models/item-overview';
17
- export { PublishCalloutKind } from './models/publish';
18
- export type { PublishDerivationInput, PublishDerivedState, PublishFolderNode, PublishHistoryEntry, PublishResourceSummary, } from './models/publish';
19
18
  export { filterCatalogItems } from './utils/catalog-filter';
20
19
  export { sortCatalogItems } from './utils/catalog-sort';
21
20
  export { useFavColumns } from './utils/use-fav-columns';
22
- export { derivePublishState } from './utils/publish-state';
23
- export { formatPublishedDate } from './utils/format-published-date';
24
- export { usePublishFlow } from './utils/use-publish-flow';
25
- export type { PublishFlowItem, UsePublishFlowOptions, UsePublishFlowResult, } from './utils/use-publish-flow';
26
- export { collectFolderKeys, filterFolderTree, } from './utils/publish-folder-tree';
27
21
  export { getCredentialsBadgeState, getCredentialsUiState, getSignedInLevel, } from './utils/toolset-credentials';
28
22
  export { Catalog } from './components/Catalog/Catalog';
29
23
  export { Toolbar } from './components/Toolbar/Toolbar';
30
- export type { ToolbarProps } from './models/toolbar-props';
24
+ export type { ToolbarColors, ToolbarProps, ToolbarStyles, ToolbarTypography, } from './models/toolbar-props';
31
25
  export { Card } from './components/CardGrid/Card';
32
26
  export type { CardColors, CardProps, CardStyles, CardTypography, } from './models/card-props';
33
27
  export { CardGrid } from './components/CardGrid/CardGrid';
@@ -38,29 +32,22 @@ export type { CardGridProps, CardGridTitles } from './models/grid-props';
38
32
  export { useScrollVirtualizer } from './utils/use-scroll-virtualizer';
39
33
  export type { ScrollVirtualizerResult } from './utils/use-scroll-virtualizer';
40
34
  export { Favorites } from './components/Favorites/Favorites';
41
- export type { FavoritesProps } from './models/favorites';
35
+ export type { FavoritesColors, FavoritesProps, FavoritesStyles, FavoritesTypography, } from './models/favorites';
42
36
  export { ListView } from './components/ListView/ListView';
43
- export type { ListViewProps } from './models/list-props';
44
- export { EntityTypeLabel } from './components/EntityTypeLabel/EntityTypeLabel';
45
- export type { EntityTypeLabelProps } from './components/EntityTypeLabel/EntityTypeLabel';
37
+ export type { ListViewColors, ListViewProps, ListViewStyles, ListViewTypography, } from './models/list-props';
46
38
  export { FavoriteCard } from './components/Favorites/FavoriteCard';
47
39
  export type { FavoriteCardProps } from './components/Favorites/FavoriteCard';
48
- export { FolderPath } from './components/FolderPath/FolderPath';
49
- export type { FolderPathProps } from './components/FolderPath/FolderPath';
50
40
  export { Filter } from './components/Filter/Filter';
51
- export type { FilterProps } from './components/Filter/Filter';
41
+ export type { FilterColors, FilterProps } from './components/Filter/Filter';
52
42
  export { TopicTag } from './components/TopicTag/TopicTag';
53
43
  export type { TopicTagProps } from './components/TopicTag/TopicTag';
54
- export { PublishHistoryList } from './components/PublishHistoryList/PublishHistoryList';
55
- export type { PublishHistoryListProps } from './components/PublishHistoryList/PublishHistoryList';
56
- export { PublishFoldersTree } from './components/PublishFoldersTree/PublishFoldersTree';
57
- export type { PublishFoldersTreeProps } from './components/PublishFoldersTree/PublishFoldersTree';
58
- export { PublishPanel } from './components/PublishPanel/PublishPanel';
59
- export type { PublishPanelProps, PublishPanelTexts, } from './components/PublishPanel/PublishPanel';
60
- export { PublishFooter } from './components/PublishPanel/PublishFooter';
61
- export type { PublishFooterProps, PublishFooterTexts, } from './components/PublishPanel/PublishFooter';
62
- export { StandalonePublishPanel } from './components/PublishPanel/StandalonePublishPanel';
63
- export type { StandalonePublishPanelProps, StandalonePublishPanelTexts, } from './components/PublishPanel/StandalonePublishPanel';
44
+ export { InfoCard } from './components/InfoCard/InfoCard';
45
+ export type { InfoCardProps } from './components/InfoCard/InfoCard';
64
46
  export { CredentialsBadge } from './components/CredentialsBadge/CredentialsBadge';
65
- export type { CredentialsBadgeProps } from './components/CredentialsBadge/CredentialsBadge';
47
+ export type { CredentialsBadgeColors, CredentialsBadgeProps, } from './components/CredentialsBadge/CredentialsBadge';
48
+ export { ContentTab } from './components/Details/TabsContent/Content';
49
+ export type { ContentTabProps } from './components/Details/TabsContent/Content';
50
+ export { AppIdentity } from './components/AppIdentity/AppIdentity';
51
+ export type { AppIdentityProps } from './components/AppIdentity/AppIdentity';
52
+ export type { AppIdentityColors, AppIdentityStyles, AppIdentityTypography, } from './models/app-identity-styles';
66
53
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}