@omnia/wcm 8.0.7-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.
- package/internal-do-not-import-from-here/core/Constants.d.ts +3 -1
- package/internal-do-not-import-from-here/core/Utils.d.ts +4 -0
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +15 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
- package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +2 -1
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -52
- package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/Constants.js +6 -5
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +2 -0
- package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +0 -417
- package/internal-do-not-import-from-here/fx/models/ManifestIds.js +1 -434
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +1 -0
- package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +1 -2
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -3
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -0
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -8
- package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +1 -2
- package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.js +6 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.d.ts +25 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +3 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +3 -0
- package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +1 -2
- package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +24 -0
- package/internal-do-not-import-from-here/fx/models/seo/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/seo/index.js +4 -0
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +5 -3
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +5 -28
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +0 -6
- package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +6 -2
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +8 -14
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -7
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -7
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +2 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +1 -0
- package/internal-do-not-import-from-here/models/relatedlinks/LinkItemTemplateMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/package.json +1 -1
- 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
|
|
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 {
|
|
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 {
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { Identity } from "@omnia/fx-models";
|
|
1
|
+
import { Identity, TenantProperty } from "@omnia/fx-models";
|
|
2
2
|
export declare enum ReindexContentOmniaSearchStatus {
|
|
3
3
|
Unassigned = 0,
|
|
4
4
|
Assigned = 1,
|
|
@@ -29,3 +29,7 @@ export interface ReindexContentOmniaSearch {
|
|
|
29
29
|
resourceId?: string;
|
|
30
30
|
progress?: ReindexContentOmniaSearchProgress;
|
|
31
31
|
}
|
|
32
|
+
export declare class OmniaPageSearch extends TenantProperty {
|
|
33
|
+
enabled?: boolean;
|
|
34
|
+
constructor();
|
|
35
|
+
}
|
package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts
CHANGED
|
@@ -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
|
|
179
|
-
readonly
|
|
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
|
|
320
|
-
return "
|
|
320
|
+
get createdVariationIds() {
|
|
321
|
+
return "createdVariationIds";
|
|
321
322
|
},
|
|
322
|
-
get
|
|
323
|
-
return "
|
|
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"),
|