@omnia/wcm 8.0.4-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 -1
- 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/index.d.ts +1 -0
- 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 +63 -59
- package/internal-do-not-import-from-here/fx/models/Constants.js +75 -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 +3 -8
- 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 +20 -11
- 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/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/index.js +0 -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 +3 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +2 -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 -3
- 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 +22 -0
- package/internal-do-not-import-from-here/fx/ux/index.d.ts +2 -0
- 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 +34 -0
- package/internal-do-not-import-from-here/fx/ux/use/index.d.ts +1 -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/mediapicker/MediaPickerProviderContext.d.ts +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.js +0 -22
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.d.ts +0 -8
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.js +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.d.ts +0 -9
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.js +0 -14
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.d.ts +0 -8
- package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.js +0 -13
- package/internal-do-not-import-from-here/fx/models/mediapicker/index.d.ts +0 -4
- package/internal-do-not-import-from-here/fx/models/mediapicker/index.js +0 -7
package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AiSettings,
|
|
1
|
+
import { AiSettings, MultilingualString, guid } from "@omnia/fx-models";
|
|
2
2
|
import { PageId } from "../pages";
|
|
3
3
|
export declare enum AiContentReportStatus {
|
|
4
4
|
InProgess = 0,
|
|
@@ -33,5 +33,5 @@ export interface PageAiAnalysisReport {
|
|
|
33
33
|
aiSetting: AiSettings;
|
|
34
34
|
analysisDetails: PageAiAnalysisReportDetails;
|
|
35
35
|
status: AiContentReportStatus;
|
|
36
|
-
publishingAppId:
|
|
36
|
+
publishingAppId: guid;
|
|
37
37
|
}
|
package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js
CHANGED
|
@@ -7,7 +7,7 @@ var AiContentReportStatus;
|
|
|
7
7
|
AiContentReportStatus[AiContentReportStatus["CompleteWithSuccess"] = 1] = "CompleteWithSuccess";
|
|
8
8
|
AiContentReportStatus[AiContentReportStatus["CompleteWithFailure"] = 2] = "CompleteWithFailure";
|
|
9
9
|
AiContentReportStatus[AiContentReportStatus["CompleteWithError"] = 3] = "CompleteWithError";
|
|
10
|
-
})(AiContentReportStatus
|
|
10
|
+
})(AiContentReportStatus || (exports.AiContentReportStatus = AiContentReportStatus = {}));
|
|
11
11
|
var AiContentReportPageStatus;
|
|
12
12
|
(function (AiContentReportPageStatus) {
|
|
13
13
|
AiContentReportPageStatus[AiContentReportPageStatus["Fixing"] = 0] = "Fixing";
|
|
@@ -16,4 +16,4 @@ var AiContentReportPageStatus;
|
|
|
16
16
|
AiContentReportPageStatus[AiContentReportPageStatus["FixedWithSuccess"] = 3] = "FixedWithSuccess";
|
|
17
17
|
AiContentReportPageStatus[AiContentReportPageStatus["FixedWithFailure"] = 4] = "FixedWithFailure";
|
|
18
18
|
AiContentReportPageStatus[AiContentReportPageStatus["Analyzing"] = 5] = "Analyzing";
|
|
19
|
-
})(AiContentReportPageStatus
|
|
19
|
+
})(AiContentReportPageStatus || (exports.AiContentReportPageStatus = AiContentReportPageStatus = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AiSettings,
|
|
1
|
+
import { AiSettings, guid } from "@omnia/fx-models";
|
|
2
2
|
import { PageId } from "../pages";
|
|
3
3
|
export interface PageAiAnalysisReportMetaData {
|
|
4
4
|
properties: Array<string>;
|
|
@@ -7,5 +7,5 @@ export interface PageAiAnalysisReportMetaData {
|
|
|
7
7
|
export interface PageAiAnalysisReportAddRequest {
|
|
8
8
|
aiSetting: AiSettings;
|
|
9
9
|
analysisMetaData: PageAiAnalysisReportMetaData;
|
|
10
|
-
publishingAppId:
|
|
10
|
+
publishingAppId: guid;
|
|
11
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
export interface PageAiAnalysisReportPaging {
|
|
3
3
|
pageNumber?: number;
|
|
4
4
|
pageSize: number;
|
|
5
5
|
}
|
|
6
6
|
export interface PageAiAnalysisReportQuery {
|
|
7
7
|
reportId?: number;
|
|
8
|
-
publishingAppId:
|
|
8
|
+
publishingAppId: guid;
|
|
9
9
|
paging?: PageAiAnalysisReportPaging;
|
|
10
10
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppTemplateProperties,
|
|
1
|
+
import { AppTemplateProperties, guid, Identity, RolePermissionSetting } from "@omnia/fx/models";
|
|
2
2
|
import { Achievement, CreatePageCollectionLayoutRefData, PagePropertyMappingSetting, StatisticProviderSetting } from "..";
|
|
3
3
|
export interface Membership {
|
|
4
4
|
owners?: Array<Identity>;
|
|
@@ -20,7 +20,7 @@ export interface SPCommunicationTemplatePropertiesData {
|
|
|
20
20
|
userCanSelectTimeZone?: boolean;
|
|
21
21
|
timezoneId: string;
|
|
22
22
|
lcid: number;
|
|
23
|
-
siteDesignId?:
|
|
23
|
+
siteDesignId?: guid;
|
|
24
24
|
}
|
|
25
25
|
export interface WCMAppTemplateProperties extends AppTemplateProperties {
|
|
26
26
|
setups: WCMAppTemplatePropertiesData;
|
|
@@ -4,7 +4,7 @@ exports.CommunityAppLayoutDefinition = void 0;
|
|
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
|
5
5
|
class CommunityAppLayoutDefinition extends models_1.VersionedLayoutDefinition {
|
|
6
6
|
constructor() {
|
|
7
|
-
super("99531cab-ccf1-4c7b-859a-daf71a2cd9e0");
|
|
7
|
+
super((0, models_1.guid)("99531cab-ccf1-4c7b-859a-daf71a2cd9e0"));
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
exports.CommunityAppLayoutDefinition = CommunityAppLayoutDefinition;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AppInstancePropertiesStorage, AppInstanceStatus, MultilingualString } from "@omnia/fx-models";
|
|
1
|
+
import { AppInstancePropertiesStorage, AppInstanceStatus, MultilingualString, guid } from "@omnia/fx-models";
|
|
2
2
|
export interface PublishingAppInfo {
|
|
3
|
-
id:
|
|
3
|
+
id: guid;
|
|
4
4
|
title: MultilingualString;
|
|
5
5
|
routePath: string;
|
|
6
6
|
businessProfileId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { AutomaticPageCreationRule } from "../pages";
|
|
3
3
|
export interface AutomaticPageCreationRequest {
|
|
4
4
|
id: number;
|
|
@@ -6,7 +6,7 @@ export interface AutomaticPageCreationRequest {
|
|
|
6
6
|
targetParentPageId: number;
|
|
7
7
|
targetPageId: number;
|
|
8
8
|
data: AutomaticPageCreationData;
|
|
9
|
-
connectedTenantId:
|
|
9
|
+
connectedTenantId: guid;
|
|
10
10
|
}
|
|
11
11
|
export interface AutomaticPageCreationData {
|
|
12
12
|
rule: AutomaticPageCreationRule;
|
|
@@ -17,7 +17,8 @@ export interface AutomaticPageCreationData {
|
|
|
17
17
|
export declare enum AutomaticPageCreationStatusType {
|
|
18
18
|
Pending = 1,
|
|
19
19
|
Success = 2,
|
|
20
|
-
Failed = 3
|
|
20
|
+
Failed = 3,
|
|
21
|
+
InProgress = 4
|
|
21
22
|
}
|
|
22
23
|
export interface AutomaticPageCreationStatus {
|
|
23
24
|
type: AutomaticPageCreationStatusType;
|
|
@@ -32,3 +33,6 @@ export interface FailedAutomaticPageCreationStatus {
|
|
|
32
33
|
type: AutomaticPageCreationStatusType.Failed;
|
|
33
34
|
message: string;
|
|
34
35
|
}
|
|
36
|
+
export interface InProgressAutomaticPageCreationStatus {
|
|
37
|
+
type: AutomaticPageCreationStatusType.InProgress;
|
|
38
|
+
}
|
|
@@ -6,4 +6,5 @@ var AutomaticPageCreationStatusType;
|
|
|
6
6
|
AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Pending"] = 1] = "Pending";
|
|
7
7
|
AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Success"] = 2] = "Success";
|
|
8
8
|
AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Failed"] = 3] = "Failed";
|
|
9
|
-
|
|
9
|
+
AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["InProgress"] = 4] = "InProgress";
|
|
10
|
+
})(AutomaticPageCreationStatusType || (exports.AutomaticPageCreationStatusType = AutomaticPageCreationStatusType = {}));
|
package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx/models";
|
|
2
2
|
export interface ChannelRollupRegistrationView {
|
|
3
3
|
title: string;
|
|
4
|
-
componentManifestId:
|
|
5
|
-
settingsComponentManifestId?:
|
|
4
|
+
componentManifestId: guid;
|
|
5
|
+
settingsComponentManifestId?: guid;
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
export interface UserAuthorizedChannelResources {
|
|
3
|
-
channelPublishableResourceId: Array<
|
|
4
|
-
channelAdministratorResourceId: Array<
|
|
3
|
+
channelPublishableResourceId: Array<guid>;
|
|
4
|
+
channelAdministratorResourceId: Array<guid>;
|
|
5
5
|
}
|
|
@@ -8,4 +8,4 @@ var PublishingStatus;
|
|
|
8
8
|
PublishingStatus[PublishingStatus["Published"] = 2] = "Published";
|
|
9
9
|
PublishingStatus[PublishingStatus["Reject"] = 3] = "Reject";
|
|
10
10
|
PublishingStatus[PublishingStatus["WaitingForPendingApproval"] = 4] = "WaitingForPendingApproval";
|
|
11
|
-
})(PublishingStatus
|
|
11
|
+
})(PublishingStatus || (exports.PublishingStatus = PublishingStatus = {}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx-models";
|
|
2
2
|
import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
3
3
|
export declare enum PublishingChannelId {
|
|
4
4
|
}
|
|
@@ -8,7 +8,7 @@ export interface PublishChannelPageRequest {
|
|
|
8
8
|
}
|
|
9
9
|
export interface PublishingChannel {
|
|
10
10
|
id: PublishingChannelId;
|
|
11
|
-
securityResourceId:
|
|
11
|
+
securityResourceId: guid;
|
|
12
12
|
title: MultilingualString;
|
|
13
13
|
description: MultilingualString;
|
|
14
14
|
publicUrl: string;
|
|
@@ -17,7 +17,7 @@ export interface PublishingChannel {
|
|
|
17
17
|
administrator: Array<Identity>;
|
|
18
18
|
publisher: Array<Identity>;
|
|
19
19
|
targetingFilter?: TargetingFilterProperty;
|
|
20
|
-
publishingCategoryId?:
|
|
20
|
+
publishingCategoryId?: guid;
|
|
21
21
|
imageUrl?: string;
|
|
22
22
|
multilingualTitle?: string;
|
|
23
23
|
multilingualDescription?: string;
|
|
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PublishingChannelId = void 0;
|
|
4
4
|
var PublishingChannelId;
|
|
5
5
|
(function (PublishingChannelId) {
|
|
6
|
-
})(PublishingChannelId
|
|
6
|
+
})(PublishingChannelId || (exports.PublishingChannelId = PublishingChannelId = {}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, MultilingualString } from "@omnia/fx/models";
|
|
2
2
|
export interface PublishingChannelCategory {
|
|
3
|
-
id:
|
|
3
|
+
id: guid;
|
|
4
4
|
title: MultilingualString;
|
|
5
5
|
builtIn: boolean;
|
|
6
6
|
order: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
|
|
2
2
|
export interface AccordionBlockSettings extends BlockSettingsWithDefaultProperty<AccordionBlockProperty> {
|
|
3
3
|
blockTitle?: MultilingualString;
|
|
4
4
|
color?: AccordionColor;
|
|
5
|
-
headerSpacing?:
|
|
6
|
-
contentSpacing?:
|
|
7
|
-
blockSpacing?:
|
|
5
|
+
headerSpacing?: Spacing;
|
|
6
|
+
contentSpacing?: Spacing;
|
|
7
|
+
blockSpacing?: Spacing;
|
|
8
8
|
}
|
|
9
9
|
export interface AccordionBlockProperty {
|
|
10
10
|
accordions: AccordionItem[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing } from "@omnia/fx-models";
|
|
3
3
|
import { ITheming } from "@omnia/fx/ux";
|
|
4
4
|
import { AccordionColor } from "./AccordionBlock";
|
|
5
5
|
export declare const AccordionBlockStyles: {
|
|
6
|
-
container?: (color: AccordionColor, spacingBlock:
|
|
7
|
-
accordionContentContainer?: (spacing:
|
|
6
|
+
container?: (color: AccordionColor, spacingBlock: Spacing, spacingHeader: Spacing, theming: ITheming, followTheme?: boolean) => types.NestedCSSProperties;
|
|
7
|
+
accordionContentContainer?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
8
8
|
reusingContentMsg?: types.NestedCSSProperties;
|
|
9
9
|
accordionContainer?: types.NestedCSSProperties;
|
|
10
10
|
text?: types.NestedCSSProperties;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings } from "@omnia/fx-models";
|
|
1
|
+
import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings, ButtonBlueprint, Spacing } from "@omnia/fx-models";
|
|
2
2
|
import { ActionHandlerInstance, DialogPositions, SelectionItem, SelectionToken } from "@omnia/fx/ux";
|
|
3
3
|
import { PageCreationActionSetting } from "../pagecreation";
|
|
4
4
|
export declare enum ButtonGroupings {
|
|
@@ -20,6 +20,7 @@ export interface ActionButtonGroupingSettings {
|
|
|
20
20
|
}
|
|
21
21
|
export interface ActionButtonBlockSettings extends BlockSettingsWithDefaultProperty<ActionButtonBlockProperty> {
|
|
22
22
|
alignment?: HorizontalAlignments;
|
|
23
|
+
spacing?: Spacing;
|
|
23
24
|
grouping: ButtonGroupings;
|
|
24
25
|
groupingSettings: ActionButtonGroupingSettings;
|
|
25
26
|
}
|
|
@@ -36,6 +37,9 @@ export interface IActionButtonHandlerInstance extends ActionHandlerInstance {
|
|
|
36
37
|
size: ButtonSizes;
|
|
37
38
|
icon?: IIcon;
|
|
38
39
|
iconPositionRight: boolean;
|
|
40
|
+
blueprint: ButtonBlueprint | ButtonBlueprintVariant;
|
|
41
|
+
}
|
|
42
|
+
interface ButtonBlueprintVariant {
|
|
39
43
|
}
|
|
40
44
|
export interface ActionButton extends ActionHandler {
|
|
41
45
|
bgColor: string;
|
|
@@ -47,6 +51,7 @@ export interface ActionButton extends ActionHandler {
|
|
|
47
51
|
size: ButtonSizes;
|
|
48
52
|
icon?: IIcon;
|
|
49
53
|
iconPositionRight: boolean;
|
|
54
|
+
blueprint: ButtonBlueprint | ButtonBlueprintVariant;
|
|
50
55
|
hidden?: false;
|
|
51
56
|
}
|
|
52
57
|
export interface PageCollectionSelectionValue {
|
|
@@ -69,3 +74,4 @@ export declare enum ActionButtonLinkHandlerTargets {
|
|
|
69
74
|
}
|
|
70
75
|
export interface PageFeedbackActionHandlerSettings extends IActionHandlerSettings {
|
|
71
76
|
}
|
|
77
|
+
export {};
|
|
@@ -7,17 +7,17 @@ var ButtonGroupings;
|
|
|
7
7
|
ButtonGroupings[ButtonGroupings["none"] = 1] = "none";
|
|
8
8
|
ButtonGroupings[ButtonGroupings["speedDial"] = 2] = "speedDial";
|
|
9
9
|
ButtonGroupings[ButtonGroupings["dropdown"] = 3] = "dropdown";
|
|
10
|
-
})(ButtonGroupings
|
|
10
|
+
})(ButtonGroupings || (exports.ButtonGroupings = ButtonGroupings = {}));
|
|
11
11
|
var Directions;
|
|
12
12
|
(function (Directions) {
|
|
13
13
|
Directions[Directions["up"] = 1] = "up";
|
|
14
14
|
Directions[Directions["right"] = 2] = "right";
|
|
15
15
|
Directions[Directions["down"] = 3] = "down";
|
|
16
16
|
Directions[Directions["left"] = 4] = "left";
|
|
17
|
-
})(Directions
|
|
17
|
+
})(Directions || (exports.Directions = Directions = {}));
|
|
18
18
|
var ActionButtonLinkHandlerTargets;
|
|
19
19
|
(function (ActionButtonLinkHandlerTargets) {
|
|
20
20
|
ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["currentWindow"] = 0] = "currentWindow";
|
|
21
21
|
ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["newWindow"] = 1] = "newWindow";
|
|
22
22
|
ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["dialog"] = 2] = "dialog";
|
|
23
|
-
})(ActionButtonLinkHandlerTargets
|
|
23
|
+
})(ActionButtonLinkHandlerTargets || (exports.ActionButtonLinkHandlerTargets = ActionButtonLinkHandlerTargets = {}));
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { MultilingualString,
|
|
1
|
+
import { MultilingualString, guid, Spacing, ThemeDefinition } from "@omnia/fx-models";
|
|
2
2
|
import { ActivityFeedScopes } from "..";
|
|
3
3
|
import { PageId } from "../pages";
|
|
4
4
|
export interface ActivityFeedBlockSettings {
|
|
5
5
|
blockTitle: MultilingualString;
|
|
6
6
|
scope: ActivityFeedScopes;
|
|
7
|
-
publishingAppId:
|
|
7
|
+
publishingAppId: guid;
|
|
8
8
|
pageCollectionId: PageId;
|
|
9
9
|
filterByUserSubscriptions: boolean;
|
|
10
10
|
itemLimit: number;
|
|
11
|
-
spacing?:
|
|
11
|
+
spacing?: Spacing;
|
|
12
12
|
cardStyle?: ThemeDefinition;
|
|
13
13
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid } from "@omnia/fx-models";
|
|
2
2
|
import { LinkItem } from ".";
|
|
3
3
|
export declare enum BannerLayout {
|
|
4
4
|
ImageOnTop = 1,
|
|
@@ -25,11 +25,11 @@ export interface BannerBlockProperty {
|
|
|
25
25
|
color?: BannerColorsSettings;
|
|
26
26
|
linkSetting?: LinkSetting;
|
|
27
27
|
opacity?: number;
|
|
28
|
-
spacing?:
|
|
28
|
+
spacing?: Spacing;
|
|
29
29
|
}
|
|
30
30
|
export interface BannerBlockSettings extends BlockSettingsWithDefaultProperty<BannerBlockProperty> {
|
|
31
31
|
blockTitle: MultilingualString;
|
|
32
|
-
preConfiguredImageScalingUniqueId?:
|
|
32
|
+
preConfiguredImageScalingUniqueId?: guid;
|
|
33
33
|
forceScaling: boolean;
|
|
34
|
-
cropRatioUniqueIds?: Array<
|
|
34
|
+
cropRatioUniqueIds?: Array<guid>;
|
|
35
35
|
}
|
|
@@ -6,4 +6,4 @@ var BannerLayout;
|
|
|
6
6
|
BannerLayout[BannerLayout["ImageOnTop"] = 1] = "ImageOnTop";
|
|
7
7
|
BannerLayout[BannerLayout["TitleonImage"] = 3] = "TitleonImage";
|
|
8
8
|
BannerLayout[BannerLayout["TitleandDescriptiononImage"] = 2] = "TitleandDescriptiononImage";
|
|
9
|
-
})(BannerLayout
|
|
9
|
+
})(BannerLayout || (exports.BannerLayout = BannerLayout = {}));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing } from "@omnia/fx-models";
|
|
3
3
|
import { ITheming } from "@omnia/fx/ux";
|
|
4
4
|
export declare const BannerBlockStyles: {
|
|
5
5
|
containerWapper?: types.NestedCSSProperties;
|
|
6
|
-
container?: (spacing:
|
|
6
|
+
container?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
7
7
|
contentSection?: (bgColor: string, previewMode?: boolean, emptyContent?: boolean) => types.NestedCSSProperties;
|
|
8
8
|
welcomeWrapper?: types.NestedCSSProperties;
|
|
9
9
|
setting?: types.NestedCSSProperties;
|
|
@@ -14,11 +14,11 @@ export declare const BannerBlockStyles: {
|
|
|
14
14
|
bannerImage?: (previewMode?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
|
|
15
15
|
bannerEditingContent?: types.NestedCSSProperties;
|
|
16
16
|
imageWapper?: types.NestedCSSProperties;
|
|
17
|
-
contentWrapper?: (spacing:
|
|
17
|
+
contentWrapper?: (spacing: Spacing, contentOnImage?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
|
|
18
18
|
headlineArea?: (color: string) => types.NestedCSSProperties;
|
|
19
19
|
contentArea?: (color: string, paddingBottom: number) => types.NestedCSSProperties;
|
|
20
20
|
overlay?: (opacity: number) => types.NestedCSSProperties;
|
|
21
|
-
footer?: (bgColor: string, color: string, paddingTop: boolean, spacing:
|
|
21
|
+
footer?: (bgColor: string, color: string, paddingTop: boolean, spacing: Spacing) => types.NestedCSSProperties;
|
|
22
22
|
reusingContentMsg?: types.NestedCSSProperties;
|
|
23
23
|
dialogContainer?: types.NestedCSSProperties;
|
|
24
24
|
dialogContent?: (theming: ITheming) => types.NestedCSSProperties;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
export interface BreadcrumbBlockSettings {
|
|
3
3
|
excludeCurrentNode?: boolean;
|
|
4
4
|
includeDefaultPageCollectionNode?: boolean;
|
|
5
5
|
includeTenantNode?: boolean;
|
|
6
6
|
includeBusinessProfileNode?: boolean;
|
|
7
|
-
spacing?:
|
|
7
|
+
spacing?: Spacing;
|
|
8
8
|
}
|
|
9
9
|
export interface BreadcrumbExtendedNode {
|
|
10
10
|
title: string;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
2
|
export declare const BreadcrumbBlockStyles: {
|
|
4
|
-
padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
5
3
|
layout?: types.NestedCSSProperties;
|
|
6
4
|
breadcrumbLink?: types.NestedCSSProperties;
|
|
7
5
|
breadcrumbSeperator?: types.NestedCSSProperties;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing, guid, MultilingualString } from "@omnia/fx-models";
|
|
2
2
|
import { TargetingFilterProperty } from "@omnia/fx-sp-models";
|
|
3
3
|
export interface CalendarRollupViewSettings {
|
|
4
4
|
selectProperties: Array<string>;
|
|
@@ -21,14 +21,14 @@ export interface CalendarRollupFilter {
|
|
|
21
21
|
}
|
|
22
22
|
export interface CalendarRollupBlockSettings extends CalendarRollupFilter {
|
|
23
23
|
title: MultilingualString;
|
|
24
|
-
selectedViewId:
|
|
24
|
+
selectedViewId: guid;
|
|
25
25
|
viewSettings: CalendarRollupViewSettings;
|
|
26
|
-
spacing?:
|
|
26
|
+
spacing?: Spacing;
|
|
27
27
|
noResultText?: MultilingualString;
|
|
28
28
|
isDisplayShowMore?: boolean;
|
|
29
29
|
}
|
|
30
30
|
export interface CalendarRollupRegistrationView {
|
|
31
|
-
id:
|
|
31
|
+
id: guid;
|
|
32
32
|
title: string;
|
|
33
33
|
viewElement: string;
|
|
34
34
|
}
|
|
@@ -119,7 +119,7 @@ export interface EventBody {
|
|
|
119
119
|
contentType: string;
|
|
120
120
|
content: string;
|
|
121
121
|
}
|
|
122
|
-
export declare
|
|
122
|
+
export declare namespace CalendarRollupEnums {
|
|
123
123
|
enum DatePeriods {
|
|
124
124
|
OneWeekFromToday = 1,
|
|
125
125
|
TwoWeeksFromToday = 2,
|
|
@@ -6,12 +6,12 @@ var CalendarType;
|
|
|
6
6
|
CalendarType["Personal"] = "Personal";
|
|
7
7
|
CalendarType["OfficeGroup"] = "OfficeGroup";
|
|
8
8
|
CalendarType["CurrentUser"] = "CurrentUser";
|
|
9
|
-
})(CalendarType
|
|
9
|
+
})(CalendarType || (exports.CalendarType = CalendarType = {}));
|
|
10
10
|
var EventAttedeeType;
|
|
11
11
|
(function (EventAttedeeType) {
|
|
12
12
|
EventAttedeeType["Required"] = "required";
|
|
13
13
|
EventAttedeeType["Optional"] = "optional";
|
|
14
|
-
})(EventAttedeeType
|
|
14
|
+
})(EventAttedeeType || (exports.EventAttedeeType = EventAttedeeType = {}));
|
|
15
15
|
var CalendarRollupEnums;
|
|
16
16
|
(function (CalendarRollupEnums) {
|
|
17
17
|
let DatePeriods;
|
|
@@ -22,4 +22,4 @@ var CalendarRollupEnums;
|
|
|
22
22
|
DatePeriods[DatePeriods["LaterThanNow"] = 4] = "LaterThanNow";
|
|
23
23
|
DatePeriods[DatePeriods["EarlierThanNow"] = 5] = "EarlierThanNow";
|
|
24
24
|
})(DatePeriods = CalendarRollupEnums.DatePeriods || (CalendarRollupEnums.DatePeriods = {}));
|
|
25
|
-
})(CalendarRollupEnums
|
|
25
|
+
})(CalendarRollupEnums || (exports.CalendarRollupEnums = CalendarRollupEnums = {}));
|
package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing } from "@omnia/fx-models";
|
|
3
3
|
export declare const CalendarRollupBlockStyles: {
|
|
4
|
-
getPaddingStyle: (spacing:
|
|
4
|
+
getPaddingStyle: (spacing: Spacing, skip?: {
|
|
5
5
|
top?: boolean;
|
|
6
6
|
right?: boolean;
|
|
7
7
|
left?: boolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid, MultilingualString } from "@omnia/fx/models";
|
|
2
2
|
export interface ChannelRollupViewSettings {
|
|
3
3
|
}
|
|
4
4
|
export interface ChannelRollupBlockSettings {
|
|
5
5
|
title: MultilingualString;
|
|
6
6
|
viewSettings: ChannelRollupViewSettings;
|
|
7
|
-
selectedViewManifestId:
|
|
8
|
-
selectedSettingsViewManifestId?:
|
|
7
|
+
selectedViewManifestId: guid;
|
|
8
|
+
selectedSettingsViewManifestId?: guid;
|
|
9
9
|
myAdministrativeChannels: boolean;
|
|
10
10
|
pendingApproval: boolean;
|
|
11
11
|
groupByCategories: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropertyMapping } from "../block";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing, MultilingualString, guid, BlockSettingsWithDefaultProperty, RichTextEditorExtensionRegistration, ColorValue } from "@omnia/fx-models";
|
|
3
3
|
export declare enum ContentBlockModes {
|
|
4
4
|
RichText = 1,
|
|
5
5
|
LimitedRichText = 2,
|
|
@@ -18,18 +18,18 @@ export declare enum BuildInContentBlockTextStyleFormatting {
|
|
|
18
18
|
Custom = "00000000-0000-0000-0000-000000000000"
|
|
19
19
|
}
|
|
20
20
|
export interface ContentBlockBreakPointSettings {
|
|
21
|
-
formatting:
|
|
22
|
-
spacing?:
|
|
21
|
+
formatting: guid;
|
|
22
|
+
spacing?: Spacing;
|
|
23
23
|
customFormattingFontSize: number;
|
|
24
24
|
}
|
|
25
25
|
export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<string> {
|
|
26
26
|
mode: ContentBlockModes;
|
|
27
|
-
formatting:
|
|
27
|
+
formatting: guid;
|
|
28
28
|
customFormattingFontSize: number;
|
|
29
|
-
spacing?:
|
|
29
|
+
spacing?: Spacing;
|
|
30
30
|
helpText?: string;
|
|
31
31
|
blockTitle: MultilingualString;
|
|
32
|
-
defaultTextColor?:
|
|
32
|
+
defaultTextColor?: ColorValue;
|
|
33
33
|
enableMachineTranslation?: boolean;
|
|
34
34
|
useAsMainHeading?: boolean;
|
|
35
35
|
breakPointSettings?: {
|
|
@@ -8,7 +8,7 @@ var ContentBlockModes;
|
|
|
8
8
|
ContentBlockModes[ContentBlockModes["MultiLinePlainText"] = 3] = "MultiLinePlainText";
|
|
9
9
|
ContentBlockModes[ContentBlockModes["PlainText"] = 4] = "PlainText";
|
|
10
10
|
ContentBlockModes[ContentBlockModes["CustomRichText"] = 5] = "CustomRichText";
|
|
11
|
-
})(ContentBlockModes
|
|
11
|
+
})(ContentBlockModes || (exports.ContentBlockModes = ContentBlockModes = {}));
|
|
12
12
|
var BuildInContentBlockTextStyleFormatting;
|
|
13
13
|
(function (BuildInContentBlockTextStyleFormatting) {
|
|
14
14
|
BuildInContentBlockTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
|
|
@@ -19,4 +19,4 @@ var BuildInContentBlockTextStyleFormatting;
|
|
|
19
19
|
BuildInContentBlockTextStyleFormatting["Heading5"] = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3";
|
|
20
20
|
BuildInContentBlockTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
|
|
21
21
|
BuildInContentBlockTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
|
|
22
|
-
})(BuildInContentBlockTextStyleFormatting
|
|
22
|
+
})(BuildInContentBlockTextStyleFormatting || (exports.BuildInContentBlockTextStyleFormatting = BuildInContentBlockTextStyleFormatting = {}));
|
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { Spacing, HeadingConfiguration } from "@omnia/fx-models";
|
|
3
3
|
import { BuildInContentBlockTextStyleFormatting } from "./ContentBlock";
|
|
4
4
|
export declare const ContentBlockStyles: {
|
|
5
|
-
padding?: (spacing:
|
|
6
|
-
textField?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting,
|
|
7
|
-
textArea?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting,
|
|
5
|
+
padding?: (spacing: Spacing) => types.NestedCSSProperties;
|
|
6
|
+
textField?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, customFormattingFontSize: number) => types.NestedCSSProperties;
|
|
7
|
+
textArea?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, customFormattingFontSize: number) => types.NestedCSSProperties;
|
|
8
8
|
plainTextWrapper?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, multiLine: boolean, customFormattingFontSize: number) => types.NestedCSSProperties;
|
|
9
|
-
reachedLimitMsg?: types.NestedCSSProperties;
|
|
10
|
-
richTextRedBorder?: types.NestedCSSProperties;
|
|
11
9
|
blockWrapper?: types.NestedCSSProperties;
|
|
12
|
-
pickerDialog?: types.NestedCSSProperties;
|
|
13
|
-
pickerDialogContent?: types.NestedCSSProperties;
|
|
14
|
-
loadingStyle?: types.NestedCSSProperties;
|
|
15
|
-
spinnerStyle?: types.NestedCSSProperties;
|
|
16
|
-
reusingContentMsg?: types.NestedCSSProperties;
|
|
17
|
-
monacoEditorStyle?: types.NestedCSSProperties;
|
|
18
10
|
closeButton?: types.NestedCSSProperties;
|
|
19
|
-
editor?: types.NestedCSSProperties;
|
|
20
11
|
defaultTextColor?: (color: string) => types.NestedCSSProperties;
|
|
21
12
|
warning?: types.NestedCSSProperties;
|
|
22
13
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Spacing } from "@omnia/fx-models";
|
|
2
2
|
export interface CurrentNavigationBlockSettings {
|
|
3
3
|
startLevel: number;
|
|
4
4
|
getParentSiblings: boolean;
|
|
5
|
-
spacing?:
|
|
6
|
-
levelIndentation
|
|
5
|
+
spacing?: Spacing;
|
|
6
|
+
levelIndentation?: Spacing;
|
|
7
7
|
blockTitle: string;
|
|
8
8
|
}
|
package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
|
-
import {
|
|
2
|
+
import { useColorSchemaStore } from "@omnia/fx/ux";
|
|
3
|
+
import { Spacing } from "@omnia/fx-models";
|
|
3
4
|
export declare const CurrentNavigationBlockStyles: {
|
|
4
|
-
|
|
5
|
-
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, rtl: boolean) => types.NestedCSSProperties;
|
|
6
|
-
rightIcon: types.NestedCSSProperties;
|
|
5
|
+
headerWrapper: (level: number, indentation: number, isRoutePath: boolean, Spacing: Spacing, colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
|
|
7
6
|
arrowBtnCollapsedDefault: types.NestedCSSProperties;
|
|
8
7
|
arrowBtnExpanded: types.NestedCSSProperties;
|
|
9
|
-
title: types.NestedCSSProperties;
|
|
10
|
-
textOverflow: types.NestedCSSProperties;
|
|
11
8
|
content: types.NestedCSSProperties;
|
|
12
|
-
contentHide: types.NestedCSSProperties;
|
|
13
|
-
textEllipsis: types.NestedCSSProperties;
|
|
14
9
|
};
|
|
15
10
|
export declare const CurrentNavigationBlockSettingsStyles: {
|
|
16
11
|
levelIndentationIconWrapper?: types.NestedCSSProperties;
|
|
@@ -8,4 +8,4 @@ var PendingFileStatus;
|
|
|
8
8
|
PendingFileStatus[PendingFileStatus["uploading"] = 2] = "uploading";
|
|
9
9
|
PendingFileStatus[PendingFileStatus["finish"] = 3] = "finish";
|
|
10
10
|
PendingFileStatus[PendingFileStatus["fail"] = 4] = "fail";
|
|
11
|
-
})(PendingFileStatus
|
|
11
|
+
})(PendingFileStatus || (exports.PendingFileStatus = PendingFileStatus = {}));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
|
2
2
|
export declare class EnterprisePropertyDataTypeProvider {
|
|
3
|
-
providerId:
|
|
4
|
-
constructor(providerId:
|
|
3
|
+
providerId: guid;
|
|
4
|
+
constructor(providerId: guid);
|
|
5
5
|
}
|
|
6
6
|
export declare class EnterprisePropertyDocumentProviderProperty extends EnterprisePropertyDataTypeProvider {
|
|
7
7
|
documentRelativeUrl: string;
|
|
8
|
-
documentId:
|
|
8
|
+
documentId: guid;
|
|
9
9
|
documentFileName: string;
|
|
10
|
-
providerId:
|
|
11
|
-
constructor(documentRelativeUrl: string, documentId:
|
|
10
|
+
providerId: guid;
|
|
11
|
+
constructor(documentRelativeUrl: string, documentId: guid, documentFileName: string, providerId: guid);
|
|
12
12
|
}
|