@tridion-sites/extensions 2.0.2 → 3.1.0

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 (295) hide show
  1. package/CHANGELOG.md +86 -24
  2. package/dist/index.d.ts +7 -5
  3. package/dist/index.js +6 -9
  4. package/package.json +26 -27
  5. package/dist/dts/api/activitiesExplorer/hooks/index.d.ts +0 -2
  6. package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorer.d.ts +0 -63
  7. package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorerTable.d.ts +0 -41
  8. package/dist/dts/api/activitiesExplorer/index.d.ts +0 -1
  9. package/dist/dts/api/contentExplorer/components/index.d.ts +0 -2
  10. package/dist/dts/api/contentExplorer/components/propertiesGrid.d.ts +0 -29
  11. package/dist/dts/api/contentExplorer/components/propertiesList.d.ts +0 -21
  12. package/dist/dts/api/contentExplorer/hierarchy.d.ts +0 -102
  13. package/dist/dts/api/contentExplorer/hooks/index.d.ts +0 -3
  14. package/dist/dts/api/contentExplorer/hooks/useContentExplorer.d.ts +0 -123
  15. package/dist/dts/api/contentExplorer/hooks/useContentExplorerTable.d.ts +0 -39
  16. package/dist/dts/api/contentExplorer/hooks/useContentExplorerTree.d.ts +0 -27
  17. package/dist/dts/api/contentExplorer/index.d.ts +0 -4
  18. package/dist/dts/api/contentExplorer/utils/hierarchyUtils.d.ts +0 -80
  19. package/dist/dts/api/contentExplorer/utils/index.d.ts +0 -1
  20. package/dist/dts/api/editors/bundle/hooks/index.d.ts +0 -1
  21. package/dist/dts/api/editors/bundle/hooks/useBundleEditor.d.ts +0 -32
  22. package/dist/dts/api/editors/category/hooks/index.d.ts +0 -1
  23. package/dist/dts/api/editors/category/hooks/useCategoryEditor.d.ts +0 -28
  24. package/dist/dts/api/editors/component/hooks/index.d.ts +0 -1
  25. package/dist/dts/api/editors/component/hooks/useComponentEditor.d.ts +0 -32
  26. package/dist/dts/api/editors/folder/hooks/index.d.ts +0 -1
  27. package/dist/dts/api/editors/folder/hooks/useFolderEditor.d.ts +0 -32
  28. package/dist/dts/api/editors/hooks/index.d.ts +0 -1
  29. package/dist/dts/api/editors/hooks/useEditor.d.ts +0 -40
  30. package/dist/dts/api/editors/index.d.ts +0 -8
  31. package/dist/dts/api/editors/keyword/hooks/index.d.ts +0 -1
  32. package/dist/dts/api/editors/keyword/hooks/useKeywordEditor.d.ts +0 -32
  33. package/dist/dts/api/editors/page/hooks/index.d.ts +0 -1
  34. package/dist/dts/api/editors/page/hooks/usePageEditor.d.ts +0 -40
  35. package/dist/dts/api/editors/structureGroup/hooks/index.d.ts +0 -1
  36. package/dist/dts/api/editors/structureGroup/hooks/useStructureGroupEditor.d.ts +0 -32
  37. package/dist/dts/api/general/components/button.d.ts +0 -33
  38. package/dist/dts/api/general/components/icon.d.ts +0 -19
  39. package/dist/dts/api/general/components/index.d.ts +0 -7
  40. package/dist/dts/api/general/components/layout/block.d.ts +0 -55
  41. package/dist/dts/api/general/components/layout/center.d.ts +0 -12
  42. package/dist/dts/api/general/components/layout/flex.d.ts +0 -50
  43. package/dist/dts/api/general/components/layout/index.d.ts +0 -4
  44. package/dist/dts/api/general/components/layout/stack.d.ts +0 -39
  45. package/dist/dts/api/general/components/link.d.ts +0 -29
  46. package/dist/dts/api/general/components/modal.d.ts +0 -61
  47. package/dist/dts/api/general/components/text.d.ts +0 -82
  48. package/dist/dts/api/general/components/textLink.d.ts +0 -16
  49. package/dist/dts/api/general/globals/borderRadius.d.ts +0 -15
  50. package/dist/dts/api/general/globals/color.d.ts +0 -41
  51. package/dist/dts/api/general/globals/index.d.ts +0 -6
  52. package/dist/dts/api/general/globals/opacity.d.ts +0 -16
  53. package/dist/dts/api/general/globals/spacing.d.ts +0 -19
  54. package/dist/dts/api/general/globals/transitionDuration.d.ts +0 -14
  55. package/dist/dts/api/general/globals/zIndex.d.ts +0 -18
  56. package/dist/dts/api/general/hooks/index.d.ts +0 -4
  57. package/dist/dts/api/general/hooks/useConfirmation.d.ts +0 -40
  58. package/dist/dts/api/general/hooks/useModal.d.ts +0 -68
  59. package/dist/dts/api/general/hooks/useNotifications.d.ts +0 -46
  60. package/dist/dts/api/general/hooks/useUserProfile.d.ts +0 -14
  61. package/dist/dts/api/general/index.d.ts +0 -6
  62. package/dist/dts/api/general/mixins/accessibility.d.ts +0 -50
  63. package/dist/dts/api/general/mixins/backgroundColor.d.ts +0 -10
  64. package/dist/dts/api/general/mixins/clickable.d.ts +0 -7
  65. package/dist/dts/api/general/mixins/color.d.ts +0 -10
  66. package/dist/dts/api/general/mixins/customIcon.d.ts +0 -10
  67. package/dist/dts/api/general/mixins/focusBehavior.d.ts +0 -13
  68. package/dist/dts/api/general/mixins/index.d.ts +0 -10
  69. package/dist/dts/api/general/mixins/opacity.d.ts +0 -11
  70. package/dist/dts/api/general/mixins/sizing.d.ts +0 -35
  71. package/dist/dts/api/general/mixins/spacing.d.ts +0 -16
  72. package/dist/dts/api/general/mixins/tooltip.d.ts +0 -9
  73. package/dist/dts/api/general/mutations/batchMutationOptions.d.ts +0 -6
  74. package/dist/dts/api/general/mutations/index.d.ts +0 -10
  75. package/dist/dts/api/general/mutations/item/index.d.ts +0 -24
  76. package/dist/dts/api/general/mutations/item/useAutoClassifyItemMutation.d.ts +0 -20
  77. package/dist/dts/api/general/mutations/item/useAutoClassifyItemsMutation.d.ts +0 -20
  78. package/dist/dts/api/general/mutations/item/useCopyItemMutation.d.ts +0 -20
  79. package/dist/dts/api/general/mutations/item/useCopyItemsMutation.d.ts +0 -20
  80. package/dist/dts/api/general/mutations/item/useDeleteItemMutation.d.ts +0 -20
  81. package/dist/dts/api/general/mutations/item/useDeleteItemsMutation.d.ts +0 -22
  82. package/dist/dts/api/general/mutations/item/useDemoteItemMutation.d.ts +0 -15
  83. package/dist/dts/api/general/mutations/item/useDemoteItemsMutation.d.ts +0 -15
  84. package/dist/dts/api/general/mutations/item/useFinishEditingItemMutation.d.ts +0 -20
  85. package/dist/dts/api/general/mutations/item/useFinishEditingItemsMutation.d.ts +0 -20
  86. package/dist/dts/api/general/mutations/item/useLocalizeItemMutation.d.ts +0 -20
  87. package/dist/dts/api/general/mutations/item/useLocalizeItemsMutation.d.ts +0 -20
  88. package/dist/dts/api/general/mutations/item/useMoveItemMutation.d.ts +0 -24
  89. package/dist/dts/api/general/mutations/item/useMoveItemsMutation.d.ts +0 -24
  90. package/dist/dts/api/general/mutations/item/usePromoteItemMutation.d.ts +0 -16
  91. package/dist/dts/api/general/mutations/item/usePromoteItemsMutation.d.ts +0 -16
  92. package/dist/dts/api/general/mutations/item/usePublishItemsMutation.d.ts +0 -62
  93. package/dist/dts/api/general/mutations/item/useRevertItemMutation.d.ts +0 -20
  94. package/dist/dts/api/general/mutations/item/useRevertItemsMutation.d.ts +0 -20
  95. package/dist/dts/api/general/mutations/item/useRollbackItemMutation.d.ts +0 -29
  96. package/dist/dts/api/general/mutations/item/useUnlocalizeItemMutation.d.ts +0 -21
  97. package/dist/dts/api/general/mutations/item/useUnlocalizeItemsMutation.d.ts +0 -20
  98. package/dist/dts/api/general/mutations/item/useUnpublishItemsMutation.d.ts +0 -46
  99. package/dist/dts/api/general/mutations/item/useUpdateItemMutation.d.ts +0 -16
  100. package/dist/dts/api/general/mutations/mutationOptions.d.ts +0 -38
  101. package/dist/dts/api/general/mutations/mutationResult.d.ts +0 -73
  102. package/dist/dts/api/general/mutations/translation/index.d.ts +0 -1
  103. package/dist/dts/api/general/mutations/translation/useCreateTranslationJobMutation.d.ts +0 -16
  104. package/dist/dts/api/general/mutations/useAddToBundleMutation.d.ts +0 -31
  105. package/dist/dts/api/general/mutations/useChangeUserLanguageMutation.d.ts +0 -20
  106. package/dist/dts/api/general/mutations/useChangeUserLocaleMutation.d.ts +0 -20
  107. package/dist/dts/api/general/mutations/useRemoveFromBundleMutation.d.ts +0 -20
  108. package/dist/dts/api/general/mutations/useUploadMultimediaMutation.d.ts +0 -52
  109. package/dist/dts/api/general/mutations/workflow/index.d.ts +0 -9
  110. package/dist/dts/api/general/mutations/workflow/useAssignActivitiesMutation.d.ts +0 -20
  111. package/dist/dts/api/general/mutations/workflow/useAssignActivityMutation.d.ts +0 -20
  112. package/dist/dts/api/general/mutations/workflow/useFinishActivitiesMutation.d.ts +0 -39
  113. package/dist/dts/api/general/mutations/workflow/useFinishActivityMutation.d.ts +0 -24
  114. package/dist/dts/api/general/mutations/workflow/useRestartActivitiesMutation.d.ts +0 -16
  115. package/dist/dts/api/general/mutations/workflow/useRestartActivityMutation.d.ts +0 -16
  116. package/dist/dts/api/general/mutations/workflow/useStartActivitiesMutation.d.ts +0 -16
  117. package/dist/dts/api/general/mutations/workflow/useStartActivityMutation.d.ts +0 -16
  118. package/dist/dts/api/general/mutations/workflow/useStartWorkflowMutation.d.ts +0 -16
  119. package/dist/dts/api/general/queries/index.d.ts +0 -10
  120. package/dist/dts/api/general/queries/item/index.d.ts +0 -14
  121. package/dist/dts/api/general/queries/item/useItemBlueprintHierarchyQuery.d.ts +0 -20
  122. package/dist/dts/api/general/queries/item/useItemChildrenQuery.d.ts +0 -20
  123. package/dist/dts/api/general/queries/item/useItemClassifiedItemsQuery.d.ts +0 -33
  124. package/dist/dts/api/general/queries/item/useItemDefaultDataQuery.d.ts +0 -26
  125. package/dist/dts/api/general/queries/item/useItemHistoryQuery.d.ts +0 -16
  126. package/dist/dts/api/general/queries/item/useItemPublishUrlsQuery.d.ts +0 -16
  127. package/dist/dts/api/general/queries/item/useItemPublishedPagesQuery.d.ts +0 -16
  128. package/dist/dts/api/general/queries/item/useItemPublishedToQuery.d.ts +0 -16
  129. package/dist/dts/api/general/queries/item/useItemQuery.d.ts +0 -20
  130. package/dist/dts/api/general/queries/item/useItemTranslationInfoQuery.d.ts +0 -16
  131. package/dist/dts/api/general/queries/item/useItemUsedByQuery.d.ts +0 -25
  132. package/dist/dts/api/general/queries/item/useItemUsesQuery.d.ts +0 -21
  133. package/dist/dts/api/general/queries/item/useItemsQuery.d.ts +0 -28
  134. package/dist/dts/api/general/queries/item/usePublicationBlueprintHierarchyQuery.d.ts +0 -20
  135. package/dist/dts/api/general/queries/lists/index.d.ts +0 -6
  136. package/dist/dts/api/general/queries/lists/useContainerItems.d.ts +0 -32
  137. package/dist/dts/api/general/queries/lists/useFavoritesQuery.d.ts +0 -7
  138. package/dist/dts/api/general/queries/lists/useItemsInProgressQuery.d.ts +0 -25
  139. package/dist/dts/api/general/queries/lists/usePublicationsQuery.d.ts +0 -7
  140. package/dist/dts/api/general/queries/lists/useUserGroupsQuery.d.ts +0 -33
  141. package/dist/dts/api/general/queries/lists/useUsersQuery.d.ts +0 -38
  142. package/dist/dts/api/general/queries/loadingState.d.ts +0 -10
  143. package/dist/dts/api/general/queries/publishing/index.d.ts +0 -5
  144. package/dist/dts/api/general/queries/publishing/useItemsToPublishQuery.d.ts +0 -8
  145. package/dist/dts/api/general/queries/publishing/useItemsToUnpublishQuery.d.ts +0 -8
  146. package/dist/dts/api/general/queries/publishing/usePublishTransactionsQuery.d.ts +0 -40
  147. package/dist/dts/api/general/queries/publishing/usePublishableTargetTypesQuery.d.ts +0 -16
  148. package/dist/dts/api/general/queries/publishing/useTargetTypesQuery.d.ts +0 -7
  149. package/dist/dts/api/general/queries/queryOptions.d.ts +0 -67
  150. package/dist/dts/api/general/queries/queryResult.d.ts +0 -93
  151. package/dist/dts/api/general/queries/search/index.d.ts +0 -2
  152. package/dist/dts/api/general/queries/search/useSearchInContainerQuery.d.ts +0 -27
  153. package/dist/dts/api/general/queries/search/useSystemSearchQuery.d.ts +0 -26
  154. package/dist/dts/api/general/queries/translation/index.d.ts +0 -1
  155. package/dist/dts/api/general/queries/translation/useDefaultTranslationJobQuery.d.ts +0 -17
  156. package/dist/dts/api/general/queries/useUserProfileQuery.d.ts +0 -7
  157. package/dist/dts/api/general/queries/workflow/index.d.ts +0 -1
  158. package/dist/dts/api/general/queries/workflow/useActivityInstancesQuery.d.ts +0 -37
  159. package/dist/dts/api/index.d.ts +0 -5
  160. package/dist/dts/api/publishingQueueExplorer/hooks/index.d.ts +0 -2
  161. package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorer.d.ts +0 -62
  162. package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorerTable.d.ts +0 -41
  163. package/dist/dts/api/publishingQueueExplorer/index.d.ts +0 -1
  164. package/dist/dts/apiBridge/activitiesExplorerApiStorage.d.ts +0 -16
  165. package/dist/dts/apiBridge/contentExplorerApiStorage.d.ts +0 -32
  166. package/dist/dts/apiBridge/editors/bundleEditorApiStorage.d.ts +0 -13
  167. package/dist/dts/apiBridge/editors/categoryEditorApiStorage.d.ts +0 -13
  168. package/dist/dts/apiBridge/editors/componentEditorApiStorage.d.ts +0 -13
  169. package/dist/dts/apiBridge/editors/editorsApiStorage.d.ts +0 -28
  170. package/dist/dts/apiBridge/editors/folderEditorApiStorage.d.ts +0 -13
  171. package/dist/dts/apiBridge/editors/index.d.ts +0 -8
  172. package/dist/dts/apiBridge/editors/keywordEditorApiStorage.d.ts +0 -13
  173. package/dist/dts/apiBridge/editors/pageEditorApiStorage.d.ts +0 -13
  174. package/dist/dts/apiBridge/editors/structureGroupEditorApiStorage.d.ts +0 -13
  175. package/dist/dts/apiBridge/extensionApiBridge.d.ts +0 -22
  176. package/dist/dts/apiBridge/generalApiStorage.d.ts +0 -144
  177. package/dist/dts/apiBridge/index.d.ts +0 -6
  178. package/dist/dts/apiBridge/publishingQueueExplorerApiStorage.d.ts +0 -16
  179. package/dist/dts/apiWrappers/activitiesExplorer/hooks.d.ts +0 -39
  180. package/dist/dts/apiWrappers/activitiesExplorer/index.d.ts +0 -1
  181. package/dist/dts/apiWrappers/contentExplorer/components.d.ts +0 -5
  182. package/dist/dts/apiWrappers/contentExplorer/hooks.d.ts +0 -58
  183. package/dist/dts/apiWrappers/contentExplorer/index.d.ts +0 -3
  184. package/dist/dts/apiWrappers/contentExplorer/utils.d.ts +0 -73
  185. package/dist/dts/apiWrappers/editors/hooks.d.ts +0 -63
  186. package/dist/dts/apiWrappers/editors/index.d.ts +0 -1
  187. package/dist/dts/apiWrappers/general/components.d.ts +0 -88
  188. package/dist/dts/apiWrappers/general/globals.d.ts +0 -37
  189. package/dist/dts/apiWrappers/general/hooks.d.ts +0 -25
  190. package/dist/dts/apiWrappers/general/index.d.ts +0 -5
  191. package/dist/dts/apiWrappers/general/mutations/generalMutations.d.ts +0 -30
  192. package/dist/dts/apiWrappers/general/mutations/index.d.ts +0 -4
  193. package/dist/dts/apiWrappers/general/mutations/itemMutations.d.ts +0 -137
  194. package/dist/dts/apiWrappers/general/mutations/translationMutations.d.ts +0 -5
  195. package/dist/dts/apiWrappers/general/mutations/workflowMutations.d.ts +0 -47
  196. package/dist/dts/apiWrappers/general/queries/generalQueries.d.ts +0 -7
  197. package/dist/dts/apiWrappers/general/queries/index.d.ts +0 -7
  198. package/dist/dts/apiWrappers/general/queries/itemQueries.d.ts +0 -85
  199. package/dist/dts/apiWrappers/general/queries/listsQueries.d.ts +0 -25
  200. package/dist/dts/apiWrappers/general/queries/publishingQueries.d.ts +0 -19
  201. package/dist/dts/apiWrappers/general/queries/searchQueries.d.ts +0 -13
  202. package/dist/dts/apiWrappers/general/queries/translationQueries.d.ts +0 -5
  203. package/dist/dts/apiWrappers/general/queries/workflowQueries.d.ts +0 -5
  204. package/dist/dts/apiWrappers/index.d.ts +0 -5
  205. package/dist/dts/apiWrappers/publishingQueueExplorer/hooks.d.ts +0 -39
  206. package/dist/dts/apiWrappers/publishingQueueExplorer/index.d.ts +0 -1
  207. package/dist/dts/extensionPoints/actionsConfiguration/actionExtension.d.ts +0 -43
  208. package/dist/dts/extensionPoints/actionsConfiguration/actionGroup.d.ts +0 -20
  209. package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtension.d.ts +0 -10
  210. package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtensionsBuilder.d.ts +0 -70
  211. package/dist/dts/extensionPoints/actionsConfiguration/index.d.ts +0 -4
  212. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerActions.d.ts +0 -40
  213. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensions.d.ts +0 -11
  214. package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensionsBuilder.d.ts +0 -25
  215. package/dist/dts/extensionPoints/activitiesExplorer/index.d.ts +0 -5
  216. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtension.d.ts +0 -18
  217. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensions.d.ts +0 -9
  218. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  219. package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/index.d.ts +0 -3
  220. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableActions.d.ts +0 -41
  221. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableColumnExtension.d.ts +0 -20
  222. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensions.d.ts +0 -10
  223. package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensionsBuilder.d.ts +0 -26
  224. package/dist/dts/extensionPoints/activitiesExplorer/table/index.d.ts +0 -3
  225. package/dist/dts/extensionPoints/contentEditor/contentEditorExtensions.d.ts +0 -11
  226. package/dist/dts/extensionPoints/contentEditor/contentEditorExtensionsBuilder.d.ts +0 -15
  227. package/dist/dts/extensionPoints/contentEditor/contentEditorFormFieldExtension.d.ts +0 -85
  228. package/dist/dts/extensionPoints/contentEditor/contentEditorViewExtension.d.ts +0 -69
  229. package/dist/dts/extensionPoints/contentEditor/index.d.ts +0 -5
  230. package/dist/dts/extensionPoints/contentEditor/richTextField/index.d.ts +0 -2
  231. package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensions.d.ts +0 -64
  232. package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensionsBuilder.d.ts +0 -11
  233. package/dist/dts/extensionPoints/contentExplorer/contentExplorerActions.d.ts +0 -86
  234. package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensions.d.ts +0 -13
  235. package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensionsBuilder.d.ts +0 -30
  236. package/dist/dts/extensionPoints/contentExplorer/index.d.ts +0 -6
  237. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtension.d.ts +0 -18
  238. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensions.d.ts +0 -9
  239. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  240. package/dist/dts/extensionPoints/contentExplorer/insightsPanels/index.d.ts +0 -3
  241. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableColumnExtension.d.ts +0 -20
  242. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensions.d.ts +0 -10
  243. package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensionsBuilder.d.ts +0 -26
  244. package/dist/dts/extensionPoints/contentExplorer/table/index.d.ts +0 -3
  245. package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensions.d.ts +0 -7
  246. package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensionsBuilder.d.ts +0 -13
  247. package/dist/dts/extensionPoints/contentExplorer/tree/index.d.ts +0 -2
  248. package/dist/dts/extensionPoints/extensionBuilder.d.ts +0 -37
  249. package/dist/dts/extensionPoints/extensionPoints.d.ts +0 -17
  250. package/dist/dts/extensionPoints/header/headerExtensions.d.ts +0 -7
  251. package/dist/dts/extensionPoints/header/headerExtensionsBuilder.d.ts +0 -12
  252. package/dist/dts/extensionPoints/header/index.d.ts +0 -3
  253. package/dist/dts/extensionPoints/header/navigation/index.d.ts +0 -4
  254. package/dist/dts/extensionPoints/header/navigation/navigationExtensions.d.ts +0 -9
  255. package/dist/dts/extensionPoints/header/navigation/navigationExtensionsBuilder.d.ts +0 -24
  256. package/dist/dts/extensionPoints/header/navigation/navigationItem.d.ts +0 -65
  257. package/dist/dts/extensionPoints/header/navigation/navigationItems.d.ts +0 -20
  258. package/dist/dts/extensionPoints/index.d.ts +0 -12
  259. package/dist/dts/extensionPoints/insightsPanels/index.d.ts +0 -1
  260. package/dist/dts/extensionPoints/insightsPanels/insightsPanelsExtension.d.ts +0 -39
  261. package/dist/dts/extensionPoints/listBuilder/index.d.ts +0 -3
  262. package/dist/dts/extensionPoints/listBuilder/listBuilder.d.ts +0 -12
  263. package/dist/dts/extensionPoints/listBuilder/listBuilderExtension.d.ts +0 -12
  264. package/dist/dts/extensionPoints/listBuilder/utils/addItem.d.ts +0 -14
  265. package/dist/dts/extensionPoints/listBuilder/utils/findItemIndex.d.ts +0 -13
  266. package/dist/dts/extensionPoints/listBuilder/utils/index.d.ts +0 -5
  267. package/dist/dts/extensionPoints/listBuilder/utils/moveItem.d.ts +0 -14
  268. package/dist/dts/extensionPoints/listBuilder/utils/removeItem.d.ts +0 -13
  269. package/dist/dts/extensionPoints/listBuilder/utils/replaceItem.d.ts +0 -14
  270. package/dist/dts/extensionPoints/publishingQueueExplorer/index.d.ts +0 -5
  271. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/index.d.ts +0 -3
  272. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtension.d.ts +0 -18
  273. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensions.d.ts +0 -9
  274. package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
  275. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerActions.d.ts +0 -39
  276. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensions.d.ts +0 -11
  277. package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensionsBuilder.d.ts +0 -25
  278. package/dist/dts/extensionPoints/publishingQueueExplorer/table/index.d.ts +0 -3
  279. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableActions.d.ts +0 -39
  280. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableColumnExtension.d.ts +0 -20
  281. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensions.d.ts +0 -10
  282. package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensionsBuilder.d.ts +0 -26
  283. package/dist/dts/extensionPoints/tableColumnConfiguration/index.d.ts +0 -1
  284. package/dist/dts/extensionPoints/tableColumnConfiguration/tableColumnExtension.d.ts +0 -70
  285. package/dist/dts/extensionPoints/translations/index.d.ts +0 -3
  286. package/dist/dts/extensionPoints/translations/translationExtensions.d.ts +0 -7
  287. package/dist/dts/extensionPoints/translations/translationExtensionsBuilder.d.ts +0 -17
  288. package/dist/dts/extensionPoints/translations/translationItem.d.ts +0 -23
  289. package/dist/dts/frameworkInfo.d.ts +0 -7
  290. package/dist/dts/index.d.ts +0 -6
  291. package/dist/dts/module/createExtensionGlobals.d.ts +0 -11
  292. package/dist/dts/module/extensionGlobals.d.ts +0 -7
  293. package/dist/dts/module/extensionModule.d.ts +0 -11
  294. package/dist/dts/module/index.d.ts +0 -4
  295. package/dist/dts/module/runtimeInformation.d.ts +0 -7
@@ -1,85 +0,0 @@
1
- import type { ComponentType, ReactNode } from 'react';
2
- import type { ItemFieldDefinition } from '@tridion-sites/models';
3
- /**
4
- * @public
5
- */
6
- export interface ContentEditorFormFieldExtensionProps<T = any> {
7
- /**
8
- * Value of the field
9
- */
10
- value: T;
11
- /**
12
- * Field definition of the form field
13
- */
14
- fieldDefinition: ItemFieldDefinition;
15
- /**
16
- * Boolean to indicate whether the field should be rendered in read only mode
17
- */
18
- isReadOnly: boolean;
19
- /**
20
- * Boolean to indicate whether the field should be rendered in a disabled state
21
- */
22
- isDisabled: boolean;
23
- /**
24
- * Set field value function
25
- */
26
- setValue: (value: T) => void;
27
- /**
28
- * Original field to render
29
- */
30
- renderField: ReactNode;
31
- }
32
- /**
33
- * @public
34
- */
35
- export interface ContentEditorFormFieldHookProps {
36
- /**
37
- * Indicates whether the field is rendered in read only mode or not
38
- */
39
- isReadOnly: boolean;
40
- /**
41
- * Indicates whether the field is rendered in disabled mode or not
42
- */
43
- isDisabled: boolean;
44
- /**
45
- * Field definition of the form field
46
- */
47
- fieldDefinition: ItemFieldDefinition;
48
- }
49
- /**
50
- * @public
51
- */
52
- export interface ContentEditorFormFieldHookResult {
53
- /**
54
- * Priority value of the field in the list of candidates for rendering.
55
- * Extension with a higher priority will be displayed instead of an extension with lower priority.
56
- * Helps to resolve collapsing cases when useIsAvailable returns true for two or more
57
- * extensions for a single field at the same time.
58
- */
59
- priority?: number;
60
- /**
61
- * Defines whether the field extension is available to be displayed or not
62
- */
63
- isAvailable: boolean;
64
- }
65
- /**
66
- * @public
67
- */
68
- export interface ContentEditorFormFieldExtensionConfiguration {
69
- /**
70
- * Extension id
71
- */
72
- readonly id: string;
73
- /**
74
- * Component to render on this path
75
- */
76
- readonly component: ComponentType<ContentEditorFormFieldExtensionProps>;
77
- /**
78
- * Hook which returns information about the current field for the extension
79
- */
80
- readonly useFormField: (props: ContentEditorFormFieldHookProps) => ContentEditorFormFieldHookResult;
81
- }
82
- /**
83
- * @public
84
- */
85
- export type ContentEditorFormFieldExtension = () => ContentEditorFormFieldExtensionConfiguration;
@@ -1,69 +0,0 @@
1
- import type { ComponentType, ReactNode } from 'react';
2
- import type { IdentifiableObject } from '@tridion-sites/models';
3
- /**
4
- * @public
5
- */
6
- export interface ContentEditorViewExtensionComponentProps {
7
- /**
8
- * Item to edit/view
9
- */
10
- item: IdentifiableObject;
11
- /**
12
- * Boolean to indicate whether the editor should be rendered in read-only mode
13
- */
14
- isReadonly: boolean;
15
- /**
16
- * Original editor to render
17
- */
18
- renderEditor: ReactNode;
19
- }
20
- /**
21
- * @public
22
- */
23
- export interface ContentEditorViewHookProps {
24
- /**
25
- * Indicates whether the content is rendered in read-only mode or not
26
- */
27
- isReadonly: boolean;
28
- /**
29
- * Item is being passed to editor
30
- */
31
- item: IdentifiableObject;
32
- }
33
- /**
34
- * @public
35
- */
36
- export interface ContentEditorViewHookResult {
37
- /**
38
- * Priority value of the custom editor in the list of candidates for rendering.
39
- * Extension with a higher priority will be displayed instead of an extension with lower priority.
40
- * Helps to resolve collapsing cases when useIsAvailable returns true for two or more
41
- * extensions for a single editor at the same time.
42
- */
43
- priority?: number;
44
- /**
45
- * Defines whether the content extension is available to be displayed or not
46
- */
47
- isAvailable: boolean;
48
- }
49
- /**
50
- * @public
51
- */
52
- export interface ContentEditorViewExtensionConfiguration {
53
- /**
54
- * Extension id
55
- */
56
- readonly id: string;
57
- /**
58
- * Component to render on this path
59
- */
60
- readonly component: ComponentType<ContentEditorViewExtensionComponentProps>;
61
- /**
62
- * Hook which returns information about the current content for the extension
63
- */
64
- readonly useContentEditorView: (props: ContentEditorViewHookProps) => ContentEditorViewHookResult;
65
- }
66
- /**
67
- * @public
68
- */
69
- export type ContentEditorViewExtension<TItem = any> = () => ContentEditorViewExtensionConfiguration;
@@ -1,5 +0,0 @@
1
- export * from './contentEditorExtensions';
2
- export * from './contentEditorExtensionsBuilder';
3
- export * from './contentEditorFormFieldExtension';
4
- export * from './contentEditorViewExtension';
5
- export * from './richTextField';
@@ -1,2 +0,0 @@
1
- export * from './richTextFieldExtensions';
2
- export * from './richTextFieldExtensionsBuilder';
@@ -1,64 +0,0 @@
1
- import type { Editor, RawEditorOptions } from 'tinymce';
2
- import type { XhtmlFieldDefinition } from '@tridion-sites/models';
3
- /**
4
- * @public
5
- */
6
- export type RichTextFieldOptions = Omit<RawEditorOptions, 'id' | 'selector' | 'setup' | 'target'>;
7
- /**
8
- * @public
9
- */
10
- export type RichTextFieldCustomization = (configuration: RichTextFieldOptions) => void;
11
- /**
12
- * @public
13
- */
14
- export type RichTextFieldSetup = RawEditorOptions['setup'];
15
- /**
16
- * @public
17
- */
18
- export type RichTextFieldHookResult = {
19
- readonly customize?: RichTextFieldCustomization;
20
- readonly setup?: RichTextFieldSetup;
21
- readonly isAvailable: boolean;
22
- };
23
- /**
24
- * @public
25
- */
26
- export interface RichTextFieldHookProps {
27
- /**
28
- * Indicates whether the field is rendered in read only mode or not
29
- */
30
- isReadOnly: boolean;
31
- /**
32
- * Indicates whether the field is editable or not
33
- */
34
- isDisabled: boolean;
35
- /**
36
- * Field definition of the form field
37
- */
38
- fieldDefinition: XhtmlFieldDefinition;
39
- }
40
- /**
41
- * @public
42
- */
43
- export type RichTextFieldHook = (props: RichTextFieldHookProps) => RichTextFieldHookResult;
44
- /**
45
- * @public
46
- */
47
- export interface RichTextFieldConfig {
48
- readonly id: string;
49
- readonly useRichTextField: RichTextFieldHook;
50
- }
51
- /**
52
- * @public
53
- */
54
- export interface RichTextFieldPlugin {
55
- readonly id: string;
56
- readonly plugin: (editor: Editor) => void;
57
- }
58
- /**
59
- * @public
60
- */
61
- export interface RichTextFieldExtensions {
62
- readonly customizations: RichTextFieldConfig[];
63
- readonly plugins: RichTextFieldPlugin[];
64
- }
@@ -1,11 +0,0 @@
1
- import type { RichTextFieldConfig, RichTextFieldExtensions, RichTextFieldPlugin } from './richTextFieldExtensions';
2
- /**
3
- * @public
4
- */
5
- export declare class RichTextFieldExtensionsBuilder {
6
- private _customizations;
7
- private _plugins;
8
- customize: (customization: RichTextFieldConfig) => this;
9
- registerPlugin: (plugin: RichTextFieldPlugin) => this;
10
- build: () => RichTextFieldExtensions;
11
- }
@@ -1,86 +0,0 @@
1
- import type { ValuesOfArray } from '@tridion/graphene';
2
- /**
3
- * @public
4
- */
5
- export declare const contentExplorerActionIds: readonly ["addParentPublication", "addSelectedItemsToBundle", "addToBundle", "addToFavorites", "autoClassify", "copy", "cut", "delete", "demote", "export", "finishEditing", "localize", "newBundle", "newCategory", "newChildPublication", "newComponent", "newFolder", "newKeyword", "newMultimediaComponent", "newPage", "newStructureGroup", "open", "openEditor", "openEditorInNewTab", "openPublishingQueue", "openTranslationQueue", "paste", "pasteInContainer", "promote", "publish", "refresh", "removeFromBundle", "removeFromFavorites", "removeParentPublication", "revert", "startWorkflow", "translate", "translateTarget", "unlocalize", "unpublish", "uploadMultimediaComponent"];
6
- /**
7
- * @public
8
- */
9
- export type ContentExplorerActionId = ValuesOfArray<typeof contentExplorerActionIds>;
10
- /**
11
- * All built-in action IDs available in Content Explorer.
12
- *
13
- * @public
14
- */
15
- export declare const contentExplorerActionId: {
16
- cut: "cut";
17
- copy: "copy";
18
- paste: "paste";
19
- promote: "promote";
20
- demote: "demote";
21
- delete: "delete";
22
- localize: "localize";
23
- publish: "publish";
24
- export: "export";
25
- refresh: "refresh";
26
- addParentPublication: "addParentPublication";
27
- addSelectedItemsToBundle: "addSelectedItemsToBundle";
28
- addToBundle: "addToBundle";
29
- addToFavorites: "addToFavorites";
30
- autoClassify: "autoClassify";
31
- finishEditing: "finishEditing";
32
- newBundle: "newBundle";
33
- newCategory: "newCategory";
34
- newChildPublication: "newChildPublication";
35
- newComponent: "newComponent";
36
- newFolder: "newFolder";
37
- newKeyword: "newKeyword";
38
- newMultimediaComponent: "newMultimediaComponent";
39
- newPage: "newPage";
40
- newStructureGroup: "newStructureGroup";
41
- open: "open";
42
- openEditor: "openEditor";
43
- openEditorInNewTab: "openEditorInNewTab";
44
- openPublishingQueue: "openPublishingQueue";
45
- openTranslationQueue: "openTranslationQueue";
46
- pasteInContainer: "pasteInContainer";
47
- removeFromBundle: "removeFromBundle";
48
- removeFromFavorites: "removeFromFavorites";
49
- removeParentPublication: "removeParentPublication";
50
- revert: "revert";
51
- startWorkflow: "startWorkflow";
52
- translate: "translate";
53
- translateTarget: "translateTarget";
54
- unlocalize: "unlocalize";
55
- unpublish: "unpublish";
56
- uploadMultimediaComponent: "uploadMultimediaComponent";
57
- };
58
- /**
59
- * @public
60
- */
61
- export declare const contentExplorerActionGroupIds: readonly ["blueprinting", "browsing", "bundle", "classification", "clipboard", "creation", "deletion", "editing", "exporting", "favorites", "publishing", "refreshing", "translation", "workflow"];
62
- /**
63
- * @public
64
- */
65
- export type ContentExplorerActionGroupId = ValuesOfArray<typeof contentExplorerActionGroupIds>;
66
- /**
67
- * All built-in action group IDs available in Content Explorer.
68
- *
69
- * @public
70
- */
71
- export declare const contentExplorerActionGroupId: {
72
- classification: "classification";
73
- bundle: "bundle";
74
- exporting: "exporting";
75
- refreshing: "refreshing";
76
- workflow: "workflow";
77
- blueprinting: "blueprinting";
78
- browsing: "browsing";
79
- clipboard: "clipboard";
80
- creation: "creation";
81
- deletion: "deletion";
82
- editing: "editing";
83
- favorites: "favorites";
84
- publishing: "publishing";
85
- translation: "translation";
86
- };
@@ -1,13 +0,0 @@
1
- import type { ActionExtension } from '../actionsConfiguration';
2
- import type { ContentExplorerInsightsPanelsExtensions } from './insightsPanels';
3
- import type { ContentExplorerTableExtensions } from './table';
4
- import type { ContentExplorerTreeExtensions } from './tree';
5
- /**
6
- * @public
7
- */
8
- export interface ContentExplorerExtensions {
9
- actions: ReadonlyArray<ActionExtension>;
10
- table: ContentExplorerTableExtensions;
11
- tree: ContentExplorerTreeExtensions;
12
- insightsPanels: ContentExplorerInsightsPanelsExtensions;
13
- }
@@ -1,30 +0,0 @@
1
- import type { ActionExtension } from '../actionsConfiguration';
2
- import type { ContentExplorerExtensions } from './contentExplorerExtensions';
3
- import { ContentExplorerInsightsPanelsExtensionsBuilder } from './insightsPanels';
4
- import { ContentExplorerTableExtensionsBuilder } from './table';
5
- import { ContentExplorerTreeExtensionsBuilder } from './tree';
6
- /**
7
- * @public
8
- */
9
- export declare class ContentExplorerExtensionsBuilder {
10
- private _actions;
11
- /**
12
- * Provides a mechanism for customizing Content Explorer Table.
13
- */
14
- readonly table: ContentExplorerTableExtensionsBuilder;
15
- /**
16
- * Provides a mechanism for customizing Content Explorer Tree.
17
- */
18
- readonly tree: ContentExplorerTreeExtensionsBuilder;
19
- /**
20
- * Provides a mechanism for customizing Content Explorer Insights Panels.
21
- */
22
- readonly insightsPanels: ContentExplorerInsightsPanelsExtensionsBuilder;
23
- /**
24
- * Adds a new action to Content Explorer.
25
- *
26
- * @param action - action to be added
27
- */
28
- addAction: (action: ActionExtension) => this;
29
- build: () => ContentExplorerExtensions;
30
- }
@@ -1,6 +0,0 @@
1
- export * from './table';
2
- export * from './tree';
3
- export * from './insightsPanels';
4
- export * from './contentExplorerActions';
5
- export * from './contentExplorerExtensions';
6
- export * from './contentExplorerExtensionsBuilder';
@@ -1,18 +0,0 @@
1
- import type { IdentifiableObject } from '@tridion-sites/models';
2
- import type { InsightsPanelsExtensionConfiguration } from '../../insightsPanels';
3
- /**
4
- * @public
5
- */
6
- export interface ContentExplorerExtensionInsightsPanelProps {
7
- item: IdentifiableObject;
8
- }
9
- /**
10
- * @public
11
- */
12
- export interface ContentExplorerInsightsPanelsHookProps {
13
- item?: IdentifiableObject;
14
- }
15
- /**
16
- * @public
17
- */
18
- export type ContentExplorerInsightsPanelsExtension = () => InsightsPanelsExtensionConfiguration<ContentExplorerExtensionInsightsPanelProps, ContentExplorerInsightsPanelsHookProps>;
@@ -1,9 +0,0 @@
1
- import type { ListBuilderConfigurationExtension } from '../../listBuilder';
2
- import type { ContentExplorerInsightsPanelsExtension } from './contentExplorerInsightsPanelsExtension';
3
- /**
4
- * @public
5
- */
6
- export interface ContentExplorerInsightsPanelsExtensions {
7
- items: ReadonlyArray<ContentExplorerInsightsPanelsExtension>;
8
- config: ReadonlyArray<ListBuilderConfigurationExtension<string>>;
9
- }
@@ -1,24 +0,0 @@
1
- import { ListBuilder } from '../../listBuilder';
2
- import type { ContentExplorerInsightsPanelsExtension } from './contentExplorerInsightsPanelsExtension';
3
- import type { ContentExplorerInsightsPanelsExtensions } from './contentExplorerInsightsPanelsExtensions';
4
- /**
5
- * @public
6
- */
7
- export declare class ContentExplorerInsightsPanelsExtensionsBuilder {
8
- private _insightsPanelsExtensions;
9
- /**
10
- * Provides a mechanism for customizing the configuration of insights panels.
11
- */
12
- readonly config: ListBuilder<string>;
13
- /**
14
- * Registers a new insights panel.
15
- *
16
- * @remarks
17
- * This method only registers the insights panel and does not automatically make it visible in the application.
18
- * To add the insights panel to the application, use {@link ContentExplorerInsightsPanelsExtensionsBuilder.config}.
19
- *
20
- * @param item - insights panel to be registered
21
- */
22
- register: (item: ContentExplorerInsightsPanelsExtension) => this;
23
- build: () => ContentExplorerInsightsPanelsExtensions;
24
- }
@@ -1,3 +0,0 @@
1
- export * from './contentExplorerInsightsPanelsExtensions';
2
- export * from './contentExplorerInsightsPanelsExtensionsBuilder';
3
- export * from './contentExplorerInsightsPanelsExtension';
@@ -1,20 +0,0 @@
1
- import type { IdentifiableObject } from '@tridion-sites/models';
2
- import type { TableColumnExtension, TableColumnExtensionComponentProps, TableColumnExtensionConfiguration, TableColumnHook } from '../../tableColumnConfiguration';
3
- /**
4
- * @public
5
- */
6
- export interface ContentExplorerTableColumnExtensionComponentProps extends TableColumnExtensionComponentProps<IdentifiableObject> {
7
- }
8
- /**
9
- * @public
10
- */
11
- export type ContentExplorerTableColumnIsAvailableHook = TableColumnHook;
12
- /**
13
- * @public
14
- */
15
- export interface ContentExplorerTableColumnExtensionConfiguration extends TableColumnExtensionConfiguration<IdentifiableObject> {
16
- }
17
- /**
18
- * @public
19
- */
20
- export type ContentExplorerTableColumnExtension = TableColumnExtension<IdentifiableObject>;
@@ -1,10 +0,0 @@
1
- import type { ActionsConfigurationExtension } from '../../actionsConfiguration';
2
- import type { ContentExplorerTableColumnExtension } from './contentExplorerTableColumnExtension';
3
- /**
4
- * @public
5
- */
6
- export interface ContentExplorerTableExtensions {
7
- columns: ReadonlyArray<ContentExplorerTableColumnExtension>;
8
- contextMenu: ReadonlyArray<ActionsConfigurationExtension>;
9
- toolbar: ReadonlyArray<ActionsConfigurationExtension>;
10
- }
@@ -1,26 +0,0 @@
1
- import { ActionsConfigurationExtensionsBuilder } from '../../actionsConfiguration';
2
- import type { ContentExplorerTableColumnExtension } from './contentExplorerTableColumnExtension';
3
- import type { ContentExplorerTableExtensions } from './contentExplorerTableExtensions';
4
- /**
5
- * @public
6
- */
7
- export declare class ContentExplorerTableExtensionsBuilder {
8
- private _columns;
9
- /**
10
- * Provides a mechanism for customizing the configuration of actions
11
- * within Content Explorer Table toolbar.
12
- */
13
- readonly toolbar: ActionsConfigurationExtensionsBuilder;
14
- /**
15
- * Provides a mechanism for customizing the configuration of actions
16
- * within Content Explorer Table context menu.
17
- */
18
- readonly contextMenu: ActionsConfigurationExtensionsBuilder;
19
- /**
20
- * Adds a new column to Content Explorer Table.
21
- *
22
- * @param column - column to be added
23
- */
24
- addColumn: (column: ContentExplorerTableColumnExtension) => this;
25
- build: () => ContentExplorerTableExtensions;
26
- }
@@ -1,3 +0,0 @@
1
- export * from './contentExplorerTableColumnExtension';
2
- export * from './contentExplorerTableExtensions';
3
- export * from './contentExplorerTableExtensionsBuilder';
@@ -1,7 +0,0 @@
1
- import type { ActionsConfigurationExtension } from '../../actionsConfiguration';
2
- /**
3
- * @public
4
- */
5
- export interface ContentExplorerTreeExtensions {
6
- contextMenu: ReadonlyArray<ActionsConfigurationExtension>;
7
- }
@@ -1,13 +0,0 @@
1
- import { ActionsConfigurationExtensionsBuilder } from '../../actionsConfiguration';
2
- import type { ContentExplorerTreeExtensions } from './contentExplorerTreeExtensions';
3
- /**
4
- * @public
5
- */
6
- export declare class ContentExplorerTreeExtensionsBuilder {
7
- /**
8
- * Provides a mechanism for customizing the configuration of actions
9
- * within Content Explorer Tree context menu.
10
- */
11
- readonly contextMenu: ActionsConfigurationExtensionsBuilder;
12
- build: () => ContentExplorerTreeExtensions;
13
- }
@@ -1,2 +0,0 @@
1
- export * from './contentExplorerTreeExtensions';
2
- export * from './contentExplorerTreeExtensionsBuilder';
@@ -1,37 +0,0 @@
1
- import { ActivitiesExplorerExtensionsBuilder } from './activitiesExplorer';
2
- import { ContentEditorExtensionsBuilder } from './contentEditor';
3
- import { ContentExplorerExtensionsBuilder } from './contentExplorer';
4
- import type { ExtensionPoints } from './extensionPoints';
5
- import { HeaderExtensionsBuilder } from './header';
6
- import { PublishingQueueExplorerExtensionsBuilder } from './publishingQueueExplorer';
7
- import { TranslationExtensionsBuilder } from './translations';
8
- /**
9
- * @public
10
- */
11
- export declare class ExtensionBuilder {
12
- /**
13
- * Provides a mechanism for customizing the header of the application.
14
- */
15
- readonly header: HeaderExtensionsBuilder;
16
- /**
17
- * Provides a mechanism for customizing form fields within editors.
18
- */
19
- readonly contentEditor: ContentEditorExtensionsBuilder;
20
- /**
21
- * Provides a mechanism for customizing Content Explorer.
22
- */
23
- readonly contentExplorer: ContentExplorerExtensionsBuilder;
24
- /**
25
- * Provides a mechanism for managing localization strings within extensions.
26
- */
27
- readonly translations: TranslationExtensionsBuilder;
28
- /**
29
- * Provides a mechanism for customizing Activities Explorer.
30
- */
31
- readonly activitiesExplorer: ActivitiesExplorerExtensionsBuilder;
32
- /**
33
- * Provides a mechanism for customizing Publishing Queue Explorer.
34
- */
35
- readonly publishingQueueExplorer: PublishingQueueExplorerExtensionsBuilder;
36
- build: () => ExtensionPoints;
37
- }
@@ -1,17 +0,0 @@
1
- import type { ActivitiesExplorerExtensions } from './activitiesExplorer';
2
- import type { ContentEditorExtensions } from './contentEditor';
3
- import type { ContentExplorerExtensions } from './contentExplorer';
4
- import type { HeaderExtensions } from './header';
5
- import type { PublishingQueueExplorerExtensions } from './publishingQueueExplorer';
6
- import type { TranslationExtensions } from './translations';
7
- /**
8
- * @public
9
- */
10
- export interface ExtensionPoints {
11
- header: HeaderExtensions;
12
- contentEditor: ContentEditorExtensions;
13
- contentExplorer: ContentExplorerExtensions;
14
- activitiesExplorer: ActivitiesExplorerExtensions;
15
- translations: TranslationExtensions;
16
- publishingQueueExplorer: PublishingQueueExplorerExtensions;
17
- }
@@ -1,7 +0,0 @@
1
- import type { NavigationExtensions } from './navigation';
2
- /**
3
- * @public
4
- */
5
- export interface HeaderExtensions {
6
- navigation: NavigationExtensions;
7
- }
@@ -1,12 +0,0 @@
1
- import type { HeaderExtensions } from './headerExtensions';
2
- import { NavigationExtensionsBuilder } from './navigation';
3
- /**
4
- * @public
5
- */
6
- export declare class HeaderExtensionsBuilder {
7
- /**
8
- * Provides a mechanism for customizing navigation items.
9
- */
10
- readonly navigation: NavigationExtensionsBuilder;
11
- build: () => HeaderExtensions;
12
- }
@@ -1,3 +0,0 @@
1
- export * from './navigation';
2
- export * from './headerExtensions';
3
- export * from './headerExtensionsBuilder';
@@ -1,4 +0,0 @@
1
- export * from './navigationExtensions';
2
- export * from './navigationExtensionsBuilder';
3
- export * from './navigationItem';
4
- export * from './navigationItems';
@@ -1,9 +0,0 @@
1
- import type { ListBuilderConfigurationExtension } from '../../listBuilder';
2
- import type { NavigationItemExtension } from './navigationItem';
3
- /**
4
- * @public
5
- */
6
- export interface NavigationExtensions {
7
- items: ReadonlyArray<NavigationItemExtension>;
8
- config: ReadonlyArray<ListBuilderConfigurationExtension<string>>;
9
- }
@@ -1,24 +0,0 @@
1
- import { ListBuilder } from '../../listBuilder';
2
- import type { NavigationExtensions } from './navigationExtensions';
3
- import type { NavigationItemExtension } from './navigationItem';
4
- /**
5
- * @public
6
- */
7
- export declare class NavigationExtensionsBuilder {
8
- private _navigationItemExtensions;
9
- /**
10
- * Provides a mechanism for customizing the configuration of navigation items.
11
- */
12
- readonly config: ListBuilder<string>;
13
- /**
14
- * Registers a new navigation item.
15
- *
16
- * @remarks
17
- * This method only registers the navigation item and does not automatically make it visible in the application.
18
- * To add the navigation item to the application, use {@link NavigationExtensionsBuilder.config}.
19
- *
20
- * @param item - navigation item to be registered
21
- */
22
- register: (item: NavigationItemExtension) => this;
23
- build: () => NavigationExtensions;
24
- }