@omnia/wcm 8.0.14-dev → 8.0.16-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +6 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +11 -2
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +10 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +27 -1
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/apis/PageRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/Constants.js +2 -1
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +1 -1
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +4 -1
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedFilterTypes.js +8 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.d.ts +20 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedPropertyFilter.js +2 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/channels/UserFeedSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/channels/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/channels/index.js +3 -0
- package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.js +10 -0
- package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +6 -1
- package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +27 -0
- package/internal-do-not-import-from-here/fx/models/query/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/query/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/models/variations/VariationCreationRequest.d.ts +8 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +4 -7
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +4 -3
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +5 -4
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +38 -38
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/publishingapp/editor/CheckoutSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +4 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +100 -127
- package/package.json +1 -1
|
@@ -3,4 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./ItemQuery"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./PageQuery"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ItemQueryEnums"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./VariationQuery"), exports);
|
|
@@ -13,9 +13,19 @@ export interface Variation {
|
|
|
13
13
|
icon: IIcon;
|
|
14
14
|
urlSegment: string;
|
|
15
15
|
isDefault: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated
|
|
18
|
+
*/
|
|
16
19
|
author: Identity;
|
|
20
|
+
authors: Array<Identity>;
|
|
17
21
|
supportedLanguages?: Array<Language>;
|
|
18
22
|
automaticMachineTranslation?: boolean;
|
|
19
23
|
allowEditMachineTranslation?: boolean;
|
|
20
24
|
activeRightToLeft?: boolean;
|
|
25
|
+
editNotificationSettings?: VariationEditNotificationSettings;
|
|
26
|
+
}
|
|
27
|
+
export interface VariationEditNotificationSettings {
|
|
28
|
+
notifyVariationAuthorOnEdit?: boolean;
|
|
29
|
+
notifyPagePropertyUsersOnEdit?: boolean;
|
|
30
|
+
editNotificationsUserPropertyId?: guid;
|
|
21
31
|
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import { MultilingualString, IIcon,
|
|
1
|
+
import { MultilingualString, IIcon, Identity } from "@omnia/fx-models";
|
|
2
2
|
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
3
|
+
import { VariationEditNotificationSettings } from "./Variation";
|
|
3
4
|
export interface VariationCreationRequest {
|
|
4
5
|
displayNames: MultilingualString;
|
|
5
6
|
targetingFilterData: TargetingFilterProperty;
|
|
6
7
|
icon: IIcon;
|
|
7
8
|
urlSegment: string;
|
|
8
9
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
* @deprecated
|
|
11
|
+
* The principle/login of the user considered author
|
|
12
|
+
* */
|
|
13
|
+
author?: Identity;
|
|
14
|
+
authors?: Array<Identity>;
|
|
15
|
+
editNotificationSettings?: VariationEditNotificationSettings;
|
|
12
16
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { MultilingualString, Spacing } from "@omnia/fx-models";
|
|
2
|
-
import { AvatarPosition, AvatarSize, BaseMessage
|
|
1
|
+
import { ColorValue, guid, MultilingualString, Spacing } from "@omnia/fx-models";
|
|
2
|
+
import { AvatarPosition, AvatarSize, BaseMessage } from "@omnia/wcm/models";
|
|
3
3
|
export interface WelcomeBlockDisplaySettings {
|
|
4
4
|
showAvatar: boolean;
|
|
5
5
|
avatarPosition: AvatarPosition;
|
|
6
6
|
size: AvatarSize;
|
|
7
7
|
elevation: number;
|
|
8
8
|
borderWidth: number;
|
|
9
|
-
borderColor:
|
|
9
|
+
borderColor: ColorValue;
|
|
10
10
|
}
|
|
11
11
|
export type WelcomeBlockProperty<T extends BaseMessage> = {
|
|
12
12
|
message: T;
|
|
@@ -17,5 +17,5 @@ export interface WelcomeBlockSettings {
|
|
|
17
17
|
noResultText: MultilingualString;
|
|
18
18
|
displaySetting: WelcomeBlockDisplaySettings;
|
|
19
19
|
properties: Array<WelcomeBlockProperty<BaseMessage>>;
|
|
20
|
-
sortOrder: Array<
|
|
20
|
+
sortOrder: Array<guid>;
|
|
21
21
|
}
|
package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MultilingualString, guid } from "@omnia/fx-models";
|
|
1
|
+
import { ColorValue, MultilingualString, TextStyleValue, guid } from "@omnia/fx-models";
|
|
2
2
|
export interface TimeViewModel {
|
|
3
3
|
year: number;
|
|
4
4
|
month: number;
|
|
@@ -25,8 +25,8 @@ export type BaseMessage = {
|
|
|
25
25
|
id: guid;
|
|
26
26
|
template: MultilingualString;
|
|
27
27
|
messageType: MessageType;
|
|
28
|
-
|
|
29
|
-
color?:
|
|
28
|
+
textStyle?: TextStyleValue;
|
|
29
|
+
color?: ColorValue;
|
|
30
30
|
format?: {
|
|
31
31
|
bold?: boolean;
|
|
32
32
|
italic?: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
2
2
|
import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx/models";
|
|
3
|
-
import { PublishingChannel, PageId, UserAuthorizedChannelResources, ChannelPage, PublishingStatus, PublishingChannelId, PublishingChannelPage, ChannelRollupQuery, PublisingChannelQueryResult, PublishChannelPageRequest } from "../models";
|
|
3
|
+
import { PublishingChannel, PageId, UserAuthorizedChannelResources, ChannelPage, PublishingStatus, PublishingChannelId, PublishingChannelPage, ChannelRollupQuery, PublisingChannelQueryResult, PublishChannelPageRequest, ChannelUserFeedSettings } from "../models";
|
|
4
4
|
export declare class ChannelManagementService {
|
|
5
5
|
private httpClient;
|
|
6
6
|
constructor();
|
|
7
|
-
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>;
|
|
7
|
+
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid, userFeedSettings?: ChannelUserFeedSettings) => Promise<PublishingChannel>;
|
|
8
8
|
updatePublishingChannel: (updateData: PublishingChannel) => Promise<PublishingChannel>;
|
|
9
9
|
getPublishingChannels: () => Promise<Array<PublishingChannel>>;
|
|
10
10
|
getRecentlyUsedChannels: () => Promise<PublishingChannel[]>;
|
|
@@ -51,7 +51,7 @@ export declare class NavigationService {
|
|
|
51
51
|
[nodeId: number]: NavigationNode<NavigationData>;
|
|
52
52
|
}>;
|
|
53
53
|
getNavigationByNode: (node: NavigationNode<NavigationData>, nodeTypes?: NavigationDataType) => Promise<NavigationResult>;
|
|
54
|
-
getNavigationByPath: (path: string, nodeTypes?: NavigationDataType) => Promise<NavigationResult>;
|
|
54
|
+
getNavigationByPath: (path: string, nodeTypes?: NavigationDataType, appInstanceId?: string) => Promise<NavigationResult>;
|
|
55
55
|
getNodesByPageIds: (...args: Array<PageId>) => Promise<{
|
|
56
56
|
[pageId: number]: Array<PageNavigationNode<PageNavigationData>>;
|
|
57
57
|
}>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { MediaPickerService } from "@omnia/fx/services";
|
|
2
1
|
import { OpenAIPropertiesMapping, OpenAIPropertyMappingValue } from "../models";
|
|
3
2
|
export declare class OpenAIPageCreationService {
|
|
4
3
|
private settingsService;
|
|
5
4
|
private openAIService;
|
|
6
|
-
mediaPickerService: MediaPickerService;
|
|
7
5
|
private enterprisePropertyStore;
|
|
8
6
|
constructor();
|
|
9
7
|
private contentPrompt;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Page, PageData, CheckedOutVersionPageData, VersionedPageData, PublishedVersionPageData, PageIdToPageMap, PageId, VariationPage, PageCollectionSelection, NavigationData, NavigationNode, MovePagesResult, VersionInformation, ArchivePageResult, RestorePageMessage, RestorePageResult, VariationId, PageWithNavigationCreationRequest, PageNavigationNode, PageNavigationData, ReadNews, PagePermissionResponse, ValidationArchivePageResult, PageTypeTitle, VersionId, ApprovalMetaData, MovePageTracking, VersionInformationDetail } from "../models";
|
|
2
|
-
import { MergedPageVersionLayout } from "../models/layout/MergedPageVersionLayout";
|
|
3
1
|
import { ApiResponse, guid } from "@omnia/fx-models";
|
|
4
|
-
import { VersionReference } from "../models";
|
|
5
|
-
import { NavigationPosition } from "../models/navigation/NavigationPosition";
|
|
6
|
-
import { CreatedPageWithNavigationInfo, CreatedPageInfo } from "../models";
|
|
7
|
-
import { PagePermissionInfo } from "../models";
|
|
8
2
|
import { EnterprisePropertyStore } from "@omnia/fx/stores";
|
|
9
3
|
import { InvitationOfAuthor } from "../../models";
|
|
4
|
+
import { ApprovalMetaData, ArchivePageResult, CheckedOutVersionPageData, CreatedPageInfo, CreatedPageWithNavigationInfo, MovePageTracking, MovePagesResult, NavigationData, NavigationNode, Page, PageCollectionSelection, PageData, PageId, PageIdToPageMap, PageNavigationData, PageNavigationNode, PagePermissionResponse, PageTypeTitle, PageWithNavigationCreationRequest, PublishedVersionPageData, ReadNews, RestorePageMessage, RestorePageResult, ValidationArchivePageResult, VariationId, VariationPage, VersionId, VersionInformation, VersionInformationDetail, VersionReference, VersionedPageData } from "../models";
|
|
5
|
+
import { MergedPageVersionLayout } from "../models/layout/MergedPageVersionLayout";
|
|
6
|
+
import { NavigationPosition } from "../models/navigation/NavigationPosition";
|
|
10
7
|
export declare class PageService {
|
|
11
8
|
private httpClient;
|
|
12
9
|
enterprisePropertyStore: EnterprisePropertyStore;
|
|
@@ -16,7 +13,7 @@ export declare class PageService {
|
|
|
16
13
|
private readonly baseUrl;
|
|
17
14
|
private readonly reusablePageBaseUrl;
|
|
18
15
|
createVariationPage: <T extends PageData>(pageData: T, originalPageId: PageId, variationId: VariationId) => Promise<CreatedPageInfo<T>>;
|
|
19
|
-
updatePagePermissions: (pageId: PageId,
|
|
16
|
+
updatePagePermissions: (pageId: PageId, variationId?: VariationId) => Promise<void>;
|
|
20
17
|
createWithNavigation: <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<CreatedPageWithNavigationInfo<T>>;
|
|
21
18
|
move: <T extends NavigationNode<NavigationData>>(nodeToMove: T, newPosition: NavigationPosition) => Promise<MovePagesResult>;
|
|
22
19
|
movePageTypeToTenant: (page: Page) => Promise<PageNavigationNode<PageNavigationData>>;
|
|
@@ -64,14 +64,15 @@ export declare class PageSearchHelper {
|
|
|
64
64
|
ensureChannelPages: (pageId: PageId) => Promise<boolean>;
|
|
65
65
|
ensurePublishedChannelsByPageId: (pageId: PageId) => Promise<boolean>;
|
|
66
66
|
ensurePublishingChannel: (channelId: number) => Promise<import("../models").PublishingChannel>;
|
|
67
|
-
createPublishingChannel: (title: import("@omnia/fx-models").MultilingualString, description: import("@omnia/fx-models").MultilingualString, publicUrl: string, owner: Array<Identity>, image: import("@omnia/fx-models").MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: import("@omnia/fx-sp").TargetingFilterProperty, publishingCategoryId?: import("@omnia/fx-models").guid) => Promise<import("../models").PublishingChannel>;
|
|
67
|
+
createPublishingChannel: (title: import("@omnia/fx-models").MultilingualString, description: import("@omnia/fx-models").MultilingualString, publicUrl: string, owner: Array<Identity>, image: import("@omnia/fx-models").MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: import("@omnia/fx-sp").TargetingFilterProperty, publishingCategoryId?: import("@omnia/fx-models").guid, userFeedSettings?: import("../models").ChannelUserFeedSettings) => Promise<import("../models").PublishingChannel>;
|
|
68
68
|
updatePublishingChannel: (editRequest: import("../models").PublishingChannel) => Promise<import("../models").PublishingChannel>;
|
|
69
69
|
deletePublishingChannel: (channelId: PublishingChannelId) => Promise<import("../models").PublishingChannel>;
|
|
70
70
|
getPageApprovalList: () => Promise<Array<import("../models").ChannelPage>>;
|
|
71
71
|
approvePublishPageToChannelRequest: (channel: import("../models").PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => Promise<import("../models").ChannelPage>;
|
|
72
72
|
rejectPublishPageToChannelRequest: (channel: import("../models").PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => Promise<import("../models").ChannelPage>;
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
addPageToSelectedChannels: (pageId: number, defaultPublishingChannelId?: PublishingChannelId) => Promise<Array<import("../models").ChannelPage>>;
|
|
74
|
+
addOrPublishToSingleChannel: (pageId: PageId, channelId: PublishingChannelId, publishToChannel: boolean) => Promise<void>;
|
|
75
|
+
publishPendingSelectedPageToChannels: (pageId: number) => Promise<Array<import("../models").ChannelPage>>;
|
|
75
76
|
publishAddedPageToChannel: (pageId: number) => Promise<Array<import("../models").ChannelPage>>;
|
|
76
77
|
ensureUserPublishingChannelSubscripton: () => Promise<boolean>;
|
|
77
78
|
updateIsPublishingPageToChannels: (pageId: PageId, isPublishing: boolean) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { guid, Identity, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
|
|
2
|
-
import { ChannelPage, PageId, PublishingChannel, PublishingChannelId, PublishingChannelPage, UserAuthorizedChannelResources } from "../models";
|
|
2
|
+
import { ChannelPage, ChannelUserFeedSettings, PageId, PublishingChannel, PublishingChannelId, PublishingChannelPage, UserAuthorizedChannelResources } from "../models";
|
|
3
3
|
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
4
4
|
export declare const useChannelManagementStore: () => {
|
|
5
5
|
get: {
|
|
@@ -58,14 +58,15 @@ export declare const useChannelManagementStore: () => {
|
|
|
58
58
|
ensureChannelPages: (pageId: PageId) => Promise<boolean>;
|
|
59
59
|
ensurePublishedChannelsByPageId: (pageId: PageId) => Promise<boolean>;
|
|
60
60
|
ensurePublishingChannel: (channelId: number) => Promise<PublishingChannel>;
|
|
61
|
-
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>;
|
|
61
|
+
createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid, userFeedSettings?: ChannelUserFeedSettings) => Promise<PublishingChannel>;
|
|
62
62
|
updatePublishingChannel: (editRequest: PublishingChannel) => Promise<PublishingChannel>;
|
|
63
63
|
deletePublishingChannel: (channelId: PublishingChannelId) => Promise<PublishingChannel>;
|
|
64
64
|
getPageApprovalList: () => Promise<Array<ChannelPage>>;
|
|
65
65
|
approvePublishPageToChannelRequest: (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => Promise<ChannelPage>;
|
|
66
66
|
rejectPublishPageToChannelRequest: (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => Promise<ChannelPage>;
|
|
67
|
-
|
|
68
|
-
|
|
67
|
+
addPageToSelectedChannels: (pageId: number, defaultPublishingChannelId?: PublishingChannelId) => Promise<Array<ChannelPage>>;
|
|
68
|
+
addOrPublishToSingleChannel: (pageId: PageId, channelId: PublishingChannelId, publishToChannel: boolean) => Promise<void>;
|
|
69
|
+
publishPendingSelectedPageToChannels: (pageId: number) => Promise<Array<ChannelPage>>;
|
|
69
70
|
publishAddedPageToChannel: (pageId: number) => Promise<Array<ChannelPage>>;
|
|
70
71
|
ensureUserPublishingChannelSubscripton: () => Promise<boolean>;
|
|
71
72
|
updateIsPublishingPageToChannels: (pageId: PageId, isPublishing: boolean) => void;
|
|
@@ -44,6 +44,7 @@ export declare class VariationStore extends Store {
|
|
|
44
44
|
delete: import("@omnia/fx/stores").StoreAction<unknown, (variation: Variation) => void, (result: void, variation: Variation) => void, (failureReason: any, variation: Variation) => void, (variation: Variation) => Promise<void>>;
|
|
45
45
|
switchVariation: import("@omnia/fx/stores").StoreAction<unknown, (variation: Variation) => void, (result: any, variation: Variation) => void, (failureReason: any, variation: Variation) => void, (variation: Variation) => Promise<any>>;
|
|
46
46
|
};
|
|
47
|
+
private ensureDataForVariation;
|
|
47
48
|
private compareTargeting;
|
|
48
49
|
private getPublishingAppKey;
|
|
49
50
|
private get publishingAppId();
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
export declare function useWcmIcons(): {
|
|
2
2
|
icon: {
|
|
3
|
-
creation:
|
|
4
|
-
publishing:
|
|
5
|
-
createPageType:
|
|
6
|
-
createPageCollection:
|
|
7
|
-
createPage:
|
|
8
|
-
column:
|
|
9
|
-
pageType:
|
|
10
|
-
pageCollection:
|
|
11
|
-
page:
|
|
12
|
-
information:
|
|
13
|
-
alignLeft:
|
|
14
|
-
alignRight:
|
|
15
|
-
alignCenter:
|
|
16
|
-
userNinja:
|
|
17
|
-
painBrush:
|
|
18
|
-
slider:
|
|
19
|
-
shareAlt:
|
|
20
|
-
refresh:
|
|
21
|
-
download:
|
|
22
|
-
swapCalls:
|
|
23
|
-
warning:
|
|
24
|
-
chevronLeft:
|
|
25
|
-
chevronRight:
|
|
26
|
-
pencil:
|
|
27
|
-
screen:
|
|
28
|
-
tv:
|
|
29
|
-
clipboard:
|
|
30
|
-
fileCode:
|
|
31
|
-
stair:
|
|
32
|
-
add:
|
|
33
|
-
newsPaper:
|
|
34
|
-
layout:
|
|
35
|
-
close:
|
|
36
|
-
scaling:
|
|
37
|
-
crop:
|
|
38
|
-
padding:
|
|
39
|
-
view:
|
|
40
|
-
result:
|
|
3
|
+
creation: FontAwesomeIcon;
|
|
4
|
+
publishing: FontAwesomeIcon;
|
|
5
|
+
createPageType: FontAwesomeIcon;
|
|
6
|
+
createPageCollection: FontAwesomeIcon;
|
|
7
|
+
createPage: FontAwesomeIcon;
|
|
8
|
+
column: FontAwesomeIcon;
|
|
9
|
+
pageType: FontAwesomeIcon;
|
|
10
|
+
pageCollection: FontAwesomeIcon;
|
|
11
|
+
page: FontAwesomeIcon;
|
|
12
|
+
information: FontAwesomeIcon;
|
|
13
|
+
alignLeft: FontAwesomeIcon;
|
|
14
|
+
alignRight: FontAwesomeIcon;
|
|
15
|
+
alignCenter: FontAwesomeIcon;
|
|
16
|
+
userNinja: FontAwesomeIcon;
|
|
17
|
+
painBrush: FontAwesomeIcon;
|
|
18
|
+
slider: FontAwesomeIcon;
|
|
19
|
+
shareAlt: FontAwesomeIcon;
|
|
20
|
+
refresh: FontAwesomeIcon;
|
|
21
|
+
download: FontAwesomeIcon;
|
|
22
|
+
swapCalls: FontAwesomeIcon;
|
|
23
|
+
warning: FontAwesomeIcon;
|
|
24
|
+
chevronLeft: FontAwesomeIcon;
|
|
25
|
+
chevronRight: FontAwesomeIcon;
|
|
26
|
+
pencil: FontAwesomeIcon;
|
|
27
|
+
screen: FontAwesomeIcon;
|
|
28
|
+
tv: FontAwesomeIcon;
|
|
29
|
+
clipboard: FontAwesomeIcon;
|
|
30
|
+
fileCode: FontAwesomeIcon;
|
|
31
|
+
stair: FontAwesomeIcon;
|
|
32
|
+
add: FontAwesomeIcon;
|
|
33
|
+
newsPaper: FontAwesomeIcon;
|
|
34
|
+
layout: FontAwesomeIcon;
|
|
35
|
+
close: FontAwesomeIcon;
|
|
36
|
+
scaling: FontAwesomeIcon;
|
|
37
|
+
crop: FontAwesomeIcon;
|
|
38
|
+
padding: FontAwesomeIcon;
|
|
39
|
+
view: FontAwesomeIcon;
|
|
40
|
+
result: FontAwesomeIcon;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
@@ -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","AvatarPosition","AvatarSize","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","DatePeriods","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenViewIdConstants","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MediaRollupConstants","MediaRollupStyles","MediaRollupThumbnailSize","MediaRollupType","MegaMenuStyles","MessageType","MetaTagRequirements","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MovePageStatus","MsSearchFieldsConstants","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","Operator","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","QueryScope","QueryValueOptions","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","TaxonomyFilterType","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TimePeriod","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","WelcomeBlockStyles","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","AvatarPosition","AvatarSize","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","DatePeriods","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","MediaRollupConstants","MediaRollupStyles","MediaRollupThumbnailSize","MediaRollupType","MegaMenuStyles","MessageType","MetaTagRequirements","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MovePageStatus","MsSearchFieldsConstants","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","Operator","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","QueryScope","QueryValueOptions","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","Seperator","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","SpecialEnterpriseProperty","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyFilterType","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TimePeriod","TopicInformationType","TopicType","UserFeedFilterTypes","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionComparisonType","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmService","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WelcomeBlockStyles","WorkplaceService","YammerProperties","layoutItemAction"]}}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppEditorActionButtonIds = exports.ActionButtonIds = exports.PageApprovalDialogType = exports.CreateDialogType = exports.EditorUrlParameters = exports.DeviceResolution = void 0;
|
|
3
|
+
exports.PageCollectionTab = exports.AppEditorActionButtonIds = exports.ActionButtonIds = exports.PageApprovalDialogType = exports.CreateDialogType = exports.EditorUrlParameters = exports.DeviceResolution = void 0;
|
|
4
4
|
exports.DeviceResolution = {
|
|
5
5
|
desktop: "100%",
|
|
6
6
|
tablet: "1024px",
|
|
@@ -47,3 +47,6 @@ exports.ActionButtonIds = {
|
|
|
47
47
|
exports.AppEditorActionButtonIds = {
|
|
48
48
|
saveSettings: "saveSettings"
|
|
49
49
|
};
|
|
50
|
+
exports.PageCollectionTab = {
|
|
51
|
+
id: "a85e2ef5-3ca5-4b0f-b2d5-ea3fa2ce0455"
|
|
52
|
+
};
|