@omnia/wcm 8.0.15-dev → 8.0.16-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.
Files changed (49) hide show
  1. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +6 -0
  2. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +5 -2
  3. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +7 -0
  4. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +26 -1
  5. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -0
  6. package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +1 -1
  7. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
  8. package/internal-do-not-import-from-here/fx/models/Constants.js +2 -1
  9. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +1 -1
  10. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +1 -1
  11. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +4 -1
  12. package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.d.ts +4 -0
  13. package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.js +8 -0
  14. package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.d.ts +20 -0
  15. package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.js +2 -0
  16. package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.d.ts +6 -0
  17. package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.js +2 -0
  18. package/internal-do-not-import-from-here/fx/models/channels/index.d.ts +3 -0
  19. package/internal-do-not-import-from-here/fx/models/channels/index.js +3 -0
  20. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +2 -2
  21. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +9 -0
  22. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.js +10 -0
  23. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +3 -1
  24. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +5 -0
  25. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +6 -1
  26. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +2 -1
  27. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -1
  29. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
  30. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  31. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -1
  32. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +21 -0
  33. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +27 -0
  34. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/fx/models/query/index.js +1 -0
  36. package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +10 -0
  37. package/internal-do-not-import-from-here/fx/models/variations/VariationCreationRequest.d.ts +8 -4
  38. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +4 -4
  39. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +3 -3
  40. package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
  41. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +1 -1
  42. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +4 -3
  43. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +5 -4
  44. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -0
  45. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  46. package/internal-do-not-import-from-here/models/publishingapp/editor/CheckoutSettings.d.ts +4 -0
  47. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  48. package/internal-do-not-import-from-here/wctypings.d.ts +38 -35
  49. package/package.json +1 -1
@@ -261,6 +261,12 @@ export declare namespace WCMCoreLocalization {
261
261
  Category: string;
262
262
  Description: string;
263
263
  };
264
+ DocumentDurableLink: {
265
+ Title: string;
266
+ Category: string;
267
+ Description: string;
268
+ ConsentInformation: string;
269
+ };
264
270
  SEO: {
265
271
  Category: string;
266
272
  Title: string;
@@ -128,6 +128,7 @@ export declare namespace EditorLocalization {
128
128
  ArchivedAt: string;
129
129
  Comment: string;
130
130
  CreateCopy: string;
131
+ CreateCopyTooltip: string;
131
132
  Terminate: string;
132
133
  TerminateConfirmationMessage: string;
133
134
  RestoreConfirmationMessage: string;
@@ -337,6 +338,7 @@ export declare namespace EditorLocalization {
337
338
  ApplyToAuthorOnly: string;
338
339
  ApplyToNewPageOnly: string;
339
340
  MultiStepApproval: string;
341
+ Approvers: string;
340
342
  AddStepValidateMessage: string;
341
343
  AllowEdit: string;
342
344
  EnableReject: string;
@@ -517,7 +519,7 @@ export declare namespace EditorLocalization {
517
519
  };
518
520
  Channels: {
519
521
  Title: string;
520
- EnablePublishingToChannels: string;
522
+ AllowUserSelection: string;
521
523
  RecentlyUsedChannels: string;
522
524
  AllChannels: string;
523
525
  OtherChannels: string;
@@ -544,7 +546,8 @@ export declare namespace EditorLocalization {
544
546
  Message: string;
545
547
  };
546
548
  MandatoryChannels: string;
547
- AtleastOneChannelIsRequiredForNewPage: string;
549
+ AtleastOneChannelIsRequired: string;
550
+ PreselectedChannel: string;
548
551
  };
549
552
  PageCollectionPermission: {
550
553
  Title: string;
@@ -30,6 +30,8 @@ export declare namespace PageRollupLocalization {
30
30
  Filters: string;
31
31
  PageVariation: string;
32
32
  AddFilter: string;
33
+ AddProperty: string;
34
+ AddOptions: string;
33
35
  SortBy: string;
34
36
  Ascending: string;
35
37
  Descending: string;
@@ -163,6 +165,7 @@ export declare namespace PageRollupLocalization {
163
165
  DateType: string;
164
166
  DateFormat: string;
165
167
  PageCreation: string;
168
+ SelectProperty: string;
166
169
  };
167
170
  PagePicker: {
168
171
  AddPage: string;
@@ -339,6 +342,10 @@ export declare namespace PageRollupLocalization {
339
342
  CurrentNode: string;
340
343
  Custom: string;
341
344
  };
345
+ BooleanValues: {
346
+ True: string;
347
+ False: string;
348
+ };
342
349
  WorkflowStatus: {
343
350
  CheckedOut: string;
344
351
  WaitingForApproval: string;
@@ -279,6 +279,22 @@ export declare namespace PublishingAppLocalization {
279
279
  VariationAuthor: string;
280
280
  Content: string;
281
281
  };
282
+ VariationNotification: {
283
+ VariationAuthor: {
284
+ NewPage: {
285
+ Subject: string;
286
+ Content: string;
287
+ };
288
+ NewVersion: {
289
+ Subject: string;
290
+ Content: string;
291
+ };
292
+ };
293
+ PageProperty: {
294
+ Subject: string;
295
+ Content: string;
296
+ };
297
+ };
282
298
  InvitationOfCoAuthors: {
283
299
  Subject: string;
284
300
  Body: string;
@@ -321,7 +337,7 @@ export declare namespace PublishingAppLocalization {
321
337
  UrlSegmentIsNotFriendly: string;
322
338
  DuplicateFilterError: string;
323
339
  Author: string;
324
- VariationAutor: string;
340
+ VariationAuthors: string;
325
341
  NoLanguageSelectedError: string;
326
342
  AutomaticMachineTranslation: string;
327
343
  ActiveRightToLeft: string;
@@ -330,6 +346,15 @@ export declare namespace PublishingAppLocalization {
330
346
  Title: string;
331
347
  Message: string;
332
348
  };
349
+ EnableEditNotifications: string;
350
+ NotifyForEdit: {
351
+ SectionLabel: string;
352
+ NoteTitle: string;
353
+ Note: string;
354
+ VariationAuthor: string;
355
+ PagePropertyUsers: string;
356
+ UserPropertyPickerLabel: string;
357
+ };
333
358
  };
334
359
  StatisticProvider: {
335
360
  SiteScript: string;
@@ -7,5 +7,6 @@ export declare const EnterprisePropertyRenderer: <T extends unknown>(props: impo
7
7
  }> & {} & {
8
8
  "v-slots"?: {} & Omit<{
9
9
  default?: import("vue").Slot;
10
+ $stable?: boolean;
10
11
  }, never>;
11
12
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "propertyInternalName" | "cacheKey" | "propertyValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
@@ -1,6 +1,6 @@
1
1
  import { ServiceContainerContext } from "@omnia/fx";
2
2
  import { EditorDisplayModes } from "@omnia/fx-models";
3
- import { type EditorItemFactory } from "internal/publishingapp/components/editor/editoritems";
3
+ import { type EditorItemFactory } from "internal/publishingapp/components/editor/old/editoritems";
4
4
  import { type EditorStore } from "internal/publishingapp/store/editor";
5
5
  export interface IPageRendererApis {
6
6
  showEditor(serviceContainerContext: ServiceContainerContext, editorDisplayMode?: EditorDisplayModes): void;
@@ -60,6 +60,7 @@ export declare const Constants: {
60
60
  eventPageType: guid;
61
61
  omniasearch: guid;
62
62
  seo: guid;
63
+ documentDurableLink: guid;
63
64
  };
64
65
  communityAppDefinitionInfo: {
65
66
  id: guid;
@@ -144,7 +144,8 @@ exports.Constants = {
144
144
  publishingAppInfrastructure: (0, fx_models_1.guid)("4c880576-5645-4f13-b328-784f4a0fb8a9"),
145
145
  eventPageType: (0, fx_models_1.guid)("f3a94830-a373-4e92-ad94-48b57f9783ee"),
146
146
  omniasearch: (0, fx_models_1.guid)("5765b73b-0c92-48dd-bd2b-604dfdf0f9a5"),
147
- seo: (0, fx_models_1.guid)("0cf02bc0-e604-40ba-9d08-03e3a552c106")
147
+ seo: (0, fx_models_1.guid)("0cf02bc0-e604-40ba-9d08-03e3a552c106"),
148
+ documentDurableLink: (0, fx_models_1.guid)("7890af9b-9510-49e9-a97b-3b9115c06c50")
148
149
  },
149
150
  communityAppDefinitionInfo: {
150
151
  id: (0, fx_models_1.guid)("3b0e3cd4-911e-49cf-a401-b6c904526b85"),
@@ -1,6 +1,6 @@
1
1
  import { guid } from "@omnia/fx-models";
2
2
  declare const groupManifests: Record<"Fx" | "WcmCommon" | "ContentBlockGroup" | "HtmlScriptBlockGroup" | "PageCommentLikeBlockGroup" | "RelatedLinksGroup" | "PagePropertiesGroup" | "MegaMenu", guid>;
3
- declare const webComponentManifests: Record<"VariationSelector" | "AnchorNavigationBlock" | "AnchorNavigationBlockSettings" | "LinkPickerExtension" | "AppLayoutRenderer" | "PageRenderer" | "CreatePageDialog" | "ReadRenderer" | "AppSettingsCore" | "AppSettingsEditorJourneyMenu" | "CreatePage" | "PageVersionsViewer" | "CreatePageCollection" | "CreatePageType" | "ChangePageType" | "PageCollectionSettings" | "PageCollectionSettingsCore" | "PageTypeSettings" | "PageTypeSettingsCore" | "ColumColor" | "Banner" | "AdminAppSettingsBladeComponent" | "AdminAppSettingsAdvancedComponent" | "AdminAppSettingsGamificationComponent" | "AdminAppSettingsStatisticComponent" | "AdminAppSettingsPermissionComponent" | "CommunityRollupComponent" | "CommunityRollupSettingsComponent" | "PublishingRollupComponent" | "PublishingRollupSettingsComponent" | "PublishingAppsWizard" | "PublishingAppsJourney" | "CommunityJourney" | "Media" | "MediaSettings" | "Htmlscriptblock" | "HtmlscriptblockSettings" | "HtmlscriptblockContentEditor" | "HtmlscriptblockIframe" | "HtmlscriptNotificationPanelblockSettings" | "Editor" | "EditorBreakPointSettingsPanelSection" | "EditorBreakPointSettingsPanelBlock" | "PageRollup" | "PageRollupSettings" | "PageRollupBreakPointSettings" | "CurrentNavigation" | "CompactCurrentNavigation" | "CurrentNavigationSettings" | "ProfileMegaMenu" | "ProfileMegaMenuSettings" | "ProfileMegaMenuSettingsRegistration" | "MegaMenuCore" | "CalendarRollup" | "CalendarRollupSettings" | "PageTypeFilter" | "PageRollupAppFilter" | "ChannelFilter" | "WorkflowStatusFilter" | "DialogMetricDetailsRenderer" | "PageRollupRenderer" | "BlockMegaMenu" | "BlockMegaMenuSettings" | "MediaPicker" | "MegaMenuSettings" | "MegaMenuDefaultNavigation" | "MobileNavigationSettings" | "MobileNavigation" | "ContentBlock" | "ContentBlockSettings" | "ContentBlockMultilineText" | "MegaMenuNavigationView" | "WcmAdminJourney" | "WcmAdminSharepointSyncBlade" | "WcmAdminPermissionsBlade" | "WcmAdminSettingsBlade" | "WcmAdminPageTypesBlade" | "WcmAdminPageTypesArchiveBlade" | "WcmAdminCreatePageTypesBlade" | "WcmAdminPageTypeEditorBlade" | "SharepointSyncSettings" | "SharepointSyncTenantSettings" | "SharepointSyncWarning" | "SharepointSyncError" | "QueryableProperties" | "WcmAdminSharepointSyncGeneralBlade" | "WcmAdminSharepointSyncSearchBlade" | "WcmAdminSharepointSyncCreateSearchPropertyBlade" | "AdminLayoutsBlade" | "AdminCreatePageCollectionBlade" | "AdminPageCollectionSettingBlade" | "AdminCreatePageCollection" | "AdminPageCollectionSetting" | "AppProvisioningStepMemberStep" | "AppProvisioningStepMemberSummary" | "AppProvisioningInformationSummary" | "ContentBlockBreakPointSettings" | "TranslationDialog" | "PageRollupRollerGeneralSettings" | "PageRollupRollerPropertySettings" | "PageRollupRollerStyleSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupPropertyPicker" | "PageRollupDynamicRollerGeneralSettings" | "PageRollupDynamicPropertySettings" | "PageRollupDynamicSliderSettings" | "PageRollupDynamicStyleSettings" | "PageRollupDynamicRollerView" | "PageRollupListViewGeneralSettings" | "PageRollupListViewColumnSettings" | "PageRollupListView" | "PageRollUpDialogView" | "CalendarRollupListView" | "PageRollupNavigationView" | "PageRollupNavigationViewSettings" | "PickedPagesDialog" | "ListingPickedPages" | "UniqueUsersDetailsView" | "Breadcrumb" | "BreadcrumbSettings" | "ActionButtonAPI" | "ActionButton" | "ActionButtonSettings" | "ActionToolbar" | "ActionButtonLinkHandlerSettings" | "ActionButtonLinkHandlerView" | "ActionButtonLinkHandlerRegistration" | "ActionButtonLinkHandlerSubscription" | "ActionButtonCreatePageHandlerSettings" | "ActionButtonCreatePageHandlerRegistration" | "ActionButtonCreatePageHandlerSubscription" | "ActionButtonCreatePageSelector" | "PageCreationLocationSelector" | "CalendarPageCollectionSelectionDialog" | "SignUpButton" | "CancelButton" | "SignUpOtherButton" | "AddToOutlookButton" | "OpenOnlineMeeting" | "AddToMyCalendarButton" | "AddToMyCalendarHandlerSettings" | "ActionButtonSettingsEventManagement" | "EventActionHandler" | "EventActionRegistration" | "RelatedLinks" | "PagePicker" | "SelectedPageItem" | "DocumentPicker" | "PageItemTemplate" | "CustomLink" | "HeadingLink" | "HeadingTemplate" | "DefaultTemplate" | "LinkPicker" | "LinkPickerDialog" | "EditLink" | "RelatedLinksSettings" | "PageProperties" | "PagePropertiesSettings" | "AchievementRollup" | "FxUxRichTextEditorLinkPicker" | "FxUxRichTextEditorEnterpriseGlossarySuggestion" | "PageCommentLike" | "PageCommentLikeSettings" | "PageCommentLikeView" | "PageFeedback" | "PageFeedbackSettings" | "PageFeedbacksDialog" | "PageFeedbacksCore" | "ActionButtonPageFeedbackHandler" | "ActionButtonPageFeedbackSettings" | "ActionButtonPageFeedbackDialog" | "SharePage" | "SubscribeButton" | "ActionButtonSubscribeHandlerSettings" | "ActionButtonSubscribeHandlerRegistration" | "ActionButtonSubscribeHandler" | "MySubscriptionsBlock" | "ActionButtonMySubscriptionsHandlerRegistration" | "ActionButtonMySubscriptionsHandler" | "LikeTopicIdProvider" | "RatePage" | "RatePageSettings" | "SharepointPageSearchTemplate" | "OmniaPageSearchTemplate" | "CommentsSearchTemplate" | "MoveNode" | "VariationSelectorBlockSettings" | "VariationInput" | "ActivityFeed" | "ActivityFeedSettings" | "BlockRssReader" | "BlockRssReaderSettings" | "RssReaderViewLeftImage" | "RssReaderViewRightImage" | "RssReaderViewNoImage" | "RssReaderViewLeftImageSettings" | "RssReaderViewRightImageSettings" | "RssReaderViewNoImageSettings" | "StatisticsPerPage" | "DocumentDataTypeProviderEdit" | "DocumentDataTypeProviderDisplay" | "DocumentDataTypeProviderId" | "DocumentDataTypeProviderValueDefinition" | "FeedbackPerPage" | "IframeBlock" | "IFrameBlockSettings" | "CommentSearchProviderSettings" | "EventDetail" | "EventDetailPageListener" | "EventDetailSettings" | "EventParticipantCounter" | "EventParticipantCounterSettings" | "ColleagueDialogContent" | "EventCloneDialogContent" | "EventParticipantList" | "EventParticipantListSettings" | "EventParticipantListListView" | "EventPageRollupListView" | "EventPageRollupListViewSettings" | "EventPageRollupViewRegistrations" | "MailDialogContent" | "AdminSettingsJourney" | "AdminSettingsJourneyRegistration" | "SystemAccount" | "EnterpriseGlossaryPageProviderSettings" | "EnterpriseGlossaryPageInformationProvider" | "EnterpriseGlossaryPageInformationTermMapping" | "AppSettingsArchiveComponent" | "CalendarRollupEventDialog" | "ChannelManagementBlade" | "WcmAdminOmniaSearchBlade" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarGeneralSettings" | "PageRollupCalendarPageCreationSettings" | "PageRollupCalendarView" | "MySubscriptionDialogProvider" | "LinkNavigationForm" | "AppSetup" | "ChannelRollup" | "ChannelRollupSettings" | "ChannelRollupAdministrationViewSettings" | "ChannelRollupAdministrationView" | "ChannelApprovalPage" | "WCMAppAppendInformationInput" | "QrCode" | "AddToMyCalendarButtonHandlerSubscription" | "PageRollupPublishingAppFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPublishingAppProperty" | "PageRollupPublishingAppPropertySettings" | "PageRollupPublishingAppPropertyDefaultValueInput" | "PageRollupPageTypeFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPageTypeProperty" | "PageRollupPageTypePropertySettings" | "PageRollupPageTypePropertyDefaultValueInput" | "PageRollupChannelFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaChannelProperty" | "PageRollupChannelPropertySettings" | "PageRollupChannelPropertyDefaultValueInput" | "PageRollupCheckedOutByFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaCheckedOutByProperty" | "PageRollupCheckedOutByPropertySettings" | "PageRollupCheckedOutByPropertyDefaultValueInput" | "WCMGlossaryUISettingBlade" | "WCMGlossaryUISettingsTree" | "ApprovalHistory" | "AttachSiteButton" | "AppEditing" | "OmniaSearchLoggingCore" | "OmniaSearchLogging" | "AnalyticsBlocksCore" | "AnalyticsTableComponent" | "AnalyticsTableBlock" | "AnalyticsTableBlockSettings" | "BlockBanner" | "BlockBannerSettings" | "BlockBannerComponent" | "BlockBannerEdit" | "WelcomeBlockCore" | "WelcomeBlockPicker" | "WelcomeBlock" | "WelcomeBlockSettings" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView" | "MediaRollupBlock" | "MediaRollupBlockSettings" | "MediaRollupSpsSearchSettings" | "MediaRollupSpLibrarySettings" | "MediaRollupMsSearchSettings" | "MediaRollupListView" | "MediaRollupListViewSettings" | "MediaRollupPhotowallView" | "MediaRollupPhotowallViewSetting", guid>;
3
+ declare const webComponentManifests: Record<"VariationSelector" | "AnchorNavigationBlock" | "AnchorNavigationBlockSettings" | "LinkPickerExtension" | "AppLayoutRenderer" | "PageRenderer" | "CreatePageDialog" | "ReadRenderer" | "AppSettingsCore" | "AppSettingsEditorJourneyMenu" | "CreatePage" | "PageVersionsViewer" | "CreatePageCollection" | "CreatePageType" | "ChangePageType" | "DeletePage" | "PageCollectionSettings" | "PageCollectionSettingsCore" | "PageTypeSettings" | "PageTypeSettingsCore" | "ColumColor" | "Banner" | "AdminAppSettingsBladeComponent" | "AdminAppSettingsAdvancedComponent" | "AdminAppSettingsGamificationComponent" | "AdminAppSettingsStatisticComponent" | "AdminAppSettingsPermissionComponent" | "CommunityRollupComponent" | "CommunityRollupSettingsComponent" | "PublishingRollupComponent" | "PublishingRollupSettingsComponent" | "PublishingAppsWizard" | "PublishingAppsJourney" | "CommunityJourney" | "Media" | "MediaSettings" | "Htmlscriptblock" | "HtmlscriptblockSettings" | "HtmlscriptblockContentEditor" | "HtmlscriptblockIframe" | "HtmlscriptNotificationPanelblockSettings" | "Editor" | "EditorBreakPointSettingsPanelSection" | "EditorBreakPointSettingsPanelBlock" | "PageRollup" | "PageRollupSettings" | "PageRollupBreakPointSettings" | "CurrentNavigation" | "CompactCurrentNavigation" | "CurrentNavigationSettings" | "ProfileMegaMenu" | "ProfileMegaMenuSettings" | "ProfileMegaMenuSettingsRegistration" | "MegaMenuCore" | "CalendarRollup" | "CalendarRollupSettings" | "PageTypeFilter" | "PageRollupAppFilter" | "ChannelFilter" | "WorkflowStatusFilter" | "DialogMetricDetailsRenderer" | "PageRollupRenderer" | "BlockMegaMenu" | "BlockMegaMenuSettings" | "MediaPicker" | "MegaMenuSettings" | "MegaMenuDefaultNavigation" | "MobileNavigationSettings" | "MobileNavigation" | "ContentBlock" | "ContentBlockSettings" | "ContentBlockMultilineText" | "MegaMenuNavigationView" | "WcmAdminJourney" | "WcmAdminSharepointSyncBlade" | "WcmAdminPermissionsBlade" | "WcmAdminSettingsBlade" | "WcmAdminPageTypesBlade" | "WcmAdminPageTypesArchiveBlade" | "WcmAdminCreatePageTypesBlade" | "WcmAdminPageTypeEditorBlade" | "SharepointSyncSettings" | "SharepointSyncTenantSettings" | "SharepointSyncWarning" | "SharepointSyncError" | "QueryableProperties" | "WcmAdminSharepointSyncGeneralBlade" | "WcmAdminSharepointSyncSearchBlade" | "WcmAdminSharepointSyncCreateSearchPropertyBlade" | "AdminLayoutsBlade" | "AdminCreatePageCollectionBlade" | "AdminPageCollectionSettingBlade" | "AdminCreatePageCollection" | "AdminPageCollectionSetting" | "AppProvisioningStepMemberStep" | "AppProvisioningStepMemberSummary" | "AppProvisioningInformationSummary" | "ContentBlockBreakPointSettings" | "TranslationDialog" | "PageRollupRollerGeneralSettings" | "PageRollupRollerPropertySettings" | "PageRollupRollerStyleSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupPropertyPicker" | "PageRollupDynamicRollerGeneralSettings" | "PageRollupDynamicPropertySettings" | "PageRollupDynamicSliderSettings" | "PageRollupDynamicStyleSettings" | "PageRollupDynamicRollerView" | "PageRollupListViewGeneralSettings" | "PageRollupListViewColumnSettings" | "PageRollupListView" | "PageRollUpDialogView" | "CalendarRollupListView" | "PageRollupNavigationView" | "PageRollupNavigationViewSettings" | "PickedPagesDialog" | "ListingPickedPages" | "UniqueUsersDetailsView" | "Breadcrumb" | "BreadcrumbSettings" | "ActionButtonAPI" | "ActionButton" | "ActionButtonSettings" | "ActionToolbar" | "ActionButtonLinkHandlerSettings" | "ActionButtonLinkHandlerView" | "ActionButtonLinkHandlerRegistration" | "ActionButtonLinkHandlerSubscription" | "ActionButtonCreatePageHandlerSettings" | "ActionButtonCreatePageHandlerRegistration" | "ActionButtonCreatePageHandlerSubscription" | "ActionButtonCreatePageSelector" | "PageCreationLocationSelector" | "CalendarPageCollectionSelectionDialog" | "SignUpButton" | "CancelButton" | "SignUpOtherButton" | "AddToOutlookButton" | "OpenOnlineMeeting" | "AddToMyCalendarButton" | "AddToMyCalendarHandlerSettings" | "ActionButtonSettingsEventManagement" | "EventActionHandler" | "EventActionRegistration" | "RelatedLinks" | "PagePicker" | "SelectedPageItem" | "DocumentPicker" | "PageItemTemplate" | "CustomLink" | "HeadingLink" | "HeadingTemplate" | "DefaultTemplate" | "LinkPicker" | "LinkPickerDialog" | "EditLink" | "PageProperties" | "PagePropertiesSettings" | "AchievementRollup" | "FxUxRichTextEditorLinkPicker" | "FxUxRichTextEditorEnterpriseGlossarySuggestion" | "PageCommentLike" | "PageCommentLikeSettings" | "PageCommentLikeView" | "PageFeedback" | "PageFeedbackSettings" | "PageFeedbacksDialog" | "PageFeedbacksCore" | "ActionButtonPageFeedbackHandler" | "ActionButtonPageFeedbackSettings" | "ActionButtonPageFeedbackDialog" | "SharePage" | "SubscribeButton" | "ActionButtonSubscribeHandlerSettings" | "ActionButtonSubscribeHandlerRegistration" | "ActionButtonSubscribeHandler" | "MySubscriptionsBlock" | "ActionButtonMySubscriptionsHandlerRegistration" | "ActionButtonMySubscriptionsHandler" | "LikeTopicIdProvider" | "RatePage" | "RatePageSettings" | "SharepointPageSearchTemplate" | "OmniaPageSearchTemplate" | "CommentsSearchTemplate" | "MoveNode" | "VariationSelectorBlockSettings" | "VariationInput" | "ActivityFeed" | "ActivityFeedSettings" | "BlockRssReader" | "BlockRssReaderSettings" | "RssReaderViewLeftImage" | "RssReaderViewRightImage" | "RssReaderViewNoImage" | "RssReaderViewLeftImageSettings" | "RssReaderViewRightImageSettings" | "RssReaderViewNoImageSettings" | "StatisticsPerPage" | "DocumentDataTypeProviderEdit" | "DocumentDataTypeProviderDisplay" | "DocumentDataTypeProviderId" | "DocumentDataTypeProviderValueDefinition" | "FeedbackPerPage" | "IframeBlock" | "IFrameBlockSettings" | "CommentSearchProviderSettings" | "EventDetail" | "EventDetailPageListener" | "EventDetailSettings" | "EventParticipantCounter" | "EventParticipantCounterSettings" | "ColleagueDialogContent" | "EventCloneDialogContent" | "EventParticipantList" | "EventParticipantListSettings" | "EventParticipantListListView" | "EventPageRollupListView" | "EventPageRollupListViewSettings" | "EventPageRollupViewRegistrations" | "MailDialogContent" | "AdminSettingsJourney" | "AdminSettingsJourneyRegistration" | "SystemAccount" | "EnterpriseGlossaryPageProviderSettings" | "EnterpriseGlossaryPageInformationProvider" | "EnterpriseGlossaryPageInformationTermMapping" | "AppSettingsArchiveComponent" | "CalendarRollupEventDialog" | "ChannelManagementBlade" | "WcmAdminOmniaSearchBlade" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarGeneralSettings" | "PageRollupCalendarPageCreationSettings" | "PageRollupCalendarView" | "MySubscriptionDialogProvider" | "LinkNavigationForm" | "AppSetup" | "ChannelRollup" | "ChannelRollupSettings" | "ChannelRollupAdministrationViewSettings" | "ChannelRollupAdministrationView" | "ChannelApprovalPage" | "WCMAppAppendInformationInput" | "QrCode" | "AddToMyCalendarButtonHandlerSubscription" | "PageRollupPublishingAppFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPublishingAppProperty" | "PageRollupPublishingAppPropertySettings" | "PageRollupPublishingAppPropertyDefaultValueInput" | "PageRollupPageTypeFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPageTypeProperty" | "PageRollupPageTypePropertySettings" | "PageRollupPageTypePropertyDefaultValueInput" | "PageRollupChannelFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaChannelProperty" | "PageRollupChannelPropertySettings" | "PageRollupChannelPropertyDefaultValueInput" | "PageRollupCheckedOutByFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaCheckedOutByProperty" | "PageRollupCheckedOutByPropertySettings" | "PageRollupCheckedOutByPropertyDefaultValueInput" | "WCMGlossaryUISettingBlade" | "WCMGlossaryUISettingsTree" | "ApprovalHistory" | "AttachSiteButton" | "AppEditing" | "OmniaSearchLoggingCore" | "OmniaSearchLogging" | "AnalyticsBlocksCore" | "AnalyticsTableComponent" | "AnalyticsTableBlock" | "AnalyticsTableBlockSettings" | "BlockBanner" | "BlockBannerSettings" | "BlockBannerComponent" | "BlockBannerEdit" | "WelcomeBlockCore" | "WelcomeBlockPicker" | "WelcomeBlock" | "WelcomeBlockSettings" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView" | "MediaRollupBlock" | "MediaRollupBlockSettings" | "MediaRollupSpsSearchSettings" | "MediaRollupSpLibrarySettings" | "MediaRollupMsSearchSettings" | "MediaRollupListView" | "MediaRollupListViewSettings" | "MediaRollupPhotowallView" | "MediaRollupPhotowallViewSetting", guid>;
4
4
  declare const resourceManifests: Record<"PublishingApp" | "Editor" | "PageProperties" | "AnchorNavigationCore" | "DigitalSignageAdminSettingsLocalization" | "InfoScreenAdminRegistration" | "InfoScreenCore" | "InfoScreenAdminSettings" | "InfoScreenAdminSettingsLocalization" | "InfoScreenButtonLocalization" | "InfoScreenRendererBoot" | "InfoScreenViewRegistration" | "InfoScreenMediaPicker" | "DigitalSignageScreenRendererBoot" | "DigitalSignageScreenViewRegistration" | "DigitalSignageAdminRegistration" | "DigitalSignageCore" | "TaxonomyNavigationProvider" | "FxCore" | "Fx" | "Sp" | "FxUx" | "EventManagementCore" | "Contexts" | "Core" | "UXCore" | "AdminCore" | "AdminRegistrations" | "AppProvisioningStepMemberStepTemplateRegistration" | "AdminAppCore" | "CommunitiesAdminRegistrations" | "EmptyBlock" | "BlockTitle" | "BlockTitleSettings" | "VariationPicker" | "PageRecipients" | "CompactCurrentNavigationRegistration" | "PageChannels" | "EditorItemTitleRenderer" | "BackgroundMediaSelector" | "EditorShared" | "CheckedOutMessageView" | "ActionButtonNotificationPanelRegistrations" | "PageRollupCore" | "PageRollupStyleApi" | "PageRollupRegistrationApi" | "PageRollupViewRegistrations" | "PageRollupNotificationPanelRegistrations" | "CalendarRollupViewRegistrations" | "CalendarRollupNotificationPanelRegistrations" | "CalendarRollupCore" | "BreadcrumbCore" | "BannerCore" | "Shared" | "ContentBlockCore" | "ContentBlockBase" | "MediaBlockCore" | "HtmlScriptBlockCore" | "HtmlScriptBlockNotificationPanelRegistrations" | "PageCommentLikeBlockCore" | "LinkPickerCore" | "LinkPickerRegistrations" | "ActionButtonEventManagementCore" | "IFrameBlockCore" | "PagePropertiesCore" | "RelatedLinksRegistrations" | "RelatedLinksCore" | "PageItemResource" | "SocialCore" | "RssReaderCore" | "RssReaderViewRegistrations" | "RssReaderNotificationPanelRegistrations" | "PageRollupSettingsTabsResources" | "PageStatisticsCore" | "CommunityCore" | "ActivityFeedNotificationPanelRegistrations" | "EnableMSTeamsDeepLinkExecution" | "EnableInputMSTeamsUrl" | "SecretRegistration" | "SignOffRequestCore" | "SignOffRequestPageProvider" | "SignOffRequestBanner" | "PublishingAppToken" | "PagePropertiesProvider" | "PagePropertiesProviderCore" | "PagePropertyBindingProvider" | "RTFExtensions" | "MySubscriptionProvider" | "ChannelRollupCore" | "ChannelRollupRegistrationApi" | "PageSearchContextProvider" | "PageRollupFilterEngineContextPropertiesRegistration" | "PageRollupFilterEnginePublishingApp" | "PageRollupFilterEnginePageType" | "PageRollupFilterEngineChannel" | "PageRollupFilterEngineCore" | "PageRollupRendererResources" | "WCMGlossaryType" | "PageCreationCore" | "MediaRollupCore", guid>;
5
5
  declare module "@omnia/fx-models/Tooling" {
6
6
  interface IEnums$ {
@@ -28,6 +28,7 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
28
28
  CreatePageCollection: (0, fx_models_1.guid)("a7b31d88-9854-4aa3-99cc-dc4762c3354e"),
29
29
  CreatePageType: (0, fx_models_1.guid)("1b94a0b6-9de8-40ff-94f1-aad3181bdcb8"),
30
30
  ChangePageType: (0, fx_models_1.guid)("d20b0ea1-6dcd-4109-bc90-2320d4ce3ab2"),
31
+ DeletePage: (0, fx_models_1.guid)("82876eb9-2830-4390-bbaf-2e832fa286f5"),
31
32
  PageCollectionSettings: (0, fx_models_1.guid)("3e070b0f-0bd2-4d53-940e-29bfdcb28d9e"),
32
33
  PageCollectionSettingsCore: (0, fx_models_1.guid)("5606e7fb-c29a-48c1-9a56-fbf3f2cef218"),
33
34
  PageTypeSettings: (0, fx_models_1.guid)("10497696-3bb2-4af3-89aa-562ec89e037a"),
@@ -176,7 +177,6 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
176
177
  LinkPicker: (0, fx_models_1.guid)("bb67b961-9210-46ba-9199-cd5fcb532ea9"),
177
178
  LinkPickerDialog: (0, fx_models_1.guid)("bff13405-2a29-4592-8040-7a9139ae93bc"),
178
179
  EditLink: (0, fx_models_1.guid)("ca901c8f-d16d-4807-85a7-c44b4a487a3c"),
179
- RelatedLinksSettings: (0, fx_models_1.guid)("5794b267-5ed8-4973-8a86-f574b8a39106"),
180
180
  PageProperties: (0, fx_models_1.guid)("d1536b0e-01fe-4b99-b650-81167e364d5a"),
181
181
  PagePropertiesSettings: (0, fx_models_1.guid)("b52221ed-ce67-4008-9dcd-db8f0f3cc13f"),
182
182
  AchievementRollup: (0, fx_models_1.guid)("e5105a4d-e540-4a23-bb04-3752e5e05771"),
@@ -1,5 +1,6 @@
1
- import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx-models";
1
+ import { ActorId, guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
+ import { ChannelUserFeedSettings } from "./UserFeedSettings";
3
4
  export declare enum PublishingChannelId {
4
5
  }
5
6
  export interface PublishChannelPageRequest {
@@ -18,6 +19,8 @@ export interface PublishingChannel {
18
19
  publisher: Array<Identity>;
19
20
  targetingFilter?: TargetingFilterProperty;
20
21
  publishingCategoryId?: guid;
22
+ userFeedSettings?: ChannelUserFeedSettings;
23
+ hubActorId?: ActorId;
21
24
  imageUrl?: string;
22
25
  multilingualTitle?: string;
23
26
  multilingualDescription?: string;
@@ -0,0 +1,4 @@
1
+ export declare enum UserFeedFilterTypes {
2
+ TargetingProperties = 1,
3
+ UserProperty = 2
4
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserFeedFilterTypes = void 0;
4
+ var UserFeedFilterTypes;
5
+ (function (UserFeedFilterTypes) {
6
+ UserFeedFilterTypes[UserFeedFilterTypes["TargetingProperties"] = 1] = "TargetingProperties";
7
+ UserFeedFilterTypes[UserFeedFilterTypes["UserProperty"] = 2] = "UserProperty";
8
+ })(UserFeedFilterTypes || (exports.UserFeedFilterTypes = UserFeedFilterTypes = {}));
@@ -0,0 +1,20 @@
1
+ import { guid, PropertyIndexedType } from "@omnia/fx/models";
2
+ import { UserFeedFilterTypes } from "./UserFeedFilterTypes";
3
+ export interface UserFeedPropertyFilter {
4
+ property: string;
5
+ type: PropertyIndexedType.Taxonomy;
6
+ valueObj: UserFeedPropertyFilterValue;
7
+ }
8
+ export interface UserFeedPropertyFilterValue {
9
+ }
10
+ export interface TaxonomyUserFeedPropertyFilterValue extends UserFeedPropertyFilterValue {
11
+ filterType: UserFeedFilterTypes;
12
+ }
13
+ export interface TargetUserFeedPropertyFilter extends TaxonomyUserFeedPropertyFilterValue {
14
+ includeChildTerms: boolean;
15
+ includeEmpty: boolean;
16
+ targetingPropertyIds: Array<guid>;
17
+ }
18
+ export interface CurrentUserFeedPropertyFilter extends TaxonomyUserFeedPropertyFilterValue {
19
+ userPropertyBindingId: string;
20
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { UserFeedPropertyFilter } from "./UserFeedPropertyFilter";
2
+ export interface ChannelUserFeedSettings {
3
+ publishToUserFeed: boolean;
4
+ sendPushNotification: boolean;
5
+ filters: Array<UserFeedPropertyFilter>;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,3 +2,6 @@ export * from "./PublishingChannel";
2
2
  export * from "./ChannelHttpModels";
3
3
  export * from "./ChannelPages";
4
4
  export * from "./PublishingChannelCategory";
5
+ export * from "./UserFeedPropertyFilter";
6
+ export * from "./UserFeedFilterTypes";
7
+ export * from "./UserFeedSettings";
@@ -5,3 +5,6 @@ tslib_1.__exportStar(require("./PublishingChannel"), exports);
5
5
  tslib_1.__exportStar(require("./ChannelHttpModels"), exports);
6
6
  tslib_1.__exportStar(require("./ChannelPages"), exports);
7
7
  tslib_1.__exportStar(require("./PublishingChannelCategory"), exports);
8
+ tslib_1.__exportStar(require("./UserFeedPropertyFilter"), exports);
9
+ tslib_1.__exportStar(require("./UserFeedFilterTypes"), exports);
10
+ tslib_1.__exportStar(require("./UserFeedSettings"), exports);
@@ -1,4 +1,4 @@
1
- import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid, LinkItem } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid, ColorSchemaTypes, ColorSchema, LinkItem } from "@omnia/fx-models";
2
2
  export declare enum BannerLayout {
3
3
  ImageOnTop = 1,
4
4
  TitleonImage = 3,
@@ -11,7 +11,7 @@ export interface BannerColorsSettings {
11
11
  titleColor?: string;
12
12
  contentColor?: string;
13
13
  footerColor?: string;
14
- backgroundColor?: string;
14
+ backgroundColor?: ColorSchemaTypes | ColorSchema;
15
15
  }
16
16
  export interface BannerMediaContent {
17
17
  }
@@ -7,6 +7,7 @@ export interface BreadcrumbBlockSettings {
7
7
  includeBusinessProfileNode?: boolean;
8
8
  spacing?: Spacing;
9
9
  viewTemplate?: VelcronRendererResolverReference;
10
+ seperator?: Seperator;
10
11
  }
11
12
  export interface BreadcrumbExtendedNode {
12
13
  title: string;
@@ -14,3 +15,11 @@ export interface BreadcrumbExtendedNode {
14
15
  openHrefInNewWindow: boolean;
15
16
  callBack: () => void;
16
17
  }
18
+ export declare enum Seperator {
19
+ GreaterThan = 0,
20
+ DoubleAngleQuotation = 1,
21
+ ForwardSlash = 2,
22
+ VerticalBar = 3,
23
+ RightArrow = 4,
24
+ Bullet = 5
25
+ }
@@ -1,2 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Seperator = void 0;
4
+ var Seperator;
5
+ (function (Seperator) {
6
+ Seperator[Seperator["GreaterThan"] = 0] = "GreaterThan";
7
+ Seperator[Seperator["DoubleAngleQuotation"] = 1] = "DoubleAngleQuotation";
8
+ Seperator[Seperator["ForwardSlash"] = 2] = "ForwardSlash";
9
+ Seperator[Seperator["VerticalBar"] = 3] = "VerticalBar";
10
+ Seperator[Seperator["RightArrow"] = 4] = "RightArrow";
11
+ Seperator[Seperator["Bullet"] = 5] = "Bullet";
12
+ })(Seperator || (exports.Seperator = Seperator = {}));
@@ -1,4 +1,4 @@
1
- import { Spacing, guid, MultilingualString } from "@omnia/fx-models";
1
+ import { Spacing, guid, MultilingualString, ColorSchemaTypes, ColorSchema } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp-models";
3
3
  export interface CalendarRollupViewSettings {
4
4
  selectProperties: Array<string>;
@@ -40,6 +40,7 @@ export interface Calendar {
40
40
  id: string;
41
41
  name?: string;
42
42
  color: string;
43
+ colorSchemaType?: ColorSchemaTypes | ColorSchema;
43
44
  type: CalendarType;
44
45
  nextQueryLink?: string;
45
46
  }
@@ -50,6 +51,7 @@ export interface Event {
50
51
  start: EventDate;
51
52
  end: EventDate;
52
53
  color: string;
54
+ colorSchemaType?: ColorSchemaTypes | ColorSchema;
53
55
  organizer: EventPerson;
54
56
  webLink: string;
55
57
  isAllDay: boolean;
@@ -33,6 +33,7 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
33
33
  blockTitle: MultilingualString;
34
34
  defaultTextColor?: ColorValue;
35
35
  enableMachineTranslation?: boolean;
36
+ versionComparisonType?: VersionComparisonType;
36
37
  useAsMainHeading?: boolean;
37
38
  breakPointSettings?: {
38
39
  [breakPointId: string]: ContentBlockBreakPointSettings;
@@ -46,3 +47,7 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
46
47
  export interface ContentBlockAutomaticSummaryRegistration {
47
48
  propertyMapping: PropertyMapping;
48
49
  }
50
+ export declare enum VersionComparisonType {
51
+ CompareWithDefaultVariation = 1,
52
+ CompareWithCurrentVariation = 2
53
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BuildInContentBlockTextStyleFormatting = exports.ContentBlockModes = void 0;
3
+ exports.VersionComparisonType = exports.BuildInContentBlockTextStyleFormatting = exports.ContentBlockModes = void 0;
4
4
  var ContentBlockModes;
5
5
  (function (ContentBlockModes) {
6
6
  ContentBlockModes[ContentBlockModes["RichText"] = 1] = "RichText";
@@ -22,3 +22,8 @@ var BuildInContentBlockTextStyleFormatting;
22
22
  BuildInContentBlockTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
23
23
  BuildInContentBlockTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
24
24
  })(BuildInContentBlockTextStyleFormatting || (exports.BuildInContentBlockTextStyleFormatting = BuildInContentBlockTextStyleFormatting = {}));
25
+ var VersionComparisonType;
26
+ (function (VersionComparisonType) {
27
+ VersionComparisonType[VersionComparisonType["CompareWithDefaultVariation"] = 1] = "CompareWithDefaultVariation";
28
+ VersionComparisonType[VersionComparisonType["CompareWithCurrentVariation"] = 2] = "CompareWithCurrentVariation";
29
+ })(VersionComparisonType || (exports.VersionComparisonType = VersionComparisonType = {}));
@@ -1,8 +1,9 @@
1
- import { Spacing } from "@omnia/fx-models";
1
+ import { ColorSchemaTypes, Spacing } from "@omnia/fx-models";
2
2
  export interface CurrentNavigationBlockSettings {
3
3
  startLevel: number;
4
4
  getParentSiblings: boolean;
5
5
  spacing?: Spacing;
6
6
  levelIndentation?: Spacing;
7
7
  blockTitle: string;
8
+ colorSchemaType?: ColorSchemaTypes;
8
9
  }
@@ -9,9 +9,9 @@ export interface PageItemNode {
9
9
  nodeId?: number;
10
10
  selectedVariationId?: number;
11
11
  }
12
- export interface PageLinkItem extends LinkItem, PageItemNode, AnchorLinkItem {
12
+ export interface PageLinkItem extends LinkItem, PageItemNode {
13
13
  }
14
- export interface CustomLinkItem extends LinkItem, AnchorLinkItem {
14
+ export interface CustomLinkItem extends LinkItem {
15
15
  }
16
16
  export interface DocumentLinkItem extends LinkItem {
17
17
  fileUrl: string;
@@ -13,6 +13,7 @@ export interface PageRollupViewSettings {
13
13
  selectProperties: Array<string>;
14
14
  showContentAsDialog: boolean;
15
15
  enableRichText: boolean;
16
+ disableViewButtonOnDialog?: boolean;
16
17
  enableMention?: boolean;
17
18
  enableBestReply: boolean;
18
19
  enableSubscription: boolean;
@@ -49,7 +50,7 @@ export interface PageRollupViewSettingsColumnMapping {
49
50
  * */
50
51
  export interface PageRollupPropertyFilter {
51
52
  property: string;
52
- type: PropertyIndexedType.Boolean | PropertyIndexedType.DateTime | PropertyIndexedType.Text | PropertyIndexedType.Number | PropertyIndexedType.Person | PropertyIndexedType.Taxonomy | PropertyIndexedType.EnterpriseKeywords | PropertyIndexedType.Language | PropertyIndexedType.Tags;
53
+ type: PropertyIndexedType;
53
54
  valueObj: PageRollupPropertyFilterValue;
54
55
  }
55
56
  export interface PageRollupPropertyFilterValue {
@@ -1,5 +1,6 @@
1
1
  export declare namespace PageRollupEnums {
2
2
  enum DatePeriods {
3
+ NoLimit = 0,
3
4
  OneWeekFromToday = 1,
4
5
  TwoWeeksFromToday = 2,
5
6
  OneMonthFromToday = 3,
@@ -5,6 +5,7 @@ var PageRollupEnums;
5
5
  (function (PageRollupEnums) {
6
6
  let DatePeriods;
7
7
  (function (DatePeriods) {
8
+ DatePeriods[DatePeriods["NoLimit"] = 0] = "NoLimit";
8
9
  DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
9
10
  DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
10
11
  DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
@@ -1,6 +1,6 @@
1
1
  import { DateOperator, EnterprisePropertyDefinition, guid, IVersionedDataIdentifier, MultilingualString, TimePeriodSettings } from "@omnia/fx-models";
2
2
  import { PageId } from ".";
3
- import { ChildStructureType } from "..";
3
+ import { ChildStructureType, PublishingChannelId } from "..";
4
4
  import { QueryFilter } from "../query";
5
5
  import { SeoProperties } from "../seo/PageMetaTag";
6
6
  import { DistributionChannelRule } from "./PageCollectionDistributionChannel";
@@ -42,6 +42,7 @@ export interface PageCollectionData extends PlainPageData {
42
42
  overriddenPageTypeSettings?: OverriddenPageTypeSetting[];
43
43
  taxonomyPropertyConnectionSettings: TaxonomyPropertyConnectionSettings;
44
44
  enableMandatoryChannels: boolean;
45
+ preselectedChannel?: PublishingChannelId;
45
46
  enableOpenAISetting: boolean;
46
47
  openAIPropertiesMapping?: OpenAIPropertiesMapping;
47
48
  imgPropOpenAIRatioUniqueId?: guid;
@@ -0,0 +1,21 @@
1
+ /**
2
+ * @deprecated Removed in 8.0. Use Omnia Enums instead.
3
+ */
4
+ export declare namespace ItemQueryEnums {
5
+ enum FilterLogicalOperator {
6
+ And = 1,
7
+ Or = 2
8
+ }
9
+ enum FilterOperator {
10
+ Eq = 1,
11
+ Ne = 2,
12
+ Lt = 3,
13
+ Gt = 4,
14
+ Le = 5,
15
+ Ge = 6,
16
+ In = 7,
17
+ Like = 8,
18
+ NotLike = 9,
19
+ Ba = 10
20
+ }
21
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ /**
3
+ * @deprecated Removed in 8.0. Use Omnia Enums instead.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ItemQueryEnums = void 0;
7
+ var ItemQueryEnums;
8
+ (function (ItemQueryEnums) {
9
+ let FilterLogicalOperator;
10
+ (function (FilterLogicalOperator) {
11
+ FilterLogicalOperator[FilterLogicalOperator["And"] = 1] = "And";
12
+ FilterLogicalOperator[FilterLogicalOperator["Or"] = 2] = "Or";
13
+ })(FilterLogicalOperator = ItemQueryEnums.FilterLogicalOperator || (ItemQueryEnums.FilterLogicalOperator = {}));
14
+ let FilterOperator;
15
+ (function (FilterOperator) {
16
+ FilterOperator[FilterOperator["Eq"] = 1] = "Eq";
17
+ FilterOperator[FilterOperator["Ne"] = 2] = "Ne";
18
+ FilterOperator[FilterOperator["Lt"] = 3] = "Lt";
19
+ FilterOperator[FilterOperator["Gt"] = 4] = "Gt";
20
+ FilterOperator[FilterOperator["Le"] = 5] = "Le";
21
+ FilterOperator[FilterOperator["Ge"] = 6] = "Ge";
22
+ FilterOperator[FilterOperator["In"] = 7] = "In";
23
+ FilterOperator[FilterOperator["Like"] = 8] = "Like";
24
+ FilterOperator[FilterOperator["NotLike"] = 9] = "NotLike";
25
+ FilterOperator[FilterOperator["Ba"] = 10] = "Ba";
26
+ })(FilterOperator = ItemQueryEnums.FilterOperator || (ItemQueryEnums.FilterOperator = {}));
27
+ })(ItemQueryEnums || (exports.ItemQueryEnums = ItemQueryEnums = {}));
@@ -1,3 +1,4 @@
1
1
  export * from "./ItemQuery";
2
2
  export * from "./PageQuery";
3
+ export * from "./ItemQueryEnums";
3
4
  export * from "./VariationQuery";
@@ -3,4 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./ItemQuery"), exports);
5
5
  tslib_1.__exportStar(require("./PageQuery"), exports);
6
+ tslib_1.__exportStar(require("./ItemQueryEnums"), exports);
6
7
  tslib_1.__exportStar(require("./VariationQuery"), exports);
@@ -13,9 +13,19 @@ export interface Variation {
13
13
  icon: IIcon;
14
14
  urlSegment: string;
15
15
  isDefault: boolean;
16
+ /**
17
+ * @deprecated
18
+ */
16
19
  author: Identity;
20
+ authors: Array<Identity>;
17
21
  supportedLanguages?: Array<Language>;
18
22
  automaticMachineTranslation?: boolean;
19
23
  allowEditMachineTranslation?: boolean;
20
24
  activeRightToLeft?: boolean;
25
+ editNotificationSettings?: VariationEditNotificationSettings;
26
+ }
27
+ export interface VariationEditNotificationSettings {
28
+ notifyVariationAuthorOnEdit?: boolean;
29
+ notifyPagePropertyUsersOnEdit?: boolean;
30
+ editNotificationsUserPropertyId?: guid;
21
31
  }
@@ -1,12 +1,16 @@
1
- import { MultilingualString, IIcon, UserIdentity } from "@omnia/fx-models";
1
+ import { MultilingualString, IIcon, Identity } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp";
3
+ import { VariationEditNotificationSettings } from "./Variation";
3
4
  export interface VariationCreationRequest {
4
5
  displayNames: MultilingualString;
5
6
  targetingFilterData: TargetingFilterProperty;
6
7
  icon: IIcon;
7
8
  urlSegment: string;
8
9
  /**
9
- * The principle/login of the user considered author
10
- * */
11
- author?: UserIdentity;
10
+ * @deprecated
11
+ * The principle/login of the user considered author
12
+ * */
13
+ author?: Identity;
14
+ authors?: Array<Identity>;
15
+ editNotificationSettings?: VariationEditNotificationSettings;
12
16
  }