@epam/ai-dial-catalog 1.1.0-dev.21 → 1.1.0-dev.214

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