@omnia/wcm 8.0.11-dev → 8.0.13-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  2. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +9 -0
  3. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +19 -0
  4. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +1 -0
  5. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +6 -2
  6. package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
  7. package/internal-do-not-import-from-here/fx/apis/DigitalSignage.d.ts +18 -0
  8. package/internal-do-not-import-from-here/fx/apis/MediaRollup.d.ts +15 -0
  9. package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +2 -2
  10. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +19 -19
  12. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +4 -0
  13. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  15. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +31 -6
  16. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +1 -0
  17. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +5 -5
  18. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  19. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +4 -2
  20. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +39 -31
  21. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
  22. package/internal-do-not-import-from-here/fx/models/components/index.d.ts +0 -1
  23. package/internal-do-not-import-from-here/fx/models/components/index.js +0 -1
  24. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +4 -32
  25. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +3 -3
  26. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -2
  27. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +2 -1
  28. package/internal-do-not-import-from-here/fx/models/index.d.ts +2 -0
  29. package/internal-do-not-import-from-here/fx/models/index.js +2 -0
  30. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +2 -2
  31. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.d.ts +54 -0
  32. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupConstants.js +62 -0
  33. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.d.ts +35 -0
  34. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupItem.js +19 -0
  35. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupProvider.d.ts +13 -0
  36. package/internal-do-not-import-from-here/fx/models/{components/BannerBlockStyles.js → mediarollup/MediaRollupProvider.js} +0 -2
  37. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.d.ts +7 -0
  38. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupQueryResult.js +2 -0
  39. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.d.ts +9 -0
  40. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupRequest.js +2 -0
  41. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.d.ts +19 -0
  42. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupSettings.js +2 -0
  43. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.d.ts +31 -0
  44. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupStyles.js +4 -0
  45. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.d.ts +21 -0
  46. package/internal-do-not-import-from-here/fx/models/mediarollup/MediaRollupView.js +2 -0
  47. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.d.ts +4 -0
  48. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupProviderRegistrationApi.js +2 -0
  49. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.d.ts +4 -0
  50. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/IMediaRollupViewRegistrationApi.js +2 -0
  51. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.d.ts +2 -0
  52. package/internal-do-not-import-from-here/fx/models/mediarollup/apis/index.js +5 -0
  53. package/internal-do-not-import-from-here/fx/models/mediarollup/index.d.ts +9 -0
  54. package/internal-do-not-import-from-here/fx/models/mediarollup/index.js +12 -0
  55. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +3 -2
  56. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
  57. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -0
  58. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.d.ts +12 -0
  59. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupPropertyPicker.js +2 -0
  60. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +7 -0
  61. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  62. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  63. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +1 -0
  64. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -1
  65. package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -1
  66. package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +6 -0
  67. package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +3 -3
  68. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +0 -1
  69. package/internal-do-not-import-from-here/fx/models/query/index.js +0 -1
  70. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +7 -4
  71. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +4 -4
  72. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.d.ts +21 -0
  73. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockSettings.js +2 -0
  74. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.d.ts +26 -0
  75. package/internal-do-not-import-from-here/fx/models/welcomeblock/WelcomeBlockStyles.js +18 -0
  76. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.d.ts +3 -0
  77. package/internal-do-not-import-from-here/fx/models/welcomeblock/index.js +6 -0
  78. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.d.ts +55 -0
  79. package/internal-do-not-import-from-here/fx/models/welcomeblock/message/IWelcomeMessage.js +19 -0
  80. package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +2 -2
  81. package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +2 -2
  82. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +0 -1
  83. package/internal-do-not-import-from-here/fx/services/MediaRollupService.d.ts +9 -0
  84. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +2 -2
  85. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -2
  86. package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +1 -0
  87. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +10 -2
  88. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  89. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryUtils.d.ts +8 -0
  90. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +3 -3
  91. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +78 -3
  92. package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +23 -23
  94. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +66 -81
  95. package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +3 -0
  96. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +3 -3
  97. package/internal-do-not-import-from-here/fx/stores/index.d.ts +1 -1
  98. package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +87 -0
  99. package/internal-do-not-import-from-here/fx/stores/{PageRollupStore.d.ts → pagerollup/PageRollupStore.d.ts} +4 -0
  100. package/internal-do-not-import-from-here/fx/stores/pagerollup/SettingsMigrations.d.ts +5 -0
  101. package/internal-do-not-import-from-here/fx/stores/pagerollup/index.d.ts +3 -0
  102. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +6 -6
  103. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -3
  104. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -3
  105. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +6 -0
  106. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  107. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  108. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.d.ts +4 -0
  109. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  110. package/internal-do-not-import-from-here/wctypings.d.ts +386 -48
  111. package/package.json +1 -1
  112. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +0 -38
  113. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +0 -18
  114. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +0 -24
@@ -256,6 +256,11 @@ export declare namespace WCMCoreLocalization {
256
256
  Title: string;
257
257
  Description: string;
258
258
  };
259
+ SemanticSearchWebContentManagement: {
260
+ Title: string;
261
+ Category: string;
262
+ Description: string;
263
+ };
259
264
  SEO: {
260
265
  Category: string;
261
266
  Title: string;
@@ -230,6 +230,7 @@ export declare namespace EditorLocalization {
230
230
  };
231
231
  ListView: string;
232
232
  };
233
+ MaximumCapacityMessage: string;
233
234
  };
234
235
  AppDocuments: {
235
236
  Documents: string;
@@ -565,6 +566,14 @@ export declare namespace EditorLocalization {
565
566
  MetaTag: string;
566
567
  NoMetaTag: string;
567
568
  };
569
+ SemanticSearch: {
570
+ Title: string;
571
+ EnableSemanticSearch: string;
572
+ SemanticSearchEnableConfirmation: {
573
+ Title: string;
574
+ Message: string;
575
+ };
576
+ };
568
577
  };
569
578
  Dialogs: {
570
579
  MoveToTenant: {
@@ -6,8 +6,16 @@ export declare namespace PageRollupLocalization {
6
6
  * Some properties were moved to a more generic WCMCoreLocalization
7
7
  * */
8
8
  Settings: {
9
+ Add: string;
10
+ Path: string;
11
+ Columns: string;
12
+ Value: string;
13
+ Property: string;
14
+ Condition: string;
9
15
  SelectPageType: string;
16
+ StartNode: string;
10
17
  ContainerTemplate: string;
18
+ QueryFilters: string;
11
19
  ItemTemplate: string;
12
20
  MultipleViewTemplates: string;
13
21
  General: string;
@@ -15,8 +23,11 @@ export declare namespace PageRollupLocalization {
15
23
  FormTitle: string;
16
24
  Query: string;
17
25
  Display: string;
26
+ Result: string;
27
+ LinkToPageCollection: string;
18
28
  SocialPeriod: string;
19
29
  Filter: string;
30
+ Filters: string;
20
31
  PageVariation: string;
21
32
  AddFilter: string;
22
33
  SortBy: string;
@@ -60,12 +71,18 @@ export declare namespace PageRollupLocalization {
60
71
  Label: string;
61
72
  Tenant: string;
62
73
  PublishingApps: string;
74
+ PublishingApp: string;
63
75
  PageCollections: string;
76
+ PageCollection: string;
64
77
  Subscriptions: string;
65
78
  NavigationPath: string;
66
79
  Channels: string;
80
+ Channel: string;
67
81
  BusinessProfiles: string;
82
+ BusinessProfile: string;
68
83
  Apps: string;
84
+ App: string;
85
+ PickPages: string;
69
86
  };
70
87
  SearchBoxMessage: {
71
88
  SearchOnPageTitleAnd: string;
@@ -145,6 +162,7 @@ export declare namespace PageRollupLocalization {
145
162
  };
146
163
  DateType: string;
147
164
  DateFormat: string;
165
+ PageCreation: string;
148
166
  };
149
167
  PagePicker: {
150
168
  AddPage: string;
@@ -391,5 +409,6 @@ export declare namespace PageRollupLocalization {
391
409
  CheckedOutBy: string;
392
410
  };
393
411
  };
412
+ Slider: string;
394
413
  }
395
414
  }
@@ -405,6 +405,7 @@ export declare namespace PublishingAppLocalization {
405
405
  InvalidSiteUrlErrorMessage: string;
406
406
  ExistedSiteUrlErrorMessage: string;
407
407
  NoMatchingSPSiteTemplate: string;
408
+ MissingPermissionErrorMessage: string;
408
409
  };
409
410
  Actions: {
410
411
  CreateNew: string;
@@ -1,7 +1,11 @@
1
- export declare const EnterprisePropertyRenderer: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<{
1
+ export declare const EnterprisePropertyRenderer: <T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<{
2
2
  propertyInternalName?: string;
3
3
  } & {
4
4
  cacheKey?: string;
5
5
  } & {
6
6
  propertyValue?: T;
7
- }>) => any;
7
+ }> & {} & {
8
+ "v-slots"?: {} & Omit<{
9
+ default?: import("vue").Slot;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "propertyInternalName" | "cacheKey" | "propertyValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
@@ -32,9 +32,9 @@ export declare class FilterTargetingPropertyValueInput extends VueComponentBase<
32
32
  created(): void;
33
33
  private getSelectionTargetingProperties;
34
34
  private onTargetPropertyCheckboxChange;
35
- renderFilterTypePicker(): JSX.Element;
36
- renderFixedValuePicker(): JSX.Element;
37
- renderUserTypePicker(): JSX.Element[];
38
- renderIncludeEmptyCheckbox(): JSX.Element;
39
- render(): JSX.Element;
35
+ renderFilterTypePicker(): import("vue/jsx-runtime").JSX.Element;
36
+ renderFixedValuePicker(): import("vue/jsx-runtime").JSX.Element;
37
+ renderUserTypePicker(): import("vue/jsx-runtime").JSX.Element[];
38
+ renderIncludeEmptyCheckbox(): import("vue/jsx-runtime").JSX.Element;
39
+ render(): import("vue/jsx-runtime").JSX.Element;
40
40
  }
@@ -0,0 +1,18 @@
1
+ import { ApiPath } from "@omnia/fx/models";
2
+ import { DigitalSigningHtmlViewRegistration } from "@omnia/wcm/models";
3
+ export interface IDigitalSignageScreenViewRegistrationApi {
4
+ getAllViews: () => DigitalSigningHtmlViewRegistration[];
5
+ registerViews: (views: DigitalSigningHtmlViewRegistration | DigitalSigningHtmlViewRegistration[]) => void;
6
+ }
7
+ declare module "./WcmApi" {
8
+ interface IWCMApi {
9
+ digitalSignage: {
10
+ registration: Promise<IDigitalSignageScreenViewRegistrationApi>;
11
+ };
12
+ }
13
+ interface IWCMExtendApiManifest {
14
+ digitalSignage: {
15
+ registration: ApiPath;
16
+ };
17
+ }
18
+ }
@@ -0,0 +1,15 @@
1
+ import { ApiPath } from "@omnia/fx/models";
2
+ import { IMediaRollupProviderRegistrationApi, IMediaRollupViewRegistrationApi } from "@omnia/wcm/models";
3
+ declare module "./WcmApi" {
4
+ interface IWCMApi {
5
+ mediaRollup: {
6
+ viewsRegistration: Promise<IMediaRollupViewRegistrationApi>;
7
+ providerRegistration: Promise<IMediaRollupProviderRegistrationApi>;
8
+ };
9
+ }
10
+ interface IWCMExtendApiManifest {
11
+ mediaRollup: {
12
+ registration: ApiPath;
13
+ };
14
+ }
15
+ }
@@ -1,12 +1,12 @@
1
1
  import { ApiPath } from "@omnia/fx/models";
2
- import { PageRollupBlockStyles, PageRollupRegistrationView } from "@omnia/wcm/models";
2
+ import { PageRollupRegistrationView } from "@omnia/wcm/models";
3
3
  export interface IPageRollupRegistrationApi {
4
+ getAllViews: () => PageRollupRegistrationView[];
4
5
  registerViews: (views: PageRollupRegistrationView | PageRollupRegistrationView[]) => void;
5
6
  }
6
7
  declare module "./WcmApi" {
7
8
  interface IWCMApi {
8
9
  pageRollup: {
9
- styles: Promise<typeof PageRollupBlockStyles>;
10
10
  registration: Promise<IPageRollupRegistrationApi>;
11
11
  };
12
12
  }
@@ -1,6 +1,7 @@
1
1
  export * from "./Fx";
2
2
  export * from "./PageRollup";
3
3
  export * from "./ChannelRollup";
4
+ export * from "./DigitalSignage";
4
5
  export * from "./WcmApi";
5
6
  export * from "./LinkTemplate";
6
7
  export * from "./PageRenderer";
@@ -1,32 +1,32 @@
1
- import { EnterprisePropertyDefinition, guid, Tag, Identity } from "@omnia/fx-models";
2
- import { ItemQueryEnums, QueryFilter, PageId, VariationId } from "../models";
1
+ import { FilterLogicalOperator, EnterprisePropertyDefinition, guid, Tag, Identity } from "@omnia/fx-models";
2
+ import { QueryFilter, PageId, VariationId } from "../models";
3
3
  export declare namespace ItemQueryHelper {
4
4
  const PageId = "PId";
5
5
  const ConditionExpressionFilter = "ConditionExpressionFilter";
6
6
  const VariationId = "VariationId";
7
- function generateExcludePageId(logicalOperator: ItemQueryEnums.FilterLogicalOperator, pageId: PageId, filters?: Array<QueryFilter>): QueryFilter;
8
- function generateFalseFilter(logicalOperator: ItemQueryEnums.FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
9
- function generateTrueFilter(logicalOperator: ItemQueryEnums.FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
10
- function generateTextEqualFilter(property: string, text: string, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
11
- function generateTextFilter(property: string, text: string, logicalOperator: ItemQueryEnums.FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
12
- function generateProcessFilterValue(property: string, text: string, logicalOperator: ItemQueryEnums.FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
13
- function generateProcessFilter(property: string, processIdsArray: Array<string>, logicalOperator: ItemQueryEnums.FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
14
- function generateEmptyArrayFilter(property: string, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
15
- function generatePersonFilter(property: string, values: Array<Identity>, includeEmpty: boolean, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
7
+ function generateExcludePageId(logicalOperator: FilterLogicalOperator, pageId: PageId, filters?: Array<QueryFilter>): QueryFilter;
8
+ function generateFalseFilter(logicalOperator: FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
9
+ function generateTrueFilter(logicalOperator: FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
10
+ function generateTextEqualFilter(property: string, text: string, logicalOperator: FilterLogicalOperator): QueryFilter;
11
+ function generateTextFilter(property: string, text: string, logicalOperator: FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
12
+ function generateProcessFilterValue(property: string, text: string, logicalOperator: FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
13
+ function generateProcessFilter(property: string, processIdsArray: Array<string>, logicalOperator: FilterLogicalOperator, enableWildcardSearch: boolean): QueryFilter;
14
+ function generateEmptyArrayFilter(property: string, logicalOperator: FilterLogicalOperator): QueryFilter;
15
+ function generatePersonFilter(property: string, values: Array<Identity>, includeEmpty: boolean, logicalOperator: FilterLogicalOperator): QueryFilter;
16
16
  function generateQueryablePropertyName(internalName: string): {
17
17
  internalName: string;
18
18
  isComputedColumn: boolean;
19
19
  };
20
- function generateTaxonomyFilter(property: string, termIds: Array<guid>, includeEmpty: boolean, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
21
- function generateTagFilter(property: string, value: Array<Tag>, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
22
- function generateVariationPropertyFilter(values: Array<VariationId>, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
20
+ function generateTaxonomyFilter(property: string, termIds: Array<guid>, includeEmpty: boolean, logicalOperator: FilterLogicalOperator): QueryFilter;
21
+ function generateTagFilter(property: string, value: Array<Tag>, logicalOperator: FilterLogicalOperator): QueryFilter;
22
+ function generateVariationPropertyFilter(values: Array<VariationId>, logicalOperator: FilterLogicalOperator): QueryFilter;
23
23
  function generatePageComputedColumnName(internalName: string): string;
24
24
  function generatePagePropertyInternalName(property: EnterprisePropertyDefinition): string;
25
25
  function getContentPropertyInternalName(pagePropertyInternalName: string): string;
26
26
  function mapToPageProperty(property: EnterprisePropertyDefinition): EnterprisePropertyDefinition;
27
- function generateNumberFilter(property: string, value: number, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
28
- function generateBooleanFilter(property: string, value: boolean, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
29
- function generateDateFilter(property: string, from: Date, to: Date, logicalOperator: ItemQueryEnums.FilterLogicalOperator, keepTime?: boolean): QueryFilter;
30
- function generateBitwiseFilter(property: string, value: number, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
31
- function generateIsNullFilter(property: string, logicalOperator: ItemQueryEnums.FilterLogicalOperator): QueryFilter;
27
+ function generateNumberFilter(property: string, value: number, logicalOperator: FilterLogicalOperator): QueryFilter;
28
+ function generateBooleanFilter(property: string, value: boolean, logicalOperator: FilterLogicalOperator): QueryFilter;
29
+ function generateDateFilter(property: string, from: Date, to: Date, logicalOperator: FilterLogicalOperator, keepTime?: boolean): QueryFilter;
30
+ function generateBitwiseFilter(property: string, value: number, logicalOperator: FilterLogicalOperator): QueryFilter;
31
+ function generateIsNullFilter(property: string, logicalOperator: FilterLogicalOperator): QueryFilter;
32
32
  }
@@ -33,3 +33,7 @@ export declare class OmniaPageSearch extends TenantProperty {
33
33
  enabled?: boolean;
34
34
  constructor();
35
35
  }
36
+ export declare enum SyncOmniaSearchType {
37
+ FullSync = 1,
38
+ ResumeSync = 2
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
- import { ReindexContentOmniaSearch } from "../models";
2
+ import { ReindexContentOmniaSearch, SyncOmniaSearchType } from "../models";
3
3
  export declare class OmniaSearchPageStore extends Store {
4
4
  private omniaSearchPageService;
5
5
  private listReindexContentOmniaSearch;
@@ -19,7 +19,7 @@ export declare class OmniaSearchPageStore extends Store {
19
19
  */
20
20
  actions: {
21
21
  triggerReindexContentOmniaSearchPublishingApp: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
22
- triggerReindexOmniaSearchTenant: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
22
+ triggerReindexOmniaSearchTenant: import("@omnia/fx/stores").StoreAction<unknown, (syncType: SyncOmniaSearchType) => void, (result: string, syncType: SyncOmniaSearchType) => void, (failureReason: any, syncType: SyncOmniaSearchType) => void, (syncType: SyncOmniaSearchType) => Promise<string>>;
23
23
  pollingReindexContentOmniaSearchStatus: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string) => void, (result: ReindexContentOmniaSearch, resourceId: string) => void, (failureReason: any, resourceId: string) => void, (resourceId: string) => Promise<ReindexContentOmniaSearch>>;
24
24
  getReindexContentLogs: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (result: {
25
25
  total: number;
@@ -1,7 +1,7 @@
1
1
  import { guid } from "@omnia/fx-models";
2
2
  declare const groupManifests: Record<"Fx" | "WcmCommon" | "ContentBlockGroup" | "HtmlScriptBlockGroup" | "PageCommentLikeBlockGroup" | "RelatedLinksGroup" | "PagePropertiesGroup" | "MegaMenu", guid>;
3
- declare const webComponentManifests: Record<"VariationSelector" | "LinkPickerExtension" | "AppLayoutRenderer" | "PageRenderer" | "CreatePageDialog" | "ReadRenderer" | "AppSettingsCore" | "AppSettingsEditorJourneyMenu" | "CreatePage" | "PageVersionsViewer" | "CreatePageCollection" | "CreatePageType" | "ChangePageType" | "PageCollectionSettings" | "PageCollectionSettingsCore" | "PageTypeSettings" | "PageTypeSettingsCore" | "ColumColor" | "Banner" | "AdminAppSettingsBladeComponent" | "AdminAppSettingsAdvancedComponent" | "AdminAppSettingsGamificationComponent" | "AdminAppSettingsStatisticComponent" | "AdminAppSettingsPermissionComponent" | "CommunityRollupComponent" | "CommunityRollupSettingsComponent" | "PublishingRollupComponent" | "PublishingRollupSettingsComponent" | "PublishingAppsWizard" | "PublishingAppsJourney" | "CommunityJourney" | "Media" | "MediaSettings" | "Htmlscriptblock" | "HtmlscriptblockSettings" | "HtmlscriptblockContentEditor" | "HtmlscriptblockIframe" | "HtmlscriptNotificationPanelblockSettings" | "Editor" | "EditorBreakPointSettingsPanelSection" | "EditorBreakPointSettingsPanelBlock" | "PageRollup" | "PageRollupSettings" | "PageRollupBreakPointSettings" | "CurrentNavigation" | "CompactCurrentNavigation" | "CurrentNavigationSettings" | "ProfileMegaMenu" | "ProfileMegaMenuSettings" | "ProfileMegaMenuSettingsRegistration" | "MegaMenuCore" | "CalendarRollup" | "CalendarRollupSettings" | "PageTypeFilter" | "PageRollupAppFilter" | "ChannelFilter" | "WorkflowStatusFilter" | "DialogMetricDetailsRenderer" | "PageRollupRenderer" | "BlockMegaMenu" | "BlockMegaMenuSettings" | "MediaPicker" | "MegaMenuSettings" | "MegaMenuDefaultNavigation" | "MobileNavigationSettings" | "MobileNavigation" | "ContentBlock" | "ContentBlockSettings" | "ContentBlockMultilineText" | "MegaMenuNavigationView" | "WcmAdminJourney" | "WcmAdminSharepointSyncBlade" | "WcmAdminPermissionsBlade" | "WcmAdminSettingsBlade" | "WcmAdminPageTypesBlade" | "WcmAdminPageTypesArchiveBlade" | "WcmAdminCreatePageTypesBlade" | "WcmAdminPageTypeEditorBlade" | "SharepointSyncSettings" | "SharepointSyncTenantSettings" | "SharepointSyncWarning" | "SharepointSyncError" | "QueryableProperties" | "WcmAdminSharepointSyncGeneralBlade" | "WcmAdminSharepointSyncSearchBlade" | "WcmAdminSharepointSyncCreateSearchPropertyBlade" | "AdminLayoutsBlade" | "AdminCreatePageCollectionBlade" | "AdminPageCollectionSettingBlade" | "AdminCreatePageCollection" | "AdminPageCollectionSetting" | "AppProvisioningStepMemberStep" | "AppProvisioningStepMemberSummary" | "AppProvisioningInformationSummary" | "ContentBlockBreakPointSettings" | "TranslationDialog" | "PageRollupRollerViewSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupDynamicRollerSettings" | "PageRollupDynamicRollerView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupListViewSettings" | "PageRollupListView" | "PageRollUpDialogView" | "CalendarRollupListView" | "PageRollupNavigationView" | "PageRollupNavigationViewSettings" | "PickedPagesDialog" | "ListingPickedPages" | "UniqueUsersDetailsView" | "Breadcrumb" | "BreadcrumbSettings" | "ActionButtonAPI" | "ActionButton" | "ActionButtonSettings" | "ActionToolbar" | "ActionButtonLinkHandlerSettings" | "ActionButtonLinkHandlerView" | "ActionButtonLinkHandlerRegistration" | "ActionButtonLinkHandlerSubscription" | "ActionButtonCreatePageHandlerSettings" | "ActionButtonCreatePageHandlerRegistration" | "ActionButtonCreatePageHandlerSubscription" | "ActionButtonCreatePageSelector" | "PageCreationLocationSelector" | "CalendarPageCollectionSelectionDialog" | "SignUpButton" | "CancelButton" | "SignUpOtherButton" | "AddToOutlookButton" | "OpenOnlineMeeting" | "AddToMyCalendarButton" | "AddToMyCalendarHandlerSettings" | "ActionButtonSettingsEventManagement" | "EventActionHandler" | "EventActionRegistration" | "RelatedLinks" | "PagePicker" | "SelectedPageItem" | "DocumentPicker" | "PageItemTemplate" | "CustomLink" | "HeadingLink" | "HeadingTemplate" | "DefaultTemplate" | "LinkPicker" | "LinkPickerDialog" | "EditLink" | "RelatedLinksSettings" | "PageProperties" | "PagePropertiesSettings" | "AchievementRollup" | "FxUxRichTextEditorLinkPicker" | "FxUxRichTextEditorEnterpriseGlossarySuggestion" | "PageCommentLike" | "PageCommentLikeSettings" | "PageCommentLikeView" | "PageFeedback" | "PageFeedbackSettings" | "PageFeedbacksDialog" | "PageFeedbacksCore" | "ActionButtonPageFeedbackHandler" | "ActionButtonPageFeedbackSettings" | "ActionButtonPageFeedbackDialog" | "SharePage" | "SubscribeButton" | "ActionButtonSubscribeHandlerSettings" | "ActionButtonSubscribeHandlerRegistration" | "ActionButtonSubscribeHandler" | "MySubscriptionsBlock" | "ActionButtonMySubscriptionsHandlerRegistration" | "ActionButtonMySubscriptionsHandler" | "LikeTopicIdProvider" | "RatePage" | "RatePageSettings" | "SharepointPageSearchTemplate" | "OmniaPageSearchTemplate" | "CommentsSearchTemplate" | "MoveNode" | "VariationSelectorBlockSettings" | "VariationInput" | "ActivityFeed" | "ActivityFeedSettings" | "BlockRssReader" | "BlockRssReaderSettings" | "RssReaderViewLeftImage" | "RssReaderViewRightImage" | "RssReaderViewNoImage" | "RssReaderViewLeftImageSettings" | "RssReaderViewRightImageSettings" | "RssReaderViewNoImageSettings" | "StatisticsPerPage" | "DocumentDataTypeProviderEdit" | "DocumentDataTypeProviderDisplay" | "DocumentDataTypeProviderId" | "DocumentDataTypeProviderValueDefinition" | "FeedbackPerPage" | "IframeBlock" | "IFrameBlockSettings" | "CommentSearchProviderSettings" | "EventDetail" | "EventDetailPageListener" | "EventDetailSettings" | "EventParticipantCounter" | "EventParticipantCounterSettings" | "ColleagueDialogContent" | "EventCloneDialogContent" | "EventParticipantList" | "EventParticipantListSettings" | "EventParticipantListListView" | "EventPageRollupListView" | "EventPageRollupListViewSettings" | "EventPageRollupViewRegistrations" | "MailDialogContent" | "AdminSettingsJourney" | "AdminSettingsJourneyRegistration" | "SystemAccount" | "EnterpriseGlossaryPageProviderSettings" | "EnterpriseGlossaryPageInformationProvider" | "EnterpriseGlossaryPageInformationTermMapping" | "AppSettingsArchiveComponent" | "CalendarRollupEventDialog" | "ChannelManagementBlade" | "WcmAdminOmniaSearchBlade" | "PageNavigationBlock" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarViewSettings" | "PageRollupCalendarView" | "MySubscriptionDialogProvider" | "LinkNavigationForm" | "AppSetup" | "ChannelRollup" | "ChannelRollupSettings" | "ChannelRollupAdministrationViewSettings" | "ChannelRollupAdministrationView" | "ChannelApprovalPage" | "WCMAppAppendInformationInput" | "QrCode" | "AddToMyCalendarButtonHandlerSubscription" | "PageRollupPublishingAppFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPublishingAppProperty" | "PageRollupPublishingAppPropertySettings" | "PageRollupPublishingAppPropertyDefaultValueInput" | "PageRollupPageTypeFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPageTypeProperty" | "PageRollupPageTypePropertySettings" | "PageRollupPageTypePropertyDefaultValueInput" | "PageRollupChannelFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaChannelProperty" | "PageRollupChannelPropertySettings" | "PageRollupChannelPropertyDefaultValueInput" | "PageRollupCheckedOutByFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaCheckedOutByProperty" | "PageRollupCheckedOutByPropertySettings" | "PageRollupCheckedOutByPropertyDefaultValueInput" | "WCMGlossaryUISettingBlade" | "WCMGlossaryUISettingsTree" | "ApprovalHistory" | "AttachSiteButton" | "AppEditing" | "OmniaSearchLoggingCore" | "OmniaSearchLogging" | "AnalyticsBlocksCore" | "AnalyticsTableComponent" | "AnalyticsTableBlock" | "AnalyticsTableBlockSettings" | "BlockBanner" | "BlockBannerSettings" | "BlockBannerComponent" | "BlockBannerEdit" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView", guid>;
4
- declare const resourceManifests: Record<"PublishingApp" | "Editor" | "PageProperties" | "DigitalSignageAdminSettingsLocalization" | "InfoScreenAdminRegistration" | "InfoScreenCore" | "InfoScreenAdminSettings" | "InfoScreenAdminSettingsLocalization" | "InfoScreenButtonLocalization" | "InfoScreenRendererBoot" | "InfoScreenViewRegistration" | "InfoScreenMediaPicker" | "DigitalSignageScreenRendererBoot" | "DigitalSignageScreenViewRegistration" | "DigitalSignageAdminRegistration" | "DigitalSignageCore" | "TaxonomyNavigationProvider" | "FxCore" | "Fx" | "Sp" | "FxUx" | "EventManagementCore" | "Contexts" | "Core" | "UXCore" | "AdminCore" | "AdminRegistrations" | "AppProvisioningStepMemberStepTemplateRegistration" | "AdminAppCore" | "CommunitiesAdminRegistrations" | "EmptyBlock" | "BlockTitle" | "BlockTitleSettings" | "VariationPicker" | "PageRecipients" | "CompactCurrentNavigationRegistration" | "PageChannels" | "EditorItemTitleRenderer" | "BackgroundMediaSelector" | "EditorShared" | "CheckedOutMessageView" | "ActionButtonNotificationPanelRegistrations" | "PageRollupCore" | "PageRollupStyleApi" | "PageRollupRegistrationApi" | "PageRollupViewRegistrations" | "PageRollupNotificationPanelRegistrations" | "CalendarRollupViewRegistrations" | "CalendarRollupNotificationPanelRegistrations" | "CalendarRollupCore" | "BreadcrumbCore" | "BannerCore" | "Shared" | "ContentBlockCore" | "ContentBlockBase" | "MediaBlockCore" | "HtmlScriptBlockCore" | "HtmlScriptBlockNotificationPanelRegistrations" | "PageCommentLikeBlockCore" | "LinkPickerCore" | "LinkPickerRegistrations" | "ActionButtonEventManagementCore" | "IFrameBlockCore" | "PagePropertiesCore" | "RelatedLinksRegistrations" | "RelatedLinksCore" | "PageItemResource" | "SocialCore" | "RssReaderCore" | "RssReaderViewRegistrations" | "RssReaderNotificationPanelRegistrations" | "PageRollupSettingsTabsResources" | "PageStatisticsCore" | "CommunityCore" | "ActivityFeedNotificationPanelRegistrations" | "EnableMSTeamsDeepLinkExecution" | "EnableInputMSTeamsUrl" | "SecretRegistration" | "SignOffRequestCore" | "SignOffRequestPageProvider" | "SignOffRequestBanner" | "PublishingAppToken" | "PagePropertiesProvider" | "PagePropertiesProviderCore" | "PagePropertyBindingProvider" | "RTFExtensions" | "MySubscriptionProvider" | "ChannelRollupCore" | "ChannelRollupRegistrationApi" | "PageSearchContextProvider" | "PageRollupFilterEngineContextPropertiesRegistration" | "PageRollupFilterEnginePublishingApp" | "PageRollupFilterEnginePageType" | "PageRollupFilterEngineChannel" | "PageRollupFilterEngineCore" | "PageRollupRendererResources" | "WCMGlossaryType" | "PageCreationCore", guid>;
3
+ declare const webComponentManifests: Record<"VariationSelector" | "AnchorNavigationBlock" | "AnchorNavigationBlockSettings" | "LinkPickerExtension" | "AppLayoutRenderer" | "PageRenderer" | "CreatePageDialog" | "ReadRenderer" | "AppSettingsCore" | "AppSettingsEditorJourneyMenu" | "CreatePage" | "PageVersionsViewer" | "CreatePageCollection" | "CreatePageType" | "ChangePageType" | "PageCollectionSettings" | "PageCollectionSettingsCore" | "PageTypeSettings" | "PageTypeSettingsCore" | "ColumColor" | "Banner" | "AdminAppSettingsBladeComponent" | "AdminAppSettingsAdvancedComponent" | "AdminAppSettingsGamificationComponent" | "AdminAppSettingsStatisticComponent" | "AdminAppSettingsPermissionComponent" | "CommunityRollupComponent" | "CommunityRollupSettingsComponent" | "PublishingRollupComponent" | "PublishingRollupSettingsComponent" | "PublishingAppsWizard" | "PublishingAppsJourney" | "CommunityJourney" | "Media" | "MediaSettings" | "Htmlscriptblock" | "HtmlscriptblockSettings" | "HtmlscriptblockContentEditor" | "HtmlscriptblockIframe" | "HtmlscriptNotificationPanelblockSettings" | "Editor" | "EditorBreakPointSettingsPanelSection" | "EditorBreakPointSettingsPanelBlock" | "PageRollup" | "PageRollupSettings" | "PageRollupBreakPointSettings" | "CurrentNavigation" | "CompactCurrentNavigation" | "CurrentNavigationSettings" | "ProfileMegaMenu" | "ProfileMegaMenuSettings" | "ProfileMegaMenuSettingsRegistration" | "MegaMenuCore" | "CalendarRollup" | "CalendarRollupSettings" | "PageTypeFilter" | "PageRollupAppFilter" | "ChannelFilter" | "WorkflowStatusFilter" | "DialogMetricDetailsRenderer" | "PageRollupRenderer" | "BlockMegaMenu" | "BlockMegaMenuSettings" | "MediaPicker" | "MegaMenuSettings" | "MegaMenuDefaultNavigation" | "MobileNavigationSettings" | "MobileNavigation" | "ContentBlock" | "ContentBlockSettings" | "ContentBlockMultilineText" | "MegaMenuNavigationView" | "WcmAdminJourney" | "WcmAdminSharepointSyncBlade" | "WcmAdminPermissionsBlade" | "WcmAdminSettingsBlade" | "WcmAdminPageTypesBlade" | "WcmAdminPageTypesArchiveBlade" | "WcmAdminCreatePageTypesBlade" | "WcmAdminPageTypeEditorBlade" | "SharepointSyncSettings" | "SharepointSyncTenantSettings" | "SharepointSyncWarning" | "SharepointSyncError" | "QueryableProperties" | "WcmAdminSharepointSyncGeneralBlade" | "WcmAdminSharepointSyncSearchBlade" | "WcmAdminSharepointSyncCreateSearchPropertyBlade" | "AdminLayoutsBlade" | "AdminCreatePageCollectionBlade" | "AdminPageCollectionSettingBlade" | "AdminCreatePageCollection" | "AdminPageCollectionSetting" | "AppProvisioningStepMemberStep" | "AppProvisioningStepMemberSummary" | "AppProvisioningInformationSummary" | "ContentBlockBreakPointSettings" | "TranslationDialog" | "PageRollupRollerGeneralSettings" | "PageRollupRollerPropertySettings" | "PageRollupRollerStyleSettings" | "PageRollupRollerView" | "PageRollupListingWithImageViewSettings" | "PageRollupListingWithImageView" | "PageRollupCardViewSettings" | "PageRollupCardView" | "PageRollupNewsletterViewSettings" | "PageRollupNewsletteriew" | "PageRollupPropertyPicker" | "PageRollupDynamicRollerGeneralSettings" | "PageRollupDynamicPropertySettings" | "PageRollupDynamicSliderSettings" | "PageRollupDynamicStyleSettings" | "PageRollupDynamicRollerView" | "PageRollupListViewGeneralSettings" | "PageRollupListViewColumnSettings" | "PageRollupListView" | "PageRollUpDialogView" | "CalendarRollupListView" | "PageRollupNavigationView" | "PageRollupNavigationViewSettings" | "PickedPagesDialog" | "ListingPickedPages" | "UniqueUsersDetailsView" | "Breadcrumb" | "BreadcrumbSettings" | "ActionButtonAPI" | "ActionButton" | "ActionButtonSettings" | "ActionToolbar" | "ActionButtonLinkHandlerSettings" | "ActionButtonLinkHandlerView" | "ActionButtonLinkHandlerRegistration" | "ActionButtonLinkHandlerSubscription" | "ActionButtonCreatePageHandlerSettings" | "ActionButtonCreatePageHandlerRegistration" | "ActionButtonCreatePageHandlerSubscription" | "ActionButtonCreatePageSelector" | "PageCreationLocationSelector" | "CalendarPageCollectionSelectionDialog" | "SignUpButton" | "CancelButton" | "SignUpOtherButton" | "AddToOutlookButton" | "OpenOnlineMeeting" | "AddToMyCalendarButton" | "AddToMyCalendarHandlerSettings" | "ActionButtonSettingsEventManagement" | "EventActionHandler" | "EventActionRegistration" | "RelatedLinks" | "PagePicker" | "SelectedPageItem" | "DocumentPicker" | "PageItemTemplate" | "CustomLink" | "HeadingLink" | "HeadingTemplate" | "DefaultTemplate" | "LinkPicker" | "LinkPickerDialog" | "EditLink" | "RelatedLinksSettings" | "PageProperties" | "PagePropertiesSettings" | "AchievementRollup" | "FxUxRichTextEditorLinkPicker" | "FxUxRichTextEditorEnterpriseGlossarySuggestion" | "PageCommentLike" | "PageCommentLikeSettings" | "PageCommentLikeView" | "PageFeedback" | "PageFeedbackSettings" | "PageFeedbacksDialog" | "PageFeedbacksCore" | "ActionButtonPageFeedbackHandler" | "ActionButtonPageFeedbackSettings" | "ActionButtonPageFeedbackDialog" | "SharePage" | "SubscribeButton" | "ActionButtonSubscribeHandlerSettings" | "ActionButtonSubscribeHandlerRegistration" | "ActionButtonSubscribeHandler" | "MySubscriptionsBlock" | "ActionButtonMySubscriptionsHandlerRegistration" | "ActionButtonMySubscriptionsHandler" | "LikeTopicIdProvider" | "RatePage" | "RatePageSettings" | "SharepointPageSearchTemplate" | "OmniaPageSearchTemplate" | "CommentsSearchTemplate" | "MoveNode" | "VariationSelectorBlockSettings" | "VariationInput" | "ActivityFeed" | "ActivityFeedSettings" | "BlockRssReader" | "BlockRssReaderSettings" | "RssReaderViewLeftImage" | "RssReaderViewRightImage" | "RssReaderViewNoImage" | "RssReaderViewLeftImageSettings" | "RssReaderViewRightImageSettings" | "RssReaderViewNoImageSettings" | "StatisticsPerPage" | "DocumentDataTypeProviderEdit" | "DocumentDataTypeProviderDisplay" | "DocumentDataTypeProviderId" | "DocumentDataTypeProviderValueDefinition" | "FeedbackPerPage" | "IframeBlock" | "IFrameBlockSettings" | "CommentSearchProviderSettings" | "EventDetail" | "EventDetailPageListener" | "EventDetailSettings" | "EventParticipantCounter" | "EventParticipantCounterSettings" | "ColleagueDialogContent" | "EventCloneDialogContent" | "EventParticipantList" | "EventParticipantListSettings" | "EventParticipantListListView" | "EventPageRollupListView" | "EventPageRollupListViewSettings" | "EventPageRollupViewRegistrations" | "MailDialogContent" | "AdminSettingsJourney" | "AdminSettingsJourneyRegistration" | "SystemAccount" | "EnterpriseGlossaryPageProviderSettings" | "EnterpriseGlossaryPageInformationProvider" | "EnterpriseGlossaryPageInformationTermMapping" | "AppSettingsArchiveComponent" | "CalendarRollupEventDialog" | "ChannelManagementBlade" | "WcmAdminOmniaSearchBlade" | "NewsletterEmailSendingHandler" | "ActionButtonInviteAuthorHandlerRegistration" | "ActionButtonInviteAuthorHandlerSubscription" | "InviteAuthorsDialog" | "ChannelCardView" | "PageRollupCalendarGeneralSettings" | "PageRollupCalendarPageCreationSettings" | "PageRollupCalendarView" | "MySubscriptionDialogProvider" | "LinkNavigationForm" | "AppSetup" | "ChannelRollup" | "ChannelRollupSettings" | "ChannelRollupAdministrationViewSettings" | "ChannelRollupAdministrationView" | "ChannelApprovalPage" | "WCMAppAppendInformationInput" | "QrCode" | "AddToMyCalendarButtonHandlerSubscription" | "PageRollupPublishingAppFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPublishingAppProperty" | "PageRollupPublishingAppPropertySettings" | "PageRollupPublishingAppPropertyDefaultValueInput" | "PageRollupPageTypeFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaPageTypeProperty" | "PageRollupPageTypePropertySettings" | "PageRollupPageTypePropertyDefaultValueInput" | "PageRollupChannelFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaChannelProperty" | "PageRollupChannelPropertySettings" | "PageRollupChannelPropertyDefaultValueInput" | "PageRollupCheckedOutByFilterEngineRenderer" | "PageRollupFilterEngineSelectionsAreaCheckedOutByProperty" | "PageRollupCheckedOutByPropertySettings" | "PageRollupCheckedOutByPropertyDefaultValueInput" | "WCMGlossaryUISettingBlade" | "WCMGlossaryUISettingsTree" | "ApprovalHistory" | "AttachSiteButton" | "AppEditing" | "OmniaSearchLoggingCore" | "OmniaSearchLogging" | "AnalyticsBlocksCore" | "AnalyticsTableComponent" | "AnalyticsTableBlock" | "AnalyticsTableBlockSettings" | "BlockBanner" | "BlockBannerSettings" | "BlockBannerComponent" | "BlockBannerEdit" | "WelcomeBlockCore" | "WelcomeBlockPicker" | "WelcomeBlock" | "WelcomeBlockSettings" | "DigitalSignageAdminJourney" | "DigitalSignageAdminSettings" | "DigitalSignageScreenRenderer" | "DigitalSignageLaunchScreenButton" | "DigitalSignageNewsMetadata" | "DigitalSignageOneColumnFullWidthViewSettings" | "DigitalSignageOneColumnFullWidthView" | "DigitalSignageOneColumnWideWidthViewSettings" | "DigitalSignageOneColumnWideWidthView" | "DigitalSignageOneColumnNormalOmniaWidthViewSettings" | "DigitalSignageOneColumnNormalOmniaWidthView" | "InfoScreenJourneyAdmin" | "InfoScreenButton" | "InfoScreenRenderer" | "InfoScreenNewsMetadata" | "InfoScreenNewUXOneColumnFullWidthViewSettings" | "InfoScreenNewUXOneColumnFullWidthView" | "InfoScreenNewUXOneColumnWideWidthViewSettings" | "InfoScreenNewUXOneColumnWideWidthView" | "InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings" | "InfoScreenNewUXOneColumnNormalOmniaWidthView" | "MediaRollupBlock" | "MediaRollupBlockSettings" | "MediaRollupSpsSearchSettings" | "MediaRollupSpLibrarySettings" | "MediaRollupMsSearchSettings" | "MediaRollupListView" | "MediaRollupListViewSettings" | "MediaRollupPhotowallView" | "MediaRollupPhotowallViewSetting", guid>;
4
+ declare const resourceManifests: Record<"PublishingApp" | "Editor" | "PageProperties" | "AnchorNavigationCore" | "DigitalSignageAdminSettingsLocalization" | "InfoScreenAdminRegistration" | "InfoScreenCore" | "InfoScreenAdminSettings" | "InfoScreenAdminSettingsLocalization" | "InfoScreenButtonLocalization" | "InfoScreenRendererBoot" | "InfoScreenViewRegistration" | "InfoScreenMediaPicker" | "DigitalSignageScreenRendererBoot" | "DigitalSignageScreenViewRegistration" | "DigitalSignageAdminRegistration" | "DigitalSignageCore" | "TaxonomyNavigationProvider" | "FxCore" | "Fx" | "Sp" | "FxUx" | "EventManagementCore" | "Contexts" | "Core" | "UXCore" | "AdminCore" | "AdminRegistrations" | "AppProvisioningStepMemberStepTemplateRegistration" | "AdminAppCore" | "CommunitiesAdminRegistrations" | "EmptyBlock" | "BlockTitle" | "BlockTitleSettings" | "VariationPicker" | "PageRecipients" | "CompactCurrentNavigationRegistration" | "PageChannels" | "EditorItemTitleRenderer" | "BackgroundMediaSelector" | "EditorShared" | "CheckedOutMessageView" | "ActionButtonNotificationPanelRegistrations" | "PageRollupCore" | "PageRollupStyleApi" | "PageRollupRegistrationApi" | "PageRollupViewRegistrations" | "PageRollupNotificationPanelRegistrations" | "CalendarRollupViewRegistrations" | "CalendarRollupNotificationPanelRegistrations" | "CalendarRollupCore" | "BreadcrumbCore" | "BannerCore" | "Shared" | "ContentBlockCore" | "ContentBlockBase" | "MediaBlockCore" | "HtmlScriptBlockCore" | "HtmlScriptBlockNotificationPanelRegistrations" | "PageCommentLikeBlockCore" | "LinkPickerCore" | "LinkPickerRegistrations" | "ActionButtonEventManagementCore" | "IFrameBlockCore" | "PagePropertiesCore" | "RelatedLinksRegistrations" | "RelatedLinksCore" | "PageItemResource" | "SocialCore" | "RssReaderCore" | "RssReaderViewRegistrations" | "RssReaderNotificationPanelRegistrations" | "PageRollupSettingsTabsResources" | "PageStatisticsCore" | "CommunityCore" | "ActivityFeedNotificationPanelRegistrations" | "EnableMSTeamsDeepLinkExecution" | "EnableInputMSTeamsUrl" | "SecretRegistration" | "SignOffRequestCore" | "SignOffRequestPageProvider" | "SignOffRequestBanner" | "PublishingAppToken" | "PagePropertiesProvider" | "PagePropertiesProviderCore" | "PagePropertyBindingProvider" | "RTFExtensions" | "MySubscriptionProvider" | "ChannelRollupCore" | "ChannelRollupRegistrationApi" | "PageSearchContextProvider" | "PageRollupFilterEngineContextPropertiesRegistration" | "PageRollupFilterEnginePublishingApp" | "PageRollupFilterEnginePageType" | "PageRollupFilterEngineChannel" | "PageRollupFilterEngineCore" | "PageRollupRendererResources" | "WCMGlossaryType" | "PageCreationCore" | "MediaRollupCore", guid>;
5
5
  declare module "@omnia/fx-models/Tooling" {
6
6
  interface IEnums$ {
7
7
  wcm: {
@@ -14,6 +14,8 @@ const groupManifests = enum$("wcm.groupManifests").value({
14
14
  MegaMenu: (0, fx_models_1.guid)("78465351-80e5-40a3-be94-f86abfbc7689")
15
15
  });
16
16
  const webComponentManifests = enum$("wcm.webComponentManifests").value({
17
+ AnchorNavigationBlock: (0, fx_models_1.guid)("52af49cd-ff77-41a9-b741-46a06d706c36"),
18
+ AnchorNavigationBlockSettings: (0, fx_models_1.guid)("8674a7ae-1a35-4004-bf1c-f22edbdc57e5"),
17
19
  LinkPickerExtension: (0, fx_models_1.guid)("8e9280ca-c727-487e-bf6c-09a153114e1f"),
18
20
  AppLayoutRenderer: (0, fx_models_1.guid)("a744f8c0-ae19-4734-bb99-94eaedacb0b1"),
19
21
  PageRenderer: (0, fx_models_1.guid)("8e012b42-4c13-4150-a11f-6b0b6300ee7c"),
@@ -109,17 +111,25 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
109
111
  AppProvisioningInformationSummary: (0, fx_models_1.guid)("61d306ed-6ef9-492a-b75a-f9b8e8941662"),
110
112
  ContentBlockBreakPointSettings: (0, fx_models_1.guid)("8391e163-0623-43e6-871b-029470494a79"),
111
113
  TranslationDialog: (0, fx_models_1.guid)("4a1b4080-7955-4143-9681-80eb8e94f09e"),
112
- PageRollupRollerViewSettings: (0, fx_models_1.guid)("48a601ca-d5a5-4a4e-88d2-abe88c204b78"),
114
+ PageRollupRollerGeneralSettings: (0, fx_models_1.guid)("3e3af51a-721a-45a1-853d-f9be6f6eccc1"),
115
+ PageRollupRollerPropertySettings: (0, fx_models_1.guid)("48a601ca-d5a5-4a4e-88d2-abe88c204b78"),
116
+ PageRollupRollerStyleSettings: (0, fx_models_1.guid)("8af09888-6574-4600-9209-ce295d6a71a3"),
113
117
  PageRollupRollerView: (0, fx_models_1.guid)("8358a4a9-4ad0-449a-a888-9bf876837849"),
114
118
  PageRollupListingWithImageViewSettings: (0, fx_models_1.guid)("b49a5299-2b2a-4ffd-82f0-666e3f7e51dc"),
115
119
  PageRollupListingWithImageView: (0, fx_models_1.guid)("1ec4b724-5aa1-4340-ad1a-4e36319de631"),
116
- PageRollupDynamicRollerSettings: (0, fx_models_1.guid)("3ebbb887-9918-41ba-a04c-6f13fa7e67a2"),
117
- PageRollupDynamicRollerView: (0, fx_models_1.guid)("3010cfb4-e97c-4817-867e-d440df089de0"),
118
120
  PageRollupCardViewSettings: (0, fx_models_1.guid)("4b67de2e-1fba-40f6-b931-0f46d67b18ff"),
119
121
  PageRollupCardView: (0, fx_models_1.guid)("96a40113-bc63-4915-9266-385409d6823d"),
120
122
  PageRollupNewsletterViewSettings: (0, fx_models_1.guid)("51be5aad-ea23-48e4-a566-9094f1c20d22"),
121
123
  PageRollupNewsletteriew: (0, fx_models_1.guid)("b31d4e31-1437-406c-8e78-039a68fcfd19"),
122
- PageRollupListViewSettings: (0, fx_models_1.guid)("52439087-3843-441d-bf9d-380f0f229fb6"),
124
+ PageRollupPropertyPicker: (0, fx_models_1.guid)("5ca22392-9800-40e2-8b1c-37f8aefa2741"),
125
+ PageRollupDynamicRollerGeneralSettings: (0, fx_models_1.guid)("3ebbb887-9918-41ba-a04c-6f13fa7e67a2"),
126
+ PageRollupDynamicPropertySettings: (0, fx_models_1.guid)("ba6df39b-e26f-4622-acae-b66b02569b1a"),
127
+ PageRollupDynamicSliderSettings: (0, fx_models_1.guid)("92375f9a-dfb7-45a1-a468-146ac7a27ada"),
128
+ PageRollupDynamicStyleSettings: (0, fx_models_1.guid)("d5768fd5-6091-43c0-b992-03143fe464a5"),
129
+ PageRollupDynamicRollerView: (0, fx_models_1.guid)("3010cfb4-e97c-4817-867e-d440df089de0"),
130
+ //PageRollupListViewSettings: guid("52439087-3843-441d-bf9d-380f0f229fb6"),
131
+ PageRollupListViewGeneralSettings: (0, fx_models_1.guid)("8b324e6a-c632-424d-938a-771e6847e57f"),
132
+ PageRollupListViewColumnSettings: (0, fx_models_1.guid)("bb074d56-6060-4f6a-836e-ab6cc5e39957"),
123
133
  PageRollupListView: (0, fx_models_1.guid)("9d62f3de-5a71-4435-927b-43a6ee9bce40"),
124
134
  PageRollUpDialogView: (0, fx_models_1.guid)("31cf4a10-9fee-43ee-9710-73bf2efe7174"),
125
135
  CalendarRollupListView: (0, fx_models_1.guid)("2b8df489-14c4-4866-8465-81c3b2b60d12"),
@@ -243,13 +253,13 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
243
253
  CalendarRollupEventDialog: (0, fx_models_1.guid)("07c3e30d-939d-487e-ad01-189557be3877"),
244
254
  ChannelManagementBlade: (0, fx_models_1.guid)("a8c1f0b5-ca39-46a6-9e0e-40e01d1744d3"),
245
255
  WcmAdminOmniaSearchBlade: (0, fx_models_1.guid)("0751f1aa-16a0-4c80-b3e2-b678e8c52435"),
246
- PageNavigationBlock: (0, fx_models_1.guid)("8674a7ae-1a35-4004-bf1c-f22edbdc57e5"),
247
256
  NewsletterEmailSendingHandler: (0, fx_models_1.guid)("a47891d9-789a-454f-850d-bc4e129c4a39"),
248
257
  ActionButtonInviteAuthorHandlerRegistration: (0, fx_models_1.guid)("3346b457-5f61-4406-9d67-60200e224243"),
249
258
  ActionButtonInviteAuthorHandlerSubscription: (0, fx_models_1.guid)("39d4eab7-b146-4168-9059-9576c7a5e468"),
250
259
  InviteAuthorsDialog: (0, fx_models_1.guid)("a5f3d79d-e285-4480-8252-99cc6ab63260"),
251
260
  ChannelCardView: (0, fx_models_1.guid)("c42c2f00-3867-4e6d-9b74-3d950a8a3879"),
252
- PageRollupCalendarViewSettings: (0, fx_models_1.guid)("92db91f4-2c61-4267-8121-3642973a393b"),
261
+ PageRollupCalendarGeneralSettings: (0, fx_models_1.guid)("92db91f4-2c61-4267-8121-3642973a393b"),
262
+ PageRollupCalendarPageCreationSettings: (0, fx_models_1.guid)("f1a5dfb5-be78-4303-875c-e258ffad4960"),
253
263
  PageRollupCalendarView: (0, fx_models_1.guid)("9de86be2-82f2-4e90-916a-62b474adb27f"),
254
264
  MySubscriptionDialogProvider: (0, fx_models_1.guid)("5fd0b3d2-debd-417d-bcdc-f567c881530d"),
255
265
  LinkNavigationForm: (0, fx_models_1.guid)("0780b084-5a60-4910-b0d0-34ee99a8b2ac"),
@@ -293,6 +303,10 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
293
303
  BlockBannerSettings: (0, fx_models_1.guid)("af494456-7ec1-4438-9b41-c15058e24bec"),
294
304
  BlockBannerComponent: (0, fx_models_1.guid)("4430685f-c1e2-468e-84b7-f0a397891d69"),
295
305
  BlockBannerEdit: (0, fx_models_1.guid)("af3408d0-3c8f-4877-b239-9e12bbf68f30"),
306
+ WelcomeBlockCore: (0, fx_models_1.guid)("8b873ab3-462e-4009-82cf-93c9a2ad378f"),
307
+ WelcomeBlockPicker: (0, fx_models_1.guid)("1cccfc13-daa0-4a13-96f1-4fd385b9f4ad"),
308
+ WelcomeBlock: (0, fx_models_1.guid)("1a517930-e257-49f0-aec8-a1617d79d21e"),
309
+ WelcomeBlockSettings: (0, fx_models_1.guid)("0045e808-79aa-46a1-b133-3f9df9276142"),
296
310
  DigitalSignageAdminJourney: (0, fx_models_1.guid)("49e54139-4ba2-42c5-8afe-197518622b9c"),
297
311
  DigitalSignageAdminSettings: (0, fx_models_1.guid)("c706d718-ac2e-4c56-9023-cdd746a98d9b"),
298
312
  DigitalSignageScreenRenderer: (0, fx_models_1.guid)("89638f87-3259-4931-804c-a7bd4726e604"),
@@ -314,8 +328,18 @@ const webComponentManifests = enum$("wcm.webComponentManifests").value({
314
328
  InfoScreenNewUXOneColumnWideWidthView: (0, fx_models_1.guid)("ed111c23-e8e8-4f36-b205-27dbf1058908"),
315
329
  InfoScreenNewUXOneColumnNormalOmniaWidthViewSettings: (0, fx_models_1.guid)("e84adc3e-adb8-41bb-b63a-a81d9ad18454"),
316
330
  InfoScreenNewUXOneColumnNormalOmniaWidthView: (0, fx_models_1.guid)("872e5649-a2ea-443b-bce0-422dc102abe9"),
331
+ MediaRollupBlock: (0, fx_models_1.guid)("682049fd-95a2-4f0e-a54a-5dfdb389f20a"),
332
+ MediaRollupBlockSettings: (0, fx_models_1.guid)("5f316afb-1fb8-44c0-8703-c35c539e7824"),
333
+ MediaRollupSpsSearchSettings: (0, fx_models_1.guid)("0a443e8a-8279-4f58-9a2a-3b9c7f8c1f50"),
334
+ MediaRollupSpLibrarySettings: (0, fx_models_1.guid)("ad219c6f-9f96-436e-84dd-955eda4b706a"),
335
+ MediaRollupMsSearchSettings: (0, fx_models_1.guid)("97b1b74d-18e0-4b1c-a994-f49693933a8a"),
336
+ MediaRollupListView: (0, fx_models_1.guid)("ac0d99ca-4d6b-4199-993c-24c2d1f2d761"),
337
+ MediaRollupListViewSettings: (0, fx_models_1.guid)("3f716929-8569-4447-b6e5-77c1154f8a55"),
338
+ MediaRollupPhotowallView: (0, fx_models_1.guid)("f2fec991-bb85-4666-954f-4b290cfaaeba"),
339
+ MediaRollupPhotowallViewSetting: (0, fx_models_1.guid)("638c4dee-9dd0-43c3-a561-75ca33739bef")
317
340
  });
318
341
  const resourceManifests = enum$("wcm.resourceManifests").value({
342
+ AnchorNavigationCore: (0, fx_models_1.guid)("85739a29-84be-4e55-a7d9-905cc8830a4b"),
319
343
  DigitalSignageAdminSettingsLocalization: (0, fx_models_1.guid)("95dadf40-ff14-41a0-a840-81fbcc6affe9"),
320
344
  InfoScreenAdminRegistration: (0, fx_models_1.guid)("cbe5ed4b-09b0-4153-a172-1871cb6add69"),
321
345
  InfoScreenCore: (0, fx_models_1.guid)("ac2df2e8-3b28-4543-a1f1-3cc6a5ca3287"),
@@ -414,4 +438,5 @@ const resourceManifests = enum$("wcm.resourceManifests").value({
414
438
  PageRollupRendererResources: (0, fx_models_1.guid)("74ea3346-4a90-46aa-996b-fd195002f28c"),
415
439
  WCMGlossaryType: (0, fx_models_1.guid)("47b70789-b295-4da7-bb4c-95bd275a4606"),
416
440
  PageCreationCore: (0, fx_models_1.guid)("4c4b8bcc-ecc9-403e-934d-49bb26a75f3a"),
441
+ MediaRollupCore: (0, fx_models_1.guid)("adb5966f-ce1e-48fb-be6c-324bc6f8726f")
417
442
  });
@@ -22,6 +22,7 @@ export interface PublishingChannel {
22
22
  multilingualTitle?: string;
23
23
  multilingualDescription?: string;
24
24
  disabled?: boolean;
25
+ publishingCategoryName?: string;
25
26
  }
26
27
  export interface PublishingChannelPage extends PublishingChannel {
27
28
  isDefault: boolean;
@@ -1,4 +1,4 @@
1
- import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings, ButtonBlueprint, Spacing } from "@omnia/fx-models";
1
+ import { IIcon, MultilingualString, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings, ButtonBlueprint, Spacing, TextBlueprint, OSizeTypes, ButtonSizes, FillDefinition } from "@omnia/fx-models";
2
2
  import { ActionHandlerInstance, DialogPositions, SelectionItem, SelectionToken } from "@omnia/fx/ux";
3
3
  import { PageCreationActionSetting } from "../pagecreation";
4
4
  export declare enum ButtonGroupings {
@@ -34,7 +34,7 @@ export interface IActionButtonHandlerInstance extends ActionHandlerInstance {
34
34
  round: boolean;
35
35
  block: boolean;
36
36
  outline: boolean;
37
- size: ButtonSizes;
37
+ size: OSizeTypes | ButtonSizes;
38
38
  icon?: IIcon;
39
39
  iconPositionRight: boolean;
40
40
  blueprint: ButtonBlueprint | ButtonBlueprintVariant;
@@ -42,13 +42,13 @@ export interface IActionButtonHandlerInstance extends ActionHandlerInstance {
42
42
  interface ButtonBlueprintVariant {
43
43
  }
44
44
  export interface ActionButton extends ActionHandler {
45
- bgColor: string;
46
- textColor: string;
45
+ bgStyle: FillDefinition;
46
+ textStyle: TextBlueprint;
47
47
  design: ButtonModes;
48
48
  round: boolean;
49
49
  block: boolean;
50
50
  outline: boolean;
51
- size: ButtonSizes;
51
+ size: OSizeTypes;
52
52
  icon?: IIcon;
53
53
  iconPositionRight: boolean;
54
54
  blueprint: ButtonBlueprint | ButtonBlueprintVariant;
@@ -1,5 +1,6 @@
1
- import { Spacing, VelcronRendererResolverReference } from "@omnia/fx-models";
1
+ import { Spacing, VelcronRendererResolverReference, TextBlueprint } from "@omnia/fx-models";
2
2
  export interface BreadcrumbBlockSettings {
3
+ blueprint?: TextBlueprint;
3
4
  excludeCurrentNode?: boolean;
4
5
  includeDefaultPageCollectionNode?: boolean;
5
6
  includeTenantNode?: boolean;
@@ -1,4 +1,4 @@
1
- import { Spacing, MultilingualString, ThemeDefinition } from "@omnia/fx-models";
1
+ import { ColorValue, MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export declare enum CommentSorting {
3
3
  OldestTop = 0,
4
4
  NewestTop = 1
@@ -14,6 +14,8 @@ export interface PageCommentsAndLikesBlockSettings {
14
14
  allowLikes?: boolean;
15
15
  allowShare?: boolean;
16
16
  pagingSize?: number;
17
- cardStyle?: ThemeDefinition;
17
+ backgroundColor?: ColorValue;
18
+ foregroundColor?: ColorValue;
19
+ textColor?: ColorValue;
18
20
  enableYammer?: boolean;
19
21
  }