@omnia/workplace 7.0.50-vnext → 7.0.51-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/Fx.d.ts +11 -0
- package/internal-do-not-import-from-here/apis/Header.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/NotificationPanel.d.ts +24 -0
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +20 -0
- package/internal-do-not-import-from-here/apis/SearchProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/SearchTemplate.d.ts +20 -0
- package/internal-do-not-import-from-here/apis/SearchTokenProviderApi.d.ts +18 -0
- package/internal-do-not-import-from-here/apis/TeamNewsRollup.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +17 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +9 -0
- package/internal-do-not-import-from-here/core/Styles.d.ts +5 -0
- package/internal-do-not-import-from-here/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +115 -0
- package/internal-do-not-import-from-here/core/loc/formLocalize.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/core/loc/localize.d.ts +50 -0
- package/internal-do-not-import-from-here/core/loc/localize.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/core/loc/powerappLocalize.d.ts +24 -0
- package/internal-do-not-import-from-here/core/loc/powerappLocalize.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/core/messaging/InternalWorkplaceTopics.d.ts +18 -0
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +12 -0
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +17 -0
- package/internal-do-not-import-from-here/core/messaging/index.d.ts +2 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +26 -0
- package/internal-do-not-import-from-here/core/utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +7 -0
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.d.ts +14 -0
- package/internal-do-not-import-from-here/models/ActionMenuExportationMsg.js +2 -0
- package/internal-do-not-import-from-here/models/ActionRouteInfo.d.ts +4 -0
- package/internal-do-not-import-from-here/models/ActionRouteInfo.js +2 -0
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.d.ts +4 -0
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.js +2 -0
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +25 -0
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.js +2 -0
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +4 -0
- package/internal-do-not-import-from-here/models/AppTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +4 -0
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.js +11 -0
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +28 -0
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.js +2 -0
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.d.ts +4 -0
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/Constants.d.ts +234 -0
- package/internal-do-not-import-from-here/models/Constants.js +257 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +56 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.js +13 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.js +2 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.js +2 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +5 -0
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +2 -0
- package/internal-do-not-import-from-here/models/Enums.d.ts +129 -0
- package/internal-do-not-import-from-here/models/Enums.js +159 -0
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +5 -0
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.js +11 -0
- package/internal-do-not-import-from-here/models/FooterSettings.d.ts +16 -0
- package/internal-do-not-import-from-here/models/FooterSettings.js +13 -0
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +56 -0
- package/internal-do-not-import-from-here/models/GovernanceDashboards.js +19 -0
- package/internal-do-not-import-from-here/models/HeaderSetting.d.ts +25 -0
- package/internal-do-not-import-from-here/models/HeaderSetting.js +2 -0
- package/internal-do-not-import-from-here/models/IAdminComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/models/IAdminComponent.js +2 -0
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +24 -0
- package/internal-do-not-import-from-here/models/ISearchTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/LogoSettings.js +2 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +511 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +523 -0
- package/internal-do-not-import-from-here/models/MyTaskItem.d.ts +18 -0
- package/internal-do-not-import-from-here/models/MyTaskItem.js +2 -0
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +5 -0
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.js +2 -0
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +112 -0
- package/internal-do-not-import-from-here/models/NotificationPanel.js +27 -0
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.d.ts +5 -0
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.js +2 -0
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +58 -0
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.js +2 -0
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +32 -0
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.js +2 -0
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +5 -0
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +2 -0
- package/internal-do-not-import-from-here/models/Search.d.ts +87 -0
- package/internal-do-not-import-from-here/models/Search.js +2 -0
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +10 -0
- package/internal-do-not-import-from-here/models/SearchBoxStyling.js +2 -0
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +45 -0
- package/internal-do-not-import-from-here/models/SearchCategory.js +8 -0
- package/internal-do-not-import-from-here/models/SearchProvider.d.ts +9 -0
- package/internal-do-not-import-from-here/models/SearchProvider.js +6 -0
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.d.ts +22 -0
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.js +2 -0
- package/internal-do-not-import-from-here/models/Secrets.d.ts +14 -0
- package/internal-do-not-import-from-here/models/Secrets.js +2 -0
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +31 -0
- package/internal-do-not-import-from-here/models/SharedLink.js +2 -0
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +73 -0
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.js +13 -0
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.d.ts +15 -0
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.js +2 -0
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +24 -0
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.js +2 -0
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +10 -0
- package/internal-do-not-import-from-here/models/TutorialProvider.js +2 -0
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +12 -0
- package/internal-do-not-import-from-here/models/WorkplaceApi.js +2 -0
- package/internal-do-not-import-from-here/models/Workspace.d.ts +131 -0
- package/internal-do-not-import-from-here/models/Workspace.js +164 -0
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +42 -0
- package/internal-do-not-import-from-here/models/apps/Enums.js +62 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.d.ts +6 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.js +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.d.ts +10 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +8 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.js +2 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +92 -0
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +7 -0
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +6 -0
- package/internal-do-not-import-from-here/models/apps/Membership.js +2 -0
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.d.ts +9 -0
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.js +2 -0
- package/internal-do-not-import-from-here/models/apps/SiteDesign.d.ts +4 -0
- package/internal-do-not-import-from-here/models/apps/SiteDesign.js +2 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +26 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.js +2 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +21 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.js +2 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +5 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +30 -0
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.js +2 -0
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.d.ts +8 -0
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.js +2 -0
- 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 +13 -0
- package/internal-do-not-import-from-here/models/apps/index.js +16 -0
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.js +4 -0
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +6 -0
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.js +2 -0
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.js +4 -0
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.d.ts +16 -0
- package/internal-do-not-import-from-here/models/components/MicrosoftTeamChannelFeedBlock.js +7 -0
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +19 -0
- package/internal-do-not-import-from-here/models/components/MySitesStyles.js +4 -0
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +21 -0
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.js +5 -0
- 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 +14 -0
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.js +4 -0
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.js +4 -0
- package/internal-do-not-import-from-here/models/components/index.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/index.js +10 -0
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.d.ts +15 -0
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.js +2 -0
- package/internal-do-not-import-from-here/models/facebookworkplace/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +4 -0
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.js +2 -0
- package/internal-do-not-import-from-here/models/favoritebutton/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +4 -0
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +161 -0
- package/internal-do-not-import-from-here/models/forms/Form.js +44 -0
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +34 -0
- package/internal-do-not-import-from-here/models/forms/FormLayout.js +6 -0
- package/internal-do-not-import-from-here/models/forms/Statistic.d.ts +11 -0
- package/internal-do-not-import-from-here/models/forms/Statistic.js +8 -0
- package/internal-do-not-import-from-here/models/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/forms/index.js +6 -0
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +49 -0
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +24 -0
- package/internal-do-not-import-from-here/models/governancedashboard/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +4 -0
- package/internal-do-not-import-from-here/models/index.d.ts +68 -0
- package/internal-do-not-import-from-here/models/index.js +72 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +43 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +67 -0
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/mediapicker/index.js +4 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.js +4 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +33 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +24 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +6 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +18 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +2 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.d.ts +3 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +2 -0
- package/internal-do-not-import-from-here/models/powerapp/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/powerapp/index.js +5 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +21 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +9 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +4 -0
- 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/SearchFeedback.d.ts +39 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +2 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.d.ts +11 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +2 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +5 -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/SearchStatisticsMetricConfiguration.js +2 -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/SetupWizardProviderApi.js +2 -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 +36 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +46 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.d.ts +12 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +22 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +30 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +14 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +18 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +40 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.js +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.d.ts +9 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +81 -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 +15 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +34 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.js +2 -0
- 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 +16 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +19 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +16 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +11 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.js +2 -0
- 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 +4 -0
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +7 -0
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.d.ts +2 -0
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/siteproperties/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/siteproperties/index.js +4 -0
- package/internal-do-not-import-from-here/models/sites/Enums.d.ts +17 -0
- package/internal-do-not-import-from-here/models/sites/Enums.js +24 -0
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +19 -0
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.js +2 -0
- package/internal-do-not-import-from-here/models/sites/Sites.d.ts +11 -0
- package/internal-do-not-import-from-here/models/sites/Sites.js +2 -0
- package/internal-do-not-import-from-here/models/sites/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/sites/index.js +6 -0
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +13 -0
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +50 -0
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +9 -0
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +9 -0
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/FooterStyle.js +4 -0
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +14 -0
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.js +5 -0
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +26 -0
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.js +6 -0
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.js +4 -0
- 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 +15 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +14 -0
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/LogoStyle.js +4 -0
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +28 -0
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.js +6 -0
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +82 -0
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.js +10 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +13 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +24 -0
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.js +4 -0
- 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 +5 -0
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +95 -0
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +10 -0
- package/internal-do-not-import-from-here/models/styles/SharedStyles.d.ts +2 -0
- package/internal-do-not-import-from-here/models/styles/SharedStyles.js +9 -0
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +23 -0
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.js +7 -0
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +16 -0
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +9 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.js +5 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +29 -0
- package/internal-do-not-import-from-here/models/styles/index.js +32 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +24 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.js +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +19 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.js +6 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +5 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +129 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +39 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +59 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.js +7 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +37 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +12 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/index.js +6 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.d.ts +13 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.js +2 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.d.ts +9 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.js +2 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +6 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/teamnewsrollup/index.js +7 -0
- 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.d.ts +20 -0
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +10 -0
- package/internal-do-not-import-from-here/models/yammer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/yammer/index.js +4 -0
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/FormService.d.ts +17 -0
- package/internal-do-not-import-from-here/services/HomeService.d.ts +18 -0
- package/internal-do-not-import-from-here/services/NotificationPanelHistoryService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/PromotedSearchResultService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/SearchCategoryService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/SearchFeedbackService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/SignOffRequestService.d.ts +31 -0
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +22 -0
- package/internal-do-not-import-from-here/services/index.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/SignOffRequestUtils.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +30 -0
- package/internal-do-not-import-from-here/stores/EditingThemeStore.d.ts +18 -0
- package/internal-do-not-import-from-here/stores/FilterValueProviderBase.d.ts +27 -0
- package/internal-do-not-import-from-here/stores/FormStore.d.ts +30 -0
- package/internal-do-not-import-from-here/stores/GovernanceDashboardStore.d.ts +27 -0
- package/internal-do-not-import-from-here/stores/LinkHandlerDialogStore.d.ts +33 -0
- package/internal-do-not-import-from-here/stores/NotificationPanelStore.d.ts +55 -0
- package/internal-do-not-import-from-here/stores/PromotedSearchResultStore.d.ts +30 -0
- package/internal-do-not-import-from-here/stores/SearchCategoryStore.d.ts +36 -0
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +32 -0
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +70 -0
- package/internal-do-not-import-from-here/stores/TeamCollaborationStore.d.ts +40 -0
- package/internal-do-not-import-from-here/stores/UserMenuStore.d.ts +12 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +12 -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 +39 -0
- package/internal-do-not-import-from-here/webcomponents/index.d.ts +1 -0
- package/package.json +1 -1
- package/task.d.ts +1 -0
- package/task.js +23 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
export declare const HorizontalActionMenuStyles: {
|
|
3
|
+
menuWrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
4
|
+
wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
5
|
+
nodeBtn: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
6
|
+
};
|
|
7
|
+
export declare const VerticalActionMenuStyles: {
|
|
8
|
+
wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
9
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
export declare const WorkplaceSharedStyles: {
|
|
3
|
+
staticLink: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
4
|
+
staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
5
|
+
activeOutline?: types.NestedCSSProperties;
|
|
6
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from "./LogoStyle";
|
|
2
|
+
export * from "./HeaderStyles";
|
|
3
|
+
export * from "./AnnouncementStyles";
|
|
4
|
+
export * from "./SharedStyles";
|
|
5
|
+
export * from "./SearchStyles";
|
|
6
|
+
export * from "./ActionMenuStyles";
|
|
7
|
+
export * from "./UserMenuStyles";
|
|
8
|
+
export * from "./NotificationPanelSettingsStyles";
|
|
9
|
+
export * from "./NotificationPanelStyles";
|
|
10
|
+
export * from "./NotificationPanelHeaderStyles";
|
|
11
|
+
export * from "./MyLinkStyles";
|
|
12
|
+
export * from "./DefaultSearchTemplateStyles";
|
|
13
|
+
export * from "./UserAccessibilitySettingsStyles";
|
|
14
|
+
export * from "./FooterStyle";
|
|
15
|
+
export * from "./JumpToContentStyles";
|
|
16
|
+
export * from "./TargetingPropertyStyles";
|
|
17
|
+
export * from "./LocalizationInputStyles";
|
|
18
|
+
export * from "./LocalizationAdminStyles";
|
|
19
|
+
export * from "./GovernanceDashboardStyles";
|
|
20
|
+
export * from "./EnterprisePropertyCategoryStyles";
|
|
21
|
+
export * from "./OmniaSystemLanguageSettingsStyles";
|
|
22
|
+
export * from "./TaxonomyNavigationStyles";
|
|
23
|
+
export * from "./MegaMenuStyles";
|
|
24
|
+
export * from "./WorkplaceActionMenuStyles";
|
|
25
|
+
export * from "./WorkplaceHomeStyles";
|
|
26
|
+
export * from "./DocumentDirectionSettingsStyles";
|
|
27
|
+
export * from "./WorkplaceSharedStyles";
|
|
28
|
+
export * from "./QrCodeStyles";
|
|
29
|
+
export * from "./LinkHandlerSettingsStyles";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./LogoStyle"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./HeaderStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AnnouncementStyles"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./SharedStyles"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./SearchStyles"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ActionMenuStyles"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./UserMenuStyles"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./NotificationPanelSettingsStyles"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./NotificationPanelStyles"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./NotificationPanelHeaderStyles"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./MyLinkStyles"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DefaultSearchTemplateStyles"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./UserAccessibilitySettingsStyles"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./FooterStyle"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./JumpToContentStyles"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./TargetingPropertyStyles"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./LocalizationInputStyles"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./LocalizationAdminStyles"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./GovernanceDashboardStyles"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./EnterprisePropertyCategoryStyles"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./OmniaSystemLanguageSettingsStyles"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./TaxonomyNavigationStyles"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./MegaMenuStyles"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./WorkplaceActionMenuStyles"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./WorkplaceHomeStyles"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DocumentDirectionSettingsStyles"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./WorkplaceSharedStyles"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./QrCodeStyles"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./LinkHandlerSettingsStyles"), exports);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupBlockSettings } from "../teamcollaborationrollup";
|
|
3
|
+
import { CreateTeamworkBlockSettings } from "..";
|
|
4
|
+
import { DialogPositions } from "@omnia/fx/ux";
|
|
5
|
+
export interface TeamCollaborationNavigationWithCreateTeamworkSettings extends TeamCollaborationNavigationSettings {
|
|
6
|
+
createTeamworkSettings?: CreateTeamworkBlockSettings;
|
|
7
|
+
}
|
|
8
|
+
export interface TeamCollaborationNavigationSettings {
|
|
9
|
+
tabs: string[];
|
|
10
|
+
tabSettings?: {
|
|
11
|
+
[category: string]: TeamworkNavigationTab;
|
|
12
|
+
};
|
|
13
|
+
showCreateNewSite: boolean;
|
|
14
|
+
labelCreateNewSite: MultilingualString;
|
|
15
|
+
linkCreateNewSite: string;
|
|
16
|
+
}
|
|
17
|
+
export interface TeamworkNavigationTab {
|
|
18
|
+
id: string;
|
|
19
|
+
title: MultilingualString;
|
|
20
|
+
rollupSettings: TeamCollaborationRollupBlockSettings;
|
|
21
|
+
}
|
|
22
|
+
export interface CreateAppDialogSettings extends TeamCollaborationNavigationWithCreateTeamworkSettings {
|
|
23
|
+
dialogPosition: DialogPositions;
|
|
24
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
export declare const TeamworkNavigationStyles: {
|
|
3
|
+
hiddenOverflow?: types.NestedCSSProperties;
|
|
4
|
+
overflowDialog?: types.NestedCSSProperties;
|
|
5
|
+
buttonOutline?: types.NestedCSSProperties;
|
|
6
|
+
createSiteHeading?: types.NestedCSSProperties;
|
|
7
|
+
footerWrapper?: types.NestedCSSProperties;
|
|
8
|
+
bodyCreateFormWrapper?: types.NestedCSSProperties;
|
|
9
|
+
listItemsWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
|
|
10
|
+
tabSlide?: types.NestedCSSProperties;
|
|
11
|
+
dialogCenterStyles?: types.NestedCSSProperties;
|
|
12
|
+
dialogBodyWrapper?: types.NestedCSSProperties;
|
|
13
|
+
};
|
|
14
|
+
export declare const TeamworkNavigationSettingStyles: {
|
|
15
|
+
tabLine?: (firstLine: boolean) => types.NestedCSSProperties;
|
|
16
|
+
};
|
|
17
|
+
export declare const TeamworkNavigationActionHandlerSettingStyles: {
|
|
18
|
+
tabLine?: (firstLine: boolean) => types.NestedCSSProperties;
|
|
19
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamworkNavigationActionHandlerSettingStyles = exports.TeamworkNavigationSettingStyles = exports.TeamworkNavigationStyles = void 0;
|
|
4
|
+
exports.TeamworkNavigationStyles = {};
|
|
5
|
+
exports.TeamworkNavigationSettingStyles = {};
|
|
6
|
+
exports.TeamworkNavigationActionHandlerSettingStyles = {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./TeamCollaborationNavigationStyles"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationNavigationSettings"), exports);
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { SpacingSettings, GuidValue, RollupFilter, RollupEnums, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, DatePropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupScopeTypes } from ".";
|
|
3
|
+
import { AppEnums } from "../apps";
|
|
4
|
+
export declare const TeamCollaborationConstants: {
|
|
5
|
+
readonly teamTitleAndLinkToTeamwork: string;
|
|
6
|
+
readonly teamTitleAndLinkToPublicInfo: string;
|
|
7
|
+
readonly searchBoxInternalName: string;
|
|
8
|
+
readonly OPMProcessPropertyId: string;
|
|
9
|
+
readonly appInstanceDescription: string;
|
|
10
|
+
};
|
|
11
|
+
export interface TeamCollaborationRollupResultItem {
|
|
12
|
+
id: string;
|
|
13
|
+
properties: {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
};
|
|
16
|
+
isFollow: boolean;
|
|
17
|
+
isProcess: boolean;
|
|
18
|
+
showContextMenu: boolean;
|
|
19
|
+
followError?: boolean;
|
|
20
|
+
unfollowError?: boolean;
|
|
21
|
+
templateIcon?: any;
|
|
22
|
+
image?: MediaPickerImage;
|
|
23
|
+
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
24
|
+
businessProfileId?: GuidValue;
|
|
25
|
+
}
|
|
26
|
+
export interface MSTeamResponseResult {
|
|
27
|
+
createdDateTime?: string;
|
|
28
|
+
isArchived?: boolean;
|
|
29
|
+
id: GuidValue;
|
|
30
|
+
webUrl: string;
|
|
31
|
+
displayName: string;
|
|
32
|
+
description?: string;
|
|
33
|
+
visibility?: AppEnums.TeamPrivacyOptions;
|
|
34
|
+
}
|
|
35
|
+
export interface TeamCollaborationResult {
|
|
36
|
+
total: number;
|
|
37
|
+
items: Array<TeamCollaborationRollupResultItem>;
|
|
38
|
+
md5Hash?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface TeamCollaborationRollupRegistrationView {
|
|
41
|
+
id: GuidValue;
|
|
42
|
+
title: string;
|
|
43
|
+
viewElement: string;
|
|
44
|
+
settingsElement: string;
|
|
45
|
+
supportClassicPaging?: boolean;
|
|
46
|
+
supportScrollPaging?: boolean;
|
|
47
|
+
}
|
|
48
|
+
export interface TeamCollaborationRollupViewSettings {
|
|
49
|
+
selectProperties: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* UI FILTER
|
|
54
|
+
*
|
|
55
|
+
* */
|
|
56
|
+
export interface UIFilter extends RollupFilter {
|
|
57
|
+
}
|
|
58
|
+
export interface UIDatePeriodsFilterValue extends DatePropFilterValue {
|
|
59
|
+
value: RollupEnums.DatePeriods;
|
|
60
|
+
fromDateStr?: string;
|
|
61
|
+
toDateStr?: string;
|
|
62
|
+
}
|
|
63
|
+
export interface UIBooleanPropFilterValue extends BooleanPropFilterValue {
|
|
64
|
+
}
|
|
65
|
+
export interface UITextPropFilterValue extends TextPropFilterValue {
|
|
66
|
+
searchValue: string;
|
|
67
|
+
}
|
|
68
|
+
export interface UIProcessTextPropFilterValue extends UITextPropFilterValue {
|
|
69
|
+
orProperties: Array<RollupFilter>;
|
|
70
|
+
}
|
|
71
|
+
export interface UIPersonPropFilterValue extends PersonPropFilterValue {
|
|
72
|
+
}
|
|
73
|
+
export interface UITaxonomyPropFilterValue extends TaxonomyPropFilterValue {
|
|
74
|
+
}
|
|
75
|
+
export interface UISearchboxFilterValue extends TexSearchestPropFilterValue {
|
|
76
|
+
properties: Array<string>;
|
|
77
|
+
/** Default search text value from settings */
|
|
78
|
+
searchValue: string;
|
|
79
|
+
}
|
|
80
|
+
export interface TeamCollaborationRollupQuery extends RollupSetting {
|
|
81
|
+
scope: TeamCollaborationRollupScopeTypes;
|
|
82
|
+
keyWord?: string;
|
|
83
|
+
includeFollowAppStatus?: boolean;
|
|
84
|
+
excludePersonalSite?: boolean;
|
|
85
|
+
enableWildcardSearch?: boolean;
|
|
86
|
+
currentBusinessProfile?: boolean;
|
|
87
|
+
trimByRoleId?: GuidValue;
|
|
88
|
+
searchProperties?: Array<string>;
|
|
89
|
+
}
|
|
90
|
+
export declare enum TeamCollaborationRollupLinkBehavior {
|
|
91
|
+
OpenTeamwork = 0,
|
|
92
|
+
OpenLayout = 1
|
|
93
|
+
}
|
|
94
|
+
export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
|
|
95
|
+
selectedViewId: string;
|
|
96
|
+
viewSettings: TeamCollaborationRollupViewSettings;
|
|
97
|
+
title: MultilingualString;
|
|
98
|
+
pagingType: TeamCollaborationRollupEnums.PagingType;
|
|
99
|
+
iconMode: TeamCollaborationRollupEnums.IconModes;
|
|
100
|
+
showLink?: boolean;
|
|
101
|
+
linkLabel?: string;
|
|
102
|
+
linkUrl?: string;
|
|
103
|
+
openInNewTab?: boolean;
|
|
104
|
+
spacing?: SpacingSettings;
|
|
105
|
+
showFollowStatus?: boolean;
|
|
106
|
+
currentBusinessProfile?: boolean;
|
|
107
|
+
selectedBusinessProfiles?: Array<GuidValue>;
|
|
108
|
+
excludePersonalSite?: boolean;
|
|
109
|
+
dialogMode?: boolean;
|
|
110
|
+
tabMode?: boolean;
|
|
111
|
+
noResultText?: MultilingualString;
|
|
112
|
+
filterEngine: FilterEngineSettings;
|
|
113
|
+
}
|
|
114
|
+
export declare module TeamCollaborationRollupEnums {
|
|
115
|
+
enum PagingType {
|
|
116
|
+
NoPaging = 1,
|
|
117
|
+
Classic = 2,
|
|
118
|
+
Scroll = 3
|
|
119
|
+
}
|
|
120
|
+
enum DateTimeMode {
|
|
121
|
+
Normal = 1,
|
|
122
|
+
Social = 2
|
|
123
|
+
}
|
|
124
|
+
enum IconModes {
|
|
125
|
+
LetterAvatar = 0,
|
|
126
|
+
TemplateIcon = 1,
|
|
127
|
+
AppImage = 2
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollaborationRollupEnums = exports.TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationConstants = void 0;
|
|
4
|
+
exports.TeamCollaborationConstants = {
|
|
5
|
+
get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
|
|
6
|
+
get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
|
|
7
|
+
get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
|
|
8
|
+
//Temp solution to remove OPM reference
|
|
9
|
+
//This should be removed when we properly fix the enterprise property
|
|
10
|
+
get OPMProcessPropertyId() {
|
|
11
|
+
return "7491ec1a-9cf5-4c49-b102-2f84f89795eb";
|
|
12
|
+
},
|
|
13
|
+
get appInstanceDescription() { return "appinstance_description"; }
|
|
14
|
+
};
|
|
15
|
+
var TeamCollaborationRollupLinkBehavior;
|
|
16
|
+
(function (TeamCollaborationRollupLinkBehavior) {
|
|
17
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenTeamwork"] = 0] = "OpenTeamwork";
|
|
18
|
+
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenLayout"] = 1] = "OpenLayout";
|
|
19
|
+
})(TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationRollupLinkBehavior || (exports.TeamCollaborationRollupLinkBehavior = {}));
|
|
20
|
+
var TeamCollaborationRollupEnums;
|
|
21
|
+
(function (TeamCollaborationRollupEnums) {
|
|
22
|
+
let PagingType;
|
|
23
|
+
(function (PagingType) {
|
|
24
|
+
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
|
25
|
+
PagingType[PagingType["Classic"] = 2] = "Classic";
|
|
26
|
+
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
|
27
|
+
})(PagingType = TeamCollaborationRollupEnums.PagingType || (TeamCollaborationRollupEnums.PagingType = {}));
|
|
28
|
+
let DateTimeMode;
|
|
29
|
+
(function (DateTimeMode) {
|
|
30
|
+
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
|
31
|
+
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
|
32
|
+
})(DateTimeMode = TeamCollaborationRollupEnums.DateTimeMode || (TeamCollaborationRollupEnums.DateTimeMode = {}));
|
|
33
|
+
let IconModes;
|
|
34
|
+
(function (IconModes) {
|
|
35
|
+
IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
|
|
36
|
+
IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
|
|
37
|
+
IconModes[IconModes["AppImage"] = 2] = "AppImage";
|
|
38
|
+
})(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
|
|
39
|
+
})(TeamCollaborationRollupEnums = exports.TeamCollaborationRollupEnums || (exports.TeamCollaborationRollupEnums = {}));
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
3
|
+
export declare const TeamCollaborationRollupBlockStyles: {
|
|
4
|
+
blockWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
|
|
5
|
+
queryFailMsgWrapper?: types.NestedCSSProperties;
|
|
6
|
+
progressLinearStyle?: types.NestedCSSProperties;
|
|
7
|
+
transparent?: types.NestedCSSProperties;
|
|
8
|
+
msgWrapper?: types.NestedCSSProperties;
|
|
9
|
+
uiFilterDateTimePicker?: types.NestedCSSProperties;
|
|
10
|
+
uiFilterItem?: (isTabMode: boolean) => types.NestedCSSProperties;
|
|
11
|
+
searchContainer?: types.NestedCSSProperties;
|
|
12
|
+
paging?: types.NestedCSSProperties;
|
|
13
|
+
uiFilterDateTimeItem?: types.NestedCSSProperties;
|
|
14
|
+
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
15
|
+
top?: boolean;
|
|
16
|
+
right?: boolean;
|
|
17
|
+
left?: boolean;
|
|
18
|
+
bottom?: boolean;
|
|
19
|
+
}) => types.NestedCSSProperties;
|
|
20
|
+
};
|
|
21
|
+
export declare const TeamCollaborationRollupBlockListViewStyles: {
|
|
22
|
+
tableWrapper?: types.NestedCSSProperties;
|
|
23
|
+
titleLayout?: types.NestedCSSProperties;
|
|
24
|
+
logoIcon?: types.NestedCSSProperties;
|
|
25
|
+
socialIcon?: types.NestedCSSProperties;
|
|
26
|
+
customOmfxPeoplePicker?: types.NestedCSSProperties;
|
|
27
|
+
titleLink?: types.NestedCSSProperties;
|
|
28
|
+
clickableLink?: types.NestedCSSProperties;
|
|
29
|
+
nonClickableLink?: types.NestedCSSProperties;
|
|
30
|
+
getPaddingStyle?: (spacing: SpacingSettings, skip?: {
|
|
31
|
+
top?: boolean;
|
|
32
|
+
right?: boolean;
|
|
33
|
+
left?: boolean;
|
|
34
|
+
bottom?: boolean;
|
|
35
|
+
}) => types.NestedCSSProperties;
|
|
36
|
+
navagationRow?: types.NestedCSSProperties;
|
|
37
|
+
errorMessage?: types.NestedCSSProperties;
|
|
38
|
+
handleLineBreak?: types.NestedCSSProperties;
|
|
39
|
+
};
|
|
40
|
+
export declare const TeamCollaborationRollupBlockSettingsStyles: {
|
|
41
|
+
alignSelfCenter: types.NestedCSSProperties;
|
|
42
|
+
filterSettings: types.NestedCSSProperties;
|
|
43
|
+
filterActionWrapper: types.NestedCSSProperties;
|
|
44
|
+
floatRight: types.NestedCSSProperties;
|
|
45
|
+
filterItemWrapper: types.NestedCSSProperties;
|
|
46
|
+
checkboxFilter: types.NestedCSSProperties;
|
|
47
|
+
taxonomyFilterMargin: types.NestedCSSProperties;
|
|
48
|
+
pointer: types.NestedCSSProperties;
|
|
49
|
+
limitWidthInputWrapper: types.NestedCSSProperties;
|
|
50
|
+
resourceHeaderWrapper: types.NestedCSSProperties;
|
|
51
|
+
expansionHeaderWrapper: types.NestedCSSProperties;
|
|
52
|
+
hiddenCheckBox: types.NestedCSSProperties;
|
|
53
|
+
};
|
|
54
|
+
export declare const TeamCollaborationRollupBlockListViewSettingsStyles: {
|
|
55
|
+
columnWrapper?: types.NestedCSSProperties;
|
|
56
|
+
orderAction?: types.NestedCSSProperties;
|
|
57
|
+
widthInput?: types.NestedCSSProperties;
|
|
58
|
+
showHeadingCheckbox?: types.NestedCSSProperties;
|
|
59
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollaborationRollupBlockListViewSettingsStyles = exports.TeamCollaborationRollupBlockSettingsStyles = exports.TeamCollaborationRollupBlockListViewStyles = exports.TeamCollaborationRollupBlockStyles = void 0;
|
|
4
|
+
exports.TeamCollaborationRollupBlockStyles = {};
|
|
5
|
+
exports.TeamCollaborationRollupBlockListViewStyles = {};
|
|
6
|
+
exports.TeamCollaborationRollupBlockSettingsStyles = {};
|
|
7
|
+
exports.TeamCollaborationRollupBlockListViewSettingsStyles = {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { GuidValue, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from "./TeamCollaborationRollupBlock";
|
|
3
|
+
export interface MyTeamCollaborationDialog {
|
|
4
|
+
open: boolean;
|
|
5
|
+
isCreateMode: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface TeamCollaborationRollupViewRegistration {
|
|
8
|
+
id: GuidValue;
|
|
9
|
+
title: string;
|
|
10
|
+
viewElement: string;
|
|
11
|
+
settingsElement: string;
|
|
12
|
+
supportClassicPaging?: boolean;
|
|
13
|
+
supportScrollPaging?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface ITeamCollaborationRollupViewInterface {
|
|
16
|
+
items: Array<TeamCollaborationRollupResultItem>;
|
|
17
|
+
settings: TeamCollaborationRollupBlockSettings;
|
|
18
|
+
styles: any;
|
|
19
|
+
}
|
|
20
|
+
export interface ITeamCollaborationRollupViewSettingsInterface<T extends TeamCollaborationRollupViewSettings> {
|
|
21
|
+
viewSettings: T;
|
|
22
|
+
availableProperties: Array<EnterprisePropertyDefinition>;
|
|
23
|
+
onUpdatedViewSettings: (viewSettings: T) => void;
|
|
24
|
+
styles: any;
|
|
25
|
+
}
|
|
26
|
+
export declare enum TeamCollaborationRollupScopeTypes {
|
|
27
|
+
All = 0,
|
|
28
|
+
Following = 1,
|
|
29
|
+
AllSites = 2,
|
|
30
|
+
FollowingSites = 3,
|
|
31
|
+
MemberOf = 4,
|
|
32
|
+
LastVisited = 5
|
|
33
|
+
}
|
|
34
|
+
export interface TeamCollaborationRollupScope {
|
|
35
|
+
title: string;
|
|
36
|
+
type: TeamCollaborationRollupScopeTypes;
|
|
37
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollaborationRollupScopeTypes = void 0;
|
|
4
|
+
var TeamCollaborationRollupScopeTypes;
|
|
5
|
+
(function (TeamCollaborationRollupScopeTypes) {
|
|
6
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["All"] = 0] = "All";
|
|
7
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["Following"] = 1] = "Following";
|
|
8
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["AllSites"] = 2] = "AllSites";
|
|
9
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["FollowingSites"] = 3] = "FollowingSites";
|
|
10
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["MemberOf"] = 4] = "MemberOf";
|
|
11
|
+
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["LastVisited"] = 5] = "LastVisited";
|
|
12
|
+
})(TeamCollaborationRollupScopeTypes = exports.TeamCollaborationRollupScopeTypes || (exports.TeamCollaborationRollupScopeTypes = {}));
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupBlock"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupBlockStyles"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamCollaborationRollupView"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface TeamNews {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
pictureThumbnailUrl: string;
|
|
5
|
+
expireDate: Date;
|
|
6
|
+
announcementUrl: string;
|
|
7
|
+
parentUrl: string;
|
|
8
|
+
webUrl: string;
|
|
9
|
+
webTitle: string;
|
|
10
|
+
lastModifiedTime?: Date;
|
|
11
|
+
lastModifiedById: string;
|
|
12
|
+
isNew: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SpacingSettings, MultilingualString, IBlockSettingsWriter, GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { TeamNews } from ".";
|
|
3
|
+
export interface TeamNewsRollupViewSettings {
|
|
4
|
+
title: MultilingualString;
|
|
5
|
+
itemLimit: number;
|
|
6
|
+
dayLimit: number;
|
|
7
|
+
selectedViewManifestId: GuidValue;
|
|
8
|
+
includeLegacyAnnoucement: boolean;
|
|
9
|
+
filterByFollowedSites: boolean;
|
|
10
|
+
showNewsImage: boolean;
|
|
11
|
+
query: string;
|
|
12
|
+
selectedSettingsViewManifestId?: GuidValue;
|
|
13
|
+
selectedViewId?: string;
|
|
14
|
+
orderBy?: string;
|
|
15
|
+
spacing?: SpacingSettings;
|
|
16
|
+
noResultText?: MultilingualString;
|
|
17
|
+
}
|
|
18
|
+
export declare const TeamNewsRollupSettingElementName: {
|
|
19
|
+
teamNewsBlockSettings: string;
|
|
20
|
+
};
|
|
21
|
+
export interface ITeamNewsRollupViewSettingsInterface<T extends IBlockSettingsWriter<TeamNewsRollupViewSettings>> {
|
|
22
|
+
viewSettings: T;
|
|
23
|
+
}
|
|
24
|
+
export interface TeamNewsRollupListViewSettings extends TeamNewsRollupViewSettings {
|
|
25
|
+
}
|
|
26
|
+
export interface TeamNewsRollupGroupViewSettings extends TeamNewsRollupViewSettings {
|
|
27
|
+
forceLetterAvatar: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface ITeamNewsRollupViewInterface<T extends TeamNewsRollupViewSettings> {
|
|
30
|
+
teamNews: Array<TeamNews>;
|
|
31
|
+
viewSettings: T;
|
|
32
|
+
}
|
package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
|
2
|
+
export interface TeamNewsRollupViewRegistration {
|
|
3
|
+
id?: GuidValue;
|
|
4
|
+
title: string;
|
|
5
|
+
componentManifestId: GuidValue;
|
|
6
|
+
settingsComponentManifestId?: GuidValue;
|
|
7
|
+
viewElement?: string;
|
|
8
|
+
settingsElement?: string;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./TeamNews"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./TeamNewsQuery"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TeamNewsRollupSettings"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./TeamNewsRollupViewRegistration"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MultilingualString } from "@omnia/fx/models";
|
|
2
|
+
export interface YammerFeedSettings {
|
|
3
|
+
title?: MultilingualString;
|
|
4
|
+
darktheme: boolean;
|
|
5
|
+
height: number;
|
|
6
|
+
feedType: FeedType;
|
|
7
|
+
customPublisherPrompt?: string;
|
|
8
|
+
defaultCommunityForPosting?: string;
|
|
9
|
+
searchForTheSource?: string;
|
|
10
|
+
showHeader?: boolean;
|
|
11
|
+
showNetworkNameInHeader?: boolean;
|
|
12
|
+
showFooter?: boolean;
|
|
13
|
+
includeCommunityInformationAtTopOfFeed?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare enum FeedType {
|
|
16
|
+
Home = 1,
|
|
17
|
+
Community = 2,
|
|
18
|
+
User = 3,
|
|
19
|
+
Topic = 4
|
|
20
|
+
}
|