@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 { AiSettings, Guid, MultilingualString } from "@omnia/fx-models";
1
+ import { AiSettings, MultilingualString, guid } from "@omnia/fx-models";
2
2
  import { PageId } from "../pages";
3
3
  export declare enum AiContentReportStatus {
4
4
  InProgess = 0,
@@ -33,5 +33,5 @@ export interface PageAiAnalysisReport {
33
33
  aiSetting: AiSettings;
34
34
  analysisDetails: PageAiAnalysisReportDetails;
35
35
  status: AiContentReportStatus;
36
- publishingAppId: Guid;
36
+ publishingAppId: guid;
37
37
  }
@@ -7,7 +7,7 @@ var AiContentReportStatus;
7
7
  AiContentReportStatus[AiContentReportStatus["CompleteWithSuccess"] = 1] = "CompleteWithSuccess";
8
8
  AiContentReportStatus[AiContentReportStatus["CompleteWithFailure"] = 2] = "CompleteWithFailure";
9
9
  AiContentReportStatus[AiContentReportStatus["CompleteWithError"] = 3] = "CompleteWithError";
10
- })(AiContentReportStatus = exports.AiContentReportStatus || (exports.AiContentReportStatus = {}));
10
+ })(AiContentReportStatus || (exports.AiContentReportStatus = AiContentReportStatus = {}));
11
11
  var AiContentReportPageStatus;
12
12
  (function (AiContentReportPageStatus) {
13
13
  AiContentReportPageStatus[AiContentReportPageStatus["Fixing"] = 0] = "Fixing";
@@ -16,4 +16,4 @@ var AiContentReportPageStatus;
16
16
  AiContentReportPageStatus[AiContentReportPageStatus["FixedWithSuccess"] = 3] = "FixedWithSuccess";
17
17
  AiContentReportPageStatus[AiContentReportPageStatus["FixedWithFailure"] = 4] = "FixedWithFailure";
18
18
  AiContentReportPageStatus[AiContentReportPageStatus["Analyzing"] = 5] = "Analyzing";
19
- })(AiContentReportPageStatus = exports.AiContentReportPageStatus || (exports.AiContentReportPageStatus = {}));
19
+ })(AiContentReportPageStatus || (exports.AiContentReportPageStatus = AiContentReportPageStatus = {}));
@@ -1,4 +1,4 @@
1
- import { AiSettings, GuidValue } from "@omnia/fx-models";
1
+ import { AiSettings, guid } from "@omnia/fx-models";
2
2
  import { PageId } from "../pages";
3
3
  export interface PageAiAnalysisReportMetaData {
4
4
  properties: Array<string>;
@@ -7,5 +7,5 @@ export interface PageAiAnalysisReportMetaData {
7
7
  export interface PageAiAnalysisReportAddRequest {
8
8
  aiSetting: AiSettings;
9
9
  analysisMetaData: PageAiAnalysisReportMetaData;
10
- publishingAppId: GuidValue;
10
+ publishingAppId: guid;
11
11
  }
@@ -1,10 +1,10 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface PageAiAnalysisReportPaging {
3
3
  pageNumber?: number;
4
4
  pageSize: number;
5
5
  }
6
6
  export interface PageAiAnalysisReportQuery {
7
7
  reportId?: number;
8
- publishingAppId: GuidValue;
8
+ publishingAppId: guid;
9
9
  paging?: PageAiAnalysisReportPaging;
10
10
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface AppDefaultPageCollection {
3
- appInstanceId: GuidValue;
3
+ appInstanceId: guid;
4
4
  publishingAppPath: string;
5
5
  route: string;
6
6
  }
@@ -1,4 +1,4 @@
1
- import { AppTemplateProperties, GuidValue, Identity, RolePermissionSetting } from "@omnia/fx/models";
1
+ import { AppTemplateProperties, guid, Identity, RolePermissionSetting } from "@omnia/fx/models";
2
2
  import { Achievement, CreatePageCollectionLayoutRefData, PagePropertyMappingSetting, StatisticProviderSetting } from "..";
3
3
  export interface Membership {
4
4
  owners?: Array<Identity>;
@@ -20,7 +20,7 @@ export interface SPCommunicationTemplatePropertiesData {
20
20
  userCanSelectTimeZone?: boolean;
21
21
  timezoneId: string;
22
22
  lcid: number;
23
- siteDesignId?: GuidValue;
23
+ siteDesignId?: guid;
24
24
  }
25
25
  export interface WCMAppTemplateProperties extends AppTemplateProperties {
26
26
  setups: WCMAppTemplatePropertiesData;
@@ -4,7 +4,7 @@ exports.CommunityAppLayoutDefinition = void 0;
4
4
  const models_1 = require("@omnia/fx/models");
5
5
  class CommunityAppLayoutDefinition extends models_1.VersionedLayoutDefinition {
6
6
  constructor() {
7
- super("99531cab-ccf1-4c7b-859a-daf71a2cd9e0");
7
+ super((0, models_1.guid)("99531cab-ccf1-4c7b-859a-daf71a2cd9e0"));
8
8
  }
9
9
  }
10
10
  exports.CommunityAppLayoutDefinition = CommunityAppLayoutDefinition;
@@ -1,6 +1,6 @@
1
- import { AppInstancePropertiesStorage, AppInstanceStatus, MultilingualString } from "@omnia/fx-models";
1
+ import { AppInstancePropertiesStorage, AppInstanceStatus, MultilingualString, guid } from "@omnia/fx-models";
2
2
  export interface PublishingAppInfo {
3
- id: string;
3
+ id: guid;
4
4
  title: MultilingualString;
5
5
  routePath: string;
6
6
  businessProfileId: string;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { AutomaticPageCreationRule } from "../pages";
3
3
  export interface AutomaticPageCreationRequest {
4
4
  id: number;
@@ -6,7 +6,7 @@ export interface AutomaticPageCreationRequest {
6
6
  targetParentPageId: number;
7
7
  targetPageId: number;
8
8
  data: AutomaticPageCreationData;
9
- connectedTenantId: GuidValue;
9
+ connectedTenantId: guid;
10
10
  }
11
11
  export interface AutomaticPageCreationData {
12
12
  rule: AutomaticPageCreationRule;
@@ -17,7 +17,8 @@ export interface AutomaticPageCreationData {
17
17
  export declare enum AutomaticPageCreationStatusType {
18
18
  Pending = 1,
19
19
  Success = 2,
20
- Failed = 3
20
+ Failed = 3,
21
+ InProgress = 4
21
22
  }
22
23
  export interface AutomaticPageCreationStatus {
23
24
  type: AutomaticPageCreationStatusType;
@@ -32,3 +33,6 @@ export interface FailedAutomaticPageCreationStatus {
32
33
  type: AutomaticPageCreationStatusType.Failed;
33
34
  message: string;
34
35
  }
36
+ export interface InProgressAutomaticPageCreationStatus {
37
+ type: AutomaticPageCreationStatusType.InProgress;
38
+ }
@@ -6,4 +6,5 @@ var AutomaticPageCreationStatusType;
6
6
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Pending"] = 1] = "Pending";
7
7
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Success"] = 2] = "Success";
8
8
  AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["Failed"] = 3] = "Failed";
9
- })(AutomaticPageCreationStatusType = exports.AutomaticPageCreationStatusType || (exports.AutomaticPageCreationStatusType = {}));
9
+ AutomaticPageCreationStatusType[AutomaticPageCreationStatusType["InProgress"] = 4] = "InProgress";
10
+ })(AutomaticPageCreationStatusType || (exports.AutomaticPageCreationStatusType = AutomaticPageCreationStatusType = {}));
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export interface ChannelRollupRegistrationView {
3
3
  title: string;
4
- componentManifestId: GuidValue;
5
- settingsComponentManifestId?: GuidValue;
4
+ componentManifestId: guid;
5
+ settingsComponentManifestId?: guid;
6
6
  }
@@ -1,5 +1,5 @@
1
- import { Guid } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface UserAuthorizedChannelResources {
3
- channelPublishableResourceId: Array<Guid>;
4
- channelAdministratorResourceId: Array<Guid>;
3
+ channelPublishableResourceId: Array<guid>;
4
+ channelAdministratorResourceId: Array<guid>;
5
5
  }
@@ -8,4 +8,4 @@ var PublishingStatus;
8
8
  PublishingStatus[PublishingStatus["Published"] = 2] = "Published";
9
9
  PublishingStatus[PublishingStatus["Reject"] = 3] = "Reject";
10
10
  PublishingStatus[PublishingStatus["WaitingForPendingApproval"] = 4] = "WaitingForPendingApproval";
11
- })(PublishingStatus = exports.PublishingStatus || (exports.PublishingStatus = {}));
11
+ })(PublishingStatus || (exports.PublishingStatus = PublishingStatus = {}));
@@ -1,4 +1,4 @@
1
- import { Guid, GuidValue, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, Identity, MediaPickerImage, MultilingualString } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
3
  export declare enum PublishingChannelId {
4
4
  }
@@ -8,7 +8,7 @@ export interface PublishChannelPageRequest {
8
8
  }
9
9
  export interface PublishingChannel {
10
10
  id: PublishingChannelId;
11
- securityResourceId: Guid;
11
+ securityResourceId: guid;
12
12
  title: MultilingualString;
13
13
  description: MultilingualString;
14
14
  publicUrl: string;
@@ -17,7 +17,7 @@ export interface PublishingChannel {
17
17
  administrator: Array<Identity>;
18
18
  publisher: Array<Identity>;
19
19
  targetingFilter?: TargetingFilterProperty;
20
- publishingCategoryId?: GuidValue;
20
+ publishingCategoryId?: guid;
21
21
  imageUrl?: string;
22
22
  multilingualTitle?: string;
23
23
  multilingualDescription?: string;
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PublishingChannelId = void 0;
4
4
  var PublishingChannelId;
5
5
  (function (PublishingChannelId) {
6
- })(PublishingChannelId = exports.PublishingChannelId || (exports.PublishingChannelId = {}));
6
+ })(PublishingChannelId || (exports.PublishingChannelId = PublishingChannelId = {}));
@@ -1,6 +1,6 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx/models";
1
+ import { guid, MultilingualString } from "@omnia/fx/models";
2
2
  export interface PublishingChannelCategory {
3
- id: GuidValue;
3
+ id: guid;
4
4
  title: MultilingualString;
5
5
  builtIn: boolean;
6
6
  order: number;
@@ -1,10 +1,10 @@
1
- import { SpacingSettings, MultilingualString, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
2
2
  export interface AccordionBlockSettings extends BlockSettingsWithDefaultProperty<AccordionBlockProperty> {
3
3
  blockTitle?: MultilingualString;
4
4
  color?: AccordionColor;
5
- headerSpacing?: SpacingSettings;
6
- contentSpacing?: SpacingSettings;
7
- blockSpacing?: SpacingSettings;
5
+ headerSpacing?: Spacing;
6
+ contentSpacing?: Spacing;
7
+ blockSpacing?: Spacing;
8
8
  }
9
9
  export interface AccordionBlockProperty {
10
10
  accordions: AccordionItem[];
@@ -1,10 +1,10 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings } from "@omnia/fx-models";
2
+ import { Spacing } from "@omnia/fx-models";
3
3
  import { ITheming } from "@omnia/fx/ux";
4
4
  import { AccordionColor } from "./AccordionBlock";
5
5
  export declare const AccordionBlockStyles: {
6
- container?: (color: AccordionColor, spacingBlock: SpacingSettings, spacingHeader: SpacingSettings, theming: ITheming, followTheme?: boolean) => types.NestedCSSProperties;
7
- accordionContentContainer?: (spacing: SpacingSettings) => types.NestedCSSProperties;
6
+ container?: (color: AccordionColor, spacingBlock: Spacing, spacingHeader: Spacing, theming: ITheming, followTheme?: boolean) => types.NestedCSSProperties;
7
+ accordionContentContainer?: (spacing: Spacing) => types.NestedCSSProperties;
8
8
  reusingContentMsg?: types.NestedCSSProperties;
9
9
  accordionContainer?: types.NestedCSSProperties;
10
10
  text?: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings } from "@omnia/fx-models";
1
+ import { IIcon, MultilingualString, ButtonSizes, ButtonModes, HorizontalAlignments, BlockSettingsWithDefaultProperty, ActionHandler, IActionHandlerSettings, ButtonBlueprint, Spacing } from "@omnia/fx-models";
2
2
  import { ActionHandlerInstance, DialogPositions, SelectionItem, SelectionToken } from "@omnia/fx/ux";
3
3
  import { PageCreationActionSetting } from "../pagecreation";
4
4
  export declare enum ButtonGroupings {
@@ -20,6 +20,7 @@ export interface ActionButtonGroupingSettings {
20
20
  }
21
21
  export interface ActionButtonBlockSettings extends BlockSettingsWithDefaultProperty<ActionButtonBlockProperty> {
22
22
  alignment?: HorizontalAlignments;
23
+ spacing?: Spacing;
23
24
  grouping: ButtonGroupings;
24
25
  groupingSettings: ActionButtonGroupingSettings;
25
26
  }
@@ -36,6 +37,9 @@ export interface IActionButtonHandlerInstance extends ActionHandlerInstance {
36
37
  size: ButtonSizes;
37
38
  icon?: IIcon;
38
39
  iconPositionRight: boolean;
40
+ blueprint: ButtonBlueprint | ButtonBlueprintVariant;
41
+ }
42
+ interface ButtonBlueprintVariant {
39
43
  }
40
44
  export interface ActionButton extends ActionHandler {
41
45
  bgColor: string;
@@ -47,6 +51,7 @@ export interface ActionButton extends ActionHandler {
47
51
  size: ButtonSizes;
48
52
  icon?: IIcon;
49
53
  iconPositionRight: boolean;
54
+ blueprint: ButtonBlueprint | ButtonBlueprintVariant;
50
55
  hidden?: false;
51
56
  }
52
57
  export interface PageCollectionSelectionValue {
@@ -69,3 +74,4 @@ export declare enum ActionButtonLinkHandlerTargets {
69
74
  }
70
75
  export interface PageFeedbackActionHandlerSettings extends IActionHandlerSettings {
71
76
  }
77
+ export {};
@@ -7,17 +7,17 @@ var ButtonGroupings;
7
7
  ButtonGroupings[ButtonGroupings["none"] = 1] = "none";
8
8
  ButtonGroupings[ButtonGroupings["speedDial"] = 2] = "speedDial";
9
9
  ButtonGroupings[ButtonGroupings["dropdown"] = 3] = "dropdown";
10
- })(ButtonGroupings = exports.ButtonGroupings || (exports.ButtonGroupings = {}));
10
+ })(ButtonGroupings || (exports.ButtonGroupings = ButtonGroupings = {}));
11
11
  var Directions;
12
12
  (function (Directions) {
13
13
  Directions[Directions["up"] = 1] = "up";
14
14
  Directions[Directions["right"] = 2] = "right";
15
15
  Directions[Directions["down"] = 3] = "down";
16
16
  Directions[Directions["left"] = 4] = "left";
17
- })(Directions = exports.Directions || (exports.Directions = {}));
17
+ })(Directions || (exports.Directions = Directions = {}));
18
18
  var ActionButtonLinkHandlerTargets;
19
19
  (function (ActionButtonLinkHandlerTargets) {
20
20
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["currentWindow"] = 0] = "currentWindow";
21
21
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["newWindow"] = 1] = "newWindow";
22
22
  ActionButtonLinkHandlerTargets[ActionButtonLinkHandlerTargets["dialog"] = 2] = "dialog";
23
- })(ActionButtonLinkHandlerTargets = exports.ActionButtonLinkHandlerTargets || (exports.ActionButtonLinkHandlerTargets = {}));
23
+ })(ActionButtonLinkHandlerTargets || (exports.ActionButtonLinkHandlerTargets = ActionButtonLinkHandlerTargets = {}));
@@ -1,13 +1,13 @@
1
- import { MultilingualString, GuidValue, SpacingSettings, ThemeDefinition } from "@omnia/fx-models";
1
+ import { MultilingualString, guid, Spacing, ThemeDefinition } from "@omnia/fx-models";
2
2
  import { ActivityFeedScopes } from "..";
3
3
  import { PageId } from "../pages";
4
4
  export interface ActivityFeedBlockSettings {
5
5
  blockTitle: MultilingualString;
6
6
  scope: ActivityFeedScopes;
7
- publishingAppId: GuidValue;
7
+ publishingAppId: guid;
8
8
  pageCollectionId: PageId;
9
9
  filterByUserSubscriptions: boolean;
10
10
  itemLimit: number;
11
- spacing?: SpacingSettings;
11
+ spacing?: Spacing;
12
12
  cardStyle?: ThemeDefinition;
13
13
  }
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, GuidValue } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, MediaPickerMedia, guid } from "@omnia/fx-models";
2
2
  import { LinkItem } from ".";
3
3
  export declare enum BannerLayout {
4
4
  ImageOnTop = 1,
@@ -25,11 +25,11 @@ export interface BannerBlockProperty {
25
25
  color?: BannerColorsSettings;
26
26
  linkSetting?: LinkSetting;
27
27
  opacity?: number;
28
- spacing?: SpacingSettings;
28
+ spacing?: Spacing;
29
29
  }
30
30
  export interface BannerBlockSettings extends BlockSettingsWithDefaultProperty<BannerBlockProperty> {
31
31
  blockTitle: MultilingualString;
32
- preConfiguredImageScalingUniqueId?: GuidValue;
32
+ preConfiguredImageScalingUniqueId?: guid;
33
33
  forceScaling: boolean;
34
- cropRatioUniqueIds?: Array<GuidValue>;
34
+ cropRatioUniqueIds?: Array<guid>;
35
35
  }
@@ -6,4 +6,4 @@ var BannerLayout;
6
6
  BannerLayout[BannerLayout["ImageOnTop"] = 1] = "ImageOnTop";
7
7
  BannerLayout[BannerLayout["TitleonImage"] = 3] = "TitleonImage";
8
8
  BannerLayout[BannerLayout["TitleandDescriptiononImage"] = 2] = "TitleandDescriptiononImage";
9
- })(BannerLayout = exports.BannerLayout || (exports.BannerLayout = {}));
9
+ })(BannerLayout || (exports.BannerLayout = BannerLayout = {}));
@@ -1,9 +1,9 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings } from "@omnia/fx-models";
2
+ import { Spacing } from "@omnia/fx-models";
3
3
  import { ITheming } from "@omnia/fx/ux";
4
4
  export declare const BannerBlockStyles: {
5
5
  containerWapper?: types.NestedCSSProperties;
6
- container?: (spacing: SpacingSettings) => types.NestedCSSProperties;
6
+ container?: (spacing: Spacing) => types.NestedCSSProperties;
7
7
  contentSection?: (bgColor: string, previewMode?: boolean, emptyContent?: boolean) => types.NestedCSSProperties;
8
8
  welcomeWrapper?: types.NestedCSSProperties;
9
9
  setting?: types.NestedCSSProperties;
@@ -14,11 +14,11 @@ export declare const BannerBlockStyles: {
14
14
  bannerImage?: (previewMode?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
15
15
  bannerEditingContent?: types.NestedCSSProperties;
16
16
  imageWapper?: types.NestedCSSProperties;
17
- contentWrapper?: (spacing: SpacingSettings, contentOnImage?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
17
+ contentWrapper?: (spacing: Spacing, contentOnImage?: boolean, emptyImage?: boolean) => types.NestedCSSProperties;
18
18
  headlineArea?: (color: string) => types.NestedCSSProperties;
19
19
  contentArea?: (color: string, paddingBottom: number) => types.NestedCSSProperties;
20
20
  overlay?: (opacity: number) => types.NestedCSSProperties;
21
- footer?: (bgColor: string, color: string, paddingTop: boolean, spacing: SpacingSettings) => types.NestedCSSProperties;
21
+ footer?: (bgColor: string, color: string, paddingTop: boolean, spacing: Spacing) => types.NestedCSSProperties;
22
22
  reusingContentMsg?: types.NestedCSSProperties;
23
23
  dialogContainer?: types.NestedCSSProperties;
24
24
  dialogContent?: (theming: ITheming) => types.NestedCSSProperties;
@@ -1,10 +1,10 @@
1
- import { SpacingSettings } from "@omnia/fx-models";
1
+ import { Spacing } from "@omnia/fx-models";
2
2
  export interface BreadcrumbBlockSettings {
3
3
  excludeCurrentNode?: boolean;
4
4
  includeDefaultPageCollectionNode?: boolean;
5
5
  includeTenantNode?: boolean;
6
6
  includeBusinessProfileNode?: boolean;
7
- spacing?: SpacingSettings;
7
+ spacing?: Spacing;
8
8
  }
9
9
  export interface BreadcrumbExtendedNode {
10
10
  title: string;
@@ -1,7 +1,5 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings } from "@omnia/fx-models";
3
2
  export declare const BreadcrumbBlockStyles: {
4
- padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
5
3
  layout?: types.NestedCSSProperties;
6
4
  breadcrumbLink?: types.NestedCSSProperties;
7
5
  breadcrumbSeperator?: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { Spacing, guid, MultilingualString } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp-models";
3
3
  export interface CalendarRollupViewSettings {
4
4
  selectProperties: Array<string>;
@@ -21,14 +21,14 @@ export interface CalendarRollupFilter {
21
21
  }
22
22
  export interface CalendarRollupBlockSettings extends CalendarRollupFilter {
23
23
  title: MultilingualString;
24
- selectedViewId: string;
24
+ selectedViewId: guid;
25
25
  viewSettings: CalendarRollupViewSettings;
26
- spacing?: SpacingSettings;
26
+ spacing?: Spacing;
27
27
  noResultText?: MultilingualString;
28
28
  isDisplayShowMore?: boolean;
29
29
  }
30
30
  export interface CalendarRollupRegistrationView {
31
- id: GuidValue;
31
+ id: guid;
32
32
  title: string;
33
33
  viewElement: string;
34
34
  }
@@ -119,7 +119,7 @@ export interface EventBody {
119
119
  contentType: string;
120
120
  content: string;
121
121
  }
122
- export declare module CalendarRollupEnums {
122
+ export declare namespace CalendarRollupEnums {
123
123
  enum DatePeriods {
124
124
  OneWeekFromToday = 1,
125
125
  TwoWeeksFromToday = 2,
@@ -6,12 +6,12 @@ var CalendarType;
6
6
  CalendarType["Personal"] = "Personal";
7
7
  CalendarType["OfficeGroup"] = "OfficeGroup";
8
8
  CalendarType["CurrentUser"] = "CurrentUser";
9
- })(CalendarType = exports.CalendarType || (exports.CalendarType = {}));
9
+ })(CalendarType || (exports.CalendarType = CalendarType = {}));
10
10
  var EventAttedeeType;
11
11
  (function (EventAttedeeType) {
12
12
  EventAttedeeType["Required"] = "required";
13
13
  EventAttedeeType["Optional"] = "optional";
14
- })(EventAttedeeType = exports.EventAttedeeType || (exports.EventAttedeeType = {}));
14
+ })(EventAttedeeType || (exports.EventAttedeeType = EventAttedeeType = {}));
15
15
  var CalendarRollupEnums;
16
16
  (function (CalendarRollupEnums) {
17
17
  let DatePeriods;
@@ -22,4 +22,4 @@ var CalendarRollupEnums;
22
22
  DatePeriods[DatePeriods["LaterThanNow"] = 4] = "LaterThanNow";
23
23
  DatePeriods[DatePeriods["EarlierThanNow"] = 5] = "EarlierThanNow";
24
24
  })(DatePeriods = CalendarRollupEnums.DatePeriods || (CalendarRollupEnums.DatePeriods = {}));
25
- })(CalendarRollupEnums = exports.CalendarRollupEnums || (exports.CalendarRollupEnums = {}));
25
+ })(CalendarRollupEnums || (exports.CalendarRollupEnums = CalendarRollupEnums = {}));
@@ -1,7 +1,7 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings } from "@omnia/fx-models";
2
+ import { Spacing } from "@omnia/fx-models";
3
3
  export declare const CalendarRollupBlockStyles: {
4
- getPaddingStyle: (spacing: SpacingSettings, skip?: {
4
+ getPaddingStyle: (spacing: Spacing, skip?: {
5
5
  top?: boolean;
6
6
  right?: boolean;
7
7
  left?: boolean;
@@ -1,11 +1,11 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx/models";
1
+ import { guid, MultilingualString } from "@omnia/fx/models";
2
2
  export interface ChannelRollupViewSettings {
3
3
  }
4
4
  export interface ChannelRollupBlockSettings {
5
5
  title: MultilingualString;
6
6
  viewSettings: ChannelRollupViewSettings;
7
- selectedViewManifestId: GuidValue;
8
- selectedSettingsViewManifestId?: GuidValue;
7
+ selectedViewManifestId: guid;
8
+ selectedSettingsViewManifestId?: guid;
9
9
  myAdministrativeChannels: boolean;
10
10
  pendingApproval: boolean;
11
11
  groupByCategories: boolean;
@@ -1,5 +1,5 @@
1
1
  import { PropertyMapping } from "../block";
2
- import { SpacingSettings, MultilingualString, RichTextEditorExtensionRegistration, GuidValue, BlockSettingsWithDefaultProperty } from "@omnia/fx-models";
2
+ import { Spacing, MultilingualString, guid, BlockSettingsWithDefaultProperty, RichTextEditorExtensionRegistration, ColorValue } from "@omnia/fx-models";
3
3
  export declare enum ContentBlockModes {
4
4
  RichText = 1,
5
5
  LimitedRichText = 2,
@@ -18,18 +18,18 @@ export declare enum BuildInContentBlockTextStyleFormatting {
18
18
  Custom = "00000000-0000-0000-0000-000000000000"
19
19
  }
20
20
  export interface ContentBlockBreakPointSettings {
21
- formatting: GuidValue;
22
- spacing?: SpacingSettings;
21
+ formatting: guid;
22
+ spacing?: Spacing;
23
23
  customFormattingFontSize: number;
24
24
  }
25
25
  export interface ContentBlockSettings extends BlockSettingsWithDefaultProperty<string> {
26
26
  mode: ContentBlockModes;
27
- formatting: GuidValue;
27
+ formatting: guid;
28
28
  customFormattingFontSize: number;
29
- spacing?: SpacingSettings;
29
+ spacing?: Spacing;
30
30
  helpText?: string;
31
31
  blockTitle: MultilingualString;
32
- defaultTextColor?: string;
32
+ defaultTextColor?: ColorValue;
33
33
  enableMachineTranslation?: boolean;
34
34
  useAsMainHeading?: boolean;
35
35
  breakPointSettings?: {
@@ -8,7 +8,7 @@ var ContentBlockModes;
8
8
  ContentBlockModes[ContentBlockModes["MultiLinePlainText"] = 3] = "MultiLinePlainText";
9
9
  ContentBlockModes[ContentBlockModes["PlainText"] = 4] = "PlainText";
10
10
  ContentBlockModes[ContentBlockModes["CustomRichText"] = 5] = "CustomRichText";
11
- })(ContentBlockModes = exports.ContentBlockModes || (exports.ContentBlockModes = {}));
11
+ })(ContentBlockModes || (exports.ContentBlockModes = ContentBlockModes = {}));
12
12
  var BuildInContentBlockTextStyleFormatting;
13
13
  (function (BuildInContentBlockTextStyleFormatting) {
14
14
  BuildInContentBlockTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
@@ -19,4 +19,4 @@ var BuildInContentBlockTextStyleFormatting;
19
19
  BuildInContentBlockTextStyleFormatting["Heading5"] = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3";
20
20
  BuildInContentBlockTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
21
21
  BuildInContentBlockTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
22
- })(BuildInContentBlockTextStyleFormatting = exports.BuildInContentBlockTextStyleFormatting || (exports.BuildInContentBlockTextStyleFormatting = {}));
22
+ })(BuildInContentBlockTextStyleFormatting || (exports.BuildInContentBlockTextStyleFormatting = BuildInContentBlockTextStyleFormatting = {}));
@@ -1,22 +1,13 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings, HeadingConfiguration } from "@omnia/fx-models";
2
+ import { Spacing, HeadingConfiguration } from "@omnia/fx-models";
3
3
  import { BuildInContentBlockTextStyleFormatting } from "./ContentBlock";
4
4
  export declare const ContentBlockStyles: {
5
- padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
6
- textField?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, redBorder: boolean, textColor: string, customFormattingFontSize: number) => types.NestedCSSProperties;
7
- textArea?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, redBorder: boolean, textColor: string, customFormattingFontSize: number) => types.NestedCSSProperties;
5
+ padding?: (spacing: Spacing) => types.NestedCSSProperties;
6
+ textField?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, customFormattingFontSize: number) => types.NestedCSSProperties;
7
+ textArea?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, customFormattingFontSize: number) => types.NestedCSSProperties;
8
8
  plainTextWrapper?: (heading: HeadingConfiguration, formatting: BuildInContentBlockTextStyleFormatting, multiLine: boolean, customFormattingFontSize: number) => types.NestedCSSProperties;
9
- reachedLimitMsg?: types.NestedCSSProperties;
10
- richTextRedBorder?: types.NestedCSSProperties;
11
9
  blockWrapper?: types.NestedCSSProperties;
12
- pickerDialog?: types.NestedCSSProperties;
13
- pickerDialogContent?: types.NestedCSSProperties;
14
- loadingStyle?: types.NestedCSSProperties;
15
- spinnerStyle?: types.NestedCSSProperties;
16
- reusingContentMsg?: types.NestedCSSProperties;
17
- monacoEditorStyle?: types.NestedCSSProperties;
18
10
  closeButton?: types.NestedCSSProperties;
19
- editor?: types.NestedCSSProperties;
20
11
  defaultTextColor?: (color: string) => types.NestedCSSProperties;
21
12
  warning?: types.NestedCSSProperties;
22
13
  };
@@ -1,8 +1,8 @@
1
- import { SpacingSettings } from "@omnia/fx-models";
1
+ import { Spacing } from "@omnia/fx-models";
2
2
  export interface CurrentNavigationBlockSettings {
3
3
  startLevel: number;
4
4
  getParentSiblings: boolean;
5
- spacing?: SpacingSettings;
6
- levelIndentation?: SpacingSettings;
5
+ spacing?: Spacing;
6
+ levelIndentation?: Spacing;
7
7
  blockTitle: string;
8
8
  }
@@ -1,8 +1,8 @@
1
1
  import { types } from "typestyle";
2
2
  import { useColorSchemaStore } from "@omnia/fx/ux";
3
- import { SpacingSettings } from "@omnia/fx-models";
3
+ import { Spacing } from "@omnia/fx-models";
4
4
  export declare const CurrentNavigationBlockStyles: {
5
- headerWrapper: (level: number, indentation: number, isRoutePath: boolean, spacingSettings: SpacingSettings, colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
5
+ headerWrapper: (level: number, indentation: number, isRoutePath: boolean, Spacing: Spacing, colors: ReturnType<typeof useColorSchemaStore>) => types.NestedCSSProperties;
6
6
  arrowBtnCollapsedDefault: types.NestedCSSProperties;
7
7
  arrowBtnExpanded: types.NestedCSSProperties;
8
8
  content: types.NestedCSSProperties;
@@ -8,4 +8,4 @@ var PendingFileStatus;
8
8
  PendingFileStatus[PendingFileStatus["uploading"] = 2] = "uploading";
9
9
  PendingFileStatus[PendingFileStatus["finish"] = 3] = "finish";
10
10
  PendingFileStatus[PendingFileStatus["fail"] = 4] = "fail";
11
- })(PendingFileStatus = exports.PendingFileStatus || (exports.PendingFileStatus = {}));
11
+ })(PendingFileStatus || (exports.PendingFileStatus = PendingFileStatus = {}));
@@ -1,12 +1,12 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export declare class EnterprisePropertyDataTypeProvider {
3
- providerId: GuidValue;
4
- constructor(providerId: GuidValue);
3
+ providerId: guid;
4
+ constructor(providerId: guid);
5
5
  }
6
6
  export declare class EnterprisePropertyDocumentProviderProperty extends EnterprisePropertyDataTypeProvider {
7
7
  documentRelativeUrl: string;
8
- documentId: GuidValue;
8
+ documentId: guid;
9
9
  documentFileName: string;
10
- providerId: GuidValue;
11
- constructor(documentRelativeUrl: string, documentId: GuidValue, documentFileName: string, providerId: GuidValue);
10
+ providerId: guid;
11
+ constructor(documentRelativeUrl: string, documentId: guid, documentFileName: string, providerId: guid);
12
12
  }