@omnia/workplace 7.0.8-dev → 7.0.8

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 (232) 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 +118 -12
  39. package/internal-do-not-import-from-here/models/ManifestIds.js +147 -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/index.d.ts +2 -1
  220. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
  221. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +5 -5
  222. package/internal-do-not-import-from-here/ux/index.d.ts +2 -1
  223. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  224. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
  225. package/models/index.d.ts +1 -1
  226. package/package.json +1 -1
  227. package/task.js +8 -8
  228. package/task.ts +9 -9
  229. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
  230. package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
  231. /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
  232. /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
@@ -9,7 +9,7 @@ export interface EnterpriseGlossaryUIIcon {
9
9
  onClick: (enterpriseGlossaryInstance: EnterpriseGlossaryInstance, callback: (travelToBlade: EnterpriseGlossaryBlade) => void) => void;
10
10
  }
11
11
  export interface EnterpriseGlossaryBlade extends Omit<Blade, "content"> {
12
- content?: JSX.Element;
12
+ content?: () => JSX.Element;
13
13
  createContent?: (journey: () => JourneyInstance) => {
14
14
  componentManifestId: GuidValue;
15
15
  domProps?: {
@@ -38,7 +38,7 @@ export declare abstract class EnterpriseGlossaryInformationSourceSettingsProvide
38
38
  export interface IEnterpriseGlossaryAdminApi {
39
39
  registerProvider(provider: EnterpriseGlossaryInformationSettingsProvider): void;
40
40
  }
41
- declare module './WorkplaceApi' {
41
+ declare module "./WorkplaceApi" {
42
42
  interface IWorkplaceApi {
43
43
  enterpriseGlossary: {
44
44
  admin: {
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyCategory } from '@omnia/fx-models';
1
+ import { EnterprisePropertyCategory } from "@omnia/fx-models";
2
2
  export interface EnterprisePropertyCategoryViewModel extends EnterprisePropertyCategory {
3
3
  localizedTitle: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDataType } from '@omnia/fx-models';
1
+ import { EnterprisePropertyDataType } from "@omnia/fx-models";
2
2
  export interface EnterprisePropertyDataTypeViewModel extends EnterprisePropertyDataType {
3
3
  localizedTitle: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDefinition } from '@omnia/fx-models';
1
+ import { EnterprisePropertyDefinition } from "@omnia/fx-models";
2
2
  export interface EnterprisePropertyViewModel extends EnterprisePropertyDefinition {
3
3
  isDeleting: boolean;
4
4
  definitionTitle: string;
@@ -104,7 +104,13 @@ export declare module Enums {
104
104
  ProfileQuery = 0,
105
105
  SharePointGroups = 1,
106
106
  ActivityQuery = 2,
107
- UserFieldsOnPage = 3
107
+ UserFieldsOnPage = 3,
108
+ Birthday = 4
109
+ }
110
+ enum BirthdayPeriod {
111
+ NoLimit = 0,
112
+ Today = 1,
113
+ OneMonthFromToday = 2
108
114
  }
109
115
  }
110
116
  enum ChromeMode {
@@ -131,7 +131,14 @@ var Enums;
131
131
  QueryType[QueryType["SharePointGroups"] = 1] = "SharePointGroups";
132
132
  QueryType[QueryType["ActivityQuery"] = 2] = "ActivityQuery";
133
133
  QueryType[QueryType["UserFieldsOnPage"] = 3] = "UserFieldsOnPage";
134
+ QueryType[QueryType["Birthday"] = 4] = "Birthday";
134
135
  })(QueryType = PeopleRollupEnums.QueryType || (PeopleRollupEnums.QueryType = {}));
136
+ let BirthdayPeriod;
137
+ (function (BirthdayPeriod) {
138
+ BirthdayPeriod[BirthdayPeriod["NoLimit"] = 0] = "NoLimit";
139
+ BirthdayPeriod[BirthdayPeriod["Today"] = 1] = "Today";
140
+ BirthdayPeriod[BirthdayPeriod["OneMonthFromToday"] = 2] = "OneMonthFromToday";
141
+ })(BirthdayPeriod = PeopleRollupEnums.BirthdayPeriod || (PeopleRollupEnums.BirthdayPeriod = {}));
135
142
  })(PeopleRollupEnums = Enums.PeopleRollupEnums || (Enums.PeopleRollupEnums = {}));
136
143
  let ChromeMode;
137
144
  (function (ChromeMode) {
@@ -1,4 +1,4 @@
1
- import { UserPropertyBagModel } from '@omnia/fx-models';
1
+ import { UserPropertyBagModel } from "@omnia/fx-models";
2
2
  export declare class FollowedsitesUpdatedAtUserPropertyBag extends UserPropertyBagModel {
3
3
  followedsitesUpdatedAt: number;
4
4
  constructor(updatedAt?: number);
@@ -1,4 +1,4 @@
1
- import { Guid, MultilingualString, SpacingSettings } from '@omnia/fx-models';
1
+ import { Guid, IIcon, MultilingualString, SpacingSettings } from "@omnia/fx-models";
2
2
  export interface DashboardScopeMessage {
3
3
  id: Guid;
4
4
  title: string;
@@ -25,6 +25,9 @@ export interface DashboardMetric {
25
25
  export interface DashboardMetricSettings {
26
26
  multilingualTitle: MultilingualString;
27
27
  id: string;
28
+ description?: MultilingualString;
29
+ icon?: IIcon;
30
+ color?: string;
28
31
  }
29
32
  export interface DashboardMetricBlock<T extends DashboardMetricSettings = DashboardMetricSettings> extends DashboardMetric {
30
33
  config: T;
@@ -1,5 +1,24 @@
1
- import { SearchResultItem } from "./Search";
1
+ import { SharePointSearchResultItem } from "./Search";
2
+ import { GuidValue } from "@omnia/fx/models";
3
+ export interface SearchItemClickedOptions {
4
+ /**
5
+ * The custom action always runs before close search dialog or clear the search result
6
+ * */
7
+ customAction: () => Promise<void>;
8
+ /**
9
+ * Clear the search result and search text box
10
+ * */
11
+ clearSearchResult: boolean;
12
+ /**
13
+ * Close the search dialog
14
+ * */
15
+ closeDialog: boolean;
16
+ }
2
17
  export interface ISearchTemplate {
3
- dataRow: SearchResultItem;
4
- onItemClicked?: () => void;
18
+ dataRow: SharePointSearchResultItem;
19
+ /**
20
+ * Capture viewed search result item if collect statistics is enabled and handle to close search dialog
21
+ * */
22
+ onItemClicked?: (searchCategoryId?: GuidValue, itemUrl?: string, itemClickedOptions?: SearchItemClickedOptions) => void;
23
+ searchCategoryId?: GuidValue;
5
24
  }
@@ -1,4 +1,4 @@
1
- import { MediaPickerImage, MultilingualString } from '@omnia/fx-models';
1
+ import { MediaPickerImage, MultilingualString } from "@omnia/fx-models";
2
2
  export interface LogoSettings {
3
3
  text: MultilingualString;
4
4
  image?: MediaPickerImage;
@@ -1,4 +1,4 @@
1
- import { Guid } from '@omnia/fx-models';
1
+ import { Guid } from "@omnia/fx-models";
2
2
  export declare class ServiceDefinition {
3
3
  static get Id(): Guid;
4
4
  }
@@ -14,6 +14,12 @@ export declare class WPRoleDefinition {
14
14
  static get SharedLinksBPAdmin(): Guid;
15
15
  static get AnnouncementsTenantAdmin(): Guid;
16
16
  static get AnnouncementsBPAdmin(): Guid;
17
+ static get SearchBPAdmin(): Guid;
18
+ static get GlobalSignOffRequestAdmin(): Guid;
19
+ }
20
+ export declare class WizardSetupConstant {
21
+ static get LocationPropertyTaxonomy(): Guid;
22
+ static get OrganizationPropertyTaxonomy(): Guid;
17
23
  }
18
24
  export declare class ResourceManifests {
19
25
  static get Fx(): Guid;
@@ -39,6 +45,7 @@ export declare class ResourceManifests {
39
45
  static get AnnoucementNotificationPanelRegistration(): Guid;
40
46
  static get NotificationPanelRegistration(): Guid;
41
47
  static get NotificationPanelRegistrationApi(): Guid;
48
+ static get SetupWizardRegistrationApi(): Guid;
42
49
  static get NotificationPanelCore(): Guid;
43
50
  static get AdminShortcutRegistration(): Guid;
44
51
  static get ActionMenuCore(): Guid;
@@ -51,6 +58,8 @@ export declare class ResourceManifests {
51
58
  static get SearchTemplateApi(): Guid;
52
59
  static get ScopedPermissionApi(): Guid;
53
60
  static get SearchCategoryProviderApi(): Guid;
61
+ static get SearchTokenProviderApi(): Guid;
62
+ static get DefaultSearchTokenProviderRegistration(): Guid;
54
63
  static get EnableMSTeamsDeepLinkExecution(): Guid;
55
64
  static get TenantPeopleInfoJourney(): Guid;
56
65
  static get Favicon(): Guid;
@@ -99,13 +108,7 @@ export declare class ResourceManifests {
99
108
  static get UserProfileCardEditingHandlerRegistration(): Guid;
100
109
  static get ActionButtonSignOffRequestHandler(): Guid;
101
110
  static get ActionButtonSignOffRequestHandlerRegistration(): Guid;
102
- /**
103
- * @deprecated this will be removed in 7.0
104
- */
105
- static get AppTemplateWizardStore(): Guid;
106
- /**
107
- * @deprecated this will be removed in 7.0
108
- */
111
+ static get SetupWizardCommon(): Guid;
109
112
  static get TeamworkAppTemplateWizardStore(): Guid;
110
113
  static get SearchConfigStore(): Guid;
111
114
  static get OmniaLanguagesComponentStore(): Guid;
@@ -115,6 +118,19 @@ export declare class ResourceManifests {
115
118
  static get PowerAppCore(): Guid;
116
119
  static get WorkspaceCommon(): Guid;
117
120
  static get PostsFeedBlockCore(): Guid;
121
+ static get SearchStatisticsMetricShared(): Guid;
122
+ static get SearchStatisticsMetricGroup(): Guid;
123
+ static get LinkHandlerSettingsRegistration(): Guid;
124
+ static get TranslatorProviderRegistration(): Guid;
125
+ static get QrCodeCore(): Guid;
126
+ static get TenantSetupWizardRegistration(): Guid;
127
+ static get BusinessProfileSetupWizardRegistration(): Guid;
128
+ static get SignOffRequestFilterCore(): Guid;
129
+ static get SignOffRequestFilterEngineContextProperties(): Guid;
130
+ static get SignOffRequestFilterEngineRequestedBy(): Guid;
131
+ static get SignOffRequestFilterEngineProgressStatus(): Guid;
132
+ static get SignOffRequestFilterEngineStatus(): Guid;
133
+ static get SignOffRequestFilterEngineType(): Guid;
118
134
  }
119
135
  export declare class WebComponentManifests {
120
136
  static get FaviconSettings(): Guid;
@@ -126,10 +142,12 @@ export declare class WebComponentManifests {
126
142
  static get SearchConfig(): Guid;
127
143
  static get PromotedSearchResultJourney(): Guid;
128
144
  static get SearchFeedbackJourney(): Guid;
145
+ static get SearchStatisticsJourney(): Guid;
129
146
  static get QuickSearchConfig(): Guid;
130
147
  static get QuickSearchCategoriesConfig(): Guid;
131
148
  static get AdvenceSearchConfig(): Guid;
132
149
  static get AdvancedSearchCategoriesConfig(): Guid;
150
+ static get DateTimeRefinerComponent(): Guid;
133
151
  static get CustomSearch(): Guid;
134
152
  static get ActionMenu(): Guid;
135
153
  static get ActionMenuAdmin(): Guid;
@@ -180,6 +198,14 @@ export declare class WebComponentManifests {
180
198
  static get SharedLinksSearchProviderSettings(): Guid;
181
199
  static get QuickSearchActionHandlerSettings(): Guid;
182
200
  static get SearchSettings(): Guid;
201
+ static get SearchStatisticsMetricIndicator(): Guid;
202
+ static get SearchStatisticsNoOfQueryMetricIndicator(): Guid;
203
+ static get SearchStatisticsAbandonedQueryMetricIndicator(): Guid;
204
+ static get SearchStatisticsNoResultQueryMetricIndicator(): Guid;
205
+ static get SearchStatisticsNoOfQueryMetricDetail(): Guid;
206
+ static get SearchStatisticsAbandonedQueryMetricDetail(): Guid;
207
+ static get SearchStatisticsNoResultQueryMetricDetail(): Guid;
208
+ static get SearchStatisticsMetricScopeFilter(): Guid;
183
209
  static get MyTasks(): Guid;
184
210
  static get MyTasksSettings(): Guid;
185
211
  static get MyTasksSiteGroupView(): Guid;
@@ -237,6 +263,8 @@ export declare class WebComponentManifests {
237
263
  static get TutorialPageSetting(): Guid;
238
264
  static get Tutorial(): Guid;
239
265
  static get ProfileMenu(): Guid;
266
+ static get TeamworkAppAppendInformationInput(): Guid;
267
+ static get M365GroupAppInformationInput(): Guid;
240
268
  static get BusinessProfileJourney(): Guid;
241
269
  static get BusinessProfileSettings(): Guid;
242
270
  static get BusinessProfileTheme(): Guid;
@@ -372,17 +400,22 @@ export declare class WebComponentManifests {
372
400
  static get TaxonomyNavigation(): Guid;
373
401
  static get TaxonomyNavigationSettings(): Guid;
374
402
  static get SignOffRequestJourney(): Guid;
375
- static get SignOffRequestHeader(): Guid;
403
+ static get SignOffRequestHeaderRequestedByMeList(): Guid;
404
+ static get SignOffRequestHeaderCreateNewRequest(): Guid;
376
405
  static get SignOffRequestRollup(): Guid;
377
406
  static get SignOffRequestRollupSettings(): Guid;
407
+ static get SignOffRequestRollupListView(): Guid;
408
+ static get SignOffRequestRollupListViewSettings(): Guid;
409
+ static get SignOffRequestRollupSummaryView(): Guid;
410
+ static get SignOffRequestRollupSummaryViewSettings(): Guid;
378
411
  static get SignOffRequestCreation(): Guid;
379
412
  static get SignOffRequestInfo(): Guid;
380
- static get SignOffRequestList(): Guid;
381
413
  static get SignOffRequestReminder(): Guid;
382
414
  static get SignOffRequestResourceList(): Guid;
383
415
  static get SignOffRequestResourceProvider(): Guid;
384
- static get SignOffRequestListDialog(): Guid;
416
+ static get SignOffRequestInfoPersistentDialog(): Guid;
385
417
  static get SignOffRequestUpdateStatusDialog(): Guid;
418
+ static get SignOffRequestQueryableProperties(): Guid;
386
419
  static get MicrosoftTeamChannelFeedCore(): Guid;
387
420
  static get MicrosoftTeamChannelFeedBlockSettings(): Guid;
388
421
  static get MicrosoftTeamChannelFeedBlock(): Guid;
@@ -395,7 +428,8 @@ export declare class WebComponentManifests {
395
428
  static get AdminSystemJourney(): Guid;
396
429
  static get PropertiesBlockGroup(): Guid;
397
430
  static get PropertiesBlockCore(): Guid;
398
- static get PropertiesBlockSetting(): Guid;
431
+ static get PropertiesBlockSettings(): Guid;
432
+ static get PropertiesBlockSettingConfiguration(): Guid;
399
433
  static get PropertiesBlock(): Guid;
400
434
  static get PowerAppBlock(): Guid;
401
435
  static get PowerAppBlockSettings(): Guid;
@@ -408,7 +442,79 @@ export declare class WebComponentManifests {
408
442
  static get PostsFeed(): Guid;
409
443
  static get PostsFeedSettings(): Guid;
410
444
  static get UserManagementJourney(): Guid;
445
+ static get UserManagementCore(): Guid;
446
+ static get UserManagementUserTypeListingBlade(): Guid;
447
+ static get UserManagementUserTypeCreateDialog(): Guid;
448
+ static get UserManagementUserTypeDetailBlade(): Guid;
449
+ static get UserManagementSyncProviderListingBlade(): Guid;
450
+ static get UserManagementSyncProviderSettingsBlade(): Guid;
451
+ static get UserManagementSyncProviderLogsBlade(): Guid;
452
+ static get UserManagementUserListingBlade(): Guid;
453
+ static get UserManagementUserDetailBlade(): Guid;
454
+ static get UserManagementUserAuthenticationBlade(): Guid;
455
+ static get UserManagementGroupListingBlade(): Guid;
456
+ static get UserManagementGroupDetailBlade(): Guid;
457
+ static get UserManagementAuthenticationSettingsBlade(): Guid;
458
+ static get UserManagementDynamicGroupListingBlade(): Guid;
459
+ static get UserManagementDynamicGroupDetailBlade(): Guid;
460
+ static get UserManagementUserPropertyListingBlade(): Guid;
461
+ static get UserManagementUserPropertyDetailBlade(): Guid;
462
+ static get SetupWizardViewCore(): Guid;
463
+ static get SetupWizardGeneralStep(): Guid;
464
+ static get SetupWizardBrandingStep(): Guid;
465
+ static get SetupWizardSharelinksStep(): Guid;
466
+ static get SetupWizardContentStep(): Guid;
467
+ static get SetupWizardReviewStep(): Guid;
468
+ static get SetupWizardKnowledgeSharingPrerequisiteStep(): Guid;
469
+ static get SetupWizardDashboard(): Guid;
470
+ static get SetupWizardLearningCenterGeneralStep(): Guid;
471
+ static get SetupWizardLearningCenterPropertiesStep(): Guid;
472
+ static get SetupWizardNewsManagementGlobalNewsStep(): Guid;
473
+ static get SetupWizardNewsManagementLocalNewsStep(): Guid;
474
+ static get SetupWizardNewsManagementPropertiesStep(): Guid;
475
+ static get AttachSiteButton(): Guid;
476
+ static get AppEditing(): Guid;
477
+ static get SensitivityLabel(): Guid;
478
+ static get SetupTeamwork(): Guid;
479
+ static get TeamworkActiveLastActivityMetricIndicator(): Guid;
480
+ static get TeamworkActiveLastActivityMetricDetail(): Guid;
481
+ static get TeamworkInactiveLastActivityMetricIndicator(): Guid;
482
+ static get TeamworkInactiveLastActivityMetricDetail(): Guid;
483
+ static get LinkHandlerJourney(): Guid;
484
+ static get AzureCognitiveProviderComponent(): Guid;
485
+ static get QRCode(): Guid;
486
+ static get QRCodeSettings(): Guid;
487
+ static get TenantSetupWizardNode(): Guid;
488
+ static get BusinessProfileSetupWizardNode(): Guid;
489
+ static get TeamworkPermissionInput(): Guid;
490
+ static get SignOffRequestsRollupFilter_ProgressStatus_Renderer(): Guid;
491
+ static get SignOffRequestsRollupFilter_ProgressStatus_Settings(): Guid;
492
+ static get SignOffRequestsRollupFilter_ProgressStatus_Selection(): Guid;
493
+ static get SignOffRequestsRollupFilter_ProgressStatus_DefaultValueInput(): Guid;
494
+ static get SignOffRequestsRollupFilter_Status_Renderer(): Guid;
495
+ static get SignOffRequestsRollupFilter_Status_Settings(): Guid;
496
+ static get SignOffRequestsRollupFilter_Status_Selection(): Guid;
497
+ static get SignOffRequestsRollupFilter_Status_DefaultValueInput(): Guid;
498
+ static get SignOffRequestsRollupFilter_Type_Renderer(): Guid;
499
+ static get SignOffRequestsRollupFilter_Type_Settings(): Guid;
500
+ static get SignOffRequestsRollupFilter_Type_Selection(): Guid;
501
+ static get SignOffRequestsRollupFilter_Type_DefaultValueInput(): Guid;
502
+ static get SignOffRequestsRollupFilter_RequestedBy_Renderer(): Guid;
503
+ static get SignOffRequestsRollupFilter_RequestedBy_Settings(): Guid;
504
+ static get SignOffRequestsRollupFilter_RequestedBy_Selection(): Guid;
505
+ static get SignOffRequestsRollupFilter_RequestedBy_DefaultValueInput(): Guid;
506
+ static get UserInformationBlockGroup(): Guid;
507
+ static get UserInformationBlockCore(): Guid;
508
+ static get UserInformationBlockSettings(): Guid;
509
+ static get UserInformationBlockSettingConfiguration(): Guid;
510
+ static get UserInformationBlock(): Guid;
411
511
  }
412
512
  export declare class WebComponentElements {
413
513
  static get AppProvisioningStepMember(): string;
414
514
  }
515
+ export declare class TenantReusableContentManifests {
516
+ static get AdminJourney(): Guid;
517
+ static get AdminList(): Guid;
518
+ static get AdminRegistration(): Guid;
519
+ static get AdminResource(): Guid;
520
+ }