@omnia/wcm 8.0.5-dev → 8.0.7-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 (292) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +9 -7
  2. package/internal-do-not-import-from-here/core/Enums.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/Utils.d.ts +16 -10
  4. package/internal-do-not-import-from-here/core/loc/CommunityLocalization.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +9 -5
  6. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +36 -2
  7. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +8 -1
  8. package/internal-do-not-import-from-here/core/loc/PublishingAppLocalization.d.ts +6 -1
  9. package/internal-do-not-import-from-here/core/loc/TokensLocalization.d.ts +1 -1
  10. package/internal-do-not-import-from-here/core/loc/eventmanagement/localize.d.ts +1 -1
  11. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +57 -14
  12. package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +27 -0
  13. package/internal-do-not-import-from-here/fx/apis/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/fx/constants.d.ts +27 -32
  15. package/internal-do-not-import-from-here/fx/filterengine/pagerollup/PageRollupFilterEngineContext.d.ts +4 -4
  16. package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +3 -3
  17. package/internal-do-not-import-from-here/fx/helpers/LayoutHelper.d.ts +1 -1
  18. package/internal-do-not-import-from-here/fx/internal/models/PagesDashboard.d.ts +5 -5
  19. package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +0 -3
  20. package/internal-do-not-import-from-here/fx/internal/services/index.d.ts +0 -1
  21. package/internal-do-not-import-from-here/fx/internal/stores/YammerIntegrationStore.d.ts +1 -1
  22. package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +0 -1
  23. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +1 -0
  24. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +62 -60
  25. package/internal-do-not-import-from-here/fx/models/Constants.js +70 -66
  26. package/internal-do-not-import-from-here/fx/models/Enums.d.ts +15 -14
  27. package/internal-do-not-import-from-here/fx/models/Enums.js +25 -25
  28. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +14 -0
  29. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +415 -0
  30. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +409 -403
  31. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +420 -414
  32. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +2 -2
  33. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +2 -2
  34. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +2 -2
  35. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +2 -2
  36. package/internal-do-not-import-from-here/fx/models/apps/AppDefaultPageCollection.d.ts +2 -2
  37. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +2 -2
  38. package/internal-do-not-import-from-here/fx/models/apps/CommunityAppLayoutDefinition.js +1 -1
  39. package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInfo.d.ts +2 -2
  40. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +7 -3
  41. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +2 -1
  42. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts +3 -3
  43. package/internal-do-not-import-from-here/fx/models/channels/ChannelHttpModels.d.ts +3 -3
  44. package/internal-do-not-import-from-here/fx/models/channels/ChannelPages.js +1 -1
  45. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +3 -3
  46. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.js +1 -1
  47. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannelCategory.d.ts +2 -2
  48. package/internal-do-not-import-from-here/fx/models/components/AccordionBlock.d.ts +4 -4
  49. package/internal-do-not-import-from-here/fx/models/components/AccordionBlockStyles.d.ts +3 -3
  50. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +7 -1
  51. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +3 -3
  52. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +3 -3
  53. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +4 -4
  54. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.js +1 -1
  55. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +4 -4
  56. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -2
  57. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlockStyles.d.ts +0 -2
  58. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +5 -5
  59. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.js +3 -3
  60. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +2 -2
  61. package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlock.d.ts +3 -3
  62. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -6
  63. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -2
  64. package/internal-do-not-import-from-here/fx/models/components/ContentBlockStyles.d.ts +4 -13
  65. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +3 -3
  66. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +2 -2
  67. package/internal-do-not-import-from-here/fx/models/components/DocumentPicker.js +1 -1
  68. package/internal-do-not-import-from-here/fx/models/components/EnterprisePropertyDocumentProvider.d.ts +6 -6
  69. package/internal-do-not-import-from-here/fx/models/components/FilterSettings.d.ts +5 -5
  70. package/internal-do-not-import-from-here/fx/models/components/IFrameBlock.d.ts +2 -2
  71. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
  72. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +6 -6
  73. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +2 -13
  74. package/internal-do-not-import-from-here/fx/models/components/MegaMenu.d.ts +6 -6
  75. package/internal-do-not-import-from-here/fx/models/components/MegaMenuStyles.d.ts +2 -2
  76. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +2 -2
  77. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.js +1 -1
  78. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.d.ts +4 -5
  79. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.js +1 -1
  80. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlockStyles.d.ts +3 -3
  81. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.d.ts +3 -3
  82. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.js +2 -2
  83. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +3 -3
  84. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +18 -22
  85. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.js +0 -6
  86. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +11 -10
  87. package/internal-do-not-import-from-here/fx/models/components/RatingBlockSettings.d.ts +3 -3
  88. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +3 -2
  89. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlockStyles.d.ts +3 -2
  90. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
  91. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockStyles.d.ts +5 -5
  92. package/internal-do-not-import-from-here/fx/models/components/TaxonomyNavigationStyles.d.ts +1 -1
  93. package/internal-do-not-import-from-here/fx/models/digitalsignage/Announcement.d.ts +4 -4
  94. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonProp.d.ts +2 -2
  95. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +2 -2
  96. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +3 -3
  97. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.js +1 -1
  98. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageSettingsBase.d.ts +2 -2
  99. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +2 -2
  100. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningPageRollupViewSettings.d.ts +2 -2
  101. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.d.ts +3 -3
  102. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.js +2 -2
  103. package/internal-do-not-import-from-here/fx/models/editor/enums.js +1 -1
  104. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.d.ts +1 -1
  105. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.js +2 -3
  106. package/internal-do-not-import-from-here/fx/models/eventmanagement/Enums.js +8 -8
  107. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventCalendar.d.ts +2 -2
  108. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventDetail.d.ts +5 -5
  109. package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
  110. package/internal-do-not-import-from-here/fx/models/eventmanagement/Secret.d.ts +2 -2
  111. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlock.d.ts +2 -2
  112. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlockStyles.d.ts +2 -2
  113. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.d.ts +3 -3
  114. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.js +1 -1
  115. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListStyles.d.ts +3 -3
  116. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListViewStyles.d.ts +2 -2
  117. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/PageRollupViewStyles.d.ts +3 -8
  118. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -3
  119. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +1 -1
  120. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenBlock.d.ts +9 -9
  121. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.d.ts +1 -1
  122. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.js +1 -1
  123. package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.d.ts +6 -0
  124. package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.js +10 -0
  125. package/internal-do-not-import-from-here/fx/models/linkpicker/index.d.ts +1 -0
  126. package/internal-do-not-import-from-here/fx/models/linkpicker/index.js +1 -0
  127. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +17 -12
  128. package/internal-do-not-import-from-here/fx/models/loc/localize.js +7 -9
  129. package/internal-do-not-import-from-here/fx/models/navigation/CurrentNavigationStatus.js +1 -1
  130. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.d.ts +3 -0
  131. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.js +2 -0
  132. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.d.ts +4 -4
  133. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +12 -12
  134. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.d.ts +2 -1
  135. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.js +2 -2
  136. package/internal-do-not-import-from-here/fx/models/navigation/PageCollectionNavigationData.js +1 -1
  137. package/internal-do-not-import-from-here/fx/models/navigation/index.d.ts +1 -0
  138. package/internal-do-not-import-from-here/fx/models/navigation/index.js +1 -0
  139. package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +2 -1
  140. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +7 -4
  141. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +1 -1
  142. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewEnums.js +1 -1
  143. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +8 -9
  144. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewEnums.js +2 -2
  145. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewSettings.d.ts +6 -6
  146. package/internal-do-not-import-from-here/fx/models/pagequery/IPageRollupViewInterface.d.ts +2 -2
  147. package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -4
  148. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.js +1 -1
  149. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -1
  150. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -1
  151. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +3 -3
  152. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListingWithImageViewSettings.d.ts +4 -4
  153. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +2 -1
  154. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +4 -4
  155. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRollerViewSettings.d.ts +4 -4
  156. package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +2 -2
  157. package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -1
  158. package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.d.ts +2 -2
  159. package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.js +1 -1
  160. package/internal-do-not-import-from-here/fx/models/pages/CurrentPageStatus.js +1 -1
  161. package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -2
  162. package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +3 -3
  163. package/internal-do-not-import-from-here/fx/models/pages/Page.js +1 -1
  164. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -6
  165. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.js +2 -2
  166. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +42 -0
  167. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.js +9 -0
  168. package/internal-do-not-import-from-here/fx/models/pages/PageData.d.ts +2 -2
  169. package/internal-do-not-import-from-here/fx/models/pages/PageData.js +9 -9
  170. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -3
  171. package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -2
  172. package/internal-do-not-import-from-here/fx/models/pages/PagePermissionInfo.d.ts +2 -2
  173. package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +3 -4
  174. package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.d.ts +2 -2
  175. package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.js +1 -1
  176. package/internal-do-not-import-from-here/fx/models/pages/RestorePageResult.d.ts +2 -2
  177. package/internal-do-not-import-from-here/fx/models/pages/ReusablePages.js +1 -1
  178. package/internal-do-not-import-from-here/fx/models/pages/VersionedPageData.js +3 -3
  179. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +2 -2
  180. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +2 -1
  181. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +32 -7
  182. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +8 -4
  183. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.js +1 -1
  184. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +2 -2
  185. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +2 -2
  186. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
  187. package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
  188. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +3 -4
  189. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +1 -1
  190. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +3 -4
  191. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +1 -1
  192. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +3 -4
  193. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +1 -1
  194. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +3 -3
  195. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/VariationsRouteProperty.js +1 -1
  196. package/internal-do-not-import-from-here/fx/models/publishinglayout/PublishingAppLayoutDefinition.js +1 -1
  197. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +2 -2
  198. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +2 -2
  199. package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +2 -2
  200. package/internal-do-not-import-from-here/fx/models/publishingsetting/publishingsetting.d.ts +2 -2
  201. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +1 -1
  202. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +1 -1
  203. package/internal-do-not-import-from-here/fx/models/query/PageQuery.js +1 -1
  204. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +2 -2
  205. package/internal-do-not-import-from-here/fx/models/rssreader/RssReaderRegistrationView.d.ts +2 -2
  206. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +3 -2
  207. package/internal-do-not-import-from-here/fx/models/social/Achievement.d.ts +4 -4
  208. package/internal-do-not-import-from-here/fx/models/social/Activities/Activity.js +1 -1
  209. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFeedScopes.js +1 -1
  210. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFilter.d.ts +2 -2
  211. package/internal-do-not-import-from-here/fx/models/social/Activities/NewPageActivity.d.ts +2 -2
  212. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentActivity.d.ts +2 -2
  213. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentReplyActivity.d.ts +2 -2
  214. package/internal-do-not-import-from-here/fx/models/social/Activities/UserActivity.js +1 -1
  215. package/internal-do-not-import-from-here/fx/models/social/ActivityAction.js +1 -1
  216. package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingAppTopic.d.ts +3 -3
  217. package/internal-do-not-import-from-here/fx/models/social/Topics/TaxonomyTopic.d.ts +3 -3
  218. package/internal-do-not-import-from-here/fx/models/social/Topics/Topic.js +1 -1
  219. package/internal-do-not-import-from-here/fx/models/social/Topics/TopicInformation.js +1 -1
  220. package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +2 -2
  221. package/internal-do-not-import-from-here/fx/models/variations/Variation.js +1 -1
  222. package/internal-do-not-import-from-here/fx/models/yammer/YammerTracking.d.ts +3 -3
  223. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +2 -3
  224. package/internal-do-not-import-from-here/fx/services/AutomaticPageCreationService.d.ts +2 -0
  225. package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
  226. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +5 -4
  227. package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +0 -1
  228. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +3 -3
  229. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -3
  230. package/internal-do-not-import-from-here/fx/services/PublishingChannelCategoriesService.d.ts +4 -4
  231. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  232. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +3 -3
  233. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +3 -2
  234. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +14 -6
  235. package/internal-do-not-import-from-here/fx/stores/ActivityFeedStore.d.ts +1 -1
  236. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +2 -2
  237. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +2 -2
  238. package/internal-do-not-import-from-here/fx/stores/CreatePageFormStore.d.ts +2 -2
  239. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +41 -0
  240. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -1
  241. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +8 -4
  242. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +3 -3
  243. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  244. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +6 -6
  245. package/internal-do-not-import-from-here/fx/ux/MediaPickerProviderStorageWCMContext.d.ts +11 -11
  246. package/internal-do-not-import-from-here/fx/ux/loc/localize.d.ts +1 -1
  247. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +79 -7
  248. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +34 -47
  249. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +18 -2
  250. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +34 -36
  251. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +11 -0
  252. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/index.d.ts +1 -2
  253. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +17 -0
  254. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  255. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  256. package/internal-do-not-import-from-here/models/TypedNamedProperties.d.ts +2 -2
  257. package/internal-do-not-import-from-here/models/TypedNamedProperties.js +8 -8
  258. package/internal-do-not-import-from-here/models/digitalsignage/DigitalSignageLayoutDefinition.js +1 -1
  259. package/internal-do-not-import-from-here/models/enterpriseglossary/EnterpriseGlossaryPageInformation.d.ts +3 -3
  260. package/internal-do-not-import-from-here/models/enterpriseglossary/EnterpriseGlossaryPageInformation.js +1 -1
  261. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +2 -2
  262. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationReference.d.ts +2 -2
  263. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +1 -1
  264. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -1
  265. package/internal-do-not-import-from-here/models/pagefeedbacks/PageFeedback.js +1 -1
  266. package/internal-do-not-import-from-here/models/pagestatistics/Reports.d.ts +3 -3
  267. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.js +1 -1
  268. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +3 -3
  269. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +1 -1
  270. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorEnums.js +1 -1
  271. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorSettings.js +2 -2
  272. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +2 -2
  273. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.js +1 -1
  274. package/internal-do-not-import-from-here/models/publishingapp/layoutitems/BlockRegistration.d.ts +3 -3
  275. package/internal-do-not-import-from-here/models/publishingapp/newsletter/NewsletterModel.js +1 -1
  276. package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.js +1 -1
  277. package/internal-do-not-import-from-here/models/publishingapp/schedule/PageSchedule.js +1 -1
  278. package/internal-do-not-import-from-here/models/searchproviders/CommentSearchCategory.js +1 -1
  279. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +4 -3
  280. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +5 -1
  281. package/internal-do-not-import-from-here/models/social/Feedback.d.ts +2 -2
  282. package/internal-do-not-import-from-here/models/social/Subscription.js +1 -1
  283. package/internal-do-not-import-from-here/models/tenantreusablecontent/PublishingAppSelectionData.d.ts +3 -3
  284. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  285. package/package.json +1 -1
  286. package/task.js +7 -6
  287. package/task.ts +7 -6
  288. package/internal-do-not-import-from-here/fx/internal/models/SharepointSyncSettings.d.ts +0 -11
  289. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedEvent.d.ts +0 -11
  290. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedResourceStatus.d.ts +0 -30
  291. package/internal-do-not-import-from-here/fx/internal/services/SharepointPageService.d.ts +0 -14
  292. package/internal-do-not-import-from-here/fx/internal/stores/SharepointPageStore.d.ts +0 -36
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { PageId } from "../../pages";
3
3
  import { ActivityType } from "./Activity";
4
4
  export interface ActivityFilter {
@@ -9,7 +9,7 @@ export interface ActivityFilter {
9
9
  /**
10
10
  * If empty do not limit, i.e include all
11
11
  * */
12
- includedPublishingApps?: Array<GuidValue>;
12
+ includedPublishingApps?: Array<guid>;
13
13
  /**
14
14
  * If empty do not limit, i.e include all
15
15
  * */
@@ -1,7 +1,7 @@
1
1
  import { Activity } from "./Activity";
2
2
  import { PageId } from "../../pages/Page";
3
3
  import { VersionId } from "../../pages/VersionedPageData";
4
- import { Identity, GuidValue, Tag } from "@omnia/fx-models";
4
+ import { Identity, guid, Tag } from "@omnia/fx-models";
5
5
  export interface NewPageActivity extends Activity {
6
6
  /**
7
7
  * The id of the page
@@ -39,6 +39,6 @@ export interface NewPageActivity extends Activity {
39
39
  * A list of the enable subscribe taxonomy grouped by term set ID present on this version of the page
40
40
  * */
41
41
  readonly termSetTaxonomyIds: {
42
- [termSetId: string]: Array<GuidValue>;
42
+ [termSetId: string]: Array<guid>;
43
43
  };
44
44
  }
@@ -1,7 +1,7 @@
1
1
  import { PageId } from "../../pages/Page";
2
2
  import { VersionId } from "../../pages/VersionedPageData";
3
3
  import { Activity } from "./Activity";
4
- import { Identity, GuidValue } from "@omnia/fx-models";
4
+ import { Identity, guid } from "@omnia/fx-models";
5
5
  export interface CommentContent {
6
6
  readonly content: string;
7
7
  readonly truncated: boolean;
@@ -13,7 +13,7 @@ export interface PageCommentActivity extends Activity {
13
13
  readonly createdBy: Identity;
14
14
  readonly pageId: PageId;
15
15
  readonly versionId: VersionId;
16
- readonly commentId: GuidValue;
16
+ readonly commentId: guid;
17
17
  readonly comment: CommentContent;
18
18
  readonly pageTitle: string;
19
19
  }
@@ -1,10 +1,10 @@
1
1
  import { PageCommentActivity, CommentContent } from "./PageCommentActivity";
2
- import { Identity, GuidValue } from "@omnia/fx-models";
2
+ import { Identity, guid } from "@omnia/fx-models";
3
3
  export interface PageCommentReplyActivity extends PageCommentActivity {
4
4
  /**
5
5
  * The id of the comment to which the commentId is a reply
6
6
  * */
7
- readonly repliedCommentId: GuidValue;
7
+ readonly repliedCommentId: guid;
8
8
  /**
9
9
  * The user id of the owner of the comment which got the reply (i.e. source comment)
10
10
  * */
@@ -6,4 +6,4 @@ var UserActivityStatus;
6
6
  UserActivityStatus[UserActivityStatus["New"] = 0] = "New";
7
7
  UserActivityStatus[UserActivityStatus["Viewed"] = 1] = "Viewed";
8
8
  UserActivityStatus[UserActivityStatus["Hidden"] = 2] = "Hidden";
9
- })(UserActivityStatus = exports.UserActivityStatus || (exports.UserActivityStatus = {}));
9
+ })(UserActivityStatus || (exports.UserActivityStatus = UserActivityStatus = {}));
@@ -9,4 +9,4 @@ var ActivityActionTypes;
9
9
  ActivityActionTypes[ActivityActionTypes["BestReply"] = 3] = "BestReply";
10
10
  ActivityActionTypes[ActivityActionTypes["Rate"] = 4] = "Rate";
11
11
  ActivityActionTypes[ActivityActionTypes["Share"] = 5] = "Share";
12
- })(ActivityActionTypes = exports.ActivityActionTypes || (exports.ActivityActionTypes = {}));
12
+ })(ActivityActionTypes || (exports.ActivityActionTypes = ActivityActionTypes = {}));
@@ -1,7 +1,7 @@
1
1
  import { Topic, TopicType } from "./Topic";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export declare class PublishingAppTopic implements Topic {
4
4
  readonly topicType: TopicType;
5
- readonly publishingAppId: GuidValue;
6
- constructor(publishingappId: GuidValue);
5
+ readonly publishingAppId: guid;
6
+ constructor(publishingappId: guid);
7
7
  }
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { Topic, TopicType } from "./Topic";
3
3
  export declare class TaxonomyTopic implements Topic {
4
4
  readonly topicType: TopicType;
5
- readonly taxonomyId: GuidValue;
6
- constructor(taxonomyId: GuidValue);
5
+ readonly taxonomyId: guid;
6
+ constructor(taxonomyId: guid);
7
7
  }
@@ -10,4 +10,4 @@ var TopicType;
10
10
  TopicType[TopicType["Tag"] = 4] = "Tag";
11
11
  TopicType[TopicType["Taxonomy"] = 5] = "Taxonomy";
12
12
  TopicType[TopicType["PublishingChannel"] = 6] = "PublishingChannel";
13
- })(TopicType = exports.TopicType || (exports.TopicType = {}));
13
+ })(TopicType || (exports.TopicType = TopicType = {}));
@@ -7,4 +7,4 @@ var TopicInformationType;
7
7
  TopicInformationType[TopicInformationType["PageTopicInformation"] = 101] = "PageTopicInformation";
8
8
  TopicInformationType[TopicInformationType["PageCollectionTopicInformation"] = 102] = "PageCollectionTopicInformation";
9
9
  TopicInformationType[TopicInformationType["PublishingAppTopicInformation"] = 103] = "PublishingAppTopicInformation";
10
- })(TopicInformationType = exports.TopicInformationType || (exports.TopicInformationType = {}));
10
+ })(TopicInformationType || (exports.TopicInformationType = TopicInformationType = {}));
@@ -1,4 +1,4 @@
1
- import { GuidValue, MultilingualString, IIcon, Language, Identity } from "@omnia/fx-models";
1
+ import { guid, MultilingualString, IIcon, Language, Identity } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp-models";
3
3
  /**
4
4
  * This is no enum, it's the unique id (number) of the variation and generated serverside.
@@ -8,7 +8,7 @@ export declare enum VariationId {
8
8
  export interface Variation {
9
9
  id: VariationId;
10
10
  displayNames: MultilingualString;
11
- publishingAppId: GuidValue;
11
+ publishingAppId: guid;
12
12
  targetingFilterData: TargetingFilterProperty;
13
13
  icon: IIcon;
14
14
  urlSegment: string;
@@ -6,4 +6,4 @@ exports.VariationId = void 0;
6
6
  * */
7
7
  var VariationId;
8
8
  (function (VariationId) {
9
- })(VariationId = exports.VariationId || (exports.VariationId = {}));
9
+ })(VariationId || (exports.VariationId = VariationId = {}));
@@ -1,9 +1,9 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { PageId } from "../pages";
3
3
  export interface YammerTracking {
4
- id: GuidValue;
4
+ id: guid;
5
5
  pageId: PageId;
6
6
  yammerGroupId: number;
7
7
  yammerThreadId: number;
8
- businessProfileId: GuidValue;
8
+ businessProfileId: guid;
9
9
  }
@@ -10,8 +10,7 @@ export declare class AiContentPageReportService {
10
10
  getReportDetails: (reportId: number) => Promise<PageAiAnalysisReportDetails>;
11
11
  fixPage: (reportId: number, pageId: PageId) => Promise<void>;
12
12
  getPageStatus: (reportId: number, pageId: PageId) => Promise<AiAnalysisReportPageSnapshot>;
13
- getAnalyzeResult: (payload: PageAiAnalysisPropertyRequest) => Promise<{
14
- [internalName: string]: any;
15
- }>;
13
+ getAnalyzeReasonResult: (payload: PageAiAnalysisPropertyRequest) => Promise<string>;
14
+ getAnalyzeStatusResult: (payload: PageAiAnalysisPropertyRequest) => Promise<boolean>;
16
15
  deleteReport: (reportId: number) => Promise<void>;
17
16
  }
@@ -5,5 +5,7 @@ export declare class AutomaticPageCreationService {
5
5
  private readonly baseUrl;
6
6
  triggerProcessRequests: (sourcePageId: any) => Promise<void>;
7
7
  ensureRequests: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
8
+ getTrackingEvaluation: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
9
+ getRequests: (sourcePageId: number) => Promise<AutomaticPageCreationRequest[]>;
8
10
  automaticMachineTranslationPage: (defaultPageId: PageId) => Promise<void>;
9
11
  }
@@ -1,10 +1,10 @@
1
1
  import { TargetingFilterProperty } from "@omnia/fx-sp/models";
2
- import { GuidValue, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx/models";
2
+ import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx/models";
3
3
  import { PublishingChannel, PageId, UserAuthorizedChannelResources, ChannelPage, PublishingStatus, PublishingChannelId, PublishingChannelPage, ChannelRollupQuery, PublisingChannelQueryResult, PublishChannelPageRequest } from "../models";
4
4
  export declare class ChannelManagementService {
5
5
  private httpClient;
6
6
  constructor();
7
- createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: GuidValue) => Promise<PublishingChannel>;
7
+ createPublishingChannel: (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>;
8
8
  updatePublishingChannel: (updateData: PublishingChannel) => Promise<PublishingChannel>;
9
9
  getPublishingChannels: () => Promise<Array<PublishingChannel>>;
10
10
  getRecentlyUsedChannels: () => Promise<PublishingChannel[]>;
@@ -1,6 +1,6 @@
1
- import { NavigationData, NavigationNode, NavigationResult, NodeId, NavigationPosition, MoveNavigationNodeResult, MovePageCollectionResult, PageId, PageNavigationData, PageNavigationNode, NavigationDataType, NavigationNodeQuery } from "../models";
1
+ import { NavigationData, NavigationNode, NavigationResult, NodeId, NavigationPosition, MoveNavigationNodeResult, MovePageCollectionResult, PageId, PageNavigationData, PageNavigationNode, NavigationDataType, NavigationNodeQuery, MovePageCollectionValidationResult } from "../models";
2
2
  import { HttpClient } from "@omnia/fx";
3
- import { GuidValue } from "@omnia/fx-models";
3
+ import { guid } from "@omnia/fx-models";
4
4
  export declare class NavigationService {
5
5
  protected httpClient: HttpClient;
6
6
  protected readonly baseUrl = "api/navigation";
@@ -40,7 +40,8 @@ export declare class NavigationService {
40
40
  **/
41
41
  updateNodeData: <T extends NavigationNode<NavigationData>>(node: T) => Promise<T>;
42
42
  move: <T extends NavigationNode<NavigationData>>(nodeToMove: T, newPosition: NavigationPosition) => Promise<MoveNavigationNodeResult>;
43
- movePageCollection: (pageCollectionId: number, targetPublishingAppId: string) => Promise<MovePageCollectionResult>;
43
+ movePageCollection: (pageCollectionId: number, targetPublishingAppId: guid) => Promise<MovePageCollectionResult>;
44
+ validateMovingPageCollection: (pageCollectionId: number, targetPublishingAppId: guid) => Promise<MovePageCollectionValidationResult>;
44
45
  getParentNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType) => Promise<Array<NavigationNode<NavigationData>>>;
45
46
  getChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
46
47
  getMegamenuChildNodes: <T extends NavigationNode<NavigationData>>(nodeToGetParentsFor: T, nodeTypes?: NavigationDataType, depth?: number, forceFromPublishingAppId?: string) => Promise<Array<NavigationNode<NavigationData>>>;
@@ -55,5 +56,5 @@ export declare class NavigationService {
55
56
  [pageId: number]: PageNavigationNode<PageNavigationData>[];
56
57
  }>;
57
58
  deleteLinkNodeById: (id: NodeId) => Promise<void>;
58
- checkUrlSegmentExists: (appInstanceId: GuidValue, parentNavigationNode: NavigationNode<NavigationData>, urlSegment: string) => Promise<boolean>;
59
+ checkUrlSegmentExists: (appInstanceId: guid, parentNavigationNode: NavigationNode<NavigationData>, urlSegment: string) => Promise<boolean>;
59
60
  }
@@ -12,7 +12,6 @@ export declare class OpenAIPageCreationService {
12
12
  createPageWithOpenAI(openAiPrompt: string, propertiesMapping: OpenAIPropertiesMapping, imagePrompt: string): Promise<OpenAIPropertyMappingValue>;
13
13
  private handleResolution;
14
14
  private getLimitSizeScalling;
15
- private pollImage;
16
15
  private validatePrompt;
17
16
  private checkQueryableProperty;
18
17
  }
@@ -1,6 +1,6 @@
1
- import { PageCollectionSelection, ResolveReusablePageResult, PendingApprovalPage, PageId, SimplePageQuery, PageContentsQueryResult, BatchQueryPages, BatchQueryPagesResult, ExportQueryPagesRequest, ExportQueryPagesResult } from "../models";
2
- import { WcmContext } from "../contexts";
3
1
  import { MultilingualStore } from "@omnia/fx/stores";
2
+ import { WcmContext } from "../contexts";
3
+ import { BatchQueryPages, BatchQueryPagesResult, ExportQueryPagesRequest, ExportQueryPagesResult, PageCollectionSelection, PageContentsQueryResult, PageId, PendingApprovalPage, ResolveReusablePageResult, SimplePageQuery } from "../models";
4
4
  export declare class PageQueryService {
5
5
  private httpClient;
6
6
  private omniaHttpClient;
@@ -18,7 +18,7 @@ export declare class PageQueryService {
18
18
  getDefaultPageImageSrc: () => string;
19
19
  exportToExcel: (query: ExportQueryPagesRequest, exportingBlockId: string) => Promise<ExportQueryPagesResult>;
20
20
  getExportedFile: (exportingFileName: string, exportingFileToken: string) => Promise<void>;
21
- checkMigrationOmniaSearchStatus: () => Promise<boolean>;
21
+ checkMigrationOmniaSearchStatus: (migrationId: string) => Promise<boolean>;
22
22
  private processPagesDetailData;
23
23
  private getPageVisited;
24
24
  private findPageInNode;
@@ -1,6 +1,6 @@
1
1
  import { Page, PageData, CheckedOutVersionPageData, VersionedPageData, PublishedVersionPageData, PageIdToPageMap, PageId, VariationPage, PageCollectionSelection, NavigationData, NavigationNode, MovePagesResult, VersionInformation, ArchivePageResult, RestorePageMessage, RestorePageResult, VariationId, PageWithNavigationCreationRequest, PageNavigationNode, PageNavigationData, ReadNews, PagePermissionResponse, ValidationArchivePageResult, PageTypeTitle, VersionId, ApprovalMetaData } from "../models";
2
2
  import { MergedPageVersionLayout } from "../models/layout/MergedPageVersionLayout";
3
- import { ApiResponse, GuidValue } from "@omnia/fx-models";
3
+ import { ApiResponse, guid } from "@omnia/fx-models";
4
4
  import { VersionReference } from "../models";
5
5
  import { NavigationPosition } from "../models/navigation/NavigationPosition";
6
6
  import { CreatedPageWithNavigationInfo, CreatedPageInfo } from "../models";
@@ -12,12 +12,12 @@ export declare class PageService {
12
12
  enterprisePropertyStore: EnterprisePropertyStore;
13
13
  private multilingualStore;
14
14
  static appIdQuery: {};
15
- static obsoleteSetWCMApp(appId: GuidValue): void;
15
+ static obsoleteSetWCMApp(appId: guid): void;
16
16
  private readonly baseUrl;
17
17
  private readonly reusablePageBaseUrl;
18
18
  createVariationPage: <T extends PageData>(pageData: T, originalPageId: PageId, variationId: VariationId) => Promise<CreatedPageInfo<T>>;
19
19
  updatePagePermissions: (pageId: PageId, permissionInfo: PagePermissionInfo, variationId?: VariationId) => Promise<void>;
20
- createWithNavigation: <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: GuidValue, targetVariationId?: string) => Promise<CreatedPageWithNavigationInfo<T>>;
20
+ createWithNavigation: <T extends PageData>(creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<CreatedPageWithNavigationInfo<T>>;
21
21
  move: <T extends NavigationNode<NavigationData>>(nodeToMove: T, newPosition: NavigationPosition) => Promise<MovePagesResult>;
22
22
  movePageTypeToTenant: (page: Page) => Promise<PageNavigationNode<PageNavigationData>>;
23
23
  attachPageWithNavigation: <T extends PageData>(pageData: T, urlSegment: string, position: NavigationPosition) => Promise<CreatedPageWithNavigationInfo<T>>;
@@ -1,12 +1,12 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { PublishingChannelCategory } from "../models";
3
3
  export declare class PublishingChannelCategoriesService {
4
4
  private httpClient;
5
5
  private readonly baseUrl;
6
6
  getAllCategories: () => Promise<Array<PublishingChannelCategory>>;
7
- getCategoryById: (id: GuidValue) => Promise<PublishingChannelCategory>;
7
+ getCategoryById: (id: guid) => Promise<PublishingChannelCategory>;
8
8
  createCategory: (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>;
9
9
  updateCategory: (category: PublishingChannelCategory) => Promise<PublishingChannelCategory>;
10
- deleteCategory: (id: GuidValue) => Promise<null>;
11
- orderCategories: (ids: Array<GuidValue>) => Promise<null>;
10
+ deleteCategory: (id: guid) => Promise<null>;
11
+ orderCategories: (ids: Array<guid>) => Promise<null>;
12
12
  }
@@ -10,7 +10,7 @@ export declare class PublishingRuleService {
10
10
  }>;
11
11
  updateRule: (rule: PublishingRule) => Promise<PublishingRule>;
12
12
  cancelApproval: (rule: PublishingRule<ApprovalRuleData>) => Promise<Array<PublishingRule>>;
13
- approveApproval: (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData>>;
13
+ approveApproval: (approvePageInfo: ApprovePageInfo) => Promise<PublishingRule<ApprovalRuleData>[]>;
14
14
  rejectApproval: (rejectPageInfo: RejectPageInfo) => Promise<Array<PublishingRule>>;
15
15
  sendBackApproval: (sendBackPageInfo: SendBackPageInfo) => Promise<PublishingRule>;
16
16
  deleteRule: (id: number) => Promise<PublishingRule>;
@@ -1,13 +1,13 @@
1
1
  import { Variation, VariationCreationRequest } from "../models";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export declare class VariationService {
4
4
  private httpClient;
5
5
  static appIdQuery: {};
6
- static obsoleteSetWCMApp(appId: GuidValue): void;
6
+ static obsoleteSetWCMApp(appId: guid): void;
7
7
  private readonly baseUrl;
8
8
  create: (createRequest: VariationCreationRequest) => Promise<Variation>;
9
9
  delete: (variation: Variation) => Promise<Variation>;
10
- get: (publishingAppIds?: GuidValue[]) => Promise<{
10
+ get: (publishingAppIds?: guid[]) => Promise<{
11
11
  [appId: string]: Variation[];
12
12
  }>;
13
13
  update: (variation: Variation) => Promise<Variation>;
@@ -1,10 +1,11 @@
1
1
  import { PagedBatchSearchRequest } from "@omnia/fx-models";
2
2
  import { EnterprisePropertyStore } from "@omnia/fx/stores";
3
3
  import { BatchQueryPages } from "../models";
4
- import { PublishingAppInfoStore } from "../stores";
4
+ import { PageRollupStore, PublishingAppInfoStore } from "../stores";
5
5
  export declare class OmniaSearchQueryHelper {
6
6
  enterprisePropertyStore: EnterprisePropertyStore;
7
7
  publishingAppInfoStore: PublishingAppInfoStore;
8
+ pageRollupStore: PageRollupStore;
8
9
  private enterpriseProperties;
9
10
  private querableProperties;
10
11
  private publishingAppInfos;
@@ -16,7 +17,7 @@ export declare class OmniaSearchQueryHelper {
16
17
  private hasBusinessProfileScopeQuery;
17
18
  private getSearchBoxKeywords;
18
19
  private getFilterExpressionString;
19
- private getSingleValueOperatorString;
20
+ private getValuesFilterOperatorString;
20
21
  private getContainsOperatorString;
21
22
  private getFiltersExpressionString;
22
23
  private getFieldValuesString;
@@ -1,9 +1,9 @@
1
1
  import { ServiceContainerContext } from "@omnia/fx";
2
- import { EnterprisePropertyDefinition, FilterEngineSearchBoxSettings, GuidValue, IBlockInstance, RollupFilter, TargetingPropertyFlatResult } from "@omnia/fx-models";
2
+ import { EnterprisePropertyDefinition, FilterEngineSearchBoxSettings, guid, IBlockInstance, RollupFilter, TargetingPropertyFlatResult } from "@omnia/fx-models";
3
3
  import { TermStore } from "@omnia/fx-sp";
4
4
  import { EnterpriseGlossaryStore, MultilingualStore } from "@omnia/fx/stores";
5
5
  import { FilterEngineHandler, IBlockInstanceExtends } from "@omnia/fx/ux";
6
- import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter, PageRollupDatePropertyFilterCustomValue } from "../../fx/models";
6
+ import { BatchQueryPages, BatchQueryPagesResult, NormalPageRollupPagingQuery, PageCollectionSelection, PageDialogData, PageDialogPropertiesMapping, PageItemNode, PageQuery, PageRollupBlockProperty, PageRollupBlockSettings, PageRollupEnums, PageRollupPropertyFilter, PageRollupUiFilter, QueryFilter, QueryOrder, ReactivePageBlockProperty, VariationId, VariationQuery, UIQueryFilter } from "../../fx/models";
7
7
  interface BlockPageRollupInstanceExtends extends IBlockInstanceExtends<PageRollupBlockSettings> {
8
8
  uiQueryFilters?: QueryFilter[];
9
9
  orderBy?: Array<QueryOrder>;
@@ -65,6 +65,7 @@ declare class InternalPageRollupStoreHelper {
65
65
  updateQuery(blockInstance: BlockPageRollupInstanceExtends, newSettings: PageRollupBlockSettings, uiQueryFilter: UIQueryFilter, orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>, forceExecuteQuery?: boolean, clientCaching?: boolean, showMetric?: boolean): Promise<void>;
66
66
  getRollupId(blockInstance: IBlockInstance<PageRollupBlockSettings>): string;
67
67
  setLoadedPageRollups(pageRollupQueryId: string, isDestroyed: boolean): void;
68
+ clearPageQueryResultCaches(blockInstance: IBlockInstance<PageRollupBlockSettings>): void;
68
69
  private checkPagingStateHasChanged;
69
70
  private getPagingQuery;
70
71
  private setExecutingQueriesParrallel;
@@ -81,7 +82,6 @@ declare class InternalPageRollupStoreHelper {
81
82
  private getStartNodePromise;
82
83
  private ensureValidCalendarDateProp;
83
84
  private generateCalendarFilter;
84
- parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
85
85
  generateFilters(settings: PageRollupBlockSettings, filters?: Array<PageRollupPropertyFilter>): Array<QueryFilter>;
86
86
  private isProcessProperty;
87
87
  private getProcessFilters;
@@ -89,13 +89,19 @@ declare class InternalPageRollupStoreHelper {
89
89
  ids: VariationId[];
90
90
  queries: VariationQuery[];
91
91
  }>;
92
+ private hasVariationQueryInNavigationPathScope;
93
+ private getNavigationNodePublishingAppId;
94
+ private getNavigationNodePageCollectionId;
92
95
  populateTargetingVariationIds(variationQueriesDict: {
93
96
  [key: number]: VariationQuery;
94
97
  }, settings: PageRollupBlockSettings, pageCollectionSelections: Array<PageCollectionSelection>): any[];
98
+ private populateNavigationPathTargetingVariationIds;
99
+ private generateVariationIdFilter;
95
100
  buildQuery(serviceContainerContext: ServiceContainerContext, settings: PageRollupBlockSettings, instance: IBlockInstance<PageRollupBlockSettings>, uiQueryFilters: QueryFilter[]): Promise<PageQuery>;
96
101
  getPagesDetails(pageIds: number[], selectProps: PageDialogPropertiesMapping, contentLimit?: number, reloadData?: boolean): Promise<PageDialogData>;
97
102
  getPagesDetailsMetric(blockInstance: BlockPageRollupInstanceExtends, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<void>;
98
103
  generateBatchQuery(blockInstance: BlockPageRollupInstanceExtends, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<BatchQueryPages>;
104
+ needToGetVariationQuery(type: PageRollupEnums.QueryConfigurationType, scope: PageRollupEnums.RollupScopes): boolean;
99
105
  private generateChannelsFilter;
100
106
  private generateChannelsFilterForChannelsScope;
101
107
  private getPropertyNameByScope;
@@ -141,6 +147,7 @@ export declare class PageRollupStoreHelper {
141
147
  constructor();
142
148
  registerBatchQuery(blockInstance: IBlockInstanceExtends<PageRollupBlockSettings>, blockProperty: ReactivePageBlockProperty<PageRollupBlockProperty>, uiFilterHandler: FilterEngineHandler, orderBy: Array<QueryOrder>): BatchQueryRegistration;
143
149
  ensureUserTargetingData(settings: PageRollupBlockSettings): Promise<TargetingPropertyFlatResult[]>;
150
+ clearPageQueryResultCaches(blockInstance: IBlockInstance<PageRollupBlockSettings>): void;
144
151
  getRollupId(blockInstance: IBlockInstance<PageRollupBlockSettings>): string;
145
152
  hasQueryResourceConfiguration(settings: PageRollupBlockSettings): boolean | PageRollupEnums.RollupScopes;
146
153
  getPickedPages(settings: PageRollupBlockSettings, instance: IBlockInstance<PageRollupBlockSettings>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): PageItemNode[];
@@ -153,12 +160,12 @@ export declare class PageRollupStoreHelper {
153
160
  ids: VariationId[];
154
161
  queries: VariationQuery[];
155
162
  }>;
163
+ needToGetVariationQuery(type: PageRollupEnums.QueryConfigurationType, scope: PageRollupEnums.RollupScopes): boolean;
156
164
  getPagesDetails(pageIds: number[], selectProps: PageDialogPropertiesMapping, contentLimit?: number, reloadData?: boolean): Promise<PageDialogData>;
157
165
  getPagesDetailsMetric(blockInstance: IBlockInstance<PageRollupBlockSettings>, settings: PageRollupBlockSettings, uiQueryFilters: QueryFilter[], orderBy?: Array<QueryOrder>, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>): Promise<void>;
158
166
  setDestroyedPageRollups(pageRollupQueryId: string): void;
159
167
  getBatchQueriesData(batchQueries: Array<BatchQueryPages>, queryWithPageTypes: Array<string>): Promise<BatchQueryPagesResult>;
160
168
  needToLoadPageTypeInView(settings: PageRollupBlockSettings, internalNames: Array<string>): boolean;
161
- parseCustomDateFilter(value: PageRollupDatePropertyFilterCustomValue): Date;
162
169
  }
163
170
  export declare class FilterManager {
164
171
  private static targetingPropertyStore;
@@ -167,7 +174,7 @@ export declare class FilterManager {
167
174
  static isOPMProcessProperty(enterprisePropertyDefinition: EnterprisePropertyDefinition): boolean;
168
175
  private static uiFilterMapper;
169
176
  static generateUIFilters(settings: PageRollupBlockSettings, currentIdentity: string, promotedTagsSettings?: {
170
- appInstanceId: GuidValue;
177
+ appInstanceId: guid;
171
178
  promotedTagProperties?: string[];
172
179
  }): PageRollupUiFilter[];
173
180
  private static mapPropValueFromRouter;
@@ -195,6 +202,7 @@ export declare class BatchQueryRegistration {
195
202
  private uiFilterHandler;
196
203
  private _orderBy;
197
204
  private pagingObservableState;
205
+ initialQueryPromise: Promise<void>;
198
206
  constructor(storeHelper: InternalPageRollupStoreHelper, blockInstance: IBlockInstance<PageRollupBlockSettings>, settings: PageRollupBlockSettings, blockProperty: ReactivePageBlockProperty<PageRollupBlockProperty>, uiFilterHandler: FilterEngineHandler, _orderBy: Array<QueryOrder>);
199
207
  updateQuery(settings: PageRollupBlockSettings, blockProperty?: ReactivePageBlockProperty<PageRollupBlockProperty>, orderBy?: Array<QueryOrder>, forceExecuteQuery?: boolean, clientCaching?: boolean): void;
200
208
  updatePagingQuery(payload: NormalPageRollupPagingQuery): Promise<void>;
@@ -206,7 +214,7 @@ export declare class BatchQueryRegistration {
206
214
  generateBatchQuery(): Promise<BatchQueryPages>;
207
215
  get orderBy(): QueryOrder[];
208
216
  get pagingNumber(): number;
209
- get pagingStateKey(): string;
217
+ get pagingStateKey(): guid;
210
218
  get pagingNoNext(): boolean;
211
219
  needToLoadPageTypeInView(internalNames: Array<string>): boolean;
212
220
  /**
@@ -13,7 +13,7 @@ export declare class ActivityFeedStore extends Store {
13
13
  * Implementation of mutations
14
14
  */
15
15
  mutations: {
16
- setThemeStyling: import("@omnia/fx/stores").StoreMutation<(themeStyling: ThemeStyling, customStyling: boolean) => void, (themeStyling: ThemeStyling, customStyling: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
16
+ setThemeStyling: import("@omnia/fx/stores").StoreMutation<(themeStyling: ThemeStyling, customStyling: boolean) => void, (themeStyling: ThemeStyling, customStyling: boolean) => import("@omnia/fx/models").IMessageBusSubscriptionHandler>;
17
17
  };
18
18
  actions: {};
19
19
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { Store } from "@omnia/fx/stores";
3
3
  import { PublishingChannelCategory } from "../models";
4
4
  export declare class ChannelCategoriesStore extends Store {
@@ -19,7 +19,7 @@ export declare class ChannelCategoriesStore extends Store {
19
19
  ensureCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: PublishingChannelCategory[]) => void, (failureReason: any) => void, () => Promise<PublishingChannelCategory[]>>;
20
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
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>>;
22
+ updateCategoriesOrders: import("@omnia/fx/stores").StoreAction<unknown, (ids: guid[]) => void, (result: null, ids: guid[]) => void, (failureReason: any, ids: guid[]) => void, (ids: Array<guid>) => Promise<null>>;
23
23
  };
24
24
  mutations: {
25
25
  setEditState: import("@omnia/fx/stores").StoreMutation<(item: PublishingChannelCategory) => void, (item: PublishingChannelCategory) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
@@ -1,4 +1,4 @@
1
- import { GuidValue, Identity, type IOmniaContext, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
1
+ import { guid, Identity, type IOmniaContext, MediaPickerImage, MultilingualString, ResolvedUserIdentity } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
3
  import { MediaPickerService } from "@omnia/fx/services";
4
4
  import { MultilingualStore, Store } from "@omnia/fx/stores";
@@ -76,7 +76,7 @@ export declare class ChannelManagementStore extends Store {
76
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
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
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>>;
79
+ createPublishingChannel: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (result: PublishingChannel, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (failureReason: any, title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Identity[], image: MediaPickerImage, administrator: Identity[], publisher: Identity[], targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => void, (title: MultilingualString, description: MultilingualString, publicUrl: string, owner: Array<Identity>, image: MediaPickerImage, administrator: Array<Identity>, publisher: Array<Identity>, targetingFilter: TargetingFilterProperty, publishingCategoryId?: guid) => Promise<PublishingChannel>>;
80
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
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
82
  getPageApprovalList: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: ChannelPage[]) => void, (failureReason: any) => void, () => Promise<Array<ChannelPage>>>;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { Store } from "@omnia/fx/stores";
3
3
  import { PageTitleConfig } from "../internal/models/PageTitleConfig";
4
4
  import { PageData, PageWithNavigationCreationRequest, VersionedPageData } from "../models";
@@ -34,6 +34,6 @@ export declare class CreatePageFormStore extends Store {
34
34
  * Implementation of actions
35
35
  */
36
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>>>;
37
+ createPage: import("@omnia/fx/stores").StoreAction<unknown, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (result: VersionedPageData<PageData>, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (failureReason: any, creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => void, (creationRequest: PageWithNavigationCreationRequest, targetPublishingAppId?: guid, targetVariationId?: string) => Promise<VersionedPageData<PageData>>>;
38
38
  };
39
39
  }
@@ -1,6 +1,47 @@
1
1
  import { OmniaContext } from "@omnia/fx";
2
2
  import { AppStore, MultilingualStore, Store } from "@omnia/fx/stores";
3
3
  import { DocumentLibraryInfo, LinkPickerRegistration } from "../models";
4
+ export declare const useLinkPickerStore: () => {
5
+ state: {
6
+ providers: LinkPickerRegistration[];
7
+ };
8
+ getters: {
9
+ currentProvider: () => LinkPickerRegistration[];
10
+ getProviders: (filters: string[]) => LinkPickerRegistration[];
11
+ };
12
+ mutate: {
13
+ providers: (value: LinkPickerRegistration[] | ((prev: LinkPickerRegistration[]) => LinkPickerRegistration[])) => void;
14
+ };
15
+ actions: {
16
+ onDispatching: {
17
+ ensureAddProvider: {
18
+ subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
20
+ ensureRemoveProvider: {
21
+ subscribe(fn: (provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ };
24
+ onDispatched: {
25
+ ensureAddProvider: {
26
+ subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ };
28
+ ensureRemoveProvider: {
29
+ subscribe(fn: (result: void, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ };
31
+ };
32
+ onFailure: {
33
+ ensureAddProvider: {
34
+ subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
36
+ ensureRemoveProvider: {
37
+ subscribe(fn: (failureReason: any, provider: LinkPickerRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
+ };
39
+ };
40
+ } & {
41
+ ensureAddProvider: (provider: LinkPickerRegistration) => void;
42
+ ensureRemoveProvider: (provider: LinkPickerRegistration) => void;
43
+ };
44
+ };
4
45
  export declare class LinkPickerStore extends Store {
5
46
  private currentProviders;
6
47
  omniaContext: OmniaContext;
@@ -1,3 +1,4 @@
1
+ import { guid } from "@omnia/fx-models";
1
2
  import { Store } from "@omnia/fx/stores";
2
3
  import { NavigationData, NavigationNode, NavigationPosition, NodeId, NavigationResult, NavigationDataType, PageId, MoveNavigationNodeResult, LinkNavigationData, VariationId, PageCollectionNavigationNode, PageCollectionNavigationData } from "../models";
3
4
  export declare class NavigationStore extends Store {
@@ -50,7 +51,7 @@ export declare class NavigationStore extends Store {
50
51
  createNode: import("@omnia/fx/stores").StoreAction<unknown, (nodeData: NavigationData, position: NavigationPosition) => void, (result: NavigationNode<NavigationData>, nodeData: NavigationData, position: NavigationPosition) => void, (failureReason: any, nodeData: NavigationData, position: NavigationPosition) => void, <T_1 extends NavigationData>(nodeData: T_1, position: NavigationPosition) => Promise<NavigationNode<NavigationData>>>;
51
52
  moveNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition) => Promise<void>>;
52
53
  movePageNode: import("@omnia/fx/stores").StoreAction<unknown, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (result: void, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (failureReason: any, navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => void, (navigationNode: NavigationNode<NavigationData>, newPosition: NavigationPosition, moveResult: MoveNavigationNodeResult) => Promise<void>>;
53
- movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: string) => void, (result: number[], pageCollectionId: number, targetPublishingAppId: string) => void, (failureReason: any, pageCollectionId: number, targetPublishingAppId: string) => void, (pageCollectionId: number, targetPublishingAppId: string) => Promise<number[]>>;
54
+ movePageCollection: import("@omnia/fx/stores").StoreAction<unknown, (pageCollectionId: number, targetPublishingAppId: guid) => void, (result: number[], pageCollectionId: number, targetPublishingAppId: guid) => void, (failureReason: any, pageCollectionId: number, targetPublishingAppId: guid) => void, (pageCollectionId: number, targetPublishingAppId: guid) => Promise<number[]>>;
54
55
  ensureNodesWithPageIds: import("@omnia/fx/stores").StoreAction<unknown, (...args: PageId[]) => void, (result: void, ...args: PageId[]) => void, (failureReason: any, ...args: PageId[]) => void, (...pageIds: Array<PageId>) => Promise<void>>;
55
56
  ensureChildren: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (result: void, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (failureReason: any, node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => void, (node: NavigationNode<NavigationData>, depth?: number, forceFromPublishingAppId?: string) => Promise<void>>;
56
57
  ensureTreeForNode: import("@omnia/fx/stores").StoreAction<unknown, (node: NavigationNode<NavigationData>) => void, (result: NavigationResult, node: NavigationNode<NavigationData>) => void, (failureReason: any, node: NavigationNode<NavigationData>) => void, (node: NavigationNode<NavigationData>) => Promise<NavigationResult>>;