@omnia/wcm 8.0.5-dev → 8.0.6-dev
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/internal-do-not-import-from-here/core/Constants.d.ts +9 -7
- package/internal-do-not-import-from-here/core/Enums.d.ts +1 -1
- package/internal-do-not-import-from-here/core/Utils.d.ts +16 -10
- package/internal-do-not-import-from-here/core/loc/CommunityLocalization.d.ts +1 -1
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +9 -5
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +36 -2
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +8 -1
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +6 -1
- package/internal-do-not-import-from-here/core/loc/TokensLocalization.d.ts +1 -1
- package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +57 -14
- package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +27 -0
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/constants.d.ts +27 -32
- package/internal-do-not-import-from-here/fx/filterengine/pagerollup/PageRollupFilterEngineContext.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/internal/models/PagesDashboard.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +0 -3
- package/internal-do-not-import-from-here/fx/internal/services/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/internal/stores/YammerIntegrationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +61 -59
- package/internal-do-not-import-from-here/fx/models/Constants.js +69 -65
- package/internal-do-not-import-from-here/fx/models/Enums.d.ts +15 -14
- package/internal-do-not-import-from-here/fx/models/Enums.js +25 -25
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +409 -403
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +420 -414
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +2 -2
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/apps/AppDefaultPageCollection.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/apps/CommunityAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +7 -3
- package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +2 -1
- package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/channels/ChannelHttpModels.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/channels/ChannelPages.js +1 -1
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.js +1 -1
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannelCategory.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/AccordionBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/components/AccordionBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +7 -1
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +3 -3
- package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/components/BannerBlock.js +1 -1
- package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlockStyles.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.js +3 -3
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -2
- package/internal-do-not-import-from-here/fx/models/components/ContentBlockStyles.d.ts +4 -13
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/DocumentPicker.js +1 -1
- package/internal-do-not-import-from-here/fx/models/components/EnterprisePropertyDocumentProvider.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/models/components/FilterSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/models/components/IFrameBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +2 -13
- package/internal-do-not-import-from-here/fx/models/components/MegaMenu.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/models/components/MegaMenuStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.js +1 -1
- package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.d.ts +4 -5
- package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.js +1 -1
- package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.js +2 -2
- package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +18 -22
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.js +0 -6
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +11 -10
- package/internal-do-not-import-from-here/fx/models/components/RatingBlockSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/models/components/TaxonomyNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/digitalsignage/Announcement.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonProp.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.js +1 -1
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageSettingsBase.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningPageRollupViewSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.js +2 -2
- package/internal-do-not-import-from-here/fx/models/editor/enums.js +1 -1
- package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.js +1 -1
- package/internal-do-not-import-from-here/fx/models/eventmanagement/Enums.js +8 -8
- package/internal-do-not-import-from-here/fx/models/eventmanagement/EventCalendar.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/eventmanagement/EventDetail.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/eventmanagement/Secret.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.js +1 -1
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListViewStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/eventmanagement/components/PageRollupViewStyles.d.ts +3 -8
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +1 -1
- package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenBlock.d.ts +9 -9
- package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.js +1 -1
- package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.js +10 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +17 -12
- package/internal-do-not-import-from-here/fx/models/loc/localize.js +7 -9
- package/internal-do-not-import-from-here/fx/models/navigation/CurrentNavigationStatus.js +1 -1
- package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.js +2 -0
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +12 -12
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.js +2 -2
- package/internal-do-not-import-from-here/fx/models/navigation/PageCollectionNavigationData.js +1 -1
- package/internal-do-not-import-from-here/fx/models/navigation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/navigation/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +7 -4
- package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/CardViewEnums.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +8 -9
- package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewEnums.js +2 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/models/pagequery/IPageRollupViewInterface.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListingWithImageViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRollerViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/CurrentPageStatus.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/pages/Page.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -6
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.js +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +42 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.js +9 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/PageData.js +9 -9
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/PagePermissionInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +3 -4
- package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/RestorePageResult.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/ReusablePages.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/VersionedPageData.js +3 -3
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +2 -1
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +32 -7
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +8 -4
- package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.js +1 -1
- package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +3 -4
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +1 -1
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +3 -4
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +1 -1
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +3 -4
- package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +1 -1
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/propertybags/approutes/VariationsRouteProperty.js +1 -1
- package/internal-do-not-import-from-here/fx/models/publishinglayout/PublishingAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +2 -2
- package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/publishingsetting/publishingsetting.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +1 -1
- package/internal-do-not-import-from-here/fx/models/query/PageQuery.js +1 -1
- package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/rssreader/RssReaderRegistrationView.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/social/Achievement.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/social/Activities/Activity.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFeedScopes.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFilter.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/social/Activities/NewPageActivity.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentActivity.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentReplyActivity.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/social/Activities/UserActivity.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/ActivityAction.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingAppTopic.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/social/Topics/TaxonomyTopic.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/social/Topics/Topic.js +1 -1
- package/internal-do-not-import-from-here/fx/models/social/Topics/TopicInformation.js +1 -1
- package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/variations/Variation.js +1 -1
- package/internal-do-not-import-from-here/fx/models/yammer/YammerTracking.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +2 -3
- package/internal-do-not-import-from-here/fx/services/AutomaticPageCreationService.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +5 -4
- package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/services/PublishingChannelCategoriesService.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +14 -6
- package/internal-do-not-import-from-here/fx/stores/ActivityFeedStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/CreatePageFormStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +41 -0
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +8 -4
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/ux/MediaPickerProviderStorageWCMContext.d.ts +11 -11
- package/internal-do-not-import-from-here/fx/ux/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +79 -7
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +34 -47
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +18 -2
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +34 -36
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +11 -0
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/index.d.ts +1 -2
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +17 -0
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/TypedNamedProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/models/TypedNamedProperties.js +8 -8
- package/internal-do-not-import-from-here/models/digitalsignage/DigitalSignageLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/enterpriseglossary/EnterpriseGlossaryPageInformation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +2 -2
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationReference.d.ts +2 -2
- package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +1 -1
- package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -1
- package/internal-do-not-import-from-here/models/pagefeedbacks/PageFeedback.js +1 -1
- package/internal-do-not-import-from-here/models/pagestatistics/Reports.d.ts +3 -3
- package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +3 -3
- package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/EditorEnums.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/EditorSettings.js +2 -2
- package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +2 -2
- package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/layoutitems/BlockRegistration.d.ts +3 -3
- package/internal-do-not-import-from-here/models/publishingapp/newsletter/NewsletterModel.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.js +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/schedule/PageSchedule.js +1 -1
- package/internal-do-not-import-from-here/models/searchproviders/CommentSearchCategory.js +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +3 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +4 -0
- package/internal-do-not-import-from-here/models/social/Feedback.d.ts +2 -2
- package/internal-do-not-import-from-here/models/social/Subscription.js +1 -1
- package/internal-do-not-import-from-here/models/tenantreusablecontent/PublishingAppSelectionData.d.ts +3 -3
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/package.json +1 -1
- package/task.js +7 -6
- package/task.ts +7 -6
- package/internal-do-not-import-from-here/fx/internal/models/SharepointSyncSettings.d.ts +0 -11
- package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedEvent.d.ts +0 -11
- package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedResourceStatus.d.ts +0 -30
- package/internal-do-not-import-from-here/fx/internal/services/SharepointPageService.d.ts +0 -14
- package/internal-do-not-import-from-here/fx/internal/stores/SharepointPageStore.d.ts +0 -36
package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentActivity.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PageId } from "../../pages/Page";
|
|
2
2
|
import { VersionId } from "../../pages/VersionedPageData";
|
|
3
3
|
import { Activity } from "./Activity";
|
|
4
|
-
import { Identity,
|
|
4
|
+
import { Identity, guid } from "@omnia/fx-models";
|
|
5
5
|
export interface CommentContent {
|
|
6
6
|
readonly content: string;
|
|
7
7
|
readonly truncated: boolean;
|
|
@@ -13,7 +13,7 @@ export interface PageCommentActivity extends Activity {
|
|
|
13
13
|
readonly createdBy: Identity;
|
|
14
14
|
readonly pageId: PageId;
|
|
15
15
|
readonly versionId: VersionId;
|
|
16
|
-
readonly commentId:
|
|
16
|
+
readonly commentId: guid;
|
|
17
17
|
readonly comment: CommentContent;
|
|
18
18
|
readonly pageTitle: string;
|
|
19
19
|
}
|
package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentReplyActivity.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { PageCommentActivity, CommentContent } from "./PageCommentActivity";
|
|
2
|
-
import { Identity,
|
|
2
|
+
import { Identity, guid } from "@omnia/fx-models";
|
|
3
3
|
export interface PageCommentReplyActivity extends PageCommentActivity {
|
|
4
4
|
/**
|
|
5
5
|
* The id of the comment to which the commentId is a reply
|
|
6
6
|
* */
|
|
7
|
-
readonly repliedCommentId:
|
|
7
|
+
readonly repliedCommentId: guid;
|
|
8
8
|
/**
|
|
9
9
|
* The user id of the owner of the comment which got the reply (i.e. source comment)
|
|
10
10
|
* */
|
|
@@ -6,4 +6,4 @@ var UserActivityStatus;
|
|
|
6
6
|
UserActivityStatus[UserActivityStatus["New"] = 0] = "New";
|
|
7
7
|
UserActivityStatus[UserActivityStatus["Viewed"] = 1] = "Viewed";
|
|
8
8
|
UserActivityStatus[UserActivityStatus["Hidden"] = 2] = "Hidden";
|
|
9
|
-
})(UserActivityStatus
|
|
9
|
+
})(UserActivityStatus || (exports.UserActivityStatus = UserActivityStatus = {}));
|
|
@@ -9,4 +9,4 @@ var ActivityActionTypes;
|
|
|
9
9
|
ActivityActionTypes[ActivityActionTypes["BestReply"] = 3] = "BestReply";
|
|
10
10
|
ActivityActionTypes[ActivityActionTypes["Rate"] = 4] = "Rate";
|
|
11
11
|
ActivityActionTypes[ActivityActionTypes["Share"] = 5] = "Share";
|
|
12
|
-
})(ActivityActionTypes
|
|
12
|
+
})(ActivityActionTypes || (exports.ActivityActionTypes = ActivityActionTypes = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Topic, TopicType } from "./Topic";
|
|
2
|
-
import {
|
|
2
|
+
import { guid } from "@omnia/fx-models";
|
|
3
3
|
export declare class PublishingAppTopic implements Topic {
|
|
4
4
|
readonly topicType: TopicType;
|
|
5
|
-
readonly publishingAppId:
|
|
6
|
-
constructor(publishingappId:
|
|
5
|
+
readonly publishingAppId: guid;
|
|
6
|
+
constructor(publishingappId: guid);
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
|
2
2
|
import { Topic, TopicType } from "./Topic";
|
|
3
3
|
export declare class TaxonomyTopic implements Topic {
|
|
4
4
|
readonly topicType: TopicType;
|
|
5
|
-
readonly taxonomyId:
|
|
6
|
-
constructor(taxonomyId:
|
|
5
|
+
readonly taxonomyId: guid;
|
|
6
|
+
constructor(taxonomyId: guid);
|
|
7
7
|
}
|
|
@@ -10,4 +10,4 @@ var TopicType;
|
|
|
10
10
|
TopicType[TopicType["Tag"] = 4] = "Tag";
|
|
11
11
|
TopicType[TopicType["Taxonomy"] = 5] = "Taxonomy";
|
|
12
12
|
TopicType[TopicType["PublishingChannel"] = 6] = "PublishingChannel";
|
|
13
|
-
})(TopicType
|
|
13
|
+
})(TopicType || (exports.TopicType = TopicType = {}));
|
|
@@ -7,4 +7,4 @@ var TopicInformationType;
|
|
|
7
7
|
TopicInformationType[TopicInformationType["PageTopicInformation"] = 101] = "PageTopicInformation";
|
|
8
8
|
TopicInformationType[TopicInformationType["PageCollectionTopicInformation"] = 102] = "PageCollectionTopicInformation";
|
|
9
9
|
TopicInformationType[TopicInformationType["PublishingAppTopicInformation"] = 103] = "PublishingAppTopicInformation";
|
|
10
|
-
})(TopicInformationType
|
|
10
|
+
})(TopicInformationType || (exports.TopicInformationType = TopicInformationType = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, MultilingualString, IIcon, Language, Identity } from "@omnia/fx-models";
|
|
2
2
|
import { TargetingFilterProperty } from "@omnia/fx-sp-models";
|
|
3
3
|
/**
|
|
4
4
|
* This is no enum, it's the unique id (number) of the variation and generated serverside.
|
|
@@ -8,7 +8,7 @@ export declare enum VariationId {
|
|
|
8
8
|
export interface Variation {
|
|
9
9
|
id: VariationId;
|
|
10
10
|
displayNames: MultilingualString;
|
|
11
|
-
publishingAppId:
|
|
11
|
+
publishingAppId: guid;
|
|
12
12
|
targetingFilterData: TargetingFilterProperty;
|
|
13
13
|
icon: IIcon;
|
|
14
14
|
urlSegment: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
|
2
2
|
import { PageId } from "../pages";
|
|
3
3
|
export interface YammerTracking {
|
|
4
|
-
id:
|
|
4
|
+
id: guid;
|
|
5
5
|
pageId: PageId;
|
|
6
6
|
yammerGroupId: number;
|
|
7
7
|
yammerThreadId: number;
|
|
8
|
-
businessProfileId:
|
|
8
|
+
businessProfileId: guid;
|
|
9
9
|
}
|
|
@@ -10,8 +10,7 @@ export declare class AiContentPageReportService {
|
|
|
10
10
|
getReportDetails: (reportId: number) => Promise<PageAiAnalysisReportDetails>;
|
|
11
11
|
fixPage: (reportId: number, pageId: PageId) => Promise<void>;
|
|
12
12
|
getPageStatus: (reportId: number, pageId: PageId) => Promise<AiAnalysisReportPageSnapshot>;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}>;
|
|
13
|
+
getAnalyzeReasonResult: (payload: PageAiAnalysisPropertyRequest) => Promise<string>;
|
|
14
|
+
getAnalyzeStatusResult: (payload: PageAiAnalysisPropertyRequest) => Promise<boolean>;
|
|
16
15
|
deleteReport: (reportId: number) => Promise<void>;
|
|
17
16
|
}
|
|
@@ -5,5 +5,7 @@ export declare class AutomaticPageCreationService {
|
|
|
5
5
|
private readonly baseUrl;
|
|
6
6
|
triggerProcessRequests: (sourcePageId: any) => Promise<void>;
|
|
7
7
|
ensureRequests: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
|
|
8
|
+
getTrackingEvaluation: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
|
|
9
|
+
getRequests: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
|
|
8
10
|
automaticMachineTranslationPage: (defaultPageId: PageId) => Promise<void>;
|
|
9
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
2
|
-
import {
|
|
2
|
+
import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx/models";
|
|
3
3
|
import { PublishingChannel, PageId, UserAuthorizedChannelResources, ChannelPage, PublishingStatus, PublishingChannelId, PublishingChannelPage, ChannelRollupQuery, PublisingChannelQueryResult, PublishChannelPageRequest } from "../models";
|
|
4
4
|
export declare class ChannelManagementService {
|
|
5
5
|
private httpClient;
|
|
6
6
|
constructor();
|
|
7
|
-
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?:
|
|
7
|
+
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>;
|
|
8
8
|
updatePublishingChannel: (updateData: PublishingChannel) => Promise<PublishingChannel>;
|
|
9
9
|
getPublishingChannels: () => Promise<Array<PublishingChannel>>;
|
|
10
10
|
getRecentlyUsedChannels: () => Promise<PublishingChannel[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NavigationData, NavigationNode, NavigationResult, NodeId, NavigationPosition, MoveNavigationNodeResult, MovePageCollectionResult, PageId, PageNavigationData, PageNavigationNode, NavigationDataType, NavigationNodeQuery } from "../models";
|
|
1
|
+
import { NavigationData, NavigationNode, NavigationResult, NodeId, NavigationPosition, MoveNavigationNodeResult, MovePageCollectionResult, PageId, PageNavigationData, PageNavigationNode, NavigationDataType, NavigationNodeQuery, MovePageCollectionValidationResult } from "../models";
|
|
2
2
|
import { HttpClient } from "@omnia/fx";
|
|
3
|
-
import {
|
|
3
|
+
import { guid } from "@omnia/fx-models";
|
|
4
4
|
export declare class NavigationService {
|
|
5
5
|
protected httpClient: HttpClient;
|
|
6
6
|
protected readonly baseUrl = "api/navigation";
|
|
@@ -40,7 +40,8 @@ export declare class NavigationService {
|
|
|
40
40
|
**/
|
|
41
41
|
updateNodeData: <T extends NavigationNode<NavigationData>>(node: T) => Promise<T>;
|
|
42
42
|
move: <T extends NavigationNode<NavigationData>>(nodeToMove: T, newPosition: NavigationPosition) => Promise<MoveNavigationNodeResult>;
|
|
43
|
-
movePageCollection: (pageCollectionId: number, targetPublishingAppId:
|
|
43
|
+
movePageCollection: (pageCollectionId: number, targetPublishingAppId: guid) => Promise<MovePageCollectionResult>;
|
|
44
|
+
validateMovingPageCollection: (pageCollectionId: number, targetPublishingAppId: guid) => Promise<MovePageCollectionValidationResult>;
|
|
44
45
|
getParentNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType) => Promise<Array<NavigationNode<NavigationData>>>;
|
|
45
46
|
getChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
|
|
46
47
|
getMegamenuChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
|
|
@@ -55,5 +56,5 @@ export declare class NavigationService {
|
|
|
55
56
|
[pageId: number]: PageNavigationNode<PageNavigationData>[];
|
|
56
57
|
}>;
|
|
57
58
|
deleteLinkNodeById: (id: NodeId) => Promise<void>;
|
|
58
|
-
checkUrlSegmentExists: (appInstanceId:
|
|
59
|
+
checkUrlSegmentExists: (appInstanceId: guid, parentNavigationNode: NavigationNode<NavigationData>, urlSegment: string) => Promise<boolean>;
|
|
59
60
|
}
|
|
@@ -12,7 +12,6 @@ export declare class OpenAIPageCreationService {
|
|
|
12
12
|
createPageWithOpenAI(openAiPrompt: string, propertiesMapping: OpenAIPropertiesMapping, imagePrompt: string): Promise<OpenAIPropertyMappingValue>;
|
|
13
13
|
private handleResolution;
|
|
14
14
|
private getLimitSizeScalling;
|
|
15
|
-
private pollImage;
|
|
16
15
|
private validatePrompt;
|
|
17
16
|
private checkQueryableProperty;
|
|
18
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PageCollectionSelection, ResolveReusablePageResult, PendingApprovalPage, PageId, SimplePageQuery, PageContentsQueryResult, BatchQueryPages, BatchQueryPagesResult, ExportQueryPagesRequest, ExportQueryPagesResult } from "../models";
|
|
2
|
-
import { WcmContext } from "../contexts";
|
|
3
1
|
import { MultilingualStore } from "@omnia/fx/stores";
|
|
2
|
+
import { WcmContext } from "../contexts";
|
|
3
|
+
import { BatchQueryPages, BatchQueryPagesResult, ExportQueryPagesRequest, ExportQueryPagesResult, PageCollectionSelection, PageContentsQueryResult, PageId, PendingApprovalPage, ResolveReusablePageResult, SimplePageQuery } from "../models";
|
|
4
4
|
export declare class PageQueryService {
|
|
5
5
|
private httpClient;
|
|
6
6
|
private omniaHttpClient;
|
|
@@ -18,7 +18,7 @@ export declare class PageQueryService {
|
|
|
18
18
|
getDefaultPageImageSrc: () => string;
|
|
19
19
|
exportToExcel: (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>;
|
|
20
20
|
getExportedFile: (exportingFileName: string, exportingFileToken: string) => Promise<void>;
|
|
21
|
-
checkMigrationOmniaSearchStatus: () => Promise<boolean>;
|
|
21
|
+
checkMigrationOmniaSearchStatus: (migrationId: string) => Promise<boolean>;
|
|
22
22
|
private processPagesDetailData;
|
|
23
23
|
private getPageVisited;
|
|
24
24
|
private findPageInNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Page, PageData, CheckedOutVersionPageData, VersionedPageData, PublishedVersionPageData, PageIdToPageMap, PageId, VariationPage, PageCollectionSelection, NavigationData, NavigationNode, MovePagesResult, VersionInformation, ArchivePageResult, RestorePageMessage, RestorePageResult, VariationId, PageWithNavigationCreationRequest, PageNavigationNode, PageNavigationData, ReadNews, PagePermissionResponse, ValidationArchivePageResult, PageTypeTitle, VersionId, ApprovalMetaData } from "../models";
|
|
2
2
|
import { MergedPageVersionLayout } from "../models/layout/MergedPageVersionLayout";
|
|
3
|
-
import { ApiResponse,
|
|
3
|
+
import { ApiResponse, guid } from "@omnia/fx-models";
|
|
4
4
|
import { VersionReference } from "../models";
|
|
5
5
|
import { NavigationPosition } from "../models/navigation/NavigationPosition";
|
|
6
6
|
import { CreatedPageWithNavigationInfo, CreatedPageInfo } from "../models";
|
|
@@ -12,12 +12,12 @@ export declare class PageService {
|
|
|
12
12
|
enterprisePropertyStore: EnterprisePropertyStore;
|
|
13
13
|
private multilingualStore;
|
|
14
14
|
static appIdQuery: {};
|
|
15
|
-
static obsoleteSetWCMApp(appId:
|
|
15
|
+
static obsoleteSetWCMApp(appId: guid): void;
|
|
16
16
|
private readonly baseUrl;
|
|
17
17
|
private readonly reusablePageBaseUrl;
|
|
18
18
|
createVariationPage: <T extends PageData>(pageData: T, originalPageId: PageId, variationId: VariationId) => Promise<CreatedPageInfo<T>>;
|
|
19
19
|
updatePagePermissions: (pageId: PageId, permissionInfo: PagePermissionInfo, variationId?: VariationId) => Promise<void>;
|
|
20
|
-
createWithNavigation: <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?:
|
|
20
|
+
createWithNavigation: <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<CreatedPageWithNavigationInfo<T>>;
|
|
21
21
|
move: <T extends NavigationNode<NavigationData>>(nodeToMove: T, newPosition: NavigationPosition) => Promise<MovePagesResult>;
|
|
22
22
|
movePageTypeToTenant: (page: Page) => Promise<PageNavigationNode<PageNavigationData>>;
|
|
23
23
|
attachPageWithNavigation: <T extends PageData>(pageData: T, urlSegment: string, position: NavigationPosition) => Promise<CreatedPageWithNavigationInfo<T>>;
|
package/internal-do-not-import-from-here/fx/services/PublishingChannelCategoriesService.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { PublishingChannelCategory } from "../models";
|
|
3
3
|
export declare class PublishingChannelCategoriesService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private readonly baseUrl;
|
|
6
6
|
getAllCategories: () => Promise<Array<PublishingChannelCategory>>;
|
|
7
|
-
getCategoryById: (id:
|
|
7
|
+
getCategoryById: (id: guid) => Promise<PublishingChannelCategory>;
|
|
8
8
|
createCategory: (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>;
|
|
9
9
|
updateCategory: (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>;
|
|
10
|
-
deleteCategory: (id:
|
|
11
|
-
orderCategories: (ids: Array<
|
|
10
|
+
deleteCategory: (id: guid) => Promise<null>;
|
|
11
|
+
orderCategories: (ids: Array<guid>) => Promise<null>;
|
|
12
12
|
}
|
|
@@ -10,7 +10,7 @@ export declare class PublishingRuleService {
|
|
|
10
10
|
}>;
|
|
11
11
|
updateRule: (rule: PublishingRule) => Promise<PublishingRule>;
|
|
12
12
|
cancelApproval: (rule: PublishingRule<ApprovalRuleData>) => Promise<Array<PublishingRule>>;
|
|
13
|
-
approveApproval: (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData
|
|
13
|
+
approveApproval: (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData>[]>;
|
|
14
14
|
rejectApproval: (rejectPageInfo: RejectPageInfo) => Promise<Array<PublishingRule>>;
|
|
15
15
|
sendBackApproval: (sendBackPageInfo: SendBackPageInfo) => Promise<PublishingRule>;
|
|
16
16
|
deleteRule: (id: number) => Promise<PublishingRule>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Variation, VariationCreationRequest } from "../models";
|
|
2
|
-
import {
|
|
2
|
+
import { guid } from "@omnia/fx-models";
|
|
3
3
|
export declare class VariationService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
static appIdQuery: {};
|
|
6
|
-
static obsoleteSetWCMApp(appId:
|
|
6
|
+
static obsoleteSetWCMApp(appId: guid): void;
|
|
7
7
|
private readonly baseUrl;
|
|
8
8
|
create: (createRequest: VariationCreationRequest) => Promise<Variation>;
|
|
9
9
|
delete: (variation: Variation) => Promise<Variation>;
|
|
10
|
-
get: (publishingAppIds?:
|
|
10
|
+
get: (publishingAppIds?: guid[]) => Promise<{
|
|
11
11
|
[appId: string]: Variation[];
|
|
12
12
|
}>;
|
|
13
13
|
update: (variation: Variation) => Promise<Variation>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { PagedBatchSearchRequest } from "@omnia/fx-models";
|
|
2
2
|
import { EnterprisePropertyStore } from "@omnia/fx/stores";
|
|
3
3
|
import { BatchQueryPages } from "../models";
|
|
4
|
-
import { PublishingAppInfoStore } from "../stores";
|
|
4
|
+
import { PageRollupStore, PublishingAppInfoStore } from "../stores";
|
|
5
5
|
export declare class OmniaSearchQueryHelper {
|
|
6
6
|
enterprisePropertyStore: EnterprisePropertyStore;
|
|
7
7
|
publishingAppInfoStore: PublishingAppInfoStore;
|
|
8
|
+
pageRollupStore: PageRollupStore;
|
|
8
9
|
private enterpriseProperties;
|
|
9
10
|
private querableProperties;
|
|
10
11
|
private publishingAppInfos;
|
|
@@ -16,7 +17,7 @@ export declare class OmniaSearchQueryHelper {
|
|
|
16
17
|
private hasBusinessProfileScopeQuery;
|
|
17
18
|
private getSearchBoxKeywords;
|
|
18
19
|
private getFilterExpressionString;
|
|
19
|
-
private
|
|
20
|
+
private getValuesFilterOperatorString;
|
|
20
21
|
private getContainsOperatorString;
|
|
21
22
|
private getFiltersExpressionString;
|
|
22
23
|
private getFieldValuesString;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
|
2
|
-
import { EnterprisePropertyDefinition, FilterEngineSearchBoxSettings,
|
|
2
|
+
import { EnterprisePropertyDefinition, FilterEngineSearchBoxSettings, guid, IBlockInstance, RollupFilter, TargetingPropertyFlatResult } from "@omnia/fx-models";
|
|
3
3
|
import { TermStore } from "@omnia/fx-sp";
|
|
4
4
|
import { EnterpriseGlossaryStore, MultilingualStore } from "@omnia/fx/stores";
|
|
5
5
|
import { FilterEngineHandler, IBlockInstanceExtends } from "@omnia/fx/ux";
|
|
6
|
-
import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter
|
|
6
|
+
import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter } from "../../fx/models";
|
|
7
7
|
interface BlockPageRollupInstanceExtends extends IBlockInstanceExtends<PageRollupBlockSettings> {
|
|
8
8
|
uiQueryFilters?: QueryFilter[];
|
|
9
9
|
orderBy?: Array<QueryOrder>;
|
|
@@ -65,6 +65,7 @@ declare class InternalPageRollupStoreHelper {
|
|
|
65
65
|
updateQuery(blockInstance: BlockPageRollupInstanceExtends, newSettings: PageRollupBlockSettings, uiQueryFilter: UIQueryFilter, orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>, forceExecuteQuery?: boolean, clientCaching?: boolean, showMetric?: boolean): Promise<void>;
|
|
66
66
|
getRollupId(blockInstance: IBlockInstance<PageRollupBlockSettings>): string;
|
|
67
67
|
setLoadedPageRollups(pageRollupQueryId: string, isDestroyed: boolean): void;
|
|
68
|
+
clearPageQueryResultCaches(blockInstance: IBlockInstance<PageRollupBlockSettings>): void;
|
|
68
69
|
private checkPagingStateHasChanged;
|
|
69
70
|
private getPagingQuery;
|
|
70
71
|
private setExecutingQueriesParrallel;
|
|
@@ -81,7 +82,6 @@ declare class InternalPageRollupStoreHelper {
|
|
|
81
82
|
private getStartNodePromise;
|
|
82
83
|
private ensureValidCalendarDateProp;
|
|
83
84
|
private generateCalendarFilter;
|
|
84
|
-
parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
|
|
85
85
|
generateFilters(settings: PageRollupBlockSettings, filters?: Array<PageRollupPropertyFilter>): Array<QueryFilter>;
|
|
86
86
|
private isProcessProperty;
|
|
87
87
|
private getProcessFilters;
|
|
@@ -89,13 +89,19 @@ declare class InternalPageRollupStoreHelper {
|
|
|
89
89
|
ids: VariationId[];
|
|
90
90
|
queries: VariationQuery[];
|
|
91
91
|
}>;
|
|
92
|
+
private hasVariationQueryInNavigationPathScope;
|
|
93
|
+
private getNavigationNodePublishingAppId;
|
|
94
|
+
private getNavigationNodePageCollectionId;
|
|
92
95
|
populateTargetingVariationIds(variationQueriesDict: {
|
|
93
96
|
[key: number]: VariationQuery;
|
|
94
97
|
}, settings: PageRollupBlockSettings, pageCollectionSelections: Array<PageCollectionSelection>): any[];
|
|
98
|
+
private populateNavigationPathTargetingVariationIds;
|
|
99
|
+
private generateVariationIdFilter;
|
|
95
100
|
buildQuery(serviceContainerContext: ServiceContainerContext, settings: PageRollupBlockSettings, instance: IBlockInstance<PageRollupBlockSettings>, uiQueryFilters: QueryFilter[]): Promise<PageQuery>;
|
|
96
101
|
getPagesDetails(pageIds: number[], selectProps: PageDialogPropertiesMapping, contentLimit?: number, reloadData?: boolean): Promise<PageDialogData>;
|
|
97
102
|
getPagesDetailsMetric(blockInstance: BlockPageRollupInstanceExtends, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<void>;
|
|
98
103
|
generateBatchQuery(blockInstance: BlockPageRollupInstanceExtends, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<BatchQueryPages>;
|
|
104
|
+
needToGetVariationQuery(type: PageRollupEnums.QueryConfigurationType, scope: PageRollupEnums.RollupScopes): boolean;
|
|
99
105
|
private generateChannelsFilter;
|
|
100
106
|
private generateChannelsFilterForChannelsScope;
|
|
101
107
|
private getPropertyNameByScope;
|
|
@@ -141,6 +147,7 @@ export declare class PageRollupStoreHelper {
|
|
|
141
147
|
constructor();
|
|
142
148
|
registerBatchQuery(blockInstance: IBlockInstanceExtends<PageRollupBlockSettings>, blockProperty: ReactivePageBlockProperty<PageRollupBlockProperty>, uiFilterHandler: FilterEngineHandler, orderBy: Array<QueryOrder>): BatchQueryRegistration;
|
|
143
149
|
ensureUserTargetingData(settings: PageRollupBlockSettings): Promise<TargetingPropertyFlatResult[]>;
|
|
150
|
+
clearPageQueryResultCaches(blockInstance: IBlockInstance<PageRollupBlockSettings>): void;
|
|
144
151
|
getRollupId(blockInstance: IBlockInstance<PageRollupBlockSettings>): string;
|
|
145
152
|
hasQueryResourceConfiguration(settings: PageRollupBlockSettings): boolean | PageRollupEnums.RollupScopes;
|
|
146
153
|
getPickedPages(settings: PageRollupBlockSettings, instance: IBlockInstance<PageRollupBlockSettings>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): PageItemNode[];
|
|
@@ -153,12 +160,12 @@ export declare class PageRollupStoreHelper {
|
|
|
153
160
|
ids: VariationId[];
|
|
154
161
|
queries: VariationQuery[];
|
|
155
162
|
}>;
|
|
163
|
+
needToGetVariationQuery(type: PageRollupEnums.QueryConfigurationType, scope: PageRollupEnums.RollupScopes): boolean;
|
|
156
164
|
getPagesDetails(pageIds: number[], selectProps: PageDialogPropertiesMapping, contentLimit?: number, reloadData?: boolean): Promise<PageDialogData>;
|
|
157
165
|
getPagesDetailsMetric(blockInstance: IBlockInstance<PageRollupBlockSettings>, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<void>;
|
|
158
166
|
setDestroyedPageRollups(pageRollupQueryId: string): void;
|
|
159
167
|
getBatchQueriesData(batchQueries: Array<BatchQueryPages>, queryWithPageTypes: Array<string>): Promise<BatchQueryPagesResult>;
|
|
160
168
|
needToLoadPageTypeInView(settings: PageRollupBlockSettings, internalNames: Array<string>): boolean;
|
|
161
|
-
parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
|
|
162
169
|
}
|
|
163
170
|
export declare class FilterManager {
|
|
164
171
|
private static targetingPropertyStore;
|
|
@@ -167,7 +174,7 @@ export declare class FilterManager {
|
|
|
167
174
|
static isOPMProcessProperty(enterprisePropertyDefinition: EnterprisePropertyDefinition): boolean;
|
|
168
175
|
private static uiFilterMapper;
|
|
169
176
|
static generateUIFilters(settings: PageRollupBlockSettings, currentIdentity: string, promotedTagsSettings?: {
|
|
170
|
-
appInstanceId:
|
|
177
|
+
appInstanceId: guid;
|
|
171
178
|
promotedTagProperties?: string[];
|
|
172
179
|
}): PageRollupUiFilter[];
|
|
173
180
|
private static mapPropValueFromRouter;
|
|
@@ -195,6 +202,7 @@ export declare class BatchQueryRegistration {
|
|
|
195
202
|
private uiFilterHandler;
|
|
196
203
|
private _orderBy;
|
|
197
204
|
private pagingObservableState;
|
|
205
|
+
initialQueryPromise: Promise<void>;
|
|
198
206
|
constructor(storeHelper: InternalPageRollupStoreHelper, blockInstance: IBlockInstance<PageRollupBlockSettings>, settings: PageRollupBlockSettings, blockProperty: ReactivePageBlockProperty<PageRollupBlockProperty>, uiFilterHandler: FilterEngineHandler, _orderBy: Array<QueryOrder>);
|
|
199
207
|
updateQuery(settings: PageRollupBlockSettings, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>, orderBy?: Array<QueryOrder>, forceExecuteQuery?: boolean, clientCaching?: boolean): void;
|
|
200
208
|
updatePagingQuery(payload: NormalPageRollupPagingQuery): Promise<void>;
|
|
@@ -206,7 +214,7 @@ export declare class BatchQueryRegistration {
|
|
|
206
214
|
generateBatchQuery(): Promise<BatchQueryPages>;
|
|
207
215
|
get orderBy(): QueryOrder[];
|
|
208
216
|
get pagingNumber(): number;
|
|
209
|
-
get pagingStateKey():
|
|
217
|
+
get pagingStateKey(): guid;
|
|
210
218
|
get pagingNoNext(): boolean;
|
|
211
219
|
needToLoadPageTypeInView(internalNames: Array<string>): boolean;
|
|
212
220
|
/**
|
|
@@ -13,7 +13,7 @@ export declare class ActivityFeedStore extends Store {
|
|
|
13
13
|
* Implementation of mutations
|
|
14
14
|
*/
|
|
15
15
|
mutations: {
|
|
16
|
-
setThemeStyling: import("@omnia/fx/stores").StoreMutation<(themeStyling: ThemeStyling, customStyling: boolean) => void, (themeStyling: ThemeStyling, customStyling: boolean) => import("@omnia/fx
|
|
16
|
+
setThemeStyling: import("@omnia/fx/stores").StoreMutation<(themeStyling: ThemeStyling, customStyling: boolean) => void, (themeStyling: ThemeStyling, customStyling: boolean) => import("@omnia/fx/models").IMessageBusSubscriptionHandler>;
|
|
17
17
|
};
|
|
18
18
|
actions: {};
|
|
19
19
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { PublishingChannelCategory } from "../models";
|
|
4
4
|
export declare class ChannelCategoriesStore extends Store {
|
|
@@ -19,7 +19,7 @@ export declare class ChannelCategoriesStore extends Store {
|
|
|
19
19
|
ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
|
|
20
20
|
deleteCategory: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: string, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<string>>;
|
|
21
21
|
addOrUpdate: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: PublishingChannelCategory, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>>;
|
|
22
|
-
updateCategoriesOrders: import("@omnia/fx/stores").StoreAction<unknown, (ids:
|
|
22
|
+
updateCategoriesOrders: import("@omnia/fx/stores").StoreAction<unknown, (ids: guid[]) => void, (result: null, ids: guid[]) => void, (failureReason: any, ids: guid[]) => void, (ids: Array<guid>) => Promise<null>>;
|
|
23
23
|
};
|
|
24
24
|
mutations: {
|
|
25
25
|
setEditState: import("@omnia/fx/stores").StoreMutation<(item: PublishingChannelCategory) => void, (item: PublishingChannelCategory) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, Identity, type IOmniaContext, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
|
|
2
2
|
import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
3
3
|
import { MediaPickerService } from "@omnia/fx/services";
|
|
4
4
|
import { MultilingualStore, Store } from "@omnia/fx/stores";
|
|
@@ -76,7 +76,7 @@ export declare class ChannelManagementStore extends Store {
|
|
|
76
76
|
ensureChannelPages: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
|
|
77
77
|
ensurePublishedChannelsByPageId: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
|
|
78
78
|
ensurePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: number) => void, (result: PublishingChannel, channelId: number) => void, (failureReason: any, channelId: number) => void, (channelId: number) => Promise<PublishingChannel>>;
|
|
79
|
-
createPublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?:
|
|
79
|
+
createPublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (result: PublishingChannel, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (failureReason: any, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>>;
|
|
80
80
|
updatePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (editRequest: PublishingChannel) => void, (result: PublishingChannel, editRequest: PublishingChannel) => void, (failureReason: any, editRequest: PublishingChannel) => void, (editRequest: PublishingChannel) => Promise<PublishingChannel>>;
|
|
81
81
|
deletePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: PublishingChannelId) => void, (result: PublishingChannel, channelId: PublishingChannelId) => void, (failureReason: any, channelId: PublishingChannelId) => void, (channelId: PublishingChannelId) => Promise<PublishingChannel>>;
|
|
82
82
|
getPageApprovalList: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: ChannelPage[]) => void, (failureReason: any) => void, () => Promise<Array<ChannelPage>>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { PageTitleConfig } from "../internal/models/PageTitleConfig";
|
|
4
4
|
import { PageData, PageWithNavigationCreationRequest, VersionedPageData } from "../models";
|
|
@@ -34,6 +34,6 @@ export declare class CreatePageFormStore extends Store {
|
|
|
34
34
|
* Implementation of actions
|
|
35
35
|
*/
|
|
36
36
|
actions: {
|
|
37
|
-
createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?:
|
|
37
|
+
createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (result: VersionedPageData<PageData>, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (failureReason: any, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<VersionedPageData<PageData>>>;
|
|
38
38
|
};
|
|
39
39
|
}
|
|
@@ -1,6 +1,47 @@
|
|
|
1
1
|
import { OmniaContext } from "@omnia/fx";
|
|
2
2
|
import { AppStore, MultilingualStore, Store } from "@omnia/fx/stores";
|
|
3
3
|
import { DocumentLibraryInfo, LinkPickerRegistration } from "../models";
|
|
4
|
+
export declare const useLinkPickerStore: () => {
|
|
5
|
+
state: {
|
|
6
|
+
providers: LinkPickerRegistration[];
|
|
7
|
+
};
|
|
8
|
+
getters: {
|
|
9
|
+
currentProvider: () => LinkPickerRegistration[];
|
|
10
|
+
getProviders: (filters: string[]) => LinkPickerRegistration[];
|
|
11
|
+
};
|
|
12
|
+
mutate: {
|
|
13
|
+
providers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
|
|
14
|
+
};
|
|
15
|
+
actions: {
|
|
16
|
+
onDispatching: {
|
|
17
|
+
ensureAddProvider: {
|
|
18
|
+
subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
19
|
+
};
|
|
20
|
+
ensureRemoveProvider: {
|
|
21
|
+
subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
onDispatched: {
|
|
25
|
+
ensureAddProvider: {
|
|
26
|
+
subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
27
|
+
};
|
|
28
|
+
ensureRemoveProvider: {
|
|
29
|
+
subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
onFailure: {
|
|
33
|
+
ensureAddProvider: {
|
|
34
|
+
subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
35
|
+
};
|
|
36
|
+
ensureRemoveProvider: {
|
|
37
|
+
subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
} & {
|
|
41
|
+
ensureAddProvider: (provider: LinkPickerRegistration) => void;
|
|
42
|
+
ensureRemoveProvider: (provider: LinkPickerRegistration) => void;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
4
45
|
export declare class LinkPickerStore extends Store {
|
|
5
46
|
private currentProviders;
|
|
6
47
|
omniaContext: OmniaContext;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
1
2
|
import { Store } from "@omnia/fx/stores";
|
|
2
3
|
import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, LinkNavigationData, VariationId, PageCollectionNavigationNode, PageCollectionNavigationData } from "../models";
|
|
3
4
|
export declare class NavigationStore extends Store {
|
|
@@ -50,7 +51,7 @@ export declare class NavigationStore extends Store {
|
|
|
50
51
|
createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <T_1 extends NavigationData>(nodeData: T_1, position: NavigationPosition) => Promise<NavigationNode<NavigationData>>>;
|
|
51
52
|
moveNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => Promise<void>>;
|
|
52
53
|
movePageNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => Promise<void>>;
|
|
53
|
-
movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId:
|
|
54
|
+
movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: guid) => void, (result: number[], pageCollectionId: number, targetPublishingAppId: guid) => void, (failureReason: any, pageCollectionId: number, targetPublishingAppId: guid) => void, (pageCollectionId: number, targetPublishingAppId: guid) => Promise<number[]>>;
|
|
54
55
|
ensureNodesWithPageIds: import("@omnia/fx/stores").StoreAction<unknown, (...args: PageId[]) => void, (result: void, ...args: PageId[]) => void, (failureReason: any, ...args: PageId[]) => void, (...pageIds: Array<PageId>) => Promise<void>>;
|
|
55
56
|
ensureChildren: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (result: void, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (failureReason: any, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => Promise<void>>;
|
|
56
57
|
ensureTreeForNode: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: NavigationResult, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<NavigationResult>>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
1
2
|
import { Store } from "@omnia/fx/stores";
|
|
2
|
-
import { PageDetailQueryResult, PageDialogData, PageDialogPropertiesMapping, PageNavigationData, PageNavigationNode, PageRollupQuery,
|
|
3
|
+
import { ExportQueryPagesRequest, ExportQueryPagesResult, PageDetailQueryResult, PageDialogData, PageDialogPropertiesMapping, PageNavigationData, PageNavigationNode, PageRollupQuery, PageTypeTitle } from "@omnia/wcm/models";
|
|
3
4
|
export interface PageRollupQueryResult extends PageRollupQuery {
|
|
4
5
|
selectProperties: Array<string>;
|
|
5
6
|
disableDistinct: boolean;
|
|
@@ -55,6 +56,7 @@ export declare class PageRollupStore extends Store {
|
|
|
55
56
|
private metricUniqueKey;
|
|
56
57
|
private tenantPublishingAppIdKey;
|
|
57
58
|
private omniaSearchMigrationStatusPromise;
|
|
59
|
+
private omniaSearchNotCreatedPublishedVariationIdsMigrationPromise;
|
|
58
60
|
/**
|
|
59
61
|
* Private properties
|
|
60
62
|
*/
|
|
@@ -78,7 +80,7 @@ export declare class PageRollupStore extends Store {
|
|
|
78
80
|
sortPagesByNavigation: (pages: PageDetailQueryResult[], navigationStartNodeId?: number, sortDescending?: boolean) => PageDetailQueryResult[];
|
|
79
81
|
loadIndexedDb: () => Promise<void>;
|
|
80
82
|
relevantAppIds: (uniqueKey: string) => {
|
|
81
|
-
id:
|
|
83
|
+
id: guid;
|
|
82
84
|
title: string;
|
|
83
85
|
}[];
|
|
84
86
|
};
|
|
@@ -101,6 +103,7 @@ export declare class PageRollupStore extends Store {
|
|
|
101
103
|
title: string;
|
|
102
104
|
}[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
103
105
|
showUniqueUsersDetailsView: import("@omnia/fx/stores").StoreMutation<(pageDetails: PageDetailQueryResult, showView: boolean, blockInstanceId: string) => void, (pageDetails: PageDetailQueryResult, showView: boolean, blockInstanceId: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
106
|
+
clearPageQueryResultCaches: import("@omnia/fx/stores").StoreMutation<(uniqueKey: string) => void, (uniqueKey: string) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
104
107
|
};
|
|
105
108
|
actions: {
|
|
106
109
|
navigate: import("@omnia/fx/stores").StoreAction<unknown, (node: PageNavigationNode<PageNavigationData>, pageId: number, pageUrl: string, openInNewTab?: unknown, openInEditor?: unknown, event?: MouseEvent) => void, (result: void, node: PageNavigationNode<PageNavigationData>, pageId: number, pageUrl: string, openInNewTab?: unknown, openInEditor?: unknown, event?: MouseEvent) => void, (failureReason: any, node: PageNavigationNode<PageNavigationData>, pageId: number, pageUrl: string, openInNewTab?: unknown, openInEditor?: unknown, event?: MouseEvent) => void, (node: PageNavigationNode<PageNavigationData>, pageId: number, pageUrl: string, openInNewTab?: unknown, openInEditor?: unknown, event?: MouseEvent) => Promise<void>>;
|
|
@@ -110,15 +113,16 @@ export declare class PageRollupStore extends Store {
|
|
|
110
113
|
ensureLoadPageTypesTitle: import("@omnia/fx/stores").StoreAction<unknown, (pageTypeIds: number[]) => void, (result: void, pageTypeIds: number[]) => void, (failureReason: any, pageTypeIds: number[]) => void, (pageTypeIds: number[]) => Promise<void>>;
|
|
111
114
|
ensureGetPageTypesTitle: import("@omnia/fx/stores").StoreAction<unknown, (pageTypeIds: number[], uniqueKey: string) => void, (result: PageTypeTitle[], pageTypeIds: number[], uniqueKey: string) => void, (failureReason: any, pageTypeIds: number[], uniqueKey: string) => void, (pageTypeIds: number[], uniqueKey: string) => Promise<Array<PageTypeTitle>>>;
|
|
112
115
|
ensureGetRelevantAppInfo: import("@omnia/fx/stores").StoreAction<unknown, (appIds: string[], uniqueKey: string) => void, (result: {
|
|
113
|
-
id:
|
|
116
|
+
id: guid;
|
|
114
117
|
title: string;
|
|
115
118
|
}[], appIds: string[], uniqueKey: string) => void, (failureReason: any, appIds: string[], uniqueKey: string) => void, (appIds: string[], uniqueKey: string) => Promise<Array<{
|
|
116
|
-
id:
|
|
119
|
+
id: guid;
|
|
117
120
|
title: string;
|
|
118
121
|
}>>>;
|
|
119
122
|
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result: ExportQueryPagesResult, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (failureReason: any, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>>;
|
|
120
123
|
getExportedFile: import("@omnia/fx/stores").StoreAction<unknown, (exportingFileName: string, exportingFileToken: string) => void, (result: void, exportingFileName: string, exportingFileToken: string) => void, (failureReason: any, exportingFileName: string, exportingFileToken: string) => void, (exportingFileName: string, exportingFileToken: string) => Promise<void>>;
|
|
121
124
|
ensureOmniaSearchMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
125
|
+
ensureOmniaSearchNotCreatedPublishedVariationIdsMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
122
126
|
};
|
|
123
127
|
/**
|
|
124
128
|
* Find page and page variation in specific node
|