@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,131 @@
1
+ import { BusinessProfileProperty, AppRoutePropertyBagModel, AppLayoutDefinition, MediaPickerImage, SpacingSettings, MultilingualString, IIcon, GuidValue, ThemeDefinition, ActionHandler } from "@omnia/fx-models";
2
+ import { Enums } from "./Enums";
3
+ import { TargetingFilterProperty } from "@omnia/fx-sp";
4
+ import { ActionHandlerInstance } from "@omnia/fx/ux";
5
+ export declare const WorkspaceVerticalNavWidth = 256;
6
+ export declare class WorkspaceInfo extends BusinessProfileProperty {
7
+ appInstanceId: string;
8
+ classicNavigationBar: boolean;
9
+ constructor();
10
+ }
11
+ export interface WorkspaceMegaMenuSettingsByDevice {
12
+ showIcon: boolean;
13
+ maxWidth: number;
14
+ maxHeight: number;
15
+ useCustomLayoutTheme: boolean;
16
+ useCustomBlockTheme: boolean;
17
+ layoutThemeDefinition: ThemeDefinition;
18
+ blockThemeDefinition: ThemeDefinition;
19
+ }
20
+ export declare class WorkspaceMegaMenuSettings extends AppRoutePropertyBagModel {
21
+ constructor();
22
+ default: WorkspaceMegaMenuSettingsByDevice;
23
+ msTeams: WorkspaceMegaMenuSettingsByDevice;
24
+ }
25
+ export declare class WorkspaceHomeMapping extends AppRoutePropertyBagModel {
26
+ constructor();
27
+ appInstanceLayoutId: number;
28
+ }
29
+ export declare enum WorkspaceMegaMenuItemTypes {
30
+ Link = 0,
31
+ Layout = 1
32
+ }
33
+ export interface WorkspaceMegaMenuItem {
34
+ id: GuidValue;
35
+ type: WorkspaceMegaMenuItemTypes;
36
+ }
37
+ export interface WorkspaceMegaMenuLink extends WorkspaceMegaMenuItem {
38
+ type: WorkspaceMegaMenuItemTypes.Link;
39
+ title: MultilingualString;
40
+ icon: IIcon;
41
+ url: string;
42
+ openInNewTab: boolean;
43
+ targeting: TargetingFilterProperty;
44
+ urls: string[];
45
+ }
46
+ export interface WorkspaceMegaMenuLayout extends WorkspaceMegaMenuItem {
47
+ type: WorkspaceMegaMenuItemTypes.Layout;
48
+ appInstanceLayoutId: number;
49
+ }
50
+ export declare class WorkspaceMegaMenuMapping extends AppRoutePropertyBagModel {
51
+ constructor();
52
+ items: WorkspaceMegaMenuItem[];
53
+ }
54
+ export interface MegaMenuLayoutCustomSizeByDevice {
55
+ maxHeight: number;
56
+ maxWidth: number;
57
+ }
58
+ export interface MegaMenuLayoutCustomSize {
59
+ default: MegaMenuLayoutCustomSizeByDevice;
60
+ msTeams: MegaMenuLayoutCustomSizeByDevice;
61
+ }
62
+ export interface MegaMenuLayoutSettings {
63
+ icon: IIcon;
64
+ targeting: TargetingFilterProperty;
65
+ urls: string[];
66
+ inheritSize: boolean;
67
+ customSize?: MegaMenuLayoutCustomSize;
68
+ }
69
+ export declare class HomeLayoutDefinition extends AppLayoutDefinition {
70
+ constructor();
71
+ }
72
+ export declare class MegaMenuLayoutDefinition extends AppLayoutDefinition {
73
+ constructor();
74
+ settings: MegaMenuLayoutSettings;
75
+ }
76
+ export declare class WorkspaceActionMenuMapping extends AppRoutePropertyBagModel {
77
+ constructor();
78
+ itemIds: GuidValue[];
79
+ }
80
+ export interface IWorkspaceActionMenuHandlerInstance extends ActionHandlerInstance {
81
+ icon?: IIcon;
82
+ ariaRole?: string;
83
+ }
84
+ export interface WorkspaceActionMenuItem extends ActionHandler {
85
+ icon: IIcon;
86
+ ariaRole: string;
87
+ targeting: TargetingFilterProperty;
88
+ }
89
+ export interface WorkspaceActionMenuSettingsByDevice {
90
+ itemLimit: number;
91
+ showIcon: boolean;
92
+ }
93
+ export declare class WorkspaceActionMenuSettings extends AppRoutePropertyBagModel {
94
+ constructor();
95
+ default: WorkspaceActionMenuSettingsByDevice;
96
+ msTeams: WorkspaceActionMenuSettingsByDevice;
97
+ }
98
+ export interface WorkspaceGenericSettingsByDevice {
99
+ showHeader: boolean;
100
+ navigationBarPosition: Enums.NavigationBarPosition;
101
+ navigationBarBgColor: string;
102
+ navigationBarColor: string;
103
+ }
104
+ export interface WorkspaceGenericSettings {
105
+ chromeModeMapping: {
106
+ [deviceBreakPointId: string]: Enums.ChromeMode;
107
+ };
108
+ default: WorkspaceGenericSettingsByDevice;
109
+ msTeams: WorkspaceGenericSettingsByDevice;
110
+ }
111
+ export declare const WorkspaceFactory: {
112
+ genericSettings(): WorkspaceGenericSettings;
113
+ };
114
+ export interface HomeLogo {
115
+ image: MediaPickerImage;
116
+ spacing: SpacingSettings;
117
+ imageText: MultilingualString;
118
+ }
119
+ export interface WorkspaceHomeSettingsByDevice {
120
+ showTitle: boolean;
121
+ showLogo: boolean;
122
+ showIcon: boolean;
123
+ }
124
+ export declare class WorkspaceHomeSettings extends AppRoutePropertyBagModel {
125
+ constructor();
126
+ logo: HomeLogo;
127
+ icon: IIcon;
128
+ title: MultilingualString;
129
+ default: WorkspaceHomeSettingsByDevice;
130
+ msTeams: WorkspaceHomeSettingsByDevice;
131
+ }
@@ -0,0 +1,164 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WorkspaceHomeSettings = exports.WorkspaceFactory = exports.WorkspaceActionMenuSettings = exports.WorkspaceActionMenuMapping = exports.MegaMenuLayoutDefinition = exports.HomeLayoutDefinition = exports.WorkspaceMegaMenuMapping = exports.WorkspaceMegaMenuItemTypes = exports.WorkspaceHomeMapping = exports.WorkspaceMegaMenuSettings = exports.WorkspaceInfo = exports.WorkspaceVerticalNavWidth = void 0;
4
+ const fx_models_1 = require("@omnia/fx-models");
5
+ const ManifestIds_1 = require("./ManifestIds");
6
+ const Enums_1 = require("./Enums");
7
+ exports.WorkspaceVerticalNavWidth = 256;
8
+ class WorkspaceInfo extends fx_models_1.BusinessProfileProperty {
9
+ constructor() {
10
+ super(ManifestIds_1.ServiceDefinition.Id, "workspaceinfo");
11
+ }
12
+ }
13
+ exports.WorkspaceInfo = WorkspaceInfo;
14
+ class WorkspaceMegaMenuSettings extends fx_models_1.AppRoutePropertyBagModel {
15
+ constructor() {
16
+ super(ManifestIds_1.ServiceDefinition.Id, "workspacemegamenusettings");
17
+ this.default = {
18
+ showIcon: true,
19
+ maxHeight: null,
20
+ maxWidth: null,
21
+ useCustomBlockTheme: false,
22
+ useCustomLayoutTheme: false,
23
+ blockThemeDefinition: null,
24
+ layoutThemeDefinition: null
25
+ };
26
+ this.msTeams = {
27
+ showIcon: true,
28
+ maxHeight: null,
29
+ maxWidth: null,
30
+ useCustomBlockTheme: false,
31
+ useCustomLayoutTheme: false,
32
+ blockThemeDefinition: null,
33
+ layoutThemeDefinition: null
34
+ };
35
+ }
36
+ }
37
+ exports.WorkspaceMegaMenuSettings = WorkspaceMegaMenuSettings;
38
+ class WorkspaceHomeMapping extends fx_models_1.AppRoutePropertyBagModel {
39
+ constructor() {
40
+ super(ManifestIds_1.ServiceDefinition.Id, "workspacehomemapping");
41
+ }
42
+ }
43
+ exports.WorkspaceHomeMapping = WorkspaceHomeMapping;
44
+ var WorkspaceMegaMenuItemTypes;
45
+ (function (WorkspaceMegaMenuItemTypes) {
46
+ WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Link"] = 0] = "Link";
47
+ WorkspaceMegaMenuItemTypes[WorkspaceMegaMenuItemTypes["Layout"] = 1] = "Layout";
48
+ })(WorkspaceMegaMenuItemTypes = exports.WorkspaceMegaMenuItemTypes || (exports.WorkspaceMegaMenuItemTypes = {}));
49
+ class WorkspaceMegaMenuMapping extends fx_models_1.AppRoutePropertyBagModel {
50
+ constructor() {
51
+ super(ManifestIds_1.ServiceDefinition.Id, "workspacemegamenumapping");
52
+ this.items = [];
53
+ }
54
+ }
55
+ exports.WorkspaceMegaMenuMapping = WorkspaceMegaMenuMapping;
56
+ class HomeLayoutDefinition extends fx_models_1.AppLayoutDefinition {
57
+ constructor() {
58
+ super("34525ea4-3e95-4714-81d4-bb693c921fd8");
59
+ const layoutId = fx_models_1.Guid.newGuid().toString();
60
+ this.layout = {
61
+ blockSettings: {},
62
+ definition: {
63
+ id: layoutId,
64
+ itemtype: fx_models_1.LayoutItemTypes.layout,
65
+ ownerLayoutId: layoutId,
66
+ items: [],
67
+ settings: {}
68
+ },
69
+ ownerLayoutItemsOverride: []
70
+ };
71
+ }
72
+ }
73
+ exports.HomeLayoutDefinition = HomeLayoutDefinition;
74
+ class MegaMenuLayoutDefinition extends fx_models_1.AppLayoutDefinition {
75
+ constructor() {
76
+ super("95103f18-df83-4436-8bc0-58ccc091af69");
77
+ const layoutId = fx_models_1.Guid.newGuid().toString();
78
+ this.layout = {
79
+ blockSettings: {},
80
+ definition: {
81
+ id: layoutId,
82
+ itemtype: fx_models_1.LayoutItemTypes.layout,
83
+ ownerLayoutId: layoutId,
84
+ items: [],
85
+ settings: {}
86
+ },
87
+ ownerLayoutItemsOverride: []
88
+ };
89
+ this.settings = {
90
+ icon: { iconType: fx_models_1.IconTypes.FontAwesome },
91
+ targeting: { enterprisePropertiesSettings: {} },
92
+ urls: [],
93
+ inheritSize: true,
94
+ customSize: null
95
+ };
96
+ }
97
+ }
98
+ exports.MegaMenuLayoutDefinition = MegaMenuLayoutDefinition;
99
+ class WorkspaceActionMenuMapping extends fx_models_1.AppRoutePropertyBagModel {
100
+ constructor() {
101
+ super(ManifestIds_1.ServiceDefinition.Id, "workspaceactionmenumapping");
102
+ this.itemIds = [];
103
+ }
104
+ }
105
+ exports.WorkspaceActionMenuMapping = WorkspaceActionMenuMapping;
106
+ class WorkspaceActionMenuSettings extends fx_models_1.AppRoutePropertyBagModel {
107
+ constructor() {
108
+ super(ManifestIds_1.ServiceDefinition.Id, "workspaceactionmenusettings");
109
+ this.default = {
110
+ itemLimit: 4,
111
+ showIcon: true
112
+ };
113
+ this.msTeams = {
114
+ itemLimit: 4,
115
+ showIcon: true
116
+ };
117
+ }
118
+ }
119
+ exports.WorkspaceActionMenuSettings = WorkspaceActionMenuSettings;
120
+ exports.WorkspaceFactory = {
121
+ genericSettings() {
122
+ const newSettings = {
123
+ chromeModeMapping: {},
124
+ default: {
125
+ showHeader: true,
126
+ navigationBarPosition: Enums_1.Enums.NavigationBarPosition.Top,
127
+ navigationBarBgColor: "#1d1d1d",
128
+ navigationBarColor: "#ffffff"
129
+ },
130
+ msTeams: {
131
+ showHeader: true,
132
+ navigationBarPosition: Enums_1.Enums.NavigationBarPosition.Top,
133
+ navigationBarBgColor: "#1d1d1d",
134
+ navigationBarColor: "#ffffff"
135
+ }
136
+ };
137
+ return newSettings;
138
+ },
139
+ };
140
+ class WorkspaceHomeSettings extends fx_models_1.AppRoutePropertyBagModel {
141
+ constructor() {
142
+ super(ManifestIds_1.ServiceDefinition.Id, "workspacehomesettings");
143
+ this.title = {
144
+ isMultilingualString: true
145
+ };
146
+ this.icon = new fx_models_1.FontAwesomeIcon("fas fa-home-alt");
147
+ this.logo = {
148
+ image: null,
149
+ spacing: null,
150
+ imageText: { isMultilingualString: true }
151
+ };
152
+ this.default = {
153
+ showTitle: false,
154
+ showIcon: false,
155
+ showLogo: true
156
+ };
157
+ this.msTeams = {
158
+ showTitle: false,
159
+ showIcon: false,
160
+ showLogo: true
161
+ };
162
+ }
163
+ }
164
+ exports.WorkspaceHomeSettings = WorkspaceHomeSettings;
@@ -0,0 +1,43 @@
1
+ export declare module AppEnums {
2
+ enum TeamCollaborationAppType {
3
+ SharePointTeamSite = 1,
4
+ Office365Group = 2,
5
+ YammerGroup = 3,
6
+ FacebookWorkplaceGroup = 4,
7
+ SharePointCommunicationSite = 5,
8
+ MicrosoftTeam = 6
9
+ }
10
+ enum TeamPrivacyOptions {
11
+ Public = "Public",
12
+ Private = "Private"
13
+ }
14
+ enum PartToClone {
15
+ Apps = "Apps",
16
+ Channels = "Channels",
17
+ Members = "Members",
18
+ Settings = "Settings",
19
+ Tabs = "Tabs"
20
+ }
21
+ enum TemplateSetupTypes {
22
+ BaseTeamTemplate = 1,
23
+ BaseTeam = 2,
24
+ Custom = 3
25
+ }
26
+ enum GiphyContentRatingType {
27
+ Moderate = "Moderate",
28
+ Strict = "Strict"
29
+ }
30
+ enum InstalledTeamApps {
31
+ Planner = "com.microsoft.teamspace.tab.planner"
32
+ }
33
+ enum TeamAppsType {
34
+ None = 0,
35
+ App = 1,
36
+ Layout = 2
37
+ }
38
+ enum ResourceUrlType {
39
+ SharepointSite = 1,
40
+ MSTeams = 2,
41
+ YammerGroup = 3
42
+ }
43
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppEnums = void 0;
4
+ var AppEnums;
5
+ (function (AppEnums) {
6
+ let TeamCollaborationAppType;
7
+ (function (TeamCollaborationAppType) {
8
+ TeamCollaborationAppType[TeamCollaborationAppType["SharePointTeamSite"] = 1] = "SharePointTeamSite";
9
+ TeamCollaborationAppType[TeamCollaborationAppType["Office365Group"] = 2] = "Office365Group";
10
+ TeamCollaborationAppType[TeamCollaborationAppType["YammerGroup"] = 3] = "YammerGroup";
11
+ TeamCollaborationAppType[TeamCollaborationAppType["FacebookWorkplaceGroup"] = 4] = "FacebookWorkplaceGroup";
12
+ TeamCollaborationAppType[TeamCollaborationAppType["SharePointCommunicationSite"] = 5] = "SharePointCommunicationSite";
13
+ TeamCollaborationAppType[TeamCollaborationAppType["MicrosoftTeam"] = 6] = "MicrosoftTeam";
14
+ })(TeamCollaborationAppType = AppEnums.TeamCollaborationAppType || (AppEnums.TeamCollaborationAppType = {}));
15
+ let TeamPrivacyOptions;
16
+ (function (TeamPrivacyOptions) {
17
+ TeamPrivacyOptions["Public"] = "Public";
18
+ TeamPrivacyOptions["Private"] = "Private";
19
+ })(TeamPrivacyOptions = AppEnums.TeamPrivacyOptions || (AppEnums.TeamPrivacyOptions = {}));
20
+ let PartToClone;
21
+ (function (PartToClone) {
22
+ PartToClone["Apps"] = "Apps";
23
+ PartToClone["Channels"] = "Channels";
24
+ PartToClone["Members"] = "Members";
25
+ PartToClone["Settings"] = "Settings";
26
+ PartToClone["Tabs"] = "Tabs";
27
+ })(PartToClone = AppEnums.PartToClone || (AppEnums.PartToClone = {}));
28
+ let TemplateSetupTypes;
29
+ (function (TemplateSetupTypes) {
30
+ TemplateSetupTypes[TemplateSetupTypes["BaseTeamTemplate"] = 1] = "BaseTeamTemplate";
31
+ TemplateSetupTypes[TemplateSetupTypes["BaseTeam"] = 2] = "BaseTeam";
32
+ TemplateSetupTypes[TemplateSetupTypes["Custom"] = 3] = "Custom";
33
+ })(TemplateSetupTypes = AppEnums.TemplateSetupTypes || (AppEnums.TemplateSetupTypes = {}));
34
+ let GiphyContentRatingType;
35
+ (function (GiphyContentRatingType) {
36
+ GiphyContentRatingType["Moderate"] = "Moderate";
37
+ GiphyContentRatingType["Strict"] = "Strict";
38
+ })(GiphyContentRatingType = AppEnums.GiphyContentRatingType || (AppEnums.GiphyContentRatingType = {}));
39
+ let InstalledTeamApps;
40
+ (function (InstalledTeamApps) {
41
+ InstalledTeamApps["Planner"] = "com.microsoft.teamspace.tab.planner";
42
+ })(InstalledTeamApps = AppEnums.InstalledTeamApps || (AppEnums.InstalledTeamApps = {}));
43
+ let TeamAppsType;
44
+ (function (TeamAppsType) {
45
+ TeamAppsType[TeamAppsType["None"] = 0] = "None";
46
+ TeamAppsType[TeamAppsType["App"] = 1] = "App";
47
+ TeamAppsType[TeamAppsType["Layout"] = 2] = "Layout";
48
+ })(TeamAppsType = AppEnums.TeamAppsType || (AppEnums.TeamAppsType = {}));
49
+ let ResourceUrlType;
50
+ (function (ResourceUrlType) {
51
+ ResourceUrlType[ResourceUrlType["SharepointSite"] = 1] = "SharepointSite";
52
+ ResourceUrlType[ResourceUrlType["MSTeams"] = 2] = "MSTeams";
53
+ ResourceUrlType[ResourceUrlType["YammerGroup"] = 3] = "YammerGroup";
54
+ })(ResourceUrlType = AppEnums.ResourceUrlType || (AppEnums.ResourceUrlType = {}));
55
+ })(AppEnums = exports.AppEnums || (exports.AppEnums = {}));
@@ -0,0 +1,5 @@
1
+ export interface MSTeamsApps {
2
+ id: string;
3
+ displayName: string;
4
+ distributionMethod: string;
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ export interface MSTeamsChannel {
2
+ id: string;
3
+ displayName: string;
4
+ email: string;
5
+ webUrl: string;
6
+ }
7
+ export declare enum MSTeamChannelFeedSorting {
8
+ OldestTop = 0,
9
+ NewestTop = 1
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MSTeamChannelFeedSorting = void 0;
4
+ var MSTeamChannelFeedSorting;
5
+ (function (MSTeamChannelFeedSorting) {
6
+ MSTeamChannelFeedSorting[MSTeamChannelFeedSorting["OldestTop"] = 0] = "OldestTop";
7
+ MSTeamChannelFeedSorting[MSTeamChannelFeedSorting["NewestTop"] = 1] = "NewestTop";
8
+ })(MSTeamChannelFeedSorting = exports.MSTeamChannelFeedSorting || (exports.MSTeamChannelFeedSorting = {}));
@@ -0,0 +1,6 @@
1
+ import { Guid } from "@omnia/fx-models";
2
+ export interface MSTeamsInfo {
3
+ id: Guid;
4
+ displayName: string;
5
+ webUrl: string;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,91 @@
1
+ import { AppEnums } from "./Enums";
2
+ import { AppInstanceLayoutId, GuidValue } from "@omnia/fx-models";
3
+ export interface MicrosoftTeamGeneralProperties {
4
+ visibility?: AppEnums.TeamPrivacyOptions;
5
+ displayName?: string;
6
+ description?: string;
7
+ }
8
+ export interface MicrosoftTeamCreationInformation extends MicrosoftTeamGeneralProperties {
9
+ channels?: Channel[];
10
+ memberSettings?: MemberSettings;
11
+ guestSettings?: GuestSettings;
12
+ funSettings?: FunSettings;
13
+ messagingSettings?: MessagingSettings;
14
+ discoverySettings?: DiscoverySettings;
15
+ installedApps?: InstalledApp[];
16
+ msTeamTemplateId?: string;
17
+ templateSetupType: AppEnums.TemplateSetupTypes;
18
+ }
19
+ export interface MicrosoftTeamCloningProperties extends MicrosoftTeamGeneralProperties {
20
+ partsToClone: string;
21
+ mailNickName: string;
22
+ }
23
+ export interface MicrosoftTeamCloningInformation extends MicrosoftTeamCloningProperties {
24
+ msTeamAppId: GuidValue;
25
+ msTeamAppName?: string;
26
+ }
27
+ export interface Channel {
28
+ displayName?: string;
29
+ description?: string;
30
+ isFavoriteByDefault?: boolean;
31
+ tabs?: Tab[];
32
+ isGeneral?: boolean;
33
+ }
34
+ export declare enum TabCustomUrlType {
35
+ Layout = 1
36
+ }
37
+ export interface TabCustomUrlConfiguration {
38
+ type: TabCustomUrlType;
39
+ }
40
+ export interface LayoutTabUrlConfiguration extends TabCustomUrlConfiguration {
41
+ type: TabCustomUrlType.Layout;
42
+ layoutId: AppInstanceLayoutId;
43
+ }
44
+ export interface Tab {
45
+ name?: string;
46
+ teamAppType?: AppEnums.TeamAppsType;
47
+ "teamsApp@odata.bind"?: string;
48
+ configuration?: TeamsAppConfig;
49
+ tabProvisionFeatureId?: GuidValue;
50
+ customUrlConfiguration?: TabCustomUrlConfiguration;
51
+ }
52
+ export interface TeamsAppConfig {
53
+ entityId?: string;
54
+ contentUrl?: string;
55
+ websiteUrl?: string;
56
+ createPlannerBoard?: boolean;
57
+ }
58
+ export interface MemberSettings {
59
+ allowCreateUpdateChannels?: boolean;
60
+ allowDeleteChannels?: boolean;
61
+ allowAddRemoveApps?: boolean;
62
+ allowCreateUpdateRemoveTabs?: boolean;
63
+ allowCreateUpdateRemoveConnectors?: boolean;
64
+ allowCreatePrivateChannels?: boolean;
65
+ }
66
+ export interface GuestSettings {
67
+ allowCreateUpdateChannels?: boolean;
68
+ allowDeleteChannels?: boolean;
69
+ }
70
+ export interface FunSettings {
71
+ allowGiphy?: boolean;
72
+ giphyContentRating?: AppEnums.GiphyContentRatingType;
73
+ allowStickersAndMemes?: boolean;
74
+ allowCustomMemes?: boolean;
75
+ }
76
+ export interface MessagingSettings {
77
+ allowUserEditMessages?: boolean;
78
+ allowUserDeleteMessages?: boolean;
79
+ allowOwnerDeleteMessages?: boolean;
80
+ allowTeamMentions?: boolean;
81
+ allowChannelMentions?: boolean;
82
+ }
83
+ export interface DiscoverySettings {
84
+ showInTeamsSearchAndSuggestions?: boolean;
85
+ }
86
+ export interface InstalledApp {
87
+ title?: string;
88
+ "teamsApp@odata.bind"?: string;
89
+ teamAppType?: AppEnums.TeamAppsType;
90
+ configuration?: TeamsAppConfig;
91
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TabCustomUrlType = void 0;
4
+ var TabCustomUrlType;
5
+ (function (TabCustomUrlType) {
6
+ TabCustomUrlType[TabCustomUrlType["Layout"] = 1] = "Layout";
7
+ })(TabCustomUrlType = exports.TabCustomUrlType || (exports.TabCustomUrlType = {}));
@@ -0,0 +1,6 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ export interface Membership {
3
+ owners?: Array<Identity>;
4
+ members?: Array<Identity>;
5
+ readers?: Array<Identity>;
6
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ export interface SharePointSiteInfo {
3
+ title?: string;
4
+ description?: string;
5
+ url?: string;
6
+ lcid?: number;
7
+ timezoneId?: number;
8
+ siteCollectionAdmins?: Identity[];
9
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface SiteDesign {
2
+ title: string;
3
+ id: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,26 @@
1
+ import { AppInstance } from "@omnia/fx-models";
2
+ import { TeamCollaborationAppInstanceProperties } from "./TeamCollaborationAppInstanceProperties";
3
+ export interface TeamCollaborationAppInstanceContext {
4
+ spurl: string;
5
+ [name: string]: string;
6
+ }
7
+ export interface TeamCollaborationAppInstance extends AppInstance {
8
+ outputInfo: {
9
+ absoluteAppUrl: string;
10
+ routePath: string;
11
+ };
12
+ enterpriseProperties: {
13
+ "otc_msteams_url": string;
14
+ "otc_yammer_url": string;
15
+ "otc_facebook_url": string;
16
+ };
17
+ properties: {
18
+ contextParams: TeamCollaborationAppInstanceContext;
19
+ properties: TeamCollaborationAppInstanceProperties;
20
+ featureProperties: {
21
+ [name: string]: any;
22
+ };
23
+ pendingRequestUrl: string;
24
+ processedFeaturesIndex: number[];
25
+ };
26
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ import { Identity } from "@omnia/fx-models";
2
+ import { TeamCollaborationAppTemplateProperties } from "./TeamCollaborationAppTemplateProperties";
3
+ import { Membership } from "./Membership";
4
+ import { MicrosoftTeamCloningInformation } from ".";
5
+ export interface TeamCollaborationAppInstanceProperties extends TeamCollaborationAppTemplateProperties {
6
+ /**
7
+ *
8
+ * In 7.0 we should replace this to extends AppInstanceWithSharepointPropertiesStorage
9
+ * */
10
+ omniaRoutePrefix: string;
11
+ omniaPath: string;
12
+ spPath: string;
13
+ owner?: string;
14
+ spAlias: string;
15
+ isSiteAttached?: boolean;
16
+ members?: Array<Identity>;
17
+ readers?: Array<Identity>;
18
+ membership?: Membership;
19
+ appAdministrators: Array<string>;
20
+ msTeamCloningSettings?: MicrosoftTeamCloningInformation;
21
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import { AppTemplate } from "@omnia/fx-models";
2
+ import { TeamCollaborationAppTemplateProperties } from ".";
3
+ export interface TeamCollaborationAppTemplate extends AppTemplate {
4
+ properties: TeamCollaborationAppTemplateProperties;
5
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,31 @@
1
+ import { AppEnums } from "./Enums";
2
+ import { AppTemplateProperties, GuidValue } from "@omnia/fx-models";
3
+ import { MicrosoftTeamCreationInformation } from ".";
4
+ export interface PermissionIdentities {
5
+ defaultAdministrator?: string[];
6
+ secondAdministrator?: string[];
7
+ visitors?: string[];
8
+ }
9
+ export interface InformationProtectionLabel {
10
+ id: GuidValue;
11
+ name: string;
12
+ description: string;
13
+ sensitivity: number;
14
+ isActive: boolean;
15
+ }
16
+ export interface TeamCollaborationAppTemplateProperties extends AppTemplateProperties {
17
+ appType?: AppEnums.TeamCollaborationAppType;
18
+ location?: string;
19
+ userCanSelectLanguage?: boolean;
20
+ permissions: PermissionIdentities;
21
+ privacy?: boolean;
22
+ yammerClientId?: string;
23
+ facebookWorkplaceDomain?: string;
24
+ lcid: number;
25
+ timezoneId: string;
26
+ siteDesignId?: GuidValue;
27
+ defaultResourceUrlType?: AppEnums.ResourceUrlType;
28
+ sensitivityLabelId?: GuidValue;
29
+ userCanSelectTimeZone?: boolean;
30
+ msTeam?: MicrosoftTeamCreationInformation;
31
+ }