@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.
- package/index.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/Fx.d.ts +2 -2
- package/internal-do-not-import-from-here/apis/Header.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +3 -2
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +6 -1
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +5 -14
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +3 -3
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -14
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +7 -2
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +63 -8
- package/internal-do-not-import-from-here/models/Constants.js +72 -15
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +2 -2
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +7 -1
- package/internal-do-not-import-from-here/models/Enums.js +7 -0
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +4 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +22 -3
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +125 -6
- package/internal-do-not-import-from-here/models/ManifestIds.js +150 -36
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +6 -5
- package/internal-do-not-import-from-here/models/NotificationPanel.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +4 -26
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +7 -5
- package/internal-do-not-import-from-here/models/Workspace.js +6 -4
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +10 -22
- package/internal-do-not-import-from-here/models/apps/Enums.js +19 -23
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +21 -5
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +5 -0
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -4
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +13 -3
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +4 -0
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +10 -0
- package/internal-do-not-import-from-here/models/apps/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/apps/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +0 -1
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.d.ts +28 -0
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +12 -0
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +2 -1
- package/internal-do-not-import-from-here/models/components/index.js +1 -0
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +1 -1
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/index.d.ts +38 -34
- package/internal-do-not-import-from-here/models/index.js +6 -2
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/qrcode.d.ts +14 -0
- package/internal-do-not-import-from-here/models/qrcode.js +8 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.d.ts +118 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +47 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.d.ts +7 -0
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +12 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +27 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +42 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +8 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.d.ts +20 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +24 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +17 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +15 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +2 -4
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +8 -8
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +9 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +12 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +9 -2
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +92 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +25 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +15 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +24 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.d.ts +19 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +10 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +8 -3
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.d.ts +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +1 -0
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +3 -1
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +6 -2
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +6 -3
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +7 -5
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +26 -9
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +2 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +2 -2
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +4 -3
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +13 -11
- package/internal-do-not-import-from-here/models/styles/index.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +18 -12
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +9 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -16
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +0 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.d.ts +3 -0
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -0
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +0 -1
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/FormService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/HomeService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +5 -3
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +7 -3
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +4 -5
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +8 -6
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +16 -9
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +3 -3
- package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/DialogHelper.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/index.d.ts +3 -0
- package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts +4 -4
- package/models/index.d.ts +1 -1
- package/package.json +1 -1
- package/task.js +10 -10
- package/task.ts +9 -9
- package/internal-do-not-import-from-here/models/SearchAdminSettingsSection.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- /package/internal-do-not-import-from-here/models/{SearchAdminSettingsSection.js → searchstatistics/SearchStatisticsMetricConfiguration.js} +0 -0
- /package/internal-do-not-import-from-here/models/{apps/OfficeNamingPolicyValidationResult.js → setupwizard/SetupWizardProviderApi.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./YammerFeedSettings";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { AppAuthenticationOptions } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { AppAuthenticationOptions } from "../../fx/models";
|
|
3
3
|
export declare class AppAuthenticationOptionsService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private appService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, Layout } from
|
|
2
|
-
import { ChoiceQuestion, ChoiceQuestionStatistic, Form, FormDefinition, FormListing, MultipleChoiceQuestion, QueryFormRequest, Submission } from
|
|
1
|
+
import { GuidValue, Layout } from "@omnia/fx-models";
|
|
2
|
+
import { ChoiceQuestion, ChoiceQuestionStatistic, Form, FormDefinition, FormListing, MultipleChoiceQuestion, QueryFormRequest, Submission } from "../../fx/models";
|
|
3
3
|
export declare class FormService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private readonly baseUrl;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NotificationPanelHistoryEntry } from
|
|
1
|
+
import { NotificationPanelHistoryEntry } from "../models";
|
|
2
2
|
export declare class NotificationPanelHistoryService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
getHistory: (objectIds: Array<string>) => Promise<Array<NotificationPanelHistoryEntry>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { PromotedSearchResult, PromotedSearchResultData } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { PromotedSearchResult, PromotedSearchResultData } from "../../fx/models";
|
|
3
3
|
export declare class PromotedSearchResultService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private readonly baseUrl;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SearchCategoryBase } from "@omnia/workplace/models";
|
|
2
2
|
export declare class SearchCategoryService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
private omniaContext;
|
|
5
5
|
constructor();
|
|
6
|
-
getSeachCategories: (applyTargeting: boolean) => Promise<
|
|
6
|
+
getSeachCategories: (applyTargeting: boolean) => Promise<SearchCategoryBase[]>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { SearchFeedback, SearchFeedbackData, SearchFeedbackQueryRequest, SearchFeedbackQueryResult } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { SearchFeedback, SearchFeedbackData, SearchFeedbackQueryRequest, SearchFeedbackQueryResult } from "../../fx/models";
|
|
3
3
|
export declare class SearchFeedbackService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
private readonly baseUrl;
|
|
@@ -5,10 +5,11 @@ export declare class SignOffRequestService {
|
|
|
5
5
|
private httpClient;
|
|
6
6
|
private readonly baseUrl;
|
|
7
7
|
getRequests: (query: SignOffRequestQuery) => Promise<ItemQueryResult<SignOffRequest>>;
|
|
8
|
+
getRequestById: (id: GuidValue) => Promise<SignOffRequest>;
|
|
8
9
|
getRequestDetails: (id: GuidValue) => Promise<SignOffRequestDetails>;
|
|
9
10
|
addRequest: (request: SignOffRequestCreateModel) => Promise<SignOffRequest>;
|
|
10
11
|
updateRequest: (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => Promise<SignOffRequest>;
|
|
11
|
-
|
|
12
|
+
processRequestUsers: (requestId: GuidValue) => Promise<boolean>;
|
|
12
13
|
removeRequest: (request: SignOffRequest) => Promise<void>;
|
|
13
14
|
getUnconfirmedRequestsForCurrentUserAsync: () => Promise<UserSignOffRequests>;
|
|
14
15
|
confirmResourceRequests: (requestResponses: Array<SignOffRequestResource>) => Promise<void>;
|
|
@@ -17,9 +18,10 @@ export declare class SignOffRequestService {
|
|
|
17
18
|
sendReminderEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
18
19
|
sendCloseEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
19
20
|
sendReopenEmail: (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
20
|
-
sendCompletedEmail: (
|
|
21
|
+
sendCompletedEmail: (request: SignOffRequest) => void;
|
|
21
22
|
closeRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
|
|
22
|
-
|
|
23
|
+
reopenRequest: (signOffRequestId: GuidValue) => Promise<SignOffRequest>;
|
|
24
|
+
downloadReport: (request: SignOffRequest, showUserNameInReport: boolean, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>;
|
|
23
25
|
resolveRequestToUsers: (requestTo: Array<Identity>) => Promise<{
|
|
24
26
|
[groupId: string]: Identity[];
|
|
25
27
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MSTeamsInfo, MSTeamsChannel, MSTeamsApps, TeamCollaborationResult, MSTeamResponseResult } from
|
|
2
|
-
import {
|
|
1
|
+
import { MSTeamsInfo, MSTeamsChannel, MSTeamsApps, TeamCollaborationResult, MSTeamResponseResult, InformationProtectionLabel } from "../../fx/models";
|
|
2
|
+
import { ApiResponse, RollupSetting, AppInstance } from "@omnia/fx-models";
|
|
3
3
|
export declare class TeamCollaborationService {
|
|
4
4
|
private httpClient;
|
|
5
5
|
constructor();
|
|
@@ -13,6 +13,10 @@ export declare class TeamCollaborationService {
|
|
|
13
13
|
getMSTeamsInfo: (groupId: string) => Promise<MSTeamsInfo>;
|
|
14
14
|
getMSTeamsPrimaryChannel: (groupId: string) => Promise<MSTeamsChannel>;
|
|
15
15
|
getMSTeamsApps: (distributionMethod: string) => Promise<MSTeamsApps[]>;
|
|
16
|
-
changeTemplate: (app: AppInstance) => Promise<
|
|
16
|
+
changeTemplate: (app: AppInstance) => Promise<ApiResponse<AppInstance>>;
|
|
17
17
|
getCurrentUserJoinedTeams: () => Promise<MSTeamResponseResult[]>;
|
|
18
|
+
getCurrentUserSensitivityLabels: () => Promise<InformationProtectionLabel[]>;
|
|
19
|
+
triggerSharepointSynchronization: () => Promise<any>;
|
|
20
|
+
private static ensureCurrentUserPermissionsToSyncPromise;
|
|
21
|
+
ensureCurrentUserPermissionsToSync: () => Promise<boolean>;
|
|
18
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SignOffRequestProvider, ISignOffRequestResource, SignOffRequestResourceDetail } from "../models";
|
|
2
2
|
export declare class SignOffRequestUtils {
|
|
3
|
-
static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Array<SignOffRequestResourceDetail
|
|
3
|
+
static getResourcesDetail(resources: Array<ISignOffRequestResource>, providers: Array<SignOffRequestProvider>): Promise<Array<SignOffRequestResourceDetail>>;
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Block, GuidValue, IBlockInstance } from
|
|
1
|
+
import { Block, GuidValue, IBlockInstance } from "@omnia/fx/models";
|
|
2
2
|
import { ICurrentFormStore, Form, Question, FormRendererBlockSettings } from "../../fx/models";
|
|
3
3
|
export declare class CurrentFormStore implements ICurrentFormStore {
|
|
4
4
|
private _vm;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { ThemeDefinition } from
|
|
3
|
-
import { Theming } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { ThemeDefinition } from "@omnia/fx-models";
|
|
3
|
+
import { Theming } from "@omnia/fx/ux";
|
|
4
4
|
export declare class EditingThemeStore extends Store {
|
|
5
5
|
private themeDefinition;
|
|
6
6
|
private theming;
|
|
7
|
-
constructor();
|
|
8
7
|
onActivated(): void;
|
|
9
8
|
onDisposing(): void;
|
|
10
9
|
/** Implementation of Getters */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterValue, DashboardMetricBlock } from
|
|
1
|
+
import { FilterValue, DashboardMetricBlock } from "../models";
|
|
2
2
|
interface IFilterValueProvider {
|
|
3
3
|
getFilterValue: <T extends FilterValue>(type: (new () => T)) => T;
|
|
4
4
|
onFilterChanged: <T extends FilterValue>(metricId: string, type: (new () => T), callBack: (newValue: T) => void) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Layout } from
|
|
2
|
-
import { Store } from
|
|
1
|
+
import { Layout } from "@omnia/fx/models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
3
|
import { Form, FormDefinition, FormTypes } from "../../fx/models";
|
|
4
|
-
import { FormsLocalization } from
|
|
4
|
+
import { FormsLocalization } from "../core/loc/formLocalize";
|
|
5
5
|
export declare class FormStore extends Store {
|
|
6
6
|
/**
|
|
7
7
|
* State
|
|
@@ -10,7 +10,6 @@ export declare class FormStore extends Store {
|
|
|
10
10
|
loc: FormsLocalization.locInterface;
|
|
11
11
|
private loadFormByIdPromises;
|
|
12
12
|
private forms;
|
|
13
|
-
constructor();
|
|
14
13
|
protected onActivated(): void;
|
|
15
14
|
protected onDisposing(): void;
|
|
16
15
|
getters: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { Guid } from
|
|
3
|
-
import { DashboardScope, DashboardMetric, DashboardFilter, DashboardScopeMessage } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { Guid } from "@omnia/fx-models";
|
|
3
|
+
import { DashboardScope, DashboardMetric, DashboardFilter, DashboardScopeMessage } from "../../fx/models";
|
|
4
4
|
export declare class GovernanceDashboardStore extends Store {
|
|
5
5
|
private localizationService;
|
|
6
6
|
private scopesDict;
|
|
@@ -9,7 +9,6 @@ export declare class GovernanceDashboardStore extends Store {
|
|
|
9
9
|
private metricsByScope;
|
|
10
10
|
private filtersByScope;
|
|
11
11
|
private onScopeReady;
|
|
12
|
-
constructor();
|
|
13
12
|
onActivated(): void;
|
|
14
13
|
onDisposing(): void;
|
|
15
14
|
getters: {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UserAgentPlatform } from "@omnia/fx/models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
export interface LinkHandlerDialogAction {
|
|
4
|
+
callback: (e: Event) => void;
|
|
5
|
+
title: string;
|
|
6
|
+
closeDialogAfterRunAction?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class LinkHandlerDialogStore extends Store {
|
|
9
|
+
dialogVisible: import("@omnia/fx/stores").StoreState<boolean>;
|
|
10
|
+
showPrompt: import("@omnia/fx/stores").StoreState<boolean>;
|
|
11
|
+
isRememberChoiceStorageKey: string;
|
|
12
|
+
rememberAction: string;
|
|
13
|
+
customActions: import("@omnia/fx/stores").StoreState<Record<string, LinkHandlerDialogAction>>;
|
|
14
|
+
protected onActivated(): void;
|
|
15
|
+
constructor();
|
|
16
|
+
get: {
|
|
17
|
+
getRememberActionId: () => string;
|
|
18
|
+
};
|
|
19
|
+
mutations: {
|
|
20
|
+
toggleDialog: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
21
|
+
toggleShowPrompt: import("@omnia/fx/stores").StoreMutation<(show: boolean) => void, (show: boolean) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
22
|
+
registerCustomAction: import("@omnia/fx/stores").StoreMutation<(actionId: string, action: LinkHandlerDialogAction) => void, (actionId: string, action: LinkHandlerDialogAction) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
23
|
+
rememberActionId: import("@omnia/fx/stores").StoreMutation<(action: string) => void, (action: string) => import("@omnia/fx-models/Messaging").IMessageBusSubscriptionHandler>;
|
|
24
|
+
};
|
|
25
|
+
actions: {
|
|
26
|
+
openDeepLink: import("@omnia/fx/stores").StoreAction<unknown, (platform: UserAgentPlatform, url: string, waitTime?: number) => void, (result: boolean, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (failureReason: any, platform: UserAgentPlatform, url: string, waitTime?: number) => void, (platform: UserAgentPlatform, url: string, waitTime?: number) => Promise<boolean>>;
|
|
27
|
+
};
|
|
28
|
+
private verifyNavigateDeepLink;
|
|
29
|
+
private createWaitingDialogTimeout;
|
|
30
|
+
private getWaitTime;
|
|
31
|
+
private registerVisibilityCallback;
|
|
32
|
+
private unregisterVisibilityCallback;
|
|
33
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { GuidValue } from
|
|
3
|
-
import { NotificationPanelHistoryEntry, NotificationPanelBlockSettings } from
|
|
4
|
-
import { NotificationPanelHistoryService } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
3
|
+
import { NotificationPanelHistoryEntry, NotificationPanelBlockSettings } from "../models";
|
|
4
|
+
import { NotificationPanelHistoryService } from "../services";
|
|
5
5
|
export declare class NotificationPanelStore extends Store {
|
|
6
6
|
notificationPanelHistoryService: NotificationPanelHistoryService;
|
|
7
7
|
/**
|
|
@@ -10,7 +10,6 @@ export declare class NotificationPanelStore extends Store {
|
|
|
10
10
|
private historyEntries;
|
|
11
11
|
private pendingGetHistoryActions;
|
|
12
12
|
private pendingSetHistoryActions;
|
|
13
|
-
constructor();
|
|
14
13
|
onActivated(): void;
|
|
15
14
|
onDisposing(): void;
|
|
16
15
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { Store } from
|
|
3
|
-
import { PromotedSearchResult, PromotedSearchResultData } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { Store } from "@omnia/fx/stores";
|
|
3
|
+
import { PromotedSearchResult, PromotedSearchResultData } from "../models";
|
|
4
4
|
export declare class PromotedSearchResultStore extends Store {
|
|
5
5
|
private internal;
|
|
6
6
|
private promotedSearchResultService;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { SearchCategoryService } from
|
|
3
|
-
import {
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { SearchCategoryService } from "../services";
|
|
3
|
+
import { SearchCategoryBase } from "../models";
|
|
4
|
+
import { SearchTokenStore } from "./SearchTokenStore";
|
|
4
5
|
export declare class SearchCategoryStore extends Store {
|
|
5
6
|
searchCategoryService: SearchCategoryService;
|
|
6
7
|
private omniaContext;
|
|
8
|
+
searchTokenStore: SearchTokenStore;
|
|
7
9
|
/**
|
|
8
10
|
* State
|
|
9
11
|
*/
|
|
@@ -11,15 +13,14 @@ export declare class SearchCategoryStore extends Store {
|
|
|
11
13
|
private targetedSearchCategories;
|
|
12
14
|
private ensuredLoadSearchCategoriesPromise;
|
|
13
15
|
private ensuredLoadTargetedSearchCategoriesPromise;
|
|
14
|
-
constructor();
|
|
15
16
|
onActivated(): void;
|
|
16
17
|
onDisposing(): void;
|
|
17
18
|
/**
|
|
18
19
|
* Implementation of getters
|
|
19
20
|
*/
|
|
20
21
|
getters: {
|
|
21
|
-
searchCategories: () => Array<
|
|
22
|
-
targetedSearchCategories: () => Array<
|
|
22
|
+
searchCategories: () => Array<SearchCategoryBase>;
|
|
23
|
+
targetedSearchCategories: () => Array<SearchCategoryBase>;
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Implementation of mutations
|
|
@@ -30,5 +31,6 @@ export declare class SearchCategoryStore extends Store {
|
|
|
30
31
|
actions: {
|
|
31
32
|
ensureSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
32
33
|
ensureTargetedSearchCategories: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
34
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchCategories: SearchCategoryBase[]) => void, (result: SearchCategoryBase[], searchCategories: SearchCategoryBase[]) => void, (failureReason: any, searchCategories: SearchCategoryBase[]) => void, (searchCategories: SearchCategoryBase[]) => Promise<SearchCategoryBase[]>>;
|
|
33
35
|
};
|
|
34
36
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
export declare class SearchTokenStore extends Store {
|
|
3
|
+
/**
|
|
4
|
+
* State
|
|
5
|
+
*/
|
|
6
|
+
onActivated(): void;
|
|
7
|
+
onDisposing(): void;
|
|
8
|
+
/**
|
|
9
|
+
* Implementation of getters
|
|
10
|
+
*/
|
|
11
|
+
getters: {};
|
|
12
|
+
/**
|
|
13
|
+
* Implementation of mutations
|
|
14
|
+
*/
|
|
15
|
+
mutations: {};
|
|
16
|
+
actions: {
|
|
17
|
+
ensureTokenReplacementMultiQueryText: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryTexts: {
|
|
18
|
+
[id: string]: string;
|
|
19
|
+
}) => void, (result: {
|
|
20
|
+
[id: string]: string;
|
|
21
|
+
}, searchQueryTexts: {
|
|
22
|
+
[id: string]: string;
|
|
23
|
+
}) => void, (failureReason: any, searchQueryTexts: {
|
|
24
|
+
[id: string]: string;
|
|
25
|
+
}) => void, (searchQueryTexts: {
|
|
26
|
+
[id: string]: string;
|
|
27
|
+
}) => Promise<{
|
|
28
|
+
[id: string]: string;
|
|
29
|
+
}>>;
|
|
30
|
+
ensureTokenReplacement: import("@omnia/fx/stores").StoreAction<unknown, (searchQueryText: string) => void, (result: string, searchQueryText: string) => void, (failureReason: any, searchQueryText: string) => void, (searchQueryText: string) => Promise<string>>;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { GuidValue, Identity } from "@omnia/fx-models";
|
|
3
|
+
import { Store, UserIdentityStore } from "@omnia/fx/stores";
|
|
4
|
+
import { DialogPositions, SidePanelContext } from "@omnia/fx/ux";
|
|
5
|
+
import { ConfirmSignOffRequestResource, ISignOffRequestUpdatableProperties, ItemQueryResult, SignOffRequest, SignOffRequestCreateModel, SignOffRequestDetails, SignOffRequestQuery, SignOffRequestResourceDetail, SignOffRequestScopedQueryTypes, SignOffRequestSettings, UserSignOffRequests } from "../../fx/models";
|
|
4
6
|
export declare class SignOffRequestStore extends Store {
|
|
5
7
|
private signOffRequestService;
|
|
6
|
-
|
|
8
|
+
userIdentityStore: UserIdentityStore;
|
|
9
|
+
omniaContext: OmniaContext;
|
|
7
10
|
private settingsService;
|
|
8
11
|
private ensuredSignOffRequestDetailsPromises;
|
|
9
12
|
private ensuredSignOffRequestedByPromises;
|
|
@@ -16,9 +19,9 @@ export declare class SignOffRequestStore extends Store {
|
|
|
16
19
|
private signOffRequestSettings;
|
|
17
20
|
private resolvedGroupDict;
|
|
18
21
|
private intervalHandler;
|
|
22
|
+
private sidePanelInstanceId;
|
|
19
23
|
private readonly EmaiMaxNoOfUsers;
|
|
20
24
|
readonly SignOffRequestSettingsKey = "wp.signoffrequest.globalsettings";
|
|
21
|
-
constructor();
|
|
22
25
|
onActivated(): void;
|
|
23
26
|
onDisposing(): void;
|
|
24
27
|
/**
|
|
@@ -37,17 +40,21 @@ export declare class SignOffRequestStore extends Store {
|
|
|
37
40
|
ensureLoadSignOffRequestedBy: import("@omnia/fx/stores").StoreAction<unknown, (requestedBy: Identity) => void, (result: ItemQueryResult<SignOffRequest>, requestedBy: Identity) => void, (failureReason: any, requestedBy: Identity) => void, (requestedBy: Identity) => Promise<ItemQueryResult<SignOffRequest>>>;
|
|
38
41
|
ensureLoadSignOffRequestDetails: import("@omnia/fx/stores").StoreAction<unknown, (id: GuidValue) => void, (result: SignOffRequestDetails, id: GuidValue) => void, (failureReason: any, id: GuidValue) => void, (id: GuidValue) => Promise<SignOffRequestDetails>>;
|
|
39
42
|
ensureLoadSignOffRequestedToCurrentUser: import("@omnia/fx/stores").StoreAction<unknown, (isRefreshData?: boolean) => void, (result: ItemQueryResult<SignOffRequest>, isRefreshData?: boolean) => void, (failureReason: any, isRefreshData?: boolean) => void, (isRefreshData?: boolean) => Promise<ItemQueryResult<SignOffRequest>>>;
|
|
40
|
-
addSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (createModel: SignOffRequestCreateModel
|
|
41
|
-
updateSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties
|
|
43
|
+
addSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (createModel: SignOffRequestCreateModel) => void, (result: SignOffRequest, createModel: SignOffRequestCreateModel) => void, (failureReason: any, createModel: SignOffRequestCreateModel) => void, (createModel: SignOffRequestCreateModel) => Promise<SignOffRequest>>;
|
|
44
|
+
updateSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (result: void, signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (failureReason: any, signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => void, (signOffRequest: SignOffRequest, propertiesToUpdate: ISignOffRequestUpdatableProperties) => Promise<void>>;
|
|
42
45
|
removeSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest) => void, (result: any, signOffRequest: SignOffRequest) => void, (failureReason: any, signOffRequest: SignOffRequest) => void, (signOffRequest: SignOffRequest) => Promise<any>>;
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
closeSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (result: SignOffRequest, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (failureReason: any, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (signOffRequest: SignOffRequest, resourceDetails?: Array<SignOffRequestResourceDetail>, sendMail?: boolean) => Promise<SignOffRequest>>;
|
|
47
|
+
reopenSignOffRequest: import("@omnia/fx/stores").StoreAction<unknown, (signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (result: SignOffRequest, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (failureReason: any, signOffRequest: SignOffRequest, resourceDetails?: SignOffRequestResourceDetail[], sendMail?: boolean) => void, (signOffRequest: SignOffRequest, resourceDetails?: Array<SignOffRequestResourceDetail>, sendMail?: boolean) => Promise<SignOffRequest>>;
|
|
48
|
+
confirmResourceRequest: import("@omnia/fx/stores").StoreAction<unknown, (...args: ConfirmSignOffRequestResource[]) => void, (result: void, ...args: ConfirmSignOffRequestResource[]) => void, (failureReason: any, ...args: ConfirmSignOffRequestResource[]) => void, (...requestResources: ConfirmSignOffRequestResource[]) => Promise<void>>;
|
|
49
|
+
unconfirmResourceRequest: import("@omnia/fx/stores").StoreAction<unknown, (...args: ConfirmSignOffRequestResource[]) => void, (result: void, ...args: ConfirmSignOffRequestResource[]) => void, (failureReason: any, ...args: ConfirmSignOffRequestResource[]) => void, (...requestResources: ConfirmSignOffRequestResource[]) => Promise<void>>;
|
|
45
50
|
ensureSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: SignOffRequestSettings) => void, (failureReason: any) => void, () => Promise<SignOffRequestSettings>>;
|
|
46
51
|
updateSignOffRequestSettings: import("@omnia/fx/stores").StoreAction<unknown, (updateSettings: SignOffRequestSettings) => void, (result: SignOffRequestSettings, updateSettings: SignOffRequestSettings) => void, (failureReason: any, updateSettings: SignOffRequestSettings) => void, (updateSettings: SignOffRequestSettings) => Promise<SignOffRequestSettings>>;
|
|
47
52
|
ensureRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestTo: Identity[]) => void, (result: Identity[], requestTo: Identity[]) => void, (failureReason: any, requestTo: Identity[]) => void, (requestTo: Array<Identity>) => Promise<Identity[]>>;
|
|
48
53
|
ensureCurrentRequestToUsers: import("@omnia/fx/stores").StoreAction<unknown, (requestId: GuidValue) => void, (result: Identity[], requestId: GuidValue) => void, (failureReason: any, requestId: GuidValue) => void, (requestId: GuidValue) => Promise<Identity[]>>;
|
|
49
54
|
sendReminderEmail: import("@omnia/fx/stores").StoreAction<unknown, (request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (result: void, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (failureReason: any, request: SignOffRequest, resourceDetails: SignOffRequestResourceDetail[]) => void, (request: SignOffRequest, resourceDetails: Array<SignOffRequestResourceDetail>) => Promise<void>>;
|
|
50
55
|
forceUpdateStatus: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
56
|
+
onOpenPersistentSignOffRequestDetailDialog: import("@omnia/fx/stores").StoreAction<unknown, (sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (result: void, sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (failureReason: any, sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => void, (sidePanelContext: SidePanelContext, signOffRequestId: GuidValue, recipientId: Identity, dialogPosition: DialogPositions, scopedQueryType?: SignOffRequestScopedQueryTypes) => Promise<void>>;
|
|
57
|
+
onClosePersistentSignOffRequestDetailDialog: import("@omnia/fx/stores").StoreAction<unknown, (sidePanelContext: SidePanelContext) => void, (result: void, sidePanelContext: SidePanelContext) => void, (failureReason: any, sidePanelContext: SidePanelContext) => void, (sidePanelContext: SidePanelContext) => Promise<void>>;
|
|
51
58
|
};
|
|
52
59
|
/**
|
|
53
60
|
* Implementation of mutations
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { Store } from
|
|
2
|
-
import { TeamCollaborationRollupResultItem, TeamCollaborationRollupQuery, TeamCollaborationResult, TeamCollaborationRollupScopeTypes } from
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
import { TeamCollaborationRollupResultItem, TeamCollaborationRollupQuery, TeamCollaborationResult, TeamCollaborationRollupScopeTypes } from "../../fx/models";
|
|
3
3
|
export declare class TeamCollaborationStore extends Store {
|
|
4
4
|
private teamCollaborationService;
|
|
5
5
|
private subscriptionHandler;
|
|
6
6
|
private appStore;
|
|
7
7
|
private omniaContext;
|
|
8
|
+
private multilingualStore;
|
|
8
9
|
private followedSitesLocalStorageKey;
|
|
9
10
|
private loadMemberOfGroupsPromise;
|
|
10
11
|
private loadFollowingSitesPromise;
|
|
@@ -13,7 +14,6 @@ export declare class TeamCollaborationStore extends Store {
|
|
|
13
14
|
groups: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem[]>;
|
|
14
15
|
visitApp: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem>;
|
|
15
16
|
followItem: import("@omnia/fx/stores").StoreState<TeamCollaborationRollupResultItem>;
|
|
16
|
-
constructor();
|
|
17
17
|
onActivated(): void;
|
|
18
18
|
onDisposing(): void;
|
|
19
19
|
/** Implementation of Getters */
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Store } from "@omnia/fx/stores";
|
|
2
|
+
export declare class UserMenuStore extends Store {
|
|
3
|
+
showMySubscriptions: import("@omnia/fx/stores").StoreState<boolean>;
|
|
4
|
+
protected onActivated(): void;
|
|
5
|
+
onDisposing(): void;
|
|
6
|
+
getters: {
|
|
7
|
+
getShowMySubscriptions: () => boolean;
|
|
8
|
+
};
|
|
9
|
+
mutations: {
|
|
10
|
+
setShowMySubscriptions: (show: boolean) => void;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { GuidValue, IRouteContext } from "@omnia/fx-models";
|
|
2
|
+
interface BootstrapInfo {
|
|
3
|
+
elemToRender?: string;
|
|
4
|
+
urlToRedirect?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare class AppRendererBootstrapper {
|
|
7
|
+
private trackingAppId;
|
|
8
|
+
private renderingElementName;
|
|
9
|
+
private appDefinitionIds;
|
|
10
|
+
private getBootstrapInfo;
|
|
11
|
+
private relevantElementsToCleanup;
|
|
12
|
+
constructor(appDefinitionIds: GuidValue[], getBootstrapInfo: (routeContext: IRouteContext) => BootstrapInfo, relevantElementsToCleanup: string[]);
|
|
13
|
+
private cleanup;
|
|
14
|
+
private handler;
|
|
15
|
+
run(): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { OmniaContext } from "@omnia/fx";
|
|
2
|
+
import { Future, IMessageBusTopicSubscription } from "@omnia/fx-models";
|
|
3
|
+
import { microsoftTeams } from "@omnia/fx-msteams/internal-do-not-import-from-here/MicrosoftTeams";
|
|
4
|
+
import { SharePointEnvironmentContext, SharePointPageContext } from "@omnia/fx-sp";
|
|
5
|
+
interface MSTeamsTabContext {
|
|
6
|
+
readonly id: string;
|
|
7
|
+
readonly teamsAppId: string;
|
|
8
|
+
readonly context: microsoftTeams.Context;
|
|
9
|
+
readonly microsoftTeamsApi: typeof microsoftTeams;
|
|
10
|
+
}
|
|
11
|
+
export declare class TeamworkContext {
|
|
12
|
+
private graphClient;
|
|
13
|
+
private sharePointContext;
|
|
14
|
+
private omniaContext;
|
|
15
|
+
private initPromise;
|
|
16
|
+
private contextChangedPublishSubscriber;
|
|
17
|
+
constructor();
|
|
18
|
+
get instance(): {
|
|
19
|
+
spPageContext: SharePointPageContext;
|
|
20
|
+
spEnvironmentContext: SharePointEnvironmentContext;
|
|
21
|
+
msTeamsTabContext: MSTeamsTabContext;
|
|
22
|
+
omniaContext: OmniaContext;
|
|
23
|
+
};
|
|
24
|
+
get onReady(): Future<void>;
|
|
25
|
+
get onChanged(): IMessageBusTopicSubscription<TeamworkContext>;
|
|
26
|
+
private _instance;
|
|
27
|
+
private static getMsTeamsTabContextPromise;
|
|
28
|
+
private init;
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["
|
|
1
|
+
{"omnia-workplace-announcements-settings":["settingsKey"],"owpl-announcement-like-comment":["visible","onClose"],"owpl-quicklink-settings":["settingsKey"],"omnia-workplace-np-settings":["journey","registerBlade","currentSettings","save","componentSettingsChange"],"pan-people-rollup-settings-breakpoint":["breakPointId"],"omnia-workplace-quick-search":["searchKeyword","searchBoxStyling","styles","onChangeMode","onCloseDialog","searchConfig"],"omnia-workplace-advanced-search":["searchKeyword","styles","onChangeMode","onCloseDialog","searchBoxStyling","searchConfig","selectedSearchCategoryId"],"omnia-workplace-search-header":["onClickOutside","searchSettings","autoFocus"],"otc-teamsites-editingproperties":["onClosed"],"otc-teamcollaborationapps-instance":["valueBind","useValidator"],"pan-userprofile-propertyfeedback":["visible","propertyName","onClose"],"omnia-workplace-yammer-settings":["settingsKey"]}
|
package/internal-do-not-import-from-here/webcomponents/IAppAuthenticationOptionsComponent.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GuidValue } from
|
|
2
|
-
import { TsxAllowUnknowProperties } from
|
|
3
|
-
import { AppAuthenticationOptionsApi } from
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
|
2
|
+
import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
|
|
3
|
+
import { AppAuthenticationOptionsApi } from "../../models";
|
|
4
4
|
export interface IAppAuthenticationOptionsComponent {
|
|
5
5
|
/**
|
|
6
6
|
* App Instance Id to configure the authentication options
|
|
@@ -27,7 +27,7 @@ export interface IAppAuthenticationOptionsComponent {
|
|
|
27
27
|
getApi?: (api: AppAuthenticationOptionsApi) => void;
|
|
28
28
|
}
|
|
29
29
|
declare global {
|
|
30
|
-
namespace JSX {
|
|
30
|
+
namespace VueTsxSupport.JSX {
|
|
31
31
|
interface Element {
|
|
32
32
|
}
|
|
33
33
|
interface ElementClass {
|
package/models/index.d.ts
CHANGED