@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
@@ -1 +1 @@
1
- {"version":3,"file":"item-details-data.d.ts","sourceRoot":"","sources":["../../src/models/item-details-data.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"item-details-data.d.ts","sourceRoot":"","sources":["../../src/models/item-details-data.ts"],"names":[],"mappings":"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"}
@@ -1,27 +1,26 @@
1
+ import { PublicationRule, PublishFolderNode, PublishFooterLabels, PublishHistoryEntry, PublishPanelLabels } from '../../../publish-panel/src/index.ts';
1
2
  import { ReactNode } from 'react';
2
- import { PublishFooterTexts } from '../components/PublishPanel/PublishFooter';
3
- import { PublishPanelTexts } from '../components/PublishPanel/PublishPanel';
4
- import { CredentialsLevel } from '../types/toolset-auth';
3
+ import { CredentialsLevel, ToolsetAuthenticationType } from '../types/toolset-auth';
5
4
  import { CatalogItem } from './catalog-item';
6
- import { PublishFolderNode, PublishHistoryEntry } from './publish';
5
+ import { CatalogContentFilePreview } from './item-details-data';
7
6
  /** Text overrides for all user-visible strings in `DetailsPanel`. */
8
7
  export interface ItemDetailsTexts {
9
8
  /** "Share" action button label. Default: `'Share'`. */
10
9
  shareLabel?: string;
11
- /** "Connect" action button label, used for every entity type. Default: `'Connect'`. */
12
- connectLabel?: string;
13
- /** Caption above the intro/description text. Default: `'Intro'`. */
14
- introLabel?: string;
10
+ /** "Connect" tab label (resource ID, endpoint, and code snippets). Default: `'Connect'`. */
11
+ tabConnectLabel?: string;
12
+ /** Accessible label for the icon-only "Manage" button (opens the Edit/Publish/Delete menu). Default: `'Manage'`. */
13
+ manageActionLabel?: string;
15
14
  /** "About" tab label. Default: `'About'`. */
16
15
  tabAboutLabel?: string;
16
+ /** Content tab label, shown for items carrying a text body. Default: `'Details'`. */
17
+ tabContentLabel?: string;
17
18
  /** "Overview" tab label. Default: `'Overview'`. */
18
19
  tabOverviewLabel?: string;
19
20
  /** "Pricing" tab label. Default: `'Pricing'`. */
20
21
  tabPricingLabel?: string;
21
22
  /** "Limits" tab label. Default: `'Limits'`. */
22
23
  tabLimitsLabel?: string;
23
- /** "API" tab label. Default: `'API'`. */
24
- tabApiLabel?: string;
25
24
  /** Accessible label for the details panel `role="dialog"`. Default: `'Item details'`. */
26
25
  ariaLabel?: string;
27
26
  /** Accessible label for the close button. Default: `'Close'`. */
@@ -36,6 +35,16 @@ export interface ItemDetailsTexts {
36
35
  overviewNoLabel?: string;
37
36
  /** "Tools" tab label. Default: `'Tools'`. */
38
37
  tabToolsLabel?: string;
38
+ /** Accessible label for the Content tab's file picker. Default: `'Select file'`. */
39
+ contentFileSelectorAriaLabel?: string;
40
+ /** Returns the file-count text shown beside the picker. Default: ``(count) => `${count} files` ``. */
41
+ contentFileCountLabel?: (count: number) => string;
42
+ /** Status text announced while a picked file's content loads. Default: `'Loading file'`. */
43
+ contentFileLoadingLabel?: string;
44
+ /** Body text shown when a picked file cannot be read. Default: `'Failed to load this file.'`. */
45
+ contentFileErrorLabel?: string;
46
+ /** Body text shown when a picked file's preview type is `unsupported`. Default: `'Preview is not supported for this file'`. */
47
+ contentFileUnsupportedLabel?: string;
39
48
  /** Label on the "Featured" tag chip shown when the entity is featured. Default: `'Featured'`. */
40
49
  featuredLabel?: string;
41
50
  /** Primary action button label. Default: `'Use in chat'`. */
@@ -50,18 +59,18 @@ export interface ItemDetailsTexts {
50
59
  hasPrimaryAction?: boolean;
51
60
  /** "Edit" action button label. Default: `'Edit'`. */
52
61
  editActionLabel?: string;
53
- /** Label above the daily-limit progress bar. Default: `'Daily limit'`. */
54
- dailyLimitLabel?: string;
62
+ /** "Download" action button label. Default: `'Download'`. */
63
+ downloadActionLabel?: string;
55
64
  /** "Resource" section heading in the API tab. Default: `'Resource'`. */
56
65
  apiResourceSectionLabel?: string;
57
66
  /** "Code snippet" section heading in the API tab. Default: `'Code snippet'`. */
58
67
  apiSnippetSectionLabel?: string;
59
68
  /** "Model ID" row label in the API tab. Default: `'Model ID'`. */
60
69
  apiModelIdLabel?: string;
61
- /** "Endpoint" section heading in the API tab (multi-endpoint selector). Default: `'Endpoint'`. */
62
- apiEndpointSectionLabel?: string;
63
- /** URL row label inside each endpoint option. Default: `'Endpoint'`. */
70
+ /** Title shown in the single-endpoint code block's header in the Connect tab. Default: `'Endpoint'`. */
64
71
  apiEndpointLabel?: string;
72
+ /** "Endpoint" section heading above the multi-endpoint selector in the Connect tab. Default: `'Endpoint'`. */
73
+ apiEndpointSectionLabel?: string;
65
74
  /** "Request example" row label in the API tab. Default: `'Request example'`. */
66
75
  apiRequestExampleLabel?: string;
67
76
  /** "Response schema" row label in the API tab. Default: `'Response schema'`. */
@@ -72,6 +81,10 @@ export interface ItemDetailsTexts {
72
81
  pricingPricesSectionLabel?: string;
73
82
  /** "Usage limits" section heading in the Pricing tab. Default: `'Usage limits'`. */
74
83
  pricingLimitsSectionLabel?: string;
84
+ /** "Cost caps" section heading in the Limits tab. Default: `'Cost caps'`. */
85
+ limitsCostCapsSectionLabel?: string;
86
+ /** "Unlimited" section heading in the Limits tab. Default: `'Unlimited'`. */
87
+ limitsUnlimitedSectionLabel?: string;
75
88
  /** Accessible label for the loading placeholder shown next to the tab row while structured details are being fetched. Default: `'Loading details'`. */
76
89
  detailsLoadingAriaLabel?: string;
77
90
  /** "Log in" action button label, shown when the item's credentials are not signed in. Default: `'Log in'`. */
@@ -79,54 +92,183 @@ export interface ItemDetailsTexts {
79
92
  /** "Log out" action button label, shown when the item's credentials are signed in. Default: `'Log out'`. */
80
93
  logoutActionLabel?: string;
81
94
  /**
82
- * "Login with my creds" action button label, shown to a non-admin user on
83
- * a public item they are not personally signed into (organization-wide
84
- * credentials may already be active). Default: `'Login with my creds'`.
95
+ * Returns the "Manage credentials"/"Manage API keys" action button label
96
+ * for an admin managing a public item, given its authentication type.
97
+ * Default: `(type) => type === ToolsetAuthenticationType.ApiKey ? 'Manage API keys' : 'Manage credentials'`.
85
98
  */
86
- loginWithMyCredsActionLabel?: string;
87
- /**
88
- * "Manage credentials" action button label, shown to an admin on a public
89
- * item — expands both the `USER` and `GLOBAL` sections. Default: `'Manage credentials'`.
90
- */
91
- manageCredentialsActionLabel?: string;
92
- /** Heading for the personal-credentials section when both levels are shown. Default: `'My credentials'`. */
93
- myCredentialsSectionLabel?: string;
94
- /** Heading for the organization-wide-credentials section when both levels are shown. Default: `'Entire organization credentials'`. */
95
- organizationCredentialsSectionLabel?: string;
96
- /** Status label shown in the credentials section when signed in. Default: `'Signed in'`. */
99
+ manageCredentialsActionLabel?: (authenticationType: ToolsetAuthenticationType) => string;
100
+ /** Status label shown next to a signed-in row, and as the accessible name of its checkmark indicator. Default: `'Signed in'`. */
97
101
  credentialsSignedInLabel?: string;
98
- /** Status label shown in the credentials section when signed out. Default: `'Signed out'`. */
102
+ /** Status label shown next to a signed-out row. Default: `'Signed out'`. */
99
103
  credentialsSignedOutLabel?: string;
100
104
  /** Confirmation dialog message shown before logging out. Default: `'Are you sure you want to log out?'`. */
101
105
  logoutConfirmMessage?: string;
102
- /** Label for the API key input field in the credentials section. Default: `'API key'`. */
103
- apiKeyFieldLabel?: string;
104
106
  /**
105
- * Returns the API-key field hint naming the required header. Default:
106
- * `(header) => \`Enter your API key value for "${header}" header\``.
107
+ * Returns the confirmation dialog message shown before deleting an API
108
+ * key, given which level's key is being deleted. Default:
109
+ * `(level) => level === CredentialsLevel.Global ? 'Are you sure you want to delete the organization API key?' : 'Are you sure you want to delete your personal API key?'`.
107
110
  */
108
- apiKeyFieldHint?: (apiKeyHeader: string) => string;
111
+ deleteApiKeyConfirmMessage?: (level: CredentialsLevel) => string;
112
+ /** Label for the API key input field. Default: `'API key'`. */
113
+ apiKeyFieldLabel?: string;
114
+ /** Validation error shown under the API key input when "Add" is submitted with an empty value. Default: `'API key is required.'`. */
115
+ apiKeyRequiredErrorMessage?: string;
109
116
  /** Credentials-status badge label shown on catalog cards when signed out. Default: `'LOGGED OUT'`. */
110
117
  credentialsBadgeLoggedOutLabel?: string;
118
+ /**
119
+ * Top action button label when the item requires an API key and the
120
+ * current user has not added their personal key yet. Default: `'API key'`.
121
+ */
122
+ apiKeyActionLabel?: string;
123
+ /**
124
+ * Top action button label when the item requires an API key and the
125
+ * current user already has a personal key on file. Default: `'Change API key'`.
126
+ */
127
+ changeApiKeyActionLabel?: string;
128
+ /** Title of the personal API-key popover opened from the top action button. Default: `'Personal API key'`. */
129
+ personalApiKeyPanelTitle?: string;
130
+ /** Confirmation line shown in the personal API-key popover once a key is on file. Default: `'Personal key has been added'`. */
131
+ personalApiKeyAddedMessage?: string;
132
+ /** Confirmation line shown in the admin credentials-management row once that level's API key is on file. Default: `'Key has been configured'`. */
133
+ apiKeyConfiguredMessage?: string;
134
+ /** "Add" action label for submitting a new API key. Default: `'Add'`. */
135
+ addApiKeyActionLabel?: string;
136
+ /** Status text announced to assistive tech while an API key is being added. Default: `'Adding'`. */
137
+ addingApiKeyStatusLabel?: string;
138
+ /**
139
+ * Returns the caption shown under an on-file API key, given an
140
+ * already-formatted relative time. Default: `(when) => \`Added ${when}\``.
141
+ */
142
+ apiKeyAddedLabel?: (when: string) => string;
143
+ /**
144
+ * Returns the banner title shown when the current user is not signed in
145
+ * personally but organization-wide credentials keep the item usable,
146
+ * given the item's authentication type. Default:
147
+ * `(type) => type === ToolsetAuthenticationType.ApiKey ? 'You are currently using organization API key to access this toolset.' : 'You are currently using organization credentials to access this toolset.'`.
148
+ */
149
+ orgFallbackBannerTitle?: (authenticationType: ToolsetAuthenticationType) => string;
150
+ /**
151
+ * Returns the banner description paired with `orgFallbackBannerTitle`,
152
+ * given the item's authentication type. Default:
153
+ * `(type) => type === ToolsetAuthenticationType.ApiKey ? 'Configure your personal API key to have access to your data.' : 'Login using personal account to have access to your data.'`.
154
+ */
155
+ orgFallbackBannerDescription?: (authenticationType: ToolsetAuthenticationType) => string;
156
+ /**
157
+ * Returns the banner title shown to an admin when organization-wide
158
+ * credentials are active, given the item's authentication type. Default:
159
+ * `(type) => type === ToolsetAuthenticationType.ApiKey ? 'Signed in with organization API key.' : 'Signed in with organization credentials.'`.
160
+ */
161
+ orgCredentialsActiveBannerTitle?: (authenticationType: ToolsetAuthenticationType) => string;
162
+ /**
163
+ * Returns the banner title shown to an admin when their own personal
164
+ * credentials are active (and take precedence over any organization-wide
165
+ * credentials), given the item's authentication type. Default:
166
+ * `(type) => type === ToolsetAuthenticationType.ApiKey ? 'Signed in with personal API key.' : 'Signed in with personal credentials.'`.
167
+ */
168
+ personalCredentialsActiveBannerTitle?: (authenticationType: ToolsetAuthenticationType) => string;
169
+ /**
170
+ * Returns the title of the admin credentials-management sub-screen, given
171
+ * the item's authentication type. Default:
172
+ * `(type) => type === ToolsetAuthenticationType.ApiKey ? 'Toolset API keys' : 'Toolset credentials'`.
173
+ */
174
+ credentialsManagementTitle?: (authenticationType: ToolsetAuthenticationType) => string;
175
+ /**
176
+ * Returns the description shown under the identity chip in the admin
177
+ * credentials-management sub-screen, given the item's authentication
178
+ * type. Default:
179
+ * `(type) => 'Select which account to use with this toolset — personal or organization. If both are configured, personal credentials will be used by default' + (type === ToolsetAuthenticationType.ApiKey ? ' for toolset access.' : '.')`.
180
+ */
181
+ credentialsManagementDescription?: (authenticationType: ToolsetAuthenticationType) => string;
182
+ /** Row label for the current user's own credentials in the admin management sub-screen. Default: `'Personal credentials'`. */
183
+ personalCredentialsLabel?: string;
184
+ /** Row description for the current user's own credentials in the admin management sub-screen. Default: `'These credentials apply only to your account.'`. */
185
+ personalCredentialsDescription?: string;
186
+ /** Row label for organization-wide credentials in the admin management sub-screen. Default: `'Organization credentials'`. */
187
+ organizationCredentialsLabel?: string;
188
+ /** Row description for organization-wide credentials in the admin management sub-screen. Default: `'Once added, these credentials will grant all users in your organization access to this toolset.'`. */
189
+ organizationCredentialsDescription?: string;
111
190
  /** "Delete" action button label. Default: `'Delete'`. */
112
191
  deleteActionLabel?: string;
113
192
  /** Status text announced to assistive tech while a delete is in progress. Default: `'Deleting'`. */
114
193
  deletingStatusLabel?: string;
194
+ /** Title of the delete confirmation step. Default: the `deleteActionLabel` value. */
195
+ deleteConfirmTitle?: string;
196
+ /**
197
+ * Returns the delete confirmation's body copy, given the item's display
198
+ * name. Default:
199
+ * `(name) => \`Are you sure you want to delete ${name}? This action is permanent and cannot be undone.\`` (with the name emphasized).
200
+ */
201
+ deleteConfirmMessage?: (name: string) => ReactNode;
202
+ /**
203
+ * Consequences listed as bullets in the delete confirmation. Default:
204
+ * `['All shared configurations will be lost', 'Users who rely on it will lose access', 'Cannot be undone']`.
205
+ * Pass `[]` to render no list.
206
+ */
207
+ deleteConfirmConsequences?: string[];
208
+ /** Recipient-side "Remove from My List" action and confirmation label. Default: `'Remove from My List'`. */
209
+ unshareLabel?: string;
210
+ /** Title of the confirmation step shown before removing a shared item. Default: `'Remove from My List'`. */
211
+ unshareConfirmTitle?: string;
212
+ /**
213
+ * Returns the removal confirmation's body copy, given the item's display
214
+ * name. Default:
215
+ * `(name) => \`Remove ${name} from your list? You'll need a new invitation to access it again.\`` (with the name emphasized).
216
+ */
217
+ unshareConfirmMessage?: (name: string) => ReactNode;
218
+ /**
219
+ * Consequences listed as bullets in the removal confirmation. Default:
220
+ * `['You will lose access to this item', 'Other people keep their access', 'You will need a new invitation to get it back']`.
221
+ * Pass `[]` to render no list.
222
+ */
223
+ unshareConfirmConsequences?: string[];
224
+ /** Status text announced to assistive tech while a removal is in progress. Default: `'Removing'`. */
225
+ unsharingStatusLabel?: string;
226
+ /** Owner-side "Revoke access" action and confirmation label. Default: `'Revoke access'`. */
227
+ revokeShareLabel?: string;
228
+ /**
229
+ * Returns the "Revoke access" menu label when the number of users holding
230
+ * access is known, so the owner can see the blast radius before opening the
231
+ * confirmation. Falls back to `revokeShareLabel` when the count is unknown.
232
+ * Default: `(count) => \`Revoke access (${count})\``.
233
+ */
234
+ revokeShareLabelWithCount?: (count: number) => string;
235
+ /** Title of the confirmation step shown before revoking everyone's shared access. Default: `'Revoke access'`. */
236
+ revokeShareConfirmTitle?: string;
237
+ /**
238
+ * Returns the revoke confirmation's body copy, given the item's display
239
+ * name. Default:
240
+ * `(name) => \`Revoke shared access to ${name}? Anyone you shared it with will lose access.\`` (with the name emphasized).
241
+ */
242
+ revokeShareConfirmMessage?: (name: string) => ReactNode;
243
+ /**
244
+ * Consequences listed as bullets in the revoke confirmation. Default:
245
+ * `['Everyone you shared it with loses access', 'Existing share links stop working', 'You keep full access — nothing is deleted']`.
246
+ * Pass `[]` to render no list.
247
+ */
248
+ revokeShareConfirmConsequences?: string[];
249
+ /** Status text announced to assistive tech while a revoke is in progress. Default: `'Revoking access'`. */
250
+ revokingShareStatusLabel?: string;
251
+ /** Status text announced to assistive tech while a logout is in progress. Default: `'Logging out'`. */
252
+ loggingOutStatusLabel?: string;
253
+ /** Generic "Cancel" label, used by every confirmation step. Default: `'Cancel'`. */
254
+ cancelLabel?: string;
255
+ /** Status text announced to assistive tech while the primary Download action is in progress. Default: `'Downloading'`. */
256
+ downloadingStatusLabel?: string;
115
257
  }
116
258
  /** Typography class overrides for `DetailsPanel` text elements. */
117
259
  export interface ItemDetailsTypography {
118
- /** Typography class for the entity name. Default: `'dial-body-semi-text text-primary'`. */
260
+ /** Typography class for the entity name. Default: `'dial-body-semi-text'`. */
119
261
  nameClassName?: string;
120
- /** Typography class for the provider label below the entity name. Default: `'dial-tiny-text text-secondary'`. */
121
- providerClassName?: string;
262
+ /** Typography class for a sub-view header title (publish, share, credentials). Default: `'dial-body-semi-text'`. */
263
+ subViewTitleClassName?: string;
122
264
  /** Typography class for the version string. Default: `'dial-tiny-text'`. */
123
265
  versionClassName?: string;
124
- /** Typography class for the intro section caption. Default: `'dial-caption-text'`. */
125
- introCaptionClassName?: string;
126
- /** Typography class for section headings inside the intro/description content. Default: `'dial-small-semi-text'`. */
266
+ /** Typography class for section headings inside the description content. Default: `'dial-small-semi-text'`. */
127
267
  contentHeadingClassName?: string;
128
- /** Typography class for the intro/description body text. Default: `'dial-small-text'`. */
268
+ /** Typography class for the description body text. Default: `'dial-small-text'`. */
129
269
  contentClassName?: string;
270
+ /** Typography class for the file-count text beside the Content tab's file picker. Default: `'dial-tiny-text'`. */
271
+ contentFileCountClassName?: string;
130
272
  /** Typography class for Overview section headings. Default: `'dial-caption-text'`. */
131
273
  overviewSectionClassName?: string;
132
274
  /** Typography class for spec row labels (left column). Default: `'dial-small-semi-text'`. */
@@ -139,13 +281,108 @@ export interface ItemDetailsTypography {
139
281
  folderLabelClassName?: string;
140
282
  /** Typography class applied to the leaf (last) folder path segment. Default: `'dial-tiny-semi-text'`. */
141
283
  folderLeafClassName?: string;
142
- /** Typography class for the credentials section's signed-in/signed-out status label. Default: `'dial-small-semi-text text-primary'`. */
143
- credentialsStatusLabelClassName?: string;
284
+ /** Typography class for a confirmation step's body copy and consequence bullets. Default: `'dial-small-text'`. */
285
+ confirmMessageClassName?: string;
286
+ /** Typography class for the credentials-management sub-screen's description. Default: `'dial-body-paragraph-text'`. */
287
+ credentialsDescriptionClassName?: string;
288
+ /** Typography class for a credentials row's title. Default: `'dial-small-semi-text'`. */
289
+ credentialsRowLabelClassName?: string;
290
+ /** Typography class for a credentials row's description. Default: `'dial-small-text'`. */
291
+ credentialsRowDescriptionClassName?: string;
292
+ /** Typography class for the empty-API-key validation message. Default: `'dial-caption-text'`. */
293
+ credentialsErrorClassName?: string;
294
+ /** Typography class for the configured-API-key card's title. Default: `'dial-tiny-semi-text'`. */
295
+ credentialsKeyCardTitleClassName?: string;
296
+ /** Typography class for the configured-API-key card's description. Default: `'dial-tiny-text'`. */
297
+ credentialsKeyCardDescriptionClassName?: string;
298
+ }
299
+ /**
300
+ * Color overrides for `DetailsPanel` and everything it renders, applied as CSS
301
+ * custom properties on the panel root so they cascade into the nested header,
302
+ * credentials, summary, spec-grid and tools sections.
303
+ */
304
+ export interface ItemDetailsColors {
305
+ /** Backdrop overlay color behind the panel. Fallback: `--bg-backdrop`. */
306
+ backdrop?: string;
307
+ /** Panel surface background. Fallback: `--bg-layer-raised`. */
308
+ background?: string;
309
+ /** Panel's leading-edge border color (desktop only). Fallback: `--stroke-secondary`. */
310
+ border?: string;
311
+ /** Horizontal divider color between panel sections. Fallback: `--stroke-tertiary`. */
312
+ divider?: string;
313
+ /** Scrollbar thumb color of the scrollable content area. Fallback: `--stroke-secondary`. */
314
+ scrollbar?: string;
315
+ /** Shimmer color of the tab-row loading skeleton. Fallback: `--bg-layer-4`. */
316
+ skeleton?: string;
317
+ /** Entity name text color in the header. Fallback: `--text-primary`. */
318
+ nameText?: string;
319
+ /** Title text color of a sub-view (publish or a confirmation step). Fallback: `--text-primary`. */
320
+ publishTitleText?: string;
321
+ /** Border color of the "current version" tag. Fallback: `--stroke-tertiary`. */
322
+ versionTagBorder?: string;
323
+ /** Background color of the "current version" tag. Fallback: `--bg-accent-primary-alpha`. */
324
+ versionTagBackground?: string;
325
+ /** Text color of the "current version" tag. Fallback: `--text-accent`. */
326
+ versionTagText?: string;
327
+ /** Body text color of the Content tab. Fallback: `--text-primary`. */
328
+ contentText?: string;
329
+ /** Text color of a `{{placeholder}}` token in the Content tab's body. Fallback: `--text-prompt-parameter`. */
330
+ variableText?: string;
331
+ /** File-count text color beside the Content tab's file picker. Fallback: `--text-secondary`. */
332
+ contentFileCountText?: string;
333
+ /** Heading color of the API section. Fallback: `--text-secondary`. */
334
+ apiHeadingText?: string;
335
+ /** Divider color between tool entries. Fallback: `--stroke-tertiary`. */
336
+ toolsDivider?: string;
337
+ /** Tool description text color. Fallback: `--text-secondary`. */
338
+ toolsDescriptionText?: string;
339
+ /** Spec-grid outer border color. Fallback: `--stroke-secondary`. */
340
+ gridBorder?: string;
341
+ /** Spec-grid header text color. Fallback: `--text-secondary`. */
342
+ gridHeaderText?: string;
343
+ /** Spec-grid header background. Fallback: `--bg-layer-1`. */
344
+ gridHeaderBackground?: string;
345
+ /** Spec-grid cell text color. Fallback: `--text-primary`. */
346
+ gridCellText?: string;
347
+ /** Spec-grid cell top-border color. Fallback: `--stroke-secondary`. */
348
+ gridCellDivider?: string;
349
+ /** Spec-grid even-row background. Fallback: `--bg-layer-7`. */
350
+ gridRowEvenBackground?: string;
351
+ /** `InfoCard` surface color in its `Info` variant. Fallback: `--bg-info`. */
352
+ infoCardBackground?: string;
353
+ /** `InfoCard` surface color in its `Danger` variant. Fallback: `--bg-error`. */
354
+ infoCardDangerBackground?: string;
355
+ /** Confirmation body-copy text color. Fallback: `--text-primary`. */
356
+ confirmMessageText?: string;
357
+ /** Confirmation consequence-bullet text color. Fallback: `--text-secondary`. */
358
+ confirmConsequenceText?: string;
359
+ /** Top border color of the confirmation action row. Fallback: `--stroke-tertiary`. */
360
+ confirmFooterBorder?: string;
361
+ /** Background of the credentials sub-screen's identity card and its rows' icon chips. Fallback: `--bg-layer-sunken`. */
362
+ credentialsSurfaceBackground?: string;
363
+ /** Color of the checkmark marking the credentials level currently in effect. Fallback: `--text-success`. */
364
+ credentialsActiveIcon?: string;
365
+ /** Text color of the credentials sub-screen's description. Fallback: `--text-primary`. */
366
+ credentialsDescriptionText?: string;
367
+ /** Text color of a credentials row's description. Fallback: `--text-tertiary`. */
368
+ credentialsRowDescriptionText?: string;
369
+ /** Text color of the empty-API-key validation message. Fallback: `--text-error`. */
370
+ credentialsErrorText?: string;
371
+ /** Surface color of the credentials status card used by the banner, the configured-key card, and the personal API-key popover. Fallback: `--bg-layer-base`. */
372
+ credentialsCardBackground?: string;
373
+ /** Color of the credentials status card's leading icon. Fallback: `--text-secondary`. */
374
+ credentialsCardIcon?: string;
375
+ /** Title text color of the credentials status card. Fallback: `--text-primary`. */
376
+ credentialsCardTitleText?: string;
377
+ /** Description text color of the credentials status card. Fallback: `--text-secondary`. */
378
+ credentialsCardDescriptionText?: string;
144
379
  }
145
380
  /** Grouped style overrides for `DetailsPanel`. */
146
381
  export interface ItemDetailsStyles {
147
382
  /** Typography class overrides for text elements. */
148
383
  typography?: ItemDetailsTypography;
384
+ /** Color overrides applied as CSS custom properties on the panel root. */
385
+ colors?: ItemDetailsColors;
149
386
  }
150
387
  /** Props for `DetailsPanel`. */
151
388
  export interface DetailsPanelProps {
@@ -164,6 +401,12 @@ export interface DetailsPanelProps {
164
401
  onClose: () => void;
165
402
  /** Called when the star/favorite button is toggled. */
166
403
  onToggleFavorite?: (id: string, isStarred: boolean) => void;
404
+ /**
405
+ * Additional caller-supplied rule for whether the "Remove from My List"
406
+ * action is shown, combined (AND) with the built-in
407
+ * `sharedWithMe`/`isMyApp` rule. Defaults to `true` when absent.
408
+ */
409
+ isUnshareVisible?: (item: CatalogItem) => boolean;
167
410
  /** Called when the "Use in chat" button is clicked. */
168
411
  onUseInChat?: (item: CatalogItem) => void;
169
412
  /** Controls whether the primary action button is shown for the item. */
@@ -188,32 +431,79 @@ export interface DetailsPanelProps {
188
431
  publishLoadingPaths?: Set<string>;
189
432
  /** Resolves whether the current user can publish to a given folder path. */
190
433
  hasPublishWriteAccess?: (folderPath: string[]) => boolean;
191
- /** Called with the destination folder path when the user confirms publish/update. */
192
- onPublish?: (item: CatalogItem, folderPath: string[]) => Promise<void>;
434
+ /** Called with the destination folder path and current access rules when the user confirms publish/update. */
435
+ onPublish?: (item: CatalogItem, folderPath: string[], rules: PublicationRule[]) => Promise<void>;
193
436
  /** Called after a successful publish; use this to surface a success notification. */
194
437
  onPublishSuccess?: (item: CatalogItem, folderPath: string[]) => void;
438
+ /** Called with the rejection reason when a publish request fails; use this to surface an error notification. */
439
+ onPublishError?: (item: CatalogItem, folderPath: string[], error: unknown) => void;
195
440
  /** Called when the user confirms a new folder name in the publish flow. */
196
441
  onCreatePublishFolder?: (parentPath: string[], name: string) => void;
197
442
  /** Text overrides forwarded to the publish flow. */
198
- publishTexts?: PublishPanelTexts & PublishFooterTexts;
443
+ publishLabels?: PublishPanelLabels & PublishFooterLabels;
444
+ /** Options offered in the access-rules editor's source picker. Defaults to `[]` when absent. */
445
+ ruleSourceOptions?: string[];
446
+ /**
447
+ * Resolves the access rules already configured for a destination folder,
448
+ * called whenever the selected folder changes. The result fully replaces
449
+ * the rules editor's contents. Omit to skip pre-filling entirely.
450
+ */
451
+ onFetchExistingRules?: (folderPath: string[]) => Promise<PublicationRule[]>;
199
452
  /**
200
453
  * Renders the Share popover content anchored to the Share button. When
201
454
  * provided, clicking Share opens this popover instead of calling `onShare`.
202
455
  */
203
456
  shareOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
204
457
  /**
205
- * Renders the Connect popover content anchored to the Connect button. When
206
- * absent, the Connect button is never shown there is no non-overlay
207
- * fallback action.
208
- */
209
- connectOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
210
- /**
211
- * Controls whether the "Connect" action is shown for the item. When
212
- * absent, the Connect button is never shown.
458
+ * Additional caller-supplied rule for whether the "Share" action is shown
459
+ * for the item, combined (AND) with the built-in ownership/type rule.
460
+ * Absent means the built-in rule alone decides.
213
461
  */
214
- isConnectVisible?: (item: CatalogItem) => boolean;
462
+ isShareVisible?: (item: CatalogItem) => boolean;
215
463
  /** Called when the "Edit" button is clicked. Shown only when the item's `isEditable` is `true`. */
216
464
  onEdit?: (item: CatalogItem) => void;
465
+ /**
466
+ * Called when the "Download" action is clicked, with no confirmation step.
467
+ * When "Download" renders in the Manage menu (see `isDownloadPrimary`), the
468
+ * panel does not await the result or show a pending state, so the host
469
+ * owns any progress and failure feedback. When "Download" is the primary
470
+ * action, the panel awaits this call and shows a pending/disabled state
471
+ * for its duration; the host still owns failure feedback either way.
472
+ */
473
+ onDownload?: (item: CatalogItem) => Promise<void> | void;
474
+ /**
475
+ * Narrows which items offer the "Download" action. Defaults to `true`
476
+ * (visible for every item) whenever `onDownload` is supplied.
477
+ */
478
+ isDownloadVisible?: (item: CatalogItem) => boolean;
479
+ /**
480
+ * Resolves whether an item's Download action renders as the primary action
481
+ * (in the same slot as "Use in chat") instead of a Manage-menu entry.
482
+ * Defaults to `item.type === CatalogEntityType.Skill`. An item whose
483
+ * Download is primary never also shows it in the Manage menu.
484
+ */
485
+ isDownloadPrimary?: (item: CatalogItem) => boolean;
486
+ /**
487
+ * Resolves the text of a file picked in the Content tab, given its opaque
488
+ * `id`. The panel shows a loading state while it is pending and renders the
489
+ * resolved text as the body; resolving `undefined` or rejecting leaves the
490
+ * body showing `texts.contentFileErrorLabel`. Superseded by
491
+ * `onLoadContentFilePreview` for a given pick when both are supplied.
492
+ */
493
+ onLoadContentFile?: (fileId: string) => Promise<string | undefined>;
494
+ /**
495
+ * Resolves a picked file's typed preview, given its opaque `id`. Takes
496
+ * precedence over `onLoadContentFile` when both are supplied. Resolving
497
+ * `undefined` or rejecting leaves the body showing
498
+ * `texts.contentFileErrorLabel`.
499
+ */
500
+ onLoadContentFilePreview?: (fileId: string) => Promise<CatalogContentFilePreview | undefined>;
501
+ /**
502
+ * Renders a picked file through a host-owned preview surface. Takes
503
+ * precedence over both loading callbacks. The file id is opaque to the
504
+ * panel; `fileName` is the basename resolved from the supplied tree.
505
+ */
506
+ renderContentFilePreview?: (fileId: string, fileName: string) => ReactNode;
217
507
  /**
218
508
  * Called immediately when the "Delete" button is clicked, with no
219
509
  * confirmation step. Shown only when the item's `isMyApp` is `true` and
@@ -221,6 +511,35 @@ export interface DetailsPanelProps {
221
511
  * button shows a disabled state while pending.
222
512
  */
223
513
  onDelete?: (item: CatalogItem) => Promise<void> | void;
514
+ /**
515
+ * Called when removal is confirmed via the confirmation popup, for an item
516
+ * shared with the current user (`sharedWithMe: true`). May return a
517
+ * promise; the popup shows a loading state and prevents duplicate
518
+ * submission while pending.
519
+ */
520
+ onUnshare?: (item: CatalogItem) => Promise<void> | void;
521
+ /**
522
+ * Called when revocation is confirmed for an item the current user owns
523
+ * (`isMyApp: true`), removing every recipient's shared access at once. May
524
+ * return a promise; the confirmation shows a loading state and prevents
525
+ * duplicate submission while pending. The item stays in the owner's
526
+ * catalog, so the panel returns to its details content on success.
527
+ */
528
+ onRevokeShare?: (item: CatalogItem) => Promise<void> | void;
529
+ /**
530
+ * Resolves how many users currently hold shared access to an owned item.
531
+ * Called when the owner opens the Manage menu, so "Revoke access" is gated
532
+ * and labelled on a count that is never stale. `0` hides the action;
533
+ * `undefined` (or a rejection) leaves it reachable without a count. Omit to
534
+ * offer the action for every owned item.
535
+ */
536
+ onFetchRecipientsCount?: (item: CatalogItem) => Promise<number | undefined>;
537
+ /**
538
+ * Additional caller-supplied rule for whether "Revoke access" is shown,
539
+ * combined (AND) with the built-in `isMyApp` rule and the recipient count.
540
+ * Defaults to `true` when absent.
541
+ */
542
+ isRevokeShareVisible?: (item: CatalogItem) => boolean;
224
543
  /**
225
544
  * Called when the credentials login form is submitted. `level` identifies
226
545
  * which credentials slot the call applies to (`USER` for the current
@@ -1 +1 @@
1
- {"version":3,"file":"item-details-props.d.ts","sourceRoot":"","sources":["../../src/models/item-details-props.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"item-details-props.d.ts","sourceRoot":"","sources":["../../src/models/item-details-props.ts"],"names":[],"mappings":"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"}
@@ -17,13 +17,7 @@ export interface OverviewSection {
17
17
  /** Ordered spec rows. */
18
18
  specs: OverviewSpec[];
19
19
  }
20
- /**
21
- * Structured data powering the Overview tab of `DetailsPanel`.
22
- *
23
- * Recommended source format: a TypeScript file per entity type (or per provider)
24
- * exporting a `Record<string, CatalogItemOverview>` keyed by item id.
25
- * Example: `export const MODEL_OVERVIEWS: Record<string, CatalogItemOverview> = { 'gpt-4o': { sections: [...] } }`.
26
- */
20
+ /** Structured data powering the Overview tab of `DetailsPanel`. */
27
21
  export interface CatalogItemOverview {
28
22
  /** Ordered list of spec sections shown in the Overview tab. */
29
23
  sections: OverviewSection[];
@@ -1 +1 @@
1
- {"version":3,"file":"item-overview.d.ts","sourceRoot":"","sources":["../../src/models/item-overview.ts"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,MAAM,WAAW,YAAY;IAC3B,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;CACzB;AAED,sDAAsD;AACtD,MAAM,WAAW,eAAe;IAC9B,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,yBAAyB;IACzB,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,mBAAmB;IAClC,+DAA+D;IAC/D,QAAQ,EAAE,eAAe,EAAE,CAAC;CAC7B"}
1
+ {"version":3,"file":"item-overview.d.ts","sourceRoot":"","sources":["../../src/models/item-overview.ts"],"names":[],"mappings":"AAAA,kDAAkD;AAClD,MAAM,WAAW,YAAY;IAC3B,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;CACzB;AAED,sDAAsD;AACtD,MAAM,WAAW,eAAe;IAC9B,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,yBAAyB;IACzB,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAED,mEAAmE;AACnE,MAAM,WAAW,mBAAmB;IAClC,+DAA+D;IAC/D,QAAQ,EAAE,eAAe,EAAE,CAAC;CAC7B"}