@omnia/workplace 7.0.2-dev → 7.0.2

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 +6 -1
  14. package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
  15. package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
  16. package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
  17. package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
  18. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +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 +63 -8
  28. package/internal-do-not-import-from-here/models/Constants.js +72 -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 +125 -6
  40. package/internal-do-not-import-from-here/models/ManifestIds.js +150 -36
  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/TeamCollaborationAppInstance.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
  66. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -7
  67. package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +13 -3
  68. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +4 -0
  69. package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +10 -0
  70. package/internal-do-not-import-from-here/models/apps/index.d.ts +5 -5
  71. package/internal-do-not-import-from-here/models/apps/index.js +1 -1
  72. package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
  73. package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
  74. package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
  75. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
  76. package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
  77. package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
  78. package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
  79. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +28 -0
  80. package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +12 -0
  81. package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
  82. package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
  83. package/internal-do-not-import-from-here/models/components/index.d.ts +2 -1
  84. package/internal-do-not-import-from-here/models/components/index.js +1 -0
  85. package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
  86. package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
  87. package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
  88. package/internal-do-not-import-from-here/models/index.d.ts +38 -34
  89. package/internal-do-not-import-from-here/models/index.js +6 -2
  90. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
  91. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
  92. package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
  93. package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
  94. package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
  95. package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
  96. package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
  97. package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
  98. package/internal-do-not-import-from-here/models/qrcode.js +8 -0
  99. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
  100. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
  101. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
  102. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
  103. package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
  104. package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
  105. package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
  106. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
  107. package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
  108. package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
  109. package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
  110. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
  111. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
  112. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
  113. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
  114. package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
  115. package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
  116. package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
  117. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
  118. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +15 -3
  119. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
  120. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
  121. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
  122. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
  123. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
  124. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -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 +92 -0
  128. package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -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 +2 -1
  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 +4 -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 +3 -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
@@ -2,55 +2,54 @@ import "./WorkplaceApi";
2
2
  export * from "./signoffrequest";
3
3
  export * from "./forms";
4
4
  export * from "./Workspace";
5
- export * from './RegisterActionMenuItemMsg';
6
- export * from './ActionMenuExportationMsg';
7
- export * from './SearchTemplateRendererMsg';
8
- export * from './ISearchTemplate';
9
- export * from './Search';
10
- export * from './SearchCategory';
11
- export * from './Enums';
12
- export * from './ManifestIds';
13
- export * from './NotificationPanelMsg';
14
- export * from './NotificationPanelHistoryEntry';
5
+ export * from "./RegisterActionMenuItemMsg";
6
+ export * from "./ActionMenuExportationMsg";
7
+ export * from "./SearchTemplateRendererMsg";
8
+ export * from "./ISearchTemplate";
9
+ export * from "./Search";
10
+ export * from "./SearchCategory";
11
+ export * from "./Enums";
12
+ export * from "./ManifestIds";
13
+ export * from "./NotificationPanelMsg";
14
+ export * from "./NotificationPanelHistoryEntry";
15
15
  export * from "./HeaderSetting";
16
16
  export * from "./styles";
17
17
  export * from "./MyTaskItem";
18
18
  export * from "./MyTaskItemProcessor";
19
19
  export * from "./TutorialProvider";
20
- export * from "./SearchAdminSettingsSection";
21
20
  export * from "./FooterSettings";
22
21
  export * from "./SearchBoxStyling";
23
22
  export * from "./Constants";
24
- export * from './ActionRouteInfo';
25
- export * from './BusinessProfileSettingsSection';
26
- export * from './EnterprisePropertyViewModel';
27
- export * from './EnterprisePropertyDataTypeViewModel';
28
- export * from './TenantAdminSettingSection';
29
- export * from './TenantAdminHeaderSettingSection';
30
- export * from './CentralImageLocationsStyles';
23
+ export * from "./ActionRouteInfo";
24
+ export * from "./BusinessProfileSettingsSection";
25
+ export * from "./EnterprisePropertyViewModel";
26
+ export * from "./EnterprisePropertyDataTypeViewModel";
27
+ export * from "./TenantAdminSettingSection";
28
+ export * from "./TenantAdminHeaderSettingSection";
29
+ export * from "./CentralImageLocationsStyles";
31
30
  export * from "./AppTemplate";
32
- export * from './Secrets';
33
- export * from './LogoSettings';
34
- export * from './GovernanceDashboards';
35
- export * from './styles';
36
- export * from './EnterprisePropertyCategoryViewModel';
31
+ export * from "./Secrets";
32
+ export * from "./LogoSettings";
33
+ export * from "./GovernanceDashboards";
34
+ export * from "./styles";
35
+ export * from "./EnterprisePropertyCategoryViewModel";
37
36
  export * from "./NotificationPanel";
38
37
  export * from "./components";
39
38
  export * from "./BusinessProfileAppProvisioning";
40
39
  export * from "./FollowedsitesUpdatedAtUserPropertyBag";
41
40
  export * from "./AppAuthenticationOptions";
42
41
  export * from "./CompactHeaderRegistration";
43
- export * from './apps';
44
- export * from './teamnewsrollup';
45
- export * from './siteproperties';
46
- export * from './myteamcollaboration';
47
- export * from './teamcollaborationnavigation';
48
- export * from './sites';
49
- export * from './governancedashboard';
50
- export * from './teamcollaborationrollup';
51
- export * from './facebookworkplace';
52
- export * from './AppCollaborationSettingsSection';
53
- export * from './mediapicker';
42
+ export * from "./apps";
43
+ export * from "./teamnewsrollup";
44
+ export * from "./siteproperties";
45
+ export * from "./myteamcollaboration";
46
+ export * from "./teamcollaborationnavigation";
47
+ export * from "./sites";
48
+ export * from "./governancedashboard";
49
+ export * from "./teamcollaborationrollup";
50
+ export * from "./facebookworkplace";
51
+ export * from "./AppCollaborationSettingsSection";
52
+ export * from "./mediapicker";
54
53
  export * from "./favoritebutton";
55
54
  export * from "./EnterpriseGlossary";
56
55
  export * from "./TaxonomyNavigation";
@@ -62,3 +61,8 @@ export * from "./IAdminComponent";
62
61
  export * from "./promotedsearchresults";
63
62
  export * from "./searchfeedbacks";
64
63
  export * from "./ScopedPermissionRegistraion";
64
+ export * from "./setupwizard";
65
+ export * from "./searchstatistics";
66
+ export * from "./searchtoken";
67
+ export * from "./texttranslator";
68
+ export * from "./qrcode";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- //// <omnia-transform-resource path="c778308f-5fbb-4a3d-8691-ad7408ffbd56" />
2
+ //! <omnia-transform-resource path="c778308f-5fbb-4a3d-8691-ad7408ffbd56" />
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const tslib_1 = require("tslib");
5
5
  require("./WorkplaceApi");
@@ -21,7 +21,6 @@ tslib_1.__exportStar(require("./styles"), exports);
21
21
  tslib_1.__exportStar(require("./MyTaskItem"), exports);
22
22
  tslib_1.__exportStar(require("./MyTaskItemProcessor"), exports);
23
23
  tslib_1.__exportStar(require("./TutorialProvider"), exports);
24
- tslib_1.__exportStar(require("./SearchAdminSettingsSection"), exports);
25
24
  tslib_1.__exportStar(require("./FooterSettings"), exports);
26
25
  tslib_1.__exportStar(require("./SearchBoxStyling"), exports);
27
26
  tslib_1.__exportStar(require("./Constants"), exports);
@@ -66,3 +65,8 @@ tslib_1.__exportStar(require("./IAdminComponent"), exports);
66
65
  tslib_1.__exportStar(require("./promotedsearchresults"), exports);
67
66
  tslib_1.__exportStar(require("./searchfeedbacks"), exports);
68
67
  tslib_1.__exportStar(require("./ScopedPermissionRegistraion"), exports);
68
+ tslib_1.__exportStar(require("./setupwizard"), exports);
69
+ tslib_1.__exportStar(require("./searchstatistics"), exports);
70
+ tslib_1.__exportStar(require("./searchtoken"), exports);
71
+ tslib_1.__exportStar(require("./texttranslator"), exports);
72
+ tslib_1.__exportStar(require("./qrcode"), exports);
@@ -1,4 +1,4 @@
1
- import { MediaPickerStorageProviderContext, GuidValue } from '@omnia/fx-models';
1
+ import { MediaPickerStorageProviderContext, GuidValue } from "@omnia/fx-models";
2
2
  declare abstract class MediaPickerProviderStorageWorkplaceContext extends MediaPickerStorageProviderContext {
3
3
  readonly omniaServiceId: GuidValue;
4
4
  }
@@ -1 +1 @@
1
- export * from './MediaPickerProviderContext';
1
+ export * from "./MediaPickerProviderContext";
@@ -1,4 +1,4 @@
1
- import { types } from 'typestyle';
1
+ import { types } from "typestyle";
2
2
  export declare const MyTeamCollaborationSettingStyles: {
3
3
  dragIcon?: types.NestedCSSProperties;
4
4
  };
@@ -1,4 +1,4 @@
1
- import { Guid } from '@omnia/fx-models';
1
+ import { Guid } from "@omnia/fx-models";
2
2
  export declare class TeamCollabrationTypes {
3
3
  static Undefined: number;
4
4
  static Sharepoint: number;
@@ -1,4 +1,4 @@
1
- import { MultilingualString } from "@omnia/fx/models";
1
+ import { MultilingualString } from "@omnia/fx-models";
2
2
  export interface PowerAppBlockSettings {
3
3
  title: MultilingualString;
4
4
  powerAppUrl: string;
@@ -1,2 +1,2 @@
1
- export * from './PowerAppBlock';
2
- export * from './PowerAppSettings';
1
+ export * from "./PowerAppBlock";
2
+ export * from "./PowerAppSettings";
@@ -1,4 +1,4 @@
1
- import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx/models";
1
+ import { GuidValue, MediaPickerImage, MultilingualString, TargetingFilterData } from "@omnia/fx-models";
2
2
  export declare enum PromotedSearchResultStatus {
3
3
  OnHold = 0,
4
4
  Active = 1
@@ -0,0 +1,14 @@
1
+ import { MultilingualString, SpacingSettings } from "@omnia/fx/models";
2
+ export declare enum LinkUrlTypeOption {
3
+ CurrentUrl = 1,
4
+ CustomUrl = 2
5
+ }
6
+ export interface QRCodeBlockSettings {
7
+ blockTitle: MultilingualString;
8
+ link: {
9
+ option: LinkUrlTypeOption;
10
+ linkUrl: string;
11
+ };
12
+ qrSize: number;
13
+ spacing?: SpacingSettings;
14
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LinkUrlTypeOption = void 0;
4
+ var LinkUrlTypeOption;
5
+ (function (LinkUrlTypeOption) {
6
+ LinkUrlTypeOption[LinkUrlTypeOption["CurrentUrl"] = 1] = "CurrentUrl";
7
+ LinkUrlTypeOption[LinkUrlTypeOption["CustomUrl"] = 2] = "CustomUrl";
8
+ })(LinkUrlTypeOption = exports.LinkUrlTypeOption || (exports.LinkUrlTypeOption = {}));
@@ -0,0 +1,118 @@
1
+ import { Guid, GuidValue } from "@omnia/fx/models";
2
+ export declare module SearchStatistics {
3
+ module Constants {
4
+ const SearchLocations: {
5
+ Header: string;
6
+ ActionMenu: string;
7
+ Page: string;
8
+ Workspace: string;
9
+ };
10
+ }
11
+ module Enums {
12
+ enum InteractionType {
13
+ Category = 1,
14
+ Refinement = 2,
15
+ ViewItem = 3
16
+ }
17
+ enum MetricType {
18
+ NoOfQuery = 1,
19
+ AbandonedQuery = 2,
20
+ NoResultQuery = 3
21
+ }
22
+ enum MetricScope {
23
+ Tenant = 1,
24
+ CurrentBusinessProfile = 2
25
+ }
26
+ }
27
+ interface SearchSessionData {
28
+ location: string;
29
+ businessProfileId: GuidValue;
30
+ searchText: string;
31
+ timestamp: Date;
32
+ }
33
+ interface SearchSession extends SearchSessionData {
34
+ id: GuidValue;
35
+ }
36
+ interface SearchResultData {
37
+ searchSessionId: GuidValue;
38
+ searchCategoryId: GuidValue;
39
+ resultCount: number;
40
+ }
41
+ interface SearchResult extends SearchResultData {
42
+ id: GuidValue;
43
+ }
44
+ interface SearchInteractionDataInfo {
45
+ interactionType: Enums.InteractionType;
46
+ timestamp: Date;
47
+ resultCount: number;
48
+ resultItemUrl?: string;
49
+ }
50
+ interface SearchInteractionData extends SearchInteractionDataInfo {
51
+ searchResultId: GuidValue;
52
+ }
53
+ interface SearchInteraction extends SearchInteractionData {
54
+ id: GuidValue;
55
+ }
56
+ const GovernanceDashboard: {
57
+ scopeId: Guid;
58
+ metrics: {
59
+ noOfQuery: Guid;
60
+ abandonedQuery: Guid;
61
+ noResultQuery: Guid;
62
+ };
63
+ filters: {
64
+ scope: Guid;
65
+ };
66
+ };
67
+ interface SearchSessionCountByMonth {
68
+ month: number;
69
+ year: number;
70
+ count: number;
71
+ }
72
+ interface MetricQueryDetail {
73
+ searchText: string;
74
+ }
75
+ interface NoOfQueryDetail extends MetricQueryDetail {
76
+ queryCount: number;
77
+ refinementCount: number;
78
+ abandonedCount: number;
79
+ noResultCount: number;
80
+ }
81
+ interface AbandonedQueryDetail extends MetricQueryDetail {
82
+ refinementCount: number;
83
+ abandonedCount: number;
84
+ }
85
+ interface NoResultQueryDetail extends MetricQueryDetail {
86
+ noResultCount: number;
87
+ }
88
+ interface SearchSessionDetail {
89
+ id: GuidValue;
90
+ searchText: string;
91
+ location: string;
92
+ timestamp: Date;
93
+ }
94
+ interface NoOfQuerySearchSessionDetail extends SearchSessionDetail {
95
+ viewItemTimestamp?: Date;
96
+ refinementCount?: number;
97
+ emptyResult?: number;
98
+ abandoned?: number;
99
+ }
100
+ interface AbandonedQuerySearchSessionDetail extends SearchSessionDetail {
101
+ refinementCount?: number;
102
+ }
103
+ interface NoResultQuerySearchSessionDetail extends SearchSessionDetail {
104
+ }
105
+ interface SearchDetailOption {
106
+ startTime: Date;
107
+ monthSize: number;
108
+ pageNumber: number;
109
+ pageSize: number;
110
+ }
111
+ interface SearchSessionDetailOption extends SearchDetailOption {
112
+ searchText: string;
113
+ }
114
+ interface MetricQueryDetailInfo<T extends MetricQueryDetail> {
115
+ total: number;
116
+ items: Array<T>;
117
+ }
118
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SearchStatistics = void 0;
4
+ const models_1 = require("@omnia/fx/models");
5
+ var SearchStatistics;
6
+ (function (SearchStatistics) {
7
+ let Constants;
8
+ (function (Constants) {
9
+ Constants.SearchLocations = {
10
+ Header: "header",
11
+ ActionMenu: "actionmenu",
12
+ Page: "page",
13
+ Workspace: "workspace"
14
+ };
15
+ })(Constants = SearchStatistics.Constants || (SearchStatistics.Constants = {}));
16
+ let Enums;
17
+ (function (Enums) {
18
+ let InteractionType;
19
+ (function (InteractionType) {
20
+ InteractionType[InteractionType["Category"] = 1] = "Category";
21
+ InteractionType[InteractionType["Refinement"] = 2] = "Refinement";
22
+ InteractionType[InteractionType["ViewItem"] = 3] = "ViewItem";
23
+ })(InteractionType = Enums.InteractionType || (Enums.InteractionType = {}));
24
+ let MetricType;
25
+ (function (MetricType) {
26
+ MetricType[MetricType["NoOfQuery"] = 1] = "NoOfQuery";
27
+ MetricType[MetricType["AbandonedQuery"] = 2] = "AbandonedQuery";
28
+ MetricType[MetricType["NoResultQuery"] = 3] = "NoResultQuery";
29
+ })(MetricType = Enums.MetricType || (Enums.MetricType = {}));
30
+ let MetricScope;
31
+ (function (MetricScope) {
32
+ MetricScope[MetricScope["Tenant"] = 1] = "Tenant";
33
+ MetricScope[MetricScope["CurrentBusinessProfile"] = 2] = "CurrentBusinessProfile";
34
+ })(MetricScope = Enums.MetricScope || (Enums.MetricScope = {}));
35
+ })(Enums = SearchStatistics.Enums || (SearchStatistics.Enums = {}));
36
+ SearchStatistics.GovernanceDashboard = {
37
+ scopeId: new models_1.Guid("1f764b5a-ec2c-4781-87fa-4a8cb2ddb09c"),
38
+ metrics: {
39
+ noOfQuery: new models_1.Guid("c0b18c12-d3b5-4b29-8105-222d20d5522f"),
40
+ abandonedQuery: new models_1.Guid("aa3d3355-e2a9-4c4c-a44a-5fb01493e7ae"),
41
+ noResultQuery: new models_1.Guid("13786d92-6d16-402f-a961-d99ea4341601")
42
+ },
43
+ filters: {
44
+ scope: new models_1.Guid("b27d3933-9eab-4561-b3a6-e2ac24a12767")
45
+ }
46
+ };
47
+ })(SearchStatistics = exports.SearchStatistics || (exports.SearchStatistics = {}));
@@ -0,0 +1,3 @@
1
+ import { DashboardMetricSettings } from "..";
2
+ export interface SearchStatisticsMetricConfig extends DashboardMetricSettings {
3
+ }
@@ -0,0 +1,7 @@
1
+ import { Guid } from "@omnia/fx/models";
2
+ import { FilterValue } from "../GovernanceDashboards";
3
+ import { SearchStatistics } from "./SearchStatistics";
4
+ export declare class SearchStatisticsMetricScopeFilterValue extends FilterValue {
5
+ filterId: Guid;
6
+ value: SearchStatistics.Enums.MetricScope;
7
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SearchStatisticsMetricScopeFilterValue = void 0;
4
+ const GovernanceDashboards_1 = require("../GovernanceDashboards");
5
+ const SearchStatistics_1 = require("./SearchStatistics");
6
+ class SearchStatisticsMetricScopeFilterValue extends GovernanceDashboards_1.FilterValue {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.filterId = SearchStatistics_1.SearchStatistics.GovernanceDashboard.filters.scope;
10
+ }
11
+ }
12
+ exports.SearchStatisticsMetricScopeFilterValue = SearchStatisticsMetricScopeFilterValue;
@@ -0,0 +1,3 @@
1
+ export * from "./SearchStatistics";
2
+ export * from "./SearchStatisticsMetricConfiguration";
3
+ export * from "./SearchStatisticsMetricFilter";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./SearchStatistics"), exports);
5
+ tslib_1.__exportStar(require("./SearchStatisticsMetricConfiguration"), exports);
6
+ tslib_1.__exportStar(require("./SearchStatisticsMetricFilter"), exports);
@@ -0,0 +1,11 @@
1
+ import { GuidValue } from "@omnia/fx/models";
2
+ export interface SearchTokensReplacement {
3
+ [tokenKey: string]: string;
4
+ }
5
+ export declare abstract class SearchTokenProvider {
6
+ abstract readonly title: string;
7
+ abstract readonly providerId: GuidValue;
8
+ abstract readonly tokens: string[];
9
+ abstract readonly tokenRegex?: RegExp;
10
+ resolveSearchTokens: (tokensToResolve: Array<string>) => Promise<SearchTokensReplacement>;
11
+ }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SearchTokenProvider = void 0;
4
+ class SearchTokenProvider {
5
+ }
6
+ exports.SearchTokenProvider = SearchTokenProvider;
@@ -0,0 +1 @@
1
+ export * from "./SearchTokenProvider";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./SearchTokenProvider"), exports);
@@ -0,0 +1,27 @@
1
+ import { ApiPath, GuidValue } from "@omnia/fx-models";
2
+ import { SetupWizardTemplateExtendData } from ".";
3
+ import { SetupWizardView } from "../../../models/setupwizard/setupwizard/SetupWizardView";
4
+ import { SetupWizardTemplateProvider } from "./SetupWizardTemplateProvider";
5
+ export interface ISetupWizardRegistrationApi {
6
+ registerViews: (providers: SetupWizardView | SetupWizardView[]) => void;
7
+ getAllViews: () => SetupWizardView[];
8
+ }
9
+ export interface ISetupWizardTemplateProviderRegistrationApi {
10
+ registerSetupWizardTemplateProvider: (providers: SetupWizardTemplateProvider | SetupWizardTemplateProvider[]) => void;
11
+ extendSetupWizardTemplate: (templateId: GuidValue, templateExtendData: SetupWizardTemplateExtendData, omniaServiceId: GuidValue) => void;
12
+ getAllSetupWizardTemplateProviders: () => SetupWizardTemplateProvider[];
13
+ }
14
+ declare module "../WorkplaceApi" {
15
+ interface IWorkplaceApi {
16
+ setupwizard: {
17
+ registration: Promise<ISetupWizardRegistrationApi>;
18
+ templateproviders: Promise<ISetupWizardTemplateProviderRegistrationApi>;
19
+ };
20
+ }
21
+ interface IWorkplaceExtendApiManifest {
22
+ setupwizard: {
23
+ registration: ApiPath;
24
+ templateproviders: ApiPath;
25
+ };
26
+ }
27
+ }
@@ -0,0 +1,42 @@
1
+ import { GuidValue, TargetResolverTypes } from "@omnia/fx-models";
2
+ import { SetupWizardTemplateFeatureHandler } from "..";
3
+ export declare enum SetupWizardScope {
4
+ Tenant = 1,
5
+ BusinessProfile = 2
6
+ }
7
+ export interface SetupWizardContent {
8
+ id: GuidValue;
9
+ title: string;
10
+ description: string;
11
+ order?: number;
12
+ scopes: SetupWizardScope[];
13
+ uncheckedByDefault?: boolean;
14
+ omniaServiceId: GuidValue;
15
+ onCheckedChange?: (isChecked: boolean, featureHandler: SetupWizardTemplateFeatureHandler) => void;
16
+ }
17
+ export interface SetupWizardFeature {
18
+ title: string;
19
+ feature: {
20
+ id: GuidValue;
21
+ scope: TargetResolverTypes;
22
+ settings?: Record<string, string>;
23
+ requireConsentPermission?: boolean;
24
+ };
25
+ order?: number;
26
+ scopes: SetupWizardRender[];
27
+ stopOnFailed?: boolean;
28
+ omniaServiceId: GuidValue;
29
+ }
30
+ export interface SetupWizardRender {
31
+ scope: SetupWizardScope;
32
+ hidden: boolean;
33
+ }
34
+ export interface SetupWizardTemplateExtendData {
35
+ features: SetupWizardFeature[];
36
+ contents: SetupWizardContent[];
37
+ }
38
+ export interface SetupWizardStep {
39
+ order: number;
40
+ title: string;
41
+ componentManifestId?: GuidValue;
42
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SetupWizardScope = void 0;
4
+ var SetupWizardScope;
5
+ (function (SetupWizardScope) {
6
+ SetupWizardScope[SetupWizardScope["Tenant"] = 1] = "Tenant";
7
+ SetupWizardScope[SetupWizardScope["BusinessProfile"] = 2] = "BusinessProfile";
8
+ })(SetupWizardScope = exports.SetupWizardScope || (exports.SetupWizardScope = {}));
@@ -0,0 +1,20 @@
1
+ import { GuidValue, IIcon } from "@omnia/fx/models";
2
+ import { SetupWizardContent, SetupWizardFeature, SetupWizardScope, SetupWizardStep } from "./SetupWizardSettings";
3
+ export declare abstract class SetupWizardTemplateProvider {
4
+ abstract readonly omniaServiceId: GuidValue;
5
+ abstract readonly id: GuidValue;
6
+ abstract title: string;
7
+ abstract icon: IIcon;
8
+ abstract description: string;
9
+ abstract externalLink?: string;
10
+ abstract steps: SetupWizardStep[];
11
+ abstract scopes: SetupWizardScope[];
12
+ abstract contents: SetupWizardContent[];
13
+ abstract features: SetupWizardFeature[];
14
+ }
15
+ export declare class SetupWizardTemplateFeatureHandler {
16
+ private template;
17
+ constructor(template: SetupWizardTemplateProvider);
18
+ addFeature(feature: SetupWizardFeature): void;
19
+ removeFeature(feature: SetupWizardFeature): void;
20
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SetupWizardTemplateFeatureHandler = exports.SetupWizardTemplateProvider = void 0;
4
+ class SetupWizardTemplateProvider {
5
+ }
6
+ exports.SetupWizardTemplateProvider = SetupWizardTemplateProvider;
7
+ class SetupWizardTemplateFeatureHandler {
8
+ constructor(template) {
9
+ this.template = template;
10
+ }
11
+ addFeature(feature) {
12
+ const index = this.template.features.findIndex(s => s.feature.id.toString() == feature.feature.id);
13
+ if (index < 0) {
14
+ this.template.features.push(feature);
15
+ }
16
+ }
17
+ removeFeature(feature) {
18
+ const index = this.template.features.findIndex(s => s.feature.id.toString() == feature.feature.id);
19
+ if (index > -1) {
20
+ this.template.features.splice(index, 1);
21
+ }
22
+ }
23
+ }
24
+ exports.SetupWizardTemplateFeatureHandler = SetupWizardTemplateFeatureHandler;
@@ -0,0 +1,3 @@
1
+ export * from "./SetupWizardProviderApi";
2
+ export * from "./SetupWizardSettings";
3
+ export * from "./SetupWizardTemplateProvider";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./SetupWizardProviderApi"), exports);
5
+ tslib_1.__exportStar(require("./SetupWizardSettings"), exports);
6
+ tslib_1.__exportStar(require("./SetupWizardTemplateProvider"), exports);
@@ -1,23 +1,36 @@
1
1
  import { GuidValue, Identity, MultilingualString } from "@omnia/fx/models";
2
2
  import { SignOffRequestEnums } from "./SignOffRequestEnum";
3
- import { ISignOffRequestResource } from "./SignOffRequestResource";
3
+ import { ISignOffRequestResourceDataSettings } from "./SignOffRequestResource";
4
4
  export interface ISignOffRequestUpdatableProperties {
5
5
  status: SignOffRequestEnums.SignOffRequestStatus;
6
- requestTo?: Array<Identity>;
7
6
  reminderEmails?: Array<string>;
7
+ enterpriseProperties?: {
8
+ [internalName: string]: any;
9
+ };
8
10
  }
9
11
  export interface SignOffRequest extends ISignOffRequestUpdatableProperties {
10
12
  id: GuidValue;
11
13
  title: MultilingualString;
14
+ typeId: GuidValue;
12
15
  description: MultilingualString;
16
+ signOffType: SignOffRequestEnums.SignOffType;
13
17
  requestTo: Array<Identity>;
14
- resources: Array<ISignOffRequestResource>;
18
+ requestToUsers: Array<Identity>;
19
+ resources: Array<ISignOffRequestResourceDataSettings>;
15
20
  requestToEmails: Array<string>;
16
21
  expectedResponsesCount?: number;
17
22
  responsesCount: number;
18
- requestedBy: Identity;
23
+ requestToRecipientCount: number;
24
+ signedOffRecipientCount: number;
25
+ requestedBy: Array<Identity>;
19
26
  createdAt: Date;
20
27
  modifiedAt: Date;
21
28
  modifiedBy: string;
22
29
  progress: SignOffRequestEnums.SignOffRequestProgress;
30
+ enterpriseProperties: {
31
+ [internalName: string]: any;
32
+ };
33
+ resourceCount: number;
34
+ recipientId: Identity;
35
+ isOwner: boolean;
23
36
  }