@omnia/wcm 8.0.11-dev → 8.0.13-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 +5 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +9 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +19 -0
- package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
- package/internal-do-not-import-from-here/fx/apis/DigitalSignage.d.ts +18 -0
- package/internal-do-not-import-from-here/fx/apis/MediaRollup.d.ts +15 -0
- package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +19 -19
- package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +2 -2
- 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 +31 -6
- package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +5 -5
- 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/PageCommentLikeBlock.d.ts +4 -2
- package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +39 -31
- package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +4 -32
- package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +2 -1
- package/internal-do-not-import-from-here/fx/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/index.js +2 -0
- package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.d.ts +54 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.js +62 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.d.ts +35 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.js +19 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/fx/models/{components/BannerBlockStyles.js → mediarollup/MediaRollupProvider.js} +0 -2
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.d.ts +19 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.d.ts +31 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.js +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.d.ts +4 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.js +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.js +5 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/index.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/models/mediarollup/index.js +12 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.d.ts +12 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.js +2 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +7 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -1
- package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -1
- package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +6 -0
- package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/models/query/index.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/models/query/index.js +0 -1
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +7 -4
- package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +4 -4
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +21 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.d.ts +26 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.js +18 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/index.js +6 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +55 -0
- package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.js +19 -0
- package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +0 -1
- package/internal-do-not-import-from-here/fx/services/MediaRollupService.d.ts +9 -0
- package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +10 -2
- package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +8 -0
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +78 -3
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +23 -23
- package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +66 -81
- package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/stores/index.d.ts +1 -1
- package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +87 -0
- package/internal-do-not-import-from-here/fx/stores/{PageRollupStore.d.ts → pagerollup/PageRollupStore.d.ts} +4 -0
- package/internal-do-not-import-from-here/fx/stores/pagerollup/SettingsMigrations.d.ts +5 -0
- package/internal-do-not-import-from-here/fx/stores/pagerollup/index.d.ts +3 -0
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +6 -6
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -3
- package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +6 -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/PublishingAppSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +386 -48
- package/package.json +1 -1
- package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +0 -38
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +0 -18
- package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +0 -24
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import { guid } from "@omnia/fx-models";
|
|
2
|
-
import { Store } from "@omnia/fx/stores";
|
|
3
2
|
import { PublishingChannelCategory } from "../models";
|
|
4
|
-
export declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
export declare const useChannelCategoriesStore: () => {
|
|
4
|
+
state: {
|
|
5
|
+
editingItem: PublishingChannelCategory;
|
|
6
|
+
editState: boolean;
|
|
7
|
+
items: Array<PublishingChannelCategory>;
|
|
8
|
+
};
|
|
9
|
+
get: {
|
|
11
10
|
items: () => PublishingChannelCategory[];
|
|
12
11
|
editingItem: () => PublishingChannelCategory;
|
|
13
12
|
groupByCategories: () => {
|
|
14
13
|
[key: string]: PublishingChannelCategory;
|
|
15
14
|
};
|
|
16
|
-
categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
17
|
-
};
|
|
18
|
-
actions: {
|
|
19
|
-
ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
|
|
20
|
-
deleteCategory: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: string, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<string>>;
|
|
21
|
-
addOrUpdate: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: PublishingChannelCategory, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>>;
|
|
22
|
-
updateCategoriesOrders: import("@omnia/fx/stores").StoreAction<unknown, (ids: guid[]) => void, (result: null, ids: guid[]) => void, (failureReason: any, ids: guid[]) => void, (ids: Array<guid>) => Promise<null>>;
|
|
23
|
-
};
|
|
24
|
-
mutations: {
|
|
25
|
-
setEditState: import("@omnia/fx/stores").StoreMutation<(item: PublishingChannelCategory) => void, (item: PublishingChannelCategory) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
26
|
-
setCreateState: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
27
|
-
updateCategories: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
28
15
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
16
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
|
17
|
+
ensureCategories: () => Promise<PublishingChannelCategory[]>;
|
|
18
|
+
deleteCategory: (category: PublishingChannelCategory) => Promise<any>;
|
|
19
|
+
addOrUpdate: (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>;
|
|
20
|
+
updateCategoriesOrders: (ids: Array<guid>) => Promise<any>;
|
|
21
|
+
setEditState: (item: PublishingChannelCategory) => void;
|
|
22
|
+
setCreateState: () => void;
|
|
23
|
+
}>;
|
|
24
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
|
25
|
+
editingItem: PublishingChannelCategory;
|
|
26
|
+
editState: boolean;
|
|
27
|
+
items: Array<PublishingChannelCategory>;
|
|
28
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
|
29
|
+
} & {
|
|
30
|
+
dispose?: () => void;
|
|
31
|
+
};
|
|
@@ -1,49 +1,10 @@
|
|
|
1
|
-
import { guid, Identity,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { PublishingChannelId, ChannelPage } from "../models";
|
|
7
|
-
import { TopicsActivityStore } from "./TopicsActivityStore";
|
|
8
|
-
export interface ChannelIdtoChannelMap {
|
|
9
|
-
[channelId: number]: PublishingChannel;
|
|
10
|
-
}
|
|
11
|
-
export interface ChannelPageGroupMapping {
|
|
12
|
-
[channelId: number]: Array<number>;
|
|
13
|
-
}
|
|
14
|
-
export declare class ChannelManagementStore extends Store {
|
|
15
|
-
private channelService;
|
|
16
|
-
protected omniaContext: IOmniaContext;
|
|
17
|
-
mediaPickerService: MediaPickerService;
|
|
18
|
-
multilingualStore: MultilingualStore;
|
|
19
|
-
private userTargetingStore;
|
|
20
|
-
topicsActivityStore: TopicsActivityStore;
|
|
21
|
-
publishingChannels: import("@omnia/fx/stores").StoreState<ChannelIdtoChannelMap>;
|
|
22
|
-
waitingforApproveList: import("@omnia/fx/stores").StoreState<ChannelPageGroupMapping>;
|
|
23
|
-
resolvedUser: import("@omnia/fx/stores").StoreState<ResolvedUserIdentity>;
|
|
24
|
-
pendingChangeChannelPages: import("@omnia/fx/stores").StoreState<{
|
|
25
|
-
[pageId: string]: boolean;
|
|
26
|
-
}>;
|
|
27
|
-
private recentlyUsedChannels;
|
|
28
|
-
private publishedChannelsPage;
|
|
29
|
-
private userPublishingChannelSubscripton;
|
|
30
|
-
private ensuredUserPublishingChannelSubscriptonPromise;
|
|
31
|
-
private publishedChannelsOfPageLoadPromise;
|
|
32
|
-
channelPages: import("@omnia/fx/stores").StoreState<{
|
|
33
|
-
[key: string]: ChannelPage[];
|
|
34
|
-
}>;
|
|
35
|
-
private channelPagesLoadPromise;
|
|
36
|
-
private isPublishingPageToChannels;
|
|
37
|
-
private ensuredLoadDataPromise;
|
|
38
|
-
private ensuredGetPublishingChannelsPromise;
|
|
39
|
-
private userAuthorizedChannelResources;
|
|
40
|
-
onActivated(): void;
|
|
41
|
-
onDisposing(): void;
|
|
42
|
-
getters: {
|
|
1
|
+
import { guid, Identity, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
|
|
2
|
+
import { ChannelPage, PageId, PublishingChannel, PublishingChannelId, PublishingChannelPage, UserAuthorizedChannelResources } from "../models";
|
|
3
|
+
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
4
|
+
export declare const useChannelManagementStore: () => {
|
|
5
|
+
get: {
|
|
43
6
|
getRecentlyUsedChannels: () => PublishingChannel[];
|
|
44
|
-
getPublishedChannelsPage: () =>
|
|
45
|
-
[key: string]: PublishingChannelPage[];
|
|
46
|
-
};
|
|
7
|
+
getPublishedChannelsPage: () => Record<string, PublishingChannelPage[]>;
|
|
47
8
|
getPublishingChannels: () => PublishingChannel[];
|
|
48
9
|
getPublisingChannelbyId: (channelId: PublishingChannelId) => PublishingChannel;
|
|
49
10
|
hasPublisherPermission: (channel: PublishingChannel, userIdentity: string) => boolean;
|
|
@@ -53,41 +14,65 @@ export declare class ChannelManagementStore extends Store {
|
|
|
53
14
|
isPublishingPageToChannels: (pageId: PageId) => boolean;
|
|
54
15
|
getWaitingforApprovalPages: (channelId: PublishingChannelId) => number[];
|
|
55
16
|
getAllPublishingChannels: () => PublishingChannel[];
|
|
56
|
-
getUserPublishingChannelSubscripton: () =>
|
|
17
|
+
getUserPublishingChannelSubscripton: () => PublishingChannel[];
|
|
57
18
|
};
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
19
|
+
state: {
|
|
20
|
+
publishingChannels: Record<number, PublishingChannel>;
|
|
21
|
+
waitingforApproveList: Record<number, number[]>;
|
|
22
|
+
resolvedUser: ResolvedUserIdentity;
|
|
23
|
+
pendingChangeChannelPages: Record<string, boolean>;
|
|
24
|
+
recentlyUsedChannels: PublishingChannel[];
|
|
25
|
+
publishedChannelsPage: Record<string, PublishingChannelPage[]>;
|
|
26
|
+
userPublishingChannelSubscripton: PublishingChannel[];
|
|
27
|
+
ensuredUserPublishingChannelSubscriptonPromise: Promise<boolean>;
|
|
28
|
+
publishedChannelsOfPageLoadPromise: Record<string, Promise<boolean>>;
|
|
29
|
+
channelPages: Record<string, ChannelPage[]>;
|
|
30
|
+
channelPagesLoadPromise: Record<string, Promise<boolean>>;
|
|
31
|
+
isPublishingPageToChannels: Record<string, boolean>;
|
|
32
|
+
ensuredLoadDataPromise: Promise<boolean>;
|
|
33
|
+
ensuredGetPublishingChannelsPromise: Promise<PublishingChannel[]>;
|
|
34
|
+
userAuthorizedChannelResources: Record<string, UserAuthorizedChannelResources>;
|
|
68
35
|
};
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
36
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
|
37
|
+
publishingChannels: Record<number, PublishingChannel>;
|
|
38
|
+
waitingforApproveList: Record<number, number[]>;
|
|
39
|
+
resolvedUser: ResolvedUserIdentity;
|
|
40
|
+
pendingChangeChannelPages: Record<string, boolean>;
|
|
41
|
+
recentlyUsedChannels: PublishingChannel[];
|
|
42
|
+
publishedChannelsPage: Record<string, PublishingChannelPage[]>;
|
|
43
|
+
userPublishingChannelSubscripton: PublishingChannel[];
|
|
44
|
+
ensuredUserPublishingChannelSubscriptonPromise: Promise<boolean>;
|
|
45
|
+
publishedChannelsOfPageLoadPromise: Record<string, Promise<boolean>>;
|
|
46
|
+
channelPages: Record<string, ChannelPage[]>;
|
|
47
|
+
channelPagesLoadPromise: Record<string, Promise<boolean>>;
|
|
48
|
+
isPublishingPageToChannels: Record<string, boolean>;
|
|
49
|
+
ensuredLoadDataPromise: Promise<boolean>;
|
|
50
|
+
ensuredGetPublishingChannelsPromise: Promise<PublishingChannel[]>;
|
|
51
|
+
userAuthorizedChannelResources: Record<string, UserAuthorizedChannelResources>;
|
|
52
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
|
53
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
|
54
|
+
initLoad: () => Promise<void>;
|
|
55
|
+
ensureUserPermission: (userIdentity: string) => Promise<boolean>;
|
|
56
|
+
ensurePublishingChannels: () => Promise<Array<PublishingChannel>>;
|
|
57
|
+
ensureLoadData: () => Promise<boolean>;
|
|
58
|
+
ensureChannelPages: (pageId: PageId) => Promise<boolean>;
|
|
59
|
+
ensurePublishedChannelsByPageId: (pageId: PageId) => Promise<boolean>;
|
|
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>;
|
|
62
|
+
updatePublishingChannel: (editRequest: PublishingChannel) => Promise<PublishingChannel>;
|
|
63
|
+
deletePublishingChannel: (channelId: PublishingChannelId) => Promise<PublishingChannel>;
|
|
64
|
+
getPageApprovalList: () => Promise<Array<ChannelPage>>;
|
|
65
|
+
approvePublishPageToChannelRequest: (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => Promise<ChannelPage>;
|
|
66
|
+
rejectPublishPageToChannelRequest: (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => Promise<ChannelPage>;
|
|
67
|
+
addPageToChannels: (pageId: number, defaultPublishingChannelId: PublishingChannelId) => Promise<Array<ChannelPage>>;
|
|
68
|
+
publishPageToChannels: (pageId: number) => Promise<Array<ChannelPage>>;
|
|
69
|
+
publishAddedPageToChannel: (pageId: number) => Promise<Array<ChannelPage>>;
|
|
70
|
+
ensureUserPublishingChannelSubscripton: () => Promise<boolean>;
|
|
71
|
+
updateIsPublishingPageToChannels: (pageId: PageId, isPublishing: boolean) => void;
|
|
72
|
+
setPendingChanges: (pageId: number, pendingChanges: boolean) => void;
|
|
73
|
+
updateChannelPages: (pageId: PageId, result: Array<ChannelPage>) => void;
|
|
74
|
+
updateWaitingforApprovalPages: (channelPages: Array<ChannelPage>) => void;
|
|
75
|
+
}>;
|
|
76
|
+
} & {
|
|
77
|
+
dispose?: () => void;
|
|
78
|
+
};
|
|
@@ -7,8 +7,10 @@ export declare class PageStatisticsStore extends Store {
|
|
|
7
7
|
private omniaContext;
|
|
8
8
|
private static _visitedPages;
|
|
9
9
|
private pagePropertyMappingSettingsState;
|
|
10
|
+
private isMaximumCapacity;
|
|
10
11
|
getters: {
|
|
11
12
|
pagePropertyMappingSettings: () => PagePropertyMappingSetting;
|
|
13
|
+
isMaximumCapacity: () => boolean;
|
|
12
14
|
};
|
|
13
15
|
setters: {
|
|
14
16
|
/**
|
|
@@ -31,6 +33,7 @@ export declare class PageStatisticsStore extends Store {
|
|
|
31
33
|
exportScheduledReport: import("@omnia/fx/stores").StoreAction<unknown, (reportOptions: PageReportOption) => void, (result: PageStatisticExportStatus, reportOptions: PageReportOption) => void, (failureReason: any, reportOptions: PageReportOption) => void, (reportOptions: PageReportOption) => Promise<PageStatisticExportStatus>>;
|
|
32
34
|
downloadReportFile: import("@omnia/fx/stores").StoreAction<unknown, (pageStatistic: PageStatisticExportStatus) => void, (result: void, pageStatistic: PageStatisticExportStatus) => void, (failureReason: any, pageStatistic: PageStatisticExportStatus) => void, (pageStatistic: PageStatisticExportStatus) => Promise<void>>;
|
|
33
35
|
getDailyStatisticsPerPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number, includeSubPages: boolean) => void, (result: DailyStatisticsPerPage[], pageId: number, includeSubPages: boolean) => void, (failureReason: any, pageId: number, includeSubPages: boolean) => void, (pageId: number, includeSubPages: boolean) => Promise<DailyStatisticsPerPage[]>>;
|
|
36
|
+
ensureIsMaximumCapacity: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
|
|
34
37
|
};
|
|
35
38
|
private submitPageViewed;
|
|
36
39
|
private downloadReportResult;
|
|
@@ -15,13 +15,13 @@ export declare class VariationStore extends Store {
|
|
|
15
15
|
* Implementation of getters
|
|
16
16
|
*/
|
|
17
17
|
getters: {
|
|
18
|
-
getAppVariations: (appId?: guid) =>
|
|
19
|
-
getVariation: (variationId: VariationId) =>
|
|
18
|
+
getAppVariations: (appId?: guid) => any;
|
|
19
|
+
getVariation: (variationId: VariationId) => any;
|
|
20
20
|
getCurrentVariation: () => Variation;
|
|
21
21
|
getCurrentVariationForPublishingApp: (pubAppId: guid) => Variation;
|
|
22
22
|
getDefaultVariation: (appId?: guid) => Variation;
|
|
23
23
|
onVariationMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
|
|
24
|
-
[appId:
|
|
24
|
+
[appId: guid]: Variation[];
|
|
25
25
|
}>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
26
26
|
isVariationsEnabled: () => boolean;
|
|
27
27
|
};
|
|
@@ -5,7 +5,7 @@ export * from "./CurrentNavigationStore";
|
|
|
5
5
|
export * from "./NavigationStore";
|
|
6
6
|
export * from "./VariationStore";
|
|
7
7
|
export * from "./PublishingRuleStore";
|
|
8
|
-
export * from "./
|
|
8
|
+
export * from "./pagerollup";
|
|
9
9
|
export * from "./TopicsActivityStore";
|
|
10
10
|
export * from "./BreadcrumbStore";
|
|
11
11
|
export * from "./PageBlockPropertyStore";
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem, guid, MediaPickerImageRatio, PropertyIndexedType } from "@omnia/fx-models";
|
|
2
|
+
import { PageRollupBlockSettings, PageRollupEnums, PageRollupRegistrationView } from "../../models";
|
|
3
|
+
interface enterprisePropertiesState {
|
|
4
|
+
all: Array<EnterprisePropertyDefinition>;
|
|
5
|
+
sortable: {
|
|
6
|
+
internal: Array<EnterprisePropertyDefinition>;
|
|
7
|
+
external: Array<ExternalPropertySelectionItem>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
interface PageRollupRegistrationViewExtension extends PageRollupRegistrationView {
|
|
11
|
+
idAsString: string;
|
|
12
|
+
viewElement?: string;
|
|
13
|
+
settingsElement?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const usePageRollupSettingsStore: () => {
|
|
16
|
+
rules: {
|
|
17
|
+
properties: {
|
|
18
|
+
isExternalDateTime(internalName: string): boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
dataTypes: {
|
|
22
|
+
dateModes: Array<{
|
|
23
|
+
id: PageRollupEnums.DateTimeModes;
|
|
24
|
+
title: string;
|
|
25
|
+
}>;
|
|
26
|
+
};
|
|
27
|
+
state: {
|
|
28
|
+
loaded: boolean;
|
|
29
|
+
inNotificatonPanel: boolean;
|
|
30
|
+
views: PageRollupRegistrationViewExtension[];
|
|
31
|
+
settings: PageRollupBlockSettings;
|
|
32
|
+
enterpriseProperties: enterprisePropertiesState;
|
|
33
|
+
};
|
|
34
|
+
mutate: {
|
|
35
|
+
loaded: (value: boolean | ((prev: boolean) => boolean)) => void;
|
|
36
|
+
inNotificatonPanel: (value: boolean | ((prev: boolean) => boolean)) => void;
|
|
37
|
+
views: (value: PageRollupRegistrationViewExtension[] | ((prev: PageRollupRegistrationViewExtension[]) => PageRollupRegistrationViewExtension[])) => void;
|
|
38
|
+
settings: (value: PageRollupBlockSettings | ((prev: PageRollupBlockSettings) => PageRollupBlockSettings)) => void;
|
|
39
|
+
enterpriseProperties: (value: enterprisePropertiesState | ((prev: enterprisePropertiesState) => enterprisePropertiesState)) => void;
|
|
40
|
+
};
|
|
41
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
|
42
|
+
loaded: boolean;
|
|
43
|
+
inNotificatonPanel: boolean;
|
|
44
|
+
views: PageRollupRegistrationViewExtension[];
|
|
45
|
+
settings: PageRollupBlockSettings;
|
|
46
|
+
enterpriseProperties: enterprisePropertiesState;
|
|
47
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
|
48
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
|
49
|
+
init(settings: PageRollupBlockSettings, settingsKey: string): void;
|
|
50
|
+
load: () => Promise<any>;
|
|
51
|
+
}>;
|
|
52
|
+
get: {
|
|
53
|
+
media: {
|
|
54
|
+
ratios: () => {
|
|
55
|
+
uniqueId: guid;
|
|
56
|
+
title: string;
|
|
57
|
+
ratioDefinition: MediaPickerImageRatio;
|
|
58
|
+
}[];
|
|
59
|
+
};
|
|
60
|
+
view: {
|
|
61
|
+
byId: (id: string) => PageRollupRegistrationViewExtension;
|
|
62
|
+
};
|
|
63
|
+
properties: {
|
|
64
|
+
all: () => EnterprisePropertyDefinition[];
|
|
65
|
+
byType: {
|
|
66
|
+
text: () => EnterprisePropertyDefinition[];
|
|
67
|
+
date: () => EnterprisePropertyDefinition[];
|
|
68
|
+
media: () => EnterprisePropertyDefinition[];
|
|
69
|
+
readonly person: EnterprisePropertyDefinition[];
|
|
70
|
+
readonly terms: EnterprisePropertyDefinition[];
|
|
71
|
+
};
|
|
72
|
+
byInternalName: (internalName: string) => EnterprisePropertyDefinition;
|
|
73
|
+
readonly icon: {
|
|
74
|
+
byInternalName: (internalName: string) => any;
|
|
75
|
+
byType: (indexType: EnterprisePropertyDefinition | PropertyIndexedType) => any;
|
|
76
|
+
};
|
|
77
|
+
displayName: (internalName: string) => string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
migrations: {
|
|
81
|
+
ensureDynamicRollerViewSettings: (settings: import("../../models").DynamicRollerViewSettings) => void;
|
|
82
|
+
ensureViewSettings: (settings: PageRollupBlockSettings, view?: PageRollupRegistrationView) => void;
|
|
83
|
+
};
|
|
84
|
+
} & {
|
|
85
|
+
dispose?: () => void;
|
|
86
|
+
};
|
|
87
|
+
export {};
|
|
@@ -62,6 +62,10 @@ export declare class PageRollupStore extends Store {
|
|
|
62
62
|
* Getter
|
|
63
63
|
*/
|
|
64
64
|
getters: {
|
|
65
|
+
viewMigrations: () => {
|
|
66
|
+
ensureDynamicRollerViewSettings: (settings: import("@omnia/wcm/models").DynamicRollerViewSettings) => void;
|
|
67
|
+
ensureViewSettings: (settings: import("@omnia/wcm/models").PageRollupBlockSettings, view?: import("@omnia/wcm/models").PageRollupRegistrationView) => void;
|
|
68
|
+
};
|
|
65
69
|
pages: (uniqueKey: string, excludeVariationUrl: boolean) => PageDetailQueryResult[];
|
|
66
70
|
pagesIndexedDB: (uniqueKey: string) => Promise<Array<PageDetailQueryResult>>;
|
|
67
71
|
total: (uniqueKey: string, showMetric: boolean) => number;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DynamicRollerViewSettings, PageRollupBlockSettings, PageRollupRegistrationView } from "../../models/";
|
|
2
|
+
export declare function SettingsMigrations(): {
|
|
3
|
+
ensureDynamicRollerViewSettings: (settings: DynamicRollerViewSettings) => void;
|
|
4
|
+
ensureViewSettings: (settings: PageRollupBlockSettings, view?: PageRollupRegistrationView) => void;
|
|
5
|
+
};
|
|
@@ -9,7 +9,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
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").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
12
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
13
13
|
P: {};
|
|
14
14
|
B: {};
|
|
15
15
|
D: {};
|
|
@@ -20,7 +20,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
20
20
|
onContentChanged: {
|
|
21
21
|
type: import("vue").PropType<(content: string) => void>;
|
|
22
22
|
};
|
|
23
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
23
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
24
24
|
__isFragment?: never;
|
|
25
25
|
__isTeleport?: never;
|
|
26
26
|
__isSuspense?: never;
|
|
@@ -28,7 +28,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
28
28
|
onContentChanged: {
|
|
29
29
|
type: import("vue").PropType<(content: string) => void>;
|
|
30
30
|
};
|
|
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 & {
|
|
31
|
+
}>>, () => import("vue/jsx-runtime").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 & {
|
|
32
32
|
propsDefinition: Omit<Readonly<{} & {
|
|
33
33
|
onContentChanged?: (content: string) => void;
|
|
34
34
|
}>, never>;
|
|
@@ -41,7 +41,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
41
41
|
onContentChanged: {
|
|
42
42
|
type: import("vue").PropType<(content: string) => void>;
|
|
43
43
|
};
|
|
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, {
|
|
44
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
45
45
|
P: {};
|
|
46
46
|
B: {};
|
|
47
47
|
D: {};
|
|
@@ -52,7 +52,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
52
52
|
onContentChanged: {
|
|
53
53
|
type: import("vue").PropType<(content: string) => void>;
|
|
54
54
|
};
|
|
55
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
55
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
56
56
|
__isFragment?: never;
|
|
57
57
|
__isTeleport?: never;
|
|
58
58
|
__isSuspense?: never;
|
|
@@ -60,7 +60,7 @@ export declare const linkPickerEditorExtension: () => {
|
|
|
60
60
|
onContentChanged: {
|
|
61
61
|
type: import("vue").PropType<(content: string) => void>;
|
|
62
62
|
};
|
|
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 & {
|
|
63
|
+
}>>, () => import("vue/jsx-runtime").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 & {
|
|
64
64
|
propsDefinition: Omit<Readonly<{} & {
|
|
65
65
|
onContentChanged?: (content: string) => void;
|
|
66
66
|
}>, never>;
|
|
@@ -3,7 +3,7 @@ declare const _default: {
|
|
|
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").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
7
|
P: {};
|
|
8
8
|
B: {};
|
|
9
9
|
D: {};
|
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
|
14
14
|
onContentChanged: {
|
|
15
15
|
type: import("vue").PropType<(content: string) => void>;
|
|
16
16
|
};
|
|
17
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
17
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
18
18
|
__isFragment?: never;
|
|
19
19
|
__isTeleport?: never;
|
|
20
20
|
__isSuspense?: never;
|
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
|
22
22
|
onContentChanged: {
|
|
23
23
|
type: import("vue").PropType<(content: string) => void>;
|
|
24
24
|
};
|
|
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 & {
|
|
25
|
+
}>>, () => import("vue/jsx-runtime").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 & {
|
|
26
26
|
propsDefinition: Omit<Readonly<{} & {
|
|
27
27
|
onContentChanged?: (content: string) => void;
|
|
28
28
|
}>, never>;
|
|
@@ -3,7 +3,7 @@ declare const _default: {
|
|
|
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").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
6
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
7
|
P: {};
|
|
8
8
|
B: {};
|
|
9
9
|
D: {};
|
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
|
14
14
|
onContentChanged: {
|
|
15
15
|
type: import("vue").PropType<(content: string) => void>;
|
|
16
16
|
};
|
|
17
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
|
17
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
|
18
18
|
__isFragment?: never;
|
|
19
19
|
__isTeleport?: never;
|
|
20
20
|
__isSuspense?: never;
|
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
|
22
22
|
onContentChanged: {
|
|
23
23
|
type: import("vue").PropType<(content: string) => void>;
|
|
24
24
|
};
|
|
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 & {
|
|
25
|
+
}>>, () => import("vue/jsx-runtime").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 & {
|
|
26
26
|
propsDefinition: Omit<Readonly<{} & {
|
|
27
27
|
onContentChanged?: (content: string) => void;
|
|
28
28
|
}>, never>;
|
|
@@ -5,6 +5,7 @@ export declare function useWcmIcons(): {
|
|
|
5
5
|
createPageType: import("@omnia/fx-models").FontAwesomeIcon;
|
|
6
6
|
createPageCollection: import("@omnia/fx-models").FontAwesomeIcon;
|
|
7
7
|
createPage: import("@omnia/fx-models").FontAwesomeIcon;
|
|
8
|
+
column: import("@omnia/fx-models").FontAwesomeIcon;
|
|
8
9
|
pageType: import("@omnia/fx-models").FontAwesomeIcon;
|
|
9
10
|
pageCollection: import("@omnia/fx-models").FontAwesomeIcon;
|
|
10
11
|
page: import("@omnia/fx-models").FontAwesomeIcon;
|
|
@@ -32,5 +33,10 @@ export declare function useWcmIcons(): {
|
|
|
32
33
|
newsPaper: import("@omnia/fx-models").FontAwesomeIcon;
|
|
33
34
|
layout: import("@omnia/fx-models").FontAwesomeIcon;
|
|
34
35
|
close: import("@omnia/fx-models").FontAwesomeIcon;
|
|
36
|
+
scaling: import("@omnia/fx-models").FontAwesomeIcon;
|
|
37
|
+
crop: import("@omnia/fx-models").FontAwesomeIcon;
|
|
38
|
+
padding: import("@omnia/fx-models").FontAwesomeIcon;
|
|
39
|
+
view: import("@omnia/fx-models").FontAwesomeIcon;
|
|
40
|
+
result: import("@omnia/fx-models").FontAwesomeIcon;
|
|
35
41
|
};
|
|
36
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","
|
|
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 +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","
|
|
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","SyncOmniaSearchType","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","OmniaSearchQueryUtils","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","ChannelManagementService","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","LinkProviderIds","MaxIntNumber","MediaRollupService","MetaAttributeType","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","SettingsMigrations","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useChannelCategoriesStore","useChannelManagementStore","useLinkPickerStore","usePageRollupSettingsStore","useSeoService","useWcmIcons"]}}}
|
|
@@ -3,6 +3,10 @@ export interface WCMTentantSettings {
|
|
|
3
3
|
PageSize: number;
|
|
4
4
|
reusableContentAutomaticPublishingLimit: number;
|
|
5
5
|
pageRollupNotificationPanelIntervalInMinutes: number;
|
|
6
|
+
mediaRollupImageBaseQuery: string;
|
|
7
|
+
mediaRollupVideoBaseQuery: string;
|
|
8
|
+
mediaRollupAudioBaseQuery: string;
|
|
9
|
+
automaticPageTranslationBatchSize: number;
|
|
6
10
|
}
|
|
7
11
|
export declare enum PublishingAppSettingType {
|
|
8
12
|
AppInstanceProperties = 0,
|