@omnia/wcm 8.0.8-dev → 8.0.10-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 (96) hide show
  1. package/README.md +2 -2
  2. package/internal-do-not-import-from-here/core/Constants.d.ts +3 -1
  3. package/internal-do-not-import-from-here/core/Utils.d.ts +4 -0
  4. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  5. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +34 -0
  6. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
  7. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +17 -3
  8. package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +3 -1
  9. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -52
  10. package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +2 -2
  11. package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +14 -0
  12. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  13. package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
  14. package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
  15. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +7 -2
  16. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +4 -2
  17. package/internal-do-not-import-from-here/fx/models/Constants.js +7 -5
  18. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  19. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +2 -0
  20. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/FixPageContentAnalysisRequest.d.ts +4 -0
  21. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/FixPageContentAnalysisRequest.js +2 -0
  22. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +6 -0
  23. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -1
  24. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +1 -0
  25. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +2 -2
  26. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +1 -2
  27. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  28. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -3
  29. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -0
  30. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -8
  31. package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +2 -2
  32. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +1 -2
  33. package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/fx/models/index.js +1 -0
  35. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +3 -1
  36. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +4 -0
  37. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.js +6 -0
  38. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionResult.d.ts +5 -0
  39. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.d.ts +25 -0
  40. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.js +2 -0
  41. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  43. package/internal-do-not-import-from-here/fx/models/pages/MovePageTracking.d.ts +40 -0
  44. package/internal-do-not-import-from-here/fx/models/pages/MovePageTracking.js +15 -0
  45. package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -0
  46. package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +1 -0
  47. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +7 -0
  48. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
  49. package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
  50. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +1 -0
  51. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +3 -0
  52. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +1 -0
  53. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +3 -0
  54. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +1 -0
  55. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +3 -0
  56. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +1 -2
  57. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +2 -2
  58. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +31 -0
  59. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +24 -0
  60. package/internal-do-not-import-from-here/fx/models/seo/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/fx/models/seo/index.js +4 -0
  62. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +6 -3
  63. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +4 -1
  64. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
  65. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
  66. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  67. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +6 -0
  68. package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +1 -1
  69. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +1 -1
  70. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  71. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +5 -3
  72. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +1 -0
  73. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +1 -1
  74. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +1 -1
  75. package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +2 -0
  76. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +5 -28
  77. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +5 -5
  78. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +0 -6
  79. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +7 -4
  80. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  81. package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +1 -1
  82. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -1
  83. package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +7 -2
  84. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +8 -14
  85. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -7
  86. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -7
  87. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +2 -1
  88. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +2 -0
  89. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  90. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  91. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +1 -0
  92. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +1 -0
  93. package/internal-do-not-import-from-here/models/relatedlinks/LinkItemTemplateMsg.d.ts +1 -1
  94. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  95. package/package.json +7 -8
  96. package/task.js +1 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Omnia Web Content Management
2
2
 
3
- Omnia Web Content Management is a product from Precio Fishbone. In order to use Omnia Web Content Management you need a product license for one of the following products:
3
+ Omnia Web Content Management is a product from Omnia Digital Workplace AB. In order to use Omnia Web Content Management you need a product license for one of the following products:
4
4
 
5
5
  * Omnia Foundation (stand-alone)
6
6
  * Omnia Intranet
@@ -8,4 +8,4 @@ Omnia Web Content Management is a product from Precio Fishbone. In order to use
8
8
  * Omnia QMS
9
9
 
10
10
  ### Documentation
11
- https://github.com/preciofishbone/Omnia-Foundation-Docs
11
+ https://github.com/omniaintranet/Omnia-Foundation-Docs
@@ -20,5 +20,7 @@ export declare class WcmCoreConstants {
20
20
  static get WCMDocumentsLibraryUrl(): string;
21
21
  static get PageDocumentIndexId(): guid;
22
22
  static get OmniaSearchMigrationId(): guid;
23
- static get MigratePageQueryDataPublishedVariationBitwiseId(): guid;
23
+ static get Newsletter(): {
24
+ SuffixDoneElement: string;
25
+ };
24
26
  }
@@ -1,3 +1,4 @@
1
+ import { OmniaContext } from "@omnia/fx";
1
2
  import { Page, NavigationNode, NavigationData, VariationId, VariationString, Variation } from "@omnia/wcm/models";
2
3
  import { LayoutItem } from "@omnia/fx-models";
3
4
  export declare namespace Utils {
@@ -9,10 +10,12 @@ export declare namespace Utils {
9
10
  */
10
11
  function isModernMedia(mediaValue: any): boolean;
11
12
  function getOfficeIconByFileExtension(extension: string): string;
13
+ function isFeatureActivated(omniaCtx: OmniaContext, featureId: string): boolean;
12
14
  function getFileExtension(url: string): string;
13
15
  function getFileNameWithoutExtension(fileName: string): string;
14
16
  function getFileNameFromUrl(url: string): string;
15
17
  function encodeFileName(url: string): string;
18
+ function getFileNameFromTitle(title: string, persistedFileName: string): string;
16
19
  function setLocalStorage(settingsKey: string, value: any): void;
17
20
  function getLocalStorage(settingsKey: string): any;
18
21
  function compareObject(obj1: any, obj2: any): boolean;
@@ -23,6 +26,7 @@ export declare namespace Utils {
23
26
  function updateQueryStringParameter(url: string, param: string, value: any): any;
24
27
  function groupBy(array: Array<any>, key: string): any;
25
28
  function findClosetValidContainerForAbsoluteElement(element: Element): Element;
29
+ function ensureSpaceInDateString(dateString: string): string;
26
30
  }
27
31
  export declare namespace TreeUtils {
28
32
  function removeTreeNode<T extends {
@@ -256,6 +256,11 @@ export declare namespace WCMCoreLocalization {
256
256
  Title: string;
257
257
  Description: string;
258
258
  };
259
+ SEO: {
260
+ Category: string;
261
+ Title: string;
262
+ Description: string;
263
+ };
259
264
  };
260
265
  ImageScalingBlockSettings: {
261
266
  ForceDefaultScaling: string;
@@ -249,6 +249,13 @@ export declare namespace EditorLocalization {
249
249
  Admin: string;
250
250
  };
251
251
  Panels: {
252
+ ShowDetails: string;
253
+ Creation: {
254
+ Title: string;
255
+ };
256
+ Publishing: {
257
+ Title: string;
258
+ };
252
259
  Background: {
253
260
  PageImage: string;
254
261
  BackgroundGradient: string;
@@ -546,6 +553,18 @@ export declare namespace EditorLocalization {
546
553
  EnableOpenAI: string;
547
554
  ImageRatio: string;
548
555
  };
556
+ SEO: {
557
+ Title: string;
558
+ AddMetaTag: string;
559
+ EditMetaTag: string;
560
+ Proprety: string;
561
+ MapToPageProp: string;
562
+ True: string;
563
+ False: string;
564
+ DefaultValue: string;
565
+ MetaTag: string;
566
+ NoMetaTag: string;
567
+ };
549
568
  };
550
569
  Dialogs: {
551
570
  MoveToTenant: {
@@ -618,6 +637,13 @@ export declare namespace EditorLocalization {
618
637
  Cancel: string;
619
638
  NoPropertyAbleToOverride: string;
620
639
  };
640
+ EditContentAnalysis: {
641
+ Title: string;
642
+ TextProperties: string;
643
+ Save: string;
644
+ Cancel: string;
645
+ ContentAnalysisTitle: string;
646
+ };
621
647
  AddContent: {
622
648
  Title: string;
623
649
  SearchForABlock: string;
@@ -696,6 +722,8 @@ export declare namespace EditorLocalization {
696
722
  Title: string;
697
723
  ChildrenWarningMessage: string;
698
724
  DuplicateWarningMessage: string;
725
+ MoveAsChild: string;
726
+ MoveAsSibling: string;
699
727
  };
700
728
  SendAppprovalRequest: {
701
729
  Title: string;
@@ -834,6 +862,7 @@ export declare namespace EditorLocalization {
834
862
  RejectAction: string;
835
863
  ApprovedAction: string;
836
864
  Cancel: string;
865
+ Approval: string;
837
866
  };
838
867
  };
839
868
  Tabs: {
@@ -849,6 +878,7 @@ export declare namespace EditorLocalization {
849
878
  Content: string;
850
879
  Layout: string;
851
880
  Statistics: string;
881
+ StatisticsScript: string;
852
882
  Title: {
853
883
  App: string;
854
884
  };
@@ -905,6 +935,10 @@ export declare namespace EditorLocalization {
905
935
  Title: string;
906
936
  Message: string;
907
937
  };
938
+ MovePage: {
939
+ PageInReadModeMessage: string;
940
+ };
941
+ PageNotLoadedMessage: string;
908
942
  };
909
943
  }
910
944
  }
@@ -6,6 +6,10 @@ export declare namespace PageRollupLocalization {
6
6
  * Some properties were moved to a more generic WCMCoreLocalization
7
7
  * */
8
8
  Settings: {
9
+ SelectPageType: string;
10
+ ContainerTemplate: string;
11
+ ItemTemplate: string;
12
+ MultipleViewTemplates: string;
9
13
  General: string;
10
14
  Create: string;
11
15
  FormTitle: string;
@@ -90,6 +90,11 @@ export declare namespace PublishingAppLocalization {
90
90
  ContactProperty: string;
91
91
  ReviewDateProperty: string;
92
92
  };
93
+ Report: {
94
+ Title: string;
95
+ ContactProperty: string;
96
+ ReviewDateProperty: string;
97
+ };
93
98
  AllowReuse: {
94
99
  Title: string;
95
100
  Label: string;
@@ -111,6 +116,15 @@ export declare namespace PublishingAppLocalization {
111
116
  ReindexContentMessage: string;
112
117
  ConfirmReindexContentOmniaSearchMessage: string;
113
118
  };
119
+ RollupAcceleratorIndex: {
120
+ Title: string;
121
+ OmniaSearchLogs: string;
122
+ ReindexContent: string;
123
+ Logging: string;
124
+ ReindexContentMessageProgress: string;
125
+ ReindexContentMessage: string;
126
+ ConfirmReindexContentOmniaSearchMessage: string;
127
+ };
114
128
  };
115
129
  AppDefinition: {
116
130
  AppDefinitionName: string;
@@ -270,15 +284,15 @@ export declare namespace PublishingAppLocalization {
270
284
  Body: string;
271
285
  };
272
286
  PublishingChannel: {
273
- Request: {
287
+ RequestEmail: {
274
288
  Subject: string;
275
289
  Body: string;
276
290
  };
277
- Approval: {
291
+ ApprovalEmail: {
278
292
  Subject: string;
279
293
  Body: string;
280
294
  };
281
- Reject: {
295
+ RejectEmail: {
282
296
  Subject: string;
283
297
  Body: string;
284
298
  Comment: string;
@@ -1,6 +1,7 @@
1
1
  import { MessageBusTopicMediator } from "@omnia/fx";
2
2
  import { CreateLayoutItemSettingsMessage, PageApprovalMessage, PageScheduleMessage } from "../../models";
3
- import { NavigationData, NavigationNode, LinkItem, PageTypeProperty, LinkPickerRegistration } from "@omnia/wcm/models";
3
+ import { LinkItem } from "@omnia/fx-models";
4
+ import { NavigationData, NavigationNode, PageTypeProperty, LinkPickerRegistration } from "@omnia/wcm/models";
4
5
  import { LinkItemTemplateMsg } from "../../models/relatedlinks";
5
6
  export declare const WcmBlockNamespace = "omnia.wcm.block";
6
7
  export declare class WcmTopics {
@@ -17,6 +18,7 @@ export declare class PublishingAppTopics {
17
18
  static get refreshNavigationContentUI(): MessageBusTopicMediator<void>;
18
19
  static get showPageScheduleDialogTopic(): MessageBusTopicMediator<PageScheduleMessage>;
19
20
  static get showPagePublishDialogTopic(): MessageBusTopicMediator<void>;
21
+ static get showPrePublishContentAnalysisDialogTopic(): MessageBusTopicMediator<void>;
20
22
  static get showPageSendEmailDialogTopic(): MessageBusTopicMediator<void>;
21
23
  static get showInviteCoAuthorsDialogTopic(): MessageBusTopicMediator<void>;
22
24
  }
@@ -4,55 +4,4 @@ export declare const EnterprisePropertyRenderer: <T extends unknown>(props: impo
4
4
  cacheKey?: string;
5
5
  } & {
6
6
  propertyValue?: T;
7
- }>) => {
8
- $: import("vue").ComponentInternalInstance;
9
- $data: {};
10
- $props: {};
11
- $attrs: {
12
- [x: string]: unknown;
13
- };
14
- $refs: {
15
- [x: string]: unknown;
16
- };
17
- $slots: Readonly<{
18
- [name: string]: import("vue").Slot<any>;
19
- }>;
20
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
- $emit: (event: string, ...args: any[]) => void;
23
- $el: any;
24
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
- beforeCreate?: (() => void) | (() => void)[];
26
- created?: (() => void) | (() => void)[];
27
- beforeMount?: (() => void) | (() => void)[];
28
- mounted?: (() => void) | (() => void)[];
29
- beforeUpdate?: (() => void) | (() => void)[];
30
- updated?: (() => void) | (() => void)[];
31
- activated?: (() => void) | (() => void)[];
32
- deactivated?: (() => void) | (() => void)[];
33
- beforeDestroy?: (() => void) | (() => void)[];
34
- beforeUnmount?: (() => void) | (() => void)[];
35
- destroyed?: (() => void) | (() => void)[];
36
- unmounted?: (() => void) | (() => void)[];
37
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
- };
41
- $forceUpdate: () => void;
42
- $nextTick: typeof import("vue").nextTick;
43
- $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
- propsDefinition: import("@omnia/fx/ux").ExtractProps<{
46
- propertyInternalName?: string;
47
- } & {
48
- cacheKey?: string;
49
- } & {
50
- propertyValue?: T;
51
- }> & {
52
- "v-slots"?: {
53
- default?: import("vue").Slot;
54
- } & {};
55
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "propertyInternalName" | "cacheKey" | "propertyValue">;
56
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
- [key: string]: any;
58
- }>;
7
+ }>) => any;
@@ -1,5 +1,5 @@
1
- import { ApiPath } from "@omnia/fx/models";
2
- import { LinkItem, LinkPickerRegistration } from "../models";
1
+ import { ApiPath, LinkItem } from "@omnia/fx/models";
2
+ import { LinkPickerRegistration } from "../models";
3
3
  import { LinkItemTemplateMsg } from "../../models";
4
4
  export interface ILinkTemplateRegistrationApi {
5
5
  registerLinkTemplates: (items: LinkItemTemplateMsg<LinkItem> | LinkItemTemplateMsg<LinkItem>[]) => void;
@@ -0,0 +1,14 @@
1
+ import { ServiceContainerContext } from "@omnia/fx";
2
+ import { EditorDisplayModes } from "@omnia/fx-models";
3
+ import { type EditorItemFactory } from "internal/publishingapp/components/editor/editoritems";
4
+ import { type EditorStore } from "internal/publishingapp/store/editor";
5
+ export interface IPageRendererApis {
6
+ showEditor(serviceContainerContext: ServiceContainerContext, editorDisplayMode?: EditorDisplayModes): void;
7
+ getEditorStore(): EditorStore;
8
+ createEditorItem(editorStore: EditorStore): EditorItemFactory;
9
+ }
10
+ declare module "./WcmApi" {
11
+ interface IWCMApi {
12
+ pageRenderer: Promise<IPageRendererApis>;
13
+ }
14
+ }
@@ -3,3 +3,4 @@ export * from "./PageRollup";
3
3
  export * from "./ChannelRollup";
4
4
  export * from "./WcmApi";
5
5
  export * from "./LinkTemplate";
6
+ export * from "./PageRenderer";
@@ -1,4 +1,4 @@
1
- import { ActionHandlerRegistrationId, guid } from "@omnia/fx-models";
1
+ import { ActionHandlerRegistrationId, guid, LinkProviderId } from "@omnia/fx-models";
2
2
  import { CalendarViewWeekdaysValue } from "./models";
3
3
  export declare const TopicPrefixConstants: {
4
4
  readonly pageCollection: string;
@@ -121,6 +121,18 @@ export declare const LinkPickerProviders: {
121
121
  document: string;
122
122
  heading: string;
123
123
  };
124
+ export declare const LinkProviderIds: {
125
+ page: LinkProviderId;
126
+ customLink: {
127
+ id: LinkProviderId;
128
+ };
129
+ document: {
130
+ id: LinkProviderId;
131
+ };
132
+ heading: {
133
+ id: LinkProviderId;
134
+ };
135
+ };
124
136
  export declare const LayoutDataParentPageId = "LayoutDataParentPageId";
125
137
  export declare const CalendarConstants: {
126
138
  SunSat: {
@@ -1,6 +1,9 @@
1
- import { NavigationData, Variation, VariationId } from "../../models";
1
+ import { NavigationData, NavigationNode, Variation, VariationId } from "../../models";
2
2
  export declare class NavigationTitleHelperService {
3
3
  private multilingualStore;
4
+ private variationStore;
5
+ private wcmContext;
6
+ private omniaContext;
4
7
  /**
5
8
  * Get navigation data title depends on navigation type
6
9
  * @param navigationData The navigation data
@@ -9,4 +12,5 @@ export declare class NavigationTitleHelperService {
9
12
  * @returns {string} The title of navigation data. Multilingual string will be based on business profile default language
10
13
  */
11
14
  getNavigationDataTitle: (navigationData: NavigationData, id: VariationId, defaultVariation?: Variation) => string;
15
+ getNavigationNodeTitle: (node: NavigationNode<NavigationData>) => string;
12
16
  }
@@ -2,13 +2,18 @@ import { Store } from "@omnia/fx/stores";
2
2
  import { ReindexContentOmniaSearch } from "../models";
3
3
  export declare class OmniaSearchPageStore extends Store {
4
4
  private omniaSearchPageService;
5
+ private listReindexContentOmniaSearch;
5
6
  onActivated(): void;
6
7
  onDisposing(): void;
7
- getters: {};
8
+ getters: {
9
+ getReindexContentOmniaSearch: (id: number) => ReindexContentOmniaSearch;
10
+ };
8
11
  /**
9
12
  * Implementation of mutations
10
13
  */
11
- mutations: {};
14
+ mutations: {
15
+ updateListReindexContentOmniaSearch: import("@omnia/fx/stores").StoreMutation<(listReindexContentOmniaSearch: ReindexContentOmniaSearch[]) => void, (listReindexContentOmniaSearch: ReindexContentOmniaSearch[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
16
+ };
12
17
  /**
13
18
  * Implementation of actions
14
19
  */
@@ -42,6 +42,7 @@ export declare const PageRollupConstants: {
42
42
  readonly filterEngineContextUniqueId: guid;
43
43
  };
44
44
  export declare const Constants: {
45
+ pagePropertiesProviderId: guid;
45
46
  social: {
46
47
  commentsAndLikesPropertyBagKey: string;
47
48
  };
@@ -58,6 +59,7 @@ export declare const Constants: {
58
59
  publishingAppInfrastructure: guid;
59
60
  eventPageType: guid;
60
61
  omniasearch: guid;
62
+ seo: guid;
61
63
  };
62
64
  communityAppDefinitionInfo: {
63
65
  id: guid;
@@ -175,8 +177,8 @@ export declare const OmniaSearchConstants: {
175
177
  readonly uniqueVisitorsLastMonth: string;
176
178
  readonly variationId: string;
177
179
  readonly variationOfPageId: string;
178
- readonly notCreatedVariationIds: string;
179
- readonly notCreatedPublishedVariationIds: string;
180
+ readonly createdVariationIds: string;
181
+ readonly createdPublishedVariationIds: string;
180
182
  readonly isDefaultPageVariation: string;
181
183
  readonly hiddenByPageId: string;
182
184
  readonly deletedAt: string;
@@ -127,6 +127,7 @@ exports.PageRollupConstants = {
127
127
  }
128
128
  };
129
129
  exports.Constants = {
130
+ pagePropertiesProviderId: (0, fx_models_1.guid)("a97ade1d-6de0-49b1-ac65-409b0349bacf"),
130
131
  social: {
131
132
  commentsAndLikesPropertyBagKey: "owcmCommentsAndLikesSettings"
132
133
  },
@@ -142,7 +143,8 @@ exports.Constants = {
142
143
  communityPropertiesAndPageTypes: (0, fx_models_1.guid)("e7f6a798-6ea4-4012-8c3c-f9e00bcd510b"),
143
144
  publishingAppInfrastructure: (0, fx_models_1.guid)("4c880576-5645-4f13-b328-784f4a0fb8a9"),
144
145
  eventPageType: (0, fx_models_1.guid)("f3a94830-a373-4e92-ad94-48b57f9783ee"),
145
- omniasearch: (0, fx_models_1.guid)("5765b73b-0c92-48dd-bd2b-604dfdf0f9a5")
146
+ omniasearch: (0, fx_models_1.guid)("5765b73b-0c92-48dd-bd2b-604dfdf0f9a5"),
147
+ seo: (0, fx_models_1.guid)("0cf02bc0-e604-40ba-9d08-03e3a552c106")
146
148
  },
147
149
  communityAppDefinitionInfo: {
148
150
  id: (0, fx_models_1.guid)("3b0e3cd4-911e-49cf-a401-b6c904526b85"),
@@ -316,11 +318,11 @@ exports.OmniaSearchConstants = {
316
318
  get variationOfPageId() {
317
319
  return "variationOfPageId";
318
320
  },
319
- get notCreatedVariationIds() {
320
- return "notCreatedVariationIds";
321
+ get createdVariationIds() {
322
+ return "createdVariationIds";
321
323
  },
322
- get notCreatedPublishedVariationIds() {
323
- return "notCreatedPublishedVariationIds";
324
+ get createdPublishedVariationIds() {
325
+ return "createdPublishedVariationIds";
324
326
  },
325
327
  get isDefaultPageVariation() {
326
328
  return "isDefaultPageVariation";
@@ -1,7 +1,7 @@
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" | "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" | "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" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupDynamicRollerSettings" | "PageRollupDynamicRollerView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupListViewSettings" | "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" | "PageNavigationBlock" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarViewSettings" | "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" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView", guid>;
4
- declare const resourceManifests: Record<"PublishingApp" | "Editor" | "PageProperties" | "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" | "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", guid>;
3
+ declare const webComponentManifests: Record<"VariationSelector" | "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" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupDynamicRollerSettings" | "PageRollupDynamicRollerView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupListViewSettings" | "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" | "PageNavigationBlock" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarViewSettings" | "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" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView", guid>;
4
+ declare const resourceManifests: Record<"PublishingApp" | "Editor" | "PageProperties" | "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", guid>;
5
5
  declare module "@omnia/fx-models/Tooling" {
6
6
  interface IEnums$ {
7
7
  wcm: {
@@ -63,6 +63,7 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
63
63
  ProfileMegaMenu: (0, fx_models_1.guid)("6bfd1238-9d32-40e4-a498-bcbc2f384a3f"),
64
64
  ProfileMegaMenuSettings: (0, fx_models_1.guid)("2bdd57de-de74-4e3a-a1af-0a0054b5b8a7"),
65
65
  ProfileMegaMenuSettingsRegistration: (0, fx_models_1.guid)("379af315-7a4d-479a-87e0-d070b0883bb5"),
66
+ MegaMenuCore: (0, fx_models_1.guid)("9bfa52a3-c764-435a-868f-d3e37ec6d1ea"),
66
67
  CalendarRollup: (0, fx_models_1.guid)("03fe3371-3565-47ca-a1e8-fc792646bce6"),
67
68
  CalendarRollupSettings: (0, fx_models_1.guid)("690a2c70-ec6c-4d0a-bf2b-605b0889661b"),
68
69
  PageTypeFilter: (0, fx_models_1.guid)("6b0450b9-07df-4cf0-aaec-982d38b008a6"),
@@ -369,6 +370,7 @@ const resourceManifests = enum$("wcm.resourceManifests").value({
369
370
  BannerCore: (0, fx_models_1.guid)("0eb3c8dc-01c7-4d9e-a12f-f58d099f755a"),
370
371
  Shared: (0, fx_models_1.guid)("07e26edf-ba7f-4964-a795-949b606d33ea"),
371
372
  ContentBlockCore: (0, fx_models_1.guid)("5f4db5a6-cc07-4c76-9c88-5cbafd3a885e"),
373
+ ContentBlockBase: (0, fx_models_1.guid)("f588025a-345a-4545-a5a8-a02d1272a161"),
372
374
  MediaBlockCore: (0, fx_models_1.guid)("59e6ea20-afef-4f7a-b27e-66486649f591"),
373
375
  HtmlScriptBlockCore: (0, fx_models_1.guid)("4c1bdbd3-ffc2-4409-a49b-03680abf2292"),
374
376
  HtmlScriptBlockNotificationPanelRegistrations: (0, fx_models_1.guid)("00d7e902-a6f2-40dd-b638-8a368f3b2e42"),
@@ -0,0 +1,4 @@
1
+ export interface FixPageContentAnalysisRequest {
2
+ pageId: number;
3
+ contentAnalysisRuleIds: number[];
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -35,3 +35,9 @@ export interface PageAiAnalysisReport {
35
35
  status: AiContentReportStatus;
36
36
  publishingAppId: guid;
37
37
  }
38
+ export interface PageContentAnalysisResult {
39
+ aiSettingId: number;
40
+ reason: string;
41
+ isSucceed: boolean;
42
+ isShowReason: boolean;
43
+ }
@@ -70,7 +70,8 @@ export interface ActionButtonCreatePageHandlerSettings extends IActionHandlerSet
70
70
  export declare enum ActionButtonLinkHandlerTargets {
71
71
  currentWindow = 0,
72
72
  newWindow = 1,
73
- dialog = 2
73
+ dialog = 2,
74
+ currentWindowForceOpen = 3
74
75
  }
75
76
  export interface PageFeedbackActionHandlerSettings extends IActionHandlerSettings {
76
77
  }
@@ -20,4 +20,5 @@ var ActionButtonLinkHandlerTargets;
20
20
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["currentWindow"] = 0] = "currentWindow";
21
21
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["newWindow"] = 1] = "newWindow";
22
22
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["dialog"] = 2] = "dialog";
23
+ ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["currentWindowForceOpen"] = 3] = "currentWindowForceOpen";
23
24
  })(ActionButtonLinkHandlerTargets || (exports.ActionButtonLinkHandlerTargets = ActionButtonLinkHandlerTargets = {}));
@@ -1,4 +1,4 @@
1
- import { MultilingualString, guid, Spacing, ThemeDefinition } from "@omnia/fx-models";
1
+ import { MultilingualString, guid, Spacing, LegacyThemeDefinition } from "@omnia/fx-models";
2
2
  import { ActivityFeedScopes } from "..";
3
3
  import { PageId } from "../pages";
4
4
  export interface ActivityFeedBlockSettings {
@@ -9,5 +9,5 @@ export interface ActivityFeedBlockSettings {
9
9
  filterByUserSubscriptions: boolean;
10
10
  itemLimit: number;
11
11
  spacing?: Spacing;
12
- cardStyle?: ThemeDefinition;
12
+ cardStyle?: LegacyThemeDefinition;
13
13
  }
@@ -1,5 +1,4 @@
1
- import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid } from "@omnia/fx-models";
2
- import { LinkItem } from ".";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid, LinkItem } from "@omnia/fx-models";
3
2
  export declare enum BannerLayout {
4
3
  ImageOnTop = 1,
5
4
  TitleonImage = 3,
@@ -1,10 +1,11 @@
1
- import { Spacing } from "@omnia/fx-models";
1
+ import { Spacing, VelcronRendererResolverReference } 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
7
  spacing?: Spacing;
8
+ viewTemplate?: VelcronRendererResolverReference;
8
9
  }
9
10
  export interface BreadcrumbExtendedNode {
10
11
  title: string;