@omnia/wcm 8.0.10-dev → 8.0.12-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +9 -0
  2. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +19 -0
  3. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
  4. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +6 -2
  5. package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
  6. package/internal-do-not-import-from-here/fx/apis/DigitalSignage.d.ts +18 -0
  7. package/internal-do-not-import-from-here/fx/apis/MediaRollup.d.ts +15 -0
  8. package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +2 -2
  9. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +19 -19
  11. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +4 -0
  12. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +2 -2
  13. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  14. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +31 -6
  15. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
  16. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +5 -5
  17. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  18. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +4 -2
  19. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +39 -31
  20. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
  21. package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
  22. package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
  23. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +4 -32
  24. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +3 -3
  25. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -2
  26. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +2 -1
  27. package/internal-do-not-import-from-here/fx/models/index.d.ts +2 -0
  28. package/internal-do-not-import-from-here/fx/models/index.js +2 -0
  29. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +2 -2
  30. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.d.ts +54 -0
  31. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.js +62 -0
  32. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.d.ts +35 -0
  33. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.js +19 -0
  34. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupProvider.d.ts +13 -0
  35. package/internal-do-not-import-from-here/fx/models/{components/BannerBlockStyles.js → mediarollup/MediaRollupProvider.js} +0 -2
  36. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.d.ts +7 -0
  37. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.js +2 -0
  38. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.d.ts +9 -0
  39. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.js +2 -0
  40. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.d.ts +19 -0
  41. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.js +2 -0
  42. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.d.ts +31 -0
  43. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.js +4 -0
  44. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.d.ts +21 -0
  45. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.js +2 -0
  46. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.d.ts +4 -0
  47. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.js +2 -0
  48. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.d.ts +4 -0
  49. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.js +2 -0
  50. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.d.ts +2 -0
  51. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.js +5 -0
  52. package/internal-do-not-import-from-here/fx/models/mediarollup/index.d.ts +9 -0
  53. package/internal-do-not-import-from-here/fx/models/mediarollup/index.js +12 -0
  54. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +3 -2
  55. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
  56. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  57. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.d.ts +12 -0
  58. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.js +2 -0
  59. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +7 -0
  60. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  62. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
  63. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -1
  64. package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -1
  65. package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +6 -0
  66. package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +3 -3
  67. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +0 -1
  68. package/internal-do-not-import-from-here/fx/models/query/index.js +0 -1
  69. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +7 -4
  70. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +4 -4
  71. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +21 -0
  72. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.js +2 -0
  73. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.d.ts +26 -0
  74. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.js +18 -0
  75. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.d.ts +3 -0
  76. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.js +6 -0
  77. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +55 -0
  78. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.js +19 -0
  79. package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +2 -2
  80. package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +2 -2
  81. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +0 -1
  82. package/internal-do-not-import-from-here/fx/services/MediaRollupService.d.ts +9 -0
  83. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +2 -2
  84. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -2
  85. package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +1 -0
  86. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +10 -2
  87. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +8 -0
  89. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +3 -3
  90. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +78 -3
  91. package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
  92. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +23 -23
  93. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +66 -81
  94. package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +3 -0
  95. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +3 -3
  96. package/internal-do-not-import-from-here/fx/stores/index.d.ts +1 -1
  97. package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +87 -0
  98. package/internal-do-not-import-from-here/fx/stores/{PageRollupStore.d.ts → pagerollup/PageRollupStore.d.ts} +4 -0
  99. package/internal-do-not-import-from-here/fx/stores/pagerollup/SettingsMigrations.d.ts +5 -0
  100. package/internal-do-not-import-from-here/fx/stores/pagerollup/index.d.ts +3 -0
  101. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +6 -6
  102. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -3
  103. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -3
  104. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +6 -0
  105. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  106. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  107. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.d.ts +4 -0
  108. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  109. package/internal-do-not-import-from-here/wctypings.d.ts +1154 -1
  110. package/package.json +1 -1
  111. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +0 -38
  112. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +0 -18
  113. 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 class ChannelCategoriesStore extends Store {
5
- private editingItem;
6
- private editState;
7
- private items;
8
- private channelCategoriesService;
9
- private multilingualStore;
10
- getters: {
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
- protected onActivated(): void;
30
- protected onDisposing(): void;
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, type IOmniaContext, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
2
- import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
- import { MediaPickerService } from "@omnia/fx/services";
4
- import { MultilingualStore, Store } from "@omnia/fx/stores";
5
- import { PublishingChannel, PageId, PublishingChannelPage } from "../models";
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: () => Array<PublishingChannel>;
17
+ getUserPublishingChannelSubscripton: () => PublishingChannel[];
57
18
  };
58
- /**
59
- * Implementation of mutations
60
- */
61
- mutations: {
62
- addOrUpdatePublishingChannel: import("@omnia/fx/stores").StoreMutation<(createdChannels: Array<PublishingChannel>) => void, (createdChannels: PublishingChannel[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
63
- deletePublishingChannel: import("@omnia/fx/stores").StoreMutation<(deleteChannel: PublishingChannel) => void, (deleteChannel: PublishingChannel) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
64
- updateChannelPages: import("@omnia/fx/stores").StoreMutation<(pageId: PageId, result: Array<ChannelPage>) => void, (pageId: PageId, result: ChannelPage[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
65
- updateIsPublishingPageToChannels: import("@omnia/fx/stores").StoreMutation<(pageId: PageId, isPublishing: boolean) => void, (pageId: PageId, isPublishing: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
66
- updateWaitingforApprovalPages: import("@omnia/fx/stores").StoreMutation<(channelPages: Array<ChannelPage>) => void, (channelPages: ChannelPage[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
67
- setPendingChanges: import("@omnia/fx/stores").StoreMutation<(pageId: number, pendingChanges: boolean) => void, (pageId: number, pendingChanges: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
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
- * Implementation of actions
71
- */
72
- actions: {
73
- ensureUserPermission: import("@omnia/fx/stores").StoreAction<unknown, (userIdentity: string) => void, (result: boolean, userIdentity: string) => void, (failureReason: any, userIdentity: string) => void, (userIdentity: string) => Promise<boolean>>;
74
- ensurePublishingChannels: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannel[]) => void, (failureReason: any) => void, () => Promise<Array<PublishingChannel>>>;
75
- ensureLoadData: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
76
- ensureChannelPages: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
77
- ensurePublishedChannelsByPageId: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
78
- ensurePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: number) => void, (result: PublishingChannel, channelId: number) => void, (failureReason: any, channelId: number) => void, (channelId: number) => Promise<PublishingChannel>>;
79
- createPublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (result: PublishingChannel, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (failureReason: any, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>>;
80
- updatePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (editRequest: PublishingChannel) => void, (result: PublishingChannel, editRequest: PublishingChannel) => void, (failureReason: any, editRequest: PublishingChannel) => void, (editRequest: PublishingChannel) => Promise<PublishingChannel>>;
81
- deletePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: PublishingChannelId) => void, (result: PublishingChannel, channelId: PublishingChannelId) => void, (failureReason: any, channelId: PublishingChannelId) => void, (channelId: PublishingChannelId) => Promise<PublishingChannel>>;
82
- getPageApprovalList: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: ChannelPage[]) => void, (failureReason: any) => void, () => Promise<Array<ChannelPage>>>;
83
- approvePublishPageToChannelRequest: import("@omnia/fx/stores").StoreAction<unknown, (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (result: ChannelPage, channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (failureReason: any, channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => Promise<ChannelPage>>;
84
- rejectPublishPageToChannelRequest: import("@omnia/fx/stores").StoreAction<unknown, (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (result: ChannelPage, channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (failureReason: any, channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => Promise<ChannelPage>>;
85
- addPageToChannels: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (result: ChannelPage[], pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (failureReason: any, pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (pageId: number, defaultPublishingChannelId: PublishingChannelId) => Promise<Array<ChannelPage>>>;
86
- publishPageToChannels: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number) => void, (result: ChannelPage[], pageId: number) => void, (failureReason: any, pageId: number) => void, (pageId: number) => Promise<Array<ChannelPage>>>;
87
- publishAddedPageToChannel: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number) => void, (result: ChannelPage[], pageId: number) => void, (failureReason: any, pageId: number) => void, (pageId: number) => Promise<Array<ChannelPage>>>;
88
- ensureUserPublishingChannelSubscripton: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
89
- };
90
- private updateChannelPagesStatus;
91
- private mappingPublishingChannels;
92
- private addOrUpdateUserPermissions;
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) => Variation[];
19
- getVariation: (variationId: VariationId) => Variation;
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: string]: Variation[];
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 "./PageRollupStore";
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
+ };
@@ -0,0 +1,3 @@
1
+ export * from "./PageRollupSettingsStore";
2
+ export * from "./PageRollupStore";
3
+ export * from "./SettingsMigrations";
@@ -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","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
+ {"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","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"]}}}
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,