@omnia/workplace 7.0.50-vnext → 7.0.60-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 (398) hide show
  1. package/internal-do-not-import-from-here/apis/Fx.d.ts +11 -0
  2. package/internal-do-not-import-from-here/apis/Header.d.ts +17 -0
  3. package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +24 -0
  4. package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +20 -0
  5. package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +18 -0
  6. package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +20 -0
  7. package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
  8. package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +17 -0
  9. package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
  10. package/internal-do-not-import-from-here/apis/index.d.ts +9 -0
  11. package/internal-do-not-import-from-here/core/Styles.d.ts +5 -0
  12. package/internal-do-not-import-from-here/core/index.d.ts +3 -0
  13. package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +115 -0
  14. package/internal-do-not-import-from-here/core/loc/formLocalize.manifest.d.ts +1 -0
  15. package/internal-do-not-import-from-here/core/loc/localize.d.ts +50 -0
  16. package/internal-do-not-import-from-here/core/loc/localize.manifest.d.ts +1 -0
  17. package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +24 -0
  18. package/internal-do-not-import-from-here/core/loc/powerappLocalize.manifest.d.ts +1 -0
  19. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +18 -0
  20. package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +12 -0
  21. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +17 -0
  22. package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -0
  23. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +26 -0
  24. package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -0
  25. package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -0
  26. package/internal-do-not-import-from-here/index.d.ts +7 -0
  27. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  28. package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.d.ts +14 -0
  29. package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.js +2 -0
  30. package/internal-do-not-import-from-here/models/ActionRouteInfo.d.ts +4 -0
  31. package/internal-do-not-import-from-here/models/ActionRouteInfo.js +2 -0
  32. package/internal-do-not-import-from-here/models/AppAuthenticationOptions.d.ts +4 -0
  33. package/internal-do-not-import-from-here/models/AppAuthenticationOptions.js +2 -0
  34. package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +25 -0
  35. package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.js +2 -0
  36. package/internal-do-not-import-from-here/models/AppTemplate.d.ts +4 -0
  37. package/internal-do-not-import-from-here/models/AppTemplate.js +2 -0
  38. package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +4 -0
  39. package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.js +11 -0
  40. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +28 -0
  41. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.js +2 -0
  42. package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +4 -0
  43. package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.js +4 -0
  44. package/internal-do-not-import-from-here/models/CompactHeaderRegistration.d.ts +4 -0
  45. package/internal-do-not-import-from-here/models/CompactHeaderRegistration.js +2 -0
  46. package/internal-do-not-import-from-here/models/Constants.d.ts +210 -0
  47. package/internal-do-not-import-from-here/models/Constants.js +233 -0
  48. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +56 -0
  49. package/internal-do-not-import-from-here/models/EnterpriseGlossary.js +13 -0
  50. package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +4 -0
  51. package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.js +2 -0
  52. package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +4 -0
  53. package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.js +2 -0
  54. package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +5 -0
  55. package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +2 -0
  56. package/internal-do-not-import-from-here/models/Enums.d.ts +129 -0
  57. package/internal-do-not-import-from-here/models/Enums.js +159 -0
  58. package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +5 -0
  59. package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.js +11 -0
  60. package/internal-do-not-import-from-here/models/FooterSettings.d.ts +16 -0
  61. package/internal-do-not-import-from-here/models/FooterSettings.js +13 -0
  62. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +56 -0
  63. package/internal-do-not-import-from-here/models/GovernanceDashboards.js +19 -0
  64. package/internal-do-not-import-from-here/models/HeaderSetting.d.ts +25 -0
  65. package/internal-do-not-import-from-here/models/HeaderSetting.js +2 -0
  66. package/internal-do-not-import-from-here/models/IAdminComponent.d.ts +5 -0
  67. package/internal-do-not-import-from-here/models/IAdminComponent.js +2 -0
  68. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +24 -0
  69. package/internal-do-not-import-from-here/models/ISearchTemplate.js +2 -0
  70. package/internal-do-not-import-from-here/models/LogoSettings.d.ts +9 -0
  71. package/internal-do-not-import-from-here/models/LogoSettings.js +2 -0
  72. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +447 -0
  73. package/internal-do-not-import-from-here/models/ManifestIds.js +457 -0
  74. package/internal-do-not-import-from-here/models/MyTaskItem.d.ts +18 -0
  75. package/internal-do-not-import-from-here/models/MyTaskItem.js +2 -0
  76. package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +5 -0
  77. package/internal-do-not-import-from-here/models/MyTaskItemProcessor.js +2 -0
  78. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +112 -0
  79. package/internal-do-not-import-from-here/models/NotificationPanel.js +27 -0
  80. package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.d.ts +5 -0
  81. package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.js +2 -0
  82. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +58 -0
  83. package/internal-do-not-import-from-here/models/NotificationPanelMsg.js +2 -0
  84. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +32 -0
  85. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.js +2 -0
  86. package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +5 -0
  87. package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +2 -0
  88. package/internal-do-not-import-from-here/models/Search.d.ts +87 -0
  89. package/internal-do-not-import-from-here/models/Search.js +2 -0
  90. package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +10 -0
  91. package/internal-do-not-import-from-here/models/SearchBoxStyling.js +2 -0
  92. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +45 -0
  93. package/internal-do-not-import-from-here/models/SearchCategory.js +8 -0
  94. package/internal-do-not-import-from-here/models/SearchProvider.d.ts +9 -0
  95. package/internal-do-not-import-from-here/models/SearchProvider.js +6 -0
  96. package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.d.ts +22 -0
  97. package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.js +2 -0
  98. package/internal-do-not-import-from-here/models/Secrets.d.ts +13 -0
  99. package/internal-do-not-import-from-here/models/Secrets.js +2 -0
  100. package/internal-do-not-import-from-here/models/SharedLink.d.ts +31 -0
  101. package/internal-do-not-import-from-here/models/SharedLink.js +2 -0
  102. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +73 -0
  103. package/internal-do-not-import-from-here/models/TaxonomyNavigation.js +13 -0
  104. package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.d.ts +15 -0
  105. package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.js +2 -0
  106. package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +24 -0
  107. package/internal-do-not-import-from-here/models/TenantAdminSettingSection.js +2 -0
  108. package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +10 -0
  109. package/internal-do-not-import-from-here/models/TutorialProvider.js +2 -0
  110. package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +12 -0
  111. package/internal-do-not-import-from-here/models/WorkplaceApi.js +2 -0
  112. package/internal-do-not-import-from-here/models/Workspace.d.ts +131 -0
  113. package/internal-do-not-import-from-here/models/Workspace.js +164 -0
  114. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +43 -0
  115. package/internal-do-not-import-from-here/models/apps/Enums.js +55 -0
  116. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +5 -0
  117. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.js +2 -0
  118. package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.d.ts +10 -0
  119. package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +8 -0
  120. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +6 -0
  121. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.js +2 -0
  122. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +91 -0
  123. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +7 -0
  124. package/internal-do-not-import-from-here/models/apps/Membership.d.ts +6 -0
  125. package/internal-do-not-import-from-here/models/apps/Membership.js +2 -0
  126. package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +9 -0
  127. package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.js +2 -0
  128. package/internal-do-not-import-from-here/models/apps/SiteDesign.d.ts +4 -0
  129. package/internal-do-not-import-from-here/models/apps/SiteDesign.js +2 -0
  130. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +26 -0
  131. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.js +2 -0
  132. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +21 -0
  133. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.js +2 -0
  134. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +5 -0
  135. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.js +2 -0
  136. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +31 -0
  137. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.js +2 -0
  138. package/internal-do-not-import-from-here/models/apps/TeamProvisioning.d.ts +8 -0
  139. package/internal-do-not-import-from-here/models/apps/TeamProvisioning.js +2 -0
  140. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +4 -0
  141. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +10 -0
  142. package/internal-do-not-import-from-here/models/apps/index.d.ts +13 -0
  143. package/internal-do-not-import-from-here/models/apps/index.js +16 -0
  144. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +10 -0
  145. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.js +4 -0
  146. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +6 -0
  147. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.js +2 -0
  148. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +4 -0
  149. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.js +4 -0
  150. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +16 -0
  151. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +7 -0
  152. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +18 -0
  153. package/internal-do-not-import-from-here/models/components/MySitesStyles.js +4 -0
  154. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +21 -0
  155. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.js +5 -0
  156. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +28 -0
  157. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +12 -0
  158. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +14 -0
  159. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.js +4 -0
  160. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +4 -0
  161. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.js +4 -0
  162. package/internal-do-not-import-from-here/models/components/index.d.ts +7 -0
  163. package/internal-do-not-import-from-here/models/components/index.js +10 -0
  164. package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.d.ts +15 -0
  165. package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.js +2 -0
  166. package/internal-do-not-import-from-here/models/facebookworkplace/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/models/facebookworkplace/index.js +4 -0
  168. package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.d.ts +5 -0
  169. package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.js +2 -0
  170. package/internal-do-not-import-from-here/models/favoritebutton/index.d.ts +1 -0
  171. package/internal-do-not-import-from-here/models/favoritebutton/index.js +4 -0
  172. package/internal-do-not-import-from-here/models/forms/Form.d.ts +161 -0
  173. package/internal-do-not-import-from-here/models/forms/Form.js +44 -0
  174. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +34 -0
  175. package/internal-do-not-import-from-here/models/forms/FormLayout.js +6 -0
  176. package/internal-do-not-import-from-here/models/forms/Statistic.d.ts +11 -0
  177. package/internal-do-not-import-from-here/models/forms/Statistic.js +8 -0
  178. package/internal-do-not-import-from-here/models/forms/index.d.ts +3 -0
  179. package/internal-do-not-import-from-here/models/forms/index.js +6 -0
  180. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +49 -0
  181. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +24 -0
  182. package/internal-do-not-import-from-here/models/governancedashboard/index.d.ts +1 -0
  183. package/internal-do-not-import-from-here/models/governancedashboard/index.js +4 -0
  184. package/internal-do-not-import-from-here/models/index.d.ts +67 -0
  185. package/internal-do-not-import-from-here/models/index.js +71 -0
  186. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +43 -0
  187. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +67 -0
  188. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -0
  189. package/internal-do-not-import-from-here/models/mediapicker/index.js +4 -0
  190. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +4 -0
  191. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.js +4 -0
  192. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +33 -0
  193. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +24 -0
  194. package/internal-do-not-import-from-here/models/myteamcollaboration/index.d.ts +1 -0
  195. package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +6 -0
  196. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +18 -0
  197. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +2 -0
  198. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.d.ts +3 -0
  199. package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +2 -0
  200. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -0
  201. package/internal-do-not-import-from-here/models/powerapp/index.js +5 -0
  202. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +21 -0
  203. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +9 -0
  204. package/internal-do-not-import-from-here/models/promotedsearchresults/index.d.ts +1 -0
  205. package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +4 -0
  206. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.d.ts +39 -0
  207. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +2 -0
  208. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +11 -0
  209. package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +2 -0
  210. package/internal-do-not-import-from-here/models/searchfeedbacks/index.d.ts +2 -0
  211. package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +5 -0
  212. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
  213. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
  214. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
  215. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.js +2 -0
  216. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  217. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  218. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
  219. package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
  220. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +10 -0
  221. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  222. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  223. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  224. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  225. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.js +2 -0
  226. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +41 -0
  227. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  228. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  229. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  230. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  231. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  232. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +23 -0
  233. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.js +2 -0
  234. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +34 -0
  235. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.js +2 -0
  236. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +14 -0
  237. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.js +2 -0
  238. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +22 -0
  239. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +30 -0
  240. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +12 -0
  241. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +14 -0
  242. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +8 -0
  243. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.js +2 -0
  244. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +33 -0
  245. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +6 -0
  246. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +12 -0
  247. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.js +6 -0
  248. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +8 -0
  249. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.js +2 -0
  250. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +14 -0
  251. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.js +2 -0
  252. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +13 -0
  253. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.js +2 -0
  254. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +12 -0
  255. package/internal-do-not-import-from-here/models/signoffrequest/index.js +15 -0
  256. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +6 -0
  257. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.js +2 -0
  258. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +9 -0
  259. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.js +2 -0
  260. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +6 -0
  261. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.js +2 -0
  262. package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +3 -0
  263. package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +6 -0
  264. package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.d.ts +2 -0
  265. package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.js +2 -0
  266. package/internal-do-not-import-from-here/models/siteproperties/index.d.ts +1 -0
  267. package/internal-do-not-import-from-here/models/siteproperties/index.js +4 -0
  268. package/internal-do-not-import-from-here/models/sites/Enums.d.ts +17 -0
  269. package/internal-do-not-import-from-here/models/sites/Enums.js +24 -0
  270. package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +19 -0
  271. package/internal-do-not-import-from-here/models/sites/MySitesSettings.js +2 -0
  272. package/internal-do-not-import-from-here/models/sites/Sites.d.ts +11 -0
  273. package/internal-do-not-import-from-here/models/sites/Sites.js +2 -0
  274. package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -0
  275. package/internal-do-not-import-from-here/models/sites/index.js +6 -0
  276. package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +13 -0
  277. package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.js +4 -0
  278. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +50 -0
  279. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.js +7 -0
  280. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +9 -0
  281. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.js +4 -0
  282. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +4 -0
  283. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +4 -0
  284. package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +9 -0
  285. package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.js +4 -0
  286. package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +5 -0
  287. package/internal-do-not-import-from-here/models/styles/FooterStyle.js +4 -0
  288. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +14 -0
  289. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.js +5 -0
  290. package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +26 -0
  291. package/internal-do-not-import-from-here/models/styles/HeaderStyles.js +6 -0
  292. package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +4 -0
  293. package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.js +4 -0
  294. package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +15 -0
  295. package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +4 -0
  296. package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +14 -0
  297. package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +4 -0
  298. package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +10 -0
  299. package/internal-do-not-import-from-here/models/styles/LogoStyle.js +4 -0
  300. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +28 -0
  301. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.js +6 -0
  302. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +82 -0
  303. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.js +10 -0
  304. package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +13 -0
  305. package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.js +4 -0
  306. package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +10 -0
  307. package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.js +4 -0
  308. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +23 -0
  309. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.js +4 -0
  310. package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +4 -0
  311. package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.js +4 -0
  312. package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +5 -0
  313. package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.js +4 -0
  314. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +90 -0
  315. package/internal-do-not-import-from-here/models/styles/SearchStyles.js +10 -0
  316. package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +2 -0
  317. package/internal-do-not-import-from-here/models/styles/SharedStyles.js +9 -0
  318. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +23 -0
  319. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.js +7 -0
  320. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +10 -0
  321. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.js +4 -0
  322. package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +4 -0
  323. package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.js +4 -0
  324. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +16 -0
  325. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.js +4 -0
  326. package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +9 -0
  327. package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.js +5 -0
  328. package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +4 -0
  329. package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.js +4 -0
  330. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +6 -0
  331. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.js +4 -0
  332. package/internal-do-not-import-from-here/models/styles/index.d.ts +27 -0
  333. package/internal-do-not-import-from-here/models/styles/index.js +30 -0
  334. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +24 -0
  335. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.js +2 -0
  336. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +19 -0
  337. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.js +6 -0
  338. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.d.ts +2 -0
  339. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +5 -0
  340. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +125 -0
  341. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +32 -0
  342. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +58 -0
  343. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.js +7 -0
  344. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +51 -0
  345. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +12 -0
  346. package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -0
  347. package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.js +6 -0
  348. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.d.ts +13 -0
  349. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.js +2 -0
  350. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.d.ts +9 -0
  351. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.js +2 -0
  352. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +32 -0
  353. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +6 -0
  354. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +9 -0
  355. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js +2 -0
  356. package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -0
  357. package/internal-do-not-import-from-here/models/teamnewsrollup/index.js +7 -0
  358. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +5 -0
  359. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
  360. package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +1 -0
  361. package/internal-do-not-import-from-here/models/texttranslator/index.js +4 -0
  362. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.d.ts +20 -0
  363. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +10 -0
  364. package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -0
  365. package/internal-do-not-import-from-here/models/yammer/index.js +4 -0
  366. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +10 -0
  367. package/internal-do-not-import-from-here/services/FormService.d.ts +17 -0
  368. package/internal-do-not-import-from-here/services/HomeService.d.ts +18 -0
  369. package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +7 -0
  370. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +10 -0
  371. package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +7 -0
  372. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +9 -0
  373. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +30 -0
  374. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +22 -0
  375. package/internal-do-not-import-from-here/services/index.d.ts +9 -0
  376. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +4 -0
  377. package/internal-do-not-import-from-here/shared/index.d.ts +1 -0
  378. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +30 -0
  379. package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +18 -0
  380. package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +27 -0
  381. package/internal-do-not-import-from-here/stores/FormStore.d.ts +30 -0
  382. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +27 -0
  383. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +55 -0
  384. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +30 -0
  385. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +34 -0
  386. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +64 -0
  387. package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +40 -0
  388. package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
  389. package/internal-do-not-import-from-here/stores/index.d.ts +10 -0
  390. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +16 -0
  391. package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +7 -0
  392. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +30 -0
  393. package/internal-do-not-import-from-here/ux/index.d.ts +3 -0
  394. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +39 -0
  395. package/internal-do-not-import-from-here/webcomponents/index.d.ts +1 -0
  396. package/package.json +1 -1
  397. package/task.d.ts +1 -0
  398. package/task.js +23 -0
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppIconSearchTemplateStyles = exports.SimpleListingSearchTemplateStyles = exports.AppLaunchStyles = exports.AppLaunchViewStyles = exports.AppIconStyles = exports.SimpleListStyles = exports.MyLinksStyles = void 0;
4
+ exports.MyLinksStyles = {};
5
+ exports.SimpleListStyles = {};
6
+ exports.AppIconStyles = {};
7
+ exports.AppLaunchViewStyles = {};
8
+ exports.AppLaunchStyles = {};
9
+ exports.SimpleListingSearchTemplateStyles = {};
10
+ exports.AppIconSearchTemplateStyles = {};
@@ -0,0 +1,13 @@
1
+ import { types } from "typestyle";
2
+ export declare const NotificationPanelHeaderStyles: {
3
+ body?: types.NestedCSSProperties;
4
+ closeIcon: types.NestedCSSProperties;
5
+ hideDialog: types.NestedCSSProperties;
6
+ dialog: types.NestedCSSProperties;
7
+ wraperMenuDisplay?: types.NestedCSSProperties;
8
+ buttonOutline?: types.NestedCSSProperties;
9
+ divOutline?: types.NestedCSSProperties;
10
+ invisibleDialog?: types.NestedCSSProperties;
11
+ centerText?: types.NestedCSSProperties;
12
+ notificationNumberColor?: (numberColor: string) => types.NestedCSSProperties;
13
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationPanelHeaderStyles = void 0;
4
+ exports.NotificationPanelHeaderStyles = {};
@@ -0,0 +1,10 @@
1
+ import { types } from "typestyle";
2
+ export declare const NotificationPanelSettingsStyles: {
3
+ layoutHeight?: types.NestedCSSProperties;
4
+ layoutWidth?: types.NestedCSSProperties;
5
+ displayTable?: types.NestedCSSProperties;
6
+ layoutLeftColumnStyle?: types.NestedCSSProperties;
7
+ buttonsIcon?: types.NestedCSSProperties;
8
+ bottomSaveButton?: types.NestedCSSProperties;
9
+ containerStyle?: (hoverColor: string) => types.NestedCSSProperties;
10
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationPanelSettingsStyles = void 0;
4
+ exports.NotificationPanelSettingsStyles = {};
@@ -0,0 +1,23 @@
1
+ import { types } from "typestyle";
2
+ import { SpacingSettings, Theming } from "@omnia/fx-models";
3
+ import { NotificationPanelCustomColorModel, NoficationPanelDisplaySettings } from "../NotificationPanel";
4
+ export declare const NotificationPanelStyles: {
5
+ component?: types.NestedCSSProperties;
6
+ getblockheaderstyle?: (showtitle: boolean, color: string, bgcolor: string, padding: SpacingSettings, margin: SpacingSettings) => types.NestedCSSProperties;
7
+ setColor?: types.NestedCSSProperties;
8
+ setTabIconColor?: (color: string) => types.NestedCSSProperties;
9
+ setCustomColor?: (customColors: NotificationPanelCustomColorModel) => types.NestedCSSProperties;
10
+ setBackgroundColor?: (color: string) => types.NestedCSSProperties;
11
+ tabHeight?: types.NestedCSSProperties;
12
+ badgeIcon?: types.NestedCSSProperties;
13
+ tabItem?: types.NestedCSSProperties;
14
+ setCategoryTabWidth?: (categoriesPerRow: number) => types.NestedCSSProperties;
15
+ buttonOutline?: types.NestedCSSProperties;
16
+ createColorSchemaForTabs: (customColors: NotificationPanelCustomColorModel, theming: Theming) => types.NestedCSSProperties;
17
+ createTabItemStyling: (displaySettings: NoficationPanelDisplaySettings, index: number, items: number) => types.NestedCSSProperties;
18
+ createTabItemMediaQuery?: () => types.MediaQuery;
19
+ centerText?: types.NestedCSSProperties;
20
+ verticalSliderStyle?: (sliderColor: string) => types.NestedCSSProperties;
21
+ wrapper?: (backgroundColor: string) => types.NestedCSSProperties;
22
+ tooltipContentWrapper?: (iconAndText: boolean) => types.NestedCSSProperties;
23
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NotificationPanelStyles = void 0;
4
+ exports.NotificationPanelStyles = {};
@@ -0,0 +1,4 @@
1
+ import { types } from "typestyle";
2
+ export declare const OmniaSystemLanguageSettingsStyles: {
3
+ settingTitle?: types.NestedCSSProperties;
4
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OmniaSystemLanguageSettingsStyles = void 0;
4
+ exports.OmniaSystemLanguageSettingsStyles = {};
@@ -0,0 +1,5 @@
1
+ import { types } from "typestyle";
2
+ export declare const RichTextEditorSettingsStyles: {
3
+ checkboxColumn: types.NestedCSSProperties;
4
+ listTileActionColumn: types.NestedCSSProperties;
5
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RichTextEditorSettingsStyles = void 0;
4
+ exports.RichTextEditorSettingsStyles = {};
@@ -0,0 +1,90 @@
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 = {
6
+ container?: (showInHeader: boolean, compactChrome: boolean) => types.NestedCSSProperties;
7
+ searchCategory?: types.NestedCSSProperties;
8
+ searchCategoryHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
9
+ searchCategoryContent?: types.NestedCSSProperties;
10
+ resultRow?: (theme: OmniaTheming) => types.NestedCSSProperties;
11
+ dialogContainer?: types.NestedCSSProperties;
12
+ dialogHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
13
+ dialogBody?: (dialogMode: boolean, dropdownResultMode: boolean, hideFooter: boolean, dialogFitInOmniaBody?: boolean) => types.NestedCSSProperties;
14
+ dialogFooter?: (isHaveKeyWork: boolean) => types.NestedCSSProperties;
15
+ closeBtn?: types.NestedCSSProperties;
16
+ linkSeeMore?: types.NestedCSSProperties;
17
+ headerTitle?: types.NestedCSSProperties;
18
+ textboxDialogMode?: types.NestedCSSProperties;
19
+ noResult?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
20
+ searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
21
+ dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
22
+ dropdownOverride?: types.NestedCSSProperties;
23
+ };
24
+ export declare const SearchAdminStyles: {
25
+ container?: types.NestedCSSProperties;
26
+ dragIcon?: types.NestedCSSProperties;
27
+ templatesMappingWapper?: types.NestedCSSProperties;
28
+ tableBlock?: types.NestedCSSProperties;
29
+ tableActionCol?: types.NestedCSSProperties;
30
+ tableQueryCol?: types.NestedCSSProperties;
31
+ categoryConfigBlock?: types.NestedCSSProperties;
32
+ categoryConfigTitle?: types.NestedCSSProperties;
33
+ categoryConfigInput?: types.NestedCSSProperties;
34
+ advancedSearchCategoryConfigsTable?: types.NestedCSSProperties;
35
+ configRefinersTitle?: types.NestedCSSProperties;
36
+ refinersTableOrderByHeader?: types.NestedCSSProperties;
37
+ refinersTableLimitHeader?: types.NestedCSSProperties;
38
+ refinersTableActionsHeader?: types.NestedCSSProperties;
39
+ inputLabel?: types.NestedCSSProperties;
40
+ enterprisePropertyPosition?: types.NestedCSSProperties;
41
+ };
42
+ export declare const QuickSearchStyles: SearchRule;
43
+ export declare const AdvancedSearchStyles: {
44
+ container?: (isDialogMode?: boolean) => types.NestedCSSProperties;
45
+ closeBtn?: types.NestedCSSProperties;
46
+ refinerWapper?: types.NestedCSSProperties;
47
+ refinerBlock?: types.NestedCSSProperties;
48
+ refinerHeading?: types.NestedCSSProperties;
49
+ refinerList?: (theme: OmniaTheming) => types.NestedCSSProperties;
50
+ refinerItem?: (theme: OmniaTheming) => types.NestedCSSProperties;
51
+ refinerBadgeCount?: types.NestedCSSProperties;
52
+ refinerCount?: (theme: OmniaTheming, isSelected: boolean) => types.NestedCSSProperties;
53
+ refinementText?: (isSelected: boolean, isClearOption: boolean, isShowMoreOption: boolean) => types.NestedCSSProperties;
54
+ searchHeader?: (theme: OmniaTheming, dialogMode: boolean, showTabs: boolean) => types.NestedCSSProperties;
55
+ searchCategories?: types.NestedCSSProperties;
56
+ searchTitleWapper?: types.NestedCSSProperties;
57
+ searchTitle?: (dialogMode: boolean) => types.NestedCSSProperties;
58
+ searchResultWapper?: types.NestedCSSProperties;
59
+ searchResultBlock?: (dialogMode: boolean) => types.NestedCSSProperties;
60
+ searchResultContainer?: types.NestedCSSProperties;
61
+ searchResultItems?: types.NestedCSSProperties;
62
+ resultRow?: (theme: OmniaTheming, smallLayout: boolean) => types.NestedCSSProperties;
63
+ tabStyling?: (color: string) => types.NestedCSSProperties;
64
+ positionSearchBlock?: types.NestedCSSProperties;
65
+ linkSeeLess?: types.NestedCSSProperties;
66
+ dropdownResultTabs?: types.NestedCSSProperties;
67
+ dropdownResult?: (height: number, width: number, showOnHeader: boolean, xsOnly: boolean, containerLeftPosition?: number) => types.NestedCSSProperties;
68
+ searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
69
+ footerContainer?: types.NestedCSSProperties;
70
+ textAlignLeft?: types.NestedCSSProperties;
71
+ promotedResultHeader?: types.NestedCSSProperties;
72
+ promotedResultDivider?: types.NestedCSSProperties;
73
+ refinerPanelHeader?: types.NestedCSSProperties;
74
+ refinerPanelContent?: types.NestedCSSProperties;
75
+ };
76
+ export declare const AdvancedSearchSettingsStyles: {
77
+ container?: types.NestedCSSProperties;
78
+ settingsHeaderContainer?: types.NestedCSSProperties;
79
+ settingsHeaderDragButton?: types.NestedCSSProperties;
80
+ settingsHeaderButton?: types.NestedCSSProperties;
81
+ settingsPanel?: types.NestedCSSProperties;
82
+ };
83
+ export declare const SearchBlockStyles: {
84
+ blockSpacing: (spacing: SpacingSettings) => types.NestedCSSProperties;
85
+ };
86
+ export declare const SearchHeaderStyles: {};
87
+ export declare const ShowMoreStyles: {
88
+ showMore?: types.NestedCSSProperties;
89
+ };
90
+ export {};
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchSettingsStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
4
+ exports.SearchAdminStyles = {};
5
+ exports.QuickSearchStyles = {};
6
+ exports.AdvancedSearchStyles = {};
7
+ exports.AdvancedSearchSettingsStyles = {};
8
+ exports.SearchBlockStyles = {};
9
+ exports.SearchHeaderStyles = {};
10
+ exports.ShowMoreStyles = {};
@@ -0,0 +1,2 @@
1
+ import { types } from "typestyle";
2
+ export declare const WowrkplaceHeadingStyles: types.CSSClasses<string>;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WowrkplaceHeadingStyles = void 0;
4
+ exports.WowrkplaceHeadingStyles = {
5
+ wrapper: {
6
+ display: "flex",
7
+ flexWrap: "wrap"
8
+ }
9
+ };
@@ -0,0 +1,23 @@
1
+ import { types } from "typestyle";
2
+ export declare const TargetingPropertyStyles: {
3
+ containerWapper?: types.NestedCSSProperties;
4
+ };
5
+ export declare const GroupMembershipMappingBladeStyles: {
6
+ errorMsg: types.NestedCSSProperties;
7
+ };
8
+ export declare const TermNodeStyles: {
9
+ wrapper: types.NestedCSSProperties;
10
+ headerWrapper: (level: number, isSelected: boolean) => types.NestedCSSProperties;
11
+ leftIcon: types.NestedCSSProperties;
12
+ leftIconExpanded: types.NestedCSSProperties;
13
+ title: types.NestedCSSProperties;
14
+ content: types.NestedCSSProperties;
15
+ contentHide: types.NestedCSSProperties;
16
+ group?: types.NestedCSSProperties;
17
+ };
18
+ export declare const TenantRegionalStyles: {
19
+ icon: types.NestedCSSProperties;
20
+ flag: types.NestedCSSProperties;
21
+ checkboxColumn: types.NestedCSSProperties;
22
+ disabledOverlay?: types.NestedCSSProperties;
23
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TenantRegionalStyles = exports.TermNodeStyles = exports.GroupMembershipMappingBladeStyles = exports.TargetingPropertyStyles = void 0;
4
+ exports.TargetingPropertyStyles = {};
5
+ exports.GroupMembershipMappingBladeStyles = {};
6
+ exports.TermNodeStyles = {};
7
+ exports.TenantRegionalStyles = {};
@@ -0,0 +1,10 @@
1
+ import { NestedCSSPropertiesExtends, SpacingSettings } from "@omnia/fx/models";
2
+ import { OmniaTheming } from "@omnia/fx/ux";
3
+ export declare const TaxonomyNavigationStyles: {
4
+ childrensBox?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
5
+ dividerRight?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
6
+ dividerLeft?: (omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
7
+ cardWrapper?: (largeImage: boolean, highlight: boolean, omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
8
+ setColumnWidth: (cols: number) => NestedCSSPropertiesExtends;
9
+ getMargin: (spacing: SpacingSettings) => NestedCSSPropertiesExtends;
10
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TaxonomyNavigationStyles = void 0;
4
+ exports.TaxonomyNavigationStyles = {};
@@ -0,0 +1,4 @@
1
+ import { types } from "typestyle";
2
+ export declare const UserAccessibilitySettingsStyles: {
3
+ accessibilityTitle: types.NestedCSSProperties;
4
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserAccessibilitySettingsStyles = void 0;
4
+ exports.UserAccessibilitySettingsStyles = {};
@@ -0,0 +1,16 @@
1
+ import { types } from "typestyle";
2
+ import { OmniaTheming } from "@omnia/fx/ux";
3
+ export declare const UserMenuStyles: {
4
+ underlineWhenHover?: types.NestedCSSProperties;
5
+ smallAvatar?: types.NestedCSSProperties;
6
+ compactAvatar?: types.NestedCSSProperties;
7
+ largeBadge?: types.NestedCSSProperties;
8
+ dialogWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
9
+ dialogClose?: types.NestedCSSProperties;
10
+ dialogUserWrapper?: types.NestedCSSProperties;
11
+ dialogUserInfoWrapper?: types.NestedCSSProperties;
12
+ dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
13
+ navigationDrawer?: types.NestedCSSProperties;
14
+ titleWrapper?: types.NestedCSSProperties;
15
+ buttonProfileMenuItem?: types.NestedCSSProperties;
16
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserMenuStyles = void 0;
4
+ exports.UserMenuStyles = {};
@@ -0,0 +1,9 @@
1
+ import { types } from "typestyle";
2
+ export declare const HorizontalActionMenuStyles: {
3
+ menuWrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
4
+ wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
5
+ nodeBtn: (bgColor: string, textColor: string) => types.NestedCSSProperties;
6
+ };
7
+ export declare const VerticalActionMenuStyles: {
8
+ wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
9
+ };
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VerticalActionMenuStyles = exports.HorizontalActionMenuStyles = void 0;
4
+ exports.HorizontalActionMenuStyles = {};
5
+ exports.VerticalActionMenuStyles = {};
@@ -0,0 +1,4 @@
1
+ import { types } from "typestyle";
2
+ export declare const WorkplaceHomeStyles: {
3
+ speedDial: types.NestedCSSProperties;
4
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WorkplaceHomeStyles = void 0;
4
+ exports.WorkplaceHomeStyles = {};
@@ -0,0 +1,6 @@
1
+ import { types } from "typestyle";
2
+ export declare const WorkplaceSharedStyles: {
3
+ staticLink: (bgColor: string, color: string) => types.NestedCSSProperties;
4
+ staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties;
5
+ activeOutline?: types.NestedCSSProperties;
6
+ };
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WorkplaceSharedStyles = void 0;
4
+ exports.WorkplaceSharedStyles = {};
@@ -0,0 +1,27 @@
1
+ export * from "./LogoStyle";
2
+ export * from "./HeaderStyles";
3
+ export * from "./AnnouncementStyles";
4
+ export * from "./SharedStyles";
5
+ export * from "./SearchStyles";
6
+ export * from "./ActionMenuStyles";
7
+ export * from "./UserMenuStyles";
8
+ export * from "./NotificationPanelSettingsStyles";
9
+ export * from "./NotificationPanelStyles";
10
+ export * from "./NotificationPanelHeaderStyles";
11
+ export * from "./MyLinkStyles";
12
+ export * from "./DefaultSearchTemplateStyles";
13
+ export * from "./UserAccessibilitySettingsStyles";
14
+ export * from "./FooterStyle";
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";
22
+ export * from "./TaxonomyNavigationStyles";
23
+ export * from "./MegaMenuStyles";
24
+ export * from "./WorkplaceActionMenuStyles";
25
+ export * from "./WorkplaceHomeStyles";
26
+ export * from "./DocumentDirectionSettingsStyles";
27
+ export * from "./WorkplaceSharedStyles";
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./LogoStyle"), exports);
5
+ tslib_1.__exportStar(require("./HeaderStyles"), exports);
6
+ tslib_1.__exportStar(require("./AnnouncementStyles"), exports);
7
+ tslib_1.__exportStar(require("./SharedStyles"), exports);
8
+ tslib_1.__exportStar(require("./SearchStyles"), exports);
9
+ tslib_1.__exportStar(require("./ActionMenuStyles"), exports);
10
+ tslib_1.__exportStar(require("./UserMenuStyles"), exports);
11
+ tslib_1.__exportStar(require("./NotificationPanelSettingsStyles"), exports);
12
+ tslib_1.__exportStar(require("./NotificationPanelStyles"), exports);
13
+ tslib_1.__exportStar(require("./NotificationPanelHeaderStyles"), exports);
14
+ tslib_1.__exportStar(require("./MyLinkStyles"), exports);
15
+ tslib_1.__exportStar(require("./DefaultSearchTemplateStyles"), exports);
16
+ tslib_1.__exportStar(require("./UserAccessibilitySettingsStyles"), exports);
17
+ tslib_1.__exportStar(require("./FooterStyle"), exports);
18
+ tslib_1.__exportStar(require("./JumpToContentStyles"), exports);
19
+ tslib_1.__exportStar(require("./TargetingPropertyStyles"), exports);
20
+ tslib_1.__exportStar(require("./LocalizationInputStyles"), exports);
21
+ tslib_1.__exportStar(require("./LocalizationAdminStyles"), exports);
22
+ tslib_1.__exportStar(require("./GovernanceDashboardStyles"), exports);
23
+ tslib_1.__exportStar(require("./EnterprisePropertyCategoryStyles"), exports);
24
+ tslib_1.__exportStar(require("./OmniaSystemLanguageSettingsStyles"), exports);
25
+ tslib_1.__exportStar(require("./TaxonomyNavigationStyles"), exports);
26
+ tslib_1.__exportStar(require("./MegaMenuStyles"), exports);
27
+ tslib_1.__exportStar(require("./WorkplaceActionMenuStyles"), exports);
28
+ tslib_1.__exportStar(require("./WorkplaceHomeStyles"), exports);
29
+ tslib_1.__exportStar(require("./DocumentDirectionSettingsStyles"), exports);
30
+ tslib_1.__exportStar(require("./WorkplaceSharedStyles"), exports);
@@ -0,0 +1,24 @@
1
+ import { MultilingualString } from "@omnia/fx-models";
2
+ import { TeamCollaborationRollupBlockSettings } from "../teamcollaborationrollup";
3
+ import { CreateTeamworkBlockSettings } from "..";
4
+ import { DialogPositions } from "@omnia/fx/ux";
5
+ export interface TeamCollaborationNavigationWithCreateTeamworkSettings extends TeamCollaborationNavigationSettings {
6
+ createTeamworkSettings?: CreateTeamworkBlockSettings;
7
+ }
8
+ export interface TeamCollaborationNavigationSettings {
9
+ tabs: string[];
10
+ tabSettings?: {
11
+ [category: string]: TeamworkNavigationTab;
12
+ };
13
+ showCreateNewSite: boolean;
14
+ labelCreateNewSite: MultilingualString;
15
+ linkCreateNewSite: string;
16
+ }
17
+ export interface TeamworkNavigationTab {
18
+ id: string;
19
+ title: MultilingualString;
20
+ rollupSettings: TeamCollaborationRollupBlockSettings;
21
+ }
22
+ export interface CreateAppDialogSettings extends TeamCollaborationNavigationWithCreateTeamworkSettings {
23
+ dialogPosition: DialogPositions;
24
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,19 @@
1
+ import { types } from "typestyle";
2
+ export declare const TeamworkNavigationStyles: {
3
+ hiddenOverflow?: types.NestedCSSProperties;
4
+ overflowDialog?: types.NestedCSSProperties;
5
+ buttonOutline?: types.NestedCSSProperties;
6
+ createSiteHeading?: types.NestedCSSProperties;
7
+ footerWrapper?: types.NestedCSSProperties;
8
+ bodyCreateFormWrapper?: types.NestedCSSProperties;
9
+ listItemsWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
10
+ tabSlide?: types.NestedCSSProperties;
11
+ dialogCenterStyles?: types.NestedCSSProperties;
12
+ dialogBodyWrapper?: types.NestedCSSProperties;
13
+ };
14
+ export declare const TeamworkNavigationSettingStyles: {
15
+ tabLine?: (firstLine: boolean) => types.NestedCSSProperties;
16
+ };
17
+ export declare const TeamworkNavigationActionHandlerSettingStyles: {
18
+ tabLine?: (firstLine: boolean) => types.NestedCSSProperties;
19
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TeamworkNavigationActionHandlerSettingStyles = exports.TeamworkNavigationSettingStyles = exports.TeamworkNavigationStyles = void 0;
4
+ exports.TeamworkNavigationStyles = {};
5
+ exports.TeamworkNavigationSettingStyles = {};
6
+ exports.TeamworkNavigationActionHandlerSettingStyles = {};
@@ -0,0 +1,2 @@
1
+ export * from "./TeamCollaborationNavigationStyles";
2
+ export * from "./TeamCollaborationNavigationSettings";
@@ -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("./TeamCollaborationNavigationStyles"), exports);
5
+ tslib_1.__exportStar(require("./TeamCollaborationNavigationSettings"), exports);
@@ -0,0 +1,125 @@
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";
4
+ export declare const TeamCollaborationConstants: {
5
+ readonly teamTitleAndLink: string;
6
+ readonly searchBoxInternalName: string;
7
+ readonly OPMProcessPropertyId: string;
8
+ readonly appInstanceDescription: string;
9
+ };
10
+ export interface TeamCollaborationRollupResultItem {
11
+ id: string;
12
+ properties: {
13
+ [key: string]: any;
14
+ };
15
+ isFollow: boolean;
16
+ isProcess: boolean;
17
+ showContextMenu: boolean;
18
+ followError?: boolean;
19
+ unfollowError?: boolean;
20
+ templateIcon?: any;
21
+ defaultResourceUrlType?: AppEnums.ResourceUrlType;
22
+ }
23
+ export interface MSTeamResponseResult {
24
+ createdDateTime?: string;
25
+ isArchived?: boolean;
26
+ id: GuidValue;
27
+ webUrl: string;
28
+ displayName: string;
29
+ description?: string;
30
+ visibility?: AppEnums.TeamPrivacyOptions;
31
+ }
32
+ export interface TeamCollaborationResult {
33
+ total: number;
34
+ items: Array<TeamCollaborationRollupResultItem>;
35
+ md5Hash?: string;
36
+ }
37
+ export interface TeamCollaborationRollupRegistrationView {
38
+ id: GuidValue;
39
+ title: string;
40
+ viewElement: string;
41
+ settingsElement: string;
42
+ supportClassicPaging?: boolean;
43
+ supportScrollPaging?: boolean;
44
+ }
45
+ export interface TeamCollaborationRollupViewSettings {
46
+ selectProperties: Array<string>;
47
+ }
48
+ /**
49
+ *
50
+ * UI FILTER
51
+ *
52
+ * */
53
+ export interface UIFilter extends RollupFilter {
54
+ }
55
+ export interface UIDatePeriodsFilterValue extends DatePropFilterValue {
56
+ value: RollupEnums.DatePeriods;
57
+ fromDateStr?: string;
58
+ toDateStr?: string;
59
+ }
60
+ export interface UIBooleanPropFilterValue extends BooleanPropFilterValue {
61
+ }
62
+ export interface UITextPropFilterValue extends TextPropFilterValue {
63
+ searchValue: string;
64
+ }
65
+ export interface UIProcessTextPropFilterValue extends UITextPropFilterValue {
66
+ orProperties: Array<RollupFilter>;
67
+ }
68
+ export interface UIPersonPropFilterValue extends PersonPropFilterValue {
69
+ }
70
+ export interface UITaxonomyPropFilterValue extends TaxonomyPropFilterValue {
71
+ }
72
+ export interface UISearchboxFilterValue extends TexSearchestPropFilterValue {
73
+ properties: Array<string>;
74
+ /** Default search text value from settings */
75
+ searchValue: string;
76
+ }
77
+ export interface TeamCollaborationRollupQuery extends RollupSetting {
78
+ scope: TeamCollaborationRollupScopeTypes;
79
+ keyWord?: string;
80
+ includeFollowAppStatus?: boolean;
81
+ excludePersonalSite?: boolean;
82
+ enableWildcardSearch?: boolean;
83
+ currentBusinessProfile?: boolean;
84
+ }
85
+ export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
86
+ uiFilters: Array<UIFilter>;
87
+ selectedViewId: string;
88
+ viewSettings: TeamCollaborationRollupViewSettings;
89
+ title: MultilingualString;
90
+ pagingType: TeamCollaborationRollupEnums.PagingType;
91
+ iconMode: TeamCollaborationRollupEnums.IconModes;
92
+ showLink?: boolean;
93
+ linkLabel?: string;
94
+ linkUrl?: string;
95
+ openInNewTab?: boolean;
96
+ spacing?: SpacingSettings;
97
+ searchBoxOutlined?: boolean;
98
+ searchBoxRounded?: boolean;
99
+ searchBoxFilled?: boolean;
100
+ showSearchBox?: boolean;
101
+ hideFilterByDefault?: boolean;
102
+ showFollowStatus?: boolean;
103
+ runQueryOnLoad?: boolean;
104
+ currentBusinessProfile?: boolean;
105
+ selectedBusinessProfiles?: Array<GuidValue>;
106
+ excludePersonalSite?: boolean;
107
+ dialogMode?: boolean;
108
+ tabMode?: boolean;
109
+ noResultText?: MultilingualString;
110
+ }
111
+ export declare module TeamCollaborationRollupEnums {
112
+ enum PagingType {
113
+ NoPaging = 1,
114
+ Classic = 2,
115
+ Scroll = 3
116
+ }
117
+ enum DateTimeMode {
118
+ Normal = 1,
119
+ Social = 2
120
+ }
121
+ enum IconModes {
122
+ LetterAvatar = 0,
123
+ TemplateIcon = 1
124
+ }
125
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TeamCollaborationRollupEnums = exports.TeamCollaborationConstants = void 0;
4
+ exports.TeamCollaborationConstants = {
5
+ get teamTitleAndLink() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
6
+ get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
7
+ //Temp solution to remove OPM reference
8
+ //This should be removed when we properly fix the enterprise property
9
+ get OPMProcessPropertyId() {
10
+ return "7491ec1a-9cf5-4c49-b102-2f84f89795eb";
11
+ },
12
+ get appInstanceDescription() { return "appinstance_description"; }
13
+ };
14
+ var TeamCollaborationRollupEnums;
15
+ (function (TeamCollaborationRollupEnums) {
16
+ let PagingType;
17
+ (function (PagingType) {
18
+ PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
19
+ PagingType[PagingType["Classic"] = 2] = "Classic";
20
+ PagingType[PagingType["Scroll"] = 3] = "Scroll";
21
+ })(PagingType = TeamCollaborationRollupEnums.PagingType || (TeamCollaborationRollupEnums.PagingType = {}));
22
+ let DateTimeMode;
23
+ (function (DateTimeMode) {
24
+ DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
25
+ DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
26
+ })(DateTimeMode = TeamCollaborationRollupEnums.DateTimeMode || (TeamCollaborationRollupEnums.DateTimeMode = {}));
27
+ let IconModes;
28
+ (function (IconModes) {
29
+ IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
30
+ IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
31
+ })(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
32
+ })(TeamCollaborationRollupEnums = exports.TeamCollaborationRollupEnums || (exports.TeamCollaborationRollupEnums = {}));