@omnia/wcm 8.0.8-dev → 8.0.9-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +3 -1
  2. package/internal-do-not-import-from-here/core/Utils.d.ts +4 -0
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +15 -0
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
  6. package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +2 -1
  7. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -52
  8. package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +2 -2
  9. package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
  10. package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
  11. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +3 -2
  12. package/internal-do-not-import-from-here/fx/models/Constants.js +6 -5
  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 +2 -0
  15. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -1
  16. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +1 -0
  17. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +2 -2
  18. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +1 -2
  19. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  20. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -3
  21. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -0
  22. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -8
  23. package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +2 -2
  24. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +1 -2
  25. package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/fx/models/index.js +1 -0
  27. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +3 -1
  28. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +4 -0
  29. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.js +6 -0
  30. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.d.ts +25 -0
  31. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.js +2 -0
  32. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  33. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  34. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -0
  35. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +1 -0
  36. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +3 -0
  37. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +1 -0
  38. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +3 -0
  39. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +1 -0
  40. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +3 -0
  41. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +1 -2
  42. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +2 -2
  43. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +31 -0
  44. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +24 -0
  45. package/internal-do-not-import-from-here/fx/models/seo/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/fx/models/seo/index.js +4 -0
  47. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +1 -0
  48. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
  49. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  50. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +6 -0
  51. package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +1 -1
  52. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +1 -1
  53. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +5 -3
  55. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +1 -0
  56. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +1 -1
  57. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +1 -1
  58. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +5 -28
  59. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +3 -3
  60. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +0 -6
  61. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -2
  62. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  63. package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +1 -1
  64. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -1
  65. package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +6 -2
  66. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +8 -14
  67. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -7
  68. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -7
  69. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +2 -1
  70. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  71. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  72. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +1 -0
  73. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +1 -0
  74. package/internal-do-not-import-from-here/models/relatedlinks/LinkItemTemplateMsg.d.ts +1 -1
  75. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  76. package/package.json +1 -1
  77. package/task.js +1 -2
@@ -7,5 +7,8 @@ class PageTypePropertyValue extends fx_models_1.PropertyValue {
7
7
  super();
8
8
  this.id = id;
9
9
  }
10
+ isEmpty() {
11
+ return !this.id;
12
+ }
10
13
  }
11
14
  exports.PageTypePropertyValue = PageTypePropertyValue;
@@ -2,4 +2,5 @@ import { PropertyValue, guid } from "@omnia/fx-models";
2
2
  export declare class PublishingAppPropertyValue extends PropertyValue {
3
3
  id: guid;
4
4
  constructor(id: guid);
5
+ isEmpty(): boolean;
5
6
  }
@@ -7,5 +7,8 @@ class PublishingAppPropertyValue extends fx_models_1.PropertyValue {
7
7
  super();
8
8
  this.id = id;
9
9
  }
10
+ isEmpty() {
11
+ return !this.id;
12
+ }
10
13
  }
11
14
  exports.PublishingAppPropertyValue = PublishingAppPropertyValue;
@@ -1,5 +1,4 @@
1
- import { LinkItem } from "../components";
2
- import { guid, MediaPickerMedia } from "@omnia/fx-models";
1
+ import { guid, LinkItem, MediaPickerMedia } from "@omnia/fx-models";
3
2
  export interface RTFMediaPickerMessage {
4
3
  selectedMedia?: MediaPickerMedia;
5
4
  position?: any;
@@ -15,8 +15,8 @@ export interface PageDocument extends IndexedDocument {
15
15
  channels?: Array<PublishingChannelId>;
16
16
  variationId?: VariationId;
17
17
  variationOfPageId?: number;
18
- notCreatedVariationIds?: Array<VariationId>;
19
- notCreatedPublishedVariationIds?: Array<VariationId>;
18
+ createdVariationIds?: Array<VariationId>;
19
+ createdPublishedVariationIds?: Array<VariationId>;
20
20
  pUrlSegment?: string;
21
21
  commentCount: number;
22
22
  reactionCount: number;
@@ -0,0 +1,31 @@
1
+ export interface PageMetaTag {
2
+ name: string;
3
+ defaultValue?: string;
4
+ mapToPageProperty: boolean;
5
+ /**
6
+ * internal name of map property
7
+ */
8
+ mapProperty?: string;
9
+ }
10
+ export interface SeoProperties {
11
+ metaTags: Array<PageMetaTag>;
12
+ }
13
+ export declare enum BuiltInMetaTag {
14
+ OGDescription = "og: description",
15
+ OGTitle = "og: title",
16
+ OGImage = "og: image",
17
+ OGType = "og: type",
18
+ Author = "author",
19
+ Keywords = "keywords",
20
+ Description = "description",
21
+ NoIndex = "noindex",
22
+ Title = "title"
23
+ }
24
+ export declare enum SpecialEnterpriseProperty {
25
+ Title = "title"
26
+ }
27
+ export declare const MetaTagRequirements: {
28
+ Title: {
29
+ Length: number;
30
+ };
31
+ };
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MetaTagRequirements = exports.SpecialEnterpriseProperty = exports.BuiltInMetaTag = void 0;
4
+ var BuiltInMetaTag;
5
+ (function (BuiltInMetaTag) {
6
+ BuiltInMetaTag["OGDescription"] = "og: description";
7
+ BuiltInMetaTag["OGTitle"] = "og: title";
8
+ BuiltInMetaTag["OGImage"] = "og: image";
9
+ BuiltInMetaTag["OGType"] = "og: type";
10
+ BuiltInMetaTag["Author"] = "author";
11
+ BuiltInMetaTag["Keywords"] = "keywords";
12
+ BuiltInMetaTag["Description"] = "description";
13
+ BuiltInMetaTag["NoIndex"] = "noindex";
14
+ BuiltInMetaTag["Title"] = "title";
15
+ })(BuiltInMetaTag || (exports.BuiltInMetaTag = BuiltInMetaTag = {}));
16
+ var SpecialEnterpriseProperty;
17
+ (function (SpecialEnterpriseProperty) {
18
+ SpecialEnterpriseProperty["Title"] = "title";
19
+ })(SpecialEnterpriseProperty || (exports.SpecialEnterpriseProperty = SpecialEnterpriseProperty = {}));
20
+ exports.MetaTagRequirements = {
21
+ Title: {
22
+ Length: 55
23
+ }
24
+ };
@@ -0,0 +1 @@
1
+ export * from "./PageMetaTag";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./PageMetaTag"), exports);
@@ -10,6 +10,7 @@ export declare class WcmRouter {
10
10
  private publishingAppInfoStore;
11
11
  private userTargetingStore;
12
12
  private multilingualStore;
13
+ private seoService;
13
14
  private isVariationSwitch;
14
15
  private currentNavigatedState;
15
16
  private loadTreeForPathPromises;
@@ -45,7 +45,7 @@ export declare class NavigationService {
45
45
  getParentNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType) => Promise<Array<NavigationNode<NavigationData>>>;
46
46
  getChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
47
47
  getMegamenuChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
48
- getMegamenusChildNodes: <T extends NavigationNode<NavigationData>>(nodesToGetParentsFor: NavigationNodeQuery<T>[], nodeTypes?: NavigationDataType) => Promise<Array<NavigationNode<NavigationData>>>;
48
+ getMegamenusChildNodes: <T extends NavigationNode<NavigationData>>(nodesToGetParentsFor: Array<NavigationNodeQuery<T>>, nodeTypes?: NavigationDataType) => Promise<Array<NavigationNode<NavigationData>>>;
49
49
  getUnavailableDirectChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGet: T) => Promise<Array<NavigationNode<NavigationData>>>;
50
50
  getNodesByIds: (nodeIds: Array<NodeId>) => Promise<{
51
51
  [nodeId: number]: NavigationNode<NavigationData>;
@@ -53,7 +53,7 @@ export declare class NavigationService {
53
53
  getNavigationByNode: (node: NavigationNode<NavigationData>, nodeTypes?: NavigationDataType) => Promise<NavigationResult>;
54
54
  getNavigationByPath: (path: string, nodeTypes?: NavigationDataType) => Promise<NavigationResult>;
55
55
  getNodesByPageIds: (...args: Array<PageId>) => Promise<{
56
- [pageId: number]: PageNavigationNode<PageNavigationData>[];
56
+ [pageId: number]: Array<PageNavigationNode<PageNavigationData>>;
57
57
  }>;
58
58
  deleteLinkNodeById: (id: NodeId) => Promise<void>;
59
59
  checkUrlSegmentExists: (appInstanceId: guid, parentNavigationNode: NavigationNode<NavigationData>, urlSegment: string) => Promise<boolean>;
@@ -6,7 +6,7 @@ export declare class PublishingRuleService {
6
6
  private readonly baseUrl;
7
7
  addRule: (rule: PublishingRuleData, pageId: PageId) => Promise<PublishingRule>;
8
8
  getPageRules: (pageId: PageId) => Promise<{
9
- [pageId: number]: PublishingRule<PublishingRuleData>[];
9
+ [pageId: number]: Array<PublishingRule>;
10
10
  }>;
11
11
  updateRule: (rule: PublishingRule) => Promise<PublishingRule>;
12
12
  cancelApproval: (rule: PublishingRule<ApprovalRuleData>) => Promise<Array<PublishingRule>>;
@@ -0,0 +1,6 @@
1
+ export declare const useSeoService: () => {
2
+ setOrUpdateMetaTag: (tagName: string, tagValue: string) => void;
3
+ setOrUpdateCanonicalLink: (hrefLink: string) => void;
4
+ setDefaultTitle: (pageTitle: string) => void;
5
+ setTitle: (pageTitle: string) => void;
6
+ };
@@ -11,7 +11,7 @@ export declare class TopicActivityService {
11
11
  * Ensures that the current user is subscribing to the topics
12
12
  *
13
13
  * **/
14
- subscribe: <T extends Topic>(topicsToSubscribe: T[]) => Promise<Array<TopicSubscription>>;
14
+ subscribe: <T extends Topic>(topicsToSubscribe: Array<T>) => Promise<Array<TopicSubscription>>;
15
15
  /***
16
16
  * Unsubscribe to topic subscriptions
17
17
  *
@@ -8,7 +8,7 @@ export declare class VariationService {
8
8
  create: (createRequest: VariationCreationRequest) => Promise<Variation>;
9
9
  delete: (variation: Variation) => Promise<Variation>;
10
10
  get: (publishingAppIds?: guid[]) => Promise<{
11
- [appId: string]: Variation[];
11
+ [appId: string]: Array<Variation>;
12
12
  }>;
13
13
  update: (variation: Variation) => Promise<Variation>;
14
14
  updateVariationRouteChange: () => Promise<boolean>;
@@ -20,3 +20,4 @@ export * from "./PublishingChannelCategoriesService";
20
20
  export * from "./AiContentPageReportService";
21
21
  export * from "./OpenAIPageCreationService";
22
22
  export * from "./OmniaSearchPageService";
23
+ export * from "./SeoService";
@@ -1,20 +1,21 @@
1
1
  import { PagedBatchSearchRequest } from "@omnia/fx-models";
2
2
  import { EnterprisePropertyStore } from "@omnia/fx/stores";
3
3
  import { BatchQueryPages } from "../models";
4
- import { PageRollupStore, PublishingAppInfoStore } from "../stores";
4
+ import { AppInfoStore, PageRollupStore } from "../stores";
5
5
  export declare class OmniaSearchQueryHelper {
6
6
  enterprisePropertyStore: EnterprisePropertyStore;
7
- publishingAppInfoStore: PublishingAppInfoStore;
7
+ appInfoStore: AppInfoStore;
8
8
  pageRollupStore: PageRollupStore;
9
9
  private enterpriseProperties;
10
10
  private querableProperties;
11
- private publishingAppInfos;
11
+ private appInfos;
12
12
  generatePagedBatchSearchRequest(queries: BatchQueryPages[]): Promise<{
13
13
  searchQueryRequest: PagedBatchSearchRequest;
14
14
  batchQueryPagesError: BatchQueryPages[];
15
15
  }>;
16
16
  static camelize(str: string): string;
17
17
  private hasBusinessProfileScopeQuery;
18
+ private ensureLoadInfoBeforeGenerateQuery;
18
19
  private getSearchBoxKeywords;
19
20
  private getFilterExpressionString;
20
21
  private getValuesFilterOperatorString;
@@ -29,5 +30,6 @@ export declare class OmniaSearchQueryHelper {
29
30
  private getRetrieveProperties;
30
31
  private isDateTimeStampProperty;
31
32
  private getSortList;
33
+ private getKeywordValue;
32
34
  private parseBatchQueryPagesToOmniaSearch;
33
35
  }
@@ -37,6 +37,7 @@ declare class InternalPageRollupStoreHelper {
37
37
  termStore: TermStore;
38
38
  private multilingualStore;
39
39
  private profileCardStore;
40
+ private navigationStore;
40
41
  private resolvablePageRollupInNP;
41
42
  private pageRollupInstancesInNP;
42
43
  private pageRollupInstances;
@@ -13,7 +13,7 @@ export declare class ChannelCategoriesStore extends Store {
13
13
  groupByCategories: () => {
14
14
  [key: string]: PublishingChannelCategory;
15
15
  };
16
- categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
17
  };
18
18
  actions: {
19
19
  ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
@@ -29,7 +29,7 @@ export declare class CurrentNavigationStore extends Store {
29
29
  activeNodes: () => Array<NavigationNode<NavigationData>>;
30
30
  isLoadingChildren: (node: NavigationNode<NavigationData>) => boolean;
31
31
  hasChildrenLoadTriggered: (node: NavigationNode<NavigationData>) => boolean;
32
- onActiveNodesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<NavigationNode<NavigationData>[]>) => void) => IMessageBusSubscriptionHandler;
32
+ onActiveNodesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<NavigationNode<NavigationData>[]>) => void | Promise<void>) => IMessageBusSubscriptionHandler;
33
33
  status: () => CurrentNavigationStatus;
34
34
  readyPromise: () => Future<void>;
35
35
  };
@@ -12,35 +12,12 @@ export declare const useLinkPickerStore: () => {
12
12
  mutate: {
13
13
  providers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
14
14
  };
15
- actions: {
16
- onDispatching: {
17
- ensureAddProvider: {
18
- subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
- };
20
- ensureRemoveProvider: {
21
- subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
- };
23
- };
24
- onDispatched: {
25
- ensureAddProvider: {
26
- subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
- };
28
- ensureRemoveProvider: {
29
- subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
- };
31
- };
32
- onFailure: {
33
- ensureAddProvider: {
34
- subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
- };
36
- ensureRemoveProvider: {
37
- subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
- };
39
- };
40
- } & {
15
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
41
16
  ensureAddProvider: (provider: LinkPickerRegistration) => void;
42
17
  ensureRemoveProvider: (provider: LinkPickerRegistration) => void;
43
- };
18
+ }>;
19
+ } & {
20
+ dispose?: () => void;
44
21
  };
45
22
  export declare class LinkPickerStore extends Store {
46
23
  private currentProviders;
@@ -53,7 +30,7 @@ export declare class LinkPickerStore extends Store {
53
30
  currentProvider: () => Array<LinkPickerRegistration>;
54
31
  };
55
32
  get mutationLinkPickerProviders(): {
56
- onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<LinkPickerRegistration[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
+ onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<LinkPickerRegistration[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
34
  };
58
35
  mutations: {
59
36
  ensureAddProvider: import("@omnia/fx/stores").StoreMutation<(provider: LinkPickerRegistration) => void, (provider: LinkPickerRegistration) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -20,14 +20,14 @@ export declare class NavigationStore extends Store {
20
20
  onActivated(): void;
21
21
  onDisposing(): void;
22
22
  getters: {
23
- getFilteredNodes: <T extends NavigationNode<NavigationData>>(filterAction: (node: NavigationNode<NavigationData>) => boolean) => T[];
23
+ getFilteredNodes: <T extends NavigationNode<NavigationData>>(filterAction: ((node: NavigationNode<NavigationData>) => boolean)) => Array<T>;
24
24
  getFilteredByType: (nodeTypes?: NavigationDataType) => Array<NavigationNode<NavigationData>>;
25
25
  getById: (nodeId: NodeId) => NavigationNode<NavigationData>;
26
26
  getByPageId: (pageId: PageId) => NavigationNode<NavigationData>;
27
27
  getChildren: (node: NavigationNode<NavigationData>, forceFromPublishingAppId?: string) => Array<NavigationNode<NavigationData>>;
28
28
  isLoadingChildren: (node: NavigationNode<NavigationData>) => boolean;
29
29
  hasChildrenLoadTriggered: (node: NavigationNode<NavigationData>) => boolean;
30
- getParents: <T_1 extends NavigationNode<NavigationData>>(node: NavigationNode<NavigationData>, nodeTypes?: NavigationDataType) => T_1[];
30
+ getParents: <T extends NavigationNode<NavigationData>>(node: NavigationNode<NavigationData>, nodeTypes?: NavigationDataType) => Array<T>;
31
31
  absoluteUrl: (node: NavigationNode<NavigationData>, variationId?: VariationId, excludeVariationUrl?: boolean) => string;
32
32
  sortSiblingNodes: (nodes: Array<NavigationNode<NavigationData>>) => NavigationNode<NavigationData>[];
33
33
  checkNodeIsDefaultPageCollectionNode: (navigationNode: PageCollectionNavigationNode<PageCollectionNavigationData>) => boolean;
@@ -48,7 +48,7 @@ export declare class NavigationStore extends Store {
48
48
  * Updates the data part of the node, i.e. NavigationNode.navigationData
49
49
  * */
50
50
  updateNodeData: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: void, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, <T extends NavigationNode<NavigationData>>(node: T) => Promise<void>>;
51
- createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <T_1 extends NavigationData>(nodeData: T_1, position: NavigationPosition) => Promise<NavigationNode<NavigationData>>>;
51
+ createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <T extends NavigationData>(nodeData: T, position: NavigationPosition) => Promise<NavigationNode<NavigationData>>>;
52
52
  moveNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => Promise<void>>;
53
53
  movePageNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => Promise<void>>;
54
54
  movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: guid) => void, (result: number[], pageCollectionId: number, targetPublishingAppId: guid) => void, (failureReason: any, pageCollectionId: number, targetPublishingAppId: guid) => void, (pageCollectionId: number, targetPublishingAppId: guid) => Promise<number[]>>;
@@ -56,11 +56,6 @@ export declare class PageRollupStore extends Store {
56
56
  private metricUniqueKey;
57
57
  private tenantPublishingAppIdKey;
58
58
  private omniaSearchMigrationStatusPromise;
59
- private omniaSearchNotCreatedPublishedVariationIdsMigrationPromise;
60
- /**
61
- * Private properties
62
- */
63
- private itemQueryResult;
64
59
  onActivated(): void;
65
60
  onDisposing(): void;
66
61
  /**
@@ -122,7 +117,6 @@ export declare class PageRollupStore extends Store {
122
117
  exportToExcel: import("@omnia/fx/stores").StoreAction<unknown, (query: ExportQueryPagesRequest, exportingBlockId: string) => void, (result: ExportQueryPagesResult, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (failureReason: any, query: ExportQueryPagesRequest, exportingBlockId: string) => void, (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>>;
123
118
  getExportedFile: import("@omnia/fx/stores").StoreAction<unknown, (exportingFileName: string, exportingFileToken: string) => void, (result: void, exportingFileName: string, exportingFileToken: string) => void, (failureReason: any, exportingFileName: string, exportingFileToken: string) => void, (exportingFileName: string, exportingFileToken: string) => Promise<void>>;
124
119
  ensureOmniaSearchMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
125
- ensureOmniaSearchNotCreatedPublishedVariationIdsMigrationStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
126
120
  };
127
121
  /**
128
122
  * Find page and page variation in specific node
@@ -17,7 +17,7 @@ export declare class PagesStore extends Store {
17
17
  onDisposing(): void;
18
18
  getters: {
19
19
  getPage: (pageId: PageId) => Page;
20
- getFilteredPages: (filterAction: (page: Page) => boolean) => Array<Page>;
20
+ getFilteredPages: (filterAction: ((page: Page) => boolean)) => Array<Page>;
21
21
  getPagesByType: (typesToGet?: WCMPageTypes, excludeUnavailable?: boolean) => Array<Page>;
22
22
  getVersion: <T extends VersionedPageData<PageData>>(versionRef: VersionReference) => T;
23
23
  };
@@ -53,7 +53,7 @@ export declare class PagesStore extends Store {
53
53
  */
54
54
  movePageTypeToTenant: import("@omnia/fx/stores").StoreAction<unknown, (page: Page) => void, (result: any, page: Page) => void, (failureReason: any, page: Page) => void, (page: Page) => Promise<any>>;
55
55
  revert: import("@omnia/fx/stores").StoreAction<unknown, (versiontoRevert: VersionedPageData<PageData>) => void, (result: VersionedPageData<PageData>, versiontoRevert: VersionedPageData<PageData>) => void, (failureReason: any, versiontoRevert: VersionedPageData<PageData>) => void, (versiontoRevert: VersionedPageData<PageData>) => Promise<VersionedPageData<PageData>>>;
56
- createPageWithVariation: import("@omnia/fx/stores").StoreAction<unknown, (originalPage: Page, pageData: PageData, variation: Variation) => void, (result: VariationPage, originalPage: Page, pageData: PageData, variation: Variation) => void, (failureReason: any, originalPage: Page, pageData: PageData, variation: Variation) => void, <T_1 extends PageData>(originalPage: Page, pageData: T_1, variation: Variation) => Promise<VariationPage>>;
56
+ createPageWithVariation: import("@omnia/fx/stores").StoreAction<unknown, (originalPage: Page, pageData: PageData, variation: Variation) => void, (result: VariationPage, originalPage: Page, pageData: PageData, variation: Variation) => void, (failureReason: any, originalPage: Page, pageData: PageData, variation: Variation) => void, <T extends PageData>(originalPage: Page, pageData: T, variation: Variation) => Promise<VariationPage>>;
57
57
  ensurePageCollectionSelections: import("@omnia/fx/stores").StoreAction<unknown, (fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (result: PageCollectionSelection[], fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (failureReason: any, fromPublishingAppId: string, fromPageCollectionIds?: string[]) => void, (fromPublishingAppId: string, fromPageCollectionIds?: Array<string>) => Promise<PageCollectionSelection[]>>;
58
58
  takeOverCheckOutPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: CheckedOutVersionPageData<PageData>, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<CheckedOutVersionPageData<PageData>>>;
59
59
  getPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId, forceFromPublishingAppId?: string) => void, (result: Page, pageId: PageId, forceFromPublishingAppId?: string) => void, (failureReason: any, pageId: PageId, forceFromPublishingAppId?: string) => void, (pageId: PageId, forceFromPublishingAppId?: string) => Promise<Page>>;
@@ -33,7 +33,7 @@ export declare class PublishingRuleStore extends Store {
33
33
  isPageAutomaticMachineTranslate: (pageId: PageId) => boolean;
34
34
  onRulesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
35
35
  [pageId: number]: PublishingRule<PublishingRuleData>[];
36
- }>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
+ }>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
37
  isPublishingRuleExisted: (pageId: PageId) => boolean;
38
38
  canCancelApproval: (pageId: PageId, approvalData: ApprovalData) => boolean;
39
39
  canApproveOrReject: (pageId: PageId, defaultPageCollectionApprovalData: ApprovalData) => boolean;
@@ -35,7 +35,7 @@ export declare class TopicsActivityStore extends Store {
35
35
  topicActivities: (filter: ActivityQueryFilter) => Array<UserTopicActivity>;
36
36
  };
37
37
  get mutationEvents(): {
38
- onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<TopicSubscription[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
+ onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<TopicSubscription[]>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
39
  };
40
40
  actions: {
41
41
  subscribe: import("@omnia/fx/stores").StoreAction<unknown, (topics: Topic[]) => void, (result: void, topics: Topic[]) => void, (failureReason: any, topics: Topic[]) => void, (topics: Array<Topic>) => Promise<void>>;
@@ -22,7 +22,7 @@ export declare class VariationStore extends Store {
22
22
  getDefaultVariation: (appId?: guid) => Variation;
23
23
  onVariationMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<{
24
24
  [appId: string]: Variation[];
25
- }>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ }>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
26
  isVariationsEnabled: () => boolean;
27
27
  };
28
28
  /**
@@ -1,4 +1,4 @@
1
- import { LinkItem } from "../models";
1
+ import { LinkItem } from "@omnia/fx-models";
2
2
  export declare class WcmUxCore {
3
3
  private wcmRouter;
4
4
  private navigationStore;
@@ -10,7 +10,11 @@ export declare class WcmUxCore {
10
10
  private microsoftTeamsApi;
11
11
  private linkHandlerRegistered;
12
12
  constructor();
13
- handleClickLink: (e: MouseEvent, url: string, title: string, link?: LinkItem, onlyNavigateOnDisplayMode?: boolean) => void;
13
+ handleClickLink: (e: MouseEvent, url: string, title: string, link?: LinkItem, onlyNavigateOnDisplayMode?: boolean, disableSpaNavigation?: boolean) => void;
14
+ ensureAnchorLink: (url: string, link: LinkItem) => {
15
+ url: string;
16
+ link: LinkItem;
17
+ };
14
18
  handleOpenLinkInNewWindow: (e: Event, url: string, link?: LinkItem) => void;
15
19
  private usingLinkHandlerProviders;
16
20
  private linkOpenInternal;
@@ -5,15 +5,11 @@ export declare const linkPickerEditorExtension: () => {
5
5
  nodes: import("@tiptap/core").Extension<any, any>[];
6
6
  toolbarItems: {
7
7
  toolbar: {
8
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
8
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9
9
  onContentChanged: {
10
10
  type: import("vue").PropType<(content: string) => void>;
11
11
  };
12
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- onContentChanged: {
14
- type: import("vue").PropType<(content: string) => void>;
15
- };
16
- }>>, {}, true, {}, {}, {
12
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
17
13
  P: {};
18
14
  B: {};
19
15
  D: {};
@@ -32,7 +28,7 @@ export declare const linkPickerEditorExtension: () => {
32
28
  onContentChanged: {
33
29
  type: import("vue").PropType<(content: string) => void>;
34
30
  };
35
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
31
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
36
32
  propsDefinition: Omit<Readonly<{} & {
37
33
  onContentChanged?: (content: string) => void;
38
34
  }>, never>;
@@ -41,15 +37,11 @@ export declare const linkPickerEditorExtension: () => {
41
37
  }[];
42
38
  bubbleMenuItems: {
43
39
  menuItem: {
44
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
45
- onContentChanged: {
46
- type: import("vue").PropType<(content: string) => void>;
47
- };
48
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
40
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
49
41
  onContentChanged: {
50
42
  type: import("vue").PropType<(content: string) => void>;
51
43
  };
52
- }>>, {}, true, {}, {}, {
44
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
53
45
  P: {};
54
46
  B: {};
55
47
  D: {};
@@ -68,7 +60,7 @@ export declare const linkPickerEditorExtension: () => {
68
60
  onContentChanged: {
69
61
  type: import("vue").PropType<(content: string) => void>;
70
62
  };
71
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
63
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
64
  propsDefinition: Omit<Readonly<{} & {
73
65
  onContentChanged?: (content: string) => void;
74
66
  }>, never>;
@@ -76,4 +68,6 @@ export declare const linkPickerEditorExtension: () => {
76
68
  configuration: any;
77
69
  }[];
78
70
  };
71
+ } & {
72
+ dispose?: () => void;
79
73
  };
@@ -1,13 +1,9 @@
1
1
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  onContentChanged: {
4
4
  type: import("vue").PropType<(content: string) => void>;
5
5
  };
6
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7
- onContentChanged: {
8
- type: import("vue").PropType<(content: string) => void>;
9
- };
10
- }>>, {}, true, {}, {}, {
6
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
11
7
  P: {};
12
8
  B: {};
13
9
  D: {};
@@ -26,7 +22,7 @@ declare const _default: {
26
22
  onContentChanged: {
27
23
  type: import("vue").PropType<(content: string) => void>;
28
24
  };
29
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
25
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
30
26
  propsDefinition: Omit<Readonly<{} & {
31
27
  onContentChanged?: (content: string) => void;
32
28
  }>, never>;
@@ -1,13 +1,9 @@
1
1
  declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  onContentChanged: {
4
4
  type: import("vue").PropType<(content: string) => void>;
5
5
  };
6
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7
- onContentChanged: {
8
- type: import("vue").PropType<(content: string) => void>;
9
- };
10
- }>>, {}, true, {}, {}, {
6
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
11
7
  P: {};
12
8
  B: {};
13
9
  D: {};
@@ -26,7 +22,7 @@ declare const _default: {
26
22
  onContentChanged: {
27
23
  type: import("vue").PropType<(content: string) => void>;
28
24
  };
29
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
25
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
30
26
  propsDefinition: Omit<Readonly<{} & {
31
27
  onContentChanged?: (content: string) => void;
32
28
  }>, never>;
@@ -1,4 +1,5 @@
1
- import { LinkItem, LinkPickerRegistration, PageLinkItem } from "@omnia/wcm/models";
1
+ import { LinkPickerRegistration, PageLinkItem } from "@omnia/wcm/models";
2
+ import { LinkItem } from "@omnia/fx-models";
2
3
  export declare function useLinkPickerToolbarHelper(dispatchHandler: (link: LinkItem) => any): {
3
4
  resolvePageData: (linkData: PageLinkItem) => Promise<LinkItem>;
4
5
  onLinkPickerSave: (link: LinkItem) => Promise<void>;
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MegaMenuStyles","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MovePageCollectionDialogStyles","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmService","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WorkplaceService","YammerProperties","layoutItemAction"]}}}
1
+ {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","BuiltInMetaTag","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","CategoryType","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DistributionChannelType","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MegaMenuStyles","MetaTagRequirements","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MoveNavigationNodeType","MovePageCollectionDialogStyles","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","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"]}}}