@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.
- package/CHANGELOG.md +86 -24
- package/dist/index.d.ts +7 -5
- package/dist/index.js +6 -9
- package/package.json +26 -27
- package/dist/dts/api/activitiesExplorer/hooks/index.d.ts +0 -2
- package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorer.d.ts +0 -63
- package/dist/dts/api/activitiesExplorer/hooks/useActivitiesExplorerTable.d.ts +0 -41
- package/dist/dts/api/activitiesExplorer/index.d.ts +0 -1
- package/dist/dts/api/contentExplorer/components/index.d.ts +0 -2
- package/dist/dts/api/contentExplorer/components/propertiesGrid.d.ts +0 -29
- package/dist/dts/api/contentExplorer/components/propertiesList.d.ts +0 -21
- package/dist/dts/api/contentExplorer/hierarchy.d.ts +0 -102
- package/dist/dts/api/contentExplorer/hooks/index.d.ts +0 -3
- package/dist/dts/api/contentExplorer/hooks/useContentExplorer.d.ts +0 -123
- package/dist/dts/api/contentExplorer/hooks/useContentExplorerTable.d.ts +0 -39
- package/dist/dts/api/contentExplorer/hooks/useContentExplorerTree.d.ts +0 -27
- package/dist/dts/api/contentExplorer/index.d.ts +0 -4
- package/dist/dts/api/contentExplorer/utils/hierarchyUtils.d.ts +0 -80
- package/dist/dts/api/contentExplorer/utils/index.d.ts +0 -1
- package/dist/dts/api/editors/bundle/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/bundle/hooks/useBundleEditor.d.ts +0 -32
- package/dist/dts/api/editors/category/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/category/hooks/useCategoryEditor.d.ts +0 -28
- package/dist/dts/api/editors/component/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/component/hooks/useComponentEditor.d.ts +0 -32
- package/dist/dts/api/editors/folder/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/folder/hooks/useFolderEditor.d.ts +0 -32
- package/dist/dts/api/editors/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/hooks/useEditor.d.ts +0 -40
- package/dist/dts/api/editors/index.d.ts +0 -8
- package/dist/dts/api/editors/keyword/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/keyword/hooks/useKeywordEditor.d.ts +0 -32
- package/dist/dts/api/editors/page/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/page/hooks/usePageEditor.d.ts +0 -40
- package/dist/dts/api/editors/structureGroup/hooks/index.d.ts +0 -1
- package/dist/dts/api/editors/structureGroup/hooks/useStructureGroupEditor.d.ts +0 -32
- package/dist/dts/api/general/components/button.d.ts +0 -33
- package/dist/dts/api/general/components/icon.d.ts +0 -19
- package/dist/dts/api/general/components/index.d.ts +0 -7
- package/dist/dts/api/general/components/layout/block.d.ts +0 -55
- package/dist/dts/api/general/components/layout/center.d.ts +0 -12
- package/dist/dts/api/general/components/layout/flex.d.ts +0 -50
- package/dist/dts/api/general/components/layout/index.d.ts +0 -4
- package/dist/dts/api/general/components/layout/stack.d.ts +0 -39
- package/dist/dts/api/general/components/link.d.ts +0 -29
- package/dist/dts/api/general/components/modal.d.ts +0 -61
- package/dist/dts/api/general/components/text.d.ts +0 -82
- package/dist/dts/api/general/components/textLink.d.ts +0 -16
- package/dist/dts/api/general/globals/borderRadius.d.ts +0 -15
- package/dist/dts/api/general/globals/color.d.ts +0 -41
- package/dist/dts/api/general/globals/index.d.ts +0 -6
- package/dist/dts/api/general/globals/opacity.d.ts +0 -16
- package/dist/dts/api/general/globals/spacing.d.ts +0 -19
- package/dist/dts/api/general/globals/transitionDuration.d.ts +0 -14
- package/dist/dts/api/general/globals/zIndex.d.ts +0 -18
- package/dist/dts/api/general/hooks/index.d.ts +0 -4
- package/dist/dts/api/general/hooks/useConfirmation.d.ts +0 -40
- package/dist/dts/api/general/hooks/useModal.d.ts +0 -68
- package/dist/dts/api/general/hooks/useNotifications.d.ts +0 -46
- package/dist/dts/api/general/hooks/useUserProfile.d.ts +0 -14
- package/dist/dts/api/general/index.d.ts +0 -6
- package/dist/dts/api/general/mixins/accessibility.d.ts +0 -50
- package/dist/dts/api/general/mixins/backgroundColor.d.ts +0 -10
- package/dist/dts/api/general/mixins/clickable.d.ts +0 -7
- package/dist/dts/api/general/mixins/color.d.ts +0 -10
- package/dist/dts/api/general/mixins/customIcon.d.ts +0 -10
- package/dist/dts/api/general/mixins/focusBehavior.d.ts +0 -13
- package/dist/dts/api/general/mixins/index.d.ts +0 -10
- package/dist/dts/api/general/mixins/opacity.d.ts +0 -11
- package/dist/dts/api/general/mixins/sizing.d.ts +0 -35
- package/dist/dts/api/general/mixins/spacing.d.ts +0 -16
- package/dist/dts/api/general/mixins/tooltip.d.ts +0 -9
- package/dist/dts/api/general/mutations/batchMutationOptions.d.ts +0 -6
- package/dist/dts/api/general/mutations/index.d.ts +0 -10
- package/dist/dts/api/general/mutations/item/index.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/useAutoClassifyItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useAutoClassifyItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useCopyItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useCopyItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useDeleteItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useDeleteItemsMutation.d.ts +0 -22
- package/dist/dts/api/general/mutations/item/useDemoteItemMutation.d.ts +0 -15
- package/dist/dts/api/general/mutations/item/useDemoteItemsMutation.d.ts +0 -15
- package/dist/dts/api/general/mutations/item/useFinishEditingItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useFinishEditingItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useLocalizeItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useLocalizeItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useMoveItemMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/useMoveItemsMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/item/usePromoteItemMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/item/usePromoteItemsMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/item/usePublishItemsMutation.d.ts +0 -62
- package/dist/dts/api/general/mutations/item/useRevertItemMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useRevertItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useRollbackItemMutation.d.ts +0 -29
- package/dist/dts/api/general/mutations/item/useUnlocalizeItemMutation.d.ts +0 -21
- package/dist/dts/api/general/mutations/item/useUnlocalizeItemsMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/item/useUnpublishItemsMutation.d.ts +0 -46
- package/dist/dts/api/general/mutations/item/useUpdateItemMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/mutationOptions.d.ts +0 -38
- package/dist/dts/api/general/mutations/mutationResult.d.ts +0 -73
- package/dist/dts/api/general/mutations/translation/index.d.ts +0 -1
- package/dist/dts/api/general/mutations/translation/useCreateTranslationJobMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/useAddToBundleMutation.d.ts +0 -31
- package/dist/dts/api/general/mutations/useChangeUserLanguageMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useChangeUserLocaleMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useRemoveFromBundleMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/useUploadMultimediaMutation.d.ts +0 -52
- package/dist/dts/api/general/mutations/workflow/index.d.ts +0 -9
- package/dist/dts/api/general/mutations/workflow/useAssignActivitiesMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/workflow/useAssignActivityMutation.d.ts +0 -20
- package/dist/dts/api/general/mutations/workflow/useFinishActivitiesMutation.d.ts +0 -39
- package/dist/dts/api/general/mutations/workflow/useFinishActivityMutation.d.ts +0 -24
- package/dist/dts/api/general/mutations/workflow/useRestartActivitiesMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useRestartActivityMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartActivitiesMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartActivityMutation.d.ts +0 -16
- package/dist/dts/api/general/mutations/workflow/useStartWorkflowMutation.d.ts +0 -16
- package/dist/dts/api/general/queries/index.d.ts +0 -10
- package/dist/dts/api/general/queries/item/index.d.ts +0 -14
- package/dist/dts/api/general/queries/item/useItemBlueprintHierarchyQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemChildrenQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemClassifiedItemsQuery.d.ts +0 -33
- package/dist/dts/api/general/queries/item/useItemDefaultDataQuery.d.ts +0 -26
- package/dist/dts/api/general/queries/item/useItemHistoryQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishUrlsQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishedPagesQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemPublishedToQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/item/useItemTranslationInfoQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/item/useItemUsedByQuery.d.ts +0 -25
- package/dist/dts/api/general/queries/item/useItemUsesQuery.d.ts +0 -21
- package/dist/dts/api/general/queries/item/useItemsQuery.d.ts +0 -28
- package/dist/dts/api/general/queries/item/usePublicationBlueprintHierarchyQuery.d.ts +0 -20
- package/dist/dts/api/general/queries/lists/index.d.ts +0 -6
- package/dist/dts/api/general/queries/lists/useContainerItems.d.ts +0 -32
- package/dist/dts/api/general/queries/lists/useFavoritesQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/lists/useItemsInProgressQuery.d.ts +0 -25
- package/dist/dts/api/general/queries/lists/usePublicationsQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/lists/useUserGroupsQuery.d.ts +0 -33
- package/dist/dts/api/general/queries/lists/useUsersQuery.d.ts +0 -38
- package/dist/dts/api/general/queries/loadingState.d.ts +0 -10
- package/dist/dts/api/general/queries/publishing/index.d.ts +0 -5
- package/dist/dts/api/general/queries/publishing/useItemsToPublishQuery.d.ts +0 -8
- package/dist/dts/api/general/queries/publishing/useItemsToUnpublishQuery.d.ts +0 -8
- package/dist/dts/api/general/queries/publishing/usePublishTransactionsQuery.d.ts +0 -40
- package/dist/dts/api/general/queries/publishing/usePublishableTargetTypesQuery.d.ts +0 -16
- package/dist/dts/api/general/queries/publishing/useTargetTypesQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/queryOptions.d.ts +0 -67
- package/dist/dts/api/general/queries/queryResult.d.ts +0 -93
- package/dist/dts/api/general/queries/search/index.d.ts +0 -2
- package/dist/dts/api/general/queries/search/useSearchInContainerQuery.d.ts +0 -27
- package/dist/dts/api/general/queries/search/useSystemSearchQuery.d.ts +0 -26
- package/dist/dts/api/general/queries/translation/index.d.ts +0 -1
- package/dist/dts/api/general/queries/translation/useDefaultTranslationJobQuery.d.ts +0 -17
- package/dist/dts/api/general/queries/useUserProfileQuery.d.ts +0 -7
- package/dist/dts/api/general/queries/workflow/index.d.ts +0 -1
- package/dist/dts/api/general/queries/workflow/useActivityInstancesQuery.d.ts +0 -37
- package/dist/dts/api/index.d.ts +0 -5
- package/dist/dts/api/publishingQueueExplorer/hooks/index.d.ts +0 -2
- package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorer.d.ts +0 -62
- package/dist/dts/api/publishingQueueExplorer/hooks/usePublishingQueueExplorerTable.d.ts +0 -41
- package/dist/dts/api/publishingQueueExplorer/index.d.ts +0 -1
- package/dist/dts/apiBridge/activitiesExplorerApiStorage.d.ts +0 -16
- package/dist/dts/apiBridge/contentExplorerApiStorage.d.ts +0 -32
- package/dist/dts/apiBridge/editors/bundleEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/categoryEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/componentEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/editorsApiStorage.d.ts +0 -28
- package/dist/dts/apiBridge/editors/folderEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/index.d.ts +0 -8
- package/dist/dts/apiBridge/editors/keywordEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/pageEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/editors/structureGroupEditorApiStorage.d.ts +0 -13
- package/dist/dts/apiBridge/extensionApiBridge.d.ts +0 -22
- package/dist/dts/apiBridge/generalApiStorage.d.ts +0 -144
- package/dist/dts/apiBridge/index.d.ts +0 -6
- package/dist/dts/apiBridge/publishingQueueExplorerApiStorage.d.ts +0 -16
- package/dist/dts/apiWrappers/activitiesExplorer/hooks.d.ts +0 -39
- package/dist/dts/apiWrappers/activitiesExplorer/index.d.ts +0 -1
- package/dist/dts/apiWrappers/contentExplorer/components.d.ts +0 -5
- package/dist/dts/apiWrappers/contentExplorer/hooks.d.ts +0 -58
- package/dist/dts/apiWrappers/contentExplorer/index.d.ts +0 -3
- package/dist/dts/apiWrappers/contentExplorer/utils.d.ts +0 -73
- package/dist/dts/apiWrappers/editors/hooks.d.ts +0 -63
- package/dist/dts/apiWrappers/editors/index.d.ts +0 -1
- package/dist/dts/apiWrappers/general/components.d.ts +0 -88
- package/dist/dts/apiWrappers/general/globals.d.ts +0 -37
- package/dist/dts/apiWrappers/general/hooks.d.ts +0 -25
- package/dist/dts/apiWrappers/general/index.d.ts +0 -5
- package/dist/dts/apiWrappers/general/mutations/generalMutations.d.ts +0 -30
- package/dist/dts/apiWrappers/general/mutations/index.d.ts +0 -4
- package/dist/dts/apiWrappers/general/mutations/itemMutations.d.ts +0 -137
- package/dist/dts/apiWrappers/general/mutations/translationMutations.d.ts +0 -5
- package/dist/dts/apiWrappers/general/mutations/workflowMutations.d.ts +0 -47
- package/dist/dts/apiWrappers/general/queries/generalQueries.d.ts +0 -7
- package/dist/dts/apiWrappers/general/queries/index.d.ts +0 -7
- package/dist/dts/apiWrappers/general/queries/itemQueries.d.ts +0 -85
- package/dist/dts/apiWrappers/general/queries/listsQueries.d.ts +0 -25
- package/dist/dts/apiWrappers/general/queries/publishingQueries.d.ts +0 -19
- package/dist/dts/apiWrappers/general/queries/searchQueries.d.ts +0 -13
- package/dist/dts/apiWrappers/general/queries/translationQueries.d.ts +0 -5
- package/dist/dts/apiWrappers/general/queries/workflowQueries.d.ts +0 -5
- package/dist/dts/apiWrappers/index.d.ts +0 -5
- package/dist/dts/apiWrappers/publishingQueueExplorer/hooks.d.ts +0 -39
- package/dist/dts/apiWrappers/publishingQueueExplorer/index.d.ts +0 -1
- package/dist/dts/extensionPoints/actionsConfiguration/actionExtension.d.ts +0 -43
- package/dist/dts/extensionPoints/actionsConfiguration/actionGroup.d.ts +0 -20
- package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtension.d.ts +0 -10
- package/dist/dts/extensionPoints/actionsConfiguration/actionsConfigurationExtensionsBuilder.d.ts +0 -70
- package/dist/dts/extensionPoints/actionsConfiguration/index.d.ts +0 -4
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerActions.d.ts +0 -40
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/activitiesExplorer/activitiesExplorerExtensionsBuilder.d.ts +0 -25
- package/dist/dts/extensionPoints/activitiesExplorer/index.d.ts +0 -5
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/activitiesExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/activitiesExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableActions.d.ts +0 -41
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/activitiesExplorer/table/activitiesExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/activitiesExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentEditor/contentEditorExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/contentEditor/contentEditorExtensionsBuilder.d.ts +0 -15
- package/dist/dts/extensionPoints/contentEditor/contentEditorFormFieldExtension.d.ts +0 -85
- package/dist/dts/extensionPoints/contentEditor/contentEditorViewExtension.d.ts +0 -69
- package/dist/dts/extensionPoints/contentEditor/index.d.ts +0 -5
- package/dist/dts/extensionPoints/contentEditor/richTextField/index.d.ts +0 -2
- package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensions.d.ts +0 -64
- package/dist/dts/extensionPoints/contentEditor/richTextField/richTextFieldExtensionsBuilder.d.ts +0 -11
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerActions.d.ts +0 -86
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensions.d.ts +0 -13
- package/dist/dts/extensionPoints/contentExplorer/contentExplorerExtensionsBuilder.d.ts +0 -30
- package/dist/dts/extensionPoints/contentExplorer/index.d.ts +0 -6
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/contentExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/contentExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/contentExplorer/table/contentExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/contentExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/contentExplorer/tree/contentExplorerTreeExtensionsBuilder.d.ts +0 -13
- package/dist/dts/extensionPoints/contentExplorer/tree/index.d.ts +0 -2
- package/dist/dts/extensionPoints/extensionBuilder.d.ts +0 -37
- package/dist/dts/extensionPoints/extensionPoints.d.ts +0 -17
- package/dist/dts/extensionPoints/header/headerExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/header/headerExtensionsBuilder.d.ts +0 -12
- package/dist/dts/extensionPoints/header/index.d.ts +0 -3
- package/dist/dts/extensionPoints/header/navigation/index.d.ts +0 -4
- package/dist/dts/extensionPoints/header/navigation/navigationExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/header/navigation/navigationExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/header/navigation/navigationItem.d.ts +0 -65
- package/dist/dts/extensionPoints/header/navigation/navigationItems.d.ts +0 -20
- package/dist/dts/extensionPoints/index.d.ts +0 -12
- package/dist/dts/extensionPoints/insightsPanels/index.d.ts +0 -1
- package/dist/dts/extensionPoints/insightsPanels/insightsPanelsExtension.d.ts +0 -39
- package/dist/dts/extensionPoints/listBuilder/index.d.ts +0 -3
- package/dist/dts/extensionPoints/listBuilder/listBuilder.d.ts +0 -12
- package/dist/dts/extensionPoints/listBuilder/listBuilderExtension.d.ts +0 -12
- package/dist/dts/extensionPoints/listBuilder/utils/addItem.d.ts +0 -14
- package/dist/dts/extensionPoints/listBuilder/utils/findItemIndex.d.ts +0 -13
- package/dist/dts/extensionPoints/listBuilder/utils/index.d.ts +0 -5
- package/dist/dts/extensionPoints/listBuilder/utils/moveItem.d.ts +0 -14
- package/dist/dts/extensionPoints/listBuilder/utils/removeItem.d.ts +0 -13
- package/dist/dts/extensionPoints/listBuilder/utils/replaceItem.d.ts +0 -14
- package/dist/dts/extensionPoints/publishingQueueExplorer/index.d.ts +0 -5
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/index.d.ts +0 -3
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtension.d.ts +0 -18
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensions.d.ts +0 -9
- package/dist/dts/extensionPoints/publishingQueueExplorer/insightsPanels/publishingQueueExplorerInsightsPanelsExtensionsBuilder.d.ts +0 -24
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerActions.d.ts +0 -39
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensions.d.ts +0 -11
- package/dist/dts/extensionPoints/publishingQueueExplorer/publishingQueueExplorerExtensionsBuilder.d.ts +0 -25
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/index.d.ts +0 -3
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableActions.d.ts +0 -39
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableColumnExtension.d.ts +0 -20
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensions.d.ts +0 -10
- package/dist/dts/extensionPoints/publishingQueueExplorer/table/publishingQueueExplorerTableExtensionsBuilder.d.ts +0 -26
- package/dist/dts/extensionPoints/tableColumnConfiguration/index.d.ts +0 -1
- package/dist/dts/extensionPoints/tableColumnConfiguration/tableColumnExtension.d.ts +0 -70
- package/dist/dts/extensionPoints/translations/index.d.ts +0 -3
- package/dist/dts/extensionPoints/translations/translationExtensions.d.ts +0 -7
- package/dist/dts/extensionPoints/translations/translationExtensionsBuilder.d.ts +0 -17
- package/dist/dts/extensionPoints/translations/translationItem.d.ts +0 -23
- package/dist/dts/frameworkInfo.d.ts +0 -7
- package/dist/dts/index.d.ts +0 -6
- package/dist/dts/module/createExtensionGlobals.d.ts +0 -11
- package/dist/dts/module/extensionGlobals.d.ts +0 -7
- package/dist/dts/module/extensionModule.d.ts +0 -11
- package/dist/dts/module/index.d.ts +0 -4
- package/dist/dts/module/runtimeInformation.d.ts +0 -7
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, ItemUri, RloItemType } from '@tridion-sites/models';
|
|
2
|
-
import type { QueryOptions } from '../queryOptions';
|
|
3
|
-
import type { QueryResult } from '../queryResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface SearchInContainerQueryProps {
|
|
8
|
-
/**
|
|
9
|
-
* URI of the container to search in.
|
|
10
|
-
*/
|
|
11
|
-
containerId: ItemUri;
|
|
12
|
-
/**
|
|
13
|
-
* Input for the full-text query.
|
|
14
|
-
* The following characters have special meaning in the query syntax: + - && || ! ( ) \{ \} [ ] ^ " ~ * ? : \\\\
|
|
15
|
-
* To use any of these characters without their syntactical meaning, to escape them by preceding the character with a \\\\.
|
|
16
|
-
*/
|
|
17
|
-
fullTextQuery: string;
|
|
18
|
-
itemTypes?: ReadonlyArray<RloItemType>;
|
|
19
|
-
/**
|
|
20
|
-
* The maximum number of search results.
|
|
21
|
-
*/
|
|
22
|
-
resultLimit?: number;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
export type SearchInContainerQueryHook = (props: SearchInContainerQueryProps | undefined, options?: QueryOptions<ReadonlyArray<IdentifiableObject> | undefined, ApiError>) => QueryResult<ReadonlyArray<IdentifiableObject> | undefined, ApiError>;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { ApiError, IdentifiableObject, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { QueryOptions } from '../queryOptions';
|
|
3
|
-
import type { QueryResult } from '../queryResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface SystemSearchQueryProps {
|
|
8
|
-
/**
|
|
9
|
-
* Input for the full-text query.
|
|
10
|
-
* The following characters have special meaning in the query syntax: + - && || ! ( ) \{ \} [ ] ^ " ~ * ? : \\\\
|
|
11
|
-
* To use any of these characters without their syntactical meaning, to escape them by preceding the character with a \\\\.
|
|
12
|
-
*/
|
|
13
|
-
fullTextQuery?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The maximum number of search results.
|
|
16
|
-
*/
|
|
17
|
-
resultLimit?: number;
|
|
18
|
-
/**
|
|
19
|
-
* Limits the search results to only items that are classified with the specified keyword IDs.
|
|
20
|
-
*/
|
|
21
|
-
usedKeywordsIds?: ReadonlyArray<ItemUri>;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* @public
|
|
25
|
-
*/
|
|
26
|
-
export type SystemSearchQueryHook = (props?: SystemSearchQueryProps, options?: QueryOptions<ReadonlyArray<IdentifiableObject> | undefined, ApiError>) => QueryResult<ReadonlyArray<IdentifiableObject> | undefined, ApiError>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useDefaultTranslationJobQuery';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ApiError, ItemUri, TranslationJob, TranslationJobType } from '@tridion-sites/models';
|
|
2
|
-
import type { QueryOptions } from '../queryOptions';
|
|
3
|
-
import type { QueryResult } from '../queryResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DefaultTranslationJobQueryProps {
|
|
8
|
-
/**
|
|
9
|
-
* IDs to get default Translation Job for.
|
|
10
|
-
*/
|
|
11
|
-
itemIds: ReadonlyArray<ItemUri>;
|
|
12
|
-
type: TranslationJobType;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* @public
|
|
16
|
-
*/
|
|
17
|
-
export type DefaultTranslationJobQueryHook = (props: DefaultTranslationJobQueryProps | undefined, options?: QueryOptions<TranslationJob | undefined, ApiError>) => QueryResult<TranslationJob | undefined, ApiError>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { ApiError, UserProfile } from '@tridion-sites/models';
|
|
2
|
-
import type { QueryOptions } from './queryOptions';
|
|
3
|
-
import type { QueryResult } from './queryResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export type UserProfileQueryHook = (options?: QueryOptions<UserProfile | undefined, ApiError>) => QueryResult<UserProfile | undefined, ApiError>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useActivityInstancesQuery';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { ActivityInstance, ActivityState, ApiError, ItemUri } from '@tridion-sites/models';
|
|
2
|
-
import type { QueryOptions } from '../queryOptions';
|
|
3
|
-
import type { QueryResult } from '../queryResult';
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface ActivityInstancesQueryProps {
|
|
8
|
-
/**
|
|
9
|
-
* When set to `false`, the results will be filtered on Assignee or Owner depending on the activity instance state:
|
|
10
|
-
* - Activity Instances in Assigned State are returned if they are assigned to the Current User or any groups of the Current User.
|
|
11
|
-
* - Activity Instances in other Activity States are returned if they are owned by the Current User
|
|
12
|
-
*
|
|
13
|
-
* When set to `true`, the results are filtered by security instead.
|
|
14
|
-
* Only the Activity Instances on which the current user has Workflow Management rights (or system administration privileges) are returned.
|
|
15
|
-
*/
|
|
16
|
-
forAllUsers?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* If specified, only Activity Instances which have one of the given Activity States will be returned.
|
|
19
|
-
*/
|
|
20
|
-
activityStates?: ReadonlyArray<ActivityState>;
|
|
21
|
-
/**
|
|
22
|
-
* If specified, only Activity Instances based on the given Process Definition will be returned.
|
|
23
|
-
*/
|
|
24
|
-
processDefinitionId?: ItemUri;
|
|
25
|
-
/**
|
|
26
|
-
* If specified, inly Activity Instances created by given User will be returned.
|
|
27
|
-
*/
|
|
28
|
-
ownerId?: ItemUri;
|
|
29
|
-
/**
|
|
30
|
-
* If specified, inly Activity Instances assigned to a given User will be returned.
|
|
31
|
-
*/
|
|
32
|
-
assigneeId?: ItemUri;
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @public
|
|
36
|
-
*/
|
|
37
|
-
export type ActivityInstancesQueryHook = (props?: ActivityInstancesQueryProps, options?: QueryOptions<ReadonlyArray<ActivityInstance> | undefined, ApiError>) => QueryResult<ReadonlyArray<ActivityInstance> | undefined, ApiError>;
|
package/dist/dts/api/index.d.ts
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import type { LoadingState } from "../..";
|
|
2
|
-
import type { ValuesOfArray } from '@tridion/graphene';
|
|
3
|
-
import type { PublishTransaction } from '@tridion-sites/models';
|
|
4
|
-
/**
|
|
5
|
-
* List of all built-in panel IDs of the Publishing Queue Explorer.
|
|
6
|
-
*
|
|
7
|
-
* @public
|
|
8
|
-
*/
|
|
9
|
-
export declare const publishingQueueExplorerPanelIds: readonly ["information", "resolvedItems"];
|
|
10
|
-
/**
|
|
11
|
-
* Type represents ID of a built-in panel of the Publishing Queue Explorer.
|
|
12
|
-
*
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export type PublishingQueueExplorerPanelId = ValuesOfArray<typeof publishingQueueExplorerPanelIds>;
|
|
16
|
-
/**
|
|
17
|
-
* All available built-in Publishing Queue Explorer panel IDs.
|
|
18
|
-
*
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
export declare const publishingQueueExplorerPanelId: {
|
|
22
|
-
information: "information";
|
|
23
|
-
resolvedItems: "resolvedItems";
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Data of the PublishingQueue Explorer.
|
|
27
|
-
*
|
|
28
|
-
* @public
|
|
29
|
-
*/
|
|
30
|
-
export interface PublishingQueueExplorerHookResult {
|
|
31
|
-
/**
|
|
32
|
-
* List of Publish Transactions.
|
|
33
|
-
*/
|
|
34
|
-
items: ReadonlyArray<PublishTransaction>;
|
|
35
|
-
/**
|
|
36
|
-
* The loading state of the Publish Transactions list.
|
|
37
|
-
*/
|
|
38
|
-
itemsLoadingState: LoadingState;
|
|
39
|
-
/**
|
|
40
|
-
* Currently active PublishTransaction.
|
|
41
|
-
*/
|
|
42
|
-
currentItem: PublishTransaction | undefined;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* Hook for accessing PublishingQueue Explorer data.
|
|
46
|
-
*
|
|
47
|
-
* @remarks
|
|
48
|
-
* Should be used only inside PublishingQueue Explorer, otherwise throws an error.
|
|
49
|
-
*
|
|
50
|
-
* @public
|
|
51
|
-
*/
|
|
52
|
-
export type PublishingQueueExplorerHook = () => PublishingQueueExplorerHookResult;
|
|
53
|
-
/**
|
|
54
|
-
* Hook for accessing PublishingQueue Explorer data when available.
|
|
55
|
-
*
|
|
56
|
-
* @remarks
|
|
57
|
-
* Safe to be used within or outside of the PublishingQueue Explorer.
|
|
58
|
-
* `undefined` is returned when used outside of PublishingQueue Explorer.
|
|
59
|
-
*
|
|
60
|
-
* @public
|
|
61
|
-
*/
|
|
62
|
-
export type OptionalPublishingQueueExplorerHook = () => PublishingQueueExplorerHookResult | undefined;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import type { ItemUri, PublishTransaction, PublishTransactionListInfo } from '@tridion-sites/models';
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
*/
|
|
5
|
-
export interface PublishingQueueExplorerTableSelection {
|
|
6
|
-
ids: ReadonlySet<ItemUri>;
|
|
7
|
-
selectedItems: ReadonlyArray<PublishTransaction<PublishTransactionListInfo>>;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* Methods of the PublishingQueue Explorer Table.
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
export interface PublishingQueueExplorerTableHookResult {
|
|
14
|
-
/**
|
|
15
|
-
* Refetch list of Publish Transactions.
|
|
16
|
-
*/
|
|
17
|
-
refresh: () => void;
|
|
18
|
-
/**
|
|
19
|
-
* Current state of selected Publish Transactions in the Table.
|
|
20
|
-
*/
|
|
21
|
-
selection: PublishingQueueExplorerTableSelection;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Hook for accessing PublishingQueue Explorer Table data and methods.
|
|
25
|
-
*
|
|
26
|
-
* @remarks
|
|
27
|
-
* Should be used only inside PublishingQueue Explorer Table, otherwise throws an error.
|
|
28
|
-
*
|
|
29
|
-
* @public
|
|
30
|
-
*/
|
|
31
|
-
export type PublishingQueueExplorerTableHook = () => PublishingQueueExplorerTableHookResult;
|
|
32
|
-
/**
|
|
33
|
-
* Hook for accessing PublishingQueue Explorer Table data and methods when available.
|
|
34
|
-
*
|
|
35
|
-
* @remarks
|
|
36
|
-
* Safe to be used within or outside of the PublishingQueue Explorer Table.
|
|
37
|
-
* `undefined` is returned when used outside of the PublishingQueue Explorer Table.
|
|
38
|
-
*
|
|
39
|
-
* @public
|
|
40
|
-
*/
|
|
41
|
-
export type OptionalPublishingQueueExplorerTableHook = () => PublishingQueueExplorerTableHookResult | undefined;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './hooks';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ActivitiesExplorerHook, ActivitiesExplorerTableHook, OptionalActivitiesExplorerHook, OptionalActivitiesExplorerTableHook } from "../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface ActivitiesExplorerHooksApiStorage {
|
|
6
|
-
useActivitiesExplorer: ActivitiesExplorerHook;
|
|
7
|
-
useActivitiesExplorerTable: ActivitiesExplorerTableHook;
|
|
8
|
-
useOptionalActivitiesExplorer: OptionalActivitiesExplorerHook;
|
|
9
|
-
useOptionalActivitiesExplorerTable: OptionalActivitiesExplorerTableHook;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
export interface ActivitiesExplorerApiStorage {
|
|
15
|
-
hooks: ActivitiesExplorerHooksApiStorage;
|
|
16
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { ContentExplorerHierarchyUtilsExtensionApi, ContentExplorerHook, ContentExplorerTableHook, ContentExplorerTreeHook, OptionalContentExplorerHook, OptionalContentExplorerTableHook, OptionalContentExplorerTreeHook, PropertiesListComponent } from "../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface ContentExplorerUtilsApiStorage {
|
|
6
|
-
hierarchy: ContentExplorerHierarchyUtilsExtensionApi;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface ContentExplorerHooksApiStorage {
|
|
12
|
-
useContentExplorer: ContentExplorerHook;
|
|
13
|
-
useContentExplorerTable: ContentExplorerTableHook;
|
|
14
|
-
useContentExplorerTree: ContentExplorerTreeHook;
|
|
15
|
-
useOptionalContentExplorer: OptionalContentExplorerHook;
|
|
16
|
-
useOptionalContentExplorerTable: OptionalContentExplorerTableHook;
|
|
17
|
-
useOptionalContentExplorerTree: OptionalContentExplorerTreeHook;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
export interface ContentExplorerComponentsApiStorage {
|
|
23
|
-
PropertiesList: PropertiesListComponent;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
|
-
export interface ContentExplorerApiStorage {
|
|
29
|
-
hooks: ContentExplorerHooksApiStorage;
|
|
30
|
-
utils: ContentExplorerUtilsApiStorage;
|
|
31
|
-
components: ContentExplorerComponentsApiStorage;
|
|
32
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalBundleEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface BundleEditorHooksApiStorage {
|
|
6
|
-
useOptionalBundleEditor: OptionalBundleEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface BundleEditorApiStorage {
|
|
12
|
-
hooks: BundleEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalCategoryEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface CategoryEditorHooksApiStorage {
|
|
6
|
-
useOptionalCategoryEditor: OptionalCategoryEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface CategoryEditorApiStorage {
|
|
12
|
-
hooks: CategoryEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalComponentEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface ComponentEditorHooksApiStorage {
|
|
6
|
-
useOptionalComponentEditor: OptionalComponentEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface ComponentEditorApiStorage {
|
|
12
|
-
hooks: ComponentEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { EditorHook, OptionalEditorHook } from "../../api";
|
|
2
|
-
import type { BundleEditorApiStorage } from './bundleEditorApiStorage';
|
|
3
|
-
import type { CategoryEditorApiStorage } from './categoryEditorApiStorage';
|
|
4
|
-
import type { ComponentEditorApiStorage } from './componentEditorApiStorage';
|
|
5
|
-
import type { FolderEditorApiStorage } from './folderEditorApiStorage';
|
|
6
|
-
import type { KeywordEditorApiStorage } from './keywordEditorApiStorage';
|
|
7
|
-
import type { PageEditorApiStorage } from './pageEditorApiStorage';
|
|
8
|
-
import type { StructureGroupEditorApiStorage } from './structureGroupEditorApiStorage';
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
export interface EditorHooksApiStorage {
|
|
13
|
-
useEditor: EditorHook;
|
|
14
|
-
useOptionalEditor: OptionalEditorHook;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
|
-
export interface EditorsApiStorage {
|
|
20
|
-
hooks: EditorHooksApiStorage;
|
|
21
|
-
componentEditor: ComponentEditorApiStorage;
|
|
22
|
-
bundleEditor: BundleEditorApiStorage;
|
|
23
|
-
categoryEditor: CategoryEditorApiStorage;
|
|
24
|
-
folderEditor: FolderEditorApiStorage;
|
|
25
|
-
keywordEditor: KeywordEditorApiStorage;
|
|
26
|
-
pageEditor: PageEditorApiStorage;
|
|
27
|
-
structureGroupEditor: StructureGroupEditorApiStorage;
|
|
28
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalFolderEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface FolderEditorHooksApiStorage {
|
|
6
|
-
useOptionalFolderEditor: OptionalFolderEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface FolderEditorApiStorage {
|
|
12
|
-
hooks: FolderEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './bundleEditorApiStorage';
|
|
2
|
-
export * from './categoryEditorApiStorage';
|
|
3
|
-
export * from './componentEditorApiStorage';
|
|
4
|
-
export * from './folderEditorApiStorage';
|
|
5
|
-
export * from './keywordEditorApiStorage';
|
|
6
|
-
export * from './pageEditorApiStorage';
|
|
7
|
-
export * from './structureGroupEditorApiStorage';
|
|
8
|
-
export * from './editorsApiStorage';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalKeywordEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface KeywordEditorHooksApiStorage {
|
|
6
|
-
useOptionalKeywordEditor: OptionalKeywordEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface KeywordEditorApiStorage {
|
|
12
|
-
hooks: KeywordEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalPageEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface PageEditorHooksApiStorage {
|
|
6
|
-
useOptionalPageEditor: OptionalPageEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface PageEditorApiStorage {
|
|
12
|
-
hooks: PageEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { OptionalStructureGroupEditorHook } from "../../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface StructureGroupEditorHooksApiStorage {
|
|
6
|
-
useOptionalStructureGroupEditor: OptionalStructureGroupEditorHook;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export interface StructureGroupEditorApiStorage {
|
|
12
|
-
hooks: StructureGroupEditorHooksApiStorage;
|
|
13
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { ActivitiesExplorerApiStorage } from './activitiesExplorerApiStorage';
|
|
2
|
-
import type { ContentExplorerApiStorage } from './contentExplorerApiStorage';
|
|
3
|
-
import type { EditorsApiStorage } from './editors';
|
|
4
|
-
import type { GeneralApiStorage } from './generalApiStorage';
|
|
5
|
-
import type { PublishingQueueExplorerApiStorage } from './publishingQueueExplorerApiStorage';
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
|
-
export interface ExtensionApiImplementationStorage {
|
|
10
|
-
activitiesExplorer: ActivitiesExplorerApiStorage;
|
|
11
|
-
contentExplorer: ContentExplorerApiStorage;
|
|
12
|
-
publishingQueueExplorer: PublishingQueueExplorerApiStorage;
|
|
13
|
-
editors: EditorsApiStorage;
|
|
14
|
-
general: GeneralApiStorage;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
|
-
export declare const extensionApiBridge: {
|
|
20
|
-
initialize: (implementation: ExtensionApiImplementationStorage) => void;
|
|
21
|
-
get: () => ExtensionApiImplementationStorage;
|
|
22
|
-
};
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
import type { ActivityInstancesQueryHook, AddToBundleMutationHook, AssignActivitiesMutationHook, AssignActivityMutationHook, AutoClassifyItemMutationHook, AutoClassifyItemsMutationHook, BlockComponent, BorderRadiusGetter, ButtonComponent, CenterComponent, ChangeUserLanguageMutationHook, ChangeUserLocaleMutationHook, ColorPaletteGetter, ConfirmationHook, ContainerItemsQueryHook, CopyItemMutationHook, CopyItemsMutationHook, CreateTranslationJobMutationHook, DefaultTranslationJobQueryHook, DeleteItemMutationHook, DeleteItemsMutationHook, DemoteItemMutationHook, DemoteItemsMutationHook, FavoritesQueryHook, FinishActivitiesMutationHook, FinishActivityMutationHook, FinishEditingItemMutationHook, FinishEditingItemsMutationHook, FlexComponent, IconComponent, ItemBlueprintHierarchyQueryHook, ItemChildrenQueryHook, ItemClassifiedItemsQueryHook, ItemDefaultDataQueryHook, ItemHistoryQueryHook, ItemPublishedPagesQueryHook, ItemPublishedToQueryHook, ItemPublishUrlsQueryHook, ItemQueryHook, ItemsInProgressQueryHook, ItemsQueryHook, ItemsToPublishQueryHook, ItemsToUnpublishQueryHook, ItemTranslationInfoQueryHook, ItemUsedByQueryHook, ItemUsesQueryHook, LinkComponent, LocalizeItemMutationHook, LocalizeItemsMutationHook, ModalContentComponent, ModalFooterComponent, ModalHeaderComponent, ModalHook, MoveItemMutationHook, MoveItemsMutationHook, NotificationsHook, OpacityLevelGetter, PromoteItemMutationHook, PromoteItemsMutationHook, PublicationBlueprintHierarchyQueryHook, PublicationsQueryHook, PublishableTargetTypesQueryHook, PublishItemsMutationHook, PublishTransactionsQueryHook, RemoveFromBundleMutationHook, RestartActivitiesMutationHook, RestartActivityMutationHook, RevertItemMutationHook, RevertItemsMutationHook, RollbackItemMutationHook, SearchInContainerQueryHook, SpacingGetter, StackComponent, StartActivitiesMutationHook, StartActivityMutationHook, StartWorkflowMutationHook, SystemSearchQueryHook, TextComponent, TextLinkComponent, TransitionDurationGetter, UnlocalizeItemMutationHook, UnlocalizeItemsMutationHook, UnpublishItemsMutationHook, UpdateItemMutationHook, UploadMultimediaMutationHook, UserGroupsQueryHook, UserProfileHook, UserProfileQueryHook, UsersQueryHook, ZIndexGetter } from "../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface GeneralHooksApiStorage {
|
|
6
|
-
useNotifications: NotificationsHook;
|
|
7
|
-
useUserProfile: UserProfileHook;
|
|
8
|
-
useConfirmation: ConfirmationHook;
|
|
9
|
-
useModal: ModalHook;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
export interface GeneralComponentsApiStorage {
|
|
15
|
-
Block: BlockComponent;
|
|
16
|
-
Button: ButtonComponent;
|
|
17
|
-
Center: CenterComponent;
|
|
18
|
-
Flex: FlexComponent;
|
|
19
|
-
Icon: IconComponent;
|
|
20
|
-
Link: LinkComponent;
|
|
21
|
-
Stack: StackComponent;
|
|
22
|
-
Text: TextComponent;
|
|
23
|
-
TextLink: TextLinkComponent;
|
|
24
|
-
ModalContent: ModalContentComponent;
|
|
25
|
-
ModalHeader: ModalHeaderComponent;
|
|
26
|
-
ModalFooter: ModalFooterComponent;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
export interface GeneralGlobalsApiStorage {
|
|
32
|
-
getBorderRadius: BorderRadiusGetter;
|
|
33
|
-
getColorPalette: ColorPaletteGetter;
|
|
34
|
-
getOpacityLevel: OpacityLevelGetter;
|
|
35
|
-
getSpacing: SpacingGetter;
|
|
36
|
-
getTransitionDuration: TransitionDurationGetter;
|
|
37
|
-
getZIndex: ZIndexGetter;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
export interface GeneralQueriesApiStorage {
|
|
43
|
-
useUserProfileQuery: UserProfileQueryHook;
|
|
44
|
-
item: {
|
|
45
|
-
useItemBlueprintHierarchyQuery: ItemBlueprintHierarchyQueryHook;
|
|
46
|
-
useItemChildrenQuery: ItemChildrenQueryHook;
|
|
47
|
-
useItemClassifiedItemsQuery: ItemClassifiedItemsQueryHook;
|
|
48
|
-
useItemDefaultDataQuery: ItemDefaultDataQueryHook;
|
|
49
|
-
useItemHistoryQuery: ItemHistoryQueryHook;
|
|
50
|
-
useItemPublishedPagesQuery: ItemPublishedPagesQueryHook;
|
|
51
|
-
useItemPublishedToQuery: ItemPublishedToQueryHook;
|
|
52
|
-
useItemPublishUrlsQuery: ItemPublishUrlsQueryHook;
|
|
53
|
-
useItemQuery: ItemQueryHook;
|
|
54
|
-
useItemsQuery: ItemsQueryHook;
|
|
55
|
-
useItemTranslationInfoQuery: ItemTranslationInfoQueryHook;
|
|
56
|
-
useItemUsedByQuery: ItemUsedByQueryHook;
|
|
57
|
-
useItemUsesQuery: ItemUsesQueryHook;
|
|
58
|
-
usePublicationBlueprintHierarchyQuery: PublicationBlueprintHierarchyQueryHook;
|
|
59
|
-
};
|
|
60
|
-
lists: {
|
|
61
|
-
useContainerItems: ContainerItemsQueryHook;
|
|
62
|
-
useFavoritesQuery: FavoritesQueryHook;
|
|
63
|
-
useItemsInProgressQuery: ItemsInProgressQueryHook;
|
|
64
|
-
usePublicationsQuery: PublicationsQueryHook;
|
|
65
|
-
useUserGroupsQuery: UserGroupsQueryHook;
|
|
66
|
-
useUsersQuery: UsersQueryHook;
|
|
67
|
-
};
|
|
68
|
-
publishing: {
|
|
69
|
-
useItemsToPublishQuery: ItemsToPublishQueryHook;
|
|
70
|
-
useItemsToUnpublishQuery: ItemsToUnpublishQueryHook;
|
|
71
|
-
usePublishableTargetTypesQuery: PublishableTargetTypesQueryHook;
|
|
72
|
-
usePublishTransactionsQuery: PublishTransactionsQueryHook;
|
|
73
|
-
};
|
|
74
|
-
search: {
|
|
75
|
-
useSearchInContainerQuery: SearchInContainerQueryHook;
|
|
76
|
-
useSystemSearchQuery: SystemSearchQueryHook;
|
|
77
|
-
};
|
|
78
|
-
translation: {
|
|
79
|
-
useDefaultTranslationJobQuery: DefaultTranslationJobQueryHook;
|
|
80
|
-
};
|
|
81
|
-
workflow: {
|
|
82
|
-
useActivityInstancesQuery: ActivityInstancesQueryHook;
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
export interface GeneralMutationsApiStorage {
|
|
89
|
-
item: {
|
|
90
|
-
useAutoClassifyItemMutation: AutoClassifyItemMutationHook;
|
|
91
|
-
useAutoClassifyItemsMutation: AutoClassifyItemsMutationHook;
|
|
92
|
-
useCopyItemMutation: CopyItemMutationHook;
|
|
93
|
-
useCopyItemsMutation: CopyItemsMutationHook;
|
|
94
|
-
useDeleteItemMutation: DeleteItemMutationHook;
|
|
95
|
-
useDeleteItemsMutation: DeleteItemsMutationHook;
|
|
96
|
-
useDemoteItemMutation: DemoteItemMutationHook;
|
|
97
|
-
useDemoteItemsMutation: DemoteItemsMutationHook;
|
|
98
|
-
useFinishEditingItemMutation: FinishEditingItemMutationHook;
|
|
99
|
-
useFinishEditingItemsMutation: FinishEditingItemsMutationHook;
|
|
100
|
-
useLocalizeItemMutation: LocalizeItemMutationHook;
|
|
101
|
-
useLocalizeItemsMutation: LocalizeItemsMutationHook;
|
|
102
|
-
useMoveItemMutation: MoveItemMutationHook;
|
|
103
|
-
useMoveItemsMutation: MoveItemsMutationHook;
|
|
104
|
-
usePublishItemsMutation: PublishItemsMutationHook;
|
|
105
|
-
usePromoteItemMutation: PromoteItemMutationHook;
|
|
106
|
-
usePromoteItemsMutation: PromoteItemsMutationHook;
|
|
107
|
-
useRevertItemMutation: RevertItemMutationHook;
|
|
108
|
-
useRevertItemsMutation: RevertItemsMutationHook;
|
|
109
|
-
useRollbackItemMutation: RollbackItemMutationHook;
|
|
110
|
-
useUnlocalizeItemMutation: UnlocalizeItemMutationHook;
|
|
111
|
-
useUnlocalizeItemsMutation: UnlocalizeItemsMutationHook;
|
|
112
|
-
useUnpublishItemsMutation: UnpublishItemsMutationHook;
|
|
113
|
-
useUpdateItemMutation: UpdateItemMutationHook;
|
|
114
|
-
};
|
|
115
|
-
translations: {
|
|
116
|
-
useCreateTranslationJobMutation: CreateTranslationJobMutationHook;
|
|
117
|
-
};
|
|
118
|
-
workflow: {
|
|
119
|
-
useAssignActivitiesMutation: AssignActivitiesMutationHook;
|
|
120
|
-
useAssignActivityMutation: AssignActivityMutationHook;
|
|
121
|
-
useFinishActivityMutation: FinishActivityMutationHook;
|
|
122
|
-
useFinishActivitiesMutation: FinishActivitiesMutationHook;
|
|
123
|
-
useRestartActivitiesMutation: RestartActivitiesMutationHook;
|
|
124
|
-
useRestartActivityMutation: RestartActivityMutationHook;
|
|
125
|
-
useStartActivitiesMutation: StartActivitiesMutationHook;
|
|
126
|
-
useStartActivityMutation: StartActivityMutationHook;
|
|
127
|
-
useStartWorkflowMutation: StartWorkflowMutationHook;
|
|
128
|
-
};
|
|
129
|
-
useAddToBundleMutation: AddToBundleMutationHook;
|
|
130
|
-
useChangeUserLanguageMutation: ChangeUserLanguageMutationHook;
|
|
131
|
-
useChangeUserLocaleMutation: ChangeUserLocaleMutationHook;
|
|
132
|
-
useRemoveFromBundleMutation: RemoveFromBundleMutationHook;
|
|
133
|
-
useUploadMultimediaMutation: UploadMultimediaMutationHook;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
export interface GeneralApiStorage {
|
|
139
|
-
components: GeneralComponentsApiStorage;
|
|
140
|
-
globals: GeneralGlobalsApiStorage;
|
|
141
|
-
hooks: GeneralHooksApiStorage;
|
|
142
|
-
mutations: GeneralMutationsApiStorage;
|
|
143
|
-
queries: GeneralQueriesApiStorage;
|
|
144
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { OptionalPublishingQueueExplorerHook, OptionalPublishingQueueExplorerTableHook, PublishingQueueExplorerHook, PublishingQueueExplorerTableHook } from "../api";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export interface PublishingQueueExplorerHooksApiStorage {
|
|
6
|
-
usePublishingQueueExplorer: PublishingQueueExplorerHook;
|
|
7
|
-
usePublishingQueueExplorerTable: PublishingQueueExplorerTableHook;
|
|
8
|
-
useOptionalPublishingQueueExplorer: OptionalPublishingQueueExplorerHook;
|
|
9
|
-
useOptionalPublishingQueueExplorerTable: OptionalPublishingQueueExplorerTableHook;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
export interface PublishingQueueExplorerApiStorage {
|
|
15
|
-
hooks: PublishingQueueExplorerHooksApiStorage;
|
|
16
|
-
}
|