@omnia/wcm 8.0.1-vnext → 8.0.2-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 (173) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/Utils.d.ts +1 -4
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +17 -16
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +108 -0
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +25 -2
  6. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +59 -1
  7. package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +2 -2
  8. package/internal-do-not-import-from-here/fx/constants.d.ts +5 -2
  9. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +2 -0
  10. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
  11. package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
  13. package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +3 -1
  15. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +45 -2
  16. package/internal-do-not-import-from-here/fx/models/Constants.js +109 -4
  17. package/internal-do-not-import-from-here/fx/models/Enums.d.ts +4 -2
  18. package/internal-do-not-import-from-here/fx/models/Enums.js +3 -1
  19. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +17 -2
  20. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +19 -2
  21. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyRequest.d.ts +4 -0
  22. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.d.ts +4 -0
  23. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.js +2 -0
  24. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +37 -0
  25. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +19 -0
  26. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +11 -0
  27. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.js +2 -0
  28. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +10 -0
  29. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.js +2 -0
  30. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.d.ts +10 -0
  31. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.js +2 -0
  32. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.d.ts +4 -0
  33. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.js +7 -0
  34. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +6 -0
  35. package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.d.ts +4 -0
  36. package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.js +2 -0
  37. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -3
  38. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +4 -0
  39. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +15 -0
  40. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +1 -0
  41. package/internal-do-not-import-from-here/fx/models/components/NavigationNodeStyles.d.ts +3 -3
  42. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +3 -0
  43. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +1 -0
  44. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +8 -0
  45. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.js +2 -0
  46. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +1 -0
  47. package/internal-do-not-import-from-here/fx/models/digitalsignage/index.d.ts +1 -0
  48. package/internal-do-not-import-from-here/fx/models/digitalsignage/index.js +1 -0
  49. package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
  50. package/internal-do-not-import-from-here/fx/models/index.d.ts +5 -1
  51. package/internal-do-not-import-from-here/fx/models/index.js +5 -1
  52. package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +7 -0
  53. package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.js +2 -0
  54. package/internal-do-not-import-from-here/fx/models/pagecreation/index.d.ts +1 -0
  55. package/internal-do-not-import-from-here/fx/models/pagecreation/index.js +4 -0
  56. package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
  57. package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.js +2 -0
  58. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
  59. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +9 -0
  60. package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
  61. package/internal-do-not-import-from-here/fx/models/pagenavigation/index.js +5 -0
  62. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.d.ts +10 -1
  63. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +4 -1
  64. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +3 -0
  65. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +0 -2
  66. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +19 -7
  67. package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +7 -2
  68. package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.d.ts +9 -0
  69. package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.js +2 -0
  70. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -0
  71. package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +2 -2
  72. package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.d.ts +8 -0
  73. package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.js +11 -0
  74. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.d.ts +6 -0
  75. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.js +6 -0
  76. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +8 -0
  77. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +10 -0
  78. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +64 -0
  79. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +54 -0
  80. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.d.ts +8 -0
  81. package/internal-do-not-import-from-here/fx/models/pages/{ApprovalData.js → approval/ApprovalType.js} +3 -0
  82. package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.d.ts +10 -0
  83. package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.js +10 -0
  84. package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.d.ts +10 -0
  85. package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.js +11 -0
  86. package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.d.ts +9 -0
  87. package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.js +10 -0
  88. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +13 -0
  89. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.js +10 -0
  90. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +4 -0
  91. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.js +6 -0
  92. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +11 -1
  93. package/internal-do-not-import-from-here/fx/models/pages/index.js +11 -1
  94. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
  95. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +16 -0
  96. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
  97. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +16 -0
  98. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
  99. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +16 -0
  100. package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
  101. package/internal-do-not-import-from-here/fx/models/properties/definitions/index.js +6 -0
  102. package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
  103. package/internal-do-not-import-from-here/fx/models/properties/index.js +5 -0
  104. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
  105. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +11 -0
  106. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
  107. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +11 -0
  108. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
  109. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +11 -0
  110. package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
  111. package/internal-do-not-import-from-here/fx/models/properties/values/index.js +6 -0
  112. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +9 -0
  113. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.js +2 -0
  114. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +10 -2
  115. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +1 -1
  116. package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +3 -0
  117. package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.d.ts +6 -0
  118. package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.js +2 -0
  119. package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +2 -0
  120. package/internal-do-not-import-from-here/fx/models/publishingrule/index.js +2 -0
  121. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
  122. package/internal-do-not-import-from-here/fx/models/search/PageDocument.js +2 -0
  123. package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
  124. package/internal-do-not-import-from-here/fx/models/{urlstate → search}/index.js +1 -1
  125. package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.d.ts +2 -1
  126. package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.js +2 -1
  127. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +17 -0
  128. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
  129. package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +18 -0
  130. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +2 -0
  131. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +2 -1
  132. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +7 -6
  133. package/internal-do-not-import-from-here/fx/services/index.d.ts +3 -1
  134. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
  135. package/internal-do-not-import-from-here/fx/{stores → shared}/PageRollupStoreHelper.d.ts +11 -5
  136. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
  137. package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
  138. package/internal-do-not-import-from-here/fx/stores/BreadcrumbStore.d.ts +1 -0
  139. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +2 -3
  140. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +2 -0
  141. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +1 -0
  142. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +17 -5
  143. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -1
  144. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +23 -17
  145. package/internal-do-not-import-from-here/fx/stores/index.d.ts +0 -1
  146. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  147. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  148. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationQueryRequest.d.ts +2 -2
  149. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.d.ts +6 -0
  150. package/internal-do-not-import-from-here/models/pagearchive/statuses/MigrationPageArchiveInformationStatus.js +2 -0
  151. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.d.ts +2 -1
  152. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -0
  153. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +25 -3
  154. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +2 -0
  155. package/internal-do-not-import-from-here/models/publishingapp/editor/IPageEditorItem.d.ts +1 -0
  156. package/internal-do-not-import-from-here/models/publishingapp/pagecollection/PageContextInfo.d.ts +3 -0
  157. package/internal-do-not-import-from-here/models/security/Security.d.ts +8 -1
  158. package/internal-do-not-import-from-here/models/security/Security.js +26 -1
  159. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.d.ts +7 -0
  160. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestActionSettings.js +2 -0
  161. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
  162. package/internal-do-not-import-from-here/models/signoffrequest/index.js +1 -0
  163. package/internal-do-not-import-from-here/tooling.output.json +1 -0
  164. package/package.json +1 -1
  165. package/task.ts +4 -4
  166. package/internal-do-not-import-from-here/fx/models/pages/ApprovalData.d.ts +0 -13
  167. package/internal-do-not-import-from-here/fx/models/urlstate/UrlState.d.ts +0 -25
  168. package/internal-do-not-import-from-here/fx/models/urlstate/index.d.ts +0 -1
  169. package/internal-do-not-import-from-here/fx/services/UrlStateService.d.ts +0 -9
  170. package/internal-do-not-import-from-here/fx/stores/UrlHistoryStore.d.ts +0 -23
  171. package/task.d.ts +0 -1
  172. package/task.js +0 -34
  173. /package/internal-do-not-import-from-here/fx/models/{urlstate/UrlState.js → aipagecontentreport/PageAiAnalysisPropertyRequest.js} +0 -0
@@ -17,4 +17,6 @@ export declare class WcmCoreConstants {
17
17
  static get DocumentDataTypeProviderId(): string;
18
18
  static get BackupDataLibraryUrl(): string;
19
19
  static get WCMDocumentsLibraryUrl(): string;
20
+ static get PageDocumentIndexId(): string;
21
+ static get OmniaSearchMigrationId(): string;
20
22
  }
@@ -1,5 +1,5 @@
1
1
  import { Page, NavigationNode, NavigationData, VariationId, VariationString, Variation } from "@omnia/wcm/models";
2
- import { GuidValue, Layout, LayoutItem } from "@omnia/fx-models";
2
+ import { LayoutItem } from "@omnia/fx-models";
3
3
  export declare module Utils {
4
4
  function isSupportedByOfficeWebApp(documentUrl: string): boolean;
5
5
  function getOfficeIconByFileExtension(extension: string): string;
@@ -60,6 +60,3 @@ export declare module WCMGovernanceUtils {
60
60
  function getMonth(date: Date, numberOfMonths: any): Date;
61
61
  function equalMonth(date: Date, compare: Date): boolean;
62
62
  }
63
- export declare module LayoutUtils {
64
- function generateEmptyLayout(id?: GuidValue, ownerLayoutId?: GuidValue): Layout;
65
- }
@@ -131,6 +131,9 @@ export declare module WCMCoreLocalization {
131
131
  FixedValue: string;
132
132
  CurrentPage: string;
133
133
  User: string;
134
+ CurrentUser: string;
135
+ SelectedUser: string;
136
+ TargetedUser: string;
134
137
  };
135
138
  UIFilterOption: {
136
139
  Searchbox: string;
@@ -169,7 +172,7 @@ export declare module WCMCoreLocalization {
169
172
  Share: string;
170
173
  };
171
174
  Features: {
172
- PublishingEnterpriseProperties: {
175
+ New7PublishingEnterpriseProperties: {
173
176
  Title: string;
174
177
  Description: string;
175
178
  Category: string;
@@ -188,55 +191,49 @@ export declare module WCMCoreLocalization {
188
191
  Description: string;
189
192
  Category: string;
190
193
  };
191
- InfoScreen: {
194
+ New7InfoScreen: {
192
195
  Title: string;
193
196
  Category: string;
194
197
  Description: string;
195
198
  };
196
- DefaultCommunityPropertiesAndPageTypes: {
199
+ New7DefaultCommunityPropertiesAndPageTypes: {
197
200
  Title: string;
198
201
  Description: string;
199
202
  Category: string;
200
203
  };
201
- DefaultCommunityTemplate: {
204
+ New7DefaultCommunityTemplate: {
202
205
  Title: string;
203
206
  Description: string;
204
207
  Category: string;
205
208
  };
206
- YammerIntegration: {
207
- Title: string;
208
- Category: string;
209
- Description: string;
210
- ConsentInformation: string;
211
- };
212
- PublishingAppInfrastructure: {
209
+ New7PublishingAppInfrastructure: {
213
210
  Title: string;
214
211
  Description: string;
215
212
  Category: string;
216
213
  ConsentInformation: string;
217
214
  };
218
- VersionedControlledDocument: {
215
+ New7VersionedControlledDocument: {
219
216
  Title: string;
220
217
  Description: string;
221
218
  Category: string;
222
219
  };
223
- DigitalSignage: {
220
+ New7DigitalSignage: {
224
221
  Title: string;
225
222
  Category: string;
226
223
  Description: string;
227
224
  };
228
- SiteSelectedPermissions: {
225
+ New7SiteSelectedPermissions: {
229
226
  Category: string;
230
227
  Description: string;
231
228
  Title: string;
232
229
  };
233
- WebContentManagementCore: {
230
+ New7WebContentManagementCore: {
234
231
  Category: string;
235
232
  Description: string;
236
233
  Title: string;
237
234
  ConsentInformation: string;
238
235
  };
239
- CalendarRollupCore: {
236
+ New7CalendarRollupCore: {
240
237
  Category: string;
241
238
  Description: string;
242
239
  Title: string;
@@ -247,6 +244,10 @@ export declare module WCMCoreLocalization {
247
244
  Description: string;
248
245
  Title: string;
249
246
  };
247
+ ProvisionOmniaSearchData: {
248
+ Title: string;
249
+ Description: string;
250
+ };
250
251
  };
251
252
  ImageScalingBlockSettings: {
252
253
  ForceDefaultScaling: string;
@@ -19,6 +19,7 @@ export declare module EditorLocalization {
19
19
  ShowUrl: string;
20
20
  ShowProperties: string;
21
21
  AutoPublish: string;
22
+ AutoPublishDisableMessage: string;
22
23
  EnableActivityTracking: string;
23
24
  Activities: string;
24
25
  EnableSendPageEmail: string;
@@ -57,12 +58,60 @@ export declare module EditorLocalization {
57
58
  At: string;
58
59
  Comment: string;
59
60
  };
61
+ AnalysisPage: {
62
+ Time: string;
63
+ Name: string;
64
+ NoOfPages: string;
65
+ Failed: string;
66
+ Report: string;
67
+ ShowReport: string;
68
+ CreateNew: string;
69
+ Back: string;
70
+ DisplayPage: string;
71
+ Page: string;
72
+ PageCollection: string;
73
+ OutCome: string;
74
+ EditPage: string;
75
+ FixPage: string;
76
+ Prompt: string;
77
+ Outcome: string;
78
+ Property: string;
79
+ Result: {
80
+ BladeTitle: string;
81
+ ConfigurationError: string;
82
+ ContainFilterTextError: string;
83
+ };
84
+ ContentAnalysis: {
85
+ Title: string;
86
+ Validation: string;
87
+ };
88
+ Pages: {
89
+ Title: string;
90
+ Helptext: string;
91
+ Status: {
92
+ Passed: string;
93
+ Failed: string;
94
+ Fixing: string;
95
+ };
96
+ RetryTooltip: string;
97
+ };
98
+ TextProperties: {
99
+ Title: string;
100
+ Validation: string;
101
+ };
102
+ FixPageWarning: string;
103
+ ContentAnalysisSetting: string;
104
+ CreateAnalysis: string;
105
+ Warning: string;
106
+ };
60
107
  PageArchive: {
61
108
  Archive: string;
62
109
  ArchivedPages: string;
63
110
  AutoArchivePropertyTooltip: string;
64
111
  Archiving: string;
65
112
  Migrating: string;
113
+ MigrationError: string;
114
+ RetryMigrate: string;
66
115
  Restore: string;
67
116
  Restoring: string;
68
117
  ArchiveWithId: string;
@@ -119,6 +168,7 @@ export declare module EditorLocalization {
119
168
  CheckedOut: string;
120
169
  PendingApproval: string;
121
170
  Scheduled: string;
171
+ Analysis: string;
122
172
  TakeControl: string;
123
173
  GenerateExcelReport: string;
124
174
  HasError: string;
@@ -169,6 +219,14 @@ export declare module EditorLocalization {
169
219
  Nov: string;
170
220
  Dec: string;
171
221
  };
222
+ CalendarNavigation: {
223
+ NextDay: string;
224
+ PreviousDay: string;
225
+ NextWeek: string;
226
+ PreviousWeek: string;
227
+ NextMonth: string;
228
+ PreviousMonth: string;
229
+ };
172
230
  };
173
231
  ListView: string;
174
232
  };
@@ -264,8 +322,20 @@ export declare module EditorLocalization {
264
322
  Anyone: string;
265
323
  LimitedUsers: string;
266
324
  BasedOnPersonProperty: string;
325
+ TermDriven: string;
267
326
  EmptyApproverMessage: string;
268
327
  ApplyToAuthorOnly: string;
328
+ ApplyToNewPageOnly: string;
329
+ MultiStepApproval: string;
330
+ AddStepValidateMessage: string;
331
+ AllowEdit: string;
332
+ EnableReject: string;
333
+ EnableSendBack: string;
334
+ AddStep: string;
335
+ InheritParentSetting: string;
336
+ NoApproverFound: string;
337
+ SendForApprovalStep: string;
338
+ ApprovalHistory: string;
269
339
  };
270
340
  Scheduling: {
271
341
  Title: string;
@@ -458,10 +528,18 @@ export declare module EditorLocalization {
458
528
  Message: string;
459
529
  };
460
530
  MandatoryChannels: string;
531
+ AtleastOneChannelIsRequiredForNewPage: string;
461
532
  };
462
533
  PageCollectionPermission: {
463
534
  Title: string;
464
535
  };
536
+ OpenAI: {
537
+ Title: string;
538
+ AIGeneratedContent: string;
539
+ EnableSetting: string;
540
+ EnableOpenAI: string;
541
+ ImageRatio: string;
542
+ };
465
543
  };
466
544
  Dialogs: {
467
545
  MoveToTenant: {
@@ -481,6 +559,9 @@ export declare module EditorLocalization {
481
559
  };
482
560
  SetPermission: {
483
561
  Title: string;
562
+ ThereNeedsToBeAtLeastOneAdministratorInThePublishingApp: string;
563
+ YouAreAboutToRemoveYourselfAsAnAdministratorAreYouSureYouWantToContinue: string;
564
+ ThereIsAnOnGoingApprovalWorkflow: string;
484
565
  };
485
566
  CreatePage: {
486
567
  NoTemplateSelected: string;
@@ -491,6 +572,12 @@ export declare module EditorLocalization {
491
572
  Create: string;
492
573
  Cancel: string;
493
574
  NoPageTypeMessage: string;
575
+ Description: string;
576
+ OpenAIPrompt: string;
577
+ EnableCreatePageByOpenAI: string;
578
+ AutoGenerateContent: string;
579
+ PlaceholderPromptOpenAI: string;
580
+ PlaceholderImagePromptOpenAI: string;
494
581
  };
495
582
  EditNavigation: {
496
583
  Title: string;
@@ -572,6 +659,7 @@ export declare module EditorLocalization {
572
659
  MovePageCollection: {
573
660
  Title: string;
574
661
  SelectPublishingApp: string;
662
+ SelectBusinessProfile: string;
575
663
  InvalidVariationsMessage: string;
576
664
  ExistingUrlSegmentMessage: string;
577
665
  IsNotAppAdminMessage: string;
@@ -693,6 +781,26 @@ export declare module EditorLocalization {
693
781
  ValidateYammerGroupMessage: string;
694
782
  ValidateRequiredPropertyMapping: string;
695
783
  };
784
+ ApprovalForm: {
785
+ SendBack: string;
786
+ Reject: string;
787
+ Approve: string;
788
+ Send: string;
789
+ SentFrom: string;
790
+ Comment: string;
791
+ History: string;
792
+ };
793
+ ApprovalHistory: {
794
+ SendApprovalActionMessage: string;
795
+ SendBackActionMessage: string;
796
+ ApproveActionMessage: string;
797
+ RejectActionMessage: string;
798
+ NoVersionhistoryFound: string;
799
+ SendBackAction: string;
800
+ RejectAction: string;
801
+ ApprovedAction: string;
802
+ Cancel: string;
803
+ };
696
804
  };
697
805
  Tabs: {
698
806
  Gamification: string;
@@ -133,6 +133,8 @@ export declare module PageRollupLocalization {
133
133
  DialogWidth: string;
134
134
  DialogHeight: string;
135
135
  CheckedOutBy: string;
136
+ SelectedUser: string;
137
+ UserProperty: string;
136
138
  };
137
139
  PagePicker: {
138
140
  AddPage: string;
@@ -161,8 +163,8 @@ export declare module PageRollupLocalization {
161
163
  UniqueUsers: string;
162
164
  Aggregate: string;
163
165
  };
164
- ShowAvatar: string;
165
- ShowUserName: string;
166
+ ShowProfileImage: string;
167
+ ShowName: string;
166
168
  };
167
169
  DynamicRoller: {
168
170
  Title: string;
@@ -313,8 +315,10 @@ export declare module PageRollupLocalization {
313
315
  WaitingForApproval: string;
314
316
  ScheduledForPublishing: string;
315
317
  UnpublishedChanges: string;
318
+ Default: string;
316
319
  };
317
320
  CalendarView: {
321
+ General: string;
318
322
  Title: string;
319
323
  CalendarViewMore: string;
320
324
  StartDate: string;
@@ -344,6 +348,25 @@ export declare module PageRollupLocalization {
344
348
  EventHeight: string;
345
349
  DefaultTime: string;
346
350
  EventColor: string;
351
+ CalendarNavigation: {
352
+ NextDay: string;
353
+ PreviousDay: string;
354
+ NextWeek: string;
355
+ PreviousWeek: string;
356
+ NextMonth: string;
357
+ PreviousMonth: string;
358
+ Next: string;
359
+ Back: string;
360
+ };
361
+ EnablePageCreation: string;
362
+ PageCreation: {
363
+ Title: string;
364
+ Text: string;
365
+ Tooltip: string;
366
+ SelectPageCollection: string;
367
+ SetDefaultDateFromCalendar: string;
368
+ Property: string;
369
+ };
347
370
  };
348
371
  Subscription: {
349
372
  Subscribe: string;
@@ -19,6 +19,8 @@ export declare module PublishingAppLocalization {
19
19
  IllegalCharacterMessage: string;
20
20
  CannotFindLibrary: string;
21
21
  Setup: string;
22
+ SharepointUrl: string;
23
+ Tooltip: string;
22
24
  HomeBlade: {
23
25
  Active: string;
24
26
  PendingApproval: string;
@@ -99,6 +101,15 @@ export declare module PublishingAppLocalization {
99
101
  DeleteDialogTitle: string;
100
102
  DeleteConfirmMessage: string;
101
103
  };
104
+ OmniaSearch: {
105
+ Title: string;
106
+ OmniaSearchLogs: string;
107
+ ReindexContent: string;
108
+ Logging: string;
109
+ ReindexContentMessageProgress: string;
110
+ ReindexContentMessage: string;
111
+ ConfirmReindexContentOmniaSearchMessage: string;
112
+ };
102
113
  };
103
114
  AppDefinition: {
104
115
  AppDefinitionName: string;
@@ -114,6 +125,19 @@ export declare module PublishingAppLocalization {
114
125
  SharePointCommunicationSite: string;
115
126
  };
116
127
  };
128
+ AppProvisioning: {
129
+ Steps: {
130
+ MemberStep: {
131
+ Participants: string;
132
+ PrimarySiteCollectionAdministrator: string;
133
+ InputField: {
134
+ Owner: string;
135
+ Members: string;
136
+ Readers: string;
137
+ };
138
+ };
139
+ };
140
+ };
117
141
  ActionButtons: {
118
142
  DiscardChanges: string;
119
143
  SaveasDraft: string;
@@ -136,6 +160,7 @@ export declare module PublishingAppLocalization {
136
160
  CancelSchedule: string;
137
161
  ScheduleTooltip: string;
138
162
  SendForApproval: string;
163
+ Approval: string;
139
164
  Approve: string;
140
165
  Reject: string;
141
166
  CancelApproval: string;
@@ -178,6 +203,28 @@ export declare module PublishingAppLocalization {
178
203
  Subject: string;
179
204
  };
180
205
  PublishingApproval: {
206
+ MailApprovalStepAssigned: {
207
+ Subject: string;
208
+ Content: string;
209
+ };
210
+ MailStatusUpdate: {
211
+ Subject: string;
212
+ Content: string;
213
+ };
214
+ MailApprovalCompleted: {
215
+ Subject: string;
216
+ Content: string;
217
+ };
218
+ MailApprovalRejected: {
219
+ Subject: string;
220
+ Content: string;
221
+ };
222
+ MailApprovalCanceled: {
223
+ Subject: string;
224
+ Content: string;
225
+ };
226
+ MailHistoryItemSend: string;
227
+ MailHistoryItemFinish: string;
181
228
  Approve: {
182
229
  Subject: string;
183
230
  Content: string;
@@ -258,7 +305,7 @@ export declare module PublishingAppLocalization {
258
305
  AutomaticMachineTranslation: string;
259
306
  ActiveRightToLeft: string;
260
307
  AllowEditMachineTranslation: string;
261
- WarningDialog: {
308
+ New7WarningDialog: {
262
309
  Title: string;
263
310
  Message: string;
264
311
  };
@@ -333,5 +380,16 @@ export declare module PublishingAppLocalization {
333
380
  FileStorage: string;
334
381
  FileStorageDescription: string;
335
382
  };
383
+ AttachSite: {
384
+ AttachedSiteUrlPlaceHolder: string;
385
+ InvalidSiteUrlErrorMessage: string;
386
+ ExistedSiteUrlErrorMessage: string;
387
+ NoMatchingSPSiteTemplate: string;
388
+ };
389
+ Actions: {
390
+ CreateNew: string;
391
+ AttachSite: string;
392
+ Resolve: string;
393
+ };
336
394
  }
337
395
  }
@@ -8,13 +8,13 @@ export declare module CoreLocalization {
8
8
  Description: string;
9
9
  Category: string;
10
10
  };
11
- EventManagement: {
11
+ New7EventManagement: {
12
12
  Title: string;
13
13
  Description: string;
14
14
  Category: string;
15
15
  ConsentInformation: string;
16
16
  };
17
- PageTypes: {
17
+ New7PageTypes: {
18
18
  Title: string;
19
19
  Description: string;
20
20
  Category: string;
@@ -28,8 +28,8 @@ export declare const GovernanceDashboard: {
28
28
  UnderuserdId: Guid;
29
29
  ActiveUserReader: Guid;
30
30
  ActiveUserContributor: Guid;
31
- UrlStatusNotFoundId: Guid;
32
- UrlStatusUnauthorizedId: Guid;
31
+ LinkStatusNotFoundId: Guid;
32
+ LinkStatusUnauthorizedId: Guid;
33
33
  };
34
34
  Properties: {
35
35
  ReachFieldId: Guid;
@@ -144,3 +144,6 @@ export declare const CalendarConstants: {
144
144
  };
145
145
  getByValue: (value: Array<number>) => CalendarViewWeekdaysValue;
146
146
  };
147
+ export declare const PageApprovalConstants: {
148
+ FakeDefaultFirstStepId: Guid;
149
+ };
@@ -1,6 +1,8 @@
1
1
  import { EnterprisePropertyDefinition, GuidValue, Tag, Identity } from "@omnia/fx-models";
2
2
  import { ItemQueryEnums, QueryFilter, PageId, VariationId } from "../models";
3
3
  export declare module ItemQueryHelper {
4
+ const PageId = "PId";
5
+ const ConditionExpressionFilter = "ConditionExpressionFilter";
4
6
  const VariationId = "VariationId";
5
7
  function generateExcludePageId(logicalOperator: ItemQueryEnums.FilterLogicalOperator, pageId: PageId, filters?: Array<QueryFilter>): QueryFilter;
6
8
  function generateFalseFilter(logicalOperator: ItemQueryEnums.FilterLogicalOperator, filters?: Array<QueryFilter>): QueryFilter;
@@ -0,0 +1,31 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ export declare enum ReindexContentOmniaSearchStatus {
3
+ Unassigned = 0,
4
+ Assigned = 1,
5
+ Success = 2,
6
+ Exception = 3
7
+ }
8
+ export interface ReindexContentOmniaSearchProgress {
9
+ total: number;
10
+ failed: number;
11
+ description: string;
12
+ succeed: number;
13
+ appsProgress: {
14
+ [publishingAppId: string]: ReindexContentOmniaSearchAppProgress;
15
+ };
16
+ }
17
+ export interface ReindexContentOmniaSearchAppProgress {
18
+ failed: number;
19
+ succeed: number;
20
+ }
21
+ export interface ReindexContentOmniaSearch {
22
+ id: number;
23
+ status: ReindexContentOmniaSearchStatus;
24
+ createdAt: string;
25
+ createdBy: Identity;
26
+ modifiedAt: string;
27
+ modifiedBy: Identity;
28
+ error?: string;
29
+ resourceId?: string;
30
+ progress?: ReindexContentOmniaSearchProgress;
31
+ }
@@ -5,3 +5,4 @@ export * from "./PagesDashboardMetric";
5
5
  export * from "./PagesDashboard";
6
6
  export * from "./UserActivityDashboard";
7
7
  export * from "./SharepointSynchronizedEvent";
8
+ export * from "./OmniaSearch";
@@ -0,0 +1,27 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { ReindexContentOmniaSearch } from "../models";
3
+ export declare class OmniaSearchPageStore extends Store {
4
+ private omniaSearchPageService;
5
+ onActivated(): void;
6
+ onDisposing(): void;
7
+ getters: {};
8
+ /**
9
+ * Implementation of mutations
10
+ */
11
+ mutations: {};
12
+ /**
13
+ * Implementation of actions
14
+ */
15
+ actions: {
16
+ triggerReindexContentOmniaSearchPublishingApp: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
17
+ triggerReindexOmniaSearchTenant: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: string) => void, (failureReason: any) => void, () => Promise<string>>;
18
+ pollingReindexContentOmniaSearchStatus: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string) => void, (result: ReindexContentOmniaSearch, resourceId: string) => void, (failureReason: any, resourceId: string) => void, (resourceId: string) => Promise<ReindexContentOmniaSearch>>;
19
+ getReindexContentLogs: import("@omnia/fx/stores").StoreAction<unknown, (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (result: {
20
+ total: number;
21
+ value: ReindexContentOmniaSearch[];
22
+ }, resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (failureReason: any, resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => void, (resourceId: string, pageNr?: number, pageSize?: number, sortColumn?: string, sortDesc?: boolean) => Promise<{
23
+ total: number;
24
+ value: ReindexContentOmniaSearch[];
25
+ }>>;
26
+ };
27
+ }
@@ -1,2 +1,3 @@
1
1
  export * from "./SharepointPageStore";
2
2
  export * from "./YammerIntegrationStore";
3
+ export * from "./OmniaSearchPageStore";
@@ -1,5 +1,6 @@
1
1
  import { IMessageBusTopicPublishSubscriber, NotificationMessage } from "@omnia/fx-models";
2
- import { CalendarRollupRegistrationView, PageRollupRegistrationView, RTFMediaPickerMessage, RTFLinkPickerMessage, PropertyUpdatedMessage, ChannelRollupRegistrationView } from "../models";
2
+ import { MessageBusTopicMediator } from "@omnia/fx";
3
+ import { CalendarRollupRegistrationView, PageRollupRegistrationView, RTFMediaPickerMessage, RTFLinkPickerMessage, PropertyUpdatedMessage, ChannelRollupRegistrationView, ContentBlockAutomaticSummaryRegistration } from "../models";
3
4
  export declare class InternalWcmTopics {
4
5
  static get onEnterPrisePropertyUpdated(): IMessageBusTopicPublishSubscriber<PropertyUpdatedMessage>;
5
6
  static get refreshButtonByTypeId(): IMessageBusTopicPublishSubscriber<string>;
@@ -12,4 +13,5 @@ export declare class InternalWcmTopics {
12
13
  static get enableInputMSTeamsUrl(): IMessageBusTopicPublishSubscriber<boolean>;
13
14
  static get publishTargetPagesTriggered(): IMessageBusTopicPublishSubscriber<boolean>;
14
15
  static get registerChannelRollupView(): IMessageBusTopicPublishSubscriber<ChannelRollupRegistrationView>;
16
+ static get generateSummaryContentBlockTopic(): MessageBusTopicMediator<ContentBlockAutomaticSummaryRegistration>;
15
17
  }
@@ -22,6 +22,8 @@ export declare const PageRollupConstants: {
22
22
  readonly navigationDepthLevelInternalName: string;
23
23
  readonly navigationStartNodeInternalName: string;
24
24
  readonly navigationSortInternalName: string;
25
+ readonly pCreatedAt: string;
26
+ readonly pCreatedBy: string;
25
27
  readonly PageSizeMax: number;
26
28
  readonly DefaultPageSize: number;
27
29
  readonly channelIdInternalName: string;
@@ -45,13 +47,15 @@ export declare const Constants: {
45
47
  community: string;
46
48
  infoScreen: string;
47
49
  eventmanagement: string;
48
- yammerIntegration: string;
49
50
  versionedControlledDocument: string;
50
51
  digitalSignage: string;
51
52
  socialReactions: string;
52
53
  webContentManagementCore: string;
53
54
  calendarRollupCore: string;
54
- brokenLinkDetection: string;
55
+ communityPropertiesAndPageTypes: string;
56
+ publishingAppInfrastructure: string;
57
+ eventPageType: string;
58
+ omniasearch: string;
55
59
  };
56
60
  communityAppDefinitionInfo: {
57
61
  id: Guid;
@@ -77,6 +81,11 @@ export declare const Constants: {
77
81
  documentDataTypeProvider: {
78
82
  id: string;
79
83
  };
84
+ properties: {
85
+ registrations: {
86
+ pagePropertyBindingProviderId: Guid;
87
+ };
88
+ };
80
89
  pageProvider: {
81
90
  id: string;
82
91
  };
@@ -86,6 +95,9 @@ export declare const Constants: {
86
95
  prefixTokens: {
87
96
  publishingApp: string;
88
97
  };
98
+ reindexContent: {
99
+ tenantResourceId: string;
100
+ };
89
101
  };
90
102
  export declare class WCMEnterpriseProperties {
91
103
  static Recipients: {
@@ -134,3 +146,34 @@ export declare const PageRollupFilterEngineContextPropertyTypes: {
134
146
  publishingChannel: Guid;
135
147
  checkedOutBy: Guid;
136
148
  };
149
+ export declare const OmniaSearchConstants: {
150
+ timestamp(str: string): string;
151
+ readonly title: string;
152
+ readonly type: string;
153
+ readonly pageCollectionId: string;
154
+ readonly publishingAppId: string;
155
+ readonly pUrlSegment: string;
156
+ readonly pageId: string;
157
+ readonly channels: string;
158
+ readonly defaultChannel: string;
159
+ readonly layoutDataParentPageId: string;
160
+ readonly commentsAndLikesSettings: string;
161
+ readonly commentCount: string;
162
+ readonly reactionCount: string;
163
+ readonly commentCountLastWeek: string;
164
+ readonly reactionCountLastWeek: string;
165
+ readonly commentCountLastMonth: string;
166
+ readonly reactionCountLastMonth: string;
167
+ readonly pageHitsTotal: string;
168
+ readonly uniqueVisitorsTotal: string;
169
+ readonly pageHitsLastWeek: string;
170
+ readonly uniqueVisitorsLastWeek: string;
171
+ readonly pageHitsLastMonth: string;
172
+ readonly uniqueVisitorsLastMonth: string;
173
+ readonly variationId: string;
174
+ readonly variationOfPageId: string;
175
+ readonly notCreatedVariationIds: string;
176
+ readonly isDefaultPageVariation: string;
177
+ readonly hiddenByPageId: string;
178
+ readonly deletedAt: string;
179
+ };