@omnia/wcm 8.0.1-dev → 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 (484) hide show
  1. package/internal-do-not-import-from-here/fx/apis/ChannelRollup.d.ts +18 -0
  2. package/internal-do-not-import-from-here/fx/apis/Fx.d.ts +19 -0
  3. package/internal-do-not-import-from-here/fx/apis/PageRollup.d.ts +18 -0
  4. package/internal-do-not-import-from-here/fx/apis/WcmApi.d.ts +12 -0
  5. package/internal-do-not-import-from-here/fx/apis/index.d.ts +4 -0
  6. package/internal-do-not-import-from-here/fx/constants.d.ts +149 -0
  7. package/internal-do-not-import-from-here/fx/contexts/WcmContext.d.ts +8 -0
  8. package/internal-do-not-import-from-here/fx/contexts/WcmContextProvider.d.ts +9 -0
  9. package/internal-do-not-import-from-here/fx/contexts/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/fx/contexts/wcm.contexts.manifest.d.ts +1 -0
  11. package/internal-do-not-import-from-here/fx/docs/docs.manifest.d.ts +1 -0
  12. package/internal-do-not-import-from-here/fx/docs/nav.d.ts +1 -0
  13. package/internal-do-not-import-from-here/fx/docs/wcm-buttonlink-view.d.ts +1 -0
  14. package/internal-do-not-import-from-here/fx/docs/wcm-link-picker.d.ts +1 -0
  15. package/internal-do-not-import-from-here/fx/factory/ActivityActionFactory.d.ts +9 -0
  16. package/internal-do-not-import-from-here/fx/factory/BreakPointFactory.d.ts +8 -0
  17. package/internal-do-not-import-from-here/fx/factory/PageFactory.d.ts +27 -0
  18. package/internal-do-not-import-from-here/fx/factory/index.d.ts +3 -0
  19. package/internal-do-not-import-from-here/fx/filterengine/index.d.ts +1 -0
  20. package/internal-do-not-import-from-here/fx/filterengine/pagerollup/PageRollupFilterEngineContext.d.ts +7 -0
  21. package/internal-do-not-import-from-here/fx/filterengine/pagerollup/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/fx/fx.manifest.d.ts +1 -0
  23. package/internal-do-not-import-from-here/fx/helpers/BackgroundImageHelper.d.ts +8 -0
  24. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +32 -0
  25. package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +6 -0
  26. package/internal-do-not-import-from-here/fx/helpers/LayoutTemplateHelper.d.ts +10 -0
  27. package/internal-do-not-import-from-here/fx/helpers/NavigationNodeHelper.d.ts +20 -0
  28. package/internal-do-not-import-from-here/fx/helpers/PageNavigationNodeHelper.d.ts +10 -0
  29. package/internal-do-not-import-from-here/fx/helpers/PageRedirectHelper.d.ts +7 -0
  30. package/internal-do-not-import-from-here/fx/helpers/PageVariationHelper.d.ts +27 -0
  31. package/internal-do-not-import-from-here/fx/helpers/index.d.ts +7 -0
  32. package/internal-do-not-import-from-here/fx/index.d.ts +13 -0
  33. package/internal-do-not-import-from-here/fx/internal/index.d.ts +3 -0
  34. package/internal-do-not-import-from-here/fx/internal/models/BreadcrumNode.d.ts +16 -0
  35. package/internal-do-not-import-from-here/fx/internal/models/OmniaSearch.d.ts +31 -0
  36. package/internal-do-not-import-from-here/fx/internal/models/PageTitleConfig.d.ts +4 -0
  37. package/internal-do-not-import-from-here/fx/internal/models/PagesDashboard.d.ts +93 -0
  38. package/internal-do-not-import-from-here/fx/internal/models/PagesDashboardMetric.d.ts +13 -0
  39. package/internal-do-not-import-from-here/fx/internal/models/SharepointSyncSettings.d.ts +11 -0
  40. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedEvent.d.ts +11 -0
  41. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedResourceStatus.d.ts +30 -0
  42. package/internal-do-not-import-from-here/fx/internal/models/UserActivityDashboard.d.ts +15 -0
  43. package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +8 -0
  44. package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +12 -0
  45. package/internal-do-not-import-from-here/fx/internal/services/SharepointPageService.d.ts +14 -0
  46. package/internal-do-not-import-from-here/fx/internal/services/index.d.ts +2 -0
  47. package/internal-do-not-import-from-here/fx/internal/stores/OmniaSearchPageStore.d.ts +27 -0
  48. package/internal-do-not-import-from-here/fx/internal/stores/SharepointPageStore.d.ts +36 -0
  49. package/internal-do-not-import-from-here/fx/internal/stores/YammerIntegrationStore.d.ts +23 -0
  50. package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +3 -0
  51. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +17 -0
  52. package/internal-do-not-import-from-here/fx/messaging/PublicWcmTopics.d.ts +13 -0
  53. package/internal-do-not-import-from-here/fx/messaging/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +179 -0
  55. package/internal-do-not-import-from-here/fx/models/Enums.d.ts +83 -0
  56. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +420 -0
  57. package/internal-do-not-import-from-here/fx/models/actionbutton/ActionButtonMessage.d.ts +11 -0
  58. package/internal-do-not-import-from-here/fx/models/actionbutton/index.d.ts +1 -0
  59. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyRequest.d.ts +4 -0
  60. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisPropertyResult.d.ts +4 -0
  61. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +37 -0
  62. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +11 -0
  63. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +10 -0
  64. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportSummary.d.ts +10 -0
  65. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/index.d.ts +4 -0
  66. package/internal-do-not-import-from-here/fx/models/apps/AppDefaultPageCollection.d.ts +6 -0
  67. package/internal-do-not-import-from-here/fx/models/apps/AppPermissionInfo.d.ts +8 -0
  68. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +40 -0
  69. package/internal-do-not-import-from-here/fx/models/apps/CommunityAppLayoutDefinition.d.ts +4 -0
  70. package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInfo.d.ts +31 -0
  71. package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInstanceOutputInfo.d.ts +4 -0
  72. package/internal-do-not-import-from-here/fx/models/apps/WCMAppInstanceContext.d.ts +4 -0
  73. package/internal-do-not-import-from-here/fx/models/apps/index.d.ts +6 -0
  74. package/internal-do-not-import-from-here/fx/models/appsettings/AppSettings.d.ts +14 -0
  75. package/internal-do-not-import-from-here/fx/models/appsettings/index.d.ts +1 -0
  76. package/internal-do-not-import-from-here/fx/models/auditinginformation/AuditingInformation.d.ts +8 -0
  77. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +34 -0
  78. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/index.d.ts +1 -0
  79. package/internal-do-not-import-from-here/fx/models/block/WcmBlock.d.ts +39 -0
  80. package/internal-do-not-import-from-here/fx/models/block/index.d.ts +1 -0
  81. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupAdministrationViewSettings.d.ts +3 -0
  82. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupQuery.d.ts +4 -0
  83. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts +6 -0
  84. package/internal-do-not-import-from-here/fx/models/channelquery/IChannelRollupViewInterface.d.ts +12 -0
  85. package/internal-do-not-import-from-here/fx/models/channelquery/PublisingChannelQueryResult.d.ts +5 -0
  86. package/internal-do-not-import-from-here/fx/models/channelquery/index.d.ts +5 -0
  87. package/internal-do-not-import-from-here/fx/models/channels/ChannelHttpModels.d.ts +5 -0
  88. package/internal-do-not-import-from-here/fx/models/channels/ChannelPages.d.ts +21 -0
  89. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +28 -0
  90. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannelCategory.d.ts +8 -0
  91. package/internal-do-not-import-from-here/fx/models/channels/index.d.ts +4 -0
  92. package/internal-do-not-import-from-here/fx/models/components/AccordionBlock.d.ts +27 -0
  93. package/internal-do-not-import-from-here/fx/models/components/AccordionBlockStyles.d.ts +13 -0
  94. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +69 -0
  95. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +13 -0
  96. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +35 -0
  97. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +38 -0
  98. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +14 -0
  99. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlockStyles.d.ts +9 -0
  100. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +130 -0
  101. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +29 -0
  102. package/internal-do-not-import-from-here/fx/models/components/ChannelCardViewStyles.d.ts +6 -0
  103. package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlock.d.ts +13 -0
  104. package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlockStyles.d.ts +7 -0
  105. package/internal-do-not-import-from-here/fx/models/components/CommunityStyles.d.ts +15 -0
  106. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +45 -0
  107. package/internal-do-not-import-from-here/fx/models/components/ContentBlockStyles.d.ts +22 -0
  108. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +8 -0
  109. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +17 -0
  110. package/internal-do-not-import-from-here/fx/models/components/DeletedPageDialogStyles.d.ts +4 -0
  111. package/internal-do-not-import-from-here/fx/models/components/DocumentPicker.d.ts +56 -0
  112. package/internal-do-not-import-from-here/fx/models/components/EnterpriseGlossaryPageInformationProviderStyles.d.ts +20 -0
  113. package/internal-do-not-import-from-here/fx/models/components/EnterprisePropertyDocumentProvider.d.ts +12 -0
  114. package/internal-do-not-import-from-here/fx/models/components/FilterSettings.d.ts +13 -0
  115. package/internal-do-not-import-from-here/fx/models/components/HtmlScriptBlock.d.ts +15 -0
  116. package/internal-do-not-import-from-here/fx/models/components/HtmlScriptBlockStyle.d.ts +13 -0
  117. package/internal-do-not-import-from-here/fx/models/components/IFrameBlock.d.ts +11 -0
  118. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +33 -0
  119. package/internal-do-not-import-from-here/fx/models/components/LinkPickerExtension.d.ts +12 -0
  120. package/internal-do-not-import-from-here/fx/models/components/LinkPickerStyles.d.ts +29 -0
  121. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +23 -0
  122. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +19 -0
  123. package/internal-do-not-import-from-here/fx/models/components/MediaPicker.d.ts +12 -0
  124. package/internal-do-not-import-from-here/fx/models/components/MediaPickerExtension.d.ts +23 -0
  125. package/internal-do-not-import-from-here/fx/models/components/MegaMenu.d.ts +26 -0
  126. package/internal-do-not-import-from-here/fx/models/components/MegaMenuStyles.d.ts +28 -0
  127. package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +19 -0
  128. package/internal-do-not-import-from-here/fx/models/components/MovePageCollectionDialogStyles.d.ts +4 -0
  129. package/internal-do-not-import-from-here/fx/models/components/MySubriptionsBlockSettings.d.ts +3 -0
  130. package/internal-do-not-import-from-here/fx/models/components/NavigationNodeStyles.d.ts +20 -0
  131. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +19 -0
  132. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.d.ts +12 -0
  133. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlockStyles.d.ts +18 -0
  134. package/internal-do-not-import-from-here/fx/models/components/PageFeedbacksStyles.d.ts +7 -0
  135. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.d.ts +38 -0
  136. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +30 -0
  137. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +284 -0
  138. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +163 -0
  139. package/internal-do-not-import-from-here/fx/models/components/QrCodeStyles.d.ts +4 -0
  140. package/internal-do-not-import-from-here/fx/models/components/RatingBlockSettings.d.ts +12 -0
  141. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +17 -0
  142. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlockStyles.d.ts +48 -0
  143. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +37 -0
  144. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockStyles.d.ts +51 -0
  145. package/internal-do-not-import-from-here/fx/models/components/SearchTemplateOmniaPageStyles.d.ts +17 -0
  146. package/internal-do-not-import-from-here/fx/models/components/SharedStyles.d.ts +2 -0
  147. package/internal-do-not-import-from-here/fx/models/components/SharepointPageTemplateStyles.d.ts +10 -0
  148. package/internal-do-not-import-from-here/fx/models/components/SignOffRequestBlockStyles.d.ts +5 -0
  149. package/internal-do-not-import-from-here/fx/models/components/SubscribeBlockSettings.d.ts +8 -0
  150. package/internal-do-not-import-from-here/fx/models/components/TaxonomyNavigationStyles.d.ts +7 -0
  151. package/internal-do-not-import-from-here/fx/models/components/VariationInputStyles.d.ts +14 -0
  152. package/internal-do-not-import-from-here/fx/models/components/VariationSelectorBlock.d.ts +3 -0
  153. package/internal-do-not-import-from-here/fx/models/components/index.d.ts +59 -0
  154. package/internal-do-not-import-from-here/fx/models/contexts/Context.d.ts +9 -0
  155. package/internal-do-not-import-from-here/fx/models/contexts/index.d.ts +1 -0
  156. package/internal-do-not-import-from-here/fx/models/digitalsignage/Announcement.d.ts +51 -0
  157. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonProp.d.ts +10 -0
  158. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +8 -0
  159. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +52 -0
  160. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageSettingsBase.d.ts +5 -0
  161. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +9 -0
  162. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningPageRollupViewSettings.d.ts +29 -0
  163. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.d.ts +36 -0
  164. package/internal-do-not-import-from-here/fx/models/digitalsignage/PageDetailsQueryResultForDigitalScreen.d.ts +20 -0
  165. package/internal-do-not-import-from-here/fx/models/digitalsignage/index.d.ts +9 -0
  166. package/internal-do-not-import-from-here/fx/models/editor/PropertyUpdateMessage.d.ts +4 -0
  167. package/internal-do-not-import-from-here/fx/models/editor/enums.d.ts +4 -0
  168. package/internal-do-not-import-from-here/fx/models/editor/index.d.ts +2 -0
  169. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/EnterpriseGlossaryPageMapping.d.ts +5 -0
  170. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.d.ts +18 -0
  171. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/index.d.ts +2 -0
  172. package/internal-do-not-import-from-here/fx/models/enterprisepropertydocumentitemsettings/DocumentFileUpload.d.ts +7 -0
  173. package/internal-do-not-import-from-here/fx/models/enterprisepropertydocumentitemsettings/EnterprisePropertyDocumentItemSettings.d.ts +4 -0
  174. package/internal-do-not-import-from-here/fx/models/enterprisepropertydocumentitemsettings/index.d.ts +2 -0
  175. package/internal-do-not-import-from-here/fx/models/eventmanagement/AdminMenuBlade.d.ts +7 -0
  176. package/internal-do-not-import-from-here/fx/models/eventmanagement/EmailSettings.d.ts +6 -0
  177. package/internal-do-not-import-from-here/fx/models/eventmanagement/Enums.d.ts +41 -0
  178. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventCalendar.d.ts +9 -0
  179. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventDetail.d.ts +55 -0
  180. package/internal-do-not-import-from-here/fx/models/eventmanagement/OutlookCalendar.d.ts +8 -0
  181. package/internal-do-not-import-from-here/fx/models/eventmanagement/OutlookEvent.d.ts +35 -0
  182. package/internal-do-not-import-from-here/fx/models/eventmanagement/OutlookGroup.d.ts +8 -0
  183. package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +36 -0
  184. package/internal-do-not-import-from-here/fx/models/eventmanagement/PatternSetting.d.ts +22 -0
  185. package/internal-do-not-import-from-here/fx/models/eventmanagement/Secret.d.ts +13 -0
  186. package/internal-do-not-import-from-here/fx/models/eventmanagement/SnackbarModel.d.ts +5 -0
  187. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/ActionButtonSignUpHandlerSettings.d.ts +12 -0
  188. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/ColleagueDialogContentStyles.d.ts +9 -0
  189. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventCloneDialogContentStyles.d.ts +11 -0
  190. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlock.d.ts +7 -0
  191. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlockStyles.d.ts +7 -0
  192. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.d.ts +28 -0
  193. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListStyles.d.ts +9 -0
  194. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListViewStyles.d.ts +14 -0
  195. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/PageRollupEventListViewSettings.d.ts +3 -0
  196. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/PageRollupViewStyles.d.ts +28 -0
  197. package/internal-do-not-import-from-here/fx/models/eventmanagement/index.d.ts +22 -0
  198. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +9 -0
  199. package/internal-do-not-import-from-here/fx/models/fileuploader/index.d.ts +1 -0
  200. package/internal-do-not-import-from-here/fx/models/governancedashboard/ActiveUserDashboardSettings.d.ts +8 -0
  201. package/internal-do-not-import-from-here/fx/models/governancedashboard/PagesDashboardStyles.d.ts +4 -0
  202. package/internal-do-not-import-from-here/fx/models/governancedashboard/UnderusedSettings.d.ts +5 -0
  203. package/internal-do-not-import-from-here/fx/models/governancedashboard/UserPropertyMetricsSettings.d.ts +8 -0
  204. package/internal-do-not-import-from-here/fx/models/governancedashboard/index.d.ts +4 -0
  205. package/internal-do-not-import-from-here/fx/models/index.d.ts +44 -0
  206. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenBlock.d.ts +151 -0
  207. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.d.ts +28 -0
  208. package/internal-do-not-import-from-here/fx/models/infoscreen/InfoScreenMsg.d.ts +57 -0
  209. package/internal-do-not-import-from-here/fx/models/infoscreen/PageRollupNewUXOneColumnViewSettings.d.ts +22 -0
  210. package/internal-do-not-import-from-here/fx/models/infoscreen/PageRollupNewUXOneColumnViewStyles.d.ts +5 -0
  211. package/internal-do-not-import-from-here/fx/models/layout/ImageBackground.d.ts +5 -0
  212. package/internal-do-not-import-from-here/fx/models/layout/ImportLayoutResult.d.ts +6 -0
  213. package/internal-do-not-import-from-here/fx/models/layout/MergedPageVersionLayout.d.ts +8 -0
  214. package/internal-do-not-import-from-here/fx/models/layout/WcmLayoutProvider.d.ts +8 -0
  215. package/internal-do-not-import-from-here/fx/models/layout/index.d.ts +4 -0
  216. package/internal-do-not-import-from-here/fx/models/linkpicker/DocumentLibraryInfo.d.ts +5 -0
  217. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +5 -0
  218. package/internal-do-not-import-from-here/fx/models/linkpicker/LinkPickerRegistration.d.ts +7 -0
  219. package/internal-do-not-import-from-here/fx/models/linkpicker/index.d.ts +3 -0
  220. package/internal-do-not-import-from-here/fx/models/loc/index.d.ts +1 -0
  221. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +48 -0
  222. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.d.ts +13 -0
  223. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.d.ts +8 -0
  224. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.d.ts +9 -0
  225. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.d.ts +8 -0
  226. package/internal-do-not-import-from-here/fx/models/mediapicker/index.d.ts +4 -0
  227. package/internal-do-not-import-from-here/fx/models/navigation/AbsoluteNavigationNode.d.ts +3 -0
  228. package/internal-do-not-import-from-here/fx/models/navigation/CurrentNavigationStatus.d.ts +4 -0
  229. package/internal-do-not-import-from-here/fx/models/navigation/INavigationOptions.d.ts +5 -0
  230. package/internal-do-not-import-from-here/fx/models/navigation/LinkNavigationData.d.ts +7 -0
  231. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +15 -0
  232. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionResult.d.ts +12 -0
  233. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.d.ts +32 -0
  234. package/internal-do-not-import-from-here/fx/models/navigation/NavigationLevel.d.ts +6 -0
  235. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.d.ts +38 -0
  236. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNodePosition.d.ts +6 -0
  237. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNodeQuery.d.ts +6 -0
  238. package/internal-do-not-import-from-here/fx/models/navigation/NavigationPosition.d.ts +18 -0
  239. package/internal-do-not-import-from-here/fx/models/navigation/NavigationResult.d.ts +8 -0
  240. package/internal-do-not-import-from-here/fx/models/navigation/NodeState.d.ts +3 -0
  241. package/internal-do-not-import-from-here/fx/models/navigation/PageCollectionNavigationData.d.ts +8 -0
  242. package/internal-do-not-import-from-here/fx/models/navigation/PageCollectionNavigationNode.d.ts +4 -0
  243. package/internal-do-not-import-from-here/fx/models/navigation/PageNavigationData.d.ts +5 -0
  244. package/internal-do-not-import-from-here/fx/models/navigation/PageNavigationNode.d.ts +12 -0
  245. package/internal-do-not-import-from-here/fx/models/navigation/PageTypeNavigationData.d.ts +5 -0
  246. package/internal-do-not-import-from-here/fx/models/navigation/PageTypeNavigationNode.d.ts +4 -0
  247. package/internal-do-not-import-from-here/fx/models/navigation/index.d.ts +20 -0
  248. package/internal-do-not-import-from-here/fx/models/newsletter/SendPageVersionPreviewMessage.d.ts +6 -0
  249. package/internal-do-not-import-from-here/fx/models/newsletter/index.d.ts +1 -0
  250. package/internal-do-not-import-from-here/fx/models/notifications/NotificationMessage.d.ts +5 -0
  251. package/internal-do-not-import-from-here/fx/models/notifications/index.d.ts +1 -0
  252. package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +7 -0
  253. package/internal-do-not-import-from-here/fx/models/pagecreation/index.d.ts +1 -0
  254. package/internal-do-not-import-from-here/fx/models/pagenavigation/AnchorNavigationLink.d.ts +7 -0
  255. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +17 -0
  256. package/internal-do-not-import-from-here/fx/models/pagenavigation/index.d.ts +2 -0
  257. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewEnums.d.ts +7 -0
  258. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +44 -0
  259. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewEnums.d.ts +11 -0
  260. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewSettings.d.ts +23 -0
  261. package/internal-do-not-import-from-here/fx/models/pagequery/IPageRollupViewInterface.d.ts +32 -0
  262. package/internal-do-not-import-from-here/fx/models/pagequery/NavigationViewSettings.d.ts +8 -0
  263. package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +12 -0
  264. package/internal-do-not-import-from-here/fx/models/pagequery/PageCollectionSelection.d.ts +6 -0
  265. package/internal-do-not-import-from-here/fx/models/pagequery/PageDetailsQuery.d.ts +54 -0
  266. package/internal-do-not-import-from-here/fx/models/pagequery/PageImage.d.ts +17 -0
  267. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.d.ts +27 -0
  268. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +54 -0
  269. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +31 -0
  270. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListingWithImageViewSettings.d.ts +10 -0
  271. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +67 -0
  272. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +11 -0
  273. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRollerViewSettings.d.ts +11 -0
  274. package/internal-do-not-import-from-here/fx/models/pagequery/ResolveReusablePageResult.d.ts +7 -0
  275. package/internal-do-not-import-from-here/fx/models/pagequery/UrlResolvedResult.d.ts +4 -0
  276. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +19 -0
  277. package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +14 -0
  278. package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.d.ts +11 -0
  279. package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.d.ts +20 -0
  280. package/internal-do-not-import-from-here/fx/models/pages/CheckedOutVersionPageData.d.ts +9 -0
  281. package/internal-do-not-import-from-here/fx/models/pages/CreatedPageInfo.d.ts +11 -0
  282. package/internal-do-not-import-from-here/fx/models/pages/CurrentPageStatus.d.ts +5 -0
  283. package/internal-do-not-import-from-here/fx/models/pages/DefaultVariationPage.d.ts +6 -0
  284. package/internal-do-not-import-from-here/fx/models/pages/EnterprisePropertiesInheritance.d.ts +4 -0
  285. package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +20 -0
  286. package/internal-do-not-import-from-here/fx/models/pages/OpenAIPropertyMappingValue.d.ts +9 -0
  287. package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +25 -0
  288. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +116 -0
  289. package/internal-do-not-import-from-here/fx/models/pages/PageCreationInfo.d.ts +25 -0
  290. package/internal-do-not-import-from-here/fx/models/pages/PageData.d.ts +41 -0
  291. package/internal-do-not-import-from-here/fx/models/pages/PageDialogData.d.ts +18 -0
  292. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +9 -0
  293. package/internal-do-not-import-from-here/fx/models/pages/PageHiddenResponse.d.ts +5 -0
  294. package/internal-do-not-import-from-here/fx/models/pages/PagePermissionInfo.d.ts +12 -0
  295. package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +50 -0
  296. package/internal-do-not-import-from-here/fx/models/pages/PageTypeTitle.d.ts +12 -0
  297. package/internal-do-not-import-from-here/fx/models/pages/PageVersion.d.ts +23 -0
  298. package/internal-do-not-import-from-here/fx/models/pages/PendingApprovalPage.d.ts +10 -0
  299. package/internal-do-not-import-from-here/fx/models/pages/PlainPageData.d.ts +4 -0
  300. package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.d.ts +10 -0
  301. package/internal-do-not-import-from-here/fx/models/pages/ReadNews.d.ts +5 -0
  302. package/internal-do-not-import-from-here/fx/models/pages/RestorePageMessage.d.ts +7 -0
  303. package/internal-do-not-import-from-here/fx/models/pages/RestorePageResult.d.ts +4 -0
  304. package/internal-do-not-import-from-here/fx/models/pages/ReusablePages.d.ts +20 -0
  305. package/internal-do-not-import-from-here/fx/models/pages/VariationPage.d.ts +9 -0
  306. package/internal-do-not-import-from-here/fx/models/pages/VersionEnterpriseProperties.d.ts +32 -0
  307. package/internal-do-not-import-from-here/fx/models/pages/VersionInformation.d.ts +12 -0
  308. package/internal-do-not-import-from-here/fx/models/pages/VersionPropertyBag.d.ts +26 -0
  309. package/internal-do-not-import-from-here/fx/models/pages/VersionReference.d.ts +17 -0
  310. package/internal-do-not-import-from-here/fx/models/pages/VersionedPageData.d.ts +24 -0
  311. package/internal-do-not-import-from-here/fx/models/pages/approval/AnyoneApprovalData.d.ts +8 -0
  312. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalData.d.ts +6 -0
  313. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +8 -0
  314. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +64 -0
  315. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.d.ts +8 -0
  316. package/internal-do-not-import-from-here/fx/models/pages/approval/LimitedUserApprovalData.d.ts +10 -0
  317. package/internal-do-not-import-from-here/fx/models/pages/approval/MultiApprovalData.d.ts +10 -0
  318. package/internal-do-not-import-from-here/fx/models/pages/approval/PersonPropertyApprovalData.d.ts +9 -0
  319. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +13 -0
  320. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +4 -0
  321. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +43 -0
  322. package/internal-do-not-import-from-here/fx/models/pagevisited/PageVisited.d.ts +3 -0
  323. package/internal-do-not-import-from-here/fx/models/pagevisited/index.d.ts +1 -0
  324. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +13 -0
  325. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +13 -0
  326. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +13 -0
  327. package/internal-do-not-import-from-here/fx/models/properties/definitions/index.d.ts +3 -0
  328. package/internal-do-not-import-from-here/fx/models/properties/index.d.ts +2 -0
  329. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +5 -0
  330. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +5 -0
  331. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +5 -0
  332. package/internal-do-not-import-from-here/fx/models/properties/values/index.d.ts +3 -0
  333. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/AppDocumentsConfigurationRouteProperty.d.ts +5 -0
  334. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/PublishingAppArchiveSettingsRouteProperty.d.ts +6 -0
  335. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/PublishingAppBootRouteProperty.d.ts +5 -0
  336. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/PublishingAppReuseContentSettingsRouteProperty.d.ts +5 -0
  337. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/VariationsRouteProperty.d.ts +13 -0
  338. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/WcmEditorDynamicNavigationRouteProperty.d.ts +11 -0
  339. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/index.d.ts +5 -0
  340. package/internal-do-not-import-from-here/fx/models/propertybags/index.d.ts +1 -0
  341. package/internal-do-not-import-from-here/fx/models/publishinglayout/PublishingAppLayoutDefinition.d.ts +4 -0
  342. package/internal-do-not-import-from-here/fx/models/publishinglayout/index.d.ts +1 -0
  343. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +9 -0
  344. package/internal-do-not-import-from-here/fx/models/publishingrule/PageVersionPublishingRules.d.ts +9 -0
  345. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.d.ts +28 -0
  346. package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +8 -0
  347. package/internal-do-not-import-from-here/fx/models/publishingrule/SendBackPageInfo.d.ts +6 -0
  348. package/internal-do-not-import-from-here/fx/models/publishingrule/index.d.ts +4 -0
  349. package/internal-do-not-import-from-here/fx/models/publishingsetting/PublishingSettingRequest.d.ts +4 -0
  350. package/internal-do-not-import-from-here/fx/models/publishingsetting/index.d.ts +2 -0
  351. package/internal-do-not-import-from-here/fx/models/publishingsetting/publishingsetting.d.ts +19 -0
  352. package/internal-do-not-import-from-here/fx/models/query/ItemQuery.d.ts +23 -0
  353. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +18 -0
  354. package/internal-do-not-import-from-here/fx/models/query/PageQuery.d.ts +12 -0
  355. package/internal-do-not-import-from-here/fx/models/query/VariationQuery.d.ts +6 -0
  356. package/internal-do-not-import-from-here/fx/models/query/index.d.ts +4 -0
  357. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +11 -0
  358. package/internal-do-not-import-from-here/fx/models/richtexteditor/index.d.ts +1 -0
  359. package/internal-do-not-import-from-here/fx/models/rssreader/RssReaderRegistrationView.d.ts +9 -0
  360. package/internal-do-not-import-from-here/fx/models/rssreader/RssReaderViewTypeSettings.d.ts +3 -0
  361. package/internal-do-not-import-from-here/fx/models/rssreader/index.d.ts +2 -0
  362. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +32 -0
  363. package/internal-do-not-import-from-here/fx/models/search/index.d.ts +1 -0
  364. package/internal-do-not-import-from-here/fx/models/social/Achievement.d.ts +22 -0
  365. package/internal-do-not-import-from-here/fx/models/social/Activities/Activity.d.ts +14 -0
  366. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFeedScopes.d.ts +5 -0
  367. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFilter.d.ts +21 -0
  368. package/internal-do-not-import-from-here/fx/models/social/Activities/BadgeAwardedActivity.d.ts +7 -0
  369. package/internal-do-not-import-from-here/fx/models/social/Activities/NewPageActivity.d.ts +44 -0
  370. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentActivity.d.ts +19 -0
  371. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentBestReplyActivity.d.ts +3 -0
  372. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentMentionActivity.d.ts +5 -0
  373. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentReplyActivity.d.ts +16 -0
  374. package/internal-do-not-import-from-here/fx/models/social/Activities/PagedUserActivityResult.d.ts +10 -0
  375. package/internal-do-not-import-from-here/fx/models/social/Activities/PagedUserTopicActivityResult.d.ts +10 -0
  376. package/internal-do-not-import-from-here/fx/models/social/Activities/UpdatedPageActivity.d.ts +3 -0
  377. package/internal-do-not-import-from-here/fx/models/social/Activities/UserActivity.d.ts +12 -0
  378. package/internal-do-not-import-from-here/fx/models/social/Activities/UserTopicActivity.d.ts +8 -0
  379. package/internal-do-not-import-from-here/fx/models/social/Activities/index.d.ts +13 -0
  380. package/internal-do-not-import-from-here/fx/models/social/ActivityAction.d.ts +13 -0
  381. package/internal-do-not-import-from-here/fx/models/social/CommentSearchResult.d.ts +12 -0
  382. package/internal-do-not-import-from-here/fx/models/social/Topics/PageCollectionTopic.d.ts +7 -0
  383. package/internal-do-not-import-from-here/fx/models/social/Topics/PageCollectionTopicInformation.d.ts +3 -0
  384. package/internal-do-not-import-from-here/fx/models/social/Topics/PageTopic.d.ts +7 -0
  385. package/internal-do-not-import-from-here/fx/models/social/Topics/PageTopicInformation.d.ts +23 -0
  386. package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingAppTopic.d.ts +7 -0
  387. package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingAppTopicInformation.d.ts +8 -0
  388. package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingChannelTopic.d.ts +7 -0
  389. package/internal-do-not-import-from-here/fx/models/social/Topics/TagTopic.d.ts +6 -0
  390. package/internal-do-not-import-from-here/fx/models/social/Topics/TaxonomyTopic.d.ts +7 -0
  391. package/internal-do-not-import-from-here/fx/models/social/Topics/Topic.d.ts +12 -0
  392. package/internal-do-not-import-from-here/fx/models/social/Topics/TopicInformation.d.ts +14 -0
  393. package/internal-do-not-import-from-here/fx/models/social/Topics/TopicSubscription.d.ts +7 -0
  394. package/internal-do-not-import-from-here/fx/models/social/Topics/TopicWithFilter.d.ts +6 -0
  395. package/internal-do-not-import-from-here/fx/models/social/Topics/UserTopic.d.ts +7 -0
  396. package/internal-do-not-import-from-here/fx/models/social/Topics/index.d.ts +14 -0
  397. package/internal-do-not-import-from-here/fx/models/social/index.d.ts +5 -0
  398. package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +21 -0
  399. package/internal-do-not-import-from-here/fx/models/variations/VariationCreationRequest.d.ts +12 -0
  400. package/internal-do-not-import-from-here/fx/models/variations/VariationString.d.ts +16 -0
  401. package/internal-do-not-import-from-here/fx/models/variations/index.d.ts +3 -0
  402. package/internal-do-not-import-from-here/fx/models/yammer/YammerGroup.d.ts +39 -0
  403. package/internal-do-not-import-from-here/fx/models/yammer/YammerMessage.d.ts +42 -0
  404. package/internal-do-not-import-from-here/fx/models/yammer/YammerTracking.d.ts +9 -0
  405. package/internal-do-not-import-from-here/fx/pages/PageVersion.d.ts +12 -0
  406. package/internal-do-not-import-from-here/fx/pages/VersionEnterpriseProperties.d.ts +17 -0
  407. package/internal-do-not-import-from-here/fx/pages/VersionPropertyBag.d.ts +16 -0
  408. package/internal-do-not-import-from-here/fx/pages/index.d.ts +3 -0
  409. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +38 -0
  410. package/internal-do-not-import-from-here/fx/routing/index.d.ts +1 -0
  411. package/internal-do-not-import-from-here/fx/rules/CommunityRules.d.ts +8 -0
  412. package/internal-do-not-import-from-here/fx/rules/DisplayRules.d.ts +3 -0
  413. package/internal-do-not-import-from-here/fx/rules/IconRules.d.ts +13 -0
  414. package/internal-do-not-import-from-here/fx/rules/ThemingRules.d.ts +9 -0
  415. package/internal-do-not-import-from-here/fx/rules/VariationRules.d.ts +96 -0
  416. package/internal-do-not-import-from-here/fx/rules/index.d.ts +5 -0
  417. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +17 -0
  418. package/internal-do-not-import-from-here/fx/services/AutomaticPageCreationService.d.ts +9 -0
  419. package/internal-do-not-import-from-here/fx/services/CalendarService.d.ts +18 -0
  420. package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +26 -0
  421. package/internal-do-not-import-from-here/fx/services/DocumentService.d.ts +8 -0
  422. package/internal-do-not-import-from-here/fx/services/EventService.d.ts +15 -0
  423. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +59 -0
  424. package/internal-do-not-import-from-here/fx/services/NewsletterService.d.ts +8 -0
  425. package/internal-do-not-import-from-here/fx/services/OmniaSearchPageService.d.ts +18 -0
  426. package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +18 -0
  427. package/internal-do-not-import-from-here/fx/services/PageHiddenService.d.ts +7 -0
  428. package/internal-do-not-import-from-here/fx/services/PagePermissionService.d.ts +9 -0
  429. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +26 -0
  430. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +95 -0
  431. package/internal-do-not-import-from-here/fx/services/PageStatisticsService.d.ts +20 -0
  432. package/internal-do-not-import-from-here/fx/services/ParticipantService.d.ts +15 -0
  433. package/internal-do-not-import-from-here/fx/services/PublishingChannelCategoriesService.d.ts +12 -0
  434. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +19 -0
  435. package/internal-do-not-import-from-here/fx/services/ReusablePageService.d.ts +13 -0
  436. package/internal-do-not-import-from-here/fx/services/SearchService.d.ts +6 -0
  437. package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +49 -0
  438. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +15 -0
  439. package/internal-do-not-import-from-here/fx/services/YammerService.d.ts +15 -0
  440. package/internal-do-not-import-from-here/fx/services/index.d.ts +22 -0
  441. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +32 -0
  442. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +217 -0
  443. package/internal-do-not-import-from-here/fx/shared/PageSearchHelper.d.ts +23 -0
  444. package/internal-do-not-import-from-here/fx/shared/index.d.ts +3 -0
  445. package/internal-do-not-import-from-here/fx/stores/ActivityFeedStore.d.ts +19 -0
  446. package/internal-do-not-import-from-here/fx/stores/AppInfoStore.d.ts +40 -0
  447. package/internal-do-not-import-from-here/fx/stores/BreadcrumbStore.d.ts +23 -0
  448. package/internal-do-not-import-from-here/fx/stores/BreakpointStore.d.ts +13 -0
  449. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +31 -0
  450. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +93 -0
  451. package/internal-do-not-import-from-here/fx/stores/CreatePageFormStore.d.ts +39 -0
  452. package/internal-do-not-import-from-here/fx/stores/CurrentEventStore.d.ts +48 -0
  453. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +56 -0
  454. package/internal-do-not-import-from-here/fx/stores/CurrentPageStore.d.ts +159 -0
  455. package/internal-do-not-import-from-here/fx/stores/IndexedDB.d.ts +16 -0
  456. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +24 -0
  457. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +76 -0
  458. package/internal-do-not-import-from-here/fx/stores/PageBlockPropertyStore.d.ts +27 -0
  459. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +134 -0
  460. package/internal-do-not-import-from-here/fx/stores/PageStatisticsStore.d.ts +42 -0
  461. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +74 -0
  462. package/internal-do-not-import-from-here/fx/stores/PublishingAppInfoStore.d.ts +48 -0
  463. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +59 -0
  464. package/internal-do-not-import-from-here/fx/stores/TargetingStore.d.ts +22 -0
  465. package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +60 -0
  466. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +50 -0
  467. package/internal-do-not-import-from-here/fx/stores/index.d.ts +21 -0
  468. package/internal-do-not-import-from-here/fx/translator/LayoutItemMigrator.d.ts +12 -0
  469. package/internal-do-not-import-from-here/fx/translator/LayoutItemsTranslator.d.ts +24 -0
  470. package/internal-do-not-import-from-here/fx/translator/index.d.ts +1 -0
  471. package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +33 -0
  472. package/internal-do-not-import-from-here/fx/ux/loc/localize.d.ts +39 -0
  473. package/internal-do-not-import-from-here/fx/ux/loc/localize.manifest.d.ts +1 -0
  474. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +7 -0
  475. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +47 -0
  476. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +3 -0
  477. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +36 -0
  478. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/index.d.ts +3 -0
  479. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/Registration.d.ts +1 -0
  480. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/Registration.manifest.d.ts +1 -0
  481. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/index.d.ts +1 -0
  482. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/rtf.extensions.manifest.d.ts +1 -0
  483. package/internal-do-not-import-from-here/fx/ux/ux.manifest.d.ts +1 -0
  484. package/package.json +1 -1
@@ -0,0 +1,40 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { AppInstanceOutputInfo } from "@omnia/fx-models";
3
+ import { AppService } from "@omnia/fx/services";
4
+ import { PublishingAppInfoDict } from "../models";
5
+ export declare class AppInfoStore extends Store {
6
+ appService: AppService;
7
+ private model;
8
+ private loadInfosPromise;
9
+ private loadedAppIds;
10
+ onActivated(): void;
11
+ onDisposing(): void;
12
+ getters: {
13
+ allInfos: () => PublishingAppInfoDict;
14
+ allInfosAsArray: () => import("../models").PublishingAppInfo[];
15
+ info: (id: string) => import("../models").PublishingAppInfo;
16
+ };
17
+ setters: {};
18
+ /**
19
+ * Implementation of mutations
20
+ */
21
+ mutations: {
22
+ storeInfo: import("@omnia/fx/stores").StoreMutation<(outputs: Array<AppInstanceOutputInfo>) => void, (outputs: AppInstanceOutputInfo[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
23
+ };
24
+ /**
25
+ * Implementation of actions
26
+ */
27
+ actions: {
28
+ /**
29
+ * load all publishing app infos
30
+ * @param forceLoadFromServer whether force load info from server
31
+ * @return {Promise<boolean>} true - load from server | false - load from cache
32
+ */
33
+ ensureLoadInfos: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: any) => void, (failureReason: any) => void, () => Promise<any>>;
34
+ /**
35
+ * load publishing app infos by ids
36
+ * @param ids app ids need to load info
37
+ */
38
+ ensureLoadInfosByIds: import("@omnia/fx/stores").StoreAction<unknown, (ids: string[]) => void, (result: any, ids: string[]) => void, (failureReason: any, ids: string[]) => void, (ids: Array<string>) => Promise<any>>;
39
+ };
40
+ }
@@ -0,0 +1,23 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { BreadcrumbExtendedNode, NavigationData, NavigationNode } from "../models";
3
+ export declare class BreadcrumbStore extends Store {
4
+ private variationStore;
5
+ private navigationStore;
6
+ private omniaContext;
7
+ private extendedNodes;
8
+ protected onActivated(): void;
9
+ protected onDisposing(): void;
10
+ getters: {
11
+ extendedNodes: () => BreadcrumbExtendedNode[];
12
+ defaultPageCollectionNavigationNode: () => NavigationNode<NavigationData>;
13
+ };
14
+ /**
15
+ * Implementation of mutations
16
+ */
17
+ mutations: {
18
+ updateExtendedNodes: import("@omnia/fx/stores").StoreMutation<(nodes: Array<BreadcrumbExtendedNode>) => void, (nodes: BreadcrumbExtendedNode[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
19
+ currentNodeCallback: import("@omnia/fx/stores").StoreMutation<(node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
20
+ };
21
+ actions: {};
22
+ private getDefaultRoute;
23
+ }
@@ -0,0 +1,13 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { useBreakPoints } from "@omnia/fx/ux";
3
+ export declare class BreakpointStore extends Store {
4
+ private breakpoint;
5
+ protected onActivated(): void;
6
+ protected onDisposing(): void;
7
+ getters: {
8
+ currentBreakpoint: () => ReturnType<typeof useBreakPoints>;
9
+ };
10
+ mutations: {
11
+ updateBreakpoint: import("@omnia/fx/stores").StoreMutation<(breakpoint: ReturnType<typeof useBreakPoints>) => void, (breakpoint: import("@omnia/fx-models").Breakpoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
12
+ };
13
+ }
@@ -0,0 +1,31 @@
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { Store } from "@omnia/fx/stores";
3
+ import { PublishingChannelCategory } from "../models";
4
+ export declare class ChannelCategoriesStore extends Store {
5
+ private editingItem;
6
+ private editState;
7
+ private items;
8
+ private channelCategoriesService;
9
+ private multilingualStore;
10
+ getters: {
11
+ items: () => PublishingChannelCategory[];
12
+ editingItem: () => PublishingChannelCategory;
13
+ groupByCategories: () => {
14
+ [key: string]: PublishingChannelCategory;
15
+ };
16
+ categoriesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<PublishingChannelCategory[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ actions: {
19
+ ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
20
+ deleteCategory: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: string, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<string>>;
21
+ addOrUpdate: import("@omnia/fx/stores").StoreAction<unknown, (category: PublishingChannelCategory) => void, (result: PublishingChannelCategory, category: PublishingChannelCategory) => void, (failureReason: any, category: PublishingChannelCategory) => void, (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>>;
22
+ updateCategoriesOrders: import("@omnia/fx/stores").StoreAction<unknown, (ids: GuidValue[]) => void, (result: null, ids: GuidValue[]) => void, (failureReason: any, ids: GuidValue[]) => void, (ids: Array<GuidValue>) => Promise<null>>;
23
+ };
24
+ mutations: {
25
+ setEditState: import("@omnia/fx/stores").StoreMutation<(item: PublishingChannelCategory) => void, (item: PublishingChannelCategory) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
26
+ setCreateState: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
27
+ updateCategories: import("@omnia/fx/stores").StoreMutation<() => void, () => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
28
+ };
29
+ protected onActivated(): void;
30
+ protected onDisposing(): void;
31
+ }
@@ -0,0 +1,93 @@
1
+ import { GuidValue, Identity, type IOmniaContext, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
2
+ import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
+ import { MediaPickerService } from "@omnia/fx/services";
4
+ import { MultilingualStore, Store } from "@omnia/fx/stores";
5
+ import { PublishingChannel, PageId, PublishingChannelPage } from "../models";
6
+ import { PublishingChannelId, ChannelPage } from "../models";
7
+ import { TopicsActivityStore } from "./TopicsActivityStore";
8
+ export interface ChannelIdtoChannelMap {
9
+ [channelId: number]: PublishingChannel;
10
+ }
11
+ export interface ChannelPageGroupMapping {
12
+ [channelId: number]: Array<number>;
13
+ }
14
+ export declare class ChannelManagementStore extends Store {
15
+ private channelService;
16
+ protected omniaContext: IOmniaContext;
17
+ mediaPickerService: MediaPickerService;
18
+ multilingualStore: MultilingualStore;
19
+ private userTargetingStore;
20
+ topicsActivityStore: TopicsActivityStore;
21
+ publishingChannels: import("@omnia/fx/stores").StoreState<ChannelIdtoChannelMap>;
22
+ waitingforApproveList: import("@omnia/fx/stores").StoreState<ChannelPageGroupMapping>;
23
+ resolvedUser: import("@omnia/fx/stores").StoreState<ResolvedUserIdentity>;
24
+ pendingChangeChannelPages: import("@omnia/fx/stores").StoreState<{
25
+ [pageId: string]: boolean;
26
+ }>;
27
+ private recentlyUsedChannels;
28
+ private publishedChannelsPage;
29
+ private userPublishingChannelSubscripton;
30
+ private ensuredUserPublishingChannelSubscriptonPromise;
31
+ private publishedChannelsOfPageLoadPromise;
32
+ channelPages: import("@omnia/fx/stores").StoreState<{
33
+ [key: string]: ChannelPage[];
34
+ }>;
35
+ private channelPagesLoadPromise;
36
+ private isPublishingPageToChannels;
37
+ private ensuredLoadDataPromise;
38
+ private ensuredGetPublishingChannelsPromise;
39
+ private userAuthorizedChannelResources;
40
+ onActivated(): void;
41
+ onDisposing(): void;
42
+ getters: {
43
+ getRecentlyUsedChannels: () => PublishingChannel[];
44
+ getPublishedChannelsPage: () => {
45
+ [key: string]: PublishingChannelPage[];
46
+ };
47
+ getPublishingChannels: () => PublishingChannel[];
48
+ getPublisingChannelbyId: (channelId: PublishingChannelId) => PublishingChannel;
49
+ hasPublisherPermission: (channel: PublishingChannel, userIdentity: string) => boolean;
50
+ hasAssignChannelAdminPermission: (channel: PublishingChannel, userIdentity: string) => boolean;
51
+ hasAssignPublisherPermission: (channel: PublishingChannel, userIdentity: string) => boolean;
52
+ getChannelPages: (pageId: PageId) => ChannelPage[];
53
+ isPublishingPageToChannels: (pageId: PageId) => boolean;
54
+ getWaitingforApprovalPages: (channelId: PublishingChannelId) => number[];
55
+ getAllPublishingChannels: () => PublishingChannel[];
56
+ getUserPublishingChannelSubscripton: () => Array<PublishingChannel>;
57
+ };
58
+ /**
59
+ * Implementation of mutations
60
+ */
61
+ mutations: {
62
+ addOrUpdatePublishingChannel: import("@omnia/fx/stores").StoreMutation<(createdChannels: Array<PublishingChannel>) => void, (createdChannels: PublishingChannel[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
63
+ deletePublishingChannel: import("@omnia/fx/stores").StoreMutation<(deleteChannel: PublishingChannel) => void, (deleteChannel: PublishingChannel) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
64
+ updateChannelPages: import("@omnia/fx/stores").StoreMutation<(pageId: PageId, result: Array<ChannelPage>) => void, (pageId: PageId, result: ChannelPage[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
65
+ updateIsPublishingPageToChannels: import("@omnia/fx/stores").StoreMutation<(pageId: PageId, isPublishing: boolean) => void, (pageId: PageId, isPublishing: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
66
+ updateWaitingforApprovalPages: import("@omnia/fx/stores").StoreMutation<(channelPages: Array<ChannelPage>) => void, (channelPages: ChannelPage[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
67
+ setPendingChanges: import("@omnia/fx/stores").StoreMutation<(pageId: number, pendingChanges: boolean) => void, (pageId: number, pendingChanges: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
68
+ };
69
+ /**
70
+ * Implementation of actions
71
+ */
72
+ actions: {
73
+ ensureUserPermission: import("@omnia/fx/stores").StoreAction<unknown, (userIdentity: string) => void, (result: boolean, userIdentity: string) => void, (failureReason: any, userIdentity: string) => void, (userIdentity: string) => Promise<boolean>>;
74
+ ensurePublishingChannels: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannel[]) => void, (failureReason: any) => void, () => Promise<Array<PublishingChannel>>>;
75
+ ensureLoadData: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
76
+ ensureChannelPages: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
77
+ ensurePublishedChannelsByPageId: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: boolean, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<boolean>>;
78
+ ensurePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: number) => void, (result: PublishingChannel, channelId: number) => void, (failureReason: any, channelId: number) => void, (channelId: number) => Promise<PublishingChannel>>;
79
+ createPublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: GuidValue) => void, (result: PublishingChannel, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: GuidValue) => void, (failureReason: any, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: GuidValue) => void, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: GuidValue) => Promise<PublishingChannel>>;
80
+ updatePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (editRequest: PublishingChannel) => void, (result: PublishingChannel, editRequest: PublishingChannel) => void, (failureReason: any, editRequest: PublishingChannel) => void, (editRequest: PublishingChannel) => Promise<PublishingChannel>>;
81
+ deletePublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (channelId: PublishingChannelId) => void, (result: PublishingChannel, channelId: PublishingChannelId) => void, (failureReason: any, channelId: PublishingChannelId) => void, (channelId: PublishingChannelId) => Promise<PublishingChannel>>;
82
+ getPageApprovalList: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: ChannelPage[]) => void, (failureReason: any) => void, () => Promise<Array<ChannelPage>>>;
83
+ approvePublishPageToChannelRequest: import("@omnia/fx/stores").StoreAction<unknown, (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (result: ChannelPage, channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (failureReason: any, channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => void, (channel: PublishingChannel, pageId: PageId, pageTitle: string, pageUrl: string) => Promise<ChannelPage>>;
84
+ rejectPublishPageToChannelRequest: import("@omnia/fx/stores").StoreAction<unknown, (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (result: ChannelPage, channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (failureReason: any, channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => void, (channel: PublishingChannel, pageId: PageId, comment: string, pageTitle: string, pageUrl: string) => Promise<ChannelPage>>;
85
+ addPageToChannels: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (result: ChannelPage[], pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (failureReason: any, pageId: number, defaultPublishingChannelId: PublishingChannelId) => void, (pageId: number, defaultPublishingChannelId: PublishingChannelId) => Promise<Array<ChannelPage>>>;
86
+ publishPageToChannels: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number) => void, (result: ChannelPage[], pageId: number) => void, (failureReason: any, pageId: number) => void, (pageId: number) => Promise<Array<ChannelPage>>>;
87
+ publishAddedPageToChannel: import("@omnia/fx/stores").StoreAction<unknown, (pageId: number) => void, (result: ChannelPage[], pageId: number) => void, (failureReason: any, pageId: number) => void, (pageId: number) => Promise<Array<ChannelPage>>>;
88
+ ensureUserPublishingChannelSubscripton: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
89
+ };
90
+ private updateChannelPagesStatus;
91
+ private mappingPublishingChannels;
92
+ private addOrUpdateUserPermissions;
93
+ }
@@ -0,0 +1,39 @@
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { Store } from "@omnia/fx/stores";
3
+ import { PageTitleConfig } from "../internal/models/PageTitleConfig";
4
+ import { PageData, PageWithNavigationCreationRequest, VersionedPageData } from "../models";
5
+ import { PagesStore } from "./PagesStore";
6
+ export declare class CreatePageFormStore extends Store {
7
+ pagesStore: PagesStore;
8
+ pageTitleConfig: import("@omnia/fx/stores").StoreState<PageTitleConfig>;
9
+ properties: import("@omnia/fx/stores").StoreState<{
10
+ [propertyInternalName: string]: any;
11
+ }>;
12
+ private ensurePropertiesReady;
13
+ onActivated(): void;
14
+ onDisposing(): void;
15
+ getters: {
16
+ isVisible: () => boolean;
17
+ };
18
+ /**
19
+ * Implementation of mutations
20
+ */
21
+ mutations: {
22
+ setPageTitle: import("@omnia/fx/stores").StoreMutation<(data: PageTitleConfig) => void, (data: PageTitleConfig) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
23
+ /**
24
+ * Setup Form
25
+ * */
26
+ setupForm: import("@omnia/fx/stores").StoreMutation<(enterpriseProperties: {
27
+ [propertyInternalName: string]: any;
28
+ }, pageTitleConfig: PageTitleConfig) => void, (enterpriseProperties: {
29
+ [propertyInternalName: string]: any;
30
+ }, pageTitleConfig: PageTitleConfig) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
31
+ registerAfterPageCreatedHook: import("@omnia/fx/stores").StoreMutation<(ensurePropertiesReady: (versionPageData: VersionedPageData<PageData>) => Promise<any>) => void, (ensurePropertiesReady: (versionPageData: VersionedPageData<PageData>) => Promise<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
32
+ };
33
+ /**
34
+ * Implementation of actions
35
+ */
36
+ actions: {
37
+ createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: GuidValue, targetVariationId?: string) => void, (result: VersionedPageData<PageData>, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: GuidValue, targetVariationId?: string) => void, (failureReason: any, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: GuidValue, targetVariationId?: string) => void, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: GuidValue, targetVariationId?: string) => Promise<VersionedPageData<PageData>>>;
38
+ };
39
+ }
@@ -0,0 +1,48 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { CurrentPageStore } from "../stores/CurrentPageStore";
3
+ import { EventDetail, PageId, Participant } from "@omnia/wcm/models";
4
+ import { CalendarService, EventService, ParticipantService } from "../services";
5
+ export declare const CURRENT_DATE: Date;
6
+ export declare class CurrentEventStore extends Store {
7
+ participantService: ParticipantService;
8
+ eventService: EventService;
9
+ private permissionService;
10
+ calendarService: CalendarService;
11
+ currentPageStore: CurrentPageStore;
12
+ private events;
13
+ onActivated(): void;
14
+ onDisposing(): void;
15
+ getters: {
16
+ events: () => Array<EventDetail>;
17
+ eventDetail: () => Promise<EventDetail>;
18
+ canConnectToOutlook: () => Promise<boolean>;
19
+ isValidToEditParticipant: () => Promise<boolean>;
20
+ isValidToSignUp: () => Promise<boolean>;
21
+ isValidToReserve: () => Promise<boolean>;
22
+ isValidToCancel: () => Promise<boolean>;
23
+ hasSignedUpForEvent: (loginNameOrEmail: string) => Promise<boolean>;
24
+ enableStandbyListPropValue: () => boolean;
25
+ };
26
+ actions: {
27
+ ensureStoredEventDetail: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: EventDetail) => void, (failureReason: any) => void, () => Promise<EventDetail>>;
28
+ ensureEvent: import("@omnia/fx/stores").StoreAction<unknown, (eventDetail: EventDetail) => void, (result: EventDetail, eventDetail: EventDetail) => void, (failureReason: any, eventDetail: EventDetail) => void, (eventDetail: EventDetail) => Promise<EventDetail>>;
29
+ deleteEvent: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: EventDetail, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<EventDetail>>;
30
+ updateRegisteredCapacity: import("@omnia/fx/stores").StoreAction<unknown, (registeredCapacity: number) => void, (result: EventDetail, registeredCapacity: number) => void, (failureReason: any, registeredCapacity: number) => void, (registeredCapacity: number) => Promise<EventDetail>>;
31
+ addOrUpdatePersonalOutlookEvent: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: EventDetail) => void, (failureReason: any) => void, () => Promise<EventDetail>>;
32
+ addOrUpdateParticipant: import("@omnia/fx/stores").StoreAction<unknown, (participant: Participant) => void, (result: Participant, participant: Participant) => void, (failureReason: any, participant: Participant) => void, (participant: Participant) => Promise<Participant>>;
33
+ deleteParticipant: import("@omnia/fx/stores").StoreAction<unknown, (participant: Participant) => void, (result: Participant, participant: Participant) => void, (failureReason: any, participant: Participant) => void, (participant: Participant) => Promise<Participant>>;
34
+ moveParticipantToStandbyList: import("@omnia/fx/stores").StoreAction<unknown, (participant: Participant) => void, (result: Participant, participant: Participant) => void, (failureReason: any, participant: Participant) => void, (participant: Participant) => Promise<Participant>>;
35
+ moveParticipantToOfficialList: import("@omnia/fx/stores").StoreAction<unknown, (participant: Participant) => void, (result: Participant, participant: Participant) => void, (failureReason: any, participant: Participant) => void, (participant: Participant) => Promise<Participant>>;
36
+ };
37
+ /**
38
+ * Private Methods
39
+ */
40
+ private canConnectToOutlookContent;
41
+ private isValidToEditParticipantContent;
42
+ private isValidToSignUpContent;
43
+ private isValidToReserveContent;
44
+ private isValidToCancelContent;
45
+ private hasSignedUpForEventContent;
46
+ private updateEventData;
47
+ private addOrUpdateParticipantData;
48
+ }
@@ -0,0 +1,56 @@
1
+ import { OmniaContext } from "@omnia/fx";
2
+ import { Future, IMessageBusSubscriptionHandler } from "@omnia/fx-models";
3
+ import { Store } from "@omnia/fx/stores";
4
+ import { CurrentNavigationStatus, NavigationData, NavigationNode, NodeState, PageCollectionNavigationData, PageCollectionNavigationNode } from "../models";
5
+ import { NavigationService } from "../services/NavigationService";
6
+ import { NavigationStore } from "./NavigationStore";
7
+ export declare class CurrentNavigationStore extends Store {
8
+ navigationStore: NavigationStore;
9
+ omniaContext: OmniaContext;
10
+ navigationService: NavigationService;
11
+ private readyPromise;
12
+ private nodeState;
13
+ private activeNodes;
14
+ private status;
15
+ private ensureLoadUnavailableChildrenPromises;
16
+ private subscriptionHandler;
17
+ onActivated(): void;
18
+ onDisposing(): void;
19
+ getters: {
20
+ /**
21
+ * Get the children for a given node, null for root
22
+ */
23
+ getChildren: (node: NavigationNode<NavigationData>) => Array<NavigationNode<NavigationData>>;
24
+ getNodeState: (node: NavigationNode<NavigationData>) => NodeState;
25
+ isActive: (node: NavigationNode<NavigationData>) => boolean;
26
+ activePageCollectionNode: () => PageCollectionNavigationNode<PageCollectionNavigationData>;
27
+ selectedNode: () => NavigationNode<NavigationData>;
28
+ isSelected: (node: NavigationNode<NavigationData>) => boolean;
29
+ activeNodes: () => Array<NavigationNode<NavigationData>>;
30
+ isLoadingChildren: (node: NavigationNode<NavigationData>) => boolean;
31
+ hasChildrenLoadTriggered: (node: NavigationNode<NavigationData>) => boolean;
32
+ onActiveNodesMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<NavigationNode<NavigationData>[]>) => void) => IMessageBusSubscriptionHandler;
33
+ status: () => CurrentNavigationStatus;
34
+ readyPromise: () => Future<void>;
35
+ };
36
+ setter: {};
37
+ /**
38
+ * Implementation of mutations
39
+ */
40
+ mutations: {
41
+ expanded: import("@omnia/fx/stores").StoreMutation<(node: NavigationNode<NavigationData>, isExpanded: boolean) => void, (node: NavigationNode<NavigationData>, isExpanded: boolean) => IMessageBusSubscriptionHandler>;
42
+ resetExpandedState: import("@omnia/fx/stores").StoreMutation<() => void, () => IMessageBusSubscriptionHandler>;
43
+ };
44
+ /**
45
+ * Implementation of actions
46
+ */
47
+ actions: {
48
+ ensureReady: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Future<void>>;
49
+ ensureTreeForNode: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: void, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<void>>;
50
+ ensureTreeForPath: import("@omnia/fx/stores").StoreAction<unknown, (path: string) => void, (result: void, path: string) => void, (failureReason: any, path: string) => void, (path: string) => Promise<void>>;
51
+ expand: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: void, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<void>>;
52
+ };
53
+ private setStatus;
54
+ private setActiveNodes;
55
+ private mutateNodeState;
56
+ }
@@ -0,0 +1,159 @@
1
+ import { Store } from "@omnia/fx/stores";
2
+ import { Page, VersionReference, PageId, VersionId, IPageVersion } from "../models";
3
+ import { Layout } from "@omnia/fx-models";
4
+ export interface ICurrentPageState {
5
+ /**
6
+ * Reference to the current page
7
+ * */
8
+ readonly currentPage: Page;
9
+ /**
10
+ * Indicates if the current state is for editmode or not
11
+ * True - In editor
12
+ * False - Read mode
13
+ * */
14
+ readonly editMode: boolean;
15
+ /**
16
+ * The current version of the currentPage
17
+ * */
18
+ readonly currentVersion: IPageVersion;
19
+ /**
20
+ * The version data of the current page parent
21
+ * This relates to currentVersion.pageData.layoutData.parentLayoutPageId and takes into account rules revolving checkout, publish, undocheckout, editmode etc.
22
+ * if the current version does not have a parentLayoutPageId this version data will be null
23
+ * */
24
+ readonly parentLayout?: IPageVersion;
25
+ readonly externalParentLayout?: Layout;
26
+ }
27
+ export declare class CurrentPageStore extends Store {
28
+ private pageService;
29
+ private pagesStore;
30
+ private securityService;
31
+ private permissionService;
32
+ private NavigationStore;
33
+ private omniaCtx;
34
+ private subscriptionHandler;
35
+ private dynamicStateStore;
36
+ private editMode;
37
+ private current;
38
+ onActivated(): void;
39
+ private setupPageSecurityTracking;
40
+ onDisposing(): void;
41
+ get getters(): {
42
+ /**
43
+ * The state of the current page
44
+ *
45
+ * */
46
+ readonly state: ICurrentPageState;
47
+ };
48
+ /**
49
+ * Implementation of mutations
50
+ */
51
+ mutations: {
52
+ /**
53
+ * Called when the current sate needs to be updated, e.g. a version or page which the current state depend upon changes
54
+ * */
55
+ addOrUpdateCurrentPage: import("@omnia/fx/stores").StoreMutation<(currentPage: ICurrentPageState) => void, (currentPage: ICurrentPageState) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
56
+ };
57
+ /**
58
+ * Implementation of actions
59
+ *
60
+ * You can listen for onDispatching, onDispatched and on failure for all actions
61
+ */
62
+ actions: {
63
+ /**
64
+ * Changes which page the current page inherites properties from
65
+ * pageToInheritFrom = null, stop inheriting else the page to inherit from
66
+ * */
67
+ setPropertyInheriteance: import("@omnia/fx/stores").StoreAction<unknown, (pageToInheritFrom?: PageId, namesOfPropertiesToInherit?: string[]) => void, (result: void, pageToInheritFrom?: PageId, namesOfPropertiesToInherit?: string[]) => void, (failureReason: any, pageToInheritFrom?: PageId, namesOfPropertiesToInherit?: string[]) => void, (pageToInheritFrom?: PageId, namesOfPropertiesToInherit?: Array<string>) => Promise<void>>;
68
+ /**
69
+ *
70
+ * Specifies if editmode is desired or not.
71
+ * This influences which version of the page is selected, i.e. latest draft,published or checkedout version
72
+ *
73
+ * (You can listen for changes on this action)
74
+ *
75
+ * */
76
+ setEditMode: import("@omnia/fx/stores").StoreAction<unknown, (editMode: boolean) => void, (result: void, editMode: boolean) => void, (failureReason: any, editMode: boolean) => void, (editMode: boolean) => Promise<void>>;
77
+ /**
78
+ * This will swap the current page state to match the version specified
79
+ * This will not take into account any rules regardning version selection based on editmode etc, the specified version is enforced
80
+ *
81
+ * This override is valid until a new current page is set using setCurrentPage
82
+ *
83
+ * The caller of this is responsible of reseting to current page id (which is returned in the promise) or in another way laod the correct page id using setCurrentPage when the page should no longer be overridden
84
+ *
85
+ */
86
+ overrideVersionToUse: import("@omnia/fx/stores").StoreAction<unknown, (versionRef: VersionReference) => void, (result: {
87
+ pageOveridden: PageId;
88
+ }, versionRef: VersionReference) => void, (failureReason: any, versionRef: VersionReference) => void, (versionRef: VersionReference) => Promise<{
89
+ pageOveridden: PageId;
90
+ }>>;
91
+ /**
92
+ * This updates the current page being used.
93
+ * Any overidden version is removed.
94
+ * A state is prepared in relation to rules involving editmode,published,draftversion,checkedout version etc
95
+ *
96
+ * (You can listen for changes on this action, i.e. new page etc)
97
+ *
98
+ * */
99
+ setCurrentPage: import("@omnia/fx/stores").StoreAction<unknown, (pageId: PageId) => void, (result: void, pageId: PageId) => void, (failureReason: any, pageId: PageId) => void, (pageId: PageId) => Promise<void>>;
100
+ /**
101
+ * CheckOut the current page, when the promise is resolved the
102
+ * getters.currentVersion will hold the checkedout version
103
+ * */
104
+ checkOutPage: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: {
105
+ checkedoutVersionId: VersionId;
106
+ }) => void, (failureReason: any) => void, () => Promise<{
107
+ checkedoutVersionId: VersionId;
108
+ }>>;
109
+ /**
110
+ * The current user takes over the currently checkedout version
111
+ *
112
+ * (Only allowed if the current version is checked out)
113
+ * */
114
+ takeOverCheckedoutPage: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
115
+ /**
116
+ * Undo current checkOut of the current page
117
+ *
118
+ * * */
119
+ undoCheckout: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
120
+ /**
121
+ * Check in if the current version is checked out
122
+ * */
123
+ checkIn: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: {
124
+ checkedInVersion: VersionId;
125
+ }) => void, (failureReason: any) => void, () => Promise<{
126
+ checkedInVersion: VersionId;
127
+ }>>;
128
+ /**
129
+ * Saves the state of the checkedout version
130
+ *
131
+ * (Only checkedout versions can be saved, already existing versions are immutable)
132
+ *
133
+ */
134
+ saveState: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
135
+ publish: import("@omnia/fx/stores").StoreAction<unknown, (targetPublishingAppId?: string) => void, (result: {
136
+ publishedVersionId: VersionId;
137
+ }, targetPublishingAppId?: string) => void, (failureReason: any, targetPublishingAppId?: string) => void, (targetPublishingAppId?: string) => Promise<{
138
+ publishedVersionId: VersionId;
139
+ }>>;
140
+ reloadPublishedVersion: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: {
141
+ publishedVersionId: VersionId;
142
+ }) => void, (failureReason: any) => void, () => Promise<{
143
+ publishedVersionId: VersionId;
144
+ }>>;
145
+ };
146
+ private onPublishedVersionUpdated;
147
+ private createCurrentPageState;
148
+ /**
149
+ * Temporary solution until we handle this serverside by adding the info in versionrefs to be able to do this using hard caching
150
+ */
151
+ private getInheritedEnterprisepropertiesVersion;
152
+ private isCurrentVersion;
153
+ private createVersionRefForVersion;
154
+ private getPageFromStore;
155
+ private getPageVersionByRules;
156
+ private ensureCalculatedProperties;
157
+ private resetState;
158
+ private releaseDynamicState;
159
+ }
@@ -0,0 +1,16 @@
1
+ export default class IndexedDB {
2
+ private dbName;
3
+ private dbVersion;
4
+ private request;
5
+ private db;
6
+ private objName;
7
+ openDB(onsuccess: any, onerror: any, onupgradeneeded: any, objName: any, keyPath: any, objData: any): Promise<void>;
8
+ get<T>(id: any, valuePath: any): Promise<T>;
9
+ set(objData: any): Promise<unknown>;
10
+ remove(id: any): Promise<unknown>;
11
+ closeDB(): void;
12
+ /**
13
+ * check whether indexedDB is supported by the current browser
14
+ */
15
+ static canUse(): boolean;
16
+ }
@@ -0,0 +1,24 @@
1
+ import { OmniaContext } from "@omnia/fx";
2
+ import { AppStore, MultilingualStore, Store } from "@omnia/fx/stores";
3
+ import { DocumentLibraryInfo, LinkPickerRegistration } from "../models";
4
+ export declare class LinkPickerStore extends Store {
5
+ private currentProviders;
6
+ omniaContext: OmniaContext;
7
+ appStore: AppStore;
8
+ multilingualStore: MultilingualStore;
9
+ onActivated(): void;
10
+ onDisposing(): void;
11
+ getters: {
12
+ currentProvider: () => Array<LinkPickerRegistration>;
13
+ };
14
+ get mutationLinkPickerProviders(): {
15
+ onSubscriptionsMutated: (fn: (obj: import("@omnia/fx-models").StateMutation<LinkPickerRegistration[]>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ };
17
+ mutations: {
18
+ ensureAddProvider: import("@omnia/fx/stores").StoreMutation<(provider: LinkPickerRegistration) => void, (provider: LinkPickerRegistration) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
19
+ ensureRemoveProvider: import("@omnia/fx/stores").StoreMutation<(provider: LinkPickerRegistration) => void, (provider: LinkPickerRegistration) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
20
+ };
21
+ actions: {
22
+ ensureLoadCurrentDocumentLibraryUrl: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: DocumentLibraryInfo) => void, (failureReason: any) => void, () => Promise<DocumentLibraryInfo>>;
23
+ };
24
+ }