@omnia/workplace 7.0.2-dev → 7.0.2-preview

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 (239) hide show
  1. package/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -2
  3. package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
  4. package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
  5. package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
  6. package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
  7. package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
  8. package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
  9. package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
  10. package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
  11. package/internal-do-not-import-from-here/apis/index.d.ts +3 -2
  12. package/internal-do-not-import-from-here/core/index.d.ts +3 -3
  13. package/internal-do-not-import-from-here/core/loc/localize.d.ts +5 -0
  14. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
  15. package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
  16. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
  17. package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
  18. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +7 -2
  19. package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
  20. package/internal-do-not-import-from-here/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
  22. package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
  23. package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
  24. package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
  25. package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
  26. package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
  27. package/internal-do-not-import-from-here/models/Constants.d.ts +61 -8
  28. package/internal-do-not-import-from-here/models/Constants.js +70 -15
  29. package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +2 -2
  30. package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
  31. package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
  32. package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
  33. package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
  34. package/internal-do-not-import-from-here/models/Enums.js +7 -0
  35. package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
  36. package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
  37. package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
  38. package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
  39. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +116 -4
  40. package/internal-do-not-import-from-here/models/ManifestIds.js +141 -34
  41. package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
  42. package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +6 -5
  43. package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
  44. package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
  45. package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
  46. package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
  47. package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
  48. package/internal-do-not-import-from-here/models/SearchCategory.d.ts +4 -26
  49. package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
  50. package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
  51. package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
  52. package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
  53. package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
  54. package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
  55. package/internal-do-not-import-from-here/models/Workspace.d.ts +7 -5
  56. package/internal-do-not-import-from-here/models/Workspace.js +6 -4
  57. package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
  58. package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
  59. package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
  60. package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
  61. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +21 -5
  62. package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +5 -0
  63. package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
  64. package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +2 -1
  65. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
  66. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
  67. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -7
  68. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +13 -3
  69. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +4 -0
  70. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +10 -0
  71. package/internal-do-not-import-from-here/models/apps/index.d.ts +5 -5
  72. package/internal-do-not-import-from-here/models/apps/index.js +1 -1
  73. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
  74. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
  75. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
  76. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
  77. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
  78. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
  79. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
  80. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +28 -0
  81. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +12 -0
  82. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
  83. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
  84. package/internal-do-not-import-from-here/models/components/index.d.ts +2 -1
  85. package/internal-do-not-import-from-here/models/components/index.js +1 -0
  86. package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
  87. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
  88. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
  89. package/internal-do-not-import-from-here/models/index.d.ts +38 -34
  90. package/internal-do-not-import-from-here/models/index.js +6 -2
  91. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
  92. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
  93. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
  94. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
  95. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
  96. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
  97. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
  98. package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
  99. package/internal-do-not-import-from-here/models/qrcode.js +8 -0
  100. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
  101. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
  102. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
  103. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  104. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  105. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
  106. package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
  107. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
  108. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  109. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  110. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  111. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  112. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +41 -0
  113. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  114. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  115. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  116. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  117. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  118. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
  119. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +14 -3
  120. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
  121. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
  122. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
  123. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +5 -4
  124. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +11 -1
  125. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
  126. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
  127. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +80 -0
  128. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +24 -0
  129. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
  130. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
  131. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
  132. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
  133. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +1 -0
  134. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
  135. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
  136. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
  137. package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
  138. package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
  139. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
  140. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
  141. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
  142. package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
  143. package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
  144. package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
  145. package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
  146. package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
  147. package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
  148. package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
  149. package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
  150. package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
  151. package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
  152. package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
  153. package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +3 -1
  154. package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
  155. package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
  156. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
  157. package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
  158. package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
  159. package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
  160. package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
  161. package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +6 -2
  162. package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -3
  163. package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
  164. package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
  165. package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +7 -5
  166. package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
  167. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
  168. package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
  169. package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
  170. package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +26 -9
  171. package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
  172. package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
  173. package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
  174. package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
  175. package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
  176. package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
  177. package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +3 -3
  178. package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
  179. package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
  180. package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +2 -1
  181. package/internal-do-not-import-from-here/models/styles/index.d.ts +13 -11
  182. package/internal-do-not-import-from-here/models/styles/index.js +2 -0
  183. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
  184. package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
  185. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +18 -12
  186. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
  187. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
  188. package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
  189. package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
  190. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -2
  191. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
  192. package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
  193. package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
  194. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
  195. package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
  196. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
  197. package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
  198. package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
  199. package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
  200. package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
  201. package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
  202. package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
  203. package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
  204. package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
  205. package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
  206. package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
  207. package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
  208. package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
  209. package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +5 -3
  210. package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +7 -3
  211. package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
  212. package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
  213. package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
  214. package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
  215. package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
  216. package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
  217. package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
  218. package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
  219. package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
  220. package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +8 -6
  221. package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
  222. package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +16 -9
  223. package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +2 -3
  224. package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
  225. package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
  226. package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
  227. package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +7 -0
  228. package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +30 -0
  229. package/internal-do-not-import-from-here/ux/index.d.ts +3 -0
  230. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  231. package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
  232. package/models/index.d.ts +1 -1
  233. package/package.json +1 -1
  234. package/task.js +10 -10
  235. package/task.ts +9 -9
  236. package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
  237. package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
  238. /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
  239. /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
package/task.ts CHANGED
@@ -1,24 +1,24 @@
1
- 'use strict';
1
+ "use strict";
2
2
  import { registerManifestsReference, registerWebComponentDefinitions } from "@omnia/tooling-vue";
3
3
 
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
 
6
- const path = require('path');
7
- const fs = require('fs');
8
- const fsExtra = require('fs-extra');
6
+ const path = require("path");
7
+ const fs = require("fs");
8
+ const fsExtra = require("fs-extra");
9
9
  //require("./internal-do-not-import-from-here/tooling");
10
10
 
11
11
 
12
12
  export function init() {
13
13
  registerManifestsReference([
14
14
  {
15
- path: 'node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json',
16
- serviceId: '39df27aa-95f1-4a23-b3f6-8b231afcda82',
17
- resourceId: '491a5b75-e3d6-472a-8958-216be85b092a'
15
+ path: "node_modules/@omnia/workplace/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json",
16
+ serviceId: "39df27aa-95f1-4a23-b3f6-8b231afcda82",
17
+ resourceId: "491a5b75-e3d6-472a-8958-216be85b092a"
18
18
  }
19
- ])
19
+ ]);
20
20
 
21
- let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
21
+ const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
22
22
  if (fsExtra.existsSync(wcdefinitionsPath)) {
23
23
  registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
24
24
  }
@@ -1,28 +0,0 @@
1
- import { IIcon } from '@omnia/fx-models';
2
- import { BladeSizes } from '@omnia/fx/models';
3
- /**
4
- * @deprecated The model and relevant function should not be used, update to use apiHub to register admin sub-menu node under search node (in Constants.ux.admin.navigationNodes.search)
5
- */
6
- export interface SearchAdminSettingsSection {
7
- /**
8
- * The title of the navigation node
9
- */
10
- title: string;
11
- /**
12
- * The icon to use
13
- * */
14
- icon: IIcon;
15
- /**
16
- * The element that will be rendered when selected
17
- */
18
- elementToRender: string;
19
- /**
20
- * This influence the order of the navigation nodes, be nice, use ordering with gap -100, 0, 100, 200
21
- So other extensions etc can inject between
22
- */
23
- weight: number;
24
- /**
25
- * The size of blade
26
- * */
27
- bladeSize?: BladeSizes;
28
- }
@@ -1,28 +0,0 @@
1
- /**
2
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
3
- * */
4
- export interface OfficeNamingPolicyValidationResult {
5
- alias: AliasValidationResult;
6
- siteName: SiteNameValidationResult;
7
- isValid: boolean;
8
- }
9
- /**
10
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
11
- * */
12
- export interface AliasValidationResult {
13
- blockedWord: string;
14
- isExist: boolean;
15
- isInvalid: boolean;
16
- suggestedAlias: string;
17
- prefix: string;
18
- suffix: string;
19
- }
20
- /**
21
- * @deprecated This will be removed in 7.0. This is more likely an internal model and will not be used anywhere outside workplace
22
- * */
23
- export interface SiteNameValidationResult {
24
- blockedWord: string;
25
- isInvalid: boolean;
26
- prefix: string;
27
- suffix: string;
28
- }