@omnia/wcm 8.0.5-dev → 8.0.6-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 (289) 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 +61 -59
  25. package/internal-do-not-import-from-here/fx/models/Constants.js +69 -65
  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/ManifestIds.d.ts +409 -403
  29. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +420 -414
  30. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +2 -2
  31. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +2 -2
  32. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +2 -2
  33. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +2 -2
  34. package/internal-do-not-import-from-here/fx/models/apps/AppDefaultPageCollection.d.ts +2 -2
  35. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +2 -2
  36. package/internal-do-not-import-from-here/fx/models/apps/CommunityAppLayoutDefinition.js +1 -1
  37. package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInfo.d.ts +2 -2
  38. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +7 -3
  39. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +2 -1
  40. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts +3 -3
  41. package/internal-do-not-import-from-here/fx/models/channels/ChannelHttpModels.d.ts +3 -3
  42. package/internal-do-not-import-from-here/fx/models/channels/ChannelPages.js +1 -1
  43. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +3 -3
  44. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.js +1 -1
  45. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannelCategory.d.ts +2 -2
  46. package/internal-do-not-import-from-here/fx/models/components/AccordionBlock.d.ts +4 -4
  47. package/internal-do-not-import-from-here/fx/models/components/AccordionBlockStyles.d.ts +3 -3
  48. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +7 -1
  49. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +3 -3
  50. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +3 -3
  51. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +4 -4
  52. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.js +1 -1
  53. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +4 -4
  54. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -2
  55. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlockStyles.d.ts +0 -2
  56. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +5 -5
  57. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.js +3 -3
  58. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +2 -2
  59. package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlock.d.ts +3 -3
  60. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -6
  61. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -2
  62. package/internal-do-not-import-from-here/fx/models/components/ContentBlockStyles.d.ts +4 -13
  63. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +3 -3
  64. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +2 -2
  65. package/internal-do-not-import-from-here/fx/models/components/DocumentPicker.js +1 -1
  66. package/internal-do-not-import-from-here/fx/models/components/EnterprisePropertyDocumentProvider.d.ts +6 -6
  67. package/internal-do-not-import-from-here/fx/models/components/FilterSettings.d.ts +5 -5
  68. package/internal-do-not-import-from-here/fx/models/components/IFrameBlock.d.ts +2 -2
  69. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
  70. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +6 -6
  71. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +2 -13
  72. package/internal-do-not-import-from-here/fx/models/components/MegaMenu.d.ts +6 -6
  73. package/internal-do-not-import-from-here/fx/models/components/MegaMenuStyles.d.ts +2 -2
  74. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +2 -2
  75. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.js +1 -1
  76. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.d.ts +4 -5
  77. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.js +1 -1
  78. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlockStyles.d.ts +3 -3
  79. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.d.ts +3 -3
  80. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.js +2 -2
  81. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +3 -3
  82. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +18 -22
  83. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.js +0 -6
  84. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlockStyles.d.ts +11 -10
  85. package/internal-do-not-import-from-here/fx/models/components/RatingBlockSettings.d.ts +3 -3
  86. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +3 -2
  87. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlockStyles.d.ts +3 -2
  88. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockData.d.ts +2 -2
  89. package/internal-do-not-import-from-here/fx/models/components/RssReaderBlockStyles.d.ts +5 -5
  90. package/internal-do-not-import-from-here/fx/models/components/TaxonomyNavigationStyles.d.ts +1 -1
  91. package/internal-do-not-import-from-here/fx/models/digitalsignage/Announcement.d.ts +4 -4
  92. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonProp.d.ts +2 -2
  93. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageJsonTemplate.d.ts +2 -2
  94. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.d.ts +3 -3
  95. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignagePageQuerySettings.js +1 -1
  96. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSignageSettingsBase.d.ts +2 -2
  97. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningHtmlViewRegistration.d.ts +2 -2
  98. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningPageRollupViewSettings.d.ts +2 -2
  99. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.d.ts +3 -3
  100. package/internal-do-not-import-from-here/fx/models/digitalsignage/DigitalSigningScreenSettings.js +2 -2
  101. package/internal-do-not-import-from-here/fx/models/editor/enums.js +1 -1
  102. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.d.ts +1 -1
  103. package/internal-do-not-import-from-here/fx/models/enterpriseglossary/WCMEnterpriseGlossary.js +1 -1
  104. package/internal-do-not-import-from-here/fx/models/eventmanagement/Enums.js +8 -8
  105. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventCalendar.d.ts +2 -2
  106. package/internal-do-not-import-from-here/fx/models/eventmanagement/EventDetail.d.ts +5 -5
  107. package/internal-do-not-import-from-here/fx/models/eventmanagement/Participant.d.ts +4 -4
  108. package/internal-do-not-import-from-here/fx/models/eventmanagement/Secret.d.ts +2 -2
  109. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlock.d.ts +2 -2
  110. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantCounterBlockStyles.d.ts +2 -2
  111. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.d.ts +3 -3
  112. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListBlock.js +1 -1
  113. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListStyles.d.ts +3 -3
  114. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/EventParticipantListViewStyles.d.ts +2 -2
  115. package/internal-do-not-import-from-here/fx/models/eventmanagement/components/PageRollupViewStyles.d.ts +3 -8
  116. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.d.ts +3 -3
  117. package/internal-do-not-import-from-here/fx/models/fileuploader/FileUploaderProviderContext.js +1 -1
  118. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenBlock.d.ts +9 -9
  119. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.d.ts +1 -1
  120. package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenEnums.js +1 -1
  121. package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.d.ts +6 -0
  122. package/internal-do-not-import-from-here/fx/models/linkpicker/CategoryType.js +10 -0
  123. package/internal-do-not-import-from-here/fx/models/linkpicker/index.d.ts +1 -0
  124. package/internal-do-not-import-from-here/fx/models/linkpicker/index.js +1 -0
  125. package/internal-do-not-import-from-here/fx/models/loc/localize.d.ts +17 -12
  126. package/internal-do-not-import-from-here/fx/models/loc/localize.js +7 -9
  127. package/internal-do-not-import-from-here/fx/models/navigation/CurrentNavigationStatus.js +1 -1
  128. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.d.ts +3 -0
  129. package/internal-do-not-import-from-here/fx/models/navigation/MovePageCollectionValidationResult.js +2 -0
  130. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.d.ts +4 -4
  131. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +12 -12
  132. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.d.ts +2 -1
  133. package/internal-do-not-import-from-here/fx/models/navigation/NavigationNode.js +2 -2
  134. package/internal-do-not-import-from-here/fx/models/navigation/PageCollectionNavigationData.js +1 -1
  135. package/internal-do-not-import-from-here/fx/models/navigation/index.d.ts +1 -0
  136. package/internal-do-not-import-from-here/fx/models/navigation/index.js +1 -0
  137. package/internal-do-not-import-from-here/fx/models/pagecreation/PageCreationActionSetting.d.ts +2 -1
  138. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.d.ts +7 -4
  139. package/internal-do-not-import-from-here/fx/models/pagenavigation/PageNavigationSettings.js +1 -1
  140. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewEnums.js +1 -1
  141. package/internal-do-not-import-from-here/fx/models/pagequery/CardViewSettings.d.ts +8 -9
  142. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewEnums.js +2 -2
  143. package/internal-do-not-import-from-here/fx/models/pagequery/DynamicRollerViewSettings.d.ts +6 -6
  144. package/internal-do-not-import-from-here/fx/models/pagequery/IPageRollupViewInterface.d.ts +2 -2
  145. package/internal-do-not-import-from-here/fx/models/pagequery/NewsletterViewSettings.d.ts +4 -4
  146. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupCalendarViewSettings.js +1 -1
  147. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +1 -1
  148. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +1 -1
  149. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListViewSettings.d.ts +3 -3
  150. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupListingWithImageViewSettings.d.ts +4 -4
  151. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupQuery.d.ts +2 -1
  152. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRegistrationView.d.ts +4 -4
  153. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupRollerViewSettings.d.ts +4 -4
  154. package/internal-do-not-import-from-here/fx/models/pages/ApprovalRequestInfo.d.ts +2 -2
  155. package/internal-do-not-import-from-here/fx/models/pages/ArchivePageResult.js +1 -1
  156. package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.d.ts +2 -2
  157. package/internal-do-not-import-from-here/fx/models/pages/AutomaticCreatedPageData.js +1 -1
  158. package/internal-do-not-import-from-here/fx/models/pages/CurrentPageStatus.js +1 -1
  159. package/internal-do-not-import-from-here/fx/models/pages/MovePagesResult.d.ts +2 -2
  160. package/internal-do-not-import-from-here/fx/models/pages/Page.d.ts +3 -3
  161. package/internal-do-not-import-from-here/fx/models/pages/Page.js +1 -1
  162. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +8 -6
  163. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.js +2 -2
  164. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.d.ts +42 -0
  165. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionDistributionChannel.js +9 -0
  166. package/internal-do-not-import-from-here/fx/models/pages/PageData.d.ts +2 -2
  167. package/internal-do-not-import-from-here/fx/models/pages/PageData.js +9 -9
  168. package/internal-do-not-import-from-here/fx/models/pages/PageFile.d.ts +3 -3
  169. package/internal-do-not-import-from-here/fx/models/pages/PageFile.js +2 -2
  170. package/internal-do-not-import-from-here/fx/models/pages/PagePermissionInfo.d.ts +2 -2
  171. package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +3 -4
  172. package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.d.ts +2 -2
  173. package/internal-do-not-import-from-here/fx/models/pages/PublishedVersionPageData.js +1 -1
  174. package/internal-do-not-import-from-here/fx/models/pages/RestorePageResult.d.ts +2 -2
  175. package/internal-do-not-import-from-here/fx/models/pages/ReusablePages.js +1 -1
  176. package/internal-do-not-import-from-here/fx/models/pages/VersionedPageData.js +3 -3
  177. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.d.ts +2 -2
  178. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalMetaData.js +2 -1
  179. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.d.ts +32 -7
  180. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalStep.js +8 -4
  181. package/internal-do-not-import-from-here/fx/models/pages/approval/ApprovalType.js +1 -1
  182. package/internal-do-not-import-from-here/fx/models/pages/approval/TermDrivenApprovalData.d.ts +2 -2
  183. package/internal-do-not-import-from-here/fx/models/pages/approval/VersionMetaData.d.ts +2 -2
  184. package/internal-do-not-import-from-here/fx/models/pages/index.d.ts +1 -0
  185. package/internal-do-not-import-from-here/fx/models/pages/index.js +1 -0
  186. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.d.ts +3 -4
  187. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageCollectionPropertyDefinition.js +1 -1
  188. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.d.ts +3 -4
  189. package/internal-do-not-import-from-here/fx/models/properties/definitions/PageTypePropertyDefinition.js +1 -1
  190. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.d.ts +3 -4
  191. package/internal-do-not-import-from-here/fx/models/properties/definitions/PublishingAppPropertyDefinition.js +1 -1
  192. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +3 -3
  193. package/internal-do-not-import-from-here/fx/models/propertybags/approutes/VariationsRouteProperty.js +1 -1
  194. package/internal-do-not-import-from-here/fx/models/publishinglayout/PublishingAppLayoutDefinition.js +1 -1
  195. package/internal-do-not-import-from-here/fx/models/publishingrule/ApprovePageInfo.d.ts +2 -2
  196. package/internal-do-not-import-from-here/fx/models/publishingrule/PublishingRule.js +2 -2
  197. package/internal-do-not-import-from-here/fx/models/publishingrule/RejectPageInfo.d.ts +2 -2
  198. package/internal-do-not-import-from-here/fx/models/publishingsetting/publishingsetting.d.ts +2 -2
  199. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.d.ts +1 -1
  200. package/internal-do-not-import-from-here/fx/models/query/ItemQueryEnums.js +1 -1
  201. package/internal-do-not-import-from-here/fx/models/query/PageQuery.js +1 -1
  202. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +2 -2
  203. package/internal-do-not-import-from-here/fx/models/rssreader/RssReaderRegistrationView.d.ts +2 -2
  204. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +3 -2
  205. package/internal-do-not-import-from-here/fx/models/social/Achievement.d.ts +4 -4
  206. package/internal-do-not-import-from-here/fx/models/social/Activities/Activity.js +1 -1
  207. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFeedScopes.js +1 -1
  208. package/internal-do-not-import-from-here/fx/models/social/Activities/ActivityFilter.d.ts +2 -2
  209. package/internal-do-not-import-from-here/fx/models/social/Activities/NewPageActivity.d.ts +2 -2
  210. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentActivity.d.ts +2 -2
  211. package/internal-do-not-import-from-here/fx/models/social/Activities/PageCommentReplyActivity.d.ts +2 -2
  212. package/internal-do-not-import-from-here/fx/models/social/Activities/UserActivity.js +1 -1
  213. package/internal-do-not-import-from-here/fx/models/social/ActivityAction.js +1 -1
  214. package/internal-do-not-import-from-here/fx/models/social/Topics/PublishingAppTopic.d.ts +3 -3
  215. package/internal-do-not-import-from-here/fx/models/social/Topics/TaxonomyTopic.d.ts +3 -3
  216. package/internal-do-not-import-from-here/fx/models/social/Topics/Topic.js +1 -1
  217. package/internal-do-not-import-from-here/fx/models/social/Topics/TopicInformation.js +1 -1
  218. package/internal-do-not-import-from-here/fx/models/variations/Variation.d.ts +2 -2
  219. package/internal-do-not-import-from-here/fx/models/variations/Variation.js +1 -1
  220. package/internal-do-not-import-from-here/fx/models/yammer/YammerTracking.d.ts +3 -3
  221. package/internal-do-not-import-from-here/fx/services/AiContentPageReportService.d.ts +2 -3
  222. package/internal-do-not-import-from-here/fx/services/AutomaticPageCreationService.d.ts +2 -0
  223. package/internal-do-not-import-from-here/fx/services/ChannelManagementService.d.ts +2 -2
  224. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +5 -4
  225. package/internal-do-not-import-from-here/fx/services/OpenAIPageCreationService.d.ts +0 -1
  226. package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +3 -3
  227. package/internal-do-not-import-from-here/fx/services/PageService.d.ts +3 -3
  228. package/internal-do-not-import-from-here/fx/services/PublishingChannelCategoriesService.d.ts +4 -4
  229. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  230. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +3 -3
  231. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +3 -2
  232. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +14 -6
  233. package/internal-do-not-import-from-here/fx/stores/ActivityFeedStore.d.ts +1 -1
  234. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +2 -2
  235. package/internal-do-not-import-from-here/fx/stores/ChannelManagementStore.d.ts +2 -2
  236. package/internal-do-not-import-from-here/fx/stores/CreatePageFormStore.d.ts +2 -2
  237. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +41 -0
  238. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -1
  239. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +8 -4
  240. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +3 -3
  241. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  242. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +6 -6
  243. package/internal-do-not-import-from-here/fx/ux/MediaPickerProviderStorageWCMContext.d.ts +11 -11
  244. package/internal-do-not-import-from-here/fx/ux/loc/localize.d.ts +1 -1
  245. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +79 -7
  246. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +34 -47
  247. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +18 -2
  248. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +34 -36
  249. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +11 -0
  250. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/index.d.ts +1 -2
  251. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +17 -0
  252. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  253. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  254. package/internal-do-not-import-from-here/models/TypedNamedProperties.d.ts +2 -2
  255. package/internal-do-not-import-from-here/models/TypedNamedProperties.js +8 -8
  256. package/internal-do-not-import-from-here/models/digitalsignage/DigitalSignageLayoutDefinition.js +1 -1
  257. package/internal-do-not-import-from-here/models/enterpriseglossary/EnterpriseGlossaryPageInformation.d.ts +3 -3
  258. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +2 -2
  259. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationReference.d.ts +2 -2
  260. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +1 -1
  261. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -1
  262. package/internal-do-not-import-from-here/models/pagefeedbacks/PageFeedback.js +1 -1
  263. package/internal-do-not-import-from-here/models/pagestatistics/Reports.d.ts +3 -3
  264. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.js +1 -1
  265. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +3 -3
  266. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +1 -1
  267. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorEnums.js +1 -1
  268. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorSettings.js +2 -2
  269. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +2 -2
  270. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.js +1 -1
  271. package/internal-do-not-import-from-here/models/publishingapp/layoutitems/BlockRegistration.d.ts +3 -3
  272. package/internal-do-not-import-from-here/models/publishingapp/newsletter/NewsletterModel.js +1 -1
  273. package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.js +1 -1
  274. package/internal-do-not-import-from-here/models/publishingapp/schedule/PageSchedule.js +1 -1
  275. package/internal-do-not-import-from-here/models/searchproviders/CommentSearchCategory.js +1 -1
  276. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +3 -2
  277. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +4 -0
  278. package/internal-do-not-import-from-here/models/social/Feedback.d.ts +2 -2
  279. package/internal-do-not-import-from-here/models/social/Subscription.js +1 -1
  280. package/internal-do-not-import-from-here/models/tenantreusablecontent/PublishingAppSelectionData.d.ts +3 -3
  281. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  282. package/package.json +1 -1
  283. package/task.js +7 -6
  284. package/task.ts +7 -6
  285. package/internal-do-not-import-from-here/fx/internal/models/SharepointSyncSettings.d.ts +0 -11
  286. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedEvent.d.ts +0 -11
  287. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedResourceStatus.d.ts +0 -30
  288. package/internal-do-not-import-from-here/fx/internal/services/SharepointPageService.d.ts +0 -14
  289. package/internal-do-not-import-from-here/fx/internal/stores/SharepointPageStore.d.ts +0 -36
@@ -1,424 +1,430 @@
1
- import { Guid } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export declare class WcmExtension {
3
- static get Id(): Guid;
3
+ static get Id(): guid;
4
4
  }
5
5
  export declare class WcmService {
6
- static get Id(): Guid;
6
+ static get Id(): guid;
7
7
  }
8
8
  export declare class WorkplaceService {
9
- static get Id(): Guid;
9
+ static get Id(): guid;
10
10
  }
11
11
  export declare class RootService {
12
- static get Id(): Guid;
12
+ static get Id(): guid;
13
13
  }
14
14
  export declare class WcmGroupManifests {
15
- static get WcmCommon(): Guid;
16
- static get Fx(): Guid;
17
- static get ContentBlockGroup(): Guid;
18
- static get HtmlScriptBlockGroup(): Guid;
19
- static get PageCommentLikeBlockGroup(): Guid;
20
- static get RelatedLinksGroup(): Guid;
21
- static get PagePropertiesGroup(): Guid;
22
- static get MegaMenu(): Guid;
15
+ static get WcmCommon(): guid;
16
+ static get Fx(): guid;
17
+ static get ContentBlockGroup(): guid;
18
+ static get HtmlScriptBlockGroup(): guid;
19
+ static get PageCommentLikeBlockGroup(): guid;
20
+ static get RelatedLinksGroup(): guid;
21
+ static get PagePropertiesGroup(): guid;
22
+ static get MegaMenu(): guid;
23
23
  }
24
24
  export declare class WcmResourceManifests {
25
- static get TaxonomyNavigationProvider(): Guid;
26
- static get FxCore(): Guid;
27
- static get Fx(): Guid;
28
- static get FxUx(): Guid;
29
- static get EventManagementCore(): Guid;
30
- static get Contexts(): Guid;
31
- static get Core(): Guid;
32
- static get UXCore(): Guid;
33
- static get AdminCore(): Guid;
34
- static get PublishingApp(): Guid;
35
- static get AdminRegistrations(): Guid;
36
- static get AppProvisioningStepMemberStepTemplateRegistration(): Guid;
37
- static get AdminAppCore(): Guid;
38
- static get CommunitiesAdminRegistrations(): Guid;
39
- static get Editor(): Guid;
40
- static get EmptyBlock(): Guid;
41
- static get BlockTitle(): Guid;
42
- static get BlockTitleSettings(): Guid;
43
- static get VariationPicker(): Guid;
44
- static get PageProperties(): Guid;
45
- static get PageRecipients(): Guid;
46
- static get CompactCurrentNavigationRegistration(): Guid;
47
- static get PageChannels(): Guid;
48
- static get EditorItemTitleRenderer(): Guid;
49
- static get BackgroundMediaSelector(): Guid;
50
- static get EditorShared(): Guid;
51
- static get CheckedOutMessageView(): Guid;
52
- static get ActionButtonNotificationPanelRegistrations(): Guid;
53
- static get PageRollupCore(): Guid;
54
- static get PageRollupStyleApi(): Guid;
55
- static get PageRollupRegistrationApi(): Guid;
56
- static get PageRollupViewRegistrations(): Guid;
57
- static get PageRollupNotificationPanelRegistrations(): Guid;
58
- static get CalendarRollupViewRegistrations(): Guid;
59
- static get CalendarRollupNotificationPanelRegistrations(): Guid;
60
- static get CalendarRollupCore(): Guid;
61
- static get BreadcrumbCore(): Guid;
62
- static get BannerCore(): Guid;
63
- static get Shared(): Guid;
64
- static get ContentBlockCore(): Guid;
65
- static get MediaBlockCore(): Guid;
66
- static get HtmlScriptBlockCore(): Guid;
67
- static get HtmlScriptBlockNotificationPanelRegistrations(): Guid;
68
- static get PageCommentLikeBlockCore(): Guid;
69
- static get LinkPickerCore(): Guid;
70
- static get ActionButtonEventManagementCore(): Guid;
71
- static get IFrameBlockCore(): Guid;
72
- static get PagePropertiesCore(): Guid;
73
- static get RelatedLinksRegistrations(): Guid;
74
- static get RelatedLinksCore(): Guid;
75
- static get SocialCore(): Guid;
76
- static get RssReaderCore(): Guid;
77
- static get RssReaderViewRegistrations(): Guid;
78
- static get RssReaderNotificationPanelRegistrations(): Guid;
79
- static get PageRollupSettingsTabsResources(): Guid;
80
- static get PageStatisticsCore(): Guid;
81
- static get CommunityCore(): Guid;
82
- static get ActivityFeedNotificationPanelRegistrations(): Guid;
83
- static get EnableMSTeamsDeepLinkExecution(): Guid;
84
- static get EnableInputMSTeamsUrl(): Guid;
85
- static get SecretRegistration(): Guid;
86
- static get SignOffRequestCore(): Guid;
87
- static get SignOffRequestPageProvider(): Guid;
88
- static get SignOffRequestBanner(): Guid;
89
- static get PublishingAppToken(): Guid;
90
- static get PagePropertiesProvider(): Guid;
91
- static get PagePropertiesProviderCore(): Guid;
92
- static get PagePropertyBindingProvider(): Guid;
93
- static get RTFExtensions(): Guid;
94
- static get MySubscriptionProvider(): Guid;
95
- static get ChannelRollupCore(): Guid;
96
- static get ChannelRollupRegistrationApi(): Guid;
97
- static get PageSearchContextProvider(): Guid;
98
- static get PageRollupFilterEngineContextPropertiesRegistration(): Guid;
99
- static get PageRollupFilterEnginePublishingApp(): Guid;
100
- static get PageRollupFilterEnginePageType(): Guid;
101
- static get PageRollupFilterEngineChannel(): Guid;
102
- static get PageRollupFilterEngineCore(): Guid;
103
- static get PageRollupRendererResources(): Guid;
104
- static get WCMGlossaryType(): Guid;
105
- static get PageCreationCore(): Guid;
25
+ static get TaxonomyNavigationProvider(): guid;
26
+ static get FxCore(): guid;
27
+ static get Fx(): guid;
28
+ static get Sp(): guid;
29
+ static get FxUx(): guid;
30
+ static get EventManagementCore(): guid;
31
+ static get Contexts(): guid;
32
+ static get Core(): guid;
33
+ static get UXCore(): guid;
34
+ static get AdminCore(): guid;
35
+ static get PublishingApp(): guid;
36
+ static get AdminRegistrations(): guid;
37
+ static get AppProvisioningStepMemberStepTemplateRegistration(): guid;
38
+ static get AdminAppCore(): guid;
39
+ static get CommunitiesAdminRegistrations(): guid;
40
+ static get Editor(): guid;
41
+ static get EmptyBlock(): guid;
42
+ static get BlockTitle(): guid;
43
+ static get BlockTitleSettings(): guid;
44
+ static get VariationPicker(): guid;
45
+ static get PageProperties(): guid;
46
+ static get PageRecipients(): guid;
47
+ static get CompactCurrentNavigationRegistration(): guid;
48
+ static get PageChannels(): guid;
49
+ static get EditorItemTitleRenderer(): guid;
50
+ static get BackgroundMediaSelector(): guid;
51
+ static get EditorShared(): guid;
52
+ static get CheckedOutMessageView(): guid;
53
+ static get ActionButtonNotificationPanelRegistrations(): guid;
54
+ static get PageRollupCore(): guid;
55
+ static get PageRollupStyleApi(): guid;
56
+ static get PageRollupRegistrationApi(): guid;
57
+ static get PageRollupViewRegistrations(): guid;
58
+ static get PageRollupNotificationPanelRegistrations(): guid;
59
+ static get CalendarRollupViewRegistrations(): guid;
60
+ static get CalendarRollupNotificationPanelRegistrations(): guid;
61
+ static get CalendarRollupCore(): guid;
62
+ static get BreadcrumbCore(): guid;
63
+ static get BannerCore(): guid;
64
+ static get Shared(): guid;
65
+ static get ContentBlockCore(): guid;
66
+ static get MediaBlockCore(): guid;
67
+ static get HtmlScriptBlockCore(): guid;
68
+ static get HtmlScriptBlockNotificationPanelRegistrations(): guid;
69
+ static get PageCommentLikeBlockCore(): guid;
70
+ static get LinkPickerCore(): guid;
71
+ static get LinkPickerRegistrations(): guid;
72
+ static get ActionButtonEventManagementCore(): guid;
73
+ static get IFrameBlockCore(): guid;
74
+ static get PagePropertiesCore(): guid;
75
+ static get RelatedLinksRegistrations(): guid;
76
+ static get RelatedLinksCore(): guid;
77
+ static get PageItemResource(): guid;
78
+ static get SocialCore(): guid;
79
+ static get RssReaderCore(): guid;
80
+ static get RssReaderViewRegistrations(): guid;
81
+ static get RssReaderNotificationPanelRegistrations(): guid;
82
+ static get PageRollupSettingsTabsResources(): guid;
83
+ static get PageStatisticsCore(): guid;
84
+ static get CommunityCore(): guid;
85
+ static get ActivityFeedNotificationPanelRegistrations(): guid;
86
+ static get EnableMSTeamsDeepLinkExecution(): guid;
87
+ static get EnableInputMSTeamsUrl(): guid;
88
+ static get SecretRegistration(): guid;
89
+ static get SignOffRequestCore(): guid;
90
+ static get SignOffRequestPageProvider(): guid;
91
+ static get SignOffRequestBanner(): guid;
92
+ static get PublishingAppToken(): guid;
93
+ static get PagePropertiesProvider(): guid;
94
+ static get PagePropertiesProviderCore(): guid;
95
+ static get PagePropertyBindingProvider(): guid;
96
+ static get RTFExtensions(): guid;
97
+ static get MySubscriptionProvider(): guid;
98
+ static get ChannelRollupCore(): guid;
99
+ static get ChannelRollupRegistrationApi(): guid;
100
+ static get PageSearchContextProvider(): guid;
101
+ static get PageRollupFilterEngineContextPropertiesRegistration(): guid;
102
+ static get PageRollupFilterEnginePublishingApp(): guid;
103
+ static get PageRollupFilterEnginePageType(): guid;
104
+ static get PageRollupFilterEngineChannel(): guid;
105
+ static get PageRollupFilterEngineCore(): guid;
106
+ static get PageRollupRendererResources(): guid;
107
+ static get WCMGlossaryType(): guid;
108
+ static get PageCreationCore(): guid;
106
109
  }
107
110
  export declare class WcmWebComponentManifests {
108
- static get LinkPickerExtension(): Guid;
109
- static get AppLayoutRenderer(): Guid;
110
- static get PageRenderer(): Guid;
111
- static get CreatePageDialog(): Guid;
112
- static get ReadRenderer(): Guid;
113
- static get AppSettingsCore(): Guid;
114
- static get AppSettingsGeneralComponent(): Guid;
115
- static get AppSettingsAdvancedComponent(): Guid;
116
- static get AppSettingsPermissionComponent(): Guid;
117
- static get AuthenticationOptionsComponent(): Guid;
118
- static get AppSettingsVariationComponent(): Guid;
119
- static get AppSettingsStatisticProviderComponent(): Guid;
120
- static get AppSettingsGamificationComponent(): Guid;
121
- static get CreatePage(): Guid;
122
- static get PageVersionsViewer(): Guid;
123
- static get CreatePageCollection(): Guid;
124
- static get CreatePageType(): Guid;
125
- static get ChangePageType(): Guid;
126
- static get PageCollectionSettings(): Guid;
127
- static get PageCollectionSettingsCore(): Guid;
128
- static get ColumColor(): Guid;
129
- static get Banner(): Guid;
130
- static get AdminAppSettingsBladeComponent(): Guid;
131
- static get AdminAppSettingsAdvancedComponent(): Guid;
132
- static get AdminAppSettingsGamificationComponent(): Guid;
133
- static get AdminAppSettingsStatisticComponent(): Guid;
134
- static get AdminAppSettingsPermissionComponent(): Guid;
135
- static get CommunityRollupComponent(): Guid;
136
- static get CommunityRollupSettingsComponent(): Guid;
137
- static get PublishingRollupComponent(): Guid;
138
- static get PublishingRollupSettingsComponent(): Guid;
139
- static get PublishingAppsWizard(): Guid;
140
- static get PublishingAppsJourney(): Guid;
141
- static get CommunityJourney(): Guid;
142
- static get Media(): Guid;
143
- static get MediaSettings(): Guid;
144
- static get Htmlscriptblock(): Guid;
145
- static get HtmlscriptblockSettings(): Guid;
146
- static get HtmlscriptblockContentEditor(): Guid;
147
- static get HtmlscriptNotificationPanelblockSettings(): Guid;
148
- static get Editor(): Guid;
149
- static get EditorBreakPointSettingsPanelSection(): Guid;
150
- static get EditorBreakPointSettingsPanelBlock(): Guid;
151
- static get PageRollup(): Guid;
152
- static get PageRollupSettings(): Guid;
153
- static get PageRollupBreakPointSettings(): Guid;
154
- static get CurrentNavigation(): Guid;
155
- static get CompactCurrentNavigation(): Guid;
156
- static get CurrentNavigationSettings(): Guid;
157
- static get ProfileMegaMenu(): Guid;
158
- static get ProfileMegaMenuSettings(): Guid;
159
- static get ProfileMegaMenuSettingsRegistration(): Guid;
160
- static get CalendarRollup(): Guid;
161
- static get CalendarRollupSettings(): Guid;
162
- static get PageTypeFilter(): Guid;
163
- static get PageRollupAppFilter(): Guid;
164
- static get ChannelFilter(): Guid;
165
- static get WorkflowStatusFilter(): Guid;
166
- static get DialogMetricDetailsRenderer(): Guid;
167
- static get PageRollupRenderer(): Guid;
168
- static get BlockMegaMenu(): Guid;
169
- static get BlockMegaMenuSettings(): Guid;
170
- static get MediaPicker(): Guid;
171
- static get MegaMenuSettings(): Guid;
172
- static get MegaMenuDefaultNavigation(): Guid;
173
- static get MobileNavigationSettings(): Guid;
174
- static get MobileNavigation(): Guid;
175
- static get ContentBlock(): Guid;
176
- static get ContentBlockSettings(): Guid;
177
- static get ContentBlockMultilineText(): Guid;
178
- static get MegaMenuNavigationView(): Guid;
179
- static get WcmAdminJourney(): Guid;
180
- static get WcmAdminSharepointSyncBlade(): Guid;
181
- static get WcmAdminPermissionsBlade(): Guid;
182
- static get WcmAdminSettingsBlade(): Guid;
183
- static get WcmAdminPageTypesBlade(): Guid;
184
- static get WcmAdminPageTypesArchiveBlade(): Guid;
185
- static get WcmAdminCreatePageTypesBlade(): Guid;
186
- static get WcmAdminPageTypeEditorBlade(): Guid;
187
- static get SharepointSyncSettings(): Guid;
188
- static get SharepointSyncTenantSettings(): Guid;
189
- static get SharepointSyncWarning(): Guid;
190
- static get SharepointSyncError(): Guid;
191
- static get QueryableProperties(): Guid;
192
- static get WcmAdminSharepointSyncGeneralBlade(): Guid;
193
- static get WcmAdminSharepointSyncSearchBlade(): Guid;
194
- static get WcmAdminSharepointSyncCreateSearchPropertyBlade(): Guid;
195
- static get AdminLayoutsBlade(): Guid;
196
- static get AdminCreatePageCollectionBlade(): Guid;
197
- static get AdminPageCollectionSettingBlade(): Guid;
198
- static get AdminCreatePageCollection(): Guid;
199
- static get AdminPageCollectionSetting(): Guid;
200
- static get AppProvisioningStepMemberStep(): Guid;
201
- static get AppProvisioningStepMemberSummary(): Guid;
202
- static get AppProvisioningInformationSummary(): Guid;
203
- static get ContentBlockBreakPointSettings(): Guid;
204
- static get TranslationDialog(): Guid;
205
- static get PageRollupRollerViewSettings(): Guid;
206
- static get PageRollupRollerView(): Guid;
207
- static get PageRollupListingWithImageViewSettings(): Guid;
208
- static get PageRollupListingWithImageView(): Guid;
209
- static get PageRollupDynamicRollerSettings(): Guid;
210
- static get PageRollupDynamicRollerView(): Guid;
211
- static get PageRollupCardViewSettings(): Guid;
212
- static get PageRollupCardView(): Guid;
213
- static get PageRollupNewsletterViewSettings(): Guid;
214
- static get PageRollupNewsletteriew(): Guid;
215
- static get PageRollupListViewSettings(): Guid;
216
- static get PageRollupListView(): Guid;
217
- static get PageRollUpDialogView(): Guid;
218
- static get CalendarRollupListView(): Guid;
219
- static get PageRollupNavigationView(): Guid;
220
- static get PageRollupNavigationViewSettings(): Guid;
221
- static get PickedPagesDialog(): Guid;
222
- static get ListingPickedPages(): Guid;
223
- static get UniqueUsersDetailsView(): Guid;
224
- static get Breadcrumb(): Guid;
225
- static get BreadcrumbSettings(): Guid;
226
- static get ActionButtonAPI(): Guid;
227
- static get ActionButton(): Guid;
228
- static get ActionButtonSettings(): Guid;
229
- static get ActionToolbar(): Guid;
230
- static get ActionButtonLinkHandlerSettings(): Guid;
231
- static get ActionButtonLinkHandlerView(): Guid;
232
- static get ActionButtonLinkHandlerRegistration(): Guid;
233
- static get ActionButtonLinkHandlerSubscription(): Guid;
234
- static get ActionButtonCreatePageHandlerSettings(): Guid;
235
- static get ActionButtonCreatePageHandlerRegistration(): Guid;
236
- static get ActionButtonCreatePageHandlerSubscription(): Guid;
237
- static get ActionButtonCreatePageSelector(): Guid;
238
- static get PageCreationLocationSelector(): Guid;
239
- static get CalendarPageCollectionSelectionDialog(): Guid;
240
- static get SignUpButton(): Guid;
241
- static get CancelButton(): Guid;
242
- static get SignUpOtherButton(): Guid;
243
- static get AddToOutlookButton(): Guid;
244
- static get OpenOnlineMeeting(): Guid;
245
- static get AddToMyCalendarButton(): Guid;
246
- static get AddToMyCalendarHandlerSettings(): Guid;
247
- static get ActionButtonSettingsEventManagement(): Guid;
248
- static get EventActionHandler(): Guid;
249
- static get EventActionRegistration(): Guid;
250
- static get RelatedLinks(): Guid;
251
- static get PagePicker(): Guid;
252
- static get SelectedPageItem(): Guid;
253
- static get DocumentPicker(): Guid;
254
- static get PageItemTemplate(): Guid;
255
- static get CustomLink(): Guid;
256
- static get HeadingLink(): Guid;
257
- static get HeadingTemplate(): Guid;
258
- static get DefaultTemplate(): Guid;
259
- static get LinkPicker(): Guid;
260
- static get EditLink(): Guid;
261
- static get RelatedLinksSettings(): Guid;
262
- static get PageProperties(): Guid;
263
- static get PagePropertiesSettings(): Guid;
264
- static get AchievementRollup(): Guid;
265
- static get FxUxRichTextEditorLinkPicker(): Guid;
266
- static get FxUxRichTextEditorEnterpriseGlossarySuggestion(): Guid;
267
- static get PageCommentLike(): Guid;
268
- static get PageCommentLikeSettings(): Guid;
269
- static get PageCommentLikeView(): Guid;
270
- static get PageFeedback(): Guid;
271
- static get PageFeedbackSettings(): Guid;
272
- static get PageFeedbacksDialog(): Guid;
273
- static get PageFeedbacksCore(): Guid;
274
- static get ActionButtonPageFeedbackHandler(): Guid;
275
- static get ActionButtonPageFeedbackSettings(): Guid;
276
- static get ActionButtonPageFeedbackDialog(): Guid;
277
- static get SharePage(): Guid;
278
- static get SubscribeButton(): Guid;
279
- static get ActionButtonSubscribeHandlerSettings(): Guid;
280
- static get ActionButtonSubscribeHandlerRegistration(): Guid;
281
- static get ActionButtonSubscribeHandler(): Guid;
282
- static get MySubscriptionsBlock(): Guid;
283
- static get ActionButtonMySubscriptionsHandlerRegistration(): Guid;
284
- static get ActionButtonMySubscriptionsHandler(): Guid;
285
- static get LikeTopicIdProvider(): Guid;
286
- static get RatePage(): Guid;
287
- static get RatePageSettings(): Guid;
288
- static get SharepointPageSearchTemplate(): Guid;
289
- static get OmniaPageSearchTemplate(): Guid;
290
- static get CommentsSearchTemplate(): Guid;
291
- static get MoveNode(): Guid;
292
- static get VariationSelector(): Guid;
293
- static get VariationSelectorBlockSettings(): Guid;
294
- static get VariationInput(): Guid;
295
- static get ActivityFeed(): Guid;
296
- static get ActivityFeedSettings(): Guid;
297
- static get BlockRssReader(): Guid;
298
- static get BlockRssReaderSettings(): Guid;
299
- static get RssReaderViewLeftImage(): Guid;
300
- static get RssReaderViewRightImage(): Guid;
301
- static get RssReaderViewNoImage(): Guid;
302
- static get RssReaderViewLeftImageSettings(): Guid;
303
- static get RssReaderViewRightImageSettings(): Guid;
304
- static get RssReaderViewNoImageSettings(): Guid;
305
- static get StatisticsPerPage(): Guid;
306
- static get DocumentDataTypeProviderEdit(): Guid;
307
- static get DocumentDataTypeProviderDisplay(): Guid;
308
- static get DocumentDataTypeProviderId(): Guid;
309
- static get DocumentDataTypeProviderValueDefinition(): Guid;
310
- static get FeedbackPerPage(): Guid;
311
- static get IframeBlock(): Guid;
312
- static get IFrameBlockSettings(): Guid;
313
- static get CommentSearchProviderSettings(): Guid;
314
- static get EventDetail(): Guid;
315
- static get EventDetailPageListener(): Guid;
316
- static get EventDetailSettings(): Guid;
317
- static get EventParticipantCounter(): Guid;
318
- static get EventParticipantCounterSettings(): Guid;
319
- static get ColleagueDialogContent(): Guid;
320
- static get EventCloneDialogContent(): Guid;
321
- static get EventParticipantList(): Guid;
322
- static get EventParticipantListSettings(): Guid;
323
- static get EventParticipantListListView(): Guid;
324
- static get EventPageRollupListView(): Guid;
325
- static get EventPageRollupListViewSettings(): Guid;
326
- static get EventPageRollupViewRegistrations(): Guid;
327
- static get MailDialogContent(): Guid;
328
- static get AdminSettingsJourney(): Guid;
329
- static get AdminSettingsJourneyRegistration(): Guid;
330
- static get SystemAccount(): Guid;
331
- static get EnterpriseGlossaryPageProviderSettings(): Guid;
332
- static get EnterpriseGlossaryPageInformationProvider(): Guid;
333
- static get EnterpriseGlossaryPageInformationTermMapping(): Guid;
334
- static get AppSettingsArchiveComponent(): Guid;
335
- static get CalendarRollupEventDialog(): Guid;
336
- static get ChannelManagementBlade(): Guid;
337
- static get WcmAdminOmniaSearchBlade(): Guid;
111
+ static get LinkPickerExtension(): guid;
112
+ static get AppLayoutRenderer(): guid;
113
+ static get PageRenderer(): guid;
114
+ static get CreatePageDialog(): guid;
115
+ static get ReadRenderer(): guid;
116
+ static get AppSettingsCore(): guid;
117
+ static get AppSettingsEditorJourneyMenu(): guid;
118
+ static get CreatePage(): guid;
119
+ static get PageVersionsViewer(): guid;
120
+ static get CreatePageCollection(): guid;
121
+ static get CreatePageType(): guid;
122
+ static get ChangePageType(): guid;
123
+ static get PageCollectionSettings(): guid;
124
+ static get PageCollectionSettingsCore(): guid;
125
+ static get PageTypeSettings(): guid;
126
+ static get PageTypeSettingsCore(): guid;
127
+ static get ColumColor(): guid;
128
+ static get Banner(): guid;
129
+ static get AdminAppSettingsBladeComponent(): guid;
130
+ static get AdminAppSettingsAdvancedComponent(): guid;
131
+ static get AdminAppSettingsGamificationComponent(): guid;
132
+ static get AdminAppSettingsStatisticComponent(): guid;
133
+ static get AdminAppSettingsPermissionComponent(): guid;
134
+ static get CommunityRollupComponent(): guid;
135
+ static get CommunityRollupSettingsComponent(): guid;
136
+ static get PublishingRollupComponent(): guid;
137
+ static get PublishingRollupSettingsComponent(): guid;
138
+ static get PublishingAppsWizard(): guid;
139
+ static get PublishingAppsJourney(): guid;
140
+ static get CommunityJourney(): guid;
141
+ static get Media(): guid;
142
+ static get MediaSettings(): guid;
143
+ static get Htmlscriptblock(): guid;
144
+ static get HtmlscriptblockSettings(): guid;
145
+ static get HtmlscriptblockContentEditor(): guid;
146
+ static get HtmlscriptblockIframe(): guid;
147
+ static get HtmlscriptNotificationPanelblockSettings(): guid;
148
+ static get Editor(): guid;
149
+ static get EditorBreakPointSettingsPanelSection(): guid;
150
+ static get EditorBreakPointSettingsPanelBlock(): guid;
151
+ static get PageRollup(): guid;
152
+ static get PageRollupSettings(): guid;
153
+ static get PageRollupBreakPointSettings(): guid;
154
+ static get CurrentNavigation(): guid;
155
+ static get CompactCurrentNavigation(): guid;
156
+ static get CurrentNavigationSettings(): guid;
157
+ static get ProfileMegaMenu(): guid;
158
+ static get ProfileMegaMenuSettings(): guid;
159
+ static get ProfileMegaMenuSettingsRegistration(): guid;
160
+ static get CalendarRollup(): guid;
161
+ static get CalendarRollupSettings(): guid;
162
+ static get PageTypeFilter(): guid;
163
+ static get PageRollupAppFilter(): guid;
164
+ static get ChannelFilter(): guid;
165
+ static get WorkflowStatusFilter(): guid;
166
+ static get DialogMetricDetailsRenderer(): guid;
167
+ static get PageRollupRenderer(): guid;
168
+ static get BlockMegaMenu(): guid;
169
+ static get BlockMegaMenuSettings(): guid;
170
+ static get MediaPicker(): guid;
171
+ static get MegaMenuSettings(): guid;
172
+ static get MegaMenuDefaultNavigation(): guid;
173
+ static get MobileNavigationSettings(): guid;
174
+ static get MobileNavigation(): guid;
175
+ static get ContentBlock(): guid;
176
+ static get ContentBlockSettings(): guid;
177
+ static get ContentBlockMultilineText(): guid;
178
+ static get MegaMenuNavigationView(): guid;
179
+ static get WcmAdminJourney(): guid;
180
+ static get WcmAdminSharepointSyncBlade(): guid;
181
+ static get WcmAdminPermissionsBlade(): guid;
182
+ static get WcmAdminSettingsBlade(): guid;
183
+ static get WcmAdminPageTypesBlade(): guid;
184
+ static get WcmAdminPageTypesArchiveBlade(): guid;
185
+ static get WcmAdminCreatePageTypesBlade(): guid;
186
+ static get WcmAdminPageTypeEditorBlade(): guid;
187
+ static get SharepointSyncSettings(): guid;
188
+ static get SharepointSyncTenantSettings(): guid;
189
+ static get SharepointSyncWarning(): guid;
190
+ static get SharepointSyncError(): guid;
191
+ static get QueryableProperties(): guid;
192
+ static get WcmAdminSharepointSyncGeneralBlade(): guid;
193
+ static get WcmAdminSharepointSyncSearchBlade(): guid;
194
+ static get WcmAdminSharepointSyncCreateSearchPropertyBlade(): guid;
195
+ static get AdminLayoutsBlade(): guid;
196
+ static get AdminCreatePageCollectionBlade(): guid;
197
+ static get AdminPageCollectionSettingBlade(): guid;
198
+ static get AdminCreatePageCollection(): guid;
199
+ static get AdminPageCollectionSetting(): guid;
200
+ static get AppProvisioningStepMemberStep(): guid;
201
+ static get AppProvisioningStepMemberSummary(): guid;
202
+ static get AppProvisioningInformationSummary(): guid;
203
+ static get ContentBlockBreakPointSettings(): guid;
204
+ static get TranslationDialog(): guid;
205
+ static get PageRollupRollerViewSettings(): guid;
206
+ static get PageRollupRollerView(): guid;
207
+ static get PageRollupListingWithImageViewSettings(): guid;
208
+ static get PageRollupListingWithImageView(): guid;
209
+ static get PageRollupDynamicRollerSettings(): guid;
210
+ static get PageRollupDynamicRollerView(): guid;
211
+ static get PageRollupCardViewSettings(): guid;
212
+ static get PageRollupCardView(): guid;
213
+ static get PageRollupNewsletterViewSettings(): guid;
214
+ static get PageRollupNewsletteriew(): guid;
215
+ static get PageRollupListViewSettings(): guid;
216
+ static get PageRollupListView(): guid;
217
+ static get PageRollUpDialogView(): guid;
218
+ static get CalendarRollupListView(): guid;
219
+ static get PageRollupNavigationView(): guid;
220
+ static get PageRollupNavigationViewSettings(): guid;
221
+ static get PickedPagesDialog(): guid;
222
+ static get ListingPickedPages(): guid;
223
+ static get UniqueUsersDetailsView(): guid;
224
+ static get Breadcrumb(): guid;
225
+ static get BreadcrumbSettings(): guid;
226
+ static get ActionButtonAPI(): guid;
227
+ static get ActionButton(): guid;
228
+ static get ActionButtonSettings(): guid;
229
+ static get ActionToolbar(): guid;
230
+ static get ActionButtonLinkHandlerSettings(): guid;
231
+ static get ActionButtonLinkHandlerView(): guid;
232
+ static get ActionButtonLinkHandlerRegistration(): guid;
233
+ static get ActionButtonLinkHandlerSubscription(): guid;
234
+ static get ActionButtonCreatePageHandlerSettings(): guid;
235
+ static get ActionButtonCreatePageHandlerRegistration(): guid;
236
+ static get ActionButtonCreatePageHandlerSubscription(): guid;
237
+ static get ActionButtonCreatePageSelector(): guid;
238
+ static get PageCreationLocationSelector(): guid;
239
+ static get CalendarPageCollectionSelectionDialog(): guid;
240
+ static get SignUpButton(): guid;
241
+ static get CancelButton(): guid;
242
+ static get SignUpOtherButton(): guid;
243
+ static get AddToOutlookButton(): guid;
244
+ static get OpenOnlineMeeting(): guid;
245
+ static get AddToMyCalendarButton(): guid;
246
+ static get AddToMyCalendarHandlerSettings(): guid;
247
+ static get ActionButtonSettingsEventManagement(): guid;
248
+ static get EventActionHandler(): guid;
249
+ static get EventActionRegistration(): guid;
250
+ static get RelatedLinks(): guid;
251
+ static get PagePicker(): guid;
252
+ static get SelectedPageItem(): guid;
253
+ static get DocumentPicker(): guid;
254
+ static get PageItemTemplate(): guid;
255
+ static get CustomLink(): guid;
256
+ static get HeadingLink(): guid;
257
+ static get HeadingTemplate(): guid;
258
+ static get DefaultTemplate(): guid;
259
+ static get LinkPicker(): guid;
260
+ static get LinkPickerDialog(): guid;
261
+ static get EditLink(): guid;
262
+ static get RelatedLinksSettings(): guid;
263
+ static get PageProperties(): guid;
264
+ static get PagePropertiesSettings(): guid;
265
+ static get AchievementRollup(): guid;
266
+ static get FxUxRichTextEditorLinkPicker(): guid;
267
+ static get FxUxRichTextEditorEnterpriseGlossarySuggestion(): guid;
268
+ static get PageCommentLike(): guid;
269
+ static get PageCommentLikeSettings(): guid;
270
+ static get PageCommentLikeView(): guid;
271
+ static get PageFeedback(): guid;
272
+ static get PageFeedbackSettings(): guid;
273
+ static get PageFeedbacksDialog(): guid;
274
+ static get PageFeedbacksCore(): guid;
275
+ static get ActionButtonPageFeedbackHandler(): guid;
276
+ static get ActionButtonPageFeedbackSettings(): guid;
277
+ static get ActionButtonPageFeedbackDialog(): guid;
278
+ static get SharePage(): guid;
279
+ static get SubscribeButton(): guid;
280
+ static get ActionButtonSubscribeHandlerSettings(): guid;
281
+ static get ActionButtonSubscribeHandlerRegistration(): guid;
282
+ static get ActionButtonSubscribeHandler(): guid;
283
+ static get MySubscriptionsBlock(): guid;
284
+ static get ActionButtonMySubscriptionsHandlerRegistration(): guid;
285
+ static get ActionButtonMySubscriptionsHandler(): guid;
286
+ static get LikeTopicIdProvider(): guid;
287
+ static get RatePage(): guid;
288
+ static get RatePageSettings(): guid;
289
+ static get SharepointPageSearchTemplate(): guid;
290
+ static get OmniaPageSearchTemplate(): guid;
291
+ static get CommentsSearchTemplate(): guid;
292
+ static get MoveNode(): guid;
293
+ static get VariationSelector(): guid;
294
+ static get VariationSelectorBlockSettings(): guid;
295
+ static get VariationInput(): guid;
296
+ static get ActivityFeed(): guid;
297
+ static get ActivityFeedSettings(): guid;
298
+ static get BlockRssReader(): guid;
299
+ static get BlockRssReaderSettings(): guid;
300
+ static get RssReaderViewLeftImage(): guid;
301
+ static get RssReaderViewRightImage(): guid;
302
+ static get RssReaderViewNoImage(): guid;
303
+ static get RssReaderViewLeftImageSettings(): guid;
304
+ static get RssReaderViewRightImageSettings(): guid;
305
+ static get RssReaderViewNoImageSettings(): guid;
306
+ static get StatisticsPerPage(): guid;
307
+ static get DocumentDataTypeProviderEdit(): guid;
308
+ static get DocumentDataTypeProviderDisplay(): guid;
309
+ static get DocumentDataTypeProviderId(): guid;
310
+ static get DocumentDataTypeProviderValueDefinition(): guid;
311
+ static get FeedbackPerPage(): guid;
312
+ static get IframeBlock(): guid;
313
+ static get IFrameBlockSettings(): guid;
314
+ static get CommentSearchProviderSettings(): guid;
315
+ static get EventDetail(): guid;
316
+ static get EventDetailPageListener(): guid;
317
+ static get EventDetailSettings(): guid;
318
+ static get EventParticipantCounter(): guid;
319
+ static get EventParticipantCounterSettings(): guid;
320
+ static get ColleagueDialogContent(): guid;
321
+ static get EventCloneDialogContent(): guid;
322
+ static get EventParticipantList(): guid;
323
+ static get EventParticipantListSettings(): guid;
324
+ static get EventParticipantListListView(): guid;
325
+ static get EventPageRollupListView(): guid;
326
+ static get EventPageRollupListViewSettings(): guid;
327
+ static get EventPageRollupViewRegistrations(): guid;
328
+ static get MailDialogContent(): guid;
329
+ static get AdminSettingsJourney(): guid;
330
+ static get AdminSettingsJourneyRegistration(): guid;
331
+ static get SystemAccount(): guid;
332
+ static get EnterpriseGlossaryPageProviderSettings(): guid;
333
+ static get EnterpriseGlossaryPageInformationProvider(): guid;
334
+ static get EnterpriseGlossaryPageInformationTermMapping(): guid;
335
+ static get AppSettingsArchiveComponent(): guid;
336
+ static get CalendarRollupEventDialog(): guid;
337
+ static get ChannelManagementBlade(): guid;
338
+ static get WcmAdminOmniaSearchBlade(): guid;
339
+ static get PageNavigationBlock(): guid;
338
340
  static Blocks: {
339
341
  new (): {};
340
- readonly Banner: Guid;
341
- readonly BannerSettings: Guid;
342
- readonly BannerComponent: Guid;
343
- readonly BannerEdit: Guid;
342
+ readonly Banner: guid;
343
+ readonly BannerSettings: guid;
344
+ readonly BannerComponent: guid;
345
+ readonly BannerEdit: guid;
344
346
  };
345
- static get NewsletterEmailSendingHandler(): Guid;
346
- static get ActionButtonInviteAuthorHandlerRegistration(): Guid;
347
- static get ActionButtonInviteAuthorHandlerSubscription(): Guid;
348
- static get InviteAuthorsDialog(): Guid;
349
- static get ChannelCardView(): Guid;
350
- static get PageRollupCalendarViewSettings(): Guid;
351
- static get PageRollupCalendarView(): Guid;
352
- static get MySubscriptionDialogProvider(): Guid;
353
- static get LinkNavigationForm(): Guid;
354
- static get AppSetup(): Guid;
355
- static get ChannelRollup(): Guid;
356
- static get ChannelRollupSettings(): Guid;
357
- static get ChannelRollupAdministrationViewSettings(): Guid;
358
- static get ChannelRollupAdministrationView(): Guid;
359
- static get ChannelApprovalPage(): Guid;
360
- static get WCMAppAppendInformationInput(): Guid;
361
- static get QrCode(): Guid;
362
- static get AddToMyCalendarButtonHandlerSubscription(): Guid;
363
- static get PageRollupPublishingAppFilterEngineRenderer(): Guid;
364
- static get PageRollupFilterEngineSelectionsAreaPublishingAppProperty(): Guid;
365
- static get PageRollupPublishingAppPropertySettings(): Guid;
366
- static get PageRollupPublishingAppPropertyDefaultValueInput(): Guid;
367
- static get PageRollupPageTypeFilterEngineRenderer(): Guid;
368
- static get PageRollupFilterEngineSelectionsAreaPageTypeProperty(): Guid;
369
- static get PageRollupPageTypePropertySettings(): Guid;
370
- static get PageRollupPageTypePropertyDefaultValueInput(): Guid;
371
- static get PageRollupChannelFilterEngineRenderer(): Guid;
372
- static get PageRollupFilterEngineSelectionsAreaChannelProperty(): Guid;
373
- static get PageRollupChannelPropertySettings(): Guid;
374
- static get PageRollupChannelPropertyDefaultValueInput(): Guid;
375
- static get PageRollupCheckedOutByFilterEngineRenderer(): Guid;
376
- static get PageRollupFilterEngineSelectionsAreaCheckedOutByProperty(): Guid;
377
- static get PageRollupCheckedOutByPropertySettings(): Guid;
378
- static get PageRollupCheckedOutByPropertyDefaultValueInput(): Guid;
379
- static get WCMGlossaryUISettingBlade(): Guid;
380
- static get WCMGlossaryUISettingsTree(): Guid;
381
- static get ApprovalHistory(): Guid;
382
- static get AttachSiteButton(): Guid;
383
- static get AppEditing(): Guid;
384
- static get OmniaSearchLoggingCore(): Guid;
385
- static get OmniaSearchLogging(): Guid;
347
+ static get NewsletterEmailSendingHandler(): guid;
348
+ static get ActionButtonInviteAuthorHandlerRegistration(): guid;
349
+ static get ActionButtonInviteAuthorHandlerSubscription(): guid;
350
+ static get InviteAuthorsDialog(): guid;
351
+ static get ChannelCardView(): guid;
352
+ static get PageRollupCalendarViewSettings(): guid;
353
+ static get PageRollupCalendarView(): guid;
354
+ static get MySubscriptionDialogProvider(): guid;
355
+ static get LinkNavigationForm(): guid;
356
+ static get AppSetup(): guid;
357
+ static get ChannelRollup(): guid;
358
+ static get ChannelRollupSettings(): guid;
359
+ static get ChannelRollupAdministrationViewSettings(): guid;
360
+ static get ChannelRollupAdministrationView(): guid;
361
+ static get ChannelApprovalPage(): guid;
362
+ static get WCMAppAppendInformationInput(): guid;
363
+ static get QrCode(): guid;
364
+ static get AddToMyCalendarButtonHandlerSubscription(): guid;
365
+ static get PageRollupPublishingAppFilterEngineRenderer(): guid;
366
+ static get PageRollupFilterEngineSelectionsAreaPublishingAppProperty(): guid;
367
+ static get PageRollupPublishingAppPropertySettings(): guid;
368
+ static get PageRollupPublishingAppPropertyDefaultValueInput(): guid;
369
+ static get PageRollupPageTypeFilterEngineRenderer(): guid;
370
+ static get PageRollupFilterEngineSelectionsAreaPageTypeProperty(): guid;
371
+ static get PageRollupPageTypePropertySettings(): guid;
372
+ static get PageRollupPageTypePropertyDefaultValueInput(): guid;
373
+ static get PageRollupChannelFilterEngineRenderer(): guid;
374
+ static get PageRollupFilterEngineSelectionsAreaChannelProperty(): guid;
375
+ static get PageRollupChannelPropertySettings(): guid;
376
+ static get PageRollupChannelPropertyDefaultValueInput(): guid;
377
+ static get PageRollupCheckedOutByFilterEngineRenderer(): guid;
378
+ static get PageRollupFilterEngineSelectionsAreaCheckedOutByProperty(): guid;
379
+ static get PageRollupCheckedOutByPropertySettings(): guid;
380
+ static get PageRollupCheckedOutByPropertyDefaultValueInput(): guid;
381
+ static get WCMGlossaryUISettingBlade(): guid;
382
+ static get WCMGlossaryUISettingsTree(): guid;
383
+ static get ApprovalHistory(): guid;
384
+ static get AttachSiteButton(): guid;
385
+ static get AppEditing(): guid;
386
+ static get OmniaSearchLoggingCore(): guid;
387
+ static get OmniaSearchLogging(): guid;
388
+ static get AnalyticsBlocksCore(): guid;
389
+ static get AnalyticsTableComponent(): guid;
390
+ static get AnalyticsTableBlock(): guid;
391
+ static get AnalyticsTableBlockSettings(): guid;
386
392
  }
387
393
  export declare class InfoScreenManifests {
388
- static get AdminRegistration(): Guid;
389
- static get InfoScreenCore(): Guid;
390
- static get AdminInfoScreenSettings(): Guid;
391
- static get AdminInfoScreenSettingsLocalization(): Guid;
392
- static get InfoScreenButton(): Guid;
393
- static get InfoScreenButtonLocalization(): Guid;
394
- static get InfoScreenRenderer(): Guid;
395
- static get InfoScreenRendererBoot(): Guid;
396
- static get InfoScreenViewRegistration(): Guid;
397
- static get NewsMetadata(): Guid;
398
- static get NewUXOneColumnFullWidthViewSettings(): Guid;
399
- static get NewUXOneColumnFullWidthView(): Guid;
400
- static get NewUXOneColumnWideWidthViewSettings(): Guid;
401
- static get NewUXOneColumnWideWidthView(): Guid;
402
- static get NewUXOneColumnNormalOmniaWidthViewSettings(): Guid;
403
- static get NewUXOneColumnNormalOmniaWidthView(): Guid;
404
- static get InfoScreenJourneyAdmin(): Guid;
405
- static get MediaPicker(): Guid;
394
+ static get AdminRegistration(): guid;
395
+ static get InfoScreenCore(): guid;
396
+ static get AdminInfoScreenSettings(): guid;
397
+ static get AdminInfoScreenSettingsLocalization(): guid;
398
+ static get InfoScreenButton(): guid;
399
+ static get InfoScreenButtonLocalization(): guid;
400
+ static get InfoScreenRenderer(): guid;
401
+ static get InfoScreenRendererBoot(): guid;
402
+ static get InfoScreenViewRegistration(): guid;
403
+ static get NewsMetadata(): guid;
404
+ static get NewUXOneColumnFullWidthViewSettings(): guid;
405
+ static get NewUXOneColumnFullWidthView(): guid;
406
+ static get NewUXOneColumnWideWidthViewSettings(): guid;
407
+ static get NewUXOneColumnWideWidthView(): guid;
408
+ static get NewUXOneColumnNormalOmniaWidthViewSettings(): guid;
409
+ static get NewUXOneColumnNormalOmniaWidthView(): guid;
410
+ static get InfoScreenJourneyAdmin(): guid;
411
+ static get MediaPicker(): guid;
406
412
  }
407
413
  export declare class DigitalSignageManifests {
408
- static get AdminJourney(): Guid;
409
- static get AdminRegistration(): Guid;
410
- static get AdminSettings(): Guid;
411
- static get AdminSettingsLocalization(): Guid;
412
- static get Core(): Guid;
413
- static get ScreenRenderer(): Guid;
414
- static get ScreenRendererBoot(): Guid;
415
- static get ScreenViewRegistration(): Guid;
416
- static get LaunchScreenButton(): Guid;
417
- static get NewsMetadata(): Guid;
418
- static get OneColumnFullWidthViewSettings(): Guid;
419
- static get OneColumnFullWidthView(): Guid;
420
- static get OneColumnWideWidthViewSettings(): Guid;
421
- static get OneColumnWideWidthView(): Guid;
422
- static get OneColumnNormalOmniaWidthViewSettings(): Guid;
423
- static get OneColumnNormalOmniaWidthView(): Guid;
414
+ static get AdminJourney(): guid;
415
+ static get AdminRegistration(): guid;
416
+ static get AdminSettings(): guid;
417
+ static get AdminSettingsLocalization(): guid;
418
+ static get Core(): guid;
419
+ static get ScreenRenderer(): guid;
420
+ static get ScreenRendererBoot(): guid;
421
+ static get ScreenViewRegistration(): guid;
422
+ static get LaunchScreenButton(): guid;
423
+ static get NewsMetadata(): guid;
424
+ static get OneColumnFullWidthViewSettings(): guid;
425
+ static get OneColumnFullWidthView(): guid;
426
+ static get OneColumnWideWidthViewSettings(): guid;
427
+ static get OneColumnWideWidthView(): guid;
428
+ static get OneColumnNormalOmniaWidthViewSettings(): guid;
429
+ static get OneColumnNormalOmniaWidthView(): guid;
424
430
  }