@omnia/workplace 7.0.7-dev → 7.0.7

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 (233) hide show
  1. package/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -2
  3. package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
  4. package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
  5. package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
  6. package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
  7. package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
  8. package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
  9. package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
  10. package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
  11. package/internal-do-not-import-from-here/apis/index.d.ts +3 -2
  12. package/internal-do-not-import-from-here/core/index.d.ts +3 -3
  13. package/internal-do-not-import-from-here/core/loc/localize.d.ts +1 -1
  14. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
  15. package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
  16. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
  17. package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
  18. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +6 -2
  19. package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
  20. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  21. package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
  23. package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
  24. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
  25. package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
  26. package/internal-do-not-import-from-here/models/Constants.d.ts +62 -8
  27. package/internal-do-not-import-from-here/models/Constants.js +70 -14
  28. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +2 -2
  29. package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
  30. package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
  31. package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
  32. package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
  33. package/internal-do-not-import-from-here/models/Enums.js +7 -0
  34. package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
  35. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
  36. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
  37. package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
  38. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +119 -12
  39. package/internal-do-not-import-from-here/models/ManifestIds.js +148 -46
  40. package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
  41. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +6 -5
  42. package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
  43. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
  44. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
  45. package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
  46. package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
  47. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +4 -26
  48. package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
  49. package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
  50. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
  51. package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
  52. package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
  53. package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
  54. package/internal-do-not-import-from-here/models/Workspace.d.ts +5 -5
  55. package/internal-do-not-import-from-here/models/Workspace.js +2 -2
  56. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
  57. package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
  58. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
  59. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
  60. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +10 -5
  61. package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
  62. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
  63. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
  64. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -11
  65. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -3
  66. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
  68. package/internal-do-not-import-from-here/models/apps/index.d.ts +4 -5
  69. package/internal-do-not-import-from-here/models/apps/index.js +0 -1
  70. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
  71. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
  72. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
  73. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
  74. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
  75. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
  76. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
  77. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
  78. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
  79. package/internal-do-not-import-from-here/models/components/index.d.ts +1 -1
  80. package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
  81. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
  82. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
  83. package/internal-do-not-import-from-here/models/index.d.ts +38 -34
  84. package/internal-do-not-import-from-here/models/index.js +5 -1
  85. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
  86. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
  87. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
  88. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
  89. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
  90. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
  91. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
  92. package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
  93. package/internal-do-not-import-from-here/models/qrcode.js +8 -0
  94. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
  95. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
  96. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
  97. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  98. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  99. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
  100. package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
  101. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
  102. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  103. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  104. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  105. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  106. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
  107. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  108. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  109. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  110. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  111. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  112. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
  113. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +15 -3
  114. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
  115. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
  116. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
  117. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
  118. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
  119. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
  120. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
  121. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
  122. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
  123. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
  124. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
  125. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
  126. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
  127. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
  128. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
  129. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
  130. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
  131. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
  132. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
  133. package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
  134. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
  135. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
  136. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
  137. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
  138. package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
  139. package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
  140. package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
  141. package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
  142. package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
  143. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
  144. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
  145. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
  146. package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
  147. package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
  148. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +3 -1
  149. package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
  150. package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
  151. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
  152. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
  153. package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
  154. package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
  155. package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
  156. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +2 -2
  157. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -3
  158. package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
  159. package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
  160. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +6 -5
  161. package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
  162. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
  163. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
  164. package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
  165. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +26 -9
  166. package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
  167. package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
  168. package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
  169. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
  170. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
  171. package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
  172. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +3 -3
  173. package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
  174. package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
  175. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +2 -1
  176. package/internal-do-not-import-from-here/models/styles/index.d.ts +13 -11
  177. package/internal-do-not-import-from-here/models/styles/index.js +2 -0
  178. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
  179. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
  180. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +18 -12
  181. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
  182. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
  183. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
  184. package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
  185. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -2
  186. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
  187. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
  188. package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
  189. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
  190. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
  191. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
  192. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
  193. package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
  194. package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
  195. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
  196. package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
  197. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
  198. package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
  199. package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
  200. package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
  201. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
  202. package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
  203. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  204. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +3 -2
  205. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +6 -3
  206. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
  207. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
  208. package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
  209. package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
  210. package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
  211. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
  212. package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
  213. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
  214. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
  215. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +8 -6
  216. package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
  217. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +16 -9
  218. package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +3 -3
  219. package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
  220. package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
  221. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
  222. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +5 -5
  223. package/internal-do-not-import-from-here/ux/index.d.ts +2 -1
  224. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  225. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
  226. package/models/index.d.ts +1 -1
  227. package/package.json +1 -1
  228. package/task.js +8 -8
  229. package/task.ts +9 -9
  230. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
  231. package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
  232. /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
  233. /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
@@ -1,12 +1,12 @@
1
- import { types } from 'typestyle';
2
- import { OmniaTheming, ITheming } from '@omnia/fx/ux';
3
- import { SpacingSettings } from '@omnia/fx-models';
4
- import { SearchBoxStyling } from '../SearchBoxStyling';
5
- declare type SearchRule = {
1
+ import { types } from "typestyle";
2
+ import { OmniaTheming, ITheming } from "@omnia/fx/ux";
3
+ import { SpacingSettings } from "@omnia/fx-models";
4
+ import { SearchBoxStyling } from "../SearchBoxStyling";
5
+ type SearchRule = {
6
6
  container?: (showInHeader: boolean, compactChrome: boolean) => types.NestedCSSProperties;
7
7
  searchCategory?: types.NestedCSSProperties;
8
8
  searchCategoryHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
9
- searchCategoryContent?: types.NestedCSSProperties;
9
+ searchCategoryContent?: (paddingBottom: boolean) => types.NestedCSSProperties;
10
10
  resultRow?: (theme: OmniaTheming) => types.NestedCSSProperties;
11
11
  dialogContainer?: types.NestedCSSProperties;
12
12
  dialogHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
@@ -16,9 +16,12 @@ declare type SearchRule = {
16
16
  linkSeeMore?: types.NestedCSSProperties;
17
17
  headerTitle?: types.NestedCSSProperties;
18
18
  textboxDialogMode?: types.NestedCSSProperties;
19
- noResult?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
19
+ noResult?: types.NestedCSSProperties;
20
+ contentTop?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
20
21
  searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
21
22
  dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
23
+ dropdownOverride?: types.NestedCSSProperties;
24
+ spellingSuggestionLink?: types.NestedCSSProperties;
22
25
  };
23
26
  export declare const SearchAdminStyles: {
24
27
  container?: types.NestedCSSProperties;
@@ -37,6 +40,7 @@ export declare const SearchAdminStyles: {
37
40
  refinersTableActionsHeader?: types.NestedCSSProperties;
38
41
  inputLabel?: types.NestedCSSProperties;
39
42
  enterprisePropertyPosition?: types.NestedCSSProperties;
43
+ expansionHeaderWrapper?: types.NestedCSSProperties;
40
44
  };
41
45
  export declare const QuickSearchStyles: SearchRule;
42
46
  export declare const AdvancedSearchStyles: {
@@ -55,7 +59,7 @@ export declare const AdvancedSearchStyles: {
55
59
  searchTitleWapper?: types.NestedCSSProperties;
56
60
  searchTitle?: (dialogMode: boolean) => types.NestedCSSProperties;
57
61
  searchResultWapper?: types.NestedCSSProperties;
58
- searchResultBlock?: (dialogMode: boolean) => types.NestedCSSProperties;
62
+ searchResultBlock?: (dialogMode: boolean, containerMaxHeight: number) => types.NestedCSSProperties;
59
63
  searchResultContainer?: types.NestedCSSProperties;
60
64
  searchResultItems?: types.NestedCSSProperties;
61
65
  resultRow?: (theme: OmniaTheming, smallLayout: boolean) => types.NestedCSSProperties;
@@ -63,10 +67,23 @@ export declare const AdvancedSearchStyles: {
63
67
  positionSearchBlock?: types.NestedCSSProperties;
64
68
  linkSeeLess?: types.NestedCSSProperties;
65
69
  dropdownResultTabs?: types.NestedCSSProperties;
66
- dropdownResult?: (height: number, width: number, showOnHeader: boolean, xsOnly: boolean) => types.NestedCSSProperties;
70
+ dropdownResult?: (height: number, width: number, showOnHeader: boolean, xsOnly: boolean, containerLeftPosition?: number) => types.NestedCSSProperties;
67
71
  searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
68
72
  footerContainer?: types.NestedCSSProperties;
69
73
  textAlignLeft?: types.NestedCSSProperties;
74
+ promotedResultHeader?: types.NestedCSSProperties;
75
+ promotedResultDivider?: types.NestedCSSProperties;
76
+ refinerPanelHeader?: types.NestedCSSProperties;
77
+ refinerPanelContent?: types.NestedCSSProperties;
78
+ spellingSusstionWrapper?: types.NestedCSSProperties;
79
+ spellingSuggestionLink?: types.NestedCSSProperties;
80
+ };
81
+ export declare const AdvancedSearchSettingsStyles: {
82
+ container?: types.NestedCSSProperties;
83
+ settingsHeaderContainer?: types.NestedCSSProperties;
84
+ settingsHeaderDragButton?: types.NestedCSSProperties;
85
+ settingsHeaderButton?: types.NestedCSSProperties;
86
+ settingsPanel?: types.NestedCSSProperties;
70
87
  };
71
88
  export declare const SearchBlockStyles: {
72
89
  blockSpacing: (spacing: SpacingSettings) => types.NestedCSSProperties;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
3
+ exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchSettingsStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
4
4
  exports.SearchAdminStyles = {};
5
5
  exports.QuickSearchStyles = {};
6
6
  exports.AdvancedSearchStyles = {};
7
+ exports.AdvancedSearchSettingsStyles = {};
7
8
  exports.SearchBlockStyles = {};
8
9
  exports.SearchHeaderStyles = {};
9
10
  exports.ShowMoreStyles = {};
@@ -1,2 +1,2 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const WowrkplaceHeadingStyles: types.CSSClasses<string>;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WowrkplaceHeadingStyles = void 0;
4
4
  exports.WowrkplaceHeadingStyles = {
5
5
  wrapper: {
6
- display: 'flex',
7
- flexWrap: 'wrap'
6
+ display: "flex",
7
+ flexWrap: "wrap"
8
8
  }
9
9
  };
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const TargetingPropertyStyles: {
3
3
  containerWapper?: types.NestedCSSProperties;
4
4
  };
@@ -1,9 +1,9 @@
1
1
  import { NestedCSSPropertiesExtends, SpacingSettings } from "@omnia/fx/models";
2
2
  import { OmniaTheming } from "@omnia/fx/ux";
3
3
  export declare const TaxonomyNavigationStyles: {
4
- childrensBox?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
5
- dividerRight?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
6
- dividerLeft?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
4
+ childrensBox?: (lineColor: string) => NestedCSSPropertiesExtends;
5
+ dividerRight?: (lineColor: string) => NestedCSSPropertiesExtends;
6
+ dividerLeft?: (lineColor: string) => NestedCSSPropertiesExtends;
7
7
  cardWrapper?: (largeImage: boolean, highlight: boolean, omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
8
8
  setColumnWidth: (cols: number) => NestedCSSPropertiesExtends;
9
9
  getMargin: (spacing: SpacingSettings) => NestedCSSPropertiesExtends;
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const UserAccessibilitySettingsStyles: {
3
3
  accessibilityTitle: types.NestedCSSProperties;
4
4
  };
@@ -1,5 +1,5 @@
1
- import { types } from 'typestyle';
2
- import { OmniaTheming } from '@omnia/fx/ux';
1
+ import { types } from "typestyle";
2
+ import { OmniaTheming } from "@omnia/fx/ux";
3
3
  export declare const UserMenuStyles: {
4
4
  underlineWhenHover?: types.NestedCSSProperties;
5
5
  smallAvatar?: types.NestedCSSProperties;
@@ -8,9 +8,9 @@ export declare const UserMenuStyles: {
8
8
  dialogWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
9
9
  dialogClose?: types.NestedCSSProperties;
10
10
  dialogUserWrapper?: types.NestedCSSProperties;
11
- dialogUserInfoWrapper?: types.NestedCSSProperties;
12
11
  dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
13
12
  navigationDrawer?: types.NestedCSSProperties;
14
13
  titleWrapper?: types.NestedCSSProperties;
15
14
  buttonProfileMenuItem?: types.NestedCSSProperties;
15
+ userProfileWrapper?: types.NestedCSSProperties;
16
16
  };
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const HorizontalActionMenuStyles: {
3
3
  menuWrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
4
4
  wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const WorkplaceHomeStyles: {
3
3
  speedDial: types.NestedCSSProperties;
4
4
  };
@@ -1,5 +1,6 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const WorkplaceSharedStyles: {
3
3
  staticLink: (bgColor: string, color: string) => types.NestedCSSProperties;
4
4
  staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties;
5
+ activeOutline?: types.NestedCSSProperties;
5
6
  };
@@ -3,25 +3,27 @@ export * from "./HeaderStyles";
3
3
  export * from "./AnnouncementStyles";
4
4
  export * from "./SharedStyles";
5
5
  export * from "./SearchStyles";
6
- export * from './ActionMenuStyles';
7
- export * from './UserMenuStyles';
8
- export * from './NotificationPanelSettingsStyles';
9
- export * from './NotificationPanelStyles';
10
- export * from './NotificationPanelHeaderStyles';
6
+ export * from "./ActionMenuStyles";
7
+ export * from "./UserMenuStyles";
8
+ export * from "./NotificationPanelSettingsStyles";
9
+ export * from "./NotificationPanelStyles";
10
+ export * from "./NotificationPanelHeaderStyles";
11
11
  export * from "./MyLinkStyles";
12
12
  export * from "./DefaultSearchTemplateStyles";
13
13
  export * from "./UserAccessibilitySettingsStyles";
14
14
  export * from "./FooterStyle";
15
15
  export * from "./JumpToContentStyles";
16
- export * from './TargetingPropertyStyles';
17
- export * from './LocalizationInputStyles';
18
- export * from './LocalizationAdminStyles';
19
- export * from './GovernanceDashboardStyles';
20
- export * from './EnterprisePropertyCategoryStyles';
21
- export * from './OmniaSystemLanguageSettingsStyles';
16
+ export * from "./TargetingPropertyStyles";
17
+ export * from "./LocalizationInputStyles";
18
+ export * from "./LocalizationAdminStyles";
19
+ export * from "./GovernanceDashboardStyles";
20
+ export * from "./EnterprisePropertyCategoryStyles";
21
+ export * from "./OmniaSystemLanguageSettingsStyles";
22
22
  export * from "./TaxonomyNavigationStyles";
23
23
  export * from "./MegaMenuStyles";
24
24
  export * from "./WorkplaceActionMenuStyles";
25
25
  export * from "./WorkplaceHomeStyles";
26
26
  export * from "./DocumentDirectionSettingsStyles";
27
27
  export * from "./WorkplaceSharedStyles";
28
+ export * from "./QrCodeStyles";
29
+ export * from "./LinkHandlerSettingsStyles";
@@ -28,3 +28,5 @@ tslib_1.__exportStar(require("./WorkplaceActionMenuStyles"), exports);
28
28
  tslib_1.__exportStar(require("./WorkplaceHomeStyles"), exports);
29
29
  tslib_1.__exportStar(require("./DocumentDirectionSettingsStyles"), exports);
30
30
  tslib_1.__exportStar(require("./WorkplaceSharedStyles"), exports);
31
+ tslib_1.__exportStar(require("./QrCodeStyles"), exports);
32
+ tslib_1.__exportStar(require("./LinkHandlerSettingsStyles"), exports);
@@ -1,7 +1,7 @@
1
- import { MultilingualString } from '@omnia/fx-models';
2
- import { TeamCollaborationRollupBlockSettings } from '../teamcollaborationrollup';
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ import { TeamCollaborationRollupBlockSettings } from "../teamcollaborationrollup";
3
3
  import { CreateTeamworkBlockSettings } from "..";
4
- import { DialogPositions } from '@omnia/fx/ux';
4
+ import { DialogPositions } from "@omnia/fx/ux";
5
5
  export interface TeamCollaborationNavigationWithCreateTeamworkSettings extends TeamCollaborationNavigationSettings {
6
6
  createTeamworkSettings?: CreateTeamworkBlockSettings;
7
7
  }
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const TeamworkNavigationStyles: {
3
3
  hiddenOverflow?: types.NestedCSSProperties;
4
4
  overflowDialog?: types.NestedCSSProperties;
@@ -1,8 +1,9 @@
1
- import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString } from '@omnia/fx-models';
2
- import { TeamCollaborationRollupScopeTypes } from '.';
3
- import { AppEnums } from '../apps';
1
+ import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings } from "@omnia/fx-models";
2
+ import { TeamCollaborationRollupScopeTypes } from ".";
3
+ import { AppEnums } from "../apps";
4
4
  export declare const TeamCollaborationConstants: {
5
- readonly teamTitleAndLink: string;
5
+ readonly teamTitleAndLinkToTeamwork: string;
6
+ readonly teamTitleAndLinkToPublicInfo: string;
6
7
  readonly searchBoxInternalName: string;
7
8
  readonly OPMProcessPropertyId: string;
8
9
  readonly appInstanceDescription: string;
@@ -18,7 +19,9 @@ export interface TeamCollaborationRollupResultItem {
18
19
  followError?: boolean;
19
20
  unfollowError?: boolean;
20
21
  templateIcon?: any;
22
+ image?: MediaPickerImage;
21
23
  defaultResourceUrlType?: AppEnums.ResourceUrlType;
24
+ businessProfileId?: GuidValue;
22
25
  }
23
26
  export interface MSTeamResponseResult {
24
27
  createdDateTime?: string;
@@ -71,6 +74,7 @@ export interface UITaxonomyPropFilterValue extends TaxonomyPropFilterValue {
71
74
  }
72
75
  export interface UISearchboxFilterValue extends TexSearchestPropFilterValue {
73
76
  properties: Array<string>;
77
+ /** Default search text value from settings */
74
78
  searchValue: string;
75
79
  }
76
80
  export interface TeamCollaborationRollupQuery extends RollupSetting {
@@ -80,9 +84,14 @@ export interface TeamCollaborationRollupQuery extends RollupSetting {
80
84
  excludePersonalSite?: boolean;
81
85
  enableWildcardSearch?: boolean;
82
86
  currentBusinessProfile?: boolean;
87
+ trimByRoleId?: GuidValue;
88
+ searchProperties?: Array<string>;
89
+ }
90
+ export declare enum TeamCollaborationRollupLinkBehavior {
91
+ OpenTeamwork = 0,
92
+ OpenLayout = 1
83
93
  }
84
94
  export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
85
- uiFilters: Array<UIFilter>;
86
95
  selectedViewId: string;
87
96
  viewSettings: TeamCollaborationRollupViewSettings;
88
97
  title: MultilingualString;
@@ -93,18 +102,14 @@ export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationR
93
102
  linkUrl?: string;
94
103
  openInNewTab?: boolean;
95
104
  spacing?: SpacingSettings;
96
- searchBoxOutlined?: boolean;
97
- searchBoxRounded?: boolean;
98
- searchBoxFilled?: boolean;
99
- showSearchBox?: boolean;
100
- hideFilterByDefault?: boolean;
101
105
  showFollowStatus?: boolean;
102
- runQueryOnLoad?: boolean;
103
106
  currentBusinessProfile?: boolean;
104
107
  selectedBusinessProfiles?: Array<GuidValue>;
105
108
  excludePersonalSite?: boolean;
106
109
  dialogMode?: boolean;
107
110
  tabMode?: boolean;
111
+ noResultText?: MultilingualString;
112
+ filterEngine: FilterEngineSettings;
108
113
  }
109
114
  export declare module TeamCollaborationRollupEnums {
110
115
  enum PagingType {
@@ -118,6 +123,7 @@ export declare module TeamCollaborationRollupEnums {
118
123
  }
119
124
  enum IconModes {
120
125
  LetterAvatar = 0,
121
- TemplateIcon = 1
126
+ TemplateIcon = 1,
127
+ AppImage = 2
122
128
  }
123
129
  }
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TeamCollaborationRollupEnums = exports.TeamCollaborationConstants = void 0;
3
+ exports.TeamCollaborationRollupEnums = exports.TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationConstants = void 0;
4
4
  exports.TeamCollaborationConstants = {
5
- get teamTitleAndLink() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
5
+ get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
6
+ get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
6
7
  get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
7
8
  //Temp solution to remove OPM reference
8
9
  //This should be removed when we properly fix the enterprise property
@@ -11,6 +12,11 @@ exports.TeamCollaborationConstants = {
11
12
  },
12
13
  get appInstanceDescription() { return "appinstance_description"; }
13
14
  };
15
+ var TeamCollaborationRollupLinkBehavior;
16
+ (function (TeamCollaborationRollupLinkBehavior) {
17
+ TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenTeamwork"] = 0] = "OpenTeamwork";
18
+ TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenLayout"] = 1] = "OpenLayout";
19
+ })(TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationRollupLinkBehavior || (exports.TeamCollaborationRollupLinkBehavior = {}));
14
20
  var TeamCollaborationRollupEnums;
15
21
  (function (TeamCollaborationRollupEnums) {
16
22
  let PagingType;
@@ -28,5 +34,6 @@ var TeamCollaborationRollupEnums;
28
34
  (function (IconModes) {
29
35
  IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
30
36
  IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
37
+ IconModes[IconModes["AppImage"] = 2] = "AppImage";
31
38
  })(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
32
39
  })(TeamCollaborationRollupEnums = exports.TeamCollaborationRollupEnums || (exports.TeamCollaborationRollupEnums = {}));
@@ -1,5 +1,5 @@
1
- import { types } from 'typestyle';
2
- import { SpacingSettings } from '@omnia/fx-models';
1
+ import { types } from "typestyle";
2
+ import { SpacingSettings } from "@omnia/fx-models";
3
3
  export declare const TeamCollaborationRollupBlockStyles: {
4
4
  blockWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
5
5
  queryFailMsgWrapper?: types.NestedCSSProperties;
@@ -26,6 +26,7 @@ export declare const TeamCollaborationRollupBlockListViewStyles: {
26
26
  customOmfxPeoplePicker?: types.NestedCSSProperties;
27
27
  titleLink?: types.NestedCSSProperties;
28
28
  clickableLink?: types.NestedCSSProperties;
29
+ nonClickableLink?: types.NestedCSSProperties;
29
30
  getPaddingStyle?: (spacing: SpacingSettings, skip?: {
30
31
  top?: boolean;
31
32
  right?: boolean;
@@ -1,5 +1,5 @@
1
- import { GuidValue, EnterprisePropertyDefinition, PropertyIndexedType } from '@omnia/fx-models';
2
- import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupEnums, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from './TeamCollaborationRollupBlock';
1
+ import { GuidValue, EnterprisePropertyDefinition } from "@omnia/fx-models";
2
+ import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from "./TeamCollaborationRollupBlock";
3
3
  export interface MyTeamCollaborationDialog {
4
4
  open: boolean;
5
5
  isCreateMode: boolean;
@@ -23,20 +23,6 @@ export interface ITeamCollaborationRollupViewSettingsInterface<T extends TeamCol
23
23
  onUpdatedViewSettings: (viewSettings: T) => void;
24
24
  styles: any;
25
25
  }
26
- export interface TeamCollaborationListViewColumn {
27
- internalName: string;
28
- type: PropertyIndexedType;
29
- width?: string;
30
- showHeading?: boolean;
31
- }
32
- export interface TeamCollaborationListViewDateTimeColumn extends TeamCollaborationListViewColumn {
33
- type: PropertyIndexedType.DateTime;
34
- mode: TeamCollaborationRollupEnums.DateTimeMode;
35
- format: string;
36
- }
37
- export interface TeamCollaborationRollupListViewSettings extends TeamCollaborationRollupViewSettings {
38
- columns: Array<TeamCollaborationListViewColumn>;
39
- }
40
26
  export declare enum TeamCollaborationRollupScopeTypes {
41
27
  All = 0,
42
28
  Following = 1,
@@ -1,3 +1,3 @@
1
- export * from './TeamCollaborationRollupBlock';
2
- export * from './TeamCollaborationRollupBlockStyles';
3
- export * from './TeamCollaborationRollupView';
1
+ export * from "./TeamCollaborationRollupBlock";
2
+ export * from "./TeamCollaborationRollupBlockStyles";
3
+ export * from "./TeamCollaborationRollupView";
@@ -1,5 +1,5 @@
1
- import { SpacingSettings, MultilingualString, IBlockSettingsWriter, GuidValue } from '@omnia/fx-models';
2
- import { TeamNews } from '.';
1
+ import { SpacingSettings, MultilingualString, IBlockSettingsWriter, GuidValue } from "@omnia/fx-models";
2
+ import { TeamNews } from ".";
3
3
  export interface TeamNewsRollupViewSettings {
4
4
  title: MultilingualString;
5
5
  itemLimit: number;
@@ -13,6 +13,7 @@ export interface TeamNewsRollupViewSettings {
13
13
  selectedViewId?: string;
14
14
  orderBy?: string;
15
15
  spacing?: SpacingSettings;
16
+ noResultText?: MultilingualString;
16
17
  }
17
18
  export declare const TeamNewsRollupSettingElementName: {
18
19
  teamNewsBlockSettings: string;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TeamNewsRollupSettingElementName = void 0;
4
- ;
5
4
  exports.TeamNewsRollupSettingElementName = {
6
5
  teamNewsBlockSettings: "otc-teamnews-settings",
7
6
  };
@@ -1,4 +1,4 @@
1
- import { GuidValue } from '@omnia/fx-models';
1
+ import { GuidValue } from "@omnia/fx-models";
2
2
  export interface TeamNewsRollupViewRegistration {
3
3
  id?: GuidValue;
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- export * from './TeamNews';
2
- export * from './TeamNewsQuery';
3
- export * from './TeamNewsRollupSettings';
4
- export * from './TeamNewsRollupViewRegistration';
1
+ export * from "./TeamNews";
2
+ export * from "./TeamNewsQuery";
3
+ export * from "./TeamNewsRollupSettings";
4
+ export * from "./TeamNewsRollupViewRegistration";
@@ -0,0 +1,4 @@
1
+ import { ITranslatorProviderSettings } from "@omnia/fx/models";
2
+ export interface AzureCognitiveTranslatorProvider extends ITranslatorProviderSettings {
3
+ subscriptionKey: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ import { ITranslatorProviderSettings } from "@omnia/fx/models";
2
+ export interface DefaultTranslatorProvider extends ITranslatorProviderSettings {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from "./AzureCognitiveTranslatorProvider";
2
+ export * from "./DefaultTranslatorProvider";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AzureCognitiveTranslatorProvider"), exports);
5
+ tslib_1.__exportStar(require("./DefaultTranslatorProvider"), exports);
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FeedType = void 0;
4
- ;
5
4
  var FeedType;
6
5
  (function (FeedType) {
7
6
  FeedType[FeedType["Home"] = 1] = "Home";
@@ -1 +1 @@
1
- export * from './YammerFeedSettings';
1
+ export * from "./YammerFeedSettings";
@@ -1,5 +1,5 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { AppAuthenticationOptions } from '../../fx/models';
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { AppAuthenticationOptions } from "../../fx/models";
3
3
  export declare class AppAuthenticationOptionsService {
4
4
  private httpClient;
5
5
  private appService;
@@ -1,5 +1,5 @@
1
- import { GuidValue, Layout } from '@omnia/fx-models';
2
- import { ChoiceQuestion, ChoiceQuestionStatistic, Form, FormDefinition, FormListing, MultipleChoiceQuestion, QueryFormRequest, Submission } from '../../fx/models';
1
+ import { GuidValue, Layout } from "@omnia/fx-models";
2
+ import { ChoiceQuestion, ChoiceQuestionStatistic, Form, FormDefinition, FormListing, MultipleChoiceQuestion, QueryFormRequest, Submission } from "../../fx/models";
3
3
  export declare class FormService {
4
4
  private httpClient;
5
5
  private readonly baseUrl;
@@ -1,7 +1,7 @@
1
1
  export declare class HomeService {
2
2
  private omniaContext;
3
3
  private appService;
4
- private appLayoutStore;
4
+ private versionedLayoutStore;
5
5
  private multilingualStore;
6
6
  getTenantHomeUrl: () => Promise<{
7
7
  title: string;
@@ -1,4 +1,4 @@
1
- import { NotificationPanelHistoryEntry } from '../models';
1
+ import { NotificationPanelHistoryEntry } from "../models";
2
2
  export declare class NotificationPanelHistoryService {
3
3
  private httpClient;
4
4
  getHistory: (objectIds: Array<string>) => Promise<Array<NotificationPanelHistoryEntry>>;
@@ -1,5 +1,5 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { PromotedSearchResult, PromotedSearchResultData } from '../../fx/models';
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { PromotedSearchResult, PromotedSearchResultData } from "../../fx/models";
3
3
  export declare class PromotedSearchResultService {
4
4
  private httpClient;
5
5
  private readonly baseUrl;
@@ -1,7 +1,7 @@
1
- import { SearchCategory } from '@omnia/workplace/models';
1
+ import { SearchCategoryBase } from "@omnia/workplace/models";
2
2
  export declare class SearchCategoryService {
3
3
  private httpClient;
4
4
  private omniaContext;
5
5
  constructor();
6
- getSeachCategories: (applyTargeting: boolean) => Promise<SearchCategory[]>;
6
+ getSeachCategories: (applyTargeting: boolean) => Promise<SearchCategoryBase[]>;
7
7
  }
@@ -1,5 +1,5 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { SearchFeedback, SearchFeedbackData, SearchFeedbackQueryRequest, SearchFeedbackQueryResult } from '../../fx/models';
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ import { SearchFeedback, SearchFeedbackData, SearchFeedbackQueryRequest, SearchFeedbackQueryResult } from "../../fx/models";
3
3
  export declare class SearchFeedbackService {
4
4
  private httpClient;
5
5
  private readonly baseUrl;
@@ -9,7 +9,7 @@ export declare class SignOffRequestService {
9
9
  getRequestDetails: (id: GuidValue) => Promise<SignOffRequestDetails>;
10
10
  addRequest: (request: SignOffRequestCreateModel) => Promise<SignOffRequest>;
11
11
  updateRequest: (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => Promise<SignOffRequest>;
12
- ensureAddRequestToUsers: (requestId: GuidValue) => Promise<boolean>;
12
+ processRequestUsers: (requestId: GuidValue) => Promise<boolean>;
13
13
  removeRequest: (request: SignOffRequest) => Promise<void>;
14
14
  getUnconfirmedRequestsForCurrentUserAsync: () => Promise<UserSignOffRequests>;
15
15
  confirmResourceRequests: (requestResponses: Array<SignOffRequestResource>) => Promise<void>;
@@ -20,7 +20,8 @@ export declare class SignOffRequestService {
20
20
  sendReopenEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
21
21
  sendCompletedEmail: (request: SignOffRequest) => void;
22
22
  closeRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
23
- downloadReport: (request: SignOffRequest, showUserNameInReport: boolean) => Promise<void>;
23
+ reopenRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
24
+ downloadReport: (request: SignOffRequest, showUserNameInReport: boolean, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
24
25
  resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
25
26
  [groupId: string]: Identity[];
26
27
  }>;
@@ -1,5 +1,5 @@
1
- import { MSTeamsInfo, MSTeamsChannel, MSTeamsApps, TeamCollaborationResult, MSTeamResponseResult, InformationProtectionLabel } from '../../fx/models';
2
- import { IHttpApiOperationResult, RollupSetting, AppInstance } from '@omnia/fx-models';
1
+ import { MSTeamsInfo, MSTeamsChannel, MSTeamsApps, TeamCollaborationResult, MSTeamResponseResult, InformationProtectionLabel } from "../../fx/models";
2
+ import { ApiResponse, RollupSetting, AppInstance } from "@omnia/fx-models";
3
3
  export declare class TeamCollaborationService {
4
4
  private httpClient;
5
5
  constructor();
@@ -13,7 +13,10 @@ export declare class TeamCollaborationService {
13
13
  getMSTeamsInfo: (groupId: string) => Promise<MSTeamsInfo>;
14
14
  getMSTeamsPrimaryChannel: (groupId: string) => Promise<MSTeamsChannel>;
15
15
  getMSTeamsApps: (distributionMethod: string) => Promise<MSTeamsApps[]>;
16
- changeTemplate: (app: AppInstance) => Promise<IHttpApiOperationResult<AppInstance>>;
16
+ changeTemplate: (app: AppInstance) => Promise<ApiResponse<AppInstance>>;
17
17
  getCurrentUserJoinedTeams: () => Promise<MSTeamResponseResult[]>;
18
18
  getCurrentUserSensitivityLabels: () => Promise<InformationProtectionLabel[]>;
19
+ triggerSharepointSynchronization: () => Promise<any>;
20
+ private static ensureCurrentUserPermissionsToSyncPromise;
21
+ ensureCurrentUserPermissionsToSync: () => Promise<boolean>;
19
22
  }
@@ -1,4 +1,4 @@
1
1
  import { SignOffRequestProvider, ISignOffRequestResource, SignOffRequestResourceDetail } from "../models";
2
2
  export declare class SignOffRequestUtils {
3
- static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Array<SignOffRequestResourceDetail>;
3
+ static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Promise<Array<SignOffRequestResourceDetail>>;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { Block, GuidValue, IBlockInstance } from '@omnia/fx/models';
1
+ import { Block, GuidValue, IBlockInstance } from "@omnia/fx/models";
2
2
  import { ICurrentFormStore, Form, Question, FormRendererBlockSettings } from "../../fx/models";
3
3
  export declare class CurrentFormStore implements ICurrentFormStore {
4
4
  private _vm;