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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/components/AppIdentity/AppIdentity.d.ts +9 -14
  2. package/components/AppIdentity/AppIdentity.d.ts.map +1 -1
  3. package/components/CardGrid/Card.d.ts.map +1 -1
  4. package/components/CardGrid/CardGrid.d.ts.map +1 -1
  5. package/components/CardGrid/CardRowRenderer.d.ts.map +1 -1
  6. package/components/CardTag/CardTag.d.ts +24 -0
  7. package/components/CardTag/CardTag.d.ts.map +1 -0
  8. package/components/Catalog/Catalog.d.ts +1 -5
  9. package/components/Catalog/Catalog.d.ts.map +1 -1
  10. package/components/Catalog/CreateButton.d.ts +2 -2
  11. package/components/Catalog/CreateButton.d.ts.map +1 -1
  12. package/components/CredentialsBadge/CredentialsBadge.d.ts +12 -5
  13. package/components/CredentialsBadge/CredentialsBadge.d.ts.map +1 -1
  14. package/components/Details/ApiDetails.d.ts +6 -2
  15. package/components/Details/ApiDetails.d.ts.map +1 -1
  16. package/components/Details/ConfirmationView/ConfirmationFooter.d.ts +29 -0
  17. package/components/Details/ConfirmationView/ConfirmationFooter.d.ts.map +1 -0
  18. package/components/Details/ConfirmationView/ConfirmationView.d.ts +28 -0
  19. package/components/Details/ConfirmationView/ConfirmationView.d.ts.map +1 -0
  20. package/components/Details/Credentials/CredentialsBanner/CredentialsBanner.d.ts +16 -0
  21. package/components/Details/Credentials/CredentialsBanner/CredentialsBanner.d.ts.map +1 -0
  22. package/components/Details/Credentials/CredentialsIdentityIcon/CredentialsIdentityIcon.d.ts +29 -0
  23. package/components/Details/Credentials/CredentialsIdentityIcon/CredentialsIdentityIcon.d.ts.map +1 -0
  24. package/components/Details/Credentials/CredentialsInfoCard/CredentialsInfoCard.d.ts +20 -0
  25. package/components/Details/Credentials/CredentialsInfoCard/CredentialsInfoCard.d.ts.map +1 -0
  26. package/components/Details/Credentials/CredentialsManagementPanel/CredentialsManagementPanel.d.ts +31 -0
  27. package/components/Details/Credentials/CredentialsManagementPanel/CredentialsManagementPanel.d.ts.map +1 -0
  28. package/components/Details/DetailsPanel.d.ts.map +1 -1
  29. package/components/Details/Header/CredentialsApiKeyOverlay/CredentialsApiKeyOverlay.d.ts +34 -0
  30. package/components/Details/Header/CredentialsApiKeyOverlay/CredentialsApiKeyOverlay.d.ts.map +1 -0
  31. package/components/Details/Header/Header.d.ts +92 -19
  32. package/components/Details/Header/Header.d.ts.map +1 -1
  33. package/components/Details/Header/ShareButton/ShareButton.d.ts +6 -0
  34. package/components/Details/Header/ShareButton/ShareButton.d.ts.map +1 -1
  35. package/components/Details/TabsContent/About.d.ts +3 -2
  36. package/components/Details/TabsContent/About.d.ts.map +1 -1
  37. package/components/Details/TabsContent/Content.d.ts +53 -0
  38. package/components/Details/TabsContent/Content.d.ts.map +1 -0
  39. package/components/Details/TabsContent/ContentFileTree/ContentFileTree.d.ts +28 -0
  40. package/components/Details/TabsContent/ContentFileTree/ContentFileTree.d.ts.map +1 -0
  41. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts +1 -1
  42. package/components/Details/TabsContent/DataGrid/DataGrid.d.ts.map +1 -1
  43. package/components/Details/TabsContent/Limits/LimitGroupSection.d.ts +11 -0
  44. package/components/Details/TabsContent/Limits/LimitGroupSection.d.ts.map +1 -0
  45. package/components/Details/TabsContent/Limits/LimitRow.d.ts +10 -0
  46. package/components/Details/TabsContent/Limits/LimitRow.d.ts.map +1 -0
  47. package/components/Details/TabsContent/Limits/Limits.d.ts +5 -0
  48. package/components/Details/TabsContent/Limits/Limits.d.ts.map +1 -0
  49. package/components/Favorites/FavoriteCard.d.ts +9 -4
  50. package/components/Favorites/FavoriteCard.d.ts.map +1 -1
  51. package/components/Favorites/Favorites.d.ts.map +1 -1
  52. package/components/Filter/Filter.d.ts +42 -6
  53. package/components/Filter/Filter.d.ts.map +1 -1
  54. package/components/InfoCard/InfoCard.d.ts +15 -0
  55. package/components/InfoCard/InfoCard.d.ts.map +1 -0
  56. package/components/ListView/ListView.d.ts +1 -5
  57. package/components/ListView/ListView.d.ts.map +1 -1
  58. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts +1 -0
  59. package/components/ListView/Renders/EntityTypeCellRenderer.d.ts.map +1 -1
  60. package/components/ListView/Renders/FolderCellRenderer.d.ts +1 -0
  61. package/components/ListView/Renders/FolderCellRenderer.d.ts.map +1 -1
  62. package/components/ListView/Renders/NameCellRenderer.d.ts +1 -0
  63. package/components/ListView/Renders/NameCellRenderer.d.ts.map +1 -1
  64. package/components/ListView/Renders/StarCellRenderer.d.ts +1 -0
  65. package/components/ListView/Renders/StarCellRenderer.d.ts.map +1 -1
  66. package/components/ListView/Renders/TagsCellRenderer.d.ts +1 -0
  67. package/components/ListView/Renders/TagsCellRenderer.d.ts.map +1 -1
  68. package/components/ListView/columns.d.ts +2 -1
  69. package/components/ListView/columns.d.ts.map +1 -1
  70. package/components/StarToggleButton/StarToggleButton.d.ts +2 -0
  71. package/components/StarToggleButton/StarToggleButton.d.ts.map +1 -1
  72. package/components/TableView/TableView.d.ts +19 -0
  73. package/components/TableView/TableView.d.ts.map +1 -1
  74. package/components/Toolbar/Rows/TitleRow.d.ts +4 -3
  75. package/components/Toolbar/Rows/TitleRow.d.ts.map +1 -1
  76. package/components/Toolbar/Toolbar.d.ts.map +1 -1
  77. package/components/TopicTag/TopicTag.d.ts +12 -7
  78. package/components/TopicTag/TopicTag.d.ts.map +1 -1
  79. package/index.css +1 -1
  80. package/index.d.ts +21 -34
  81. package/index.d.ts.map +1 -1
  82. package/index.js +47934 -10596
  83. package/models/app-identity-styles.d.ts +28 -0
  84. package/models/app-identity-styles.d.ts.map +1 -0
  85. package/models/card-props.d.ts +22 -14
  86. package/models/card-props.d.ts.map +1 -1
  87. package/models/card-row-data.d.ts +5 -1
  88. package/models/card-row-data.d.ts.map +1 -1
  89. package/models/catalog-item-credentials.d.ts +4 -0
  90. package/models/catalog-item-credentials.d.ts.map +1 -1
  91. package/models/catalog-item.d.ts +3 -6
  92. package/models/catalog-item.d.ts.map +1 -1
  93. package/models/catalog-props.d.ts +158 -33
  94. package/models/catalog-props.d.ts.map +1 -1
  95. package/models/catalog-styles.d.ts +4 -41
  96. package/models/catalog-styles.d.ts.map +1 -1
  97. package/models/favorites.d.ts +24 -8
  98. package/models/favorites.d.ts.map +1 -1
  99. package/models/grid-context.d.ts +6 -1
  100. package/models/grid-context.d.ts.map +1 -1
  101. package/models/grid-props.d.ts +13 -1
  102. package/models/grid-props.d.ts.map +1 -1
  103. package/models/item-details-data.d.ts +94 -4
  104. package/models/item-details-data.d.ts.map +1 -1
  105. package/models/item-details-props.d.ts +457 -57
  106. package/models/item-details-props.d.ts.map +1 -1
  107. package/models/item-overview.d.ts +1 -7
  108. package/models/item-overview.d.ts.map +1 -1
  109. package/models/limits-props.d.ts +61 -0
  110. package/models/limits-props.d.ts.map +1 -0
  111. package/models/list-props.d.ts +27 -4
  112. package/models/list-props.d.ts.map +1 -1
  113. package/models/toolbar-props.d.ts +7 -21
  114. package/models/toolbar-props.d.ts.map +1 -1
  115. package/package.json +5 -6
  116. package/types/catalog-content-type.d.ts +13 -0
  117. package/types/catalog-content-type.d.ts.map +1 -0
  118. package/types/deployment-icon-size.d.ts +5 -0
  119. package/types/deployment-icon-size.d.ts.map +1 -0
  120. package/types/detail-tab.d.ts +4 -1
  121. package/types/detail-tab.d.ts.map +1 -1
  122. package/types/details-confirmation.d.ts +28 -0
  123. package/types/details-confirmation.d.ts.map +1 -0
  124. package/types/recipients-count.d.ts +12 -0
  125. package/types/recipients-count.d.ts.map +1 -0
  126. package/types/toolset-auth.d.ts +9 -0
  127. package/types/toolset-auth.d.ts.map +1 -1
  128. package/utils/catalog-content-tree.d.ts +8 -0
  129. package/utils/catalog-content-tree.d.ts.map +1 -0
  130. package/utils/catalog-filter.d.ts +1 -0
  131. package/utils/catalog-filter.d.ts.map +1 -1
  132. package/utils/catalog-sort.d.ts +1 -8
  133. package/utils/catalog-sort.d.ts.map +1 -1
  134. package/utils/catalog-tabs.d.ts +2 -2
  135. package/utils/catalog-tabs.d.ts.map +1 -1
  136. package/utils/styles.d.ts +1 -3
  137. package/utils/styles.d.ts.map +1 -1
  138. package/utils/toolset-credentials.d.ts +6 -19
  139. package/utils/toolset-credentials.d.ts.map +1 -1
  140. package/utils/usage-limits.d.ts +15 -0
  141. package/utils/usage-limits.d.ts.map +1 -0
  142. package/utils/use-fav-columns.d.ts +1 -4
  143. package/utils/use-fav-columns.d.ts.map +1 -1
  144. package/utils/use-scroll-virtualizer.d.ts +1 -9
  145. package/utils/use-scroll-virtualizer.d.ts.map +1 -1
  146. package/components/Details/Credentials/CredentialsSection.d.ts +0 -21
  147. package/components/Details/Credentials/CredentialsSection.d.ts.map +0 -1
  148. package/components/Details/Header/ConnectButton/ConnectButton.d.ts +0 -25
  149. package/components/Details/Header/ConnectButton/ConnectButton.d.ts.map +0 -1
  150. package/components/Details/Header/DeleteButton/DeleteButton.d.ts +0 -25
  151. package/components/Details/Header/DeleteButton/DeleteButton.d.ts.map +0 -1
  152. package/components/Details/Summary/Limits.d.ts +0 -18
  153. package/components/Details/Summary/Limits.d.ts.map +0 -1
  154. package/components/Details/Summary/Summary.d.ts +0 -12
  155. package/components/Details/Summary/Summary.d.ts.map +0 -1
  156. package/components/Details/TabsContent/Limits.d.ts +0 -14
  157. package/components/Details/TabsContent/Limits.d.ts.map +0 -1
  158. package/components/EntityHeader/EntityHeader.d.ts +0 -32
  159. package/components/EntityHeader/EntityHeader.d.ts.map +0 -1
  160. package/components/EntityTypeLabel/EntityTypeLabel.d.ts +0 -16
  161. package/components/EntityTypeLabel/EntityTypeLabel.d.ts.map +0 -1
  162. package/components/FeaturedChip/FeaturedChip.d.ts +0 -11
  163. package/components/FeaturedChip/FeaturedChip.d.ts.map +0 -1
  164. package/components/FolderPath/FolderPath.d.ts +0 -25
  165. package/components/FolderPath/FolderPath.d.ts.map +0 -1
  166. package/components/ItemHeader/ItemHeader.d.ts +0 -14
  167. package/components/ItemHeader/ItemHeader.d.ts.map +0 -1
  168. package/components/PublishFoldersTree/PublishFoldersTree.d.ts +0 -72
  169. package/components/PublishFoldersTree/PublishFoldersTree.d.ts.map +0 -1
  170. package/components/PublishHistoryList/PublishHistoryList.d.ts +0 -44
  171. package/components/PublishHistoryList/PublishHistoryList.d.ts.map +0 -1
  172. package/components/PublishPanel/PublishFooter.d.ts +0 -37
  173. package/components/PublishPanel/PublishFooter.d.ts.map +0 -1
  174. package/components/PublishPanel/PublishPanel.d.ts +0 -109
  175. package/components/PublishPanel/PublishPanel.d.ts.map +0 -1
  176. package/components/PublishPanel/StandalonePublishPanel.d.ts +0 -90
  177. package/components/PublishPanel/StandalonePublishPanel.d.ts.map +0 -1
  178. package/components/SearchBar/SearchBar.d.ts +0 -29
  179. package/components/SearchBar/SearchBar.d.ts.map +0 -1
  180. package/constants/catalog-defaults.d.ts +0 -4
  181. package/constants/catalog-defaults.d.ts.map +0 -1
  182. package/constants/entity-colors.d.ts +0 -6
  183. package/constants/entity-colors.d.ts.map +0 -1
  184. package/models/entity-summary.d.ts +0 -23
  185. package/models/entity-summary.d.ts.map +0 -1
  186. package/models/publish.d.ts +0 -89
  187. package/models/publish.d.ts.map +0 -1
  188. package/models/sort.d.ts +0 -8
  189. package/models/sort.d.ts.map +0 -1
  190. package/types/entity-tag.d.ts +0 -9
  191. package/types/entity-tag.d.ts.map +0 -1
  192. package/types/entity-type.d.ts +0 -11
  193. package/types/entity-type.d.ts.map +0 -1
  194. package/utils/format-published-date.d.ts +0 -8
  195. package/utils/format-published-date.d.ts.map +0 -1
  196. package/utils/parse-about-content.d.ts +0 -32
  197. package/utils/parse-about-content.d.ts.map +0 -1
  198. package/utils/publish-folder-tree.d.ts +0 -45
  199. package/utils/publish-folder-tree.d.ts.map +0 -1
  200. package/utils/publish-state.d.ts +0 -9
  201. package/utils/publish-state.d.ts.map +0 -1
  202. package/utils/use-publish-flow.d.ts +0 -77
  203. package/utils/use-publish-flow.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"use-scroll-virtualizer.d.ts","sourceRoot":"","sources":["../../src/utils/use-scroll-virtualizer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA+B,MAAM,OAAO,CAAC;AAyBpE,8CAA8C;AAC9C,MAAM,WAAW,uBAAuB;IACtC,2DAA2D;IAC3D,YAAY,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC/C,oDAAoD;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,mDAAmD;IACnD,MAAM,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,WAAW,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,oBAAoB,GAC/B,WAAW,MAAM,EACjB,iBAAY,KACX,uBAkEF,CAAC"}
1
+ {"version":3,"file":"use-scroll-virtualizer.d.ts","sourceRoot":"","sources":["../../src/utils/use-scroll-virtualizer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA+B,MAAM,OAAO,CAAC;AAyBpE,8CAA8C;AAC9C,MAAM,WAAW,uBAAuB;IACtC,2DAA2D;IAC3D,YAAY,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC/C,oDAAoD;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,mDAAmD;IACnD,MAAM,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,WAAW,EAAE,MAAM,CAAC;IACpB,0CAA0C;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,6HAA6H;AAC7H,eAAO,MAAM,oBAAoB,GAC/B,WAAW,MAAM,EACjB,iBAAY,KACX,uBAkEF,CAAC"}
@@ -1,21 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItem } from '../../../models/catalog-item';
3
- import { ItemDetailsTexts } from '../../../models/item-details-props';
4
- import { CredentialsLevel } from '../../../types/toolset-auth';
5
- interface CredentialsSectionProps {
6
- item: CatalogItem;
7
- onLogin?: (item: CatalogItem, params: {
8
- level: CredentialsLevel;
9
- apiKey?: string;
10
- }) => void;
11
- onLogout?: (item: CatalogItem, params: {
12
- level: CredentialsLevel;
13
- }) => void;
14
- texts?: ItemDetailsTexts;
15
- /** Typography class for the signed-in/signed-out status label. Default: `'dial-small-semi-text text-primary'`. */
16
- statusLabelClassName?: string;
17
- }
18
- /** Inline login/logout section shown below the details panel header when the credentials action is expanded. */
19
- export declare const CredentialsSection: FC<CredentialsSectionProps>;
20
- export {};
21
- //# sourceMappingURL=CredentialsSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CredentialsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Credentials/CredentialsSection.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EACL,gBAAgB,EAIjB,MAAM,6BAA6B,CAAC;AAMrC,UAAU,uBAAuB;IAC/B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,CAAC,EAAE,CACR,IAAI,EAAE,WAAW,EACjB,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KACjD,IAAI,CAAC;IACV,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE;QAAE,KAAK,EAAE,gBAAgB,CAAA;KAAE,KAAK,IAAI,CAAC;IAC5E,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,kHAAkH;IAClH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AA+GD,gHAAgH;AAChH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAqG1D,CAAC"}
@@ -1,25 +0,0 @@
1
- import { FC, ReactNode } from 'react';
2
- import { CatalogItem } from '../../../../models/catalog-item';
3
- /** Props for {@link ConnectButton}. */
4
- interface ConnectButtonProps {
5
- /** The catalog item to connect. */
6
- item: CatalogItem;
7
- /**
8
- * Renders the Connect popover content anchored to the button. When
9
- * absent, the Connect button is never shown.
10
- */
11
- connectOverlay?: (item: CatalogItem, onClose: () => void) => ReactNode;
12
- /** Controls whether the button is shown for the item. When absent or `false`, nothing renders. */
13
- isConnectVisible?: (item: CatalogItem) => boolean;
14
- /** Connect button label. Defaults to `'Connect'`. */
15
- label?: string;
16
- }
17
- /**
18
- * Connect action button for the details header. Renders nothing unless
19
- * both `isConnectVisible(item)` returns `true` and `connectOverlay` is
20
- * supplied — there is no non-overlay fallback action. Clicking the button
21
- * opens `connectOverlay` in an anchored dropdown.
22
- */
23
- export declare const ConnectButton: FC<ConnectButtonProps>;
24
- export {};
25
- //# sourceMappingURL=ConnectButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConnectButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/ConnectButton/ConnectButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,uCAAuC;AACvC,UAAU,kBAAkB;IAC1B,mCAAmC;IACnC,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC;IACvE,kGAAkG;IAClG,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IAClD,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAuChD,CAAC"}
@@ -1,25 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItem } from '../../../../models/catalog-item';
3
- import { ItemDetailsTexts } from '../../../../models/item-details-props';
4
- /** Props for {@link DeleteButton}. */
5
- interface DeleteButtonProps {
6
- /** The catalog item to delete. */
7
- item: CatalogItem;
8
- /**
9
- * Called when the Delete button is clicked. May return a promise; the
10
- * button shows a disabled state while pending.
11
- */
12
- onDelete?: (item: CatalogItem) => Promise<void> | void;
13
- /** Called after `onDelete` resolves successfully, e.g. to close the whole details panel. */
14
- onDeleted?: () => void;
15
- /** Text overrides for the button label. */
16
- texts?: ItemDetailsTexts;
17
- }
18
- /**
19
- * Delete action button for the details header. Renders nothing for items the
20
- * current user doesn't own or that aren't deletable. Clicking it calls
21
- * `onDelete` immediately, with no confirmation step.
22
- */
23
- export declare const DeleteButton: FC<DeleteButtonProps>;
24
- export {};
25
- //# sourceMappingURL=DeleteButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DeleteButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Header/DeleteButton/DeleteButton.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,sCAAsC;AACtC,UAAU,iBAAiB;IACzB,kCAAkC;IAClC,IAAI,EAAE,WAAW,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACvD,4FAA4F;IAC5F,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,gBAAgB,CAAC;CAC1B;AAYD;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA8C9C,CAAC"}
@@ -1,18 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItemSummary } from '../../../models/entity-summary';
3
- /** Props for `Limits`. */
4
- export interface LimitsProps {
5
- /** Summary data to render. */
6
- summary: CatalogItemSummary;
7
- /** Label shown above the daily-limit progress bar. Default: `'Daily limit'`. */
8
- dailyLimitLabel?: string;
9
- /** CSS class applied to the tag chip text. Defaults to `'dial-tiny-text'`. */
10
- tagClassName?: string;
11
- /** CSS class applied to the progress bar label. Defaults to `'dial-caption-text'`. */
12
- limitLabelClassName?: string;
13
- /** CSS class applied to the reset cadence string. Defaults to `'dial-tiny-text'`. */
14
- limitResetClassName?: string;
15
- }
16
- /** Renders the header summary block: entity tag, badge image, and daily-limit progress bar. */
17
- export declare const Limits: FC<LimitsProps>;
18
- //# sourceMappingURL=Limits.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Limits.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Summary/Limits.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAYzE,0BAA0B;AAC1B,MAAM,WAAW,WAAW;IAC1B,8BAA8B;IAC9B,OAAO,EAAE,kBAAkB,CAAC;IAC5B,gFAAgF;IAChF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sFAAsF;IACtF,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qFAAqF;IACrF,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,+FAA+F;AAC/F,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CA4DlC,CAAC"}
@@ -1,12 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItem } from '../../../models/catalog-item';
3
- import { ItemDetailsStyles, ItemDetailsTexts } from '../../../models/item-details-props';
4
- interface SummaryProp {
5
- item: CatalogItem;
6
- texts?: ItemDetailsTexts;
7
- detailsStyles?: ItemDetailsStyles;
8
- }
9
- /** Right-side slide-in panel summary: intro/description, topics, and usage limits. */
10
- export declare const Summary: FC<SummaryProp>;
11
- export {};
12
- //# sourceMappingURL=Summary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Summary.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/Summary/Summary.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,oCAAoC,CAAC;AAM5C,UAAU,WAAW;IACnB,IAAI,EAAE,WAAW,CAAC;IAClB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC;AAED,sFAAsF;AACtF,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,WAAW,CAgCnC,CAAC"}
@@ -1,14 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItemLimits } from '../../../models/item-details-data';
3
- /** Props for `LimitsTab`. */
4
- export interface LimitsTabProps {
5
- /** Limits data to render. */
6
- limits?: CatalogItemLimits;
7
- /** CSS class for row labels. Defaults to `'dial-small-semi-text'`. */
8
- labelClassName?: string;
9
- /** CSS class for row values. Defaults to `'dial-small-text'`. */
10
- valueClassName?: string;
11
- }
12
- /** Renders model usage limits as labeled progress bars. */
13
- export declare const LimitsTab: FC<LimitsTabProps>;
14
- //# sourceMappingURL=Limits.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Limits.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/TabsContent/Limits.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,KAAK,EACV,iBAAiB,EAElB,MAAM,mCAAmC,CAAC;AAmB3C,6BAA6B;AAC7B,MAAM,WAAW,cAAc;IAC7B,6BAA6B;IAC7B,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iEAAiE;IACjE,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,2DAA2D;AAC3D,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAyCxC,CAAC"}
@@ -1,32 +0,0 @@
1
- import { FC, ReactNode } from 'react';
2
- import { CatalogItem } from '../../models/catalog-item';
3
- /** Props for EntityHeader. */
4
- export interface EntityHeaderProps {
5
- /** The favorite item to display. */
6
- item: CatalogItem;
7
- /** CSS class for the item name. Default: 'dial-h3-text text-primary'. */
8
- nameClassName?: string;
9
- /** CSS class for the entity type label. Default: 'dial-caption-semi-text'. */
10
- typeClassName?: string;
11
- /** CSS class applied to the icon badge, e.g. to set border-radius. Default: 'rounded-[14px]'. */
12
- iconBadgeClassName?: string;
13
- /** CSS class for the version text. Default: 'dial-tiny-text text-secondary'. */
14
- versionClassName?: string;
15
- /** Whether to show `item.version` next to the title. Default: true. */
16
- showVersion?: boolean;
17
- /** Label for the featured tag shown when item.isFeatured is true. Default: 'Featured'. */
18
- featuredLabel?: string;
19
- /** Whether to render the featured tag. Default: true. */
20
- hasFeaturedTag?: boolean;
21
- /** Size of the deployment icon. Default: 48. */
22
- iconSize?: number;
23
- /** Search query string; when provided, matching text in the title is highlighted. */
24
- query?: string;
25
- /** Content pinned to the bottom of the text column via `mt-auto`, aligning its baseline with the avatar bottom. When provided, `gap-1` between type and name is removed so the column fills the icon height exactly. */
26
- footer?: ReactNode;
27
- /** CSS class for the featured chip. */
28
- featuredChipClassName?: string;
29
- }
30
- /** Compact card for the Favorites strip with hover lift and star toggle. */
31
- export declare const EntityHeader: FC<EntityHeaderProps>;
32
- //# sourceMappingURL=EntityHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EntityHeader.d.ts","sourceRoot":"","sources":["../../../src/components/EntityHeader/EntityHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAKxD,8BAA8B;AAC9B,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,IAAI,EAAE,WAAW,CAAC;IAClB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gFAAgF;IAChF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yDAAyD;IACzD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,wNAAwN;IACxN,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,4EAA4E;AAC5E,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6D9C,CAAC"}
@@ -1,16 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogEntityType } from '../../types/entity-type';
3
- /** Props for EntityTypeLabel. */
4
- export interface EntityTypeLabelProps {
5
- /** Entity category — resolves the label's color via ENTITY_TYPE_COLOR. */
6
- type: CatalogEntityType;
7
- /** CSS class for the label text. Default: 'dial-caption-semi-text'. */
8
- className?: string;
9
- }
10
- /**
11
- * Entity type label rendered as plain uppercase text — no pill, no background.
12
- * Shared by the card grid (via AppIdentity) and the list view, so both
13
- * densities of the catalog use the same type treatment.
14
- */
15
- export declare const EntityTypeLabel: FC<EntityTypeLabelProps>;
16
- //# sourceMappingURL=EntityTypeLabel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EntityTypeLabel.d.ts","sourceRoot":"","sources":["../../../src/components/EntityTypeLabel/EntityTypeLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,iCAAiC;AACjC,MAAM,WAAW,oBAAoB;IACnC,0EAA0E;IAC1E,IAAI,EAAE,iBAAiB,CAAC;IACxB,uEAAuE;IACvE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAUpD,CAAC"}
@@ -1,11 +0,0 @@
1
- import { FC } from 'react';
2
- /** Props for `FeaturedChip`. */
3
- export interface FeaturedChipProps {
4
- /** Label text shown inside the chip. */
5
- label: string;
6
- /** Additional CSS class for typography overrides. */
7
- className?: string;
8
- }
9
- /** Featured badge rendered on a catalog card when `item.isFeatured` is true. */
10
- export declare const FeaturedChip: FC<FeaturedChipProps>;
11
- //# sourceMappingURL=FeaturedChip.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FeaturedChip.d.ts","sourceRoot":"","sources":["../../../src/components/FeaturedChip/FeaturedChip.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,gCAAgC;AAChC,MAAM,WAAW,iBAAiB;IAChC,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,qDAAqD;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,gFAAgF;AAChF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAS9C,CAAC"}
@@ -1,25 +0,0 @@
1
- import { FC } from 'react';
2
- /** Props for FolderPath. */
3
- export interface FolderPathProps {
4
- /** Folder breadcrumb segments, outermost first. */
5
- segments: string[];
6
- /** CSS class applied to each breadcrumb label. Default: 'dial-small-text text-secondary'. */
7
- labelClassName?: string;
8
- /** CSS class for the last (leaf) segment. Default: 'dial-small-semi-text'. */
9
- leafClassName?: string;
10
- /**
11
- * CSS class for the breadcrumb's `<nav>` container. `DialBreadcrumb`
12
- * scrolls horizontally on overflow, so its `<nav>` must keep a definite,
13
- * non-shrunk width (its default full width, or a parent-resolved size) —
14
- * do not size it to content (e.g. via `w-auto`), since a scroll container
15
- * reports a collapsed intrinsic size to auto-sizing algorithms and will
16
- * truncate.
17
- */
18
- className?: string;
19
- }
20
- /**
21
- * Renders folder segments as a read-only (non-clickable) DialBreadcrumb.
22
- * DialBreadcrumb scrolls horizontally on overflow rather than truncating.
23
- */
24
- export declare const FolderPath: FC<FolderPathProps>;
25
- //# sourceMappingURL=FolderPath.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FolderPath.d.ts","sourceRoot":"","sources":["../../../src/components/FolderPath/FolderPath.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,4BAA4B;AAC5B,MAAM,WAAW,eAAe;IAC9B,mDAAmD;IACnD,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,6FAA6F;IAC7F,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAwC1C,CAAC"}
@@ -1,14 +0,0 @@
1
- import { FC, ReactNode } from 'react';
2
- interface ItemHeaderProps {
3
- title: string;
4
- postfix?: number | string;
5
- titleClassName?: string;
6
- postfixClassName?: string;
7
- className?: string;
8
- query?: string;
9
- /** Optional content rendered at the trailing end of the header row. */
10
- trailing?: ReactNode;
11
- }
12
- export declare const ItemHeader: FC<ItemHeaderProps>;
13
- export {};
14
- //# sourceMappingURL=ItemHeader.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemHeader.d.ts","sourceRoot":"","sources":["../../../src/components/ItemHeader/ItemHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uEAAuE;IACvE,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA2B1C,CAAC"}
@@ -1,72 +0,0 @@
1
- import { FC } from 'react';
2
- import { PublishFolderNode } from '../../models/publish';
3
- /** Props for {@link PublishFoldersTree}. */
4
- export interface PublishFoldersTreeProps {
5
- /** Root-level folder nodes. */
6
- items: PublishFolderNode[];
7
- /**
8
- * Currently selected destination folder path, outermost first.
9
- * `undefined` means nothing is selected; `[]` means the bucket root
10
- * itself is selected (a distinct, valid destination).
11
- */
12
- selectedPath?: string[];
13
- /** Called when the user selects a folder or the root; `undefined` when deselected. */
14
- onSelectedPathChange: (path: string[] | undefined) => void;
15
- /**
16
- * Called when the user confirms a new folder name. The caller owns
17
- * persisting the new node into `items`; the tree only reports intent.
18
- */
19
- onCreateFolder: (parentPath: string[], name: string) => Promise<void>;
20
- /**
21
- * Search query used to filter the tree; owned by the host so it can render
22
- * the search input in its own layout (e.g. above other controls).
23
- */
24
- searchQuery: string;
25
- /** Whether the whole tree is disabled, e.g. while a publish request is in flight. Default: `false`. */
26
- disabled?: boolean;
27
- /** Label for the trailing "create new folder" trigger. Default: `'Create new folder'`. */
28
- createFolderLabel?: string;
29
- /** Label for the per-row context menu action that creates a folder alongside the clicked folder. Default: `'Add sibling'`. */
30
- addSiblingFolderLabel?: string;
31
- /** Label for the per-row context menu action that creates a folder inside the clicked folder. Default: `'Add child'`. */
32
- addChildFolderLabel?: string;
33
- /** Default name pre-filled for a new folder before the user edits it. Default: `'New folder'`. */
34
- newFolderDefaultName?: string;
35
- /** Message shown when a search query matches no folders; `{query}` is replaced. Default: `'No folders match "{query}".'`. */
36
- noResultsText?: string;
37
- /** Inline error shown while creating a folder with an empty name. Default: `'Folder name cannot be empty.'`. */
38
- emptyFolderNameError?: string;
39
- /** Inline error shown while creating a folder whose name contains `..` or a forbidden character. Default: `'Folder name contains invalid characters.'`. */
40
- invalidFolderNameError?: string;
41
- /** Inline error shown while creating a folder whose name duplicates a sibling. Default: `'A folder with this name already exists.'`. */
42
- duplicateFolderNameError?: string;
43
- /**
44
- * Label for the tree node representing the bucket root itself as a
45
- * selectable publish destination (`selectedPath: []`); rendered as the
46
- * top-level, always-expanded node that wraps `items`. Default: `'Organization'`.
47
- */
48
- rootLabel?: string;
49
- /**
50
- * Externally-controlled set of expanded folder path keys (`path.join('/')`).
51
- * Pass this together with `onExpandedPathsChange` when the host needs to
52
- * know which folders were expanded (e.g. to lazily fetch their children).
53
- * When omitted, the tree manages expand state internally.
54
- */
55
- expandedPaths?: Set<string>;
56
- /** Called when the set of expanded folders changes; required to control `expandedPaths`. */
57
- onExpandedPathsChange?: (paths: Set<string>) => void;
58
- /** Folder path keys currently being fetched by the host; shows a loading affordance on those rows. */
59
- loadingPaths?: Set<string>;
60
- }
61
- /**
62
- * Destination folder tree for the Publish flow, built on ui-kit's
63
- * `DialFoldersTree` (`showFiles={false}`). Search filters `items` before
64
- * conversion to `DialFile[]` since `DialFoldersTree` has no built-in search.
65
- * Folder creation can be triggered either by the trailing "Create new
66
- * folder" button (creates under the currently selected folder) or by each
67
- * row's "Add sibling"/"Add child" context menu actions. Both pass the target
68
- * parent path to `DialFoldersTree`, which owns the temporary inline row; only
69
- * the confirmed name is reported via `onCreateFolder`.
70
- */
71
- export declare const PublishFoldersTree: FC<PublishFoldersTreeProps>;
72
- //# sourceMappingURL=PublishFoldersTree.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PublishFoldersTree.d.ts","sourceRoot":"","sources":["../../../src/components/PublishFoldersTree/PublishFoldersTree.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,EAAE,EAAqB,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAYzD,4CAA4C;AAC5C,MAAM,WAAW,uBAAuB;IACtC,+BAA+B;IAC/B,KAAK,EAAE,iBAAiB,EAAE,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,sFAAsF;IACtF,oBAAoB,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,KAAK,IAAI,CAAC;IAC3D;;;OAGG;IACH,cAAc,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,uGAAuG;IACvG,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0FAA0F;IAC1F,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,8HAA8H;IAC9H,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,yHAAyH;IACzH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kGAAkG;IAClG,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,6HAA6H;IAC7H,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gHAAgH;IAChH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,2JAA2J;IAC3J,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,wIAAwI;IACxI,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,4FAA4F;IAC5F,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IACrD,sGAAsG;IACtG,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAmN1D,CAAC"}
@@ -1,44 +0,0 @@
1
- import { FC } from 'react';
2
- import { PublishHistoryEntry } from '../../models/publish';
3
- /** Props for {@link PublishHistoryList}. */
4
- export interface PublishHistoryListProps {
5
- /** Previously published versions for the selected destination folder, most recent first. Filtered by the host to just that folder. */
6
- entries: PublishHistoryEntry[];
7
- /**
8
- * The entity's current version. The matching entry, if any, gets a
9
- * "Current" badge instead of the row being highlighted.
10
- */
11
- currentVersion?: string;
12
- /** When `true`, shows a loading message instead of `entries`/empty state. Default: `false`. */
13
- isLoading?: boolean;
14
- /** When `true` (and not `isLoading`), shows an error message instead of `entries`/empty state. Default: `false`. */
15
- hasError?: boolean;
16
- /** Prefix before each entry's version number. Default: `'Version'`. */
17
- versionPrefix?: string;
18
- /** Label for the badge on the entry matching `currentVersion`. Default: `'Current'`. */
19
- currentBadgeLabel?: string;
20
- /** Message shown when `entries` is empty. Default: see implementation. */
21
- emptyStateText?: string;
22
- /** Message shown while history is loading. Default: `'Loading history…'`. */
23
- loadingText?: string;
24
- /** Message shown when history failed to load. Default: `'Failed to load publish history.'`. */
25
- errorText?: string;
26
- /** Typography class for each entry's version line. Default: `'dial-small-text text-primary'`. */
27
- versionClassName?: string;
28
- /** Typography class for each entry's publish date. Default: `'dial-small-text text-secondary'`. */
29
- dateClassName?: string;
30
- /** Typography class for the empty-state message. Default: `'dial-small-text text-secondary'`. */
31
- emptyStateClassName?: string;
32
- }
33
- /**
34
- * Read-only list of previously published versions for a catalog entity within
35
- * the currently selected destination folder. Renders an empty-state message
36
- * instead of a list when there is no history yet. Each row shows the version
37
- * and publish date; the destination folder is not repeated here since this
38
- * list is already scoped to the selected folder. The row matching
39
- * `currentVersion` gets a small "Current" badge rather than a filled/
40
- * selected-looking row, since blue selection styling is reserved for the
41
- * destination folder picker.
42
- */
43
- export declare const PublishHistoryList: FC<PublishHistoryListProps>;
44
- //# sourceMappingURL=PublishHistoryList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PublishHistoryList.d.ts","sourceRoot":"","sources":["../../../src/components/PublishHistoryList/PublishHistoryList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAG3D,4CAA4C;AAC5C,MAAM,WAAW,uBAAuB;IACtC,sIAAsI;IACtI,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,+FAA+F;IAC/F,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oHAAoH;IACpH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uEAAuE;IACvE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wFAAwF;IACxF,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,0EAA0E;IAC1E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6EAA6E;IAC7E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+FAA+F;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iGAAiG;IACjG,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,mGAAmG;IACnG,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA0D1D,CAAC"}
@@ -1,37 +0,0 @@
1
- import { FC } from 'react';
2
- /** Text overrides for all user-visible strings in {@link PublishFooter}. */
3
- export interface PublishFooterTexts {
4
- /** Cancel button label. Default: `'Cancel'`. */
5
- cancelLabel?: string;
6
- /** Submit button label when publishing a new version. Default: `'Publish'`. */
7
- publishDefaultLabel?: string;
8
- /** Submit button label when replacing an existing version; `{version}` is replaced. */
9
- updateLabel?: string;
10
- /** Submit button label while the request is in flight. Default: `'Publishing…'`. */
11
- publishingInProgressLabel?: string;
12
- }
13
- /** Props for {@link PublishFooter}. */
14
- export interface PublishFooterProps {
15
- /** The version being published, substituted into the submit label. `undefined` for unversioned resources (e.g. a conversation) — the submit label then always reads `publishDefaultLabel`. */
16
- version?: string;
17
- /** Whether this publication already exists at the selected destination folder. */
18
- hasExistingPublicationInFolder: boolean;
19
- /** Whether the submit button should be disabled. */
20
- isSubmitDisabled: boolean;
21
- /** Whether the submit button should show its loading/spinner state. */
22
- isSubmitLoading: boolean;
23
- /** Called when the user cancels the publish flow. */
24
- onCancel: () => void;
25
- /** Called when the user confirms the publish/update action. */
26
- onSubmit: () => void;
27
- /** Text overrides for all user-visible strings. */
28
- texts?: PublishFooterTexts;
29
- }
30
- /**
31
- * Action row for the Publish flow: Cancel and Publish/Update buttons.
32
- * Rendered outside the scrollable body so it stays pinned to the bottom.
33
- * Both Publish and Cancel use secondary/neutral styling — neither is an
34
- * accented primary action.
35
- */
36
- export declare const PublishFooter: FC<PublishFooterProps>;
37
- //# sourceMappingURL=PublishFooter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PublishFooter.d.ts","sourceRoot":"","sources":["../../../src/components/PublishPanel/PublishFooter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,4EAA4E;AAC5E,MAAM,WAAW,kBAAkB;IACjC,gDAAgD;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+EAA+E;IAC/E,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,uFAAuF;IACvF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oFAAoF;IACpF,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,uCAAuC;AACvC,MAAM,WAAW,kBAAkB;IACjC,8LAA8L;IAC9L,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kFAAkF;IAClF,8BAA8B,EAAE,OAAO,CAAC;IACxC,oDAAoD;IACpD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,uEAAuE;IACvE,eAAe,EAAE,OAAO,CAAC;IACzB,qDAAqD;IACrD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,mDAAmD;IACnD,KAAK,CAAC,EAAE,kBAAkB,CAAC;CAC5B;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA4ChD,CAAC"}
@@ -1,109 +0,0 @@
1
- import { FC } from 'react';
2
- import { CatalogItem } from '../../models/catalog-item';
3
- import { PublishFolderNode, PublishHistoryEntry, PublishResourceSummary } from '../../models/publish';
4
- /** Text overrides for all user-visible strings in {@link PublishPanel}. */
5
- export interface PublishPanelTexts {
6
- /** Suffix on the version pill, e.g. "Version 4.0.1 · current". Default: `'current'`. */
7
- currentVersionSuffix?: string;
8
- /** Label above the destination folder picker. Default: `'Publish to folder'`. */
9
- folderLabel?: string;
10
- /** Placeholder for the folder search input. Default: `'Search folders'`. */
11
- searchPlaceholder?: string;
12
- /** Accessible label for the search input's clear button. Default: `'Clear search'`. */
13
- clearSearchAriaLabel?: string;
14
- /** Label above the publish history list. Default: `'Versions history'`. */
15
- historyLabel?: string;
16
- /** Warning callout body shown when the folder already has this version; `{version}` is replaced. */
17
- replaceWarning?: string;
18
- /** Error callout body shown when the user lacks write access. */
19
- noAccessError?: string;
20
- /** Error callout body shown when the most recent submit attempt failed. */
21
- submitError?: string;
22
- /** Message shown when a folder search query matches no folders; `{query}` is replaced. */
23
- folderEmptyStateText?: string;
24
- /** Label for the per-row context menu action that creates a folder alongside the clicked folder. */
25
- addSiblingFolderLabel?: string;
26
- /** Label for the per-row context menu action that creates a folder inside the clicked folder. */
27
- addChildFolderLabel?: string;
28
- /** Inline error shown while creating a folder with an empty name. */
29
- createFolderEmptyNameError?: string;
30
- /** Inline error shown while creating a folder whose name contains `..` or a forbidden character. */
31
- createFolderInvalidNameError?: string;
32
- /** Inline error shown while creating a folder whose name duplicates a sibling. */
33
- createFolderDuplicateNameError?: string;
34
- /** Message shown while publish history is loading. */
35
- historyLoadingText?: string;
36
- /** Message shown when publish history failed to load. */
37
- historyErrorText?: string;
38
- /** Label used for the bucket root as a destination and as `{folder}` in callouts when it is selected. Default: `'Organization'`. */
39
- rootFolderLabel?: string;
40
- }
41
- /** Props for {@link PublishPanel}. */
42
- export interface PublishPanelProps {
43
- /**
44
- * The catalog entity being published. Mutually exclusive with `resource`
45
- * — pass this for versioned catalog entities (renders the full
46
- * `EntityHeader` + version pill); pass `resource` instead for an
47
- * unversioned resource (e.g. a conversation), which renders a simpler
48
- * title-only summary row.
49
- */
50
- item?: CatalogItem;
51
- /** Title-only summary for an unversioned resource (e.g. a conversation). Mutually exclusive with `item`. */
52
- resource?: PublishResourceSummary;
53
- /** Previously published entries for this item. */
54
- history: PublishHistoryEntry[];
55
- /** Whether `history` is currently being fetched. Default: `false`. */
56
- isHistoryLoading?: boolean;
57
- /** Whether the most recent history fetch failed. Default: `false`. */
58
- hasHistoryError?: boolean;
59
- /** Destination folders available for selection. */
60
- folderItems: PublishFolderNode[];
61
- /**
62
- * Currently selected destination folder path. `undefined` means nothing
63
- * is selected; `[]` means the bucket root itself is selected (a distinct,
64
- * valid destination).
65
- */
66
- selectedFolderPath?: string[];
67
- /** Called when the user selects a destination folder or the root; `undefined` when deselected. */
68
- onSelectedFolderPathChange: (path: string[] | undefined) => void;
69
- /** Called when the user confirms a new folder name. */
70
- onCreateFolder: (parentPath: string[], name: string) => Promise<void>;
71
- /**
72
- * Externally-controlled set of expanded folder path keys. Pass this
73
- * together with `onExpandedPathsChange` when the host lazily fetches a
74
- * folder's children on expand.
75
- */
76
- expandedPaths?: Set<string>;
77
- /** Called when the set of expanded folders changes; required to control `expandedPaths`. */
78
- onExpandedPathsChange?: (paths: Set<string>) => void;
79
- /** Folder path keys currently being fetched by the host. */
80
- loadingPaths?: Set<string>;
81
- /**
82
- * Whether `selectedFolderPath` already has this publication — this exact
83
- * version, for `item`, or any prior entry at all, for `resource` (which
84
- * has no version dimension).
85
- */
86
- hasExistingPublicationInFolder: boolean;
87
- /** Whether the current user can publish to `selectedFolderPath`. */
88
- hasWriteAccess: boolean;
89
- /** Whether a publish request is currently in flight. */
90
- isSubmitting: boolean;
91
- /** Whether the most recent submit attempt failed. */
92
- hasSubmitError?: boolean;
93
- /**
94
- * Whether resubmitting when `hasExistingPublicationInFolder` is true is
95
- * allowed (catalog default) or blocked (conversations — see
96
- * `PublishDerivationInput.allowReplace`). Default `true`.
97
- */
98
- allowReplace?: boolean;
99
- /** Text overrides for all user-visible strings. */
100
- texts?: PublishPanelTexts;
101
- }
102
- /**
103
- * Scrollable body of the Publish flow: entity summary, destination folder
104
- * picker (with a replace-warning or no-access callout when applicable), and
105
- * the publish history list. The action footer is a sibling rendered by the host (see
106
- * {@link PublishFooter}) so it can stay pinned outside this scroll area.
107
- */
108
- export declare const PublishPanel: FC<PublishPanelProps>;
109
- //# sourceMappingURL=PublishPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PublishPanel.d.ts","sourceRoot":"","sources":["../../../src/components/PublishPanel/PublishPanel.tsx"],"names":[],"mappings":"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"}