@omnia/wcm 8.0.4-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 (303) 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 -1
  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/index.d.ts +1 -0
  19. package/internal-do-not-import-from-here/fx/internal/models/PagesDashboard.d.ts +5 -5
  20. package/internal-do-not-import-from-here/fx/internal/models/index.d.ts +0 -3
  21. package/internal-do-not-import-from-here/fx/internal/services/index.d.ts +0 -1
  22. package/internal-do-not-import-from-here/fx/internal/stores/YammerIntegrationStore.d.ts +1 -1
  23. package/internal-do-not-import-from-here/fx/internal/stores/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/fx/messaging/InternalWcmTopics.d.ts +1 -0
  25. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +63 -59
  26. package/internal-do-not-import-from-here/fx/models/Constants.js +75 -65
  27. package/internal-do-not-import-from-here/fx/models/Enums.d.ts +15 -14
  28. package/internal-do-not-import-from-here/fx/models/Enums.js +25 -25
  29. package/internal-do-not-import-from-here/fx/models/ManifestIds.d.ts +409 -403
  30. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +420 -414
  31. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.d.ts +2 -2
  32. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReport.js +2 -2
  33. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportAddRequest.d.ts +2 -2
  34. package/internal-do-not-import-from-here/fx/models/aipagecontentreport/PageAiAnalysisReportQuery.d.ts +2 -2
  35. package/internal-do-not-import-from-here/fx/models/apps/AppDefaultPageCollection.d.ts +2 -2
  36. package/internal-do-not-import-from-here/fx/models/apps/AppTemplateProperties.d.ts +2 -2
  37. package/internal-do-not-import-from-here/fx/models/apps/CommunityAppLayoutDefinition.js +1 -1
  38. package/internal-do-not-import-from-here/fx/models/apps/PublishingAppInfo.d.ts +2 -2
  39. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.d.ts +7 -3
  40. package/internal-do-not-import-from-here/fx/models/automaticpagecreationrequest/AutomaticPageCreationRequest.js +2 -1
  41. package/internal-do-not-import-from-here/fx/models/channelquery/ChannelRollupRegistrationView.d.ts +3 -3
  42. package/internal-do-not-import-from-here/fx/models/channels/ChannelHttpModels.d.ts +3 -3
  43. package/internal-do-not-import-from-here/fx/models/channels/ChannelPages.js +1 -1
  44. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.d.ts +3 -3
  45. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannel.js +1 -1
  46. package/internal-do-not-import-from-here/fx/models/channels/PublishingChannelCategory.d.ts +2 -2
  47. package/internal-do-not-import-from-here/fx/models/components/AccordionBlock.d.ts +4 -4
  48. package/internal-do-not-import-from-here/fx/models/components/AccordionBlockStyles.d.ts +3 -3
  49. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +7 -1
  50. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +3 -3
  51. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +3 -3
  52. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +4 -4
  53. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.js +1 -1
  54. package/internal-do-not-import-from-here/fx/models/components/BannerBlockStyles.d.ts +4 -4
  55. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -2
  56. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlockStyles.d.ts +0 -2
  57. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.d.ts +5 -5
  58. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlock.js +3 -3
  59. package/internal-do-not-import-from-here/fx/models/components/CalendarRollupBlockStyles.d.ts +2 -2
  60. package/internal-do-not-import-from-here/fx/models/components/ChannelRollupBlock.d.ts +3 -3
  61. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -6
  62. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -2
  63. package/internal-do-not-import-from-here/fx/models/components/ContentBlockStyles.d.ts +4 -13
  64. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlock.d.ts +3 -3
  65. package/internal-do-not-import-from-here/fx/models/components/CurrentNavigationBlockStyles.d.ts +3 -8
  66. package/internal-do-not-import-from-here/fx/models/components/DocumentPicker.js +1 -1
  67. package/internal-do-not-import-from-here/fx/models/components/EnterprisePropertyDocumentProvider.d.ts +6 -6
  68. package/internal-do-not-import-from-here/fx/models/components/FilterSettings.d.ts +5 -5
  69. package/internal-do-not-import-from-here/fx/models/components/IFrameBlock.d.ts +2 -2
  70. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +2 -2
  71. package/internal-do-not-import-from-here/fx/models/components/MediaBlock.d.ts +6 -6
  72. package/internal-do-not-import-from-here/fx/models/components/MediaBlockStyles.d.ts +2 -13
  73. package/internal-do-not-import-from-here/fx/models/components/MegaMenu.d.ts +6 -6
  74. package/internal-do-not-import-from-here/fx/models/components/MegaMenuStyles.d.ts +2 -2
  75. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.d.ts +2 -2
  76. package/internal-do-not-import-from-here/fx/models/components/PageCommentLikeBlock.js +1 -1
  77. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.d.ts +4 -5
  78. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlock.js +1 -1
  79. package/internal-do-not-import-from-here/fx/models/components/PageFeedbackBlockStyles.d.ts +3 -3
  80. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.d.ts +3 -3
  81. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlock.js +2 -2
  82. package/internal-do-not-import-from-here/fx/models/components/PagePropertiesBlockStyles.d.ts +3 -3
  83. package/internal-do-not-import-from-here/fx/models/components/PageRollupBlock.d.ts +20 -11
  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/index.d.ts +0 -1
  119. package/internal-do-not-import-from-here/fx/models/index.js +0 -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 +3 -2
  150. package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +2 -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 -3
  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 +22 -0
  246. package/internal-do-not-import-from-here/fx/ux/index.d.ts +2 -0
  247. package/internal-do-not-import-from-here/fx/ux/loc/localize.d.ts +1 -1
  248. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +79 -7
  249. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +34 -47
  250. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +18 -2
  251. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +34 -36
  252. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +11 -0
  253. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/index.d.ts +1 -2
  254. package/internal-do-not-import-from-here/fx/ux/use/UseWcmIcons.d.ts +34 -0
  255. package/internal-do-not-import-from-here/fx/ux/use/index.d.ts +1 -0
  256. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  257. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  258. package/internal-do-not-import-from-here/models/TypedNamedProperties.d.ts +2 -2
  259. package/internal-do-not-import-from-here/models/TypedNamedProperties.js +8 -8
  260. package/internal-do-not-import-from-here/models/digitalsignage/DigitalSignageLayoutDefinition.js +1 -1
  261. package/internal-do-not-import-from-here/models/enterpriseglossary/EnterpriseGlossaryPageInformation.d.ts +3 -3
  262. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformation.d.ts +2 -2
  263. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationReference.d.ts +2 -2
  264. package/internal-do-not-import-from-here/models/pagearchive/PageArchiveInformationType.js +1 -1
  265. package/internal-do-not-import-from-here/models/pagearchive/statuses/PageArchiveInformationStatus.js +1 -1
  266. package/internal-do-not-import-from-here/models/pagefeedbacks/PageFeedback.js +1 -1
  267. package/internal-do-not-import-from-here/models/pagestatistics/Reports.d.ts +3 -3
  268. package/internal-do-not-import-from-here/models/publishingapp/PublishingAppSettings.js +1 -1
  269. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.d.ts +3 -3
  270. package/internal-do-not-import-from-here/models/publishingapp/approval/PageApproval.js +1 -1
  271. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorEnums.js +1 -1
  272. package/internal-do-not-import-from-here/models/publishingapp/editor/EditorSettings.js +2 -2
  273. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +2 -2
  274. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.js +1 -1
  275. package/internal-do-not-import-from-here/models/publishingapp/layoutitems/BlockRegistration.d.ts +3 -3
  276. package/internal-do-not-import-from-here/models/publishingapp/newsletter/NewsletterModel.js +1 -1
  277. package/internal-do-not-import-from-here/models/publishingapp/publish/PagePublish.js +1 -1
  278. package/internal-do-not-import-from-here/models/publishingapp/schedule/PageSchedule.js +1 -1
  279. package/internal-do-not-import-from-here/models/searchproviders/CommentSearchCategory.js +1 -1
  280. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +3 -2
  281. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +4 -0
  282. package/internal-do-not-import-from-here/models/social/Feedback.d.ts +2 -2
  283. package/internal-do-not-import-from-here/models/social/Subscription.js +1 -1
  284. package/internal-do-not-import-from-here/models/tenantreusablecontent/PublishingAppSelectionData.d.ts +3 -3
  285. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  286. package/package.json +1 -1
  287. package/task.js +7 -6
  288. package/task.ts +7 -6
  289. package/internal-do-not-import-from-here/fx/internal/models/SharepointSyncSettings.d.ts +0 -11
  290. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedEvent.d.ts +0 -11
  291. package/internal-do-not-import-from-here/fx/internal/models/SharepointSynchronizedResourceStatus.d.ts +0 -30
  292. package/internal-do-not-import-from-here/fx/internal/services/SharepointPageService.d.ts +0 -14
  293. package/internal-do-not-import-from-here/fx/internal/stores/SharepointPageStore.d.ts +0 -36
  294. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.d.ts +0 -13
  295. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerProviderContext.js +0 -22
  296. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.d.ts +0 -8
  297. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageContext.js +0 -13
  298. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.d.ts +0 -9
  299. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageCreationContext.js +0 -14
  300. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.d.ts +0 -8
  301. package/internal-do-not-import-from-here/fx/models/mediapicker/MediaPickerStorageProviderPageReadContext.js +0 -13
  302. package/internal-do-not-import-from-here/fx/models/mediapicker/index.d.ts +0 -4
  303. package/internal-do-not-import-from-here/fx/models/mediapicker/index.js +0 -7
@@ -1,13 +1,13 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { PageRollupEnums } from "../pagequery";
3
3
  export interface TaxonomyQueryFilter {
4
- fixedTermIds?: Array<GuidValue>;
4
+ fixedTermIds?: Array<guid>;
5
5
  filterType: PageRollupEnums.FilterTypes;
6
6
  includeChildTerms: boolean;
7
7
  includeEmpty: boolean;
8
- targetingPropertyIds: Array<GuidValue>;
8
+ targetingPropertyIds: Array<guid>;
9
9
  }
10
10
  export interface TaxonomyUIFilter extends TaxonomyQueryFilter {
11
- termIds: Array<GuidValue>;
12
- fixedTermIds: Array<GuidValue>;
11
+ termIds: Array<guid>;
12
+ fixedTermIds: Array<guid>;
13
13
  }
@@ -6,6 +6,6 @@ export declare const IFrameElementName: {
6
6
  export interface IFrameBlockSettings extends BlockSettings {
7
7
  enterprisePropertyInternalName?: string;
8
8
  linkUrl?: string;
9
- iframeWidth?: string;
10
- iframeHeight?: string;
9
+ iframeWidth?: number;
10
+ iframeHeight?: number;
11
11
  }
@@ -1,4 +1,4 @@
1
- import { IconPickerModel } from "@omnia/fx-models";
1
+ import { IconPickerModel, guid } from "@omnia/fx-models";
2
2
  export interface LinkPickerPropertyData {
3
3
  }
4
4
  export interface LinkItem {
@@ -11,7 +11,7 @@ export interface LinkItem {
11
11
  export interface PageItemNode {
12
12
  pageId: number;
13
13
  pageCollectionId: number;
14
- publishingAppId: string;
14
+ publishingAppId: guid;
15
15
  displayTitle?: string;
16
16
  nodeId?: number;
17
17
  }
@@ -1,10 +1,10 @@
1
- import { SpacingSettings, MultilingualString, MediaPickerMedia, BlockSettingsWithDefaultProperty, GuidValue } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, MediaPickerMedia, BlockSettingsWithDefaultProperty, guid } from "@omnia/fx-models";
2
2
  export interface MediaBlockSettings extends BlockSettingsWithDefaultProperty<MediaPickerMedia> {
3
- spacing?: SpacingSettings;
3
+ spacing?: Spacing;
4
4
  blockTitle: MultilingualString;
5
- preConfiguredImageScalingUniqueId?: GuidValue;
5
+ preConfiguredImageScalingUniqueId?: guid;
6
6
  forceScaling: boolean;
7
- cropRatioUniqueIds?: Array<GuidValue>;
7
+ cropRatioUniqueIds?: Array<guid>;
8
8
  displaySettings: DisplaySettings;
9
9
  enableMultiSelect: boolean;
10
10
  displayNumber?: number;
@@ -13,11 +13,11 @@ export interface MediaBlockSettings extends BlockSettingsWithDefaultProperty<Med
13
13
  }
14
14
  export interface DisplaySettings {
15
15
  display: {
16
- viewTemplateId: GuidValue;
16
+ viewTemplateId: guid;
17
17
  itemLimit: number;
18
18
  };
19
19
  dialog: {
20
- viewTemplate: GuidValue;
20
+ viewTemplate: guid;
21
21
  showThumbnails: boolean;
22
22
  };
23
23
  }
@@ -1,19 +1,8 @@
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 MediaBlockStyles: {
4
4
  clickThrough?: types.NestedCSSProperties;
5
- container?: types.NestedCSSProperties;
6
- welcomeWrapper?: types.NestedCSSProperties;
7
- mediaContent?: types.NestedCSSProperties;
8
- content?: types.NestedCSSProperties;
9
- setting?: types.NestedCSSProperties;
10
- settingTooltip?: types.NestedCSSProperties;
11
- settingButton?: types.NestedCSSProperties;
12
5
  pickerDialog?: types.NestedCSSProperties;
13
6
  pickerDialogMedia?: types.NestedCSSProperties;
14
- pickerDialogContent?: types.NestedCSSProperties;
15
- videoBlockEditMode?: types.NestedCSSProperties;
16
- reusingContentMsg?: types.NestedCSSProperties;
17
- galleryDialog?: types.NestedCSSProperties;
18
- blockSpacing?: (spacing: SpacingSettings, isVideoBlock?: boolean) => types.NestedCSSProperties;
7
+ blockSpacing?: (spacing: Spacing, isVideoBlock?: boolean) => types.NestedCSSProperties;
19
8
  };
@@ -1,8 +1,8 @@
1
- import { GuidValue, SpacingSettings } from "@omnia/fx-models";
1
+ import { ColorValue, guid, Spacing } from "@omnia/fx-models";
2
2
  export interface MegaMenuNode {
3
3
  depthLevel: number;
4
4
  rootNavigationNodeId: number;
5
- publishingAppId: GuidValue;
5
+ publishingAppId: guid;
6
6
  publishingAppPath: string;
7
7
  excludeStartNode: boolean;
8
8
  }
@@ -10,7 +10,7 @@ export interface MegaMenuLevelStyle {
10
10
  fontSize: number;
11
11
  fontWeight: number;
12
12
  enableUppercase: boolean;
13
- spacing: SpacingSettings;
13
+ spacing: Spacing;
14
14
  }
15
15
  export interface MegaMenuSettings {
16
16
  startNodes: Array<MegaMenuNode>;
@@ -20,7 +20,7 @@ export interface MegaMenuSettings {
20
20
  maxHeight: number;
21
21
  maxWidth: number;
22
22
  minWidthOfColumn: number;
23
- backgroundColor: string;
24
- textColor: string;
25
- selectedBorderColor: string;
23
+ backgroundColor: ColorValue;
24
+ textColor: ColorValue;
25
+ selectedBorderColor: ColorValue;
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import { MegaMenuLevelStyle, MegaMenuSettings } from ".";
2
2
  import { types } from "typestyle";
3
- import { SpacingSettings } from "@omnia/fx/models";
3
+ import { Spacing } from "@omnia/fx/models";
4
4
  export declare const MegaMenuStyles: {
5
5
  layoutWrapperOmniaApp: (settings: MegaMenuSettings) => types.NestedCSSProperties;
6
6
  layoutWrapperSP: (settings: MegaMenuSettings) => types.NestedCSSProperties;
@@ -13,7 +13,7 @@ export declare const MegaMenuStyles: {
13
13
  menuDropDown: (settings: MegaMenuSettings) => types.NestedCSSProperties;
14
14
  menuDropDownLink: (settings: MegaMenuSettings) => types.NestedCSSProperties;
15
15
  menuDropDownLinkActived: (settings: MegaMenuSettings) => types.NestedCSSProperties;
16
- menuDropDownLinkIndentation: (level: number, spacing: SpacingSettings) => types.NestedCSSProperties;
16
+ menuDropDownLinkIndentation: (level: number, spacing: Spacing) => types.NestedCSSProperties;
17
17
  menuDropDownHeader: types.NestedCSSProperties;
18
18
  menuDropDownColumnUL: types.NestedCSSProperties;
19
19
  menuDropDownColumnSubTitle: types.NestedCSSProperties;
@@ -1,10 +1,10 @@
1
- import { SpacingSettings, MultilingualString, ThemeDefinition } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, ThemeDefinition } from "@omnia/fx-models";
2
2
  export declare enum CommentSorting {
3
3
  OldestTop = 0,
4
4
  NewestTop = 1
5
5
  }
6
6
  export interface PageCommentsAndLikesBlockSettings {
7
- spacing?: SpacingSettings;
7
+ spacing?: Spacing;
8
8
  blockTitle: MultilingualString;
9
9
  enableRichText: boolean;
10
10
  enableMention?: boolean;
@@ -5,4 +5,4 @@ var CommentSorting;
5
5
  (function (CommentSorting) {
6
6
  CommentSorting[CommentSorting["OldestTop"] = 0] = "OldestTop";
7
7
  CommentSorting[CommentSorting["NewestTop"] = 1] = "NewestTop";
8
- })(CommentSorting = exports.CommentSorting || (exports.CommentSorting = {}));
8
+ })(CommentSorting || (exports.CommentSorting = CommentSorting = {}));
@@ -1,12 +1,11 @@
1
- import { SpacingSettings } from "@omnia/fx-models";
1
+ import { HorizontalAlignments } from "@omnia/fx-models";
2
+ import { ActionButton } from "./ActionButtonBlock";
2
3
  export declare enum EnterprisePropertiesRichTextSettings {
3
4
  PlainText = 0,
4
5
  LimitedRichText = 1,
5
6
  RichText = 2
6
7
  }
7
8
  export interface PageFeedbackBlockSettings {
8
- spacing?: SpacingSettings;
9
- blockTitle: string;
10
- enableRichText?: boolean;
11
- mode: EnterprisePropertiesRichTextSettings;
9
+ button: ActionButton;
10
+ alignment?: HorizontalAlignments;
12
11
  }
@@ -6,4 +6,4 @@ var EnterprisePropertiesRichTextSettings;
6
6
  EnterprisePropertiesRichTextSettings[EnterprisePropertiesRichTextSettings["PlainText"] = 0] = "PlainText";
7
7
  EnterprisePropertiesRichTextSettings[EnterprisePropertiesRichTextSettings["LimitedRichText"] = 1] = "LimitedRichText";
8
8
  EnterprisePropertiesRichTextSettings[EnterprisePropertiesRichTextSettings["RichText"] = 2] = "RichText";
9
- })(EnterprisePropertiesRichTextSettings = exports.EnterprisePropertiesRichTextSettings || (exports.EnterprisePropertiesRichTextSettings = {}));
9
+ })(EnterprisePropertiesRichTextSettings || (exports.EnterprisePropertiesRichTextSettings = EnterprisePropertiesRichTextSettings = {}));
@@ -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
  export declare const PageFeedbackBlockStyles: {
4
- padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
4
+ padding?: (spacing: Spacing) => types.NestedCSSProperties;
5
5
  layout?: types.NestedCSSProperties;
6
- wrapper?: (spacing: SpacingSettings) => types.NestedCSSProperties;
6
+ wrapper?: (spacing: Spacing) => types.NestedCSSProperties;
7
7
  title?: types.NestedCSSProperties;
8
8
  tableView?: types.NestedCSSProperties;
9
9
  errorMes?: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, MultilingualString, IIcon } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, IIcon } from "@omnia/fx-models";
2
2
  export declare enum LabelPositions {
3
3
  left = 1,
4
4
  top = 2
@@ -29,10 +29,10 @@ export declare enum EnterprisePropertiesBlockDateTimeModes {
29
29
  }
30
30
  export interface PagePropertiesBlockSettings {
31
31
  properties: Array<EnterprisePropertiesBlockPropertySettings>;
32
- spacing?: SpacingSettings;
32
+ spacing?: Spacing;
33
33
  blockTitle: MultilingualString;
34
34
  labelPosition: LabelPositions;
35
35
  horizontal: boolean;
36
- rowspacing: SpacingSettings;
36
+ rowspacing: Spacing;
37
37
  hideSeparator: boolean;
38
38
  }
@@ -5,10 +5,10 @@ var LabelPositions;
5
5
  (function (LabelPositions) {
6
6
  LabelPositions[LabelPositions["left"] = 1] = "left";
7
7
  LabelPositions[LabelPositions["top"] = 2] = "top";
8
- })(LabelPositions = exports.LabelPositions || (exports.LabelPositions = {}));
8
+ })(LabelPositions || (exports.LabelPositions = LabelPositions = {}));
9
9
  var EnterprisePropertiesBlockDateTimeModes;
10
10
  (function (EnterprisePropertiesBlockDateTimeModes) {
11
11
  EnterprisePropertiesBlockDateTimeModes[EnterprisePropertiesBlockDateTimeModes["Default"] = 0] = "Default";
12
12
  EnterprisePropertiesBlockDateTimeModes[EnterprisePropertiesBlockDateTimeModes["Normal"] = 1] = "Normal";
13
13
  EnterprisePropertiesBlockDateTimeModes[EnterprisePropertiesBlockDateTimeModes["Social"] = 2] = "Social";
14
- })(EnterprisePropertiesBlockDateTimeModes = exports.EnterprisePropertiesBlockDateTimeModes || (exports.EnterprisePropertiesBlockDateTimeModes = {}));
14
+ })(EnterprisePropertiesBlockDateTimeModes || (exports.EnterprisePropertiesBlockDateTimeModes = EnterprisePropertiesBlockDateTimeModes = {}));
@@ -1,5 +1,5 @@
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 { PagePropertiesBlockSettings } from ".";
5
5
  export declare const PagePropertiesBlockAdvancedStyles: {
@@ -9,12 +9,12 @@ export declare const PagePropertiesBlockAdvancedStyles: {
9
9
  propertyLabelWrapper?: (fullWidth: boolean, textColor: string) => types.NestedCSSProperties;
10
10
  propertyLabel?: (fullWidth: boolean) => types.NestedCSSProperties;
11
11
  propertyValue?: (textColor: string) => types.NestedCSSProperties;
12
- propertiesWrapper?: (settings: PagePropertiesBlockSettings, theming: ITheming) => types.NestedCSSProperties;
12
+ propertiesWrapper?: (settings: PagePropertiesBlockSettings, theming?: ITheming) => types.NestedCSSProperties;
13
13
  separator?: (theming: ITheming) => types.NestedCSSProperties;
14
14
  channelPropertyValue?: types.NestedCSSProperties;
15
15
  };
16
16
  export declare const PagePropertiesBlockStyles: {
17
- padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
17
+ padding?: (spacing: Spacing) => types.NestedCSSProperties;
18
18
  layout?: types.NestedCSSProperties;
19
19
  wrapper?: types.NestedCSSProperties;
20
20
  contentHidden?: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { BaseFilterEngineProperty, FilterEngineSettings, GuidValue, Identity, IIcon, Language, MultilingualString, PropertyIndexedType, RollupOtherTypes, SpacingSettings, Tag, TypedFilterEnginePropertyOutput, UserPickingType } from "@omnia/fx-models";
1
+ import { BaseFilterEngineProperty, DatePropertyFilterCustomValue, FilterEngineSettings, guid, Identity, IIcon, Language, MultilingualString, PropertyIndexedType, RollupOtherTypes, Spacing, Tag, TypedFilterEnginePropertyOutput, UserPickingType } from "@omnia/fx-models";
2
2
  import { Page, PageCalendarViewMode, PageDialogPropertiesMapping, PageItemNode, PageRollupEnums, PagingTypes, TaxonomyQueryFilter, TaxonomyUIFilter } from "..";
3
3
  import { PublishingChannelId } from "../channels";
4
4
  import { PageId } from "../pages";
@@ -17,7 +17,7 @@ export interface PageRollupViewSettings {
17
17
  linkUrl: string;
18
18
  linkInNewTab: boolean;
19
19
  linkTitle: MultilingualString;
20
- pageDialogPropsMapping: PageDialogPropertiesMapping;
20
+ pageDialogPropsMapping: PageDialogPropertiesMapping & PageRollupDateSettings;
21
21
  borderRadius: number;
22
22
  sortBy?: string;
23
23
  sortDescending?: boolean;
@@ -28,6 +28,11 @@ export interface PageRollupViewSettings {
28
28
  navigationStartNodeId?: number;
29
29
  hideStartNode?: boolean;
30
30
  }
31
+ export interface PageRollupDateSettings {
32
+ dateProp: string;
33
+ dateMode?: PageRollupEnums.DateTimeModes;
34
+ dateFormat?: string;
35
+ }
31
36
  export interface PageRollupViewSettingsColumnMapping {
32
37
  internalName: string;
33
38
  isShowHeading: boolean;
@@ -60,6 +65,10 @@ export interface PageRollupPersonPropertyFilterValue extends PageRollupPropertyF
60
65
  }
61
66
  export interface PageRollupDatePropertyFilterValue extends PageRollupPropertyFilterValue {
62
67
  value: PageRollupEnums.DatePeriods;
68
+ customValueDetails?: {
69
+ from: DatePropertyFilterCustomValue;
70
+ to: DatePropertyFilterCustomValue;
71
+ };
63
72
  }
64
73
  export interface PageRollupTagPropertyFilterValue extends PageRollupPropertyFilterValue {
65
74
  value: Array<Tag>;
@@ -127,7 +136,7 @@ export interface PageRollupVariationPropertyFilterValue extends PageRollupProper
127
136
  defaultVariationId: VariationId;
128
137
  }
129
138
  export interface PageRollupPublishingAppPropertyFilterValue extends PageRollupPropertyFilterValue {
130
- value: Array<GuidValue>;
139
+ value: Array<guid>;
131
140
  }
132
141
  export interface PageRollupPageTypePropertyFilterValue extends PageRollupPropertyFilterValue {
133
142
  value: Array<PageId>;
@@ -137,7 +146,7 @@ export interface PageRollupChannelFilterValue extends PageRollupPropertyFilterVa
137
146
  currentUserSubscription: boolean;
138
147
  }
139
148
  export interface PublishingAppFilterEngineProperty extends BaseFilterEngineProperty {
140
- value: Array<GuidValue>;
149
+ value: Array<guid>;
141
150
  type: PropertyIndexedType.Text;
142
151
  showSearchValueBox: boolean;
143
152
  }
@@ -157,7 +166,7 @@ export interface CheckedOutByFilterEngineProperty extends BaseFilterEngineProper
157
166
  }
158
167
  export interface PublishingAppFilterEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
159
168
  type: PropertyIndexedType.Text;
160
- value: Array<GuidValue>;
169
+ value: Array<guid>;
161
170
  sub: PublishingAppFilterEnginePropertyOutput[];
162
171
  }
163
172
  export interface PageTypeFilterEnginePropertyOutput extends TypedFilterEnginePropertyOutput {
@@ -180,7 +189,7 @@ export interface PageRollupWorkflowStatusPropertyFilterValue extends PageRollupP
180
189
  }
181
190
  export interface PageRollupBlockBreakPointSettings {
182
191
  selectedViewId: string;
183
- selectedViewManifestId?: GuidValue;
192
+ selectedViewManifestId?: guid;
184
193
  viewSettings: PageRollupViewSettings;
185
194
  title: string | MultilingualString;
186
195
  showCreateButton?: boolean;
@@ -189,7 +198,7 @@ export interface PageRollupBlockBreakPointSettings {
189
198
  linkLabel?: MultilingualString;
190
199
  linkUrl?: string;
191
200
  openInNewTab?: boolean;
192
- spacing?: SpacingSettings;
201
+ spacing?: Spacing;
193
202
  hideReadNews?: boolean;
194
203
  hideBlockWhenNoResult?: boolean;
195
204
  noResultText: string | MultilingualString;
@@ -208,7 +217,7 @@ export interface PageRollupBlockSettings {
208
217
  excludeVariations: boolean;
209
218
  resources: Array<{
210
219
  id: string;
211
- typeId?: GuidValue;
220
+ typeId?: guid;
212
221
  filters?: Array<PageRollupPropertyFilter>;
213
222
  }>;
214
223
  itemLimit: number;
@@ -219,8 +228,8 @@ export interface PageRollupBlockSettings {
219
228
  trimDupplicates: boolean;
220
229
  enableClientCaching: boolean;
221
230
  pagingType: PagingTypes;
222
- selectedViewManifestId: GuidValue;
223
- selectedSettingsViewManifestId?: GuidValue;
231
+ selectedViewManifestId: guid;
232
+ selectedSettingsViewManifestId?: guid;
224
233
  selectedViewId?: string;
225
234
  viewSettings: PageRollupViewSettings;
226
235
  title: MultilingualString;
@@ -238,7 +247,7 @@ export interface PageRollupBlockSettings {
238
247
  linkLabel?: MultilingualString;
239
248
  linkUrl?: string;
240
249
  openInNewTab?: boolean;
241
- spacing?: SpacingSettings;
250
+ spacing?: Spacing;
242
251
  hideReadNews?: boolean;
243
252
  highlightNonRead?: boolean;
244
253
  excludeStartNode: boolean;
@@ -1,5 +1,5 @@
1
1
  import { types } from "typestyle";
2
- import { SpacingSettings, MediaPickerImageRatio, NestedCSSPropertiesExtends } from "@omnia/fx-models";
2
+ import { Spacing, MediaPickerImageRatio, NestedCSSPropertiesExtends } from "@omnia/fx-models";
3
3
  import { PageRollupRollerViewSettings } from "..";
4
4
  export declare const PageRollupBlockStyles: {
5
5
  queryFailMsgWrapper?: NestedCSSPropertiesExtends;
@@ -9,7 +9,7 @@ export declare const PageRollupBlockStyles: {
9
9
  uiFilterDateTimePicker?: NestedCSSPropertiesExtends;
10
10
  uiFilterItem?: NestedCSSPropertiesExtends;
11
11
  uiFilterDateTimeItem?: NestedCSSPropertiesExtends;
12
- getPaddingStyle?: (spacing: SpacingSettings, skip?: {
12
+ getPaddingStyle?: (spacing: Spacing, skip?: {
13
13
  top?: boolean;
14
14
  right?: boolean;
15
15
  left?: boolean;
@@ -32,7 +32,7 @@ export declare const PageRollupBlockListViewViewStyles: {
32
32
  customOmfxPeoplePicker?: types.NestedCSSProperties;
33
33
  titleLink?: types.NestedCSSProperties;
34
34
  clickableLink?: types.NestedCSSProperties;
35
- getPaddingStyle?: (spacing: SpacingSettings, skip?: {
35
+ getPaddingStyle?: (spacing: Spacing, skip?: {
36
36
  top?: boolean;
37
37
  right?: boolean;
38
38
  left?: boolean;
@@ -50,7 +50,7 @@ export declare const PageRollupBlockListViewViewStyles: {
50
50
  hyperlinkStyle?: types.NestedCSSProperties;
51
51
  };
52
52
  export declare const PageRollupBlockListingWithImageViewViewStyles: {
53
- getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
53
+ getPadding: (spacing: Spacing) => types.NestedCSSProperties;
54
54
  itemWrapper: types.NestedCSSProperties;
55
55
  title: types.NestedCSSProperties;
56
56
  socialWrapper: types.NestedCSSProperties;
@@ -58,7 +58,7 @@ export declare const PageRollupBlockListingWithImageViewViewStyles: {
58
58
  leftColumn: types.NestedCSSProperties;
59
59
  rightColumn: (imgProp: string) => types.NestedCSSProperties;
60
60
  strechedImage: types.NestedCSSProperties;
61
- getImageWrapper: (wrapperWidth: number, ratio: MediaPickerImageRatio) => types.NestedCSSProperties;
61
+ getImageWrapper: (wrapperWidth: number, ratio?: MediaPickerImageRatio) => types.NestedCSSProperties;
62
62
  summaryWrapper: types.NestedCSSProperties;
63
63
  clickableLink: types.NestedCSSProperties;
64
64
  unreadLink?: types.NestedCSSProperties;
@@ -66,13 +66,12 @@ export declare const PageRollupBlockListingWithImageViewViewStyles: {
66
66
  rollupImage?: types.NestedCSSProperties;
67
67
  };
68
68
  export declare const PageRollupBlockRollerViewViewStyles: {
69
- wrapper: (spacing: SpacingSettings) => types.NestedCSSProperties;
69
+ wrapper: (spacing: Spacing) => types.NestedCSSProperties;
70
70
  pageCollectionLink: types.NestedCSSProperties;
71
71
  imageWrapper: types.NestedCSSProperties;
72
72
  linkOverlay: types.NestedCSSProperties;
73
73
  getOverlayStyle: (settings: PageRollupRollerViewSettings) => types.NestedCSSProperties;
74
74
  contentWrapper: types.NestedCSSProperties;
75
- socialWrapper: types.NestedCSSProperties;
76
75
  socialTime: types.NestedCSSProperties;
77
76
  getTitleStyle: (wrapperWidth: number) => types.NestedCSSProperties;
78
77
  getRollerStyle: (primary: string) => types.NestedCSSProperties;
@@ -127,25 +126,27 @@ export declare const PageRollUpDialogViewStyles: {
127
126
  responsiveDialog: types.NestedCSSProperties;
128
127
  };
129
128
  export declare const PageRollupNewsletterViewStyles: {
130
- getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
129
+ getPadding: (spacing: Spacing) => types.NestedCSSProperties;
131
130
  lineColor: (color: string) => types.NestedCSSProperties;
132
131
  hideElement: types.NestedCSSProperties;
132
+ contentWrapper: types.NestedCSSProperties;
133
133
  };
134
134
  export declare const PageRollupBlockCardViewSettingsStyles: {
135
135
  orderAction?: types.NestedCSSProperties;
136
136
  showLabelCheckbox?: types.NestedCSSProperties;
137
137
  };
138
138
  export declare const PageRollupNavigationViewStyles: {
139
- getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
139
+ getPadding: (spacing: Spacing) => types.NestedCSSProperties;
140
140
  };
141
141
  export declare const PageRollupBlockCalendarViewSettingsStyles: {};
142
142
  export declare const PageRollupBlockCalendarViewStyles: {
143
- getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
143
+ getPadding: (spacing: Spacing) => types.NestedCSSProperties;
144
144
  toolbarWrapper: types.NestedCSSProperties;
145
145
  toolbarLeft: types.NestedCSSProperties;
146
146
  toolbarFloat: types.NestedCSSProperties;
147
147
  toolbarSelect: types.NestedCSSProperties;
148
148
  actionButton: types.NestedCSSProperties;
149
+ eventItem: types.NestedCSSProperties;
149
150
  };
150
151
  export declare const PageRollupUniqueUsersDetailsStyles: {
151
152
  wrapper: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { MultilingualString } from "@omnia/fx-models";
1
+ import { MultilingualString, OSizeTypes } from "@omnia/fx-models";
2
2
  export interface RatingBlockSettings {
3
3
  blockTitle: MultilingualString;
4
4
  showAverageRating: boolean;
@@ -7,6 +7,6 @@ export interface RatingBlockSettings {
7
7
  showSubmitRating: boolean;
8
8
  submitRatingLabel: MultilingualString;
9
9
  everageRatingLabel: MultilingualString;
10
- averageRatingFontSize: number;
11
- submitRatingFontSize: number;
10
+ averageRatingFontSize: OSizeTypes;
11
+ submitRatingFontSize: OSizeTypes;
12
12
  }
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, MultilingualString, BlockSettingsWithDefaultProperty, IPersistedFile } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString, BlockSettingsWithDefaultProperty, IPersistedFile } from "@omnia/fx-models";
2
2
  import { PageFile } from "../pages";
3
3
  import { LinkItem } from "./LinkPicker";
4
4
  export interface RelatedLinkBlockItem extends LinkItem {
@@ -11,7 +11,8 @@ export interface RelatedLinkBlockSettings extends BlockSettingsWithDefaultProper
11
11
  backgroundColor: string;
12
12
  textColor: string;
13
13
  borderColor: string;
14
- spacing?: SpacingSettings;
14
+ spacing?: Spacing;
15
15
  title?: MultilingualString;
16
16
  openInOfficeWebApp?: boolean;
17
+ copyDocumentsLocallyEnabled?: boolean;
17
18
  }
@@ -1,8 +1,8 @@
1
- import { SpacingSettings } from "@omnia/fx-models";
1
+ import { Spacing } from "@omnia/fx-models";
2
2
  import { ITheming } from "@omnia/fx/ux";
3
3
  import { types } from "typestyle";
4
4
  export declare const RelatedLinkBlockStyles: {
5
- blockPadding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
5
+ blockPadding?: (spacing: Spacing) => types.NestedCSSProperties;
6
6
  actionLinkButton?: types.NestedCSSProperties;
7
7
  actionLinkIcon?: types.NestedCSSProperties;
8
8
  blockWrapper?: types.NestedCSSProperties;
@@ -42,6 +42,7 @@ export declare const LinkPickerStyle: {
42
42
  leftPanel?: types.NestedCSSProperties;
43
43
  leftPanelContainer?: types.NestedCSSProperties;
44
44
  leftPanelMenuItemIcon?: types.NestedCSSProperties;
45
+ leftPanelMenuItemTitle?: types.NestedCSSProperties;
45
46
  leftPanelMenuItemContainer?: (theming: ITheming, selected: boolean) => types.NestedCSSProperties;
46
47
  rightPanelWrapper?: types.NestedCSSProperties;
47
48
  rightPanelContent?: types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { SpacingSettings, MultilingualString } from "@omnia/fx-models";
1
+ import { Spacing, MultilingualString } from "@omnia/fx-models";
2
2
  import { PagingTypes } from "..";
3
3
  export interface RssReaderViewSettings {
4
4
  }
@@ -23,7 +23,7 @@ export interface RssReaderBlockSettings {
23
23
  source?: string;
24
24
  title?: MultilingualString;
25
25
  itemLimit?: number;
26
- spacing?: SpacingSettings;
26
+ spacing?: Spacing;
27
27
  isOpenNewWindow?: boolean;
28
28
  showActualDay?: boolean;
29
29
  showTitle?: boolean;
@@ -1,12 +1,12 @@
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 RssReaderBlockNoImageViewStyles: {
4
4
  hideHeaders?: types.NestedCSSProperties;
5
5
  customOmfxPeoplePicker?: types.NestedCSSProperties;
6
6
  titleLink?: types.NestedCSSProperties;
7
7
  clickableLink?: types.NestedCSSProperties;
8
8
  socialWrapper: types.NestedCSSProperties;
9
- getPaddingStyle?: (spacing: SpacingSettings, skip?: {
9
+ getPaddingStyle?: (spacing: Spacing, skip?: {
10
10
  top?: boolean;
11
11
  right?: boolean;
12
12
  left?: boolean;
@@ -16,13 +16,13 @@ export declare const RssReaderBlockNoImageViewStyles: {
16
16
  getSummaryWrapper: (wrapperWidth: number) => types.NestedCSSProperties;
17
17
  };
18
18
  export declare const RssReaderBlockLeftImageViewStyles: {
19
- getPaddingStyle: (spacing: SpacingSettings, skip?: {
19
+ getPaddingStyle: (spacing: Spacing, skip?: {
20
20
  top?: boolean;
21
21
  right?: boolean;
22
22
  left?: boolean;
23
23
  bottom?: boolean;
24
24
  }) => types.NestedCSSProperties;
25
- getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties;
25
+ getPadding: (spacing: Spacing) => types.NestedCSSProperties;
26
26
  itemWrapper: types.NestedCSSProperties;
27
27
  getContentWrapper: (wrapperWidth: number, noImage: boolean) => types.NestedCSSProperties;
28
28
  title: types.NestedCSSProperties;
@@ -41,7 +41,7 @@ export declare const RssReaderBlockStyles: {
41
41
  uiFilterDateTimePicker?: types.NestedCSSProperties;
42
42
  uiFilterItem?: types.NestedCSSProperties;
43
43
  uiFilterDateTimeItem?: types.NestedCSSProperties;
44
- getPaddingStyle?: (spacing: SpacingSettings, skip?: {
44
+ getPaddingStyle?: (spacing: Spacing, skip?: {
45
45
  top?: boolean;
46
46
  right?: boolean;
47
47
  left?: boolean;
@@ -2,6 +2,6 @@ import { NestedCSSPropertiesExtends, ThemeStyling } from "@omnia/fx/models";
2
2
  export declare const TaxonomyNavigationStyles: {
3
3
  showMore: NestedCSSPropertiesExtends;
4
4
  cardContent: NestedCSSPropertiesExtends;
5
- cardStyling: (themeStyling: ThemeStyling, setCustomBorderColor: boolean) => NestedCSSPropertiesExtends;
5
+ cardStyling: (themeStyling: ThemeStyling, setCustomBorderColor?: boolean) => NestedCSSPropertiesExtends;
6
6
  contentPlaceHolder: (themeStyling: ThemeStyling) => NestedCSSPropertiesExtends;
7
7
  };
@@ -1,4 +1,4 @@
1
- import { GuidValue, IconPickerModel, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, IconPickerModel, MultilingualString } from "@omnia/fx-models";
2
2
  import { TargetingFilterProperty } from "@omnia/fx-sp/models";
3
3
  export interface AnnouncementLite {
4
4
  title?: string;
@@ -24,7 +24,7 @@ export interface Announcement {
24
24
  announcementTypeId?: string;
25
25
  announcementStatus?: AnnouncementStatus;
26
26
  announcementStatusId?: string;
27
- businessProfileId?: GuidValue;
27
+ businessProfileId?: guid;
28
28
  targetingFilter?: TargetingFilterProperty;
29
29
  commentCount?: number;
30
30
  }
@@ -32,7 +32,7 @@ export interface AnnouncementType {
32
32
  id: string;
33
33
  title: MultilingualString;
34
34
  properties?: string;
35
- businessProfileId?: GuidValue;
35
+ businessProfileId?: guid;
36
36
  info?: AnnouncementTypeInfo;
37
37
  }
38
38
  export interface AnnouncementTypeInfo {
@@ -42,7 +42,7 @@ export interface AnnouncementStatus {
42
42
  id: string;
43
43
  title: MultilingualString;
44
44
  properties?: string;
45
- businessProfileId?: GuidValue;
45
+ businessProfileId?: guid;
46
46
  info?: AnnouncementStatusInfo;
47
47
  }
48
48
  export interface AnnouncementStatusInfo {
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface DigitalSignageJsonProp {
3
- id: GuidValue;
3
+ id: guid;
4
4
  isMedia: boolean;
5
5
  exportAsName: string;
6
6
  exportAsMediaName: string;
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DigitalSignageJsonProp } from "@omnia/wcm/models";
3
3
  export interface DigitalSignageJsonTemplate {
4
- id: GuidValue;
4
+ id: guid;
5
5
  title: string;
6
6
  embedImages: boolean;
7
7
  jsonProps: DigitalSignageJsonProp[];