@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/digitalsignage/DigitalSignageJsonTemplate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { DigitalSignageJsonProp } from "@omnia/wcm/models";
|
|
3
3
|
export interface DigitalSignageJsonTemplate {
|
|
4
|
-
id:
|
|
4
|
+
id: guid;
|
|
5
5
|
title: string;
|
|
6
6
|
embedImages: boolean;
|
|
7
7
|
jsonProps: DigitalSignageJsonProp[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { DigitalSignageJsonProp, DigitalSignagePageRollupViewSettings, DigitalSignageSettingsBase, PageItemNode, PageQuery, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, PagingTypes } from "@omnia/wcm/models";
|
|
3
3
|
export declare enum DigitalSignageQuerySettingsType {
|
|
4
4
|
PageRollup = 0,
|
|
@@ -11,7 +11,7 @@ export interface DigitalSignageQuerySettings extends DigitalSignageSettingsBase
|
|
|
11
11
|
currentUserSubscription: boolean;
|
|
12
12
|
resources: {
|
|
13
13
|
id: string;
|
|
14
|
-
typeId?:
|
|
14
|
+
typeId?: guid;
|
|
15
15
|
filters?: PageRollupPropertyFilter[];
|
|
16
16
|
}[];
|
|
17
17
|
itemLimit: number;
|
|
@@ -37,7 +37,7 @@ export interface DigitalSignageQuerySettings extends DigitalSignageSettingsBase
|
|
|
37
37
|
priority: number;
|
|
38
38
|
trimDuplicates: boolean;
|
|
39
39
|
type: DigitalSignageQuerySettingsType;
|
|
40
|
-
templateId?:
|
|
40
|
+
templateId?: guid;
|
|
41
41
|
}
|
|
42
42
|
export interface DigitalSignagePageRollupSettings extends DigitalSignageQuerySettings {
|
|
43
43
|
type: DigitalSignageQuerySettingsType.PageRollup;
|
package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.js
CHANGED
|
@@ -5,4 +5,4 @@ var DigitalSignageQuerySettingsType;
|
|
|
5
5
|
(function (DigitalSignageQuerySettingsType) {
|
|
6
6
|
DigitalSignageQuerySettingsType[DigitalSignageQuerySettingsType["PageRollup"] = 0] = "PageRollup";
|
|
7
7
|
DigitalSignageQuerySettingsType[DigitalSignageQuerySettingsType["JsonQuery"] = 1] = "JsonQuery";
|
|
8
|
-
})(DigitalSignageQuerySettingsType
|
|
8
|
+
})(DigitalSignageQuerySettingsType || (exports.DigitalSignageQuerySettingsType = DigitalSignageQuerySettingsType = {}));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
|
2
2
|
import { PageRollupViewSettings } from "../components";
|
|
3
3
|
export interface DigitalSignagePageRollupViewSettings extends PageRollupViewSettings {
|
|
4
4
|
titleProp: string;
|
|
5
5
|
descriptionProp: string;
|
|
6
6
|
imageProp: string;
|
|
7
|
-
imagePropRatioUniqueId:
|
|
7
|
+
imagePropRatioUniqueId: guid;
|
|
8
8
|
summaryProp: string;
|
|
9
9
|
createdBy: string;
|
|
10
10
|
createdAt: string;
|
package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VersionedLayoutId,
|
|
1
|
+
import { VersionedLayoutId, guid } from "@omnia/fx-models";
|
|
2
2
|
import { DigitalSignageJsonQuerySettings } from "@omnia/wcm/models";
|
|
3
3
|
import { DigitalSignageSettingsBase } from "./DigitalSignageSettingsBase";
|
|
4
4
|
export declare enum DigitalSigningScreenType {
|
|
@@ -22,12 +22,12 @@ export interface ThirdPartyClientDigitalSigningScreenSettings extends DigitalSig
|
|
|
22
22
|
query: DigitalSignageJsonQuerySettings;
|
|
23
23
|
}
|
|
24
24
|
export interface WebBrowserDigitalSigningScreenStep {
|
|
25
|
-
id:
|
|
25
|
+
id: guid;
|
|
26
26
|
type: WebBrowserDigitalSigningScreenStepType;
|
|
27
27
|
}
|
|
28
28
|
export interface WebBrowserDigitalSigningScreenPageRollupStep extends WebBrowserDigitalSigningScreenStep {
|
|
29
29
|
type: WebBrowserDigitalSigningScreenStepType.PageRollup;
|
|
30
|
-
pageRollupId:
|
|
30
|
+
pageRollupId: guid;
|
|
31
31
|
}
|
|
32
32
|
export interface WebBrowserDigitalSigningScreenLayoutStep extends WebBrowserDigitalSigningScreenStep {
|
|
33
33
|
type: WebBrowserDigitalSigningScreenStepType.Layout;
|
package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.js
CHANGED
|
@@ -5,9 +5,9 @@ var DigitalSigningScreenType;
|
|
|
5
5
|
(function (DigitalSigningScreenType) {
|
|
6
6
|
DigitalSigningScreenType[DigitalSigningScreenType["WebBrowser"] = 0] = "WebBrowser";
|
|
7
7
|
DigitalSigningScreenType[DigitalSigningScreenType["ThirdPartyClient"] = 1] = "ThirdPartyClient";
|
|
8
|
-
})(DigitalSigningScreenType
|
|
8
|
+
})(DigitalSigningScreenType || (exports.DigitalSigningScreenType = DigitalSigningScreenType = {}));
|
|
9
9
|
var WebBrowserDigitalSigningScreenStepType;
|
|
10
10
|
(function (WebBrowserDigitalSigningScreenStepType) {
|
|
11
11
|
WebBrowserDigitalSigningScreenStepType[WebBrowserDigitalSigningScreenStepType["PageRollup"] = 0] = "PageRollup";
|
|
12
12
|
WebBrowserDigitalSigningScreenStepType[WebBrowserDigitalSigningScreenStepType["Layout"] = 1] = "Layout";
|
|
13
|
-
})(WebBrowserDigitalSigningScreenStepType
|
|
13
|
+
})(WebBrowserDigitalSigningScreenStepType || (exports.WebBrowserDigitalSigningScreenStepType = WebBrowserDigitalSigningScreenStepType = {}));
|
|
@@ -5,4 +5,4 @@ var layoutItemAction;
|
|
|
5
5
|
(function (layoutItemAction) {
|
|
6
6
|
layoutItemAction[layoutItemAction["move"] = 0] = "move";
|
|
7
7
|
layoutItemAction[layoutItemAction["copy"] = 1] = "copy";
|
|
8
|
-
})(layoutItemAction
|
|
8
|
+
})(layoutItemAction || (exports.layoutItemAction = layoutItemAction = {}));
|
package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnterpriseGlossary, TermUISettings } from "@omnia/fx-models";
|
|
2
2
|
export declare class WCMGlossary extends EnterpriseGlossary {
|
|
3
|
-
readonly type: import("@omnia/fx-models").
|
|
3
|
+
readonly type: import("@omnia/fx-models").guid;
|
|
4
4
|
title: string;
|
|
5
5
|
data: WCMGlossaryData;
|
|
6
6
|
}
|
package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.js
CHANGED
|
@@ -19,4 +19,4 @@ var WCMGlossaryType;
|
|
|
19
19
|
(function (WCMGlossaryType) {
|
|
20
20
|
WCMGlossaryType[WCMGlossaryType["PageType"] = 0] = "PageType";
|
|
21
21
|
WCMGlossaryType[WCMGlossaryType["WorkflowStatus"] = 1] = "WorkflowStatus";
|
|
22
|
-
})(WCMGlossaryType
|
|
22
|
+
})(WCMGlossaryType || (exports.WCMGlossaryType = WCMGlossaryType = {}));
|
|
@@ -5,12 +5,12 @@ var OutlookCalendarType;
|
|
|
5
5
|
(function (OutlookCalendarType) {
|
|
6
6
|
OutlookCalendarType[OutlookCalendarType["Personal"] = 0] = "Personal";
|
|
7
7
|
OutlookCalendarType[OutlookCalendarType["Group"] = 1] = "Group";
|
|
8
|
-
})(OutlookCalendarType
|
|
8
|
+
})(OutlookCalendarType || (exports.OutlookCalendarType = OutlookCalendarType = {}));
|
|
9
9
|
var ParticipantType;
|
|
10
10
|
(function (ParticipantType) {
|
|
11
11
|
ParticipantType[ParticipantType["Official"] = 0] = "Official";
|
|
12
12
|
ParticipantType[ParticipantType["Standby"] = 1] = "Standby";
|
|
13
|
-
})(ParticipantType
|
|
13
|
+
})(ParticipantType || (exports.ParticipantType = ParticipantType = {}));
|
|
14
14
|
var ActionButtonType;
|
|
15
15
|
(function (ActionButtonType) {
|
|
16
16
|
ActionButtonType[ActionButtonType["SignUp"] = 0] = "SignUp";
|
|
@@ -19,29 +19,29 @@ var ActionButtonType;
|
|
|
19
19
|
ActionButtonType[ActionButtonType["Cancel"] = 3] = "Cancel";
|
|
20
20
|
ActionButtonType[ActionButtonType["OpenOnlineMeeting"] = 4] = "OpenOnlineMeeting";
|
|
21
21
|
ActionButtonType[ActionButtonType["AddToMyCalendar"] = 5] = "AddToMyCalendar";
|
|
22
|
-
})(ActionButtonType
|
|
22
|
+
})(ActionButtonType || (exports.ActionButtonType = ActionButtonType = {}));
|
|
23
23
|
var RecurrenceTypeEnums;
|
|
24
24
|
(function (RecurrenceTypeEnums) {
|
|
25
25
|
RecurrenceTypeEnums[RecurrenceTypeEnums["Daily"] = 0] = "Daily";
|
|
26
26
|
RecurrenceTypeEnums[RecurrenceTypeEnums["Weekly"] = 1] = "Weekly";
|
|
27
27
|
RecurrenceTypeEnums[RecurrenceTypeEnums["Monthly"] = 2] = "Monthly";
|
|
28
28
|
RecurrenceTypeEnums[RecurrenceTypeEnums["Never"] = 3] = "Never";
|
|
29
|
-
})(RecurrenceTypeEnums
|
|
29
|
+
})(RecurrenceTypeEnums || (exports.RecurrenceTypeEnums = RecurrenceTypeEnums = {}));
|
|
30
30
|
var DailyRecurrenceTypeEnums;
|
|
31
31
|
(function (DailyRecurrenceTypeEnums) {
|
|
32
32
|
DailyRecurrenceTypeEnums[DailyRecurrenceTypeEnums["DayFrequency"] = 0] = "DayFrequency";
|
|
33
33
|
DailyRecurrenceTypeEnums[DailyRecurrenceTypeEnums["Weekday"] = 1] = "Weekday";
|
|
34
|
-
})(DailyRecurrenceTypeEnums
|
|
34
|
+
})(DailyRecurrenceTypeEnums || (exports.DailyRecurrenceTypeEnums = DailyRecurrenceTypeEnums = {}));
|
|
35
35
|
var MonthlyRecurrenceTypeEnums;
|
|
36
36
|
(function (MonthlyRecurrenceTypeEnums) {
|
|
37
37
|
MonthlyRecurrenceTypeEnums[MonthlyRecurrenceTypeEnums["SpecificDay"] = 0] = "SpecificDay";
|
|
38
38
|
MonthlyRecurrenceTypeEnums[MonthlyRecurrenceTypeEnums["WeekOfMonth"] = 1] = "WeekOfMonth";
|
|
39
|
-
})(MonthlyRecurrenceTypeEnums
|
|
39
|
+
})(MonthlyRecurrenceTypeEnums || (exports.MonthlyRecurrenceTypeEnums = MonthlyRecurrenceTypeEnums = {}));
|
|
40
40
|
var ScheduleEndTypeEnums;
|
|
41
41
|
(function (ScheduleEndTypeEnums) {
|
|
42
42
|
ScheduleEndTypeEnums[ScheduleEndTypeEnums["NoEndDate"] = 0] = "NoEndDate";
|
|
43
43
|
ScheduleEndTypeEnums[ScheduleEndTypeEnums["EndByDate"] = 1] = "EndByDate";
|
|
44
|
-
})(ScheduleEndTypeEnums
|
|
44
|
+
})(ScheduleEndTypeEnums || (exports.ScheduleEndTypeEnums = ScheduleEndTypeEnums = {}));
|
|
45
45
|
var WeekOfMonthEnums;
|
|
46
46
|
(function (WeekOfMonthEnums) {
|
|
47
47
|
WeekOfMonthEnums[WeekOfMonthEnums["First"] = 0] = "First";
|
|
@@ -49,4 +49,4 @@ var WeekOfMonthEnums;
|
|
|
49
49
|
WeekOfMonthEnums[WeekOfMonthEnums["Third"] = 2] = "Third";
|
|
50
50
|
WeekOfMonthEnums[WeekOfMonthEnums["Fourth"] = 3] = "Fourth";
|
|
51
51
|
WeekOfMonthEnums[WeekOfMonthEnums["Last"] = 4] = "Last";
|
|
52
|
-
})(WeekOfMonthEnums
|
|
52
|
+
})(WeekOfMonthEnums || (exports.WeekOfMonthEnums = WeekOfMonthEnums = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { Participant } from "./Participant";
|
|
3
3
|
import { OutlookCalendarType } from "./Enums";
|
|
4
4
|
import { ScheduleSettings } from ".";
|
|
5
5
|
export interface EventDetail {
|
|
6
|
-
id:
|
|
6
|
+
id: guid;
|
|
7
7
|
pageId: number;
|
|
8
8
|
outlookEventId: string;
|
|
9
9
|
registeredCapacity: number;
|
|
@@ -32,7 +32,7 @@ export interface EventDetail {
|
|
|
32
32
|
OutlookCalendarType?: OutlookCalendarType;
|
|
33
33
|
}
|
|
34
34
|
export interface EventClone {
|
|
35
|
-
id:
|
|
35
|
+
id: guid;
|
|
36
36
|
pageId: number;
|
|
37
37
|
title: string;
|
|
38
38
|
scheduleSettings?: ScheduleSettings;
|
|
@@ -41,14 +41,14 @@ export interface EventClone {
|
|
|
41
41
|
urlSegment: string;
|
|
42
42
|
}
|
|
43
43
|
export interface EventCloneResult {
|
|
44
|
-
id?:
|
|
44
|
+
id?: guid;
|
|
45
45
|
pageId?: number;
|
|
46
46
|
startDate?: Date;
|
|
47
47
|
url?: string;
|
|
48
48
|
title?: string;
|
|
49
49
|
}
|
|
50
50
|
export interface EventCapacity {
|
|
51
|
-
id?:
|
|
51
|
+
id?: guid;
|
|
52
52
|
pageId?: number;
|
|
53
53
|
registeredCapacity?: number;
|
|
54
54
|
maxParticipants?: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, Identity, UserIdentity } from "@omnia/fx-models";
|
|
2
2
|
import { ParticipantType } from "./Enums";
|
|
3
3
|
export interface Participant {
|
|
4
|
-
id?:
|
|
5
|
-
eventId?:
|
|
4
|
+
id?: guid;
|
|
5
|
+
eventId?: guid;
|
|
6
6
|
loginName?: UserIdentity;
|
|
7
7
|
name?: string;
|
|
8
8
|
email?: string;
|
|
@@ -23,7 +23,7 @@ export interface Participant {
|
|
|
23
23
|
eventRegisteredCapacity?: number;
|
|
24
24
|
}
|
|
25
25
|
export interface ParticipantStatusModel {
|
|
26
|
-
id?:
|
|
26
|
+
id?: guid;
|
|
27
27
|
statusResponse?: string;
|
|
28
28
|
statusTime?: Date;
|
|
29
29
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SecretInfo, Secret,
|
|
1
|
+
import { SecretInfo, Secret, guid } from "@omnia/fx-models";
|
|
2
2
|
import { IValidator } from "@omnia/fx/ux";
|
|
3
3
|
export interface SecretInfoViewModel extends SecretInfo {
|
|
4
4
|
localizedTitle: string;
|
|
@@ -7,7 +7,7 @@ export interface SecretInfoViewModel extends SecretInfo {
|
|
|
7
7
|
export interface ISecretFormComponentProps {
|
|
8
8
|
useValidator: IValidator;
|
|
9
9
|
secret: Secret;
|
|
10
|
-
profileId?:
|
|
10
|
+
profileId?: guid;
|
|
11
11
|
isSaving: boolean;
|
|
12
12
|
onSave: (secret: Secret) => void;
|
|
13
13
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, MultilingualString, IIcon } from "@omnia/fx-models";
|
|
2
2
|
export interface EventParticipantCounterSettings {
|
|
3
3
|
blockTitle: MultilingualString;
|
|
4
4
|
participantIcon: IIcon;
|
|
5
5
|
hideNumberOfRegisteredParticipants: boolean;
|
|
6
|
-
spacing?:
|
|
6
|
+
spacing?: Spacing;
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
import { types } from "typestyle";
|
|
3
3
|
export declare const EventParticipantCounterBlockStyles: {
|
|
4
4
|
container: types.NestedCSSProperties;
|
|
5
|
-
wrapper: (spacing:
|
|
5
|
+
wrapper: (spacing: Spacing) => types.NestedCSSProperties;
|
|
6
6
|
detailValue?: types.NestedCSSProperties;
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, MultilingualString } from "@omnia/fx-models";
|
|
2
2
|
export interface EventParticipantListSettings {
|
|
3
|
-
spacing?:
|
|
3
|
+
spacing?: Spacing;
|
|
4
4
|
title: MultilingualString;
|
|
5
5
|
selectedViewId: string;
|
|
6
6
|
pagingType: EventParticipantListEnums.PagingType;
|
|
@@ -11,7 +11,7 @@ export interface EventParticipantListSettings {
|
|
|
11
11
|
enableStandbyList: boolean;
|
|
12
12
|
isEventManagementListComponent: boolean;
|
|
13
13
|
}
|
|
14
|
-
export declare
|
|
14
|
+
export declare namespace EventParticipantListEnums {
|
|
15
15
|
enum PagingType {
|
|
16
16
|
NoPaging = 1,
|
|
17
17
|
Classic = 2,
|
|
@@ -19,4 +19,4 @@ var EventParticipantListEnums;
|
|
|
19
19
|
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
|
20
20
|
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
|
21
21
|
})(DateTimeMode = EventParticipantListEnums.DateTimeMode || (EventParticipantListEnums.DateTimeMode = {}));
|
|
22
|
-
})(EventParticipantListEnums
|
|
22
|
+
})(EventParticipantListEnums || (exports.EventParticipantListEnums = EventParticipantListEnums = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
import { types } from "typestyle";
|
|
3
3
|
export declare const EventParticipantListStyles: {
|
|
4
4
|
container: types.NestedCSSProperties;
|
|
5
|
-
wrapper: (spacing:
|
|
6
|
-
title: (spacing:
|
|
5
|
+
wrapper: (spacing: Spacing) => types.NestedCSSProperties;
|
|
6
|
+
title: (spacing: Spacing) => types.NestedCSSProperties;
|
|
7
7
|
dataTableTransparent: types.NestedCSSProperties;
|
|
8
8
|
clippedText: types.NestedCSSProperties;
|
|
9
9
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
import { types } from "typestyle";
|
|
3
3
|
export declare const EventParticipantListViewStyles: {
|
|
4
4
|
tableWrapper: types.NestedCSSProperties;
|
|
5
|
-
getPaddingStyle?: (spacing:
|
|
5
|
+
getPaddingStyle?: (spacing: Spacing, skip?: {
|
|
6
6
|
top?: boolean;
|
|
7
7
|
right?: boolean;
|
|
8
8
|
left?: boolean;
|
|
@@ -1,20 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
import { types } from "typestyle";
|
|
3
3
|
export declare const PageRollupListViewStyles: {
|
|
4
|
-
|
|
4
|
+
getPadding?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
5
5
|
hideHeaders?: types.NestedCSSProperties;
|
|
6
|
-
|
|
7
|
-
titleLink?: types.NestedCSSProperties;
|
|
8
|
-
clickableLink?: types.NestedCSSProperties;
|
|
9
|
-
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
6
|
+
getPaddingStyle?: (spacing: Spacing, skip?: {
|
|
10
7
|
top?: boolean;
|
|
11
8
|
right?: boolean;
|
|
12
9
|
left?: boolean;
|
|
13
10
|
bottom?: boolean;
|
|
14
11
|
}) => types.NestedCSSProperties;
|
|
15
|
-
unreadLink?: types.NestedCSSProperties;
|
|
16
12
|
staticWidthHeading?: types.NestedCSSProperties;
|
|
17
|
-
headingSortable?: types.NestedCSSProperties;
|
|
18
13
|
clickableIcon?: types.NestedCSSProperties;
|
|
19
14
|
buttonOutline?: types.NestedCSSProperties;
|
|
20
15
|
imageStyle?: types.NestedCSSProperties;
|
package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FilePickerStorageProviderContext,
|
|
1
|
+
import { FilePickerStorageProviderContext, guid } from "@omnia/fx-models";
|
|
2
2
|
import { VersionId } from "../pages";
|
|
3
3
|
export declare class FileUploaderWCMPageContext implements FilePickerStorageProviderContext {
|
|
4
|
-
readonly omniaServiceId:
|
|
5
|
-
readonly metadataTypeId:
|
|
4
|
+
readonly omniaServiceId: guid;
|
|
5
|
+
readonly metadataTypeId: guid;
|
|
6
6
|
fileName: string;
|
|
7
7
|
readonly versionId: VersionId;
|
|
8
8
|
constructor(versionId: VersionId);
|
package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js
CHANGED
|
@@ -6,7 +6,7 @@ const ManifestIds_1 = require("../ManifestIds");
|
|
|
6
6
|
class FileUploaderWCMPageContext {
|
|
7
7
|
constructor(versionId) {
|
|
8
8
|
this.omniaServiceId = ManifestIds_1.WcmService.Id;
|
|
9
|
-
this.metadataTypeId =
|
|
9
|
+
this.metadataTypeId = (0, fx_models_1.guid)("18f54ab3-0a36-4b7d-a184-b9f2d59e5730");
|
|
10
10
|
this.fileName = "";
|
|
11
11
|
this.versionId = versionId;
|
|
12
12
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, Spacing, MultilingualString, IconPickerModel, MediaPickerVideo } from "@omnia/fx-models";
|
|
2
2
|
import { PageQuery, PageRollupEnums, PagingTypes, PageRollupUiFilter, PageItemNode, VideoType, PageRollupPropertyFilter } from "@omnia/wcm/models";
|
|
3
3
|
import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
4
4
|
export interface BlockDataWithSettingsAndData<Data, Settings> {
|
|
@@ -13,7 +13,7 @@ export interface AdminInfoScreenBlockSettings {
|
|
|
13
13
|
scope: PageRollupEnums.RollupScopes;
|
|
14
14
|
excludeCurrentPage: boolean;
|
|
15
15
|
resources: Array<{
|
|
16
|
-
id:
|
|
16
|
+
id: guid;
|
|
17
17
|
filters?: Array<PageRollupPropertyFilter>;
|
|
18
18
|
}>;
|
|
19
19
|
itemLimit: number;
|
|
@@ -39,7 +39,7 @@ export interface AdminInfoScreenBlockSettings {
|
|
|
39
39
|
linkLabel?: MultilingualString;
|
|
40
40
|
linkUrl?: string;
|
|
41
41
|
openInNewTab?: boolean;
|
|
42
|
-
spacing?:
|
|
42
|
+
spacing?: Spacing;
|
|
43
43
|
hideReadNews?: boolean;
|
|
44
44
|
hideFilterByDefault: boolean;
|
|
45
45
|
searchBoxOutlined: boolean;
|
|
@@ -66,19 +66,19 @@ export interface VideoData {
|
|
|
66
66
|
endTime?: number;
|
|
67
67
|
}
|
|
68
68
|
export interface AdminInfoScreenBlockData extends BlockDataWithSettingsAndData<AdminInfoScreenBlockDataData, AdminInfoScreenBlockSettings> {
|
|
69
|
-
id?:
|
|
69
|
+
id?: guid;
|
|
70
70
|
title?: string;
|
|
71
71
|
pageQuery?: InfoScreenQuery;
|
|
72
72
|
videos?: Array<VideoData>;
|
|
73
73
|
}
|
|
74
74
|
export interface InfoScreenSettingsModel {
|
|
75
|
-
businessProfileId?:
|
|
75
|
+
businessProfileId?: guid;
|
|
76
76
|
wcmDnsMapping?: string;
|
|
77
77
|
omniaCloudDnsMapping?: string;
|
|
78
78
|
infoScreensData?: Array<AdminInfoScreenBlockData>;
|
|
79
79
|
}
|
|
80
80
|
export interface InfoScreenRegistrationView {
|
|
81
|
-
id:
|
|
81
|
+
id: guid;
|
|
82
82
|
title: string;
|
|
83
83
|
viewElement: string;
|
|
84
84
|
settingsElement: string;
|
|
@@ -109,7 +109,7 @@ export interface Announcement {
|
|
|
109
109
|
announcementTypeId?: string;
|
|
110
110
|
announcementStatus?: AnnouncementStatus;
|
|
111
111
|
announcementStatusId?: string;
|
|
112
|
-
businessProfileId?:
|
|
112
|
+
businessProfileId?: guid;
|
|
113
113
|
targetingFilter?: TargetingFilterProperty;
|
|
114
114
|
commentCount?: number;
|
|
115
115
|
}
|
|
@@ -117,7 +117,7 @@ export interface AnnouncementType {
|
|
|
117
117
|
id: string;
|
|
118
118
|
title: MultilingualString;
|
|
119
119
|
properties?: string;
|
|
120
|
-
businessProfileId?:
|
|
120
|
+
businessProfileId?: guid;
|
|
121
121
|
info?: AnnouncementTypeInfo;
|
|
122
122
|
}
|
|
123
123
|
export interface AnnouncementTypeInfo {
|
|
@@ -127,7 +127,7 @@ export interface AnnouncementStatus {
|
|
|
127
127
|
id: string;
|
|
128
128
|
title: MultilingualString;
|
|
129
129
|
properties?: string;
|
|
130
|
-
businessProfileId?:
|
|
130
|
+
businessProfileId?: guid;
|
|
131
131
|
info?: AnnouncementStatusInfo;
|
|
132
132
|
}
|
|
133
133
|
export interface AnnouncementStatusInfo {
|
|
@@ -34,4 +34,4 @@ var AdminInfoScreenEnums;
|
|
|
34
34
|
Scope[Scope["PageCollections"] = 3] = "PageCollections";
|
|
35
35
|
Scope[Scope["Subscriptions"] = 4] = "Subscriptions";
|
|
36
36
|
})(Scope = AdminInfoScreenEnums.Scope || (AdminInfoScreenEnums.Scope = {}));
|
|
37
|
-
})(AdminInfoScreenEnums
|
|
37
|
+
})(AdminInfoScreenEnums || (exports.AdminInfoScreenEnums = AdminInfoScreenEnums = {}));
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CategoryType = void 0;
|
|
4
|
+
var CategoryType;
|
|
5
|
+
(function (CategoryType) {
|
|
6
|
+
CategoryType[CategoryType["SharePointLibrary"] = 0] = "SharePointLibrary";
|
|
7
|
+
CategoryType[CategoryType["SearchProvider"] = 1] = "SearchProvider";
|
|
8
|
+
CategoryType[CategoryType["ControlledDocument"] = 2] = "ControlledDocument";
|
|
9
|
+
CategoryType[CategoryType["FileUploader"] = 3] = "FileUploader";
|
|
10
|
+
})(CategoryType || (exports.CategoryType = CategoryType = {}));
|
|
@@ -4,3 +4,4 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./ILinkPickerProvider"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./LinkPickerRegistration"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./DocumentLibraryInfo"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CategoryType"), exports);
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare namespace WCMFxLocalization {
|
|
2
2
|
const namespace = "WCM.Fx";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const Communication: string;
|
|
13
|
-
const EventManagement: string;
|
|
3
|
+
namespace BuiltInLocalizationKeys {
|
|
4
|
+
namespace Categories {
|
|
5
|
+
const SearchAndNavigation = "$Localize:WCM.Fx.Categories.SearchAndNavigation;";
|
|
6
|
+
const ContentRollup = "$Localize:WCM.Fx.Categories.ContentRollupCategory;";
|
|
7
|
+
const Content = "$Localize:WCM.Fx.Categories.Content;";
|
|
8
|
+
const Social = "$Localize:WCM.Fx.Categories.Social;";
|
|
9
|
+
const Application = "$Localize:WCM.Fx.Categories.Application;";
|
|
10
|
+
const Analytics = "$Localize:WCM.Fx.Categories.Analytics;";
|
|
11
|
+
const Layout = "$Localize:WCM.Fx.Categories.Layout;";
|
|
14
12
|
}
|
|
15
13
|
}
|
|
16
14
|
interface locInterface {
|
|
@@ -24,6 +22,13 @@ export declare module WCMFxLocalization {
|
|
|
24
22
|
Miscellaneous: string;
|
|
25
23
|
Communication: string;
|
|
26
24
|
EventManagement: string;
|
|
25
|
+
PageNavigation: string;
|
|
26
|
+
Content: string;
|
|
27
|
+
Social: string;
|
|
28
|
+
Application: string;
|
|
29
|
+
Analytics: string;
|
|
30
|
+
ContentRollupCategory: string;
|
|
31
|
+
SearchAndNavigation: string;
|
|
27
32
|
};
|
|
28
33
|
Messages: {
|
|
29
34
|
UpdateSharepointPageErrorMessage: string;
|
|
@@ -9,15 +9,13 @@ var WCMFxLocalization;
|
|
|
9
9
|
//There are some catagory may be not belong to WCM but for now I add all of them here for localization
|
|
10
10
|
let Categories;
|
|
11
11
|
(function (Categories) {
|
|
12
|
+
Categories.SearchAndNavigation = `$Localize:${WCMFxLocalization.namespace}.Categories.SearchAndNavigation;`;
|
|
13
|
+
Categories.ContentRollup = `$Localize:${WCMFxLocalization.namespace}.Categories.ContentRollupCategory;`;
|
|
14
|
+
Categories.Content = `$Localize:${WCMFxLocalization.namespace}.Categories.Content;`;
|
|
15
|
+
Categories.Social = `$Localize:${WCMFxLocalization.namespace}.Categories.Social;`;
|
|
16
|
+
Categories.Application = `$Localize:${WCMFxLocalization.namespace}.Categories.Application;`;
|
|
17
|
+
Categories.Analytics = `$Localize:${WCMFxLocalization.namespace}.Categories.Analytics;`;
|
|
12
18
|
Categories.Layout = `$Localize:${WCMFxLocalization.namespace}.Categories.Layout;`;
|
|
13
|
-
Categories.PageContent = `$Localize:${WCMFxLocalization.namespace}.Categories.PageContent;`;
|
|
14
|
-
Categories.Navigation = `$Localize:${WCMFxLocalization.namespace}.Categories.Navigation;`;
|
|
15
|
-
Categories.ContentRollup = `$Localize:${WCMFxLocalization.namespace}.Categories.ContentRollup;`;
|
|
16
|
-
Categories.ContentSocial = `$Localize:${WCMFxLocalization.namespace}.Categories.ContentSocial;`;
|
|
17
|
-
Categories.DocumentLibrary = `$Localize:${WCMFxLocalization.namespace}.Categories.DocumentLibrary;`;
|
|
18
|
-
Categories.Miscellaneous = `$Localize:${WCMFxLocalization.namespace}.Categories.Miscellaneous;`;
|
|
19
|
-
Categories.Communication = `$Localize:${WCMFxLocalization.namespace}.Categories.Communication;`;
|
|
20
|
-
Categories.EventManagement = `$Localize:${WCMFxLocalization.namespace}.Categories.EventManagement;`;
|
|
21
19
|
})(Categories = BuiltInLocalizationKeys.Categories || (BuiltInLocalizationKeys.Categories = {}));
|
|
22
20
|
})(BuiltInLocalizationKeys = WCMFxLocalization.BuiltInLocalizationKeys || (WCMFxLocalization.BuiltInLocalizationKeys = {}));
|
|
23
|
-
})(WCMFxLocalization
|
|
21
|
+
})(WCMFxLocalization || (exports.WCMFxLocalization = WCMFxLocalization = {}));
|
|
@@ -5,4 +5,4 @@ var CurrentNavigationStatus;
|
|
|
5
5
|
(function (CurrentNavigationStatus) {
|
|
6
6
|
CurrentNavigationStatus[CurrentNavigationStatus["NotFound"] = 404] = "NotFound";
|
|
7
7
|
CurrentNavigationStatus[CurrentNavigationStatus["Ok"] = 200] = "Ok";
|
|
8
|
-
})(CurrentNavigationStatus
|
|
8
|
+
})(CurrentNavigationStatus || (exports.CurrentNavigationStatus = CurrentNavigationStatus = {}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, MultilingualString } from "@omnia/fx-models";
|
|
2
2
|
import { VariationString } from "../variations";
|
|
3
3
|
export declare class NavigationRenders {
|
|
4
|
-
static page:
|
|
5
|
-
static link:
|
|
4
|
+
static page: guid;
|
|
5
|
+
static link: guid;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
8
|
* This is no enum, it's only used to get typying and compile errors.
|
|
@@ -26,7 +26,7 @@ export interface NavigationData {
|
|
|
26
26
|
* For wcm any of WCMNavigationDataTypes
|
|
27
27
|
* */
|
|
28
28
|
type: NavigationDataType;
|
|
29
|
-
rendererId:
|
|
29
|
+
rendererId: guid;
|
|
30
30
|
title: VariationString | MultilingualString;
|
|
31
31
|
urlSegment?: string;
|
|
32
32
|
}
|