@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
2
|
import { NavigationNode, WCMPageTypes, Page, VersionedPageData, PageData, VersionReference, PageId, NavigationPosition, PageNavigationNode, PageNavigationData, MergedPageVersionLayout, NavigationData, VersionId, VariationPage, Variation, PageCollectionSelection, CheckedOutVersionPageData, ArchivePageResult, PageWithNavigationCreationRequest, ReadNews, ApprovalMetaData } from "../models";
|
|
3
|
-
import {
|
|
3
|
+
import { guid, IMessageBusSubscriptionHandler, IOmniaContext } from "@omnia/fx-models";
|
|
4
4
|
export declare class PagesStore extends Store {
|
|
5
5
|
private pageService;
|
|
6
6
|
private navigationStore;
|
|
@@ -31,7 +31,7 @@ export declare class PagesStore extends Store {
|
|
|
31
31
|
* */
|
|
32
32
|
deletePage: import("@omnia/fx/stores").StoreMutation<(pageId: PageId) => void, (pageId: PageId) => IMessageBusSubscriptionHandler>;
|
|
33
33
|
deletePageVariation: import("@omnia/fx/stores").StoreMutation<(pageId: PageId, variationId: number) => void, (pageId: PageId, variationId: number) => IMessageBusSubscriptionHandler>;
|
|
34
|
-
updatePagesSecurityResource: import("@omnia/fx/stores").StoreMutation<(pageIds: number[], securityResourceId:
|
|
34
|
+
updatePagesSecurityResource: import("@omnia/fx/stores").StoreMutation<(pageIds: number[], securityResourceId: guid) => void, (pageIds: number[], securityResourceId: guid) => IMessageBusSubscriptionHandler>;
|
|
35
35
|
updatePageHidden: import("@omnia/fx/stores").StoreMutation<(pageIds: PageId[], hiddenBy: PageId) => void, (pageIds: PageId[], hiddenBy: PageId) => IMessageBusSubscriptionHandler>;
|
|
36
36
|
updatePageSoftDeleted: import("@omnia/fx/stores").StoreMutation<(pageIds: PageId[], softDeletedAt: string, previousDeletedAt?: string) => void, (pageIds: PageId[], softDeletedAt: string, previousDeletedAt?: string) => IMessageBusSubscriptionHandler>;
|
|
37
37
|
};
|
|
@@ -46,7 +46,7 @@ export declare class PagesStore extends Store {
|
|
|
46
46
|
ensurePages: import("@omnia/fx/stores").StoreAction<unknown, (pageIds: PageId[], useCachedData?: boolean) => void, (result: void, pageIds: PageId[], useCachedData?: boolean) => void, (failureReason: any, pageIds: PageId[], useCachedData?: boolean) => void, (pageIds: Array<PageId>, useCachedData?: boolean) => Promise<void>>;
|
|
47
47
|
ensurePagesByType: import("@omnia/fx/stores").StoreAction<unknown, (typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (result: void, typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (failureReason: any, typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (typesToGet?: number, isTenantPageTypeIncluded?: boolean) => Promise<void>>;
|
|
48
48
|
ensureVersionData: import("@omnia/fx/stores").StoreAction<unknown, (versionRefs: VersionReference[], force?: boolean) => void, (result: MergedPageVersionLayout[], versionRefs: VersionReference[], force?: boolean) => void, (failureReason: any, versionRefs: VersionReference[], force?: boolean) => void, (versionRefs: Array<VersionReference>, force?: boolean) => Promise<MergedPageVersionLayout[]>>;
|
|
49
|
-
createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?:
|
|
49
|
+
createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (result: PageNavigationNode<PageNavigationData>, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (failureReason: any, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<PageNavigationNode<PageNavigationData>>>;
|
|
50
50
|
movePage: 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>>;
|
|
51
51
|
/**
|
|
52
52
|
* Move a page type from current publishing app to tenant level.
|
|
@@ -48,7 +48,7 @@ export declare class PublishingRuleStore extends Store {
|
|
|
48
48
|
getAllPageRules: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: unknown, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<unknown>>;
|
|
49
49
|
sendApprovalRequest: import("@omnia/fx/stores").StoreAction<unknown, (request: ApprovalRequest) => void, (result: PublishingRule<ApprovalRuleData>[], request: ApprovalRequest) => void, (failureReason: any, request: ApprovalRequest) => void, (request: ApprovalRequest) => Promise<PublishingRule<ApprovalRuleData>[]>>;
|
|
50
50
|
cancelApproval: import("@omnia/fx/stores").StoreAction<unknown, (ruleData: PublishingRule<ApprovalRuleData>) => void, (result: PublishingRule<PublishingRuleData>[], ruleData: PublishingRule<ApprovalRuleData>) => void, (failureReason: any, ruleData: PublishingRule<ApprovalRuleData>) => void, (ruleData: PublishingRule<ApprovalRuleData>) => Promise<Array<PublishingRule>>>;
|
|
51
|
-
approve: import("@omnia/fx/stores").StoreAction<unknown, (approvePageInfo: ApprovePageInfo) => void, (result: PublishingRule<ApprovalRuleData
|
|
51
|
+
approve: import("@omnia/fx/stores").StoreAction<unknown, (approvePageInfo: ApprovePageInfo) => void, (result: PublishingRule<ApprovalRuleData>[], approvePageInfo: ApprovePageInfo) => void, (failureReason: any, approvePageInfo: ApprovePageInfo) => void, (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData>[]>>;
|
|
52
52
|
reject: import("@omnia/fx/stores").StoreAction<unknown, (rejectPageInfo: RejectPageInfo) => void, (result: PublishingRule<PublishingRuleData>[], rejectPageInfo: RejectPageInfo) => void, (failureReason: any, rejectPageInfo: RejectPageInfo) => void, (rejectPageInfo: RejectPageInfo) => Promise<Array<PublishingRule>>>;
|
|
53
53
|
addRule: import("@omnia/fx/stores").StoreAction<unknown, (ruleData: PublishingRuleData, pageId: PageId) => void, (result: PublishingRule<PublishingRuleData>, ruleData: PublishingRuleData, pageId: PageId) => void, (failureReason: any, ruleData: PublishingRuleData, pageId: PageId) => void, (ruleData: PublishingRuleData, pageId: PageId) => Promise<PublishingRule>>;
|
|
54
54
|
deleteRule: import("@omnia/fx/stores").StoreAction<unknown, (rule: PublishingRule<PublishingRuleData>) => void, (result: PublishingRule<PublishingRuleData>, rule: PublishingRule<PublishingRuleData>) => void, (failureReason: any, rule: PublishingRule<PublishingRuleData>) => void, (rule: PublishingRule) => Promise<PublishingRule>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { Variation, VariationCreationRequest, VariationId } from "@omnia/wcm/models";
|
|
4
4
|
export declare class VariationStore extends Store {
|
|
@@ -15,11 +15,11 @@ export declare class VariationStore extends Store {
|
|
|
15
15
|
* Implementation of getters
|
|
16
16
|
*/
|
|
17
17
|
getters: {
|
|
18
|
-
getAppVariations: (appId?:
|
|
18
|
+
getAppVariations: (appId?: guid) => Variation[];
|
|
19
19
|
getVariation: (variationId: VariationId) => Variation;
|
|
20
20
|
getCurrentVariation: () => Variation;
|
|
21
|
-
getCurrentVariationForPublishingApp: (pubAppId:
|
|
22
|
-
getDefaultVariation: (appId?:
|
|
21
|
+
getCurrentVariationForPublishingApp: (pubAppId: guid) => Variation;
|
|
22
|
+
getDefaultVariation: (appId?: guid) => Variation;
|
|
23
23
|
onVariationMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
|
|
24
24
|
[appId: string]: Variation[];
|
|
25
25
|
}>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
@@ -34,9 +34,9 @@ export declare class VariationStore extends Store {
|
|
|
34
34
|
*/
|
|
35
35
|
actions: {
|
|
36
36
|
load: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: Variation[]) => void, (failureReason: any) => void, () => Promise<Variation[]>>;
|
|
37
|
-
loadFromPublishingAppId: import("@omnia/fx/stores").StoreAction<unknown, (publishingAppIds:
|
|
37
|
+
loadFromPublishingAppId: import("@omnia/fx/stores").StoreAction<unknown, (publishingAppIds: guid[]) => void, (result: {
|
|
38
38
|
[pubAppId: string]: Variation[];
|
|
39
|
-
}, publishingAppIds:
|
|
39
|
+
}, publishingAppIds: guid[]) => void, (failureReason: any, publishingAppIds: guid[]) => void, (publishingAppIds: guid[]) => Promise<{
|
|
40
40
|
[pubAppId: string]: Variation[];
|
|
41
41
|
}>>;
|
|
42
42
|
add: import("@omnia/fx/stores").StoreAction<unknown, (createRequest: VariationCreationRequest) => void, (result: Variation, createRequest: VariationCreationRequest) => void, (failureReason: any, createRequest: VariationCreationRequest) => void, (createRequest: VariationCreationRequest) => Promise<Variation>>;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { PageId } from "../models";
|
|
3
3
|
export declare const mediaPickerStorageProviderWCMChannelAdminContext: () => {
|
|
4
|
-
omniaServiceId:
|
|
5
|
-
storageProviderContextId:
|
|
4
|
+
omniaServiceId: guid;
|
|
5
|
+
storageProviderContextId: guid;
|
|
6
6
|
};
|
|
7
7
|
export declare const mediaPickerStorageProviderPageContext: (param1: PageId) => {
|
|
8
|
-
omniaServiceId:
|
|
9
|
-
storageProviderContextId:
|
|
8
|
+
omniaServiceId: guid;
|
|
9
|
+
storageProviderContextId: guid;
|
|
10
10
|
pageId: PageId;
|
|
11
11
|
};
|
|
12
|
-
export declare const mediaPickerStorageProviderPageCreationContext: (param1: PageId, param2:
|
|
13
|
-
omniaServiceId:
|
|
14
|
-
storageProviderContextId:
|
|
12
|
+
export declare const mediaPickerStorageProviderPageCreationContext: (param1: PageId, param2: guid) => {
|
|
13
|
+
omniaServiceId: guid;
|
|
14
|
+
storageProviderContextId: guid;
|
|
15
15
|
parentPageId: PageId;
|
|
16
|
-
publishingAppId:
|
|
16
|
+
publishingAppId: guid;
|
|
17
17
|
};
|
|
18
18
|
export declare const mediaPickerStorageProviderPageReadContext: (param1: PageId) => {
|
|
19
|
-
omniaServiceId:
|
|
20
|
-
storageProviderContextId:
|
|
19
|
+
omniaServiceId: guid;
|
|
20
|
+
storageProviderContextId: guid;
|
|
21
21
|
pageId: PageId;
|
|
22
22
|
};
|
|
@@ -1,7 +1,79 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
export declare const linkPickerEditorExtension: () => {
|
|
2
|
+
id: import("@omnia/fx-models").guid;
|
|
3
|
+
title: string;
|
|
4
|
+
getConfiguration(): {
|
|
5
|
+
nodes: import("@tiptap/core").Extension<any, any>[];
|
|
6
|
+
toolbarItems: {
|
|
7
|
+
toolbar: {
|
|
8
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
onContentChanged: {
|
|
10
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
11
|
+
};
|
|
12
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
onContentChanged: {
|
|
14
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
15
|
+
};
|
|
16
|
+
}>>, {}, true, {}, {}, {
|
|
17
|
+
P: {};
|
|
18
|
+
B: {};
|
|
19
|
+
D: {};
|
|
20
|
+
C: {};
|
|
21
|
+
M: {};
|
|
22
|
+
Defaults: {};
|
|
23
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
onContentChanged: {
|
|
25
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
26
|
+
};
|
|
27
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
28
|
+
__isFragment?: never;
|
|
29
|
+
__isTeleport?: never;
|
|
30
|
+
__isSuspense?: never;
|
|
31
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
onContentChanged: {
|
|
33
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
34
|
+
};
|
|
35
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
36
|
+
propsDefinition: Omit<Readonly<{} & {
|
|
37
|
+
onContentChanged?: (content: string) => void;
|
|
38
|
+
}>, never>;
|
|
39
|
+
};
|
|
40
|
+
configuration: any;
|
|
41
|
+
}[];
|
|
42
|
+
bubbleMenuItems: {
|
|
43
|
+
menuItem: {
|
|
44
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
onContentChanged: {
|
|
46
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
47
|
+
};
|
|
48
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
+
onContentChanged: {
|
|
50
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
51
|
+
};
|
|
52
|
+
}>>, {}, true, {}, {}, {
|
|
53
|
+
P: {};
|
|
54
|
+
B: {};
|
|
55
|
+
D: {};
|
|
56
|
+
C: {};
|
|
57
|
+
M: {};
|
|
58
|
+
Defaults: {};
|
|
59
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
+
onContentChanged: {
|
|
61
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
62
|
+
};
|
|
63
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
64
|
+
__isFragment?: never;
|
|
65
|
+
__isTeleport?: never;
|
|
66
|
+
__isSuspense?: never;
|
|
67
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
onContentChanged: {
|
|
69
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
70
|
+
};
|
|
71
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
72
|
+
propsDefinition: Omit<Readonly<{} & {
|
|
73
|
+
onContentChanged?: (content: string) => void;
|
|
74
|
+
}>, never>;
|
|
75
|
+
};
|
|
76
|
+
configuration: any;
|
|
77
|
+
}[];
|
|
78
|
+
};
|
|
79
|
+
};
|
|
@@ -1,47 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
private onLinkPickerSave;
|
|
36
|
-
private isLocalDocumentLink;
|
|
37
|
-
private resolvePageData;
|
|
38
|
-
private dispatchHandler;
|
|
39
|
-
private onCloseLinkPicker;
|
|
40
|
-
private getEditorState;
|
|
41
|
-
private getSelectionText;
|
|
42
|
-
private onAddLinkClicked;
|
|
43
|
-
private onRemoveLink;
|
|
44
|
-
private onConfigureProviders;
|
|
45
|
-
render(): JSX.Element;
|
|
46
|
-
renderCreateLinkDialog(): JSX.Element;
|
|
47
|
-
}
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
onContentChanged: {
|
|
4
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
5
|
+
};
|
|
6
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
onContentChanged: {
|
|
8
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
9
|
+
};
|
|
10
|
+
}>>, {}, true, {}, {}, {
|
|
11
|
+
P: {};
|
|
12
|
+
B: {};
|
|
13
|
+
D: {};
|
|
14
|
+
C: {};
|
|
15
|
+
M: {};
|
|
16
|
+
Defaults: {};
|
|
17
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
onContentChanged: {
|
|
19
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
20
|
+
};
|
|
21
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
22
|
+
__isFragment?: never;
|
|
23
|
+
__isTeleport?: never;
|
|
24
|
+
__isSuspense?: never;
|
|
25
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
onContentChanged: {
|
|
27
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
28
|
+
};
|
|
29
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
30
|
+
propsDefinition: Omit<Readonly<{} & {
|
|
31
|
+
onContentChanged?: (content: string) => void;
|
|
32
|
+
}>, never>;
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export interface LinkOptions {
|
|
2
|
+
href: string;
|
|
3
|
+
title: string;
|
|
4
|
+
target: "_blank" | "_self" | "_parent" | "_top" | "framename" | "";
|
|
5
|
+
onclick: any;
|
|
6
|
+
}
|
|
7
|
+
declare module "@tiptap/core" {
|
|
8
|
+
interface Commands<ReturnType> {
|
|
9
|
+
linkPicker: {
|
|
10
|
+
/**
|
|
11
|
+
* insert link
|
|
12
|
+
* @param linkOptions
|
|
13
|
+
*/
|
|
14
|
+
insertLink: (linkOptions: LinkOptions) => ReturnType;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
declare const _default: () => import("@tiptap/core").Extension<any, any>;
|
|
3
19
|
export default _default;
|
|
@@ -1,36 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
renderCreateLinkDialog(): JSX.Element;
|
|
36
|
-
}
|
|
1
|
+
declare const _default: {
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
onContentChanged: {
|
|
4
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
5
|
+
};
|
|
6
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
onContentChanged: {
|
|
8
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
9
|
+
};
|
|
10
|
+
}>>, {}, true, {}, {}, {
|
|
11
|
+
P: {};
|
|
12
|
+
B: {};
|
|
13
|
+
D: {};
|
|
14
|
+
C: {};
|
|
15
|
+
M: {};
|
|
16
|
+
Defaults: {};
|
|
17
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
onContentChanged: {
|
|
19
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
20
|
+
};
|
|
21
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
22
|
+
__isFragment?: never;
|
|
23
|
+
__isTeleport?: never;
|
|
24
|
+
__isSuspense?: never;
|
|
25
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
onContentChanged: {
|
|
27
|
+
type: import("vue").PropType<(content: string) => void>;
|
|
28
|
+
};
|
|
29
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
30
|
+
propsDefinition: Omit<Readonly<{} & {
|
|
31
|
+
onContentChanged?: (content: string) => void;
|
|
32
|
+
}>, never>;
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LinkItem, LinkPickerRegistration, PageLinkItem } from "@omnia/wcm/models";
|
|
2
|
+
export declare function useLinkPickerToolbarHelper(dispatchHandler: (link: LinkItem) => any): {
|
|
3
|
+
resolvePageData: (linkData: PageLinkItem) => Promise<LinkItem>;
|
|
4
|
+
onLinkPickerSave: (link: LinkItem) => Promise<void>;
|
|
5
|
+
isLocalDocumentLink: () => boolean;
|
|
6
|
+
onConfigureProviders: (providers: Array<LinkPickerRegistration>) => LinkPickerRegistration[];
|
|
7
|
+
getSelectionText: () => string;
|
|
8
|
+
documentUploadHandler: {
|
|
9
|
+
upload: () => Promise<any>;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -13,5 +13,22 @@ export declare function useWcmIcons(): {
|
|
|
13
13
|
userNinja: import("@omnia/fx-models").FontAwesomeIcon;
|
|
14
14
|
painBrush: import("@omnia/fx-models").FontAwesomeIcon;
|
|
15
15
|
slider: import("@omnia/fx-models").FontAwesomeIcon;
|
|
16
|
+
shareAlt: import("@omnia/fx-models").FontAwesomeIcon;
|
|
17
|
+
refresh: import("@omnia/fx-models").FontAwesomeIcon;
|
|
18
|
+
download: import("@omnia/fx-models").FontAwesomeIcon;
|
|
19
|
+
swapCalls: import("@omnia/fx-models").FontAwesomeIcon;
|
|
20
|
+
warning: import("@omnia/fx-models").FontAwesomeIcon;
|
|
21
|
+
chevronLeft: import("@omnia/fx-models").FontAwesomeIcon;
|
|
22
|
+
chevronRight: import("@omnia/fx-models").FontAwesomeIcon;
|
|
23
|
+
pencil: import("@omnia/fx-models").FontAwesomeIcon;
|
|
24
|
+
screen: import("@omnia/fx-models").FontAwesomeIcon;
|
|
25
|
+
tv: import("@omnia/fx-models").FontAwesomeIcon;
|
|
26
|
+
clipboard: import("@omnia/fx-models").FontAwesomeIcon;
|
|
27
|
+
fileCode: import("@omnia/fx-models").FontAwesomeIcon;
|
|
28
|
+
stair: import("@omnia/fx-models").FontAwesomeIcon;
|
|
29
|
+
add: import("@omnia/fx-models").FontAwesomeIcon;
|
|
30
|
+
newsPaper: import("@omnia/fx-models").FontAwesomeIcon;
|
|
31
|
+
layout: import("@omnia/fx-models").FontAwesomeIcon;
|
|
32
|
+
close: import("@omnia/fx-models").FontAwesomeIcon;
|
|
16
33
|
};
|
|
17
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"}}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageManifests","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenManifests","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MegaMenuStyles","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MovePageCollectionDialogStyles","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmGroupManifests","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmResourceManifests","WcmService","WcmWebComponentManifests","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"}}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useLinkPickerStore","useWcmIcons"]}}}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, TypedNamedProperty } from "@omnia/fx-models";
|
|
2
2
|
export interface TypedRoutePropertyDefinition<T> extends TypedNamedProperty<T> {
|
|
3
3
|
}
|
|
4
4
|
export declare class TypedProperties {
|
|
5
5
|
static RouteProperties: {
|
|
6
6
|
new (): {};
|
|
7
|
-
readonly publishingAppId: TypedRoutePropertyDefinition<
|
|
7
|
+
readonly publishingAppId: TypedRoutePropertyDefinition<guid>;
|
|
8
8
|
};
|
|
9
9
|
}
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.TypedProperties = void 0;
|
|
4
4
|
const models_1 = require("@omnia/wcm/models");
|
|
5
5
|
class TypedProperties {
|
|
6
|
+
static { this.RouteProperties = class {
|
|
7
|
+
static get publishingAppId() {
|
|
8
|
+
return {
|
|
9
|
+
name: "PublishingAppId",
|
|
10
|
+
serviceId: models_1.WcmService.Id
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
}; }
|
|
6
14
|
}
|
|
7
|
-
TypedProperties.RouteProperties = class {
|
|
8
|
-
static get publishingAppId() {
|
|
9
|
-
return {
|
|
10
|
-
name: "PublishingAppId",
|
|
11
|
-
serviceId: models_1.WcmService.Id.toString()
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
15
|
exports.TypedProperties = TypedProperties;
|
package/internal-do-not-import-from-here/models/digitalsignage/DigitalSignageLayoutDefinition.js
CHANGED
|
@@ -4,7 +4,7 @@ exports.DigitalSignageLayoutDefinition = void 0;
|
|
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
|
5
5
|
class DigitalSignageLayoutDefinition extends models_1.VersionedLayoutDefinition {
|
|
6
6
|
constructor() {
|
|
7
|
-
super("0bca6f72-5304-4aec-b219-70b40bb96281");
|
|
7
|
+
super((0, models_1.guid)("0bca6f72-5304-4aec-b219-70b40bb96281"));
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.DigitalSignageLayoutDefinition = DigitalSignageLayoutDefinition;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EnterpriseGlossaryInformationSourceSettings,
|
|
1
|
+
import { EnterpriseGlossaryInformationSourceSettings, guid } from "@omnia/fx-models";
|
|
2
2
|
type ImageSettings = {
|
|
3
3
|
imageMappingPropertyInternalName: string;
|
|
4
|
-
imagePropRatioUniqueId:
|
|
4
|
+
imagePropRatioUniqueId: guid;
|
|
5
5
|
};
|
|
6
6
|
export declare class WCMPageGlossaryInformationSourceSettings extends EnterpriseGlossaryInformationSourceSettings {
|
|
7
7
|
image: ImageSettings;
|
|
@@ -10,7 +10,7 @@ export declare class WCMPageGlossaryInformationSourceSettings extends Enterprise
|
|
|
10
10
|
descriptionMappingPropertyInternalName: string;
|
|
11
11
|
personMappingPropertyInternalName: string;
|
|
12
12
|
showReadMore: boolean;
|
|
13
|
-
readonly providerId:
|
|
13
|
+
readonly providerId: guid;
|
|
14
14
|
constructor(image: ImageSettings, titleMappingPropertyInternalName: string, summaryMappingPropertyInternalName: string, descriptionMappingPropertyInternalName: string, personMappingPropertyInternalName: string, showReadMore: boolean);
|
|
15
15
|
}
|
|
16
16
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PageArchiveInformationType } from "./PageArchiveInformationType";
|
|
2
2
|
import { PageId } from "../../fx/models";
|
|
3
|
-
import {
|
|
3
|
+
import { guid, Identity, ResolvedUserIdentity } from "@omnia/fx-models";
|
|
4
4
|
import { PageArchiveInformationStatus } from "./statuses";
|
|
5
5
|
import { PageArchiveDependency, NavigationArchiveDependency } from ".";
|
|
6
6
|
export interface PageArchiveInformation {
|
|
7
7
|
spItemId: number;
|
|
8
|
-
publishingAppId:
|
|
8
|
+
publishingAppId: guid;
|
|
9
9
|
pageId: PageId;
|
|
10
10
|
title: string;
|
|
11
11
|
comment: string;
|
|
@@ -7,4 +7,4 @@ var PageArchiveInformationType;
|
|
|
7
7
|
PageArchiveInformationType[PageArchiveInformationType["PageCollection"] = 2] = "PageCollection";
|
|
8
8
|
PageArchiveInformationType[PageArchiveInformationType["PageType"] = 3] = "PageType";
|
|
9
9
|
PageArchiveInformationType[PageArchiveInformationType["PageVariation"] = 4] = "PageVariation";
|
|
10
|
-
})(PageArchiveInformationType
|
|
10
|
+
})(PageArchiveInformationType || (exports.PageArchiveInformationType = PageArchiveInformationType = {}));
|
package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js
CHANGED
|
@@ -9,4 +9,4 @@ var PageArchiveInformationStatusType;
|
|
|
9
9
|
PageArchiveInformationStatusType[PageArchiveInformationStatusType["Restored"] = 4] = "Restored";
|
|
10
10
|
PageArchiveInformationStatusType[PageArchiveInformationStatusType["Migrating"] = 5] = "Migrating";
|
|
11
11
|
PageArchiveInformationStatusType[PageArchiveInformationStatusType["MigrationError"] = 6] = "MigrationError";
|
|
12
|
-
})(PageArchiveInformationStatusType
|
|
12
|
+
})(PageArchiveInformationStatusType || (exports.PageArchiveInformationStatusType = PageArchiveInformationStatusType = {}));
|
|
@@ -5,7 +5,7 @@ var PageFeedbackStatus;
|
|
|
5
5
|
(function (PageFeedbackStatus) {
|
|
6
6
|
PageFeedbackStatus[PageFeedbackStatus["New"] = 0] = "New";
|
|
7
7
|
PageFeedbackStatus[PageFeedbackStatus["Processed"] = 1] = "Processed";
|
|
8
|
-
})(PageFeedbackStatus
|
|
8
|
+
})(PageFeedbackStatus || (exports.PageFeedbackStatus = PageFeedbackStatus = {}));
|
|
9
9
|
class PageFeedback {
|
|
10
10
|
}
|
|
11
11
|
exports.PageFeedback = PageFeedback;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, Identity, QueryFilter } from "@omnia/fx-models";
|
|
2
2
|
import { Page, PageId } from "../../fx/models";
|
|
3
3
|
export interface PageReportPageTypeSelection extends Page {
|
|
4
4
|
checked: boolean;
|
|
@@ -52,7 +52,7 @@ export interface CheckedOutReportItemUI extends CheckedOutReportItem {
|
|
|
52
52
|
}
|
|
53
53
|
export interface PageStatisticExport {
|
|
54
54
|
fileToken: string;
|
|
55
|
-
queueMessageId:
|
|
55
|
+
queueMessageId: guid;
|
|
56
56
|
}
|
|
57
57
|
export interface PageStatisticExportStatus extends PageStatisticExport {
|
|
58
58
|
done: boolean;
|
|
@@ -65,6 +65,6 @@ export interface DailyStatisticsPerPage {
|
|
|
65
65
|
statisticDate: Date;
|
|
66
66
|
}
|
|
67
67
|
export interface UniqueUsersByUserProperty {
|
|
68
|
-
termId:
|
|
68
|
+
termId: guid;
|
|
69
69
|
uniqueUsers: number;
|
|
70
70
|
}
|