@omnia/wcm 8.0.8-dev → 8.0.9-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 (77) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +3 -1
  2. package/internal-do-not-import-from-here/core/Utils.d.ts +4 -0
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +15 -0
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
  6. package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +2 -1
  7. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -52
  8. package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +2 -2
  9. package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
  10. package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
  11. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +3 -2
  12. package/internal-do-not-import-from-here/fx/models/Constants.js +6 -5
  13. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  14. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +2 -0
  15. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -1
  16. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +1 -0
  17. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +2 -2
  18. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +1 -2
  19. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  20. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -3
  21. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -0
  22. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -8
  23. package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +2 -2
  24. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +1 -2
  25. package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/fx/models/index.js +1 -0
  27. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +3 -1
  28. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +4 -0
  29. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.js +6 -0
  30. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.d.ts +25 -0
  31. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.js +2 -0
  32. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  33. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  34. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -0
  35. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +1 -0
  36. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +3 -0
  37. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +1 -0
  38. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +3 -0
  39. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +1 -0
  40. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +3 -0
  41. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +1 -2
  42. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +2 -2
  43. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +31 -0
  44. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +24 -0
  45. package/internal-do-not-import-from-here/fx/models/seo/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/fx/models/seo/index.js +4 -0
  47. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +1 -0
  48. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
  49. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  50. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +6 -0
  51. package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +1 -1
  52. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +1 -1
  53. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +5 -3
  55. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +1 -0
  56. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +1 -1
  57. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +1 -1
  58. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +5 -28
  59. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +3 -3
  60. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +0 -6
  61. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -2
  62. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  63. package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +1 -1
  64. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -1
  65. package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +6 -2
  66. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +8 -14
  67. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -7
  68. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -7
  69. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +2 -1
  70. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  71. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  72. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +1 -0
  73. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +1 -0
  74. package/internal-do-not-import-from-here/models/relatedlinks/LinkItemTemplateMsg.d.ts +1 -1
  75. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  76. package/package.json +1 -1
  77. package/task.js +1 -2
@@ -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;
@@ -546,6 +546,18 @@ export declare namespace EditorLocalization {
546
546
  EnableOpenAI: string;
547
547
  ImageRatio: string;
548
548
  };
549
+ SEO: {
550
+ Title: string;
551
+ AddMetaTag: string;
552
+ EditMetaTag: string;
553
+ Proprety: string;
554
+ MapToPageProp: string;
555
+ True: string;
556
+ False: string;
557
+ DefaultValue: string;
558
+ MetaTag: string;
559
+ NoMetaTag: string;
560
+ };
549
561
  };
550
562
  Dialogs: {
551
563
  MoveToTenant: {
@@ -696,6 +708,8 @@ export declare namespace EditorLocalization {
696
708
  Title: string;
697
709
  ChildrenWarningMessage: string;
698
710
  DuplicateWarningMessage: string;
711
+ MoveAsChild: string;
712
+ MoveAsSibling: string;
699
713
  };
700
714
  SendAppprovalRequest: {
701
715
  Title: string;
@@ -834,6 +848,7 @@ export declare namespace EditorLocalization {
834
848
  RejectAction: string;
835
849
  ApprovedAction: string;
836
850
  Cancel: string;
851
+ Approval: string;
837
852
  };
838
853
  };
839
854
  Tabs: {
@@ -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;
@@ -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 {
@@ -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;
@@ -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
  }
@@ -58,6 +58,7 @@ export declare const Constants: {
58
58
  publishingAppInfrastructure: guid;
59
59
  eventPageType: guid;
60
60
  omniasearch: guid;
61
+ seo: guid;
61
62
  };
62
63
  communityAppDefinitionInfo: {
63
64
  id: guid;
@@ -175,8 +176,8 @@ export declare const OmniaSearchConstants: {
175
176
  readonly uniqueVisitorsLastMonth: string;
176
177
  readonly variationId: string;
177
178
  readonly variationOfPageId: string;
178
- readonly notCreatedVariationIds: string;
179
- readonly notCreatedPublishedVariationIds: string;
179
+ readonly createdVariationIds: string;
180
+ readonly createdPublishedVariationIds: string;
180
181
  readonly isDefaultPageVariation: string;
181
182
  readonly hiddenByPageId: string;
182
183
  readonly deletedAt: string;
@@ -142,7 +142,8 @@ exports.Constants = {
142
142
  communityPropertiesAndPageTypes: (0, fx_models_1.guid)("e7f6a798-6ea4-4012-8c3c-f9e00bcd510b"),
143
143
  publishingAppInfrastructure: (0, fx_models_1.guid)("4c880576-5645-4f13-b328-784f4a0fb8a9"),
144
144
  eventPageType: (0, fx_models_1.guid)("f3a94830-a373-4e92-ad94-48b57f9783ee"),
145
- omniasearch: (0, fx_models_1.guid)("5765b73b-0c92-48dd-bd2b-604dfdf0f9a5")
145
+ omniasearch: (0, fx_models_1.guid)("5765b73b-0c92-48dd-bd2b-604dfdf0f9a5"),
146
+ seo: (0, fx_models_1.guid)("0cf02bc0-e604-40ba-9d08-03e3a552c106")
146
147
  },
147
148
  communityAppDefinitionInfo: {
148
149
  id: (0, fx_models_1.guid)("3b0e3cd4-911e-49cf-a401-b6c904526b85"),
@@ -316,11 +317,11 @@ exports.OmniaSearchConstants = {
316
317
  get variationOfPageId() {
317
318
  return "variationOfPageId";
318
319
  },
319
- get notCreatedVariationIds() {
320
- return "notCreatedVariationIds";
320
+ get createdVariationIds() {
321
+ return "createdVariationIds";
321
322
  },
322
- get notCreatedPublishedVariationIds() {
323
- return "notCreatedPublishedVariationIds";
323
+ get createdPublishedVariationIds() {
324
+ return "createdPublishedVariationIds";
324
325
  },
325
326
  get isDefaultPageVariation() {
326
327
  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"),
@@ -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;
@@ -1,11 +1,13 @@
1
1
  import { PropertyMapping } from "../block";
2
- import { Spacing, MultilingualString, guid, BlockSettingsWithDefaultProperty, RichTextEditorExtensionRegistration, ColorValue } from "@omnia/fx-models";
2
+ import { Spacing, MultilingualString, guid, BlockSettingsWithDefaultProperty, RichTextEditorExtensionRegistration, ColorValue, TextBlueprint } from "@omnia/fx-models";
3
3
  export declare enum ContentBlockModes {
4
4
  RichText = 1,
5
5
  LimitedRichText = 2,
6
6
  MultiLinePlainText = 3,
7
7
  PlainText = 4,
8
- CustomRichText = 5
8
+ CustomRichText = 5,
9
+ MultilingualRichText = 6,
10
+ MultilingualPlainText = 7
9
11
  }
10
12
  export declare enum BuildInContentBlockTextStyleFormatting {
11
13
  Normal = "afc69d06-73d4-4021-a692-8e0f3c80ba1f",
@@ -22,7 +24,7 @@ export interface ContentBlockBreakPointSettings {
22
24
  spacing?: Spacing;
23
25
  customFormattingFontSize: number;
24
26
  }
25
- export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<string> {
27
+ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<string | MultilingualString> {
26
28
  mode: ContentBlockModes;
27
29
  formatting: guid;
28
30
  customFormattingFontSize: number;
@@ -39,6 +41,7 @@ export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<s
39
41
  tagProperty?: string;
40
42
  enableAutomaticSummary?: boolean;
41
43
  summarizedProperty?: string;
44
+ blueprint?: TextBlueprint;
42
45
  }
43
46
  export interface ContentBlockAutomaticSummaryRegistration {
44
47
  propertyMapping: PropertyMapping;
@@ -8,6 +8,8 @@ var ContentBlockModes;
8
8
  ContentBlockModes[ContentBlockModes["MultiLinePlainText"] = 3] = "MultiLinePlainText";
9
9
  ContentBlockModes[ContentBlockModes["PlainText"] = 4] = "PlainText";
10
10
  ContentBlockModes[ContentBlockModes["CustomRichText"] = 5] = "CustomRichText";
11
+ ContentBlockModes[ContentBlockModes["MultilingualRichText"] = 6] = "MultilingualRichText";
12
+ ContentBlockModes[ContentBlockModes["MultilingualPlainText"] = 7] = "MultilingualPlainText";
11
13
  })(ContentBlockModes || (exports.ContentBlockModes = ContentBlockModes = {}));
12
14
  var BuildInContentBlockTextStyleFormatting;
13
15
  (function (BuildInContentBlockTextStyleFormatting) {
@@ -1,13 +1,6 @@
1
- import { IconPickerModel, guid } from "@omnia/fx-models";
1
+ import { guid, LinkItem } from "@omnia/fx-models";
2
2
  export interface LinkPickerPropertyData {
3
3
  }
4
- export interface LinkItem {
5
- linkType: string;
6
- title: string;
7
- url: string;
8
- icon: IconPickerModel;
9
- openInNewWindow: boolean;
10
- }
11
4
  export interface PageItemNode {
12
5
  pageId: number;
13
6
  pageCollectionId: number;
@@ -1,5 +1,5 @@
1
1
  import { types } from "typestyle";
2
- import { Theming } from "@omnia/fx-models";
2
+ import { LegacyThemeDefinitionColors } from "@omnia/fx-models";
3
3
  export declare const MobileNavigationStyles: {
4
4
  closeNavigationBtn?: types.NestedCSSProperties;
5
5
  openNavigationBtn?: types.NestedCSSProperties;
@@ -9,7 +9,7 @@ export declare const MobileNavigationStyles: {
9
9
  };
10
10
  export declare const MobileNavigationNodeStyles: {
11
11
  wrapper: types.NestedCSSProperties;
12
- headerWrapper: (level: number, isRoutePath: boolean, theming: Theming) => types.NestedCSSProperties;
12
+ headerWrapper: (level: number, isRoutePath: boolean, theming: LegacyThemeDefinitionColors) => types.NestedCSSProperties;
13
13
  rightIcon: types.NestedCSSProperties;
14
14
  arrowBtnCollapsedDefault: types.NestedCSSProperties;
15
15
  arrowBtnExpanded: types.NestedCSSProperties;
@@ -1,6 +1,5 @@
1
- import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, IPersistedFile } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, IPersistedFile, LinkItem } from "@omnia/fx-models";
2
2
  import { PageFile } from "../pages";
3
- import { LinkItem } from "./LinkPicker";
4
3
  export interface RelatedLinkBlockItem extends LinkItem {
5
4
  pageFile?: IPersistedFile<PageFile>;
6
5
  }
@@ -41,3 +41,4 @@ export * from "./aipagecontentreport";
41
41
  export * from "./search";
42
42
  export * from "./properties";
43
43
  export * from "./pagecreation";
44
+ export * from "./seo";
@@ -45,3 +45,4 @@ tslib_1.__exportStar(require("./aipagecontentreport"), exports);
45
45
  tslib_1.__exportStar(require("./search"), exports);
46
46
  tslib_1.__exportStar(require("./properties"), exports);
47
47
  tslib_1.__exportStar(require("./pagecreation"), exports);
48
+ tslib_1.__exportStar(require("./seo"), exports);
@@ -1,5 +1,7 @@
1
- import { LinkItem, CustomLinkPropertyData } from "@omnia/wcm/models";
1
+ import { CustomLinkPropertyData } from "@omnia/wcm/models";
2
+ import { LinkItem, MediaPickerStorageProviderContext } from "@omnia/fx-models";
2
3
  export interface ILinkPickerProvider {
3
4
  linkData?: LinkItem;
4
5
  propertyData?: CustomLinkPropertyData;
6
+ mediaPickerProviderContext?: MediaPickerStorageProviderContext;
5
7
  }
@@ -13,3 +13,7 @@ export interface MoveNavigationNodeResult {
13
13
  * **/
14
14
  movedNode: NavigationNode<NavigationData>;
15
15
  }
16
+ export declare enum MoveNavigationNodeType {
17
+ MoveAsChild = 1,
18
+ MoveAsSibling = 2
19
+ }
@@ -1,2 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MoveNavigationNodeType = void 0;
4
+ var MoveNavigationNodeType;
5
+ (function (MoveNavigationNodeType) {
6
+ MoveNavigationNodeType[MoveNavigationNodeType["MoveAsChild"] = 1] = "MoveAsChild";
7
+ MoveNavigationNodeType[MoveNavigationNodeType["MoveAsSibling"] = 2] = "MoveAsSibling";
8
+ })(MoveNavigationNodeType || (exports.MoveNavigationNodeType = MoveNavigationNodeType = {}));
@@ -0,0 +1,25 @@
1
+ import { DynamicState, PropertyDefinitionId, VelcronRendererResolverReference } from "@omnia/fx-models";
2
+ import { PageId, PageRollupViewSettings } from "..";
3
+ import { IDataSourcePropertySelection } from "@omnia/fx/ux";
4
+ export type VelcronPropertySelection = {
5
+ state: string;
6
+ internalName: string;
7
+ propertyDefinitionId: PropertyDefinitionId;
8
+ handler: IDataSourcePropertySelection;
9
+ };
10
+ export type VelcronViewTemplate = {
11
+ template: VelcronRendererResolverReference;
12
+ state: DynamicState;
13
+ properties: Array<VelcronPropertySelection>;
14
+ };
15
+ export interface PageTypeAppDefinitionBinding extends VelcronViewTemplate {
16
+ pageTypeId: PageId;
17
+ }
18
+ export interface VelcronViewSettings extends PageRollupViewSettings {
19
+ imageProp: string;
20
+ size: number;
21
+ multi: boolean;
22
+ containerTemplate: VelcronRendererResolverReference;
23
+ singleItemTemplate: VelcronViewTemplate;
24
+ pageTypeDefinitionBindings: Array<PageTypeAppDefinitionBinding>;
25
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -17,3 +17,4 @@ export * from "./CardViewSettings";
17
17
  export * from "./NewsletterViewSettings";
18
18
  export * from "./NavigationViewSettings";
19
19
  export * from "./PageRollupCalendarViewSettings";
20
+ export * from "./VelcronViewSettings";
@@ -20,3 +20,4 @@ tslib_1.__exportStar(require("./CardViewSettings"), exports);
20
20
  tslib_1.__exportStar(require("./NewsletterViewSettings"), exports);
21
21
  tslib_1.__exportStar(require("./NavigationViewSettings"), exports);
22
22
  tslib_1.__exportStar(require("./PageRollupCalendarViewSettings"), exports);
23
+ tslib_1.__exportStar(require("./VelcronViewSettings"), exports);
@@ -5,6 +5,7 @@ import { QueryFilter } from "../query";
5
5
  import { PagePermissionInfo } from "./PagePermissionInfo";
6
6
  import { PlainPageData } from "./PlainPageData";
7
7
  import { DistributionChannelRule } from "./PageCollectionDistributionChannel";
8
+ import { SeoProperties } from "../seo/PageMetaTag";
8
9
  export interface PageCreationSettings {
9
10
  creationDialogTitle: MultilingualString;
10
11
  showUrl: boolean;
@@ -47,6 +48,7 @@ export interface PageCollectionData extends PlainPageData {
47
48
  * This property is used as inital value for creating Page Collection Navigation Node.
48
49
  * */
49
50
  childStructureType?: ChildStructureType;
51
+ seoPropeties: SeoProperties;
50
52
  }
51
53
  export interface AutomaticPageCreationRule {
52
54
  id: guid;
@@ -2,4 +2,5 @@ import { PropertyValue } from "@omnia/fx-models";
2
2
  export declare class PageCollectionPropertyValue extends PropertyValue {
3
3
  id: number;
4
4
  constructor(id: number);
5
+ isEmpty(): boolean;
5
6
  }
@@ -7,5 +7,8 @@ class PageCollectionPropertyValue extends fx_models_1.PropertyValue {
7
7
  super();
8
8
  this.id = id;
9
9
  }
10
+ isEmpty() {
11
+ return !this.id;
12
+ }
10
13
  }
11
14
  exports.PageCollectionPropertyValue = PageCollectionPropertyValue;
@@ -2,4 +2,5 @@ import { PropertyValue } from "@omnia/fx-models";
2
2
  export declare class PageTypePropertyValue extends PropertyValue {
3
3
  id: number;
4
4
  constructor(id: number);
5
+ isEmpty(): boolean;
5
6
  }