@omnia/workplace 6.13.86-preview → 6.100.3-dev
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 +3 -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/TeamNewsRollup.d.ts +3 -3
- package/internal-do-not-import-from-here/apis/TranslatorProviderApi.d.ts +2 -2
- package/internal-do-not-import-from-here/apis/index.d.ts +2 -2
- package/internal-do-not-import-from-here/core/index.d.ts +3 -3
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +93 -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 +2 -3
- 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/ActionMenuExportationMsg.js +2 -1
- package/internal-do-not-import-from-here/models/ActionRouteInfo.js +2 -1
- package/internal-do-not-import-from-here/models/AppAuthenticationOptions.js +2 -1
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.d.ts +2 -2
- package/internal-do-not-import-from-here/models/AppCollaborationSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/AppTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/models/AppTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileAppProvisioning.js +10 -10
- package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.d.ts +5 -0
- package/internal-do-not-import-from-here/models/BusinessProfileDallEPromptDefault.js +11 -0
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/BusinessProfileSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/CentralImageLocationsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/CompactHeaderRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +71 -9
- package/internal-do-not-import-from-here/models/Constants.js +188 -147
- package/internal-do-not-import-from-here/models/DallESettingsPrompts.d.ts +5 -0
- package/internal-do-not-import-from-here/models/DallESettingsPrompts.js +7 -0
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.d.ts +3 -3
- package/internal-do-not-import-from-here/models/EnterpriseGlossary.js +13 -26
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyCategoryViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyDataTypeViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.d.ts +1 -1
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +2 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/models/Enums.js +32 -28
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.d.ts +1 -1
- package/internal-do-not-import-from-here/models/FollowedsitesUpdatedAtUserPropertyBag.js +10 -11
- package/internal-do-not-import-from-here/models/FooterSettings.js +7 -4
- package/internal-do-not-import-from-here/models/GovernanceDashboards.d.ts +1 -1
- package/internal-do-not-import-from-here/models/GovernanceDashboards.js +6 -6
- package/internal-do-not-import-from-here/models/HeaderSetting.js +2 -1
- package/internal-do-not-import-from-here/models/IAdminComponent.js +2 -1
- package/internal-do-not-import-from-here/models/ISearchTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/ISearchTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/LogoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/LogoSettings.js +2 -1
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +153 -13
- package/internal-do-not-import-from-here/models/ManifestIds.js +624 -2312
- package/internal-do-not-import-from-here/models/MyTaskItem.js +2 -1
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/models/MyTaskItemProcessor.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +5 -5
- package/internal-do-not-import-from-here/models/NotificationPanel.js +12 -9
- package/internal-do-not-import-from-here/models/NotificationPanelHistoryEntry.js +2 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/NotificationPanelMsg.js +2 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.d.ts +1 -1
- package/internal-do-not-import-from-here/models/RegisterActionMenuItemMsg.js +2 -1
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +2 -1
- package/internal-do-not-import-from-here/models/Search.d.ts +7 -24
- package/internal-do-not-import-from-here/models/Search.js +2 -1
- package/internal-do-not-import-from-here/models/SearchBoxStyling.d.ts +8 -8
- package/internal-do-not-import-from-here/models/SearchBoxStyling.js +2 -1
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +3 -24
- package/internal-do-not-import-from-here/models/SearchCategory.js +5 -2
- package/internal-do-not-import-from-here/models/SearchProvider.js +6 -6
- package/internal-do-not-import-from-here/models/SearchTemplateRendererMsg.js +2 -1
- package/internal-do-not-import-from-here/models/Secrets.d.ts +3 -2
- package/internal-do-not-import-from-here/models/Secrets.js +2 -1
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +4 -4
- package/internal-do-not-import-from-here/models/SharedLink.js +2 -1
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.d.ts +3 -3
- package/internal-do-not-import-from-here/models/TaxonomyNavigation.js +13 -24
- package/internal-do-not-import-from-here/models/TenantAdminHeaderSettingSection.js +2 -1
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TenantAdminSettingSection.js +2 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/models/TutorialProvider.js +2 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/WorkplaceApi.js +2 -1
- package/internal-do-not-import-from-here/models/Workspace.d.ts +5 -5
- package/internal-do-not-import-from-here/models/Workspace.js +78 -101
- package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.d.ts +29 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsdimensionmappings.js +8 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsfiltersettings.d.ts +10 -0
- package/internal-do-not-import-from-here/models/analytics/analyticsfiltersettings.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/analyticssettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/analytics/analyticssettings.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/analytics/businessProfileAnalyticsSettings.js +14 -0
- package/internal-do-not-import-from-here/models/analytics/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/analytics/index.js +9 -0
- package/internal-do-not-import-from-here/models/analytics/matomosite.d.ts +6 -0
- package/internal-do-not-import-from-here/models/analytics/matomosite.js +2 -0
- package/internal-do-not-import-from-here/models/analytics/widgetmetadata.d.ts +19 -0
- package/internal-do-not-import-from-here/models/analytics/widgetmetadata.js +2 -0
- package/internal-do-not-import-from-here/models/apps/Enums.d.ts +7 -7
- package/internal-do-not-import-from-here/models/apps/Enums.js +29 -18
- package/internal-do-not-import-from-here/models/apps/MSTeamsApps.js +2 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsChannel.js +5 -2
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsInfo.js +2 -1
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.d.ts +5 -5
- package/internal-do-not-import-from-here/models/apps/MSTeamsProperties.js +5 -2
- package/internal-do-not-import-from-here/models/apps/Membership.d.ts +1 -1
- package/internal-do-not-import-from-here/models/apps/Membership.js +2 -1
- package/internal-do-not-import-from-here/models/apps/SharePointSiteInfo.js +2 -1
- package/internal-do-not-import-from-here/models/apps/SiteDesign.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstance.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.d.ts +4 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppInstanceProperties.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.d.ts +2 -11
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.d.ts +6 -7
- package/internal-do-not-import-from-here/models/apps/TeamCollaborationAppTemplateProperties.js +2 -1
- package/internal-do-not-import-from-here/models/apps/TeamProvisioning.js +2 -1
- 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 +9 -9
- 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 +16 -14
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/AppTemplateStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkBlock.js +2 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/CreateTeamworkStyles.js +4 -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 +4 -2
- package/internal-do-not-import-from-here/models/components/MySitesStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/components/MySitesStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/MyTeamCollaborationStyles.js +5 -2
- package/internal-do-not-import-from-here/models/components/PostsFeedBlock.js +7 -4
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/TeamNewsBlockStyles.js +4 -1
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/TeamSiteEditPropertiesStyles.js +4 -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 +10 -7
- package/internal-do-not-import-from-here/models/facebookworkplace/FacebookWorkplaceSettingsSection.js +2 -1
- package/internal-do-not-import-from-here/models/facebookworkplace/index.js +4 -1
- package/internal-do-not-import-from-here/models/favoritebutton/AddFavoriteButtonHandlerSettings.js +2 -1
- package/internal-do-not-import-from-here/models/favoritebutton/index.js +4 -1
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +56 -25
- package/internal-do-not-import-from-here/models/forms/Form.js +41 -26
- package/internal-do-not-import-from-here/models/forms/FormApi.d.ts +20 -0
- package/internal-do-not-import-from-here/models/forms/FormApi.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.d.ts +4 -0
- package/internal-do-not-import-from-here/models/forms/FormDialogModel.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormLayout.d.ts +4 -4
- package/internal-do-not-import-from-here/models/forms/FormLayout.js +4 -1
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +33 -0
- package/internal-do-not-import-from-here/models/forms/FormQuery.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.d.ts +36 -0
- package/internal-do-not-import-from-here/models/forms/FormTemplate.js +2 -0
- package/internal-do-not-import-from-here/models/forms/FormType.d.ts +21 -0
- package/internal-do-not-import-from-here/models/forms/FormType.js +2 -0
- package/internal-do-not-import-from-here/models/forms/Statistic.js +5 -2
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +80 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.js +9 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.d.ts +24 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +15 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +19 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.d.ts +41 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupStyle.js +8 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.d.ts +7 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupViewRendererComponent.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/forms/components/ListViewComponentSettings.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/forms/components/index.js +9 -0
- package/internal-do-not-import-from-here/models/forms/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/forms/index.js +12 -3
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.d.ts +1 -1
- package/internal-do-not-import-from-here/models/governancedashboard/TeamworkGovernanceDashboard.js +13 -14
- package/internal-do-not-import-from-here/models/governancedashboard/index.js +4 -1
- package/internal-do-not-import-from-here/models/index.d.ts +36 -34
- package/internal-do-not-import-from-here/models/index.js +75 -70
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +14 -3
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +69 -71
- 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 +4 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MySitesSettingsComponentStyles.js +4 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.d.ts +1 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/TeamCollabrationApp.js +24 -36
- package/internal-do-not-import-from-here/models/myteamcollaboration/index.js +4 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.d.ts +1 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlock.js +2 -1
- package/internal-do-not-import-from-here/models/powerapp/PowerAppSettings.js +2 -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 +5 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/promotedsearchresults/PromotedSearchResult.js +5 -2
- package/internal-do-not-import-from-here/models/promotedsearchresults/index.js +4 -1
- package/internal-do-not-import-from-here/models/qrcode.js +5 -2
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedback.js +2 -1
- package/internal-do-not-import-from-here/models/searchfeedbacks/SearchFeedbackQuery.js +2 -1
- package/internal-do-not-import-from-here/models/searchfeedbacks/index.js +5 -2
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatistics.js +16 -13
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricConfiguration.js +2 -1
- package/internal-do-not-import-from-here/models/searchstatistics/SearchStatisticsMetricFilter.js +11 -12
- package/internal-do-not-import-from-here/models/searchstatistics/index.js +6 -3
- package/internal-do-not-import-from-here/models/searchtoken/SearchTokenProvider.js +6 -6
- package/internal-do-not-import-from-here/models/searchtoken/index.js +4 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.d.ts +1 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardProviderApi.js +2 -1
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardSettings.js +5 -2
- package/internal-do-not-import-from-here/models/setupwizard/SetupWizardTemplateProvider.js +16 -17
- package/internal-do-not-import-from-here/models/setupwizard/index.js +6 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.d.ts +12 -13
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequest.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.d.ts +5 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestApi.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestDetail.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestEnum.js +10 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.d.ts +7 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestProvider.js +17 -13
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.d.ts +6 -5
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestQuery.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.d.ts +38 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrence.js +7 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.d.ts +10 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRecurrenceQuery.js +2 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.d.ts +6 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResource.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResourceProvider.js +6 -6
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestResponse.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.d.ts +35 -3
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupBlockSettings.js +21 -20
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewSettings.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestSettings.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +10 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestType.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/signoffrequest/index.js +20 -16
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffEmailRequest.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.d.ts +3 -13
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.d.ts +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTemplateCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/SignOffRequestTypeCreateModel.js +2 -1
- package/internal-do-not-import-from-here/models/signoffrequest/request/index.js +7 -4
- package/internal-do-not-import-from-here/models/siteproperties/EditingSitePropertiesRegistration.js +2 -1
- package/internal-do-not-import-from-here/models/siteproperties/index.js +4 -1
- package/internal-do-not-import-from-here/models/sites/Enums.js +8 -5
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/sites/MySitesSettings.js +2 -1
- package/internal-do-not-import-from-here/models/sites/Sites.js +2 -1
- 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 +6 -3
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ActionMenuStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/styles/AnnouncementStyles.js +7 -4
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DefaultSearchTemplateStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DocumentDirectionSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/EnterprisePropertyCategoryStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FooterStyle.js +4 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/GovernanceDashboardStyles.js +5 -2
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/HeaderStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/JumpToContentStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/LinkHandlerSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/LogoStyle.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/LogoStyle.js +4 -1
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/MegaMenuStyles.js +6 -3
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/MyLinkStyles.js +10 -7
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelHeaderStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.d.ts +5 -4
- package/internal-do-not-import-from-here/models/styles/NotificationPanelStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/OmniaSystemLanguageSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/QrCodeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/RichTextEditorSettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/SearchStyles.d.ts +9 -8
- package/internal-do-not-import-from-here/models/styles/SearchStyles.js +10 -7
- 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 +6 -3
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/TargetingPropertyStyles.js +7 -4
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/TaxonomyNavigationStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/UserAccessibilitySettingsStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.d.ts +3 -3
- package/internal-do-not-import-from-here/models/styles/UserMenuStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceActionMenuStyles.js +5 -2
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceHomeStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/WorkplaceSharedStyles.js +4 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +11 -11
- package/internal-do-not-import-from-here/models/styles/index.js +32 -29
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationSettings.js +2 -1
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/TeamCollaborationNavigationStyles.js +6 -3
- package/internal-do-not-import-from-here/models/teamcollaborationnavigation/index.js +5 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.d.ts +10 -15
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlock.js +11 -8
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.d.ts +3 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupBlockStyles.js +7 -4
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamcollaborationrollup/TeamCollaborationRollupView.js +5 -2
- 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 +6 -3
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNews.js +2 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsQuery.js +2 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupSettings.js +4 -2
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js +2 -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 +7 -4
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.d.ts +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/AzureCognitiveTranslatorProvider.js +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/DefaultTranslatorProvider.js +2 -1
- package/internal-do-not-import-from-here/models/texttranslator/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/texttranslator/index.js +5 -2
- package/internal-do-not-import-from-here/models/yammer/YammerFeedSettings.js +5 -3
- 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 +4 -1
- package/internal-do-not-import-from-here/services/AnalyticsService.d.ts +20 -0
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +19 -0
- package/internal-do-not-import-from-here/services/AppAuthenticationOptionsService.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 +1 -1
- package/internal-do-not-import-from-here/services/TeamCollaborationService.d.ts +4 -3
- package/internal-do-not-import-from-here/services/{FormService.d.ts → forms/FormService.d.ts} +8 -4
- package/internal-do-not-import-from-here/services/forms/FormTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/forms/FormTypeService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/services/index.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +11 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +46 -0
- 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/GovernanceDashboardStore.d.ts +3 -4
- 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 +3 -4
- package/internal-do-not-import-from-here/stores/SearchTokenStore.d.ts +0 -1
- package/internal-do-not-import-from-here/stores/SignOffRequestStore.d.ts +12 -11
- 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/{FormStore.d.ts → forms/FormStore.d.ts} +8 -6
- package/internal-do-not-import-from-here/stores/forms/FormTemplateStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/FormTypeStore.d.ts +24 -0
- package/internal-do-not-import-from-here/stores/forms/index.d.ts +3 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/TeamworkContext.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/index.d.ts +1 -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 +15 -12
- 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/SearchAdminSettingsSection.js +0 -1
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.d.ts +0 -28
- package/internal-do-not-import-from-here/models/apps/OfficeNamingPolicyValidationResult.js +0 -1
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyTeamCollaborationCategory.d.ts +0 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyTeamCollaborationCategory.js +0 -27
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyteamcollaborationSettings.d.ts +0 -0
- package/internal-do-not-import-from-here/models/myteamcollaboration/MyteamcollaborationSettings.js +0 -30
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.d.ts +0 -0
- package/internal-do-not-import-from-here/models/powerapp/PowerAppBlockStyles.js +0 -0
- package/internal-do-not-import-from-here/services/NotificationService.d.ts +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { OmniaTheming, ITheming } from
|
|
3
|
-
import { SpacingSettings } from
|
|
4
|
-
import { SearchBoxStyling } from
|
|
5
|
-
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { OmniaTheming, ITheming } from "@omnia/fx/ux";
|
|
3
|
+
import { SpacingSettings } from "@omnia/fx-models";
|
|
4
|
+
import { SearchBoxStyling } from "../SearchBoxStyling";
|
|
5
|
+
type SearchRule = {
|
|
6
6
|
container?: (showInHeader: boolean, compactChrome: boolean) => types.NestedCSSProperties;
|
|
7
7
|
searchCategory?: types.NestedCSSProperties;
|
|
8
8
|
searchCategoryHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
9
|
-
searchCategoryContent?: types.NestedCSSProperties;
|
|
9
|
+
searchCategoryContent?: (paddingBottom: boolean) => types.NestedCSSProperties;
|
|
10
10
|
resultRow?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
11
11
|
dialogContainer?: types.NestedCSSProperties;
|
|
12
12
|
dialogHeader?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
|
@@ -16,7 +16,7 @@ declare type SearchRule = {
|
|
|
16
16
|
linkSeeMore?: types.NestedCSSProperties;
|
|
17
17
|
headerTitle?: types.NestedCSSProperties;
|
|
18
18
|
textboxDialogMode?: types.NestedCSSProperties;
|
|
19
|
-
noResult?:
|
|
19
|
+
noResult?: types.NestedCSSProperties;
|
|
20
20
|
contentTop?: (showOnHeader: boolean, dropdownResultMode: boolean) => types.NestedCSSProperties;
|
|
21
21
|
searchBox?: (styling: SearchBoxStyling, theming: ITheming) => types.NestedCSSProperties;
|
|
22
22
|
dropdownResult?: (height: number, showOnHeader: boolean) => types.NestedCSSProperties;
|
|
@@ -40,6 +40,7 @@ export declare const SearchAdminStyles: {
|
|
|
40
40
|
refinersTableActionsHeader?: types.NestedCSSProperties;
|
|
41
41
|
inputLabel?: types.NestedCSSProperties;
|
|
42
42
|
enterprisePropertyPosition?: types.NestedCSSProperties;
|
|
43
|
+
expansionHeaderWrapper?: types.NestedCSSProperties;
|
|
43
44
|
};
|
|
44
45
|
export declare const QuickSearchStyles: SearchRule;
|
|
45
46
|
export declare const AdvancedSearchStyles: {
|
|
@@ -58,7 +59,7 @@ export declare const AdvancedSearchStyles: {
|
|
|
58
59
|
searchTitleWapper?: types.NestedCSSProperties;
|
|
59
60
|
searchTitle?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
60
61
|
searchResultWapper?: types.NestedCSSProperties;
|
|
61
|
-
searchResultBlock?: (dialogMode: boolean) => types.NestedCSSProperties;
|
|
62
|
+
searchResultBlock?: (dialogMode: boolean, containerMaxHeight: number) => types.NestedCSSProperties;
|
|
62
63
|
searchResultContainer?: types.NestedCSSProperties;
|
|
63
64
|
searchResultItems?: types.NestedCSSProperties;
|
|
64
65
|
resultRow?: (theme: OmniaTheming, smallLayout: boolean) => types.NestedCSSProperties;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowMoreStyles = exports.SearchHeaderStyles = exports.SearchBlockStyles = exports.AdvancedSearchSettingsStyles = exports.AdvancedSearchStyles = exports.QuickSearchStyles = exports.SearchAdminStyles = void 0;
|
|
4
|
+
exports.SearchAdminStyles = {};
|
|
5
|
+
exports.QuickSearchStyles = {};
|
|
6
|
+
exports.AdvancedSearchStyles = {};
|
|
7
|
+
exports.AdvancedSearchSettingsStyles = {};
|
|
8
|
+
exports.SearchBlockStyles = {};
|
|
9
|
+
exports.SearchHeaderStyles = {};
|
|
10
|
+
exports.ShowMoreStyles = {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
export declare const WowrkplaceHeadingStyles: types.CSSClasses<string>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WowrkplaceHeadingStyles = void 0;
|
|
4
|
+
exports.WowrkplaceHeadingStyles = {
|
|
2
5
|
wrapper: {
|
|
3
|
-
display:
|
|
4
|
-
flexWrap:
|
|
6
|
+
display: "flex",
|
|
7
|
+
flexWrap: "wrap"
|
|
5
8
|
}
|
|
6
9
|
};
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TenantRegionalStyles = exports.TermNodeStyles = exports.GroupMembershipMappingBladeStyles = exports.TargetingPropertyStyles = void 0;
|
|
4
|
+
exports.TargetingPropertyStyles = {};
|
|
5
|
+
exports.GroupMembershipMappingBladeStyles = {};
|
|
6
|
+
exports.TermNodeStyles = {};
|
|
7
|
+
exports.TenantRegionalStyles = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { NestedCSSPropertiesExtends, SpacingSettings } from "@omnia/fx/models";
|
|
2
2
|
import { OmniaTheming } from "@omnia/fx/ux";
|
|
3
3
|
export declare const TaxonomyNavigationStyles: {
|
|
4
|
-
childrensBox?: (
|
|
5
|
-
dividerRight?: (
|
|
6
|
-
dividerLeft?: (
|
|
4
|
+
childrensBox?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
5
|
+
dividerRight?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
6
|
+
dividerLeft?: (lineColor: string) => NestedCSSPropertiesExtends;
|
|
7
7
|
cardWrapper?: (largeImage: boolean, highlight: boolean, omniaTheming: OmniaTheming) => NestedCSSPropertiesExtends;
|
|
8
8
|
setColumnWidth: (cols: number) => NestedCSSPropertiesExtends;
|
|
9
9
|
getMargin: (spacing: SpacingSettings) => NestedCSSPropertiesExtends;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { types } from
|
|
2
|
-
import { OmniaTheming } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
|
3
3
|
export declare const UserMenuStyles: {
|
|
4
4
|
underlineWhenHover?: types.NestedCSSProperties;
|
|
5
5
|
smallAvatar?: types.NestedCSSProperties;
|
|
@@ -8,9 +8,9 @@ export declare const UserMenuStyles: {
|
|
|
8
8
|
dialogWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
|
|
9
9
|
dialogClose?: types.NestedCSSProperties;
|
|
10
10
|
dialogUserWrapper?: types.NestedCSSProperties;
|
|
11
|
-
dialogUserInfoWrapper?: types.NestedCSSProperties;
|
|
12
11
|
dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties;
|
|
13
12
|
navigationDrawer?: types.NestedCSSProperties;
|
|
14
13
|
titleWrapper?: types.NestedCSSProperties;
|
|
15
14
|
buttonProfileMenuItem?: types.NestedCSSProperties;
|
|
15
|
+
userProfileWrapper?: types.NestedCSSProperties;
|
|
16
16
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
export declare const HorizontalActionMenuStyles: {
|
|
3
3
|
menuWrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
4
4
|
wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VerticalActionMenuStyles = exports.HorizontalActionMenuStyles = void 0;
|
|
4
|
+
exports.HorizontalActionMenuStyles = {};
|
|
5
|
+
exports.VerticalActionMenuStyles = {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { types } from
|
|
1
|
+
import { types } from "typestyle";
|
|
2
2
|
export declare const WorkplaceSharedStyles: {
|
|
3
3
|
staticLink: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
4
4
|
staticLinkActived: (bgColor: string, color: string) => types.NestedCSSProperties;
|
|
@@ -3,22 +3,22 @@ export * from "./HeaderStyles";
|
|
|
3
3
|
export * from "./AnnouncementStyles";
|
|
4
4
|
export * from "./SharedStyles";
|
|
5
5
|
export * from "./SearchStyles";
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
6
|
+
export * from "./ActionMenuStyles";
|
|
7
|
+
export * from "./UserMenuStyles";
|
|
8
|
+
export * from "./NotificationPanelSettingsStyles";
|
|
9
|
+
export * from "./NotificationPanelStyles";
|
|
10
|
+
export * from "./NotificationPanelHeaderStyles";
|
|
11
11
|
export * from "./MyLinkStyles";
|
|
12
12
|
export * from "./DefaultSearchTemplateStyles";
|
|
13
13
|
export * from "./UserAccessibilitySettingsStyles";
|
|
14
14
|
export * from "./FooterStyle";
|
|
15
15
|
export * from "./JumpToContentStyles";
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
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
22
|
export * from "./TaxonomyNavigationStyles";
|
|
23
23
|
export * from "./MegaMenuStyles";
|
|
24
24
|
export * from "./WorkplaceActionMenuStyles";
|
|
@@ -1,29 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MultilingualString } from
|
|
2
|
-
import { TeamCollaborationRollupBlockSettings } from
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupBlockSettings } from "../teamcollaborationrollup";
|
|
3
3
|
import { CreateTeamworkBlockSettings } from "..";
|
|
4
|
-
import { DialogPositions } from
|
|
4
|
+
import { DialogPositions } from "@omnia/fx/ux";
|
|
5
5
|
export interface TeamCollaborationNavigationWithCreateTeamworkSettings extends TeamCollaborationNavigationSettings {
|
|
6
6
|
createTeamworkSettings?: CreateTeamworkBlockSettings;
|
|
7
7
|
}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 = {};
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SpacingSettings, GuidValue, RollupFilter,
|
|
2
|
-
import { TeamCollaborationRollupScopeTypes } from
|
|
3
|
-
import { AppEnums } from
|
|
1
|
+
import { SpacingSettings, GuidValue, RollupFilter, RollupSetting, PersonPropFilterValue, BooleanPropFilterValue, TextPropFilterValue, TaxonomyPropFilterValue, TexSearchestPropFilterValue, MultilingualString, MediaPickerImage, FilterEngineSettings, RollupMetricSettings, DatePeriodPropFilterValue } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupScopeTypes } from ".";
|
|
3
|
+
import { AppEnums } from "../apps";
|
|
4
4
|
export declare const TeamCollaborationConstants: {
|
|
5
5
|
readonly teamTitleAndLinkToTeamwork: string;
|
|
6
6
|
readonly teamTitleAndLinkToPublicInfo: string;
|
|
@@ -21,6 +21,7 @@ export interface TeamCollaborationRollupResultItem {
|
|
|
21
21
|
templateIcon?: any;
|
|
22
22
|
image?: MediaPickerImage;
|
|
23
23
|
defaultResourceUrlType?: AppEnums.ResourceUrlType;
|
|
24
|
+
businessProfileId?: GuidValue;
|
|
24
25
|
}
|
|
25
26
|
export interface MSTeamResponseResult {
|
|
26
27
|
createdDateTime?: string;
|
|
@@ -54,10 +55,7 @@ export interface TeamCollaborationRollupViewSettings {
|
|
|
54
55
|
* */
|
|
55
56
|
export interface UIFilter extends RollupFilter {
|
|
56
57
|
}
|
|
57
|
-
export interface UIDatePeriodsFilterValue extends
|
|
58
|
-
value: RollupEnums.DatePeriods;
|
|
59
|
-
fromDateStr?: string;
|
|
60
|
-
toDateStr?: string;
|
|
58
|
+
export interface UIDatePeriodsFilterValue extends DatePeriodPropFilterValue {
|
|
61
59
|
}
|
|
62
60
|
export interface UIBooleanPropFilterValue extends BooleanPropFilterValue {
|
|
63
61
|
}
|
|
@@ -83,13 +81,15 @@ export interface TeamCollaborationRollupQuery extends RollupSetting {
|
|
|
83
81
|
excludePersonalSite?: boolean;
|
|
84
82
|
enableWildcardSearch?: boolean;
|
|
85
83
|
currentBusinessProfile?: boolean;
|
|
84
|
+
trimByRoleId?: GuidValue;
|
|
85
|
+
searchProperties?: Array<string>;
|
|
86
|
+
showMetric?: boolean;
|
|
86
87
|
}
|
|
87
88
|
export declare enum TeamCollaborationRollupLinkBehavior {
|
|
88
89
|
OpenTeamwork = 0,
|
|
89
90
|
OpenLayout = 1
|
|
90
91
|
}
|
|
91
|
-
export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery {
|
|
92
|
-
uiFilters: Array<UIFilter>;
|
|
92
|
+
export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationRollupQuery, RollupMetricSettings {
|
|
93
93
|
selectedViewId: string;
|
|
94
94
|
viewSettings: TeamCollaborationRollupViewSettings;
|
|
95
95
|
title: MultilingualString;
|
|
@@ -100,19 +100,14 @@ export interface TeamCollaborationRollupBlockSettings extends TeamCollaborationR
|
|
|
100
100
|
linkUrl?: string;
|
|
101
101
|
openInNewTab?: boolean;
|
|
102
102
|
spacing?: SpacingSettings;
|
|
103
|
-
searchBoxOutlined?: boolean;
|
|
104
|
-
searchBoxRounded?: boolean;
|
|
105
|
-
searchBoxFilled?: boolean;
|
|
106
|
-
showSearchBox?: boolean;
|
|
107
|
-
hideFilterByDefault?: boolean;
|
|
108
103
|
showFollowStatus?: boolean;
|
|
109
|
-
runQueryOnLoad?: boolean;
|
|
110
104
|
currentBusinessProfile?: boolean;
|
|
111
105
|
selectedBusinessProfiles?: Array<GuidValue>;
|
|
112
106
|
excludePersonalSite?: boolean;
|
|
113
107
|
dialogMode?: boolean;
|
|
114
108
|
tabMode?: boolean;
|
|
115
109
|
noResultText?: MultilingualString;
|
|
110
|
+
filterEngine: FilterEngineSettings;
|
|
116
111
|
}
|
|
117
112
|
export declare module TeamCollaborationRollupEnums {
|
|
118
113
|
enum PagingType {
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollaborationRollupEnums = exports.TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationConstants = void 0;
|
|
4
|
+
exports.TeamCollaborationConstants = {
|
|
2
5
|
get teamTitleAndLinkToTeamwork() { return "E1D9C213-F355-4D1C-9F96-3D57BD5C6181"; },
|
|
3
6
|
get teamTitleAndLinkToPublicInfo() { return "82C362D8-1E60-4C0E-8497-7E153DA99535"; },
|
|
4
7
|
get searchBoxInternalName() { return "BFD1558A-B135-4210-B1F6-A834774FD865"; },
|
|
@@ -9,28 +12,28 @@ export var TeamCollaborationConstants = {
|
|
|
9
12
|
},
|
|
10
13
|
get appInstanceDescription() { return "appinstance_description"; }
|
|
11
14
|
};
|
|
12
|
-
|
|
15
|
+
var TeamCollaborationRollupLinkBehavior;
|
|
13
16
|
(function (TeamCollaborationRollupLinkBehavior) {
|
|
14
17
|
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenTeamwork"] = 0] = "OpenTeamwork";
|
|
15
18
|
TeamCollaborationRollupLinkBehavior[TeamCollaborationRollupLinkBehavior["OpenLayout"] = 1] = "OpenLayout";
|
|
16
|
-
})(TeamCollaborationRollupLinkBehavior || (TeamCollaborationRollupLinkBehavior = {}));
|
|
17
|
-
|
|
19
|
+
})(TeamCollaborationRollupLinkBehavior = exports.TeamCollaborationRollupLinkBehavior || (exports.TeamCollaborationRollupLinkBehavior = {}));
|
|
20
|
+
var TeamCollaborationRollupEnums;
|
|
18
21
|
(function (TeamCollaborationRollupEnums) {
|
|
19
|
-
|
|
22
|
+
let PagingType;
|
|
20
23
|
(function (PagingType) {
|
|
21
24
|
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
|
22
25
|
PagingType[PagingType["Classic"] = 2] = "Classic";
|
|
23
26
|
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
|
24
27
|
})(PagingType = TeamCollaborationRollupEnums.PagingType || (TeamCollaborationRollupEnums.PagingType = {}));
|
|
25
|
-
|
|
28
|
+
let DateTimeMode;
|
|
26
29
|
(function (DateTimeMode) {
|
|
27
30
|
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
|
28
31
|
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
|
29
32
|
})(DateTimeMode = TeamCollaborationRollupEnums.DateTimeMode || (TeamCollaborationRollupEnums.DateTimeMode = {}));
|
|
30
|
-
|
|
33
|
+
let IconModes;
|
|
31
34
|
(function (IconModes) {
|
|
32
35
|
IconModes[IconModes["LetterAvatar"] = 0] = "LetterAvatar";
|
|
33
36
|
IconModes[IconModes["TemplateIcon"] = 1] = "TemplateIcon";
|
|
34
37
|
IconModes[IconModes["AppImage"] = 2] = "AppImage";
|
|
35
38
|
})(IconModes = TeamCollaborationRollupEnums.IconModes || (TeamCollaborationRollupEnums.IconModes = {}));
|
|
36
|
-
})(TeamCollaborationRollupEnums || (TeamCollaborationRollupEnums = {}));
|
|
39
|
+
})(TeamCollaborationRollupEnums = exports.TeamCollaborationRollupEnums || (exports.TeamCollaborationRollupEnums = {}));
|
|
@@ -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 TeamCollaborationRollupBlockStyles: {
|
|
4
4
|
blockWapper?: (otherElementHeight: number) => types.NestedCSSProperties;
|
|
5
5
|
queryFailMsgWrapper?: types.NestedCSSProperties;
|
|
@@ -17,6 +17,7 @@ export declare const TeamCollaborationRollupBlockStyles: {
|
|
|
17
17
|
left?: boolean;
|
|
18
18
|
bottom?: boolean;
|
|
19
19
|
}) => types.NestedCSSProperties;
|
|
20
|
+
metricDetailsDialog?: (height: number) => types.NestedCSSProperties;
|
|
20
21
|
};
|
|
21
22
|
export declare const TeamCollaborationRollupBlockListViewStyles: {
|
|
22
23
|
tableWrapper?: types.NestedCSSProperties;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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 = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, EnterprisePropertyDefinition } from
|
|
2
|
-
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from
|
|
1
|
+
import { GuidValue, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
import { TeamCollaborationRollupViewSettings, TeamCollaborationRollupResultItem, TeamCollaborationRollupBlockSettings } from "./TeamCollaborationRollupBlock";
|
|
3
3
|
export interface MyTeamCollaborationDialog {
|
|
4
4
|
open: boolean;
|
|
5
5
|
isCreateMode: boolean;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamCollaborationRollupScopeTypes = void 0;
|
|
4
|
+
var TeamCollaborationRollupScopeTypes;
|
|
2
5
|
(function (TeamCollaborationRollupScopeTypes) {
|
|
3
6
|
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["All"] = 0] = "All";
|
|
4
7
|
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["Following"] = 1] = "Following";
|
|
@@ -6,4 +9,4 @@ export var TeamCollaborationRollupScopeTypes;
|
|
|
6
9
|
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["FollowingSites"] = 3] = "FollowingSites";
|
|
7
10
|
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["MemberOf"] = 4] = "MemberOf";
|
|
8
11
|
TeamCollaborationRollupScopeTypes[TeamCollaborationRollupScopeTypes["LastVisited"] = 5] = "LastVisited";
|
|
9
|
-
})(TeamCollaborationRollupScopeTypes || (TeamCollaborationRollupScopeTypes = {}));
|
|
12
|
+
})(TeamCollaborationRollupScopeTypes = exports.TeamCollaborationRollupScopeTypes || (exports.TeamCollaborationRollupScopeTypes = {}));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./TeamCollaborationRollupBlock";
|
|
2
|
+
export * from "./TeamCollaborationRollupBlockStyles";
|
|
3
|
+
export * from "./TeamCollaborationRollupView";
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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);
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SpacingSettings, MultilingualString, IBlockSettingsWriter, GuidValue } from
|
|
2
|
-
import { TeamNews } from
|
|
1
|
+
import { SpacingSettings, MultilingualString, IBlockSettingsWriter, GuidValue } from "@omnia/fx-models";
|
|
2
|
+
import { TeamNews } from ".";
|
|
3
3
|
export interface TeamNewsRollupViewSettings {
|
|
4
4
|
title: MultilingualString;
|
|
5
5
|
itemLimit: number;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
;
|
|
2
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TeamNewsRollupSettingElementName = void 0;
|
|
4
|
+
exports.TeamNewsRollupSettingElementName = {
|
|
3
5
|
teamNewsBlockSettings: "otc-teamnews-settings",
|
|
4
6
|
};
|
package/internal-do-not-import-from-here/models/teamnewsrollup/TeamNewsRollupViewRegistration.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./TeamNews";
|
|
2
|
+
export * from "./TeamNewsQuery";
|
|
3
|
+
export * from "./TeamNewsRollupSettings";
|
|
4
|
+
export * from "./TeamNewsRollupViewRegistration";
|