@omnia/workplace 7.0.6-dev → 7.0.6
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 +1 -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 +6 -2
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -1
- 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 +62 -8
- package/internal-do-not-import-from-here/models/Constants.js +70 -14
- 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 +119 -12
- package/internal-do-not-import-from-here/models/ManifestIds.js +148 -46
- 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 +5 -5
- package/internal-do-not-import-from-here/models/Workspace.js +2 -2
- 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 +10 -5
- 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 -11
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +4 -3
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamworkAppLayoutDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/apps/index.d.ts +4 -5
- package/internal-do-not-import-from-here/models/apps/index.js +13 -14
- 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/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 +1 -1
- package/internal-do-not-import-from-here/models/components/index.js +7 -7
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +1 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +1 -1
- 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/forms/index.js +3 -3
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +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 +67 -63
- 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/mediapicker/index.js +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/myteamcollaboration/index.js +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/powerapp/index.js +2 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +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/searchfeedbacks/index.js +2 -2
- 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 +16 -12
- 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 +4 -3
- package/internal-do-not-import-from-here/models/siteproperties/index.js +1 -1
- 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/sites/index.js +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 +2 -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 +6 -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 +3 -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 +29 -27
- 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/teamcollaborationnavigation/index.js +2 -2
- 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/teamcollaborationrollup/index.js +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/teamnewsrollup/index.js +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/models/yammer/index.js +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 +3 -2
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +6 -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/TeamworkContext.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/index.d.ts +2 -1
- 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 +8 -8
- 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,7 +1,7 @@
|
|
|
1
|
-
import { BusinessProfileProperty, AppRoutePropertyBagModel,
|
|
1
|
+
import { BusinessProfileProperty, AppRoutePropertyBagModel, VersionedLayoutDefinition, MediaPickerImage, SpacingSettings, MultilingualString, IIcon, GuidValue, ThemeDefinition, ActionHandler } from "@omnia/fx-models";
|
|
2
2
|
import { Enums } from "./Enums";
|
|
3
|
-
import { TargetingFilterProperty } from
|
|
4
|
-
import { ActionHandlerInstance } from
|
|
3
|
+
import { TargetingFilterProperty } from "@omnia/fx-sp";
|
|
4
|
+
import { ActionHandlerInstance } from "@omnia/fx/ux";
|
|
5
5
|
export declare const WorkspaceVerticalNavWidth = 256;
|
|
6
6
|
export declare class WorkspaceInfo extends BusinessProfileProperty {
|
|
7
7
|
appInstanceId: string;
|
|
@@ -66,10 +66,10 @@ export interface MegaMenuLayoutSettings {
|
|
|
66
66
|
inheritSize: boolean;
|
|
67
67
|
customSize?: MegaMenuLayoutCustomSize;
|
|
68
68
|
}
|
|
69
|
-
export declare class HomeLayoutDefinition extends
|
|
69
|
+
export declare class HomeLayoutDefinition extends VersionedLayoutDefinition {
|
|
70
70
|
constructor();
|
|
71
71
|
}
|
|
72
|
-
export declare class MegaMenuLayoutDefinition extends
|
|
72
|
+
export declare class MegaMenuLayoutDefinition extends VersionedLayoutDefinition {
|
|
73
73
|
constructor();
|
|
74
74
|
settings: MegaMenuLayoutSettings;
|
|
75
75
|
}
|
|
@@ -53,7 +53,7 @@ class WorkspaceMegaMenuMapping extends fx_models_1.AppRoutePropertyBagModel {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
exports.WorkspaceMegaMenuMapping = WorkspaceMegaMenuMapping;
|
|
56
|
-
class HomeLayoutDefinition extends fx_models_1.
|
|
56
|
+
class HomeLayoutDefinition extends fx_models_1.VersionedLayoutDefinition {
|
|
57
57
|
constructor() {
|
|
58
58
|
super("34525ea4-3e95-4714-81d4-bb693c921fd8");
|
|
59
59
|
const layoutId = fx_models_1.Guid.newGuid().toString();
|
|
@@ -71,7 +71,7 @@ class HomeLayoutDefinition extends fx_models_1.AppLayoutDefinition {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
exports.HomeLayoutDefinition = HomeLayoutDefinition;
|
|
74
|
-
class MegaMenuLayoutDefinition extends fx_models_1.
|
|
74
|
+
class MegaMenuLayoutDefinition extends fx_models_1.VersionedLayoutDefinition {
|
|
75
75
|
constructor() {
|
|
76
76
|
super("95103f18-df83-4436-8bc0-58ccc091af69");
|
|
77
77
|
const layoutId = fx_models_1.Guid.newGuid().toString();
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
export declare module AppEnums {
|
|
2
|
-
enum
|
|
3
|
-
SharePointTeamSite =
|
|
4
|
-
|
|
5
|
-
YammerGroup =
|
|
6
|
-
FacebookWorkplaceGroup =
|
|
7
|
-
|
|
8
|
-
MicrosoftTeam = 6
|
|
2
|
+
enum TeamworkResourceTypeIds {
|
|
3
|
+
SharePointTeamSite = "3e87bfb4-705a-4590-8c5f-599a0e58c3ac",
|
|
4
|
+
M365Group = "071484a2-6727-454a-9e7c-e103f5da0c84",
|
|
5
|
+
YammerGroup = "298429f6-8e39-4bb6-9e25-129896709d1f",
|
|
6
|
+
FacebookWorkplaceGroup = "76b4cae2-a213-4f9d-a7e0-e20b05eb2de8",
|
|
7
|
+
MicrosoftTeam = "026f8912-2c6f-4f19-81b8-fcbaca4864a2"
|
|
9
8
|
}
|
|
10
9
|
enum TeamPrivacyOptions {
|
|
11
10
|
Public = "Public",
|
|
@@ -28,23 +27,12 @@ export declare module AppEnums {
|
|
|
28
27
|
Strict = "Strict"
|
|
29
28
|
}
|
|
30
29
|
enum InstalledTeamApps {
|
|
31
|
-
|
|
32
|
-
Planner = "com.microsoft.teamspace.tab.planner",
|
|
33
|
-
MicrosoftStream = "com.microsoftstream.embed.skypeteamstab",
|
|
34
|
-
MicrosoftForms = "81fef3a6-72aa-4648-a763-de824aeafb7d",
|
|
35
|
-
Word = "com.microsoft.teamspace.tab.file.staticviewer.word",
|
|
36
|
-
Excel = "com.microsoft.teamspace.tab.file.staticviewer.excel",
|
|
37
|
-
PowerPoint = "com.microsoft.teamspace.tab.file.staticviewer.powerpoint",
|
|
38
|
-
PDF = "com.microsoft.teamspace.tab.file.staticviewer.pdf",
|
|
39
|
-
Wiki = "com.microsoft.teamspace.tab.wiki",
|
|
40
|
-
DocumentLibrary = "com.microsoft.teamspace.tab.files.sharepoint",
|
|
41
|
-
OneNote = "0d820ecd-def2-4297-adad-78056cde7c78",
|
|
42
|
-
PowerBI = "com.microsoft.teamspace.tab.powerbi",
|
|
43
|
-
SharePoint = "2a527703-1f6f-4559-a332-d8a7d288cd88"
|
|
30
|
+
Planner = "com.microsoft.teamspace.tab.planner"
|
|
44
31
|
}
|
|
45
32
|
enum TeamAppsType {
|
|
46
|
-
|
|
47
|
-
|
|
33
|
+
None = 0,
|
|
34
|
+
App = 1,
|
|
35
|
+
Layout = 2
|
|
48
36
|
}
|
|
49
37
|
enum ResourceUrlType {
|
|
50
38
|
SharepointSite = 1,
|
|
@@ -3,15 +3,22 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.AppEnums = void 0;
|
|
4
4
|
var AppEnums;
|
|
5
5
|
(function (AppEnums) {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
6
|
+
//export enum TeamCollaborationAppType {
|
|
7
|
+
// SharePointTeamSite = 1,
|
|
8
|
+
// Office365Group = 2,
|
|
9
|
+
// YammerGroup = 3,
|
|
10
|
+
// FacebookWorkplaceGroup = 4,
|
|
11
|
+
// SharePointCommunicationSite = 5,
|
|
12
|
+
// MicrosoftTeam = 6
|
|
13
|
+
//}
|
|
14
|
+
let TeamworkResourceTypeIds;
|
|
15
|
+
(function (TeamworkResourceTypeIds) {
|
|
16
|
+
TeamworkResourceTypeIds["SharePointTeamSite"] = "3e87bfb4-705a-4590-8c5f-599a0e58c3ac";
|
|
17
|
+
TeamworkResourceTypeIds["M365Group"] = "071484a2-6727-454a-9e7c-e103f5da0c84";
|
|
18
|
+
TeamworkResourceTypeIds["YammerGroup"] = "298429f6-8e39-4bb6-9e25-129896709d1f";
|
|
19
|
+
TeamworkResourceTypeIds["FacebookWorkplaceGroup"] = "76b4cae2-a213-4f9d-a7e0-e20b05eb2de8";
|
|
20
|
+
TeamworkResourceTypeIds["MicrosoftTeam"] = "026f8912-2c6f-4f19-81b8-fcbaca4864a2";
|
|
21
|
+
})(TeamworkResourceTypeIds = AppEnums.TeamworkResourceTypeIds || (AppEnums.TeamworkResourceTypeIds = {}));
|
|
15
22
|
let TeamPrivacyOptions;
|
|
16
23
|
(function (TeamPrivacyOptions) {
|
|
17
24
|
TeamPrivacyOptions["Public"] = "Public";
|
|
@@ -38,24 +45,13 @@ var AppEnums;
|
|
|
38
45
|
})(GiphyContentRatingType = AppEnums.GiphyContentRatingType || (AppEnums.GiphyContentRatingType = {}));
|
|
39
46
|
let InstalledTeamApps;
|
|
40
47
|
(function (InstalledTeamApps) {
|
|
41
|
-
InstalledTeamApps["Website"] = "com.microsoft.teamspace.tab.web";
|
|
42
48
|
InstalledTeamApps["Planner"] = "com.microsoft.teamspace.tab.planner";
|
|
43
|
-
InstalledTeamApps["MicrosoftStream"] = "com.microsoftstream.embed.skypeteamstab";
|
|
44
|
-
InstalledTeamApps["MicrosoftForms"] = "81fef3a6-72aa-4648-a763-de824aeafb7d";
|
|
45
|
-
InstalledTeamApps["Word"] = "com.microsoft.teamspace.tab.file.staticviewer.word";
|
|
46
|
-
InstalledTeamApps["Excel"] = "com.microsoft.teamspace.tab.file.staticviewer.excel";
|
|
47
|
-
InstalledTeamApps["PowerPoint"] = "com.microsoft.teamspace.tab.file.staticviewer.powerpoint";
|
|
48
|
-
InstalledTeamApps["PDF"] = "com.microsoft.teamspace.tab.file.staticviewer.pdf";
|
|
49
|
-
InstalledTeamApps["Wiki"] = "com.microsoft.teamspace.tab.wiki";
|
|
50
|
-
InstalledTeamApps["DocumentLibrary"] = "com.microsoft.teamspace.tab.files.sharepoint";
|
|
51
|
-
InstalledTeamApps["OneNote"] = "0d820ecd-def2-4297-adad-78056cde7c78";
|
|
52
|
-
InstalledTeamApps["PowerBI"] = "com.microsoft.teamspace.tab.powerbi";
|
|
53
|
-
InstalledTeamApps["SharePoint"] = "2a527703-1f6f-4559-a332-d8a7d288cd88";
|
|
54
49
|
})(InstalledTeamApps = AppEnums.InstalledTeamApps || (AppEnums.InstalledTeamApps = {}));
|
|
55
50
|
let TeamAppsType;
|
|
56
51
|
(function (TeamAppsType) {
|
|
57
|
-
TeamAppsType[TeamAppsType["
|
|
58
|
-
TeamAppsType[TeamAppsType["
|
|
52
|
+
TeamAppsType[TeamAppsType["None"] = 0] = "None";
|
|
53
|
+
TeamAppsType[TeamAppsType["App"] = 1] = "App";
|
|
54
|
+
TeamAppsType[TeamAppsType["Layout"] = 2] = "Layout";
|
|
59
55
|
})(TeamAppsType = AppEnums.TeamAppsType || (AppEnums.TeamAppsType = {}));
|
|
60
56
|
let ResourceUrlType;
|
|
61
57
|
(function (ResourceUrlType) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AppEnums } from
|
|
2
|
-
import {
|
|
1
|
+
import { AppEnums } from "./Enums";
|
|
2
|
+
import { VersionedLayoutId, GuidValue } from "@omnia/fx-models";
|
|
3
3
|
export interface MicrosoftTeamGeneralProperties {
|
|
4
4
|
visibility?: AppEnums.TeamPrivacyOptions;
|
|
5
5
|
displayName?: string;
|
|
@@ -14,6 +14,7 @@ export interface MicrosoftTeamCreationInformation extends MicrosoftTeamGeneralPr
|
|
|
14
14
|
discoverySettings?: DiscoverySettings;
|
|
15
15
|
installedApps?: InstalledApp[];
|
|
16
16
|
msTeamTemplateId?: string;
|
|
17
|
+
templateSetupType: AppEnums.TemplateSetupTypes;
|
|
17
18
|
}
|
|
18
19
|
export interface MicrosoftTeamCloningProperties extends MicrosoftTeamGeneralProperties {
|
|
19
20
|
partsToClone: string;
|
|
@@ -21,6 +22,7 @@ export interface MicrosoftTeamCloningProperties extends MicrosoftTeamGeneralProp
|
|
|
21
22
|
}
|
|
22
23
|
export interface MicrosoftTeamCloningInformation extends MicrosoftTeamCloningProperties {
|
|
23
24
|
msTeamAppId: GuidValue;
|
|
25
|
+
msTeamAppName?: string;
|
|
24
26
|
}
|
|
25
27
|
export interface Channel {
|
|
26
28
|
displayName?: string;
|
|
@@ -37,12 +39,13 @@ export interface TabCustomUrlConfiguration {
|
|
|
37
39
|
}
|
|
38
40
|
export interface LayoutTabUrlConfiguration extends TabCustomUrlConfiguration {
|
|
39
41
|
type: TabCustomUrlType.Layout;
|
|
40
|
-
layoutId:
|
|
42
|
+
layoutId: VersionedLayoutId;
|
|
43
|
+
isDefaultLayout: boolean;
|
|
41
44
|
}
|
|
42
45
|
export interface Tab {
|
|
43
46
|
name?: string;
|
|
44
47
|
teamAppType?: AppEnums.TeamAppsType;
|
|
45
|
-
|
|
48
|
+
"teamsApp@odata.bind"?: string;
|
|
46
49
|
configuration?: TeamsAppConfig;
|
|
47
50
|
tabProvisionFeatureId?: GuidValue;
|
|
48
51
|
customUrlConfiguration?: TabCustomUrlConfiguration;
|
|
@@ -51,6 +54,7 @@ export interface TeamsAppConfig {
|
|
|
51
54
|
entityId?: string;
|
|
52
55
|
contentUrl?: string;
|
|
53
56
|
websiteUrl?: string;
|
|
57
|
+
createPlannerBoard?: boolean;
|
|
54
58
|
}
|
|
55
59
|
export interface MemberSettings {
|
|
56
60
|
allowCreateUpdateChannels?: boolean;
|
|
@@ -81,7 +85,8 @@ export interface DiscoverySettings {
|
|
|
81
85
|
showInTeamsSearchAndSuggestions?: boolean;
|
|
82
86
|
}
|
|
83
87
|
export interface InstalledApp {
|
|
84
|
-
|
|
88
|
+
title?: string;
|
|
89
|
+
"teamsApp@odata.bind"?: string;
|
|
85
90
|
teamAppType?: AppEnums.TeamAppsType;
|
|
86
91
|
configuration?: TeamsAppConfig;
|
|
87
92
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AppInstance } from
|
|
2
|
-
import { TeamCollaborationAppInstanceProperties } from
|
|
1
|
+
import { AppInstance } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationAppInstanceProperties } from "./TeamCollaborationAppInstanceProperties";
|
|
3
3
|
export interface TeamCollaborationAppInstanceContext {
|
|
4
4
|
spurl: string;
|
|
5
5
|
[name: string]: string;
|
package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Identity } from
|
|
2
|
-
import { TeamCollaborationAppTemplateProperties } from
|
|
3
|
-
import { Membership } from
|
|
4
|
-
import { MicrosoftTeamCloningInformation } from
|
|
1
|
+
import { Identity } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationAppTemplateProperties } from "./TeamCollaborationAppTemplateProperties";
|
|
3
|
+
import { Membership } from "./Membership";
|
|
4
|
+
import { MicrosoftTeamCloningInformation } from ".";
|
|
5
5
|
export interface TeamCollaborationAppInstanceProperties extends TeamCollaborationAppTemplateProperties {
|
|
6
6
|
/**
|
|
7
7
|
*
|
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
import { AppTemplate } from
|
|
2
|
-
import { TeamCollaborationAppTemplateProperties } from
|
|
1
|
+
import { AppTemplate } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationAppTemplateProperties } from ".";
|
|
3
3
|
export interface TeamCollaborationAppTemplate extends AppTemplate {
|
|
4
4
|
properties: TeamCollaborationAppTemplateProperties;
|
|
5
5
|
}
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated this will be removed in 7.0
|
|
8
|
-
*
|
|
9
|
-
* */
|
|
10
|
-
export interface ProvisionEnterpriseProperties {
|
|
11
|
-
team: boolean;
|
|
12
|
-
yammer: boolean;
|
|
13
|
-
facebook: boolean;
|
|
14
|
-
}
|
package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { AppEnums } from
|
|
2
|
-
import { AppTemplateProperties, GuidValue } from
|
|
1
|
+
import { AppEnums } from "./Enums";
|
|
2
|
+
import { AppTemplateProperties, GuidValue } from "@omnia/fx-models";
|
|
3
|
+
import { MicrosoftTeamCreationInformation } from ".";
|
|
3
4
|
export interface PermissionIdentities {
|
|
4
5
|
defaultAdministrator?: string[];
|
|
5
6
|
secondAdministrator?: string[];
|
|
@@ -13,7 +14,6 @@ export interface InformationProtectionLabel {
|
|
|
13
14
|
isActive: boolean;
|
|
14
15
|
}
|
|
15
16
|
export interface TeamCollaborationAppTemplateProperties extends AppTemplateProperties {
|
|
16
|
-
appType?: AppEnums.TeamCollaborationAppType;
|
|
17
17
|
location?: string;
|
|
18
18
|
userCanSelectLanguage?: boolean;
|
|
19
19
|
permissions: PermissionIdentities;
|
|
@@ -26,4 +26,5 @@ export interface TeamCollaborationAppTemplateProperties extends AppTemplatePrope
|
|
|
26
26
|
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
27
27
|
sensitivityLabelId?: GuidValue;
|
|
28
28
|
userCanSelectTimeZone?: boolean;
|
|
29
|
+
msTeam?: MicrosoftTeamCreationInformation;
|
|
29
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare class TeamworkAppLayoutDefinition extends
|
|
1
|
+
import { VersionedLayoutDefinition } from "@omnia/fx/models";
|
|
2
|
+
export declare class TeamworkAppLayoutDefinition extends VersionedLayoutDefinition {
|
|
3
3
|
constructor();
|
|
4
4
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TeamworkAppLayoutDefinition = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx/models");
|
|
5
|
-
class TeamworkAppLayoutDefinition extends models_1.
|
|
5
|
+
class TeamworkAppLayoutDefinition extends models_1.VersionedLayoutDefinition {
|
|
6
6
|
constructor() {
|
|
7
7
|
super("c8d6dfe7-25cb-4b05-8e30-0dca4b1c05fe");
|
|
8
8
|
}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./Enums";
|
|
2
|
+
export * from "./TeamCollaborationAppTemplateProperties";
|
|
3
|
+
export * from "./TeamCollaborationAppInstanceProperties";
|
|
4
|
+
export * from "./SharePointSiteInfo";
|
|
5
5
|
export * from "./TeamCollaborationAppTemplate";
|
|
6
6
|
export * from "./TeamProvisioning";
|
|
7
7
|
export * from "./SiteDesign";
|
|
8
8
|
export * from "./MSTeamsInfo";
|
|
9
9
|
export * from "./TeamCollaborationAppInstance";
|
|
10
|
-
export * from "./OfficeNamingPolicyValidationResult";
|
|
11
10
|
export * from "./MSTeamsChannel";
|
|
12
11
|
export * from "./MSTeamsProperties";
|
|
13
12
|
export * from "./MSTeamsApps";
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
(0, tslib_1.__exportStar)(require("./TeamworkAppLayoutDefinition"), exports);
|
|
4
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppTemplateProperties"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppInstanceProperties"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SharePointSiteInfo"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppTemplate"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./TeamProvisioning"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./SiteDesign"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./MSTeamsInfo"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./TeamCollaborationAppInstance"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./MSTeamsChannel"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./MSTeamsProperties"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./MSTeamsApps"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./TeamworkAppLayoutDefinition"), exports);
|
package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MultilingualString } from
|
|
2
|
-
import { MSTeamChannelFeedSorting } from
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { MSTeamChannelFeedSorting } from "..";
|
|
3
3
|
export declare const MicrosoftTeamChannelFeedElementName: {
|
|
4
4
|
microsoftTeamChannelFeedBlockSettings: string;
|
|
5
5
|
microsoftTeamChannelFeedBlockEdit: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
export declare const MySitesStyles: {
|
|
3
3
|
socialIcon?: types.NestedCSSProperties;
|
|
4
4
|
siteIcon?: types.NestedCSSProperties;
|
|
@@ -11,8 +11,9 @@ export declare const MySitesStyles: {
|
|
|
11
11
|
clickable?: types.NestedCSSProperties;
|
|
12
12
|
hasNotFollowedSite?: types.NestedCSSProperties;
|
|
13
13
|
footerWrapper?: types.NestedCSSProperties;
|
|
14
|
-
color?: types.NestedCSSProperties;
|
|
14
|
+
color?: (color: string) => types.NestedCSSProperties;
|
|
15
15
|
createSiteHeading?: types.NestedCSSProperties;
|
|
16
16
|
li?: types.NestedCSSProperties;
|
|
17
|
+
ul?: types.NestedCSSProperties;
|
|
17
18
|
buttonOutline?: types.NestedCSSProperties;
|
|
18
19
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { SpacingSettings } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
3
|
export declare const TeamNewsBlockStyles: {
|
|
4
4
|
padding?: (spacing: SpacingSettings) => types.NestedCSSProperties;
|
|
5
5
|
linkTextDecoration?: types.NestedCSSProperties;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./TeamNewsBlockStyles"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./MyTeamCollaborationStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamSiteEditPropertiesStyles"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./MySitesStyles"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateTeamworkStyles"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateTeamworkBlock"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./PostsFeedBlock"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./FacebookWorkplaceSettingsSection"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./AddFavoriteButtonHandlerSettings"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessProfileProperty, GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from
|
|
1
|
+
import { BusinessProfileProperty, GuidValue, Identity, Layout, MultilingualString, SpacingSettings } from "@omnia/fx/models";
|
|
2
2
|
export interface Form {
|
|
3
3
|
id?: number;
|
|
4
4
|
definition: FormDefinition;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Block, GuidValue, IBlockInstance } from
|
|
2
|
-
import { Form, FormRendererBlockSettings, Question } from
|
|
1
|
+
import { Block, GuidValue, IBlockInstance } from "@omnia/fx/models";
|
|
2
|
+
import { Form, FormRendererBlockSettings, Question } from "./Form";
|
|
3
3
|
export interface ICurrentFormStore {
|
|
4
4
|
getForm(): Form;
|
|
5
5
|
getShowResponseFlag(): any;
|
|
@@ -21,11 +21,11 @@ export interface IFormLayoutProvider {
|
|
|
21
21
|
form: string;
|
|
22
22
|
}
|
|
23
23
|
export declare const FormLayoutProvider: IFormLayoutProvider;
|
|
24
|
-
declare module
|
|
24
|
+
declare module "@omnia/fx-models/Layout" {
|
|
25
25
|
interface ILayoutDependencyProvider extends IFormLayoutProvider {
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
declare module
|
|
28
|
+
declare module "@omnia/fx-models/Layout" {
|
|
29
29
|
interface IBlockInstance<TSettings = void> {
|
|
30
30
|
form: {
|
|
31
31
|
currentFormStore: ICurrentFormStore;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./Form"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./FormLayout"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Statistic"), exports);
|
package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models";
|
|
2
|
-
import { FilterValue, DashboardMetricSettings } from
|
|
2
|
+
import { FilterValue, DashboardMetricSettings } from "../GovernanceDashboards";
|
|
3
3
|
export declare enum NewTeamworksTimeType {
|
|
4
4
|
OneWeek = 0,
|
|
5
5
|
TwoWeeks = 1,
|