@epam/ai-dial-catalog 1.1.0-dev.23 → 1.1.0-dev.230

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