@omnia/wcm 8.0.8-dev → 8.0.10-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- 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 +34 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +17 -3
- package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +3 -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/apis/PageRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
- package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +7 -2
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/models/Constants.js +7 -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/aipagecontentreport/FixPageContentAnalysisRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/FixPageContentAnalysisRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +6 -0
- 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/navigation/MovePageCollectionResult.d.ts +5 -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/MovePageTracking.d.ts +40 -0
- package/internal-do-not-import-from-here/fx/models/pages/MovePageTracking.js +15 -0
- package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/properties/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 +6 -3
- package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
- 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/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/CurrentPageStore.d.ts +2 -0
- 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 +5 -5
- 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 +7 -4
- 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 +7 -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/fx/ux/use/UseWcmIcons.d.ts +2 -0
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/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 +7 -8
- package/task.js +1 -2
|
@@ -13,7 +13,7 @@ export declare class ChannelCategoriesStore extends Store {
|
|
|
13
13
|
groupByCategories: () => {
|
|
14
14
|
[key: string]: PublishingChannelCategory;
|
|
15
15
|
};
|
|
16
|
-
categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
16
|
+
categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
17
17
|
};
|
|
18
18
|
actions: {
|
|
19
19
|
ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
|
|
@@ -29,7 +29,7 @@ export declare class CurrentNavigationStore extends Store {
|
|
|
29
29
|
activeNodes: () => Array<NavigationNode<NavigationData>>;
|
|
30
30
|
isLoadingChildren: (node: NavigationNode<NavigationData>) => boolean;
|
|
31
31
|
hasChildrenLoadTriggered: (node: NavigationNode<NavigationData>) => boolean;
|
|
32
|
-
onActiveNodesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<NavigationNode<NavigationData>[]>) => void) => IMessageBusSubscriptionHandler;
|
|
32
|
+
onActiveNodesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<NavigationNode<NavigationData>[]>) => void | Promise<void>) => IMessageBusSubscriptionHandler;
|
|
33
33
|
status: () => CurrentNavigationStatus;
|
|
34
34
|
readyPromise: () => Future<void>;
|
|
35
35
|
};
|
|
@@ -35,6 +35,7 @@ export declare class CurrentPageStore extends Store {
|
|
|
35
35
|
private dynamicStateStore;
|
|
36
36
|
private editMode;
|
|
37
37
|
private current;
|
|
38
|
+
private completedMovePageTrackingId;
|
|
38
39
|
onActivated(): void;
|
|
39
40
|
private setupPageSecurityTracking;
|
|
40
41
|
onDisposing(): void;
|
|
@@ -142,6 +143,7 @@ export declare class CurrentPageStore extends Store {
|
|
|
142
143
|
}) => void, (failureReason: any) => void, () => Promise<{
|
|
143
144
|
publishedVersionId: VersionId;
|
|
144
145
|
}>>;
|
|
146
|
+
ensureMovePageTracking: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
145
147
|
};
|
|
146
148
|
private onPublishedVersionUpdated;
|
|
147
149
|
private createCurrentPageState;
|
|
@@ -12,35 +12,12 @@ export declare const useLinkPickerStore: () => {
|
|
|
12
12
|
mutate: {
|
|
13
13
|
providers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
|
|
14
14
|
};
|
|
15
|
-
actions: {
|
|
16
|
-
onDispatching: {
|
|
17
|
-
ensureAddProvider: {
|
|
18
|
-
subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
19
|
-
};
|
|
20
|
-
ensureRemoveProvider: {
|
|
21
|
-
subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
onDispatched: {
|
|
25
|
-
ensureAddProvider: {
|
|
26
|
-
subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
27
|
-
};
|
|
28
|
-
ensureRemoveProvider: {
|
|
29
|
-
subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
onFailure: {
|
|
33
|
-
ensureAddProvider: {
|
|
34
|
-
subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
35
|
-
};
|
|
36
|
-
ensureRemoveProvider: {
|
|
37
|
-
subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
} & {
|
|
15
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
|
41
16
|
ensureAddProvider: (provider: LinkPickerRegistration) => void;
|
|
42
17
|
ensureRemoveProvider: (provider: LinkPickerRegistration) => void;
|
|
43
|
-
}
|
|
18
|
+
}>;
|
|
19
|
+
} & {
|
|
20
|
+
dispose?: () => void;
|
|
44
21
|
};
|
|
45
22
|
export declare class LinkPickerStore extends Store {
|
|
46
23
|
private currentProviders;
|
|
@@ -53,7 +30,7 @@ export declare class LinkPickerStore extends Store {
|
|
|
53
30
|
currentProvider: () => Array<LinkPickerRegistration>;
|
|
54
31
|
};
|
|
55
32
|
get mutationLinkPickerProviders(): {
|
|
56
|
-
onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<LinkPickerRegistration[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
33
|
+
onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<LinkPickerRegistration[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
57
34
|
};
|
|
58
35
|
mutations: {
|
|
59
36
|
ensureAddProvider: import("@omnia/fx/stores").StoreMutation<(provider: LinkPickerRegistration) => void, (provider: LinkPickerRegistration) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
|
2
2
|
import { Store } from "@omnia/fx/stores";
|
|
3
|
-
import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, LinkNavigationData, VariationId, PageCollectionNavigationNode, PageCollectionNavigationData } from "../models";
|
|
3
|
+
import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, MovePageCollectionResult, LinkNavigationData, VariationId, PageCollectionNavigationNode, PageCollectionNavigationData } from "../models";
|
|
4
4
|
export declare class NavigationStore extends Store {
|
|
5
5
|
private navigationService;
|
|
6
6
|
private variationsStore;
|
|
@@ -20,14 +20,14 @@ export declare class NavigationStore extends Store {
|
|
|
20
20
|
onActivated(): void;
|
|
21
21
|
onDisposing(): void;
|
|
22
22
|
getters: {
|
|
23
|
-
getFilteredNodes: <T extends NavigationNode<NavigationData>>(filterAction: (node: NavigationNode<NavigationData>) => boolean) => T
|
|
23
|
+
getFilteredNodes: <T extends NavigationNode<NavigationData>>(filterAction: ((node: NavigationNode<NavigationData>) => boolean)) => Array<T>;
|
|
24
24
|
getFilteredByType: (nodeTypes?: NavigationDataType) => Array<NavigationNode<NavigationData>>;
|
|
25
25
|
getById: (nodeId: NodeId) => NavigationNode<NavigationData>;
|
|
26
26
|
getByPageId: (pageId: PageId) => NavigationNode<NavigationData>;
|
|
27
27
|
getChildren: (node: NavigationNode<NavigationData>, forceFromPublishingAppId?: string) => Array<NavigationNode<NavigationData>>;
|
|
28
28
|
isLoadingChildren: (node: NavigationNode<NavigationData>) => boolean;
|
|
29
29
|
hasChildrenLoadTriggered: (node: NavigationNode<NavigationData>) => boolean;
|
|
30
|
-
getParents: <
|
|
30
|
+
getParents: <T extends NavigationNode<NavigationData>>(node: NavigationNode<NavigationData>, nodeTypes?: NavigationDataType) => Array<T>;
|
|
31
31
|
absoluteUrl: (node: NavigationNode<NavigationData>, variationId?: VariationId, excludeVariationUrl?: boolean) => string;
|
|
32
32
|
sortSiblingNodes: (nodes: Array<NavigationNode<NavigationData>>) => NavigationNode<NavigationData>[];
|
|
33
33
|
checkNodeIsDefaultPageCollectionNode: (navigationNode: PageCollectionNavigationNode<PageCollectionNavigationData>) => boolean;
|
|
@@ -48,10 +48,10 @@ export declare class NavigationStore extends Store {
|
|
|
48
48
|
* Updates the data part of the node, i.e. NavigationNode.navigationData
|
|
49
49
|
* */
|
|
50
50
|
updateNodeData: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: void, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, <T extends NavigationNode<NavigationData>>(node: T) => Promise<void>>;
|
|
51
|
-
createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <
|
|
51
|
+
createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <T extends NavigationData>(nodeData: T, position: NavigationPosition) => Promise<NavigationNode<NavigationData>>>;
|
|
52
52
|
moveNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => Promise<void>>;
|
|
53
53
|
movePageNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => Promise<void>>;
|
|
54
|
-
movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: guid) => void, (result:
|
|
54
|
+
movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: guid) => void, (result: MovePageCollectionResult, pageCollectionId: number, targetPublishingAppId: guid) => void, (failureReason: any, pageCollectionId: number, targetPublishingAppId: guid) => void, (pageCollectionId: number, targetPublishingAppId: guid) => Promise<MovePageCollectionResult>>;
|
|
55
55
|
ensureNodesWithPageIds: import("@omnia/fx/stores").StoreAction<unknown, (...args: PageId[]) => void, (result: void, ...args: PageId[]) => void, (failureReason: any, ...args: PageId[]) => void, (...pageIds: Array<PageId>) => Promise<void>>;
|
|
56
56
|
ensureChildren: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (result: void, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (failureReason: any, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => Promise<void>>;
|
|
57
57
|
ensureTreeForNode: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: NavigationResult, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<NavigationResult>>;
|
|
@@ -56,11 +56,6 @@ export declare class PageRollupStore extends Store {
|
|
|
56
56
|
private metricUniqueKey;
|
|
57
57
|
private tenantPublishingAppIdKey;
|
|
58
58
|
private omniaSearchMigrationStatusPromise;
|
|
59
|
-
private omniaSearchNotCreatedPublishedVariationIdsMigrationPromise;
|
|
60
|
-
/**
|
|
61
|
-
* Private properties
|
|
62
|
-
*/
|
|
63
|
-
private itemQueryResult;
|
|
64
59
|
onActivated(): void;
|
|
65
60
|
onDisposing(): void;
|
|
66
61
|
/**
|
|
@@ -122,7 +117,6 @@ export declare class PageRollupStore extends Store {
|
|
|
122
117
|
exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result: ExportQueryPagesResult, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (failureReason: any, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>>;
|
|
123
118
|
getExportedFile: import("@omnia/fx/stores").StoreAction<unknown, (exportingFileName: string, exportingFileToken: string) => void, (result: void, exportingFileName: string, exportingFileToken: string) => void, (failureReason: any, exportingFileName: string, exportingFileToken: string) => void, (exportingFileName: string, exportingFileToken: string) => Promise<void>>;
|
|
124
119
|
ensureOmniaSearchMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
125
|
-
ensureOmniaSearchNotCreatedPublishedVariationIdsMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
126
120
|
};
|
|
127
121
|
/**
|
|
128
122
|
* Find page and page variation in specific node
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Store } from "@omnia/fx/stores";
|
|
2
|
-
import { NavigationNode, WCMPageTypes, Page, VersionedPageData, PageData, VersionReference, PageId, NavigationPosition, PageNavigationNode, PageNavigationData, MergedPageVersionLayout, NavigationData, VersionId, VariationPage, Variation, PageCollectionSelection, CheckedOutVersionPageData, ArchivePageResult, PageWithNavigationCreationRequest, ReadNews, ApprovalMetaData } from "../models";
|
|
2
|
+
import { NavigationNode, WCMPageTypes, Page, VersionedPageData, PageData, VersionReference, PageId, NavigationPosition, PageNavigationNode, PageNavigationData, MergedPageVersionLayout, NavigationData, VersionId, VariationPage, Variation, PageCollectionSelection, CheckedOutVersionPageData, MovePagesResult, ArchivePageResult, PageWithNavigationCreationRequest, ReadNews, ApprovalMetaData } from "../models";
|
|
3
3
|
import { guid, IMessageBusSubscriptionHandler, IOmniaContext } from "@omnia/fx-models";
|
|
4
4
|
export declare class PagesStore extends Store {
|
|
5
5
|
private pageService;
|
|
@@ -17,9 +17,10 @@ export declare class PagesStore extends Store {
|
|
|
17
17
|
onDisposing(): void;
|
|
18
18
|
getters: {
|
|
19
19
|
getPage: (pageId: PageId) => Page;
|
|
20
|
-
getFilteredPages: (filterAction: (page: Page) => boolean) => Array<Page>;
|
|
20
|
+
getFilteredPages: (filterAction: ((page: Page) => boolean)) => Array<Page>;
|
|
21
21
|
getPagesByType: (typesToGet?: WCMPageTypes, excludeUnavailable?: boolean) => Array<Page>;
|
|
22
22
|
getVersion: <T extends VersionedPageData<PageData>>(versionRef: VersionReference) => T;
|
|
23
|
+
getPagesByPageCollection: (pageCollectionId: PageId) => Array<Page>;
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Implementation of mutations
|
|
@@ -34,6 +35,7 @@ export declare class PagesStore extends Store {
|
|
|
34
35
|
updatePagesSecurityResource: import("@omnia/fx/stores").StoreMutation<(pageIds: number[], securityResourceId: guid) => void, (pageIds: number[], securityResourceId: guid) => IMessageBusSubscriptionHandler>;
|
|
35
36
|
updatePageHidden: import("@omnia/fx/stores").StoreMutation<(pageIds: PageId[], hiddenBy: PageId) => void, (pageIds: PageId[], hiddenBy: PageId) => IMessageBusSubscriptionHandler>;
|
|
36
37
|
updatePageSoftDeleted: import("@omnia/fx/stores").StoreMutation<(pageIds: PageId[], softDeletedAt: string, previousDeletedAt?: string) => void, (pageIds: PageId[], softDeletedAt: string, previousDeletedAt?: string) => IMessageBusSubscriptionHandler>;
|
|
38
|
+
updateMovePageTrackingId: import("@omnia/fx/stores").StoreMutation<(pageIds: PageId[], trackingId?: guid, pageCollectionRecursiveUpdate?: boolean) => void, (pageIds: PageId[], trackingId?: guid, pageCollectionRecursiveUpdate?: boolean) => IMessageBusSubscriptionHandler>;
|
|
37
39
|
};
|
|
38
40
|
/**
|
|
39
41
|
* Implementation of actions
|
|
@@ -47,13 +49,13 @@ export declare class PagesStore extends Store {
|
|
|
47
49
|
ensurePagesByType: import("@omnia/fx/stores").StoreAction<unknown, (typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (result: void, typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (failureReason: any, typesToGet?: number, isTenantPageTypeIncluded?: boolean) => void, (typesToGet?: number, isTenantPageTypeIncluded?: boolean) => Promise<void>>;
|
|
48
50
|
ensureVersionData: import("@omnia/fx/stores").StoreAction<unknown, (versionRefs: VersionReference[], force?: boolean) => void, (result: MergedPageVersionLayout[], versionRefs: VersionReference[], force?: boolean) => void, (failureReason: any, versionRefs: VersionReference[], force?: boolean) => void, (versionRefs: Array<VersionReference>, force?: boolean) => Promise<MergedPageVersionLayout[]>>;
|
|
49
51
|
createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (result: PageNavigationNode<PageNavigationData>, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (failureReason: any, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<PageNavigationNode<PageNavigationData>>>;
|
|
50
|
-
movePage: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result:
|
|
52
|
+
movePage: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result: MovePagesResult, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => Promise<MovePagesResult>>;
|
|
51
53
|
/**
|
|
52
54
|
* Move a page type from current publishing app to tenant level.
|
|
53
55
|
*/
|
|
54
56
|
movePageTypeToTenant: import("@omnia/fx/stores").StoreAction<unknown, (page: Page) => void, (result: any, page: Page) => void, (failureReason: any, page: Page) => void, (page: Page) => Promise<any>>;
|
|
55
57
|
revert: import("@omnia/fx/stores").StoreAction<unknown, (versiontoRevert: VersionedPageData<PageData>) => void, (result: VersionedPageData<PageData>, versiontoRevert: VersionedPageData<PageData>) => void, (failureReason: any, versiontoRevert: VersionedPageData<PageData>) => void, (versiontoRevert: VersionedPageData<PageData>) => Promise<VersionedPageData<PageData>>>;
|
|
56
|
-
createPageWithVariation: import("@omnia/fx/stores").StoreAction<unknown, (originalPage: Page, pageData: PageData, variation: Variation) => void, (result: VariationPage, originalPage: Page, pageData: PageData, variation: Variation) => void, (failureReason: any, originalPage: Page, pageData: PageData, variation: Variation) => void, <
|
|
58
|
+
createPageWithVariation: import("@omnia/fx/stores").StoreAction<unknown, (originalPage: Page, pageData: PageData, variation: Variation) => void, (result: VariationPage, originalPage: Page, pageData: PageData, variation: Variation) => void, (failureReason: any, originalPage: Page, pageData: PageData, variation: Variation) => void, <T extends PageData>(originalPage: Page, pageData: T, variation: Variation) => Promise<VariationPage>>;
|
|
57
59
|
ensurePageCollectionSelections: import("@omnia/fx/stores").StoreAction<unknown, (fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (result: PageCollectionSelection[], fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (failureReason: any, fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (fromPublishingAppId: string, fromPageCollectionIds?: Array<string>) => Promise<PageCollectionSelection[]>>;
|
|
58
60
|
takeOverCheckOutPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: CheckedOutVersionPageData<PageData>, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<CheckedOutVersionPageData<PageData>>>;
|
|
59
61
|
getPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, forceFromPublishingAppId?: string) => void, (result: Page, pageId: PageId, forceFromPublishingAppId?: string) => void, (failureReason: any, pageId: PageId, forceFromPublishingAppId?: string) => void, (pageId: PageId, forceFromPublishingAppId?: string) => Promise<Page>>;
|
|
@@ -70,5 +72,6 @@ export declare class PagesStore extends Store {
|
|
|
70
72
|
private getVersionLoadPromise;
|
|
71
73
|
private getPageCollectionSelectionFromCache;
|
|
72
74
|
private updatePageHiddenAndSoftDeleted;
|
|
75
|
+
private updateMovePageTrackingIdForPages;
|
|
73
76
|
private onMergeLayoutCompleted;
|
|
74
77
|
}
|
|
@@ -33,7 +33,7 @@ export declare class PublishingRuleStore extends Store {
|
|
|
33
33
|
isPageAutomaticMachineTranslate: (pageId: PageId) => boolean;
|
|
34
34
|
onRulesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
|
|
35
35
|
[pageId: number]: PublishingRule<PublishingRuleData>[];
|
|
36
|
-
}>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
36
|
+
}>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
37
37
|
isPublishingRuleExisted: (pageId: PageId) => boolean;
|
|
38
38
|
canCancelApproval: (pageId: PageId, approvalData: ApprovalData) => boolean;
|
|
39
39
|
canApproveOrReject: (pageId: PageId, defaultPageCollectionApprovalData: ApprovalData) => boolean;
|
|
@@ -35,7 +35,7 @@ export declare class TopicsActivityStore extends Store {
|
|
|
35
35
|
topicActivities: (filter: ActivityQueryFilter) => Array<UserTopicActivity>;
|
|
36
36
|
};
|
|
37
37
|
get mutationEvents(): {
|
|
38
|
-
onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<TopicSubscription[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
38
|
+
onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<TopicSubscription[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
39
39
|
};
|
|
40
40
|
actions: {
|
|
41
41
|
subscribe: import("@omnia/fx/stores").StoreAction<unknown, (topics: Topic[]) => void, (result: void, topics: Topic[]) => void, (failureReason: any, topics: Topic[]) => void, (topics: Array<Topic>) => Promise<void>>;
|
|
@@ -22,7 +22,7 @@ export declare class VariationStore extends Store {
|
|
|
22
22
|
getDefaultVariation: (appId?: guid) => Variation;
|
|
23
23
|
onVariationMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
|
|
24
24
|
[appId: string]: Variation[];
|
|
25
|
-
}>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
25
|
+
}>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
26
26
|
isVariationsEnabled: () => boolean;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LinkItem } from "
|
|
1
|
+
import { LinkItem } from "@omnia/fx-models";
|
|
2
2
|
export declare class WcmUxCore {
|
|
3
3
|
private wcmRouter;
|
|
4
4
|
private navigationStore;
|
|
@@ -10,8 +10,13 @@ export declare class WcmUxCore {
|
|
|
10
10
|
private microsoftTeamsApi;
|
|
11
11
|
private linkHandlerRegistered;
|
|
12
12
|
constructor();
|
|
13
|
-
handleClickLink: (e: MouseEvent, url: string, title: string, link?: LinkItem, onlyNavigateOnDisplayMode?: boolean) => void;
|
|
13
|
+
handleClickLink: (e: MouseEvent, url: string, title: string, link?: LinkItem, onlyNavigateOnDisplayMode?: boolean, disableSpaNavigation?: boolean) => void;
|
|
14
|
+
ensureAnchorLink: (url: string, link: LinkItem) => {
|
|
15
|
+
url: string;
|
|
16
|
+
link: LinkItem;
|
|
17
|
+
};
|
|
14
18
|
handleOpenLinkInNewWindow: (e: Event, url: string, link?: LinkItem) => void;
|
|
19
|
+
resolveDirectlyUrl(link: LinkItem): Promise<string>;
|
|
15
20
|
private usingLinkHandlerProviders;
|
|
16
21
|
private linkOpenInternal;
|
|
17
22
|
private linkOpenInNewWindowInternal;
|
|
@@ -5,15 +5,11 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
5
5
|
nodes: import("@tiptap/core").Extension<any, any>[];
|
|
6
6
|
toolbarItems: {
|
|
7
7
|
toolbar: {
|
|
8
|
-
new (...args: any[]): import("vue").
|
|
8
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
onContentChanged: {
|
|
10
10
|
type: import("vue").PropType<(content: string) => void>;
|
|
11
11
|
};
|
|
12
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
13
|
-
onContentChanged: {
|
|
14
|
-
type: import("vue").PropType<(content: string) => void>;
|
|
15
|
-
};
|
|
16
|
-
}>>, {}, true, {}, {}, {
|
|
12
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
17
13
|
P: {};
|
|
18
14
|
B: {};
|
|
19
15
|
D: {};
|
|
@@ -32,7 +28,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
32
28
|
onContentChanged: {
|
|
33
29
|
type: import("vue").PropType<(content: string) => void>;
|
|
34
30
|
};
|
|
35
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
31
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
36
32
|
propsDefinition: Omit<Readonly<{} & {
|
|
37
33
|
onContentChanged?: (content: string) => void;
|
|
38
34
|
}>, never>;
|
|
@@ -41,15 +37,11 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
41
37
|
}[];
|
|
42
38
|
bubbleMenuItems: {
|
|
43
39
|
menuItem: {
|
|
44
|
-
new (...args: any[]): import("vue").
|
|
45
|
-
onContentChanged: {
|
|
46
|
-
type: import("vue").PropType<(content: string) => void>;
|
|
47
|
-
};
|
|
48
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
49
41
|
onContentChanged: {
|
|
50
42
|
type: import("vue").PropType<(content: string) => void>;
|
|
51
43
|
};
|
|
52
|
-
}>>, {}, true, {}, {}, {
|
|
44
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
53
45
|
P: {};
|
|
54
46
|
B: {};
|
|
55
47
|
D: {};
|
|
@@ -68,7 +60,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
68
60
|
onContentChanged: {
|
|
69
61
|
type: import("vue").PropType<(content: string) => void>;
|
|
70
62
|
};
|
|
71
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
63
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
72
64
|
propsDefinition: Omit<Readonly<{} & {
|
|
73
65
|
onContentChanged?: (content: string) => void;
|
|
74
66
|
}>, never>;
|
|
@@ -76,4 +68,6 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
76
68
|
configuration: any;
|
|
77
69
|
}[];
|
|
78
70
|
};
|
|
71
|
+
} & {
|
|
72
|
+
dispose?: () => void;
|
|
79
73
|
};
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
new (...args: any[]): import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
onContentChanged: {
|
|
4
4
|
type: import("vue").PropType<(content: string) => void>;
|
|
5
5
|
};
|
|
6
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
7
|
-
onContentChanged: {
|
|
8
|
-
type: import("vue").PropType<(content: string) => void>;
|
|
9
|
-
};
|
|
10
|
-
}>>, {}, true, {}, {}, {
|
|
6
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
7
|
P: {};
|
|
12
8
|
B: {};
|
|
13
9
|
D: {};
|
|
@@ -26,7 +22,7 @@ declare const _default: {
|
|
|
26
22
|
onContentChanged: {
|
|
27
23
|
type: import("vue").PropType<(content: string) => void>;
|
|
28
24
|
};
|
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
25
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
30
26
|
propsDefinition: Omit<Readonly<{} & {
|
|
31
27
|
onContentChanged?: (content: string) => void;
|
|
32
28
|
}>, never>;
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
new (...args: any[]): import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
onContentChanged: {
|
|
4
4
|
type: import("vue").PropType<(content: string) => void>;
|
|
5
5
|
};
|
|
6
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
7
|
-
onContentChanged: {
|
|
8
|
-
type: import("vue").PropType<(content: string) => void>;
|
|
9
|
-
};
|
|
10
|
-
}>>, {}, true, {}, {}, {
|
|
6
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
7
|
P: {};
|
|
12
8
|
B: {};
|
|
13
9
|
D: {};
|
|
@@ -26,7 +22,7 @@ declare const _default: {
|
|
|
26
22
|
onContentChanged: {
|
|
27
23
|
type: import("vue").PropType<(content: string) => void>;
|
|
28
24
|
};
|
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
25
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
30
26
|
propsDefinition: Omit<Readonly<{} & {
|
|
31
27
|
onContentChanged?: (content: string) => void;
|
|
32
28
|
}>, never>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { LinkPickerRegistration, PageLinkItem } from "@omnia/wcm/models";
|
|
2
|
+
import { LinkItem } from "@omnia/fx-models";
|
|
2
3
|
export declare function useLinkPickerToolbarHelper(dispatchHandler: (link: LinkItem) => any): {
|
|
3
4
|
resolvePageData: (linkData: PageLinkItem) => Promise<LinkItem>;
|
|
4
5
|
onLinkPickerSave: (link: LinkItem) => Promise<void>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare function useWcmIcons(): {
|
|
2
2
|
icon: {
|
|
3
|
+
creation: import("@omnia/fx-models").FontAwesomeIcon;
|
|
4
|
+
publishing: import("@omnia/fx-models").FontAwesomeIcon;
|
|
3
5
|
createPageType: import("@omnia/fx-models").FontAwesomeIcon;
|
|
4
6
|
createPageCollection: import("@omnia/fx-models").FontAwesomeIcon;
|
|
5
7
|
createPage: import("@omnia/fx-models").FontAwesomeIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MegaMenuStyles","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MovePageCollectionDialogStyles","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmService","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","BuiltInMetaTag","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MegaMenuStyles","MetaTagRequirements","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MovePageStatus","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageMoveTypes","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","SpecialEnterpriseProperty","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmService","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useLinkPickerStore","useWcmIcons"]}}}
|
|
1
|
+
{"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","LinkProviderIds","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useLinkPickerStore","useSeoService","useWcmIcons"]}}}
|